/*
	淡入效果
*/

.fade-in, .fade-in-teach {
    opacity: 0;
    transition: opacity 0.4s;
}
/*
	for APP 元素
*/
.for-app {
    display: none;
}
/*
	select 下拉選單arrow
*/
select {
    background: url(/Content/Images/down-arrow.svg);
    -webkit-appearance: none;
    background-size: 23px;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    padding-right: 28px;
    background-color: #fff;
    float: left;
    font-weight: normal !important;
}
/*
	Bootstrap data-toggle="collapse" 移除動畫效果
*/
.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

* {
    -webkit-text-size-adjust: none;
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    height: auto;
}

/*
    textarea:hover,
    input:hover,
    textarea:active,
    input:active,
    textarea:focus,
    input:focus,
    button:focus,
    button:active,
    button:hover,
    label:focus,
    .btn,
    .btn:active,
    .btn.active {
        outline: 0px !important;
        -webkit-appearance: none;
        box-shadow: none !important;
        outline: none !important;
    }
    */
body {
    font-size: 17px;
    background-color: #F9FAFA;
    min-width: 320px;
}

html, body, a, input, span {
    font-family: Microsoft JhengHei !important;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn {
    box-shadow: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #495057 !important;
    font-size: 17px !important;
}

::selection {
    background: #b3d4fd;
}

a, a:hover {
    text-decoration: none;
}

.detail-info .img-fluid {
    width: 100%;
}

.bg-cool {
    background-color: #3C525F !important;
}
.bg-cool1 {
    background-color: #0467B3 !important;
}

.bg-admin-page .page-user-area {
    background: linear-gradient(to bottom,#bf4938 0%, #bf4938 65%, #f5f5dc 65%, #f5f5dc 100%);
}

.section-home {
    background: #fff;
}

#id_header.bg-admin {
    background-color: #BF4938 !important;
}

#id_header.bg-online {
    background-color: #737300 !important;
}

#id_header {
    box-sizing: border-box;
    padding: 0 3%;
    letter-spacing: 3px;
    /*overflow: hidden;*/
    position: relative;
    top: 0;
    z-index: 1000;
    min-height: 81px;
}

#mainNav {
    margin-right: 170px;
}

.bg-admin #mainNav {
    margin-right: 25px;
}

.memberCentreArea {
    position: absolute;
    top: 0;
    right: 3%;
}

#memberCentre {
    margin-right: 0;
}

#id_header .navbar-nav li a {
    font-size: 17px;
    padding: 27px 12px;
    min-width: 70px;
    text-align: center;
    white-space: nowrap;
}

.member-btn {
    font-size: 17px;
    padding: 28px 20px !important;
    text-align: center;
    white-space: nowrap;
    color: #fff;
}

#id_header .navbar-nav li a:hover,
.member-btn:hover {
    color: #cccccc;
}
#id_header .navbar-nav li a.dropdown-item:hover {
    background-color: #fff;
    color: black;
}
#id_header .navbar-nav li a.dropdown-item:active {
    background-color: #fff;
    color:black;
}
#id_header a.user-name-text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: small;
    background: #4d6b7d;
    padding: 1px 10px 4px 20px !important;
    border-bottom-left-radius: 100%;
    cursor: default;
    border-bottom-right-radius: 15px;
    color: #d9e3ec !important;
    letter-spacing: 1px;
    white-space: nowrap;
    text-decoration: none;
}

#id_header.bg-admin a.user-name-text {
    background: #e48846;
    color: #f8fefc !important;
    right: 15px;
}


#nav2,#nav3 {
    z-index: 1;
    width: 100%;
    position: relative;
    letter-spacing: 2px;
    padding: 0 40px;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid 1px #ded2b1;
    background-color: #ffffff;
    overflow: hidden;
    padding-right: 3%;
    display: none;
}

#nav2 .navbar-nav, #nav3 .navbar-nav {
    float: right;
    margin-right: 0;
}

#nav2 li a, #nav3 li a {
    font-size: 17px;
    padding: 22px 20px;
    min-width: 110px;
    text-align: center;
    font-weight: bold;
    color: #3c525f;
    text-indent: 3px;
}

#nav2 li a:hover, #nav3 li a:hover {
    color: #007bff;
}

#nav2 li a.share-qrcode {
    border: solid 1px #08bf5b;
    border-radius: 4px;
    padding: 4px 16px;
    margin: 18px 15px 0;
    color: #00af31;
    letter-spacing: 2px;
}

#nav2 li a.share-qrcode:hover {
    background: #08bf5b;
    background: #2bbf72;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

#id_footer {
    /* 設定footer的高度 */
    height: 180px;
    box-sizing: border-box;
    /* 設定footer絕對位置在底部 */
    position: absolute;
    bottom: 0;
    /* 展開footer寬度 */
    width: 100%;
    z-index: 1;
    color: white;
}

.LINE-share .modal-header {
    border-bottom: none;
    background: #fff;
}

    .LINE-share .modal-header h5 {
        margin: 0 auto;
        font-weight: bold;
        color: #19bb5a;
    }

.LINE-share .modal-content {
    background-clip: border-box;
    background: #2bbf72;
    border: none;
}

.LINE-share #lineLink {
    text-align: center;
    margin: 0 auto;
    display: block;
}

    .LINE-share #lineLink #image {
        max-width: 200px;
        border-radius: 12px;
        margin-top: 20px;
        width: 100%;
    }

.line-share-btn {
    display: block;
    border: solid 1px #34f791;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 15px;
    max-width: 245px;
    box-shadow: 0 0 4px #39ff98;
}

    .line-share-btn img {
        width: 100%;
    }
/* 
    按鈕樣式
*/
.btn-simple input, .btn-simple input:focus, .btn-simple, .btn-simple:focus {
    box-shadow: none;
    outline: none;
    background: transparent;
    margin: 0;
    border: solid 1px transparent;
}

.btn-simple {
    display: inline-block;
    cursor: pointer;
    border: solid 1px #bbbbbf;
    background: #ffffff;
    font-size: 1em;
    padding: 5px;
    margin-left: 5px;
}

    .btn-simple input {
        color: #3c525f;
        font-weight: bold;
    }

    .btn-simple:hover {
        background: #ececf5;
    }


    .btn-simple.IE-item,
    .btn-simple.not-IE-item {
        padding: 0;
    }

        .btn-simple.IE-item input,
        .btn-simple.not-IE-item input {
            padding: 7px 10px
        }

.btn-delete {
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 4px;
}


.favorite-star i {
    color: #ced1d4;
    padding-left: 5px;
}

.favorite-star input {
    padding-left: 0;
}

.delete-favorite i {
    color: #ff6582;
}

.delete-favorite:hover i {
    color: #ff6582;
}

.onList-star i {
    color: #ced1d4;
    padding-left: 5px;
}

.onList-star input {
    padding-left: 0;
}

.delete-onList i {
    color: #ff6582;
}

.delete-onList:hover i {
    color: #ff6582;
}
/* 
    列印
*/
.btn-print-group {
    position: absolute;
    top: 0;
    right: 205px;
}
/* 
    IE 列印
*/
.IE-item {
    display: none;
}

.not-IE-item {
    display: inline-block;
}
/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .IE-item {
        display: inline-block;
    }

    .not-IE-item {
        display: none;
    }
}

/* 
    首頁 - AD 固定側邊
*/
@keyframes show {
    0% {
        right: -150px;
    }

    100% {
        right: -26px;
    }
}

@-webkit-keyframes show {
    0% {
        right: -150px;
    }

    100% {
        right: -27px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.AD-course.Taipei {
    top: 135px;
}

    .AD-course.Taipei a aside {
        background-image: url(/Content/Images/DM-S-bg-red.png);
    }

    .AD-course.Taipei h5 span {
        color: #b53d55;
    }

.AD-course.Taoyuan {
    top: 250px;
    animation-delay: 1.6s;
}

    .AD-course.Taoyuan a aside {
        background-image: url(/Content/Images/DM-S-bg-red.png);
    }

    .AD-course.Taoyuan h5 span {
        color: #b53d55;
    }

.AD-course.Taichung {
    top: 250px;
    animation-delay: 1.6s;
    //top: 365px;
    //animation-delay: 1.7s;
}

    .AD-course.Taichung a aside {
        background-image: url(/Content/Images/DM-S-bg-green.png);
    }

    .AD-course.Taichung h5 span {
        color: #338d6d;
    }

.AD-course.Kaohsiung {
    top: 365px;
    animation-delay: 1.7s;
    //top: 480px;
    //animation-delay: 1.8s;
}

    .AD-course.Kaohsiung a aside {
        background-image: url(/Content/Images/DM-S-bg-blue.png);
    }

    .AD-course.Kaohsiung h5 span {
        color: #3d8e97;
    }


.AD-course img {
    width: 100%;
}

.AD-course {
    line-height: 0;
    cursor: pointer;
    position: relative;
    right: -210px;
    z-index: 100;
    position: fixed;
    -webkit-animation: 0.3s ease 1.5s normal forwards 1 fadein;
    animation: 0.3s ease 1.5s normal forwards 1 fadein;
    -webkit-animation: 0.3s ease 1.5s normal forwards 1 show;
    animation: 0.3s ease 1.5s normal forwards 1 show;
}

    .AD-course a {
        width: 136px;
        height: 120px;
        overflow: hidden;
        transition: all 0.1s ease-in;
    }

        .AD-course a aside {
            width: 110px;
            height: 105px;
            background-repeat: no-repeat;
            background-size: 135% 100%;
            background-position-x: left;
            color: white;
            font-weight: bold;
            text-align: center;
            transition: all 0.25s ease-in;
        }

            .AD-course a aside > * {
                margin-bottom: 0;
                opacity: 0.8;
            }

    .AD-course:hover a aside > * {
        opacity: 1;
    }

    .AD-course:hover {
        right: 0px;
    }

        .AD-course:hover h6 {
            display: none;
        }

    .AD-course h4 {
        font-weight: bold;
        text-align: center;
        font-family: sans-serif;
        font-size: 1.2rem;
        padding-bottom: 5px;
        padding-top: 3px;
    }

    .AD-course b {
        border: solid 1px #ddedef;
        padding: 0 5px 2px;
        letter-spacing: 2px;
        line-height: 0.4;
        font-size: 80%;
    }

    .AD-course h4 span {
        font-size: 1.2rem;
        margin-left: 5px;
        position: relative;
        top: -2px;
    }

    .AD-course img {
        max-width: 92px;
        position: relative;
        top: -5px;
    }

    .AD-course h5 {
        font-size: 1.4rem;
        font-family: sans-serif;
        line-height: 1.7rem;
    }

        .AD-course h5 span {
            background: #fff;
            font-weight: bold;
            border-radius: 3px;
            font-size: 1.05rem;
            display: inline-block;
            margin-left: 35px;
            position: relative;
            top: 4px;
            padding: 0 3px;
            line-height: 21px;
            height: 21px;
        }

    .AD-course h6 {
        font-size: 1rem;
        width: 20px;
        position: absolute;
        top: 27px;
        left: 8px;
        color: #fff99f;
        line-height: 1.2rem;
        display: none;
    }

/* 
    首頁 - AD 區塊
*/
#classCarousel {
    padding-bottom: 45px;
}

.AD-main .img-before {
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 0;
    margin-right: 330px;
}

.AD-main .img-after {
    position: absolute;
    bottom: 0;
    z-index: 0;
    left: 50%;
    margin-left: 315px;
}

.AD-main .carousel-item {
    height: 200px;
    text-align: center;
    color: white;
    padding-top: 38px;
}

    .AD-main .carousel-item aside {
        z-index: 1;
    }

    .AD-main .carousel-item picture {
        display: inline-block;
        vertical-align: text-bottom;
        padding: 0 10px;
        margin: 7px 0;
    }

    .AD-main .carousel-item.dm-class picture {
        margin: 0;
    }

    .AD-main .carousel-item aside h2 {
        font-size: 3rem;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
        font-weight: bold;
        padding: 0px 6px 2px;
        border-radius: 10px;
        margin-right: 10px;
        box-shadow: 0 0 5px 0px #ffffff;
        background: linear-gradient(#f4f4f4 0%, #ffffff 55%, #e6e6e6 58%, #ffffff 100%);
    }

    .AD-main .carousel-item aside h3 {
        color: #4a2f00;
        font-weight: bold;
        display: inline-block;
        padding: 8px 6.5%;
        font-size: 1.5rem;
        letter-spacing: 1px;
        text-shadow: 1px 1px 0 #ffef98;
        margin: 0;
        margin-bottom: -4px;
        background-size: 100% 100%;
        background-image: url(/Content/Images/dm-title.png);
    }

.AD-main .AD-Reading h3 {
    font-size: 4rem;
    letter-spacing: 20px;
    font-weight: bold;
    margin: 5%;
    vertical-align: top;
    color: #FFFFFF;
    text-align: right;
    text-shadow: 4px 4px 0px #808080;
}

.AD-main .AD-Recruit h3 {
    font-size: 4rem;
    letter-spacing: 20px;
    font-weight: bold;
    margin: 5%;
    vertical-align: top;
    color: #FFFFFF;
    text-align: right;
    text-shadow: 4px 4px 0px #808080;
}

.AD-main .carousel-item aside h4 {
    font-size: 2rem;
    letter-spacing: 1px;
    font-weight: bold;
    margin: 0;
    vertical-align: top;
}

    .AD-main .carousel-item aside h4 b {
        border: solid 1px rgba(255, 255, 255,0.6);
        padding: 0 3%;
        border-radius: 35px;
        margin-right: 6px;
        background: rgba(255, 255, 255,0.1);
    }

.AD-main .carousel-item aside h5 {
    letter-spacing: 2px;
    display: inline-block;
    margin: 0;
    font-size: 1.5rem;
    position: relative;
    top: -4px;
}

    .AD-main .carousel-item aside h5 small {
        margin-right: 10px;
        position: relative;
        top: -4px;
        padding: 0 12px 2px;
        border-radius: 35px;
        background: #fbfbfb;
        color: #3c525f;
        font-weight: bold;
        letter-spacing: 0;
    }

.AD-main .carousel-item a {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1px 7px 2px 15px;
    z-index: 1;
    transition: position 0.15s ease-in;
    border-radius: 40px;
    background: #fbfbfb;
    color: #007bff;
}

    .AD-main .carousel-item a:hover {
        color: #fbfbfb;
        background: #007bff;
    }

.AD-main .Taipei {
    background-image: url(/Content/Images/DM-L-bg-1-Taipei.png);
    background-size: 100% 100%;
}

    .AD-main .Taipei h2 {
        color: #d05a7a;
    }

.AD-main .AD-Reading {
    background-image: url(/Content/Images/Home_reading.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 200%;
    border-radius: 20px;
}

.AD-main .AD-Recruit {
    background-image: url(/Content/Images/recruit.png);
    background-size: 100% 100%;
    width: 100%;
    height: 200%;
    border-radius: 20px;
}


.AD-main .Taichung {
    background-image: url(/Content/Images/DM-L-bg-1-Taichung.png);
    background-size: 100% 100%;
}


    .AD-main .Taichung h2 {
        color: #5db094;
    }


.AD-main .Kaohsiung {
    background-image: url(/Content/Images/DM-L-bg-1-Kaohsiung.png);
    background-size: 100% 100%;
}


    .AD-main .Kaohsiung h2 {
        color: #62a8b0;
    }

.AD-main .dm-class-Taipei {
    background-image: url(/Content/Images/dm-class-Taipei.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.AD-main .dm-class-Taichung {
    background-image: url(/Content/Images/dm-class-Taichung.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.AD-main .dm-class-Kaohsiung {
    background-image: url(/Content/Images/dm-class-Kaohsiung.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

    .AD-main .dm-class-Taipei:before,
    .AD-main .dm-class-Taichung:before,
    .AD-main .dm-class-Kaohsiung:before {
        content: " ";
        background-image: url(/Content/Images/dm-class-tip.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 107px;
        height: 107px;
        z-index: 1;
        position: absolute;
        right: 0;
        top: 0;
    }

/* 
    首頁 - 搜尋區塊
*/
input:: placeholder, #keyword::placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 17px;
}

input:: placeholder, #keywordS::placeholder {
    color: #909090;
    font-weight: 400;
    font-size: 17px;
}

.city-selector-index article {
    background-color: #fff;
    border: solid 1px #bbbbbf;
    margin: 0 10%;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.checkcity,
.btn-search,
.btn-search-free {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}

.checkcityS,
.btn-search,
.btn-search-free {
    cursor: pointer;
    width: 100%;
    display: inline-block;
}


.btn-search {
    letter-spacing: 7px;
    padding-left: 7px;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #e69139;
    border: 1px solid #d0893f;
    position: absolute;
    right: -2px;
    top: -1px;
    font-weight: normal;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .btn-search:hover {
        background: #f79632;
    }

.btn-search-free {
    letter-spacing: 2px;
    padding-left: 2px;
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #3785b3;
    border: 1px solid #387fa9;
    position: absolute;
    right: -2px;
    top: -1px;
    font-weight: normal;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .btn-search-free:hover {
        background: #358dc1;
    }

.btn-checkcity {
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #5182C4;
    border: 1px solid #465e6d;
    position: absolute;
    right: 16px;
    top: -1px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: normal;
    letter-spacing: 1px;
}

    .btn-checkcity:hover {
        background: #2774BA;
    }

.checkcity:after {
    display: inline-block;
    vertical-align: .1em;
    content: "";
    border-top: .55em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 8px;
    color: #525252;
    color: #fff;
}

.btn-checkcityS {
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #4d6b7d;
    border: 1px solid #465e6d;
    position: absolute;
    right: 16px;
    top: -1px;
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-weight: normal;
    letter-spacing: 1px;
}

    .btn-checkcityS:hover {
        background: #577d94;
    }

.checkcityS:after {
    display: inline-block;
    vertical-align: .1em;
    content: "";
    border-top: .55em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-left: 8px;
    color: #525252;
    color: #fff;
}


/*.checkcity:hover {
	background: #fbfbfb;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}*/

.simpleDiv {
    background: #fbefd6;
}


.city-selector-index input[type=text],
.city-selector-index input[type=number] {
    height: 40px;
    background-color: transparent;
}

    .city-selector-index input[type=number]:focus,
    .city-selector-index input[type=text]:focus {
        box-shadow: none;
    }

.search-regions {
    margin-left: 0px;
    font-weight: bold;
}

    .search-regions section {
        padding: 1.5px 15px;
        clear: both;
        overflow: hidden;
    }

    .search-regions > div {
        position: absolute;
        margin-top: -8px;
        min-height: 167px;
        border: solid 1px #bbbbbf;
        border-radius: 4px;
        z-index: 99;
        padding-top: 5px;
        padding-bottom: 0;
        top: 143px;
        left: 108px;
        background: #ffffff;
    }

   
.search-regionsS {
    margin-left: 0px;
    font-weight: bold;
}

    .search-regionsS section {
        padding: 1.5px 15px;
        clear: both;
        overflow: hidden;
    }

    .search-regionsS > div {
        position: absolute;
        margin-top: -8px;
        min-height: 167px;
        border: solid 1px #bbbbbf;
        border-radius: 4px;
        z-index: 99;
        padding-top: 5px;
        padding-bottom: 0;
        top: 143px;
        left: 108px;
        background: #ffffff;
    }

.city-checkbox {
    display: inline-block;
    border-radius: .25rem;
    margin: 0;
    padding: 4px 8px 4px 2rem;
    vertical-align: top;
    border: solid 1px transparent;
    float: left;
}

    .city-checkbox:hover {
        //background-color: #fdfdfd;
        background-color: #ffffff;
        border: solid 1px #b4b4b5;
        border-color: #b4b4b5;
    }

    .city-checkbox .custom-control-input {
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.city-checkboxS {
    display: inline-block;
    border-radius: .25rem;
    margin: 0;
    padding: 4px 8px 4px 2rem;
    vertical-align: top;
    border: solid 1px transparent;
    float: left;
}

    .city-checkboxS:hover {
        //background-color: #fdfdfd;
        background-color: #ffffff;
        border: solid 1px #b4b4b5;
        border-color: #b4b4b5;
    }

    .city-checkboxS .custom-control-input {
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.search-regions h6 {
    font-weight: bold;
    margin-bottom: 0;
    color: #585858;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: sub;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}


.search-regions .close {
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: -1px;
    display: none;
}

.search-regionsS h6 {
    font-weight: bold;
    margin-bottom: 0;
    color: #585858;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: sub;
    float: left;
    margin-right: 5px;
    margin-top: 7px;
}


.search-regionsS .close {
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: -1px;
    display: none;
}

.btn-ok {
    border: 1px solid #e69139;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 4px 23px;
    border-radius: 4px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #e69139;
    color: white;
    font-weight: bold;
    letter-spacing: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

    .btn-ok:hover {
        background: #577d94;
        border: 1px solid #577d94;
    }

.btnS-ok {
    border: 1px solid #e69139;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 4px 23px;
    border-radius: 4px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #ffef9f;
    color: black;
    font-weight: bold;
    letter-spacing: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

    .btnS-ok:hover {
        background: #577d94;
        border: 1px solid #577d94;
    }


.btn-advanced {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    border: solid 1px transparent;
    position: relative;
    left: -12px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .btn-advanced:after {
        display: inline-block;
        vertical-align: .1em;
        content: "";
        border-top: .55em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        color: #525252;
        margin-left: 8px;
    }

    .btn-advanced:hover,
    .btn-advanced:hover:after {
        color: indianred;
    }


.btn-clear {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    width: 110px;
    border-radius: .25rem;
    line-height: 36px;
    font-size: 16px;
    vertical-align: top;
    margin-left: 5px;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 3px;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
    background: #57b5bf;
    opacity: 0.85;
    box-shadow: 0px 1px 1px white;
}

    .btn-clear:hover {
        opacity: 1;
    }

.title-post i {
    margin-right: 0.5rem;
    color: #bdb18b;
}

.authInfoBG {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

    .authInfoBG span {
        background-image: url(../Content/Images/bg-sample.png);
        display: block;
        background-repeat: repeat;
        background-size: inherit;
        width: 100%;
        height: 100%;
        z-index: 100;
    }

.authInfo {
    position: fixed;
    z-index: 10000;
    width: 460px;
    left: 50%;
    top: 38%;
    margin-left: -230px;
}

    .authInfo a:hover,
    .authInfo a:hover h5 {
        text-decoration: none;
        opacity: 1;
        margin-top: 3px;
    }

    .authInfo h5 {
        color: #ffffff;
        background: #3481d4;
        padding: 20px 25px 16px;
        font-weight: bold;
        letter-spacing: 1px;
        text-shadow: 1px 1px #296cb5;
        margin: 0;
        text-align: center;
        transition: all 0.2s ease-in-out;
        border: solid 10px #fff;
        box-shadow: 0 12px 45px rgba(0, 0, 0, 0.4);
        opacity: 0.92;
    }

    .authInfo i {
        color: #ffffff;
        font-size: 28px;
        vertical-align: middle;
    }
/*
	暗號 / 債務人
*/
.advanced-area {
    position: relative;
    text-align: center;
}

    .advanced-area aside {
        border: solid 1px #bbbbbf;
        border-radius: .25rem;
        background: white;
        line-height: 35px;
        display: inline-flex;
        margin-right: 5px;
        margin-left: 5px;
        box-shadow: 0px 1px 1px white;
    }



#searchDivMore .advanced-area aside.enter-care {
    border: none;
}

    #searchDivMore .advanced-area aside.enter-care label {
        color: #ffffff;
        cursor: pointer;
        border-radius: .25rem;
        border-right: none;
        float: none;
        background: #ff6464;
        width: 110px;
        letter-spacing: 1.5px;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
        font-weight: normal;
        opacity: 0.85;
    }

        #searchDivMore .advanced-area aside.enter-care label:hover {
            opacity: 1;
        }


#searchDivMore .advanced-area aside.enter-map {
    border: none;
}

    #searchDivMore .advanced-area aside.enter-map label {
        color: #ffffff;
        cursor: pointer;
        border-radius: .25rem;
        border-right: none;
        float: none;
        background: #1d8a68;
        width: 110px;
        letter-spacing: 1.5px;
        text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
        font-weight: normal;
        opacity: 0.85;
    }

        #searchDivMore .advanced-area aside.enter-map label:hover {
            opacity: 1;
        }

.advanced-area aside.enter-case, .advanced-area aside.enter-debtor {
    width: 252px;
    position: relative;
}

    .advanced-area aside.enter-case span,
    .advanced-area aside.enter-debtor span {
        position: absolute;
        right: 0;
    }

#searchDivMore .advanced-area aside.enter-case label,
#searchDivMore .advanced-area aside.enter-debtor label {
    color: #007bff;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    text-shadow: 0 1px 0 #fff;
}

.advanced-area label {
    margin: 0;
    font-weight: bold;
    padding: 0 10px 0 12px !important;
    white-space: nowrap;
    height: 35px;
    line-height: 35px;
    background: #eeebe9;
    border-right: solid 1px #bbbbbf;
    color: #444b50;
}

.advanced-area input {
    text-align: left !important;
    width: 100%;
    padding: 0 .55rem !important;
}

.advanced-area a {
    text-align: center;
    text-indent: -99999px;
    white-space: nowrap;
    background: #efecea;
    width: 35px;
    height: 100%;
    position: relative;
    top: -1px;
    right: -1px;
    border-left: solid 1px #bbbbbf;
    display: inline-block;
    border: 1px solid #bbbbbf;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

    .advanced-area a:before {
        content: "\f002";
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        top: 0;
        font-size: 18px;
        color: #2e93ff;
        display: inline-block;
        width: 100%;
        text-indent: 0;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
    }

    .advanced-area a:hover {
        /*background: #e69139;
			border: solid 1px #d0893f;*/
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
        background: #2e93ff;
        border: solid 1px #2e93ff;
    }

        .advanced-area a:hover label {
            color: #fff;
        }

        .advanced-area a:hover:before {
            color: #fff;
        }
/* 
    會員
*/

.page-user-area {
    min-height: calc(100vh - 81px);
    padding: 0 15px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom,#3c5260 0%, #3c5260 65%, #f5f5dc 65%, #f5f5dc 100%);
}

    .page-user-area::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(Images/house.png);
        background-position-y: 63%;
        background-size: contain;
        background-repeat: no-repeat;
    }


.page-user-inner {
    max-width: 800px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 760px;
    height: calc(100vh - 81px);
    margin: 0 auto;
    z-index: 1;
}


.page-user {
    padding-bottom: 3rem;
    padding-top: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.2);
    /*background-image: url(Images/member-forgot.png);
	background-position-y: 106%;
	background-position-x: -9%;
	background-size: auto;
	background-repeat: no-repeat;*/
}

/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #page-Register .page-user:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    #page-Register .page-user {
        margin-top: auto;
        margin-bottom: auto;
    }
}

.page-user .form-control {
    font-size: 19px;
    line-height: 2.5;
    letter-spacing: 0.5px
}

    .page-user .form-control:not(select) {
        //padding: 1.5rem 0.5rem 1.5rem 0;
        padding: 0;
        margin-left: -2px;
        height: 51px;
    }

    .page-user .form-control::placeholder {
        color: #6c757d;
        letter-spacing: 0.5px
    }

    .page-user .form-control:focus {
        box-shadow: none;
    }

.page-user .border-md {
    border-width: 2px;
}

.page-user .note {
    color: #ed3214;
    display: inline-block;
    padding: 0 10px 0 30px;
    border-radius: 20px;
    text-indent: -12px;
}

.page-user .search-regions > div {
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: inherit;
    z-index: 0;
    top: 0;
}

.page-user .search-regionsS > div {
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: inherit;
    z-index: 0;
    top: 0;
}

.page-user .error font {
    position: absolute;
    color: #de6042;
    top: -19px;
    text-align: center;
    right: 15px;
    z-index: 5;
    white-space: nowrap;
    font-weight: 600;
    text-decoration: underline;
}

.bg-before {
    position: absolute;
    background: #fff;
    z-index: 1;
    opacity: 1;
}

.page-title {
    text-align: right;
    margin-bottom: 3rem;
}


/* 
    會員 - 忘記密碼
*/

#page-ForgotPWD .page-user-inner {
    max-width: 800px;
}



#page-ForgotPWD .bg-before {
    width: 95%;
    height: 100%;
    top: 60px;
}

#page-ForgotPWD .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* 
    會員 - 修改密碼
*/
#page-ChangePWD .page-user-inner {
    max-width: 780px;
}

/* 
    會員 - 註冊
*/
#page-Register .page-user-inner {
    max-width: 1090px;
}

#page-Register .page-user {
    background-image: url(Images/vip.png);
    background-position-y: bottom;
    background-position-x: left;
    background-size: 38%;
    background-repeat: no-repeat;
    padding-bottom: 1rem;
    padding-top: 3rem;
    max-width: 100%;
}
/*for ie10 、 ie11*/
@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    #page-Register .page-user {
        padding-top: 1.5rem;
    }
}

#page-Register .bg-before {
    width: 98%;
    height: 75%;
    top: 140px;
    left: 0;
}

#page-Register .info {
    color: indianred;
    font-weight: 600;
    padding: 5px 0 5px 30px;
    border-bottom: solid 2px indianred;
    text-align: left;
    margin-right: auto;
    margin-left: 15px;
    border-radius: 2px;
    font-size: 20px;
    line-height: 1.35;
    background: beige;
    position: absolute;
    z-index: 9999;
    width: 440px;
    top: -73px;
    right: -15px;
    box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

    #page-Register .info i:last-child {
        font-size: 25px;
    }

    #page-Register .info:after {
        position: absolute;
        right: 0;
        top: 43px;
        display: inline-block;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 15px 0 0;
        border-color: indianred transparent transparent transparent;
    }


    #page-Register .info i {
        font-style: inherit;
    }

#page-Register .search-regions {
    margin-left: 0px;
    font-weight: bold;
}

    #page-Register .search-regions section {
        padding: 5px 5px 0;
        white-space: nowrap;
    }

    #page-Register .search-regions > div {
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0%;
        background-color: #fff;
        border: solid 1px #fff;
        border-radius: 8px;
        z-index: 99;
        padding-top: 0;
        padding-bottom: 15px;
        left: -26px;
    }

#page-Register .search-regionsS {
    margin-left: 0px;
    font-weight: bold;
}

    #page-Register .search-regionsS section {
        padding: 5px 5px 0;
        white-space: nowrap;
    }

    #page-Register .search-regionsS > div {
        position: relative;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 0%;
        background-color: #fff;
        border: solid 1px #fff;
        border-radius: 8px;
        z-index: 99;
        padding-top: 0;
        padding-bottom: 15px;
        left: -26px;
    }

.city-radio {
    background-color: #ebe9ee;
    display: inline-block;
    border-radius: .25rem;
    margin: 0;
    padding: 4px 8px 4px 2rem;
    vertical-align: top;
    border: solid 1px #bbbbbf;
}

    .city-radio:hover {
        background-color: #fdfdfd;
        border-color: #b4b4b5;
    }

    .city-radio .custom-control-input {
        width: 100%;
        height: 100%;
        z-index: 1;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

.search-regions .close {
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: -1px;
    display: none;
}

.search-regionsS .close {
    padding: 4px 15px;
    position: absolute;
    right: 0;
    top: -1px;
    display: none;
}



.btn-advanced {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 20px;
    display: inline-block;
    letter-spacing: 1px;
    border: solid 1px transparent;
    position: relative;
    left: -12px;
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .btn-advanced:after {
        display: inline-block;
        vertical-align: .1em;
        content: "";
        border-top: .55em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        color: #525252;
        margin-left: 8px;
    }

.text-call {
    padding: 8px 8px 0;
    font-weight: bold;
    line-height: 1.65;
}

    .text-call a {
        display: block;
        white-space: nowrap;
    }

#chkCodeDiv {
    opacity: 1;
    z-index: 1;
}

#reciprocal {
    background: #f5f5dc;
    color: #6c757d;
    font-size: 19px;
    line-height: 38px;
    position: absolute;
    left: 15px;
    width: 95%;
    max-width: 140px;
    height: 51px;
    top: 0px;
    border-radius: 3px;
    display: none;
}

/* 
    會員 - 密碼顯示( icon眼睛 ) 
	            登入 / 修改密碼
*/
/* 登入 */
.btn-show-pass {
    position: absolute;
    right: 0;
    font-size: 1.5rem;
    padding: 13px 20px;
    cursor: pointer;
    color: #3c5260;
    z-index: 50;
}

    .btn-show-pass:hover {
        opacity: 0.7;
    }

    .btn-show-pass .fa-eye {
        display: block;
    }

    .btn-show-pass.active .fa-eye {
        display: none;
    }

    .btn-show-pass .fa-eye-slash {
        display: none;
    }

    .btn-show-pass.active .fa-eye-slash {
        display: block;
    }
/* 修改密碼 */
.btn-show-pass {
    padding: 13px 15px;
    right: 17px;
}


/*
	關於透明
*/
.com-tab-nav {
    background: #fff;
    border-bottom: solid 1px #e5e5e5;
}

.com-tab-title {
    text-align: center;
    max-width: 1050px; /**Info/Detail**/
    margin: 0 auto;
    height:55px;
}

.com-tab-title li {
    display: inline-block;
    width: 20%;
    margin-left: -4px;
}

.com-tab-title li a {
    font-size: 17px;
    padding: 15px 4px;
    text-align: center;
    font-weight: bold;
    color: #343a40;
}




.com-tab-title li.active a,
.com-tab-title li:hover a {
    color: #007bff;
    text-decoration: none;
}

.com-top-title {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

#com-main .com-top-title {
    background-image: url(/Content/Images/com_aboutus.jpg);
    background-position-y: 40%;
}
/*
	Info 
*/

#Info-post .NEWS,
#Info-Postlist .NEWS {
    background-image: url("Images/new.jpg"); 
    background-position-y: 55%;
}

#Info-post .READING,
#Info-Postlist .READING {
    background-image: url("Images/classroom-1910012.jpg");
    background-position-y: 35%;
}

#Info-post .KNOWN,
#Info-Postlist .KNOWN {
    background-image: url("Images/known.jpg");
    background-position-y: 70%;
}

#Info-post .CLASSES,
#Info-Postlist .CLASSES {
    background-image: url("Images/classroom-1910012.jpg");
    background-position-y: 35%;
}

#Info-post .LEGEND,
#Info-Postlist .LEGEND {
    background-image: url("https://cdn.pixabay.com/photo/2017/02/19/23/10/up-2081170_640.jpg");
    background-position-y: 29%;
}




#reading .post,
#Info-post .post,
#Info-Postlist .post {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
}




#Info-post .post_contents figure {
    text-align: center;
    margin: auto;
}

#Info-Postlist .Info-img {
    width: 350px;
    height: 250px;
    padding: 0;
    border-radius: 0.4rem 0.4rem 0 0;
}

.cityBtn {
    border: 0;
    background-color: white;
    color: black;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 4px;
}




    .cityBtn:hover {
        color: #007bff;
    }

/*
    Info 

*/

.news_search {
    max-width: 400px;
}
#Info-Postlist .newspan {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 25px;
}

@media screen and (max-width: 768px) {
    .dropdown-menu {
        padding:0;
    }
    .dropdown-divider{
        display:none;
    }
    .dropdown-item:not(:last-child) {
        border-bottom: solid 1px #597484
    }
    #Info-Postlist .newspan {
        font-size: 17px;
    }

    .news_search {
        max-width: 150px;
    }

    /*讀書會*/
    .cityBtn {
        font-size: 17px;
        height: 50px;
    }
}

#com-aboutus .com-top-title {
    background-image: url(/Content/Images/com_aboutus1_bak.jpg);
    background-position-y: 30%;
}

#com-open .com-top-title {
    background-image: url(/Content/Images/com_open.jpg);
}

#com-year .com-top-title {
    background-image: url(/Content/Images/com_year.jpg);
}

#com-phone .com-top-title {
    background-image: url(/Content/Images/com_phone.jpg);
}

.com-top-title:before {
    /*content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-image: url(/Content/Images/bg-5.png);
	background-size: cover;
	background-position: 100%;
	opacity: 0.4;*/
}

.com-top-title h2, .com-top-title h1 {
    color: white;
    font-size: 3.5rem;
    margin: 0;
    padding: 5% 15px 1%;
    z-index: 1;
    position: relative;
    background: linear-gradient(to bottom, #fff0 0%, #00000040 100%);
    text-shadow: 2px 2px 6px #808080;
    font-weight: bold;
}

#com-aboutus .com-top-title h2, #com-aboutus .com-top-title h1 {
    padding: 17% 15px 1%;
}

#com-main {
    background: #f4f4f4;
}

    #com-main article {
        background-color: #fff;
        padding: 6% 10%;
        opacity: 0.9;
    }

        #com-main article p {
            line-height: 1.8rem;
            white-space: normal;
        }

#com-aboutus .boss {
    background: #f4f4f4;
    margin: 2.5% 0;
}

#com-aboutus .com-manager ul li {
    margin-bottom: 30px;
}


#com-open .text1 {
    background-color: #ffffff;
    padding-top: 40px;
    padding-left: 30px;
    min-height: 270px;
}

#com-open .text2 {
    color: #FEFEFE;
    background-color: #b9a77b;
    padding-top: 40px;
    padding-left: 30px;
    min-height: 270px;
}

.com-open-content {
    padding: 2.5% 0;
}

.com-history {
    margin: 5% 0;
    background: url(/Content/Images/bg-history.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 6%;
}

    .com-history li > * {
        font-weight: bold;
        opacity: 0.9;
    }

    .com-history li {
        overflow: hidden;
    }

        .com-history li h5 {
            color: #fff;
            font-size: 32px;
            font-weight: 400;
            display: inline-block;
            border-radius: 50%;
            width: 70px;
            height: 70px;
            line-height: 70px;
            text-align: center;
            float: left;
            display: none;
        }

        .com-history li:nth-of-type(odd) h5 {
            background: #dd5f5f;
        }

        .com-history li:nth-of-type(even) h5 {
            background: #8d99a9;
        }

        .com-history li p {
            font-size: 19px;
            display: inline-block;
            float: left;
        }

        .com-history li:nth-of-type(odd) {
            color: #dd5f5f;
        }

.com-manager .card-img-top {
    width: 100%;
    height: 100%;
}

.com-manager .card-title {
    color: #007bff;
}

.contact-list {
    padding: 1.5% 0;
}

    .contact-list .badge-primary {
        color: #39739d;
        background-color: #e1ecf4;
    }

    .contact-list li aside {
        background: #fff;
        padding: 25px 25px 15px;
        box-shadow: 0 5px 15px 0 rgba(0, 0,0,0.15);
        min-height: 347px;
        margin: 12.5px 0 25px;
        border-top: solid 3px #419dff;
    }

    .contact-list p {
        margin-bottom: 0;
        text-indent: -80px;
        padding-left: 80px;
    }

        .contact-list p a {
            display: inline;
        }

    .contact-list h3 {
        font-weight: bold;
        color: #007bff;
        letter-spacing: 8px;
    }

    .contact-list h6 {
        margin-bottom: 0;
        padding-left: 77px;
        text-indent: -77px;
    }

        .contact-list h6 span {
            color: #e69139;
        }

    .contact-list hr {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }

/*rd_register*/

.Apply_mem {
    text-align: center;
    padding: 10px 0px;
    font-size: 3rem;
    color: #FFFFFF;
}

.Apply_title {
    font-size: 3rem;
    color: #003366;
    font-weight: bold;
    text-decoration:underline;
}

.Apply_details {
    text-align: center;
    font-size: 2.5rem;
    padding: 0px 20px;
}


.Apply_span {
    color: red;
    background-color:yellow;
    font-weight: bold;
}

.Apply_submit {
    font-size: 3rem;
    border: 0;
    background-color: #003366;
    color: #fff;
    border-radius: 10px;
}

/*
	代標四大服務
*/
#com-service .com-top-title {
    background: url(/Content/Images/Ser_bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 50%;
}

#com-service .img-fluid {
    padding-top: 50px;
}

#com-service .text {
    margin-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}

    #com-service .text > p {
        text-indent: -17px;
        margin-bottom: 6px;
    }

#com-service .btn {
    width: 40%;
}

#com-service .modal-body h5 {
    color: #007bff;
    font-weight: bold;
    text-indent: -17px;
    padding-left: 17px;
}

#com-service .content p {
    padding-left: 18px;
}


#com-service aside .modal-body p {
    padding-left: 18px;
}

#com-service section {
    background-color: #ffffff;
}

#com-service article {
    background-color: #b9a77b;
    color: white;
}

    #com-service article .modal {
        color: #000;
    }

#com-service .modal-title {
    font-weight: bold;
    /*padding-left: 15px;
    color: #3c525f;*/
}
/*
	會員效期
*/
.expiration-area {
    min-height: calc(100vh - 81px);
    background: #F9FAFA;
}

.expiration-inner {
    padding-top: 15px;
    padding-bottom: 40px;
    font-size: 19px;
}

.expiration-area .title {
    font-size: 1.3rem;
}

.expiration-area thead {
    background: #f5e7d8;
}

.expiration-area .table-bordered {
    background: #fff;
    max-width: 960px;
    margin: 0 auto;
}

    .expiration-area .table-bordered td,
    .expiration-area .table-bordered thead th {
        border: solid 1px #DED2B1;
    }

.expiration-area .table thead th {
    font-size: 17px;
    font-weight: bold;
}

.expiration-area .rwd-table td:before {
    display: none;
}

#Info-Postlist .list_title {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin:10px auto;
}

@media (max-width: 991px) {
    #com-service .btn {
        width: 85%;
        margin-bottom: 20px;
    }

    .com-tab-title {
        white-space: nowrap;
        overflow-x: scroll;
    }

        .com-tab-title li {
            width: inherit;
            white-space: nowrap;
        }

    .contact-list li aside {
        min-height: inherit;
        padding: 25px;
    }

    #Detail .section-top {
        border-top: solid 4px #dbdede;
        padding-top: 10px;
    }

    .path-link {
        margin-left: 0;
        margin: 3px 0;
        font-size: 1rem;
    }

    .btn-delete {
        display: none;
    }

    .bottom-print {
        display: none;
    }

    #page-Register .info {
        color: #007bff;
        background: aliceblue;
    }

    .btn-simple:hover {
        border: solid 1px #bbbbbf;
        background: #ffffff;
    }

        .btn-simple:hover input {
            color: #3c525f;
        }

    .btn-checkcity {
        width: initial;
        color: #212529;
        box-shadow: none;
        text-shadow: none;
        background: transparent;
        border: none;
        position: relative;
        right: 0;
        top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .checkcity:after {
        color: #525252;
    }

    .btn-checkcity:hover {
        background: transparent;
    }

    .btn-checkcityS {
        width: initial;
        color: #212529;
        box-shadow: none;
        text-shadow: none;
        background: transparent;
        border: none;
        position: relative;
        right: 0;
        top: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .checkcityS:after {
        color: #525252;
    }

    .btn-checkcityS:hover {
        background: transparent;
    }


    #com-aboutus .card-body {
        padding: 12px;
    }


    .path-link-main {
        display: inline-block;
        width: 100%;
        margin: 0;
    }

    #Search .path-link {
        position: absolute;
        /*background: #fff;*/
        z-index: 1000;
        top: 130px;
        left: 76px;
        margin-left: 7px;
        margin-right: 7px;
        /*box-shadow: 0 5px 12px 0 rgba(0,0, 0,0.5);*/
        padding: 0;
        width: 102.94px;
        display: none;
    }

        #Search .path-link .court-item:last-of-type {
            border-bottom: none;
        }

        #Search .path-link.show:before {
            display: inline-block;
            content: ' ';
            background: #fff;
            height: 10px;
            position: absolute;
            top: -8px;
            left: 0px;
            width: 102.94px;
            border-left: solid 1px #bbbbbf;
            border-right: solid 1px #bbbbbf;
            z-index: 100;
        }

    #page-Register .info:after {
        display: none;
    }

    .expiration-area {
        min-height: calc(100vh - 50px);
    }

        .expiration-area .rwd-table {
            overflow: hidden;
            border: none;
            max-width: 290px;
            margin: 0 auto;
            background: transparent;
            border-collapse: separate;
            border-spacing: 0 25px;
            position: relative;
            top: -25px;
        }

            .expiration-area .rwd-table thead {
                display: none;
            }

            .expiration-area .rwd-table tr:nth-of-type(2n) {
                background: #eee;
            }

            .expiration-area .rwd-table th {
                display: none;
            }

            .expiration-area .rwd-table td {
                display: block;
                margin-bottom: -1px;
                background: linear-gradient(90deg, #f5e7d8 0%, #f5e7d8 35%, #ffffff 35%, #ffffff 100%);
                padding: 3px 0;
            }

                .expiration-area .rwd-table td:before {
                    content: attr(data-th) " ";
                    width: 6.5em;
                    display: inline-block;
                    font-size: 85%;
                    text-align: center;
                }


    
    #Info-Postlist .list_title {
        font-size: 17px !important;
    }
}


/*
	FOOTER
*/
footer {
    width: 100%;
    background-color: #212d33;
    border-top: solid 1px #ded2b1;
}



    footer > .container-fluid {
    }

    footer .phone-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        footer .phone-list li {
            margin: 2px 0;
        }

        footer .phone-list a {
            color: #adbbc7;
            text-decoration: none;
            white-space: nowrap;
            padding-left: 5%;
        }

            footer .phone-list a:hover {
                color: #ffefbd;
            }

        footer .phone-list span {
            white-space: nowrap;
        }


    footer .phonenumber {
        color: #adbbc7;
        max-width: 760px;
        padding: 15px 10px 12px;
        margin: 0 auto;
    }

.footer-info-1 {
    text-align: center;
    color: #adbbc7;
    padding: 12px 15px 15px;
    letter-spacing: 1px;
    border-top: solid 1px #404e5a;
    width: 100%;
}

    .footer-info-1 small {
        display: block;
    }

.footer-logo {
    padding: 20px 10px 0;
    text-align: center;
    width: 100%;
}

    .footer-logo img {
        max-width: 100%;
        opacity: 0.85;
    }

    .footer-logo picture, .footer-logo h6 {
        line-height: 2;
        margin: 0;
    }

#courtAddress .nav-link, 
    #rd_photo .nav-link{ 
    font-weight: bold;
    text-align: center;
    padding: .5rem 0;
}

#courtAddress .nav-tabs .nav-item.show .nav-link,
#rd_photo .nav-tabs .nav-link.active .nav-tabs .nav-item.show .nav-link,
#courtAddress .nav-tabs .nav-link.active,
#rd_photo .nav-tabs .nav-link.active {
    color: #ff8609;

}

.nav-item a {
    color: black;
}

.nav-tabs a {
    color: black;
}

#myTab {
    background: #fbefd6;
}

#S1 {
    background: #ffef9f;
    opacity: 0.85;
    font-weight: lighter;
}

    #S1.active {
        background: #ffef9f;
        color: black;
        font-weight: bold;
    }

#S2 {
    background: #fbefd6;
    opacity: 0.85;
    font-weight: lighter;
}

    #S2.active {
        background: #fbefd6;
        color: black;
        font-weight: bold;
    }


#courtAddress .tab-content ul {
    padding: 0 0 10%;
    margin: 0;
}

#courtAddress .tab-content li {
    border: solid 1px #dee2e6;
    border-top: none;
    list-style: none;
}

    #courtAddress .tab-content li a {
        padding: 0 15px;
        position: relative;
        text-decoration: none;
    }

        #courtAddress .tab-content li a:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f08e";
            position: absolute;
            top: 15px;
            right: 15px;
        }

        #courtAddress .nav-link:hover,
        #courtAddress .tab-content li a:hover {
            color: #ff8609;
        }

    #courtAddress .tab-content li:nth-child(even) {
        background: #f1f1f1;
    }

    #courtAddress .tab-content li h4 {
        padding: 10px 0 6px;
        margin: 0;
        font-size: 1.25rem;
    }

    #courtAddress .tab-content li p {
        padding-bottom: 4px;
        margin: 0;
        color: #343a40;
    }

    #courtAddress .tab-content li small {
        text-align: left !important;
        display: inline-block;
        color: #ff8609;
    }

#courtAddress .modal-header h5 {
    font-weight: bold;
    color: #3c525f;
}

#courtAddress .modal-header {
    border-bottom: none;
}

#courtAddress .modal-body {
    padding: 0;
}

#go-to-top {
    background-color: rgba(0,0,0,0.3);
    color: rgba(255, 255,255,0.8);
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    display: none;
    font-size: 32px;
    text-align: center;
    border-radius: 4px;
    z-index: 99;
}

    #go-to-top:hover {
        background-color: rgba(0,0,0,0.4);
    }

#moreSwitch {
    display: none;
}
/* #loadingDiv */
.loader,
.loader:before,
.loader:after {
    background: #698bb1;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #698bb1;
    text-indent: -9999em;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -15px;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        position: absolute;
        top: 0;
        content: '';
    }

    .loader:before {
        left: -1.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 1.5em;
    }

@-webkit-keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%, 80%, 100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}


#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    background-color: #F9FAFA;
}
/*.loader end*/
/*
		RWD
*/
@media screen and (max-width: 1199px) {
    .page-user-area {
        background-size: 150%;
    }

    #page-Register .search-regions {
        margin-left: -64px;
    }

    #page-Register .search-regionsS {
        margin-left: -64px;
    }
}

@media screen and (max-width: 1339px) {
    .AD-course {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .footer-logo {
        text-align: center;
        padding: 0 10px 10px;
        display: none !important;
    }

    #courtAddress .tab-content li h4 {
        font-size: 1.2rem;
    }

    #page-Register .page-user:before {
        display: none;
    }

    .btn-simple {
        padding: 5px 0;
        border-radius: 0;
    }

        .btn-simple.IE-item input, .btn-simple.not-IE-item input {
            padding: 5px 8px;
        }

    #Search .btn-simple,
    #Detail .btn-simple {
        padding: 0;
        border-radius: 0;
        margin-left: -5px;
        height: 40px;
        line-height: 37px;
        vertical-align: bottom;
        right: 45px;
        position: relative;
        border-top: none;
        border-bottom: none;
    }

    #Search .btn-simple {
        right: 60px;
    }

    #Search #favoriteAdd {
        width: 105px;
        text-align: center;
    }

    #Search #favoriteDelete,
    #Search #favoriteAdd,
    #Detail #favoriteDelete,
    #Detail #favoriteAdd {
        border-right: none;
    }

    #Search #onListAdd {
        width: 105px;
        text-align: center;
    }

    #Search #onListDelete,
    #Search #onListAdd,
    #Detail #onListDelete,
    #Detail #onListAdd {
        border-right: none;
    }

    #Search .btn-simple.IE-item input, #Search .btn-simple.not-IE-item input,
    #Detail .btn-simple.IE-item input, #Detail .btn-simple.not-IE-item input {
        padding: 0 8px;
        min-width: 60px;
        text-align: center;
    }

    .open-check-btn {
        right: inherit !important;
        width: calc(100% - 70px);
        position: absolute !important;
        left: 9px;
        top: 0;
        text-align: center;
        color: #3c525f !important;
        font-weight: bold;
        z-index: 10;
        background: #f9fafa !important;
        height: 32px !important;
        border: solid 1px #bbbbbf !important;
        line-height: 31px !important;
        margin: 4px;
    }

        .open-check-btn.show {
            width: calc(100% - 235px);
            left: 9px;
        }

    .btn-for-check.hide {
        opacity: 0;
    }

    .AD-course {
        display: none;
        float: left;
        right: inherit;
        position: fixed;
    }

        .AD-course a {
            width: 105px;
            height: 105px;
            border-bottom: solid 1px #d8e6a0;
        }

        .AD-course.Taipei {
            left: 50%;
            margin-left: -158px;
            top: inherit;
            bottom: 0;
        }

        .AD-course.Taichung {
            left: 50%;
            margin-left: -53px;
            top: inherit;
            bottom: 0;
        }

        .AD-course.Kaohsiung {
            left: 50%;
            margin-left: 52px;
            top: inherit;
            bottom: 0;
        }


    .bg-main-mobile {
        display: none;
        background: linear-gradient(#ffffff00 0%, #ffffff00 65%, #bbbbbf 65%,#bbbbbf 66%, #f7f7f7 65%, #f7f7f7 100%);
        position: absolute;
        width: 100%;
        height: 101%;
        left: 0;
        top: 0;
    }

    .city-selector-index article {
        margin: 0;
        background-color: transparent;
        border: none;
        border-radius: 0;
    }

    .btn-search-free {
        display: block;
        cursor: pointer;
        background: #3785b3;
        color: #fff;
        font-weight: normal;
        height: 40px;
        line-height: 40px;
        border-radius: .25rem;
        letter-spacing: 8px;
        padding-left: 8px;
        border-left: none;
        border-right: none;
        border-top: none;
        position: relative;
        right: 0;
        top: 0;
        padding-right: 40px;
    }

        .btn-search-free:hover {
            color: #fff;
            background: #3785b3;
        }

        .btn-search-free:active {
            background-color: #3785b3;
        }

    .btn-search {
        display: block;
        cursor: pointer;
        background: #ef6e30;
        border: 1px solid #ef6e30;
        color: #fff;
        font-weight: normal;
        height: 40px;
        line-height: 39px;
        border-radius: .25rem;
        letter-spacing: 3px;
        max-width: 185px;
        position: relative;
        right: 0;
        top: 0;
        padding-right: 52px;
    }

        .btn-search.color-advance {
            background: #e6465c;
            border: 1px solid #e6465c;
        }

        .btn-search:hover,
        .btn-search:active {
            color: #fff;
            background: #e69139;
        }

    #searchBtnS {
        padding-left: 37px;
        text-align: center;
        padding-right: 22px;
    }

    #id_header {
        padding: 0 15px;

    }

    #moreSwitch {
        max-width: 290px;
        margin: 0 auto;
        white-space: nowrap;
        position: absolute;
        right: 0;
        top: 0;
    }

        #moreSwitch a {
            display: block;
            text-align: right;
            letter-spacing: 1px;
            color: #fff;
            text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
            font-weight: normal;
            padding: 0 18px;
            border-left: solid 1px rgba(255,255,255,0.4);
        }

    #searchZone .search-regions {
        margin-left: 0px;
        font-weight: bold;
        max-width: 290px;
        margin: 0 auto;
        position: relative;
    }

    #page-Register .search-regions {
        margin-left: 0px;
        font-weight: bold;
        max-width: 460px;
        margin: 0 auto;
        position: relative;
    }

    .search-regions.hide-box > div {
        top: -50px;
    }

    .search-regions > div {
        margin-left: 0;
        top: -50px;
        width: 100%;
        left: 0;
        z-index: 999;
        border-radius: 0;
        margin-top: 0;
        min-height: inherit;
        padding-top: 0;
    }

    #searchZone .search-regionsS {
        margin-left: 0px;
        font-weight: bold;
        max-width: 290px;
        margin: 0 auto;
        position: relative;
    }

    #page-Register .search-regionsS {
        margin-left: 0px;
        font-weight: bold;
        max-width: 460px;
        margin: 0 auto;
        position: relative;
    }

    .search-regionsS.hide-box > div {
        top: -50px;
    }

    .search-regionsS > div {
        margin-left: 0;
        top: -50px;
        width: 100%;
        left: 0;
        z-index: 999;
        border-radius: 0;
        margin-top: 0;
        min-height: inherit;
        padding-top: 0;
    }



    .advanced-area {
        margin: 0 auto;
        margin-top: 0 !important;
        padding-top: 0;
        max-width: 290px;
        margin-bottom: 15px;
    }

        .advanced-area > .col {
            padding-right: 0;
            padding-left: 0;
            max-width: 300px;
            margin: 0 auto;
        }

        .advanced-area aside {
            margin: 0;
            margin-bottom: -1px;
            border-radius: 0;
        }

            .advanced-area aside.enter-debtor,
            .advanced-area aside.enter-case {
                width: 100%;
                float: left;
            }

        .advanced-area label {
            width: 95px;
            text-align: center;
            border-radius: 0;
        }

        .advanced-area:before {
            display: block;
            content: "";
            background-color: rgba(255, 255, 255, 0.5);
            height: 100%;
            width: 100%;
            z-index: -1;
            position: absolute;
            top: 0;
            left: 0;
            display: none;
        }

    .btn-clear {
        display: none;
    }

    .btn-clear-mobile {
        width: 95px;
        height: 40px;
        line-height: 40px;
        background: #57b5bf;
        border-left: none;
        border-right: none;
        border-top: none;
        margin: 0;
        white-space: break-spaces;
        margin-right: 10px;
        font-weight: normal;
        letter-spacing: 2px;
        padding-left: 2px;
        opacity: 1;
    }

    #search-btn-clear.z-index {
        z-index: 0;
    }

    #moreContent {
        margin-bottom: 20px;
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .btn-back {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        font-size: 2rem;
        line-height: 1.4;
        color: #abb2b8 !important;
        height: 50px;
        width: 55px;
        text-align: center;
    }

    #home .btn-back {
        display: none !important;
    }

    .navbar-toggler {
        height: 50px;
        width: 50px;
    }

    .btn-print-group {
        top: inherit;
        z-index: 10;
        right: 5px;
        bottom: -38px;
    }

    #mainNav {
        margin-right: 0;
    }

    .bg-admin #mainNav {
        margin-right: 0;
    }

    .memberCentreArea {
        right: 50px;
    }

    .member-btn {
        font-size: 15px;
        padding: 3px 8px 5px !important;
        white-space: nowrap;
        color: #fff !important;
        letter-spacing: 2px;
        border: solid 1px #3c525f;
        margin-top: 9px;
        border-radius: 4px;
        background: #e69139;
        border: solid 1px #6a7c86;
        background: #4d6b7d;
    }

    .member-btn-Login {
        /* background: #3785b3;*/
    }

    .member-btn span {
        display: none;
    }

    #memberCentre {
        margin-right: 0;
    }

    #id_header a.user-name-text {
        display: none;
    }

    #id_header.bg-admin a.user-name-text {
        display: inline-block;
        border-radius: 4px;
        font-size: 15px;
        padding: 3px 8px 5px !important;
        letter-spacing: 2px;
        margin-top: 9px;
        right: 0;
    }

    #nav2,#nav3 {
        padding: 0;
    }

        #nav2 .navbar-nav, #nav3 .navbar-nav {
            float: none;
            display: block;
            margin-right: 0;
        }

        #nav2 li, #nav3 li  {
            border-top: solid 1px #3c525f;
            width: 100%;
        }

            #nav2 li a, #nav3 li a {
                padding: 10px 15px;
                background: #3c525f;
                color: #fff;
                font-weight: normal;
                border-top: solid 1px #597484;
            }

                .member-btn:hover,
                #nav2 li a:hover,
                #nav3 li a:hover {
                    color: #ffefbd;
                }

                #nav2 li a.share-qrcode {
                    border-top: solid 1px #597484;
                    border-left: none;
                    border-right: none;
                    border-bottom: none;
                    border-radius: 0;
                    padding: 10px 15px;
                    margin: 0;
                    letter-spacing: 3px;
                    color: #71ff76;
                }

    .authInfo {
        width: 340px;
        margin-left: -170px;
        top: 125px;
    }

        .authInfo h5 {
            padding: 12px 10.5px;
            font-size: 17px;
            letter-spacing: 0;
            border: solid 6px #fff;
            opacity: 0.95;
        }

        .authInfo i {
            color: #fff;
            font-size: 17px;
            vertical-align: middle;
        }

    #id_header {
        padding: 0;
        min-height: auto;

    }

        #id_header .navbar-nav li {
            border-top: solid 1px #597484;
        }

        #id_header.bg-admin .navbar-nav li {
            border-top: solid 1px #dc6d5d;
        }

        #id_header .navbar-nav li a {
            padding: 10px 15px;
        }

    .header-logo {
        //width: 40px;
        //overflow: hidden;
        //text-indent: 9999px;
        width: inherit;
        text-indent: inherit;
    }

    #Home .header-logo,
    #Detail .header-logo {
        //width: inherit;
        //text-indent: inherit;
    }

    .navbar-brand {
        //margin-left: auto;
        //margin-right: 150px;
        margin-left: 15px;
    }

    #Home .navbar-brand,
    #Detail .navbar-brand {
        margin-left: 15px;
    }

    #Home .btn-back,
    #Detail .btn-back,
    #Search .btn-back {
        display: none !important;
    }

    body #forSearchPage {
        display: none;
    }

    #Search #forSearchPage {
        display: block;
        z-index: 10;
    }

    .navbar-dark .navbar-toggler {
        border: none;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar-dark button:focus {
        outline: none;
    }

    .navbar-dark .navbar-brand img {
        padding-bottom: 5px;
        padding-top: 1px;
        margin-left: -5px;
    }

    .expiration-area .title label {
        font-size: 75%;
    }

    #page-Register .search-regions {
        margin-left: 0;
    }

    #page-Register .search-regionsS {
        margin-left: 0;
    }

    #page-Register .page-user-inner {
        top: 0;
        display: block;
    }

    #page-Register .page-user {
        background-image: none;
        padding-top: 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 0;
    }


    #page-Register.page-user-area {
        padding: 0;
        background-image: none;
    }

        #page-Register.page-user-area::after {
            background: #fff;
        }

    #page-Register .page-user-inner {
        border-radius: 0;
        box-shadow: none;
    }

    #page-Register .page-title {
        margin-bottom: 0;
        padding-left: 15px;
        padding-bottom: 0;
    }

    #myform {
        max-width: 460px;
        margin: 0 auto;
    }

    #page-Register .info {
        font-size: 18px;
        letter-spacing: 1px;
        padding: 10px 0 7px 30px;
        position: relative;
        width: inherit;
        top: 0;
        right: 0;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        text-indent: -26px;
        margin: 0 auto;
        margin-bottom: 1.5rem;
        max-width: 460px;
        line-height: 1.3;
        text-align: center;
        border-radius: .25rem;
        border: solid 2px #5aaaff;
    }

        #page-Register .info i.fa {
            font-size: 1.5rem;
            left: 7px;
        }

        #page-Register .info i:last-child {
            display: block;
            text-indent: -40px;
            letter-spacing: 0;
        }

    #page-Register .page-user .search-regions > div {
        display: block;
        width: 100%;
        left: 0;
        padding: 0;
        border: solid 2px #ced4da;
        border-radius: .35rem;
        overflow: hidden;
    }

    #page-Register .search-regions section {
        padding: 0;
        display: inline;
    }

    #page-Register .search-regions h6 {
        display: none;
    }

    #page-Register .page-user .search-regionsS > div {
        display: block;
        width: 100%;
        left: 0;
        padding: 0;
        border: solid 2px #ced4da;
        border-radius: .35rem;
        overflow: hidden;
    }

    #page-Register .search-regionsS section {
        padding: 0;
        display: inline;
    }

    #page-Register .search-regionsS h6 {
        display: none;
    }

    #page-Register .city-radio {
        margin: 0;
        float: left;
        width: 33.333%;
        white-space: nowrap;
        border: none;
        background-color: #ffffff;
        padding: 7px 8px 7px 2rem;
    }

    .custom-control-label {
        text-indent: -3px;
    }

    #searchZone .city-checkbox {
        float: left;
        border-right: solid 1px #bbbbbf;
        border-bottom: solid 1px #bbbbbf;
        width: 33.333%;
        border-radius: 0;
        padding: 3.5px 8px 3.5px 2rem;
    }

        #searchZone .city-checkbox:hover {
            border-left: solid 1px transparent;
            border-top: solid 1px transparent;
        }

    #searchZone .city-checkboxS {
        float: left;
        border-right: solid 1px #bbbbbf;
        border-bottom: solid 1px #bbbbbf;
        width: 33.333%;
        border-radius: 0;
        padding: 3.5px 8px 3.5px 2rem;
    }

        #searchZone .city-checkboxS:hover {
            border-left: solid 1px transparent;
            border-top: solid 1px transparent;
        }

    #searchZone .border-r-0 {
        /*border-right: none;*/
        font-size:inherit;
    }

    /*#searchZone .border-b-0 {
        border-bottom: none;
    }*/

    #searchZone .Court {
        white-space: nowrap;
        letter-spacing:-2px;
    }

    #searchZone .search-regions section {
        padding: 0;
        display: inline;
        clear: none;
    }

    #searchZone .search-regions h6 {
        display: none;
    }


    #searchZone .search-regionsS section {
        padding: 0;
        display: inline;
        clear: none;
    }

    #searchZone .search-regionsS h6 {
        display: none;
    }

    #searchZone .btn-ok {
        position: relative;
        left: 0px;
        top: 0;
        float: left;
        width: 95.8px;/*96px*/
        text-align: center;
        margin: 0;
        box-shadow: none;
        border: none;
        height: 34px;/*33px*/
        line-height: 33px;
        padding: 0;
        text-indent: 4px;
        border-radius: 0;
    }

    #searchZone .btnS-ok {
        position: relative;
        left: 0px;
        top: 0;
        float: left;
        width: 96px;
        text-align: center;
        margin: 0;
        box-shadow: none;
        border: none;
        height: 33px;
        line-height: 33px;
        padding: 0;
        text-indent: 4px;
        border-radius: 0;
    }

    .footer-info-1 {
        letter-spacing: 0;
        text-align: left;
        text-align: justify;
        padding-top: 15px;
        display: none;
    }

    .footer-text {
        color: #adbbc7;
        text-align: center;
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .footer-text .reserved {
            float: none;
        }

    footer .phonenumber-title {
        color: #adbbc7;
        padding: 10px 0;
        text-align: center;
        letter-spacing: 1.5px;
    }

    footer .phonenumber {
        padding: 10px;
        display: none;
    }

    footer.detail-footer {
        color: #adbbc7;
        padding-top: 6px;
        padding-bottom: 10px;
        text-align: center;
        border-top: solid 1px #404e5a;
        line-height: 1.35rem;
    }

    #Search footer.detail-footer,
    #Detail footer.detail-footer {
        padding-bottom: 45px;
    }

    #go-to-top {
        width: 35px;
        height: 35px;
        right: 10px;
        bottom: 10px;
        font-size: 21px;
    }

    #Search #go-to-top,
    #Detail #go-to-top {
        width: 60px;
        height: 40px;
        right: 0;
        bottom: 0;
        font-size: 21px;
        background-color: #fff;
        color: #007bff;
        line-height: 37px;
    }
}

@media screen and (max-width: 991px) {
    .text-call {
        background: none;
        padding: 0 0 0 15px;
        float: none;
        box-shadow: none;
        border: none;
        border-radius: 0;
        border-left: solid 2px #007bff;
        margin-top: 5px !important;
    }

    .page-title {
        text-align: left;
        margin-bottom: 1.5rem;
        padding-left: 25px;
        padding-top: 2rem;
        padding-bottom: 1rem;
    }

        .page-title > *:not([class^="col"]) {
            max-width: 460px;
            margin: 0 auto;
        }

    #page-ChangePWD .page-user,
    #page-ForgotPWD .page-user {
        background-image: none;
        max-width: inherit;
    }

    #page-Register .btn-info,
    #page-ForgotPWD .btn-info {
        font-size: 15px;
        width: 100%;
        white-space: nowrap;
        min-width: 95px;
        padding: .375rem 0;
    }

    footer .phone-list {
        max-width: 350px;
        margin: 0 auto;
    }

    #Carousel-inner .Class {
        padding: 0 !important;
        margin: auto;
    }
}

@media screen and (max-width: 991px) {
    .AD-main .carousel-control-prev,
    .AD-main .carousel-control-next {
        opacity: 0;
    }

    .AD-main .img-after {
        left: 49%;
        bottom: 65px;
        margin-left: 85px;
    }

    .AD-main .img-before {
        bottom: -95px;
        right: 70%;
        margin-right: 0;
        opacity: 0;
    }

    .AD-main .carousel-item {
        height: 107px;
        overflow: hidden;
        padding-top: 20px;
        border-radius: 20px;
    }

        .AD-main .carousel-item picture {
            position: relative;
            z-index: 1;
            margin: 0;
        }

            .AD-main .carousel-item picture img {
                width: 100px;

            }

        .AD-main .carousel-item aside h2 {
            font-size: 1.6rem;
            width: 37px;
            line-height: 1.1;
            background: #fff;
            border-radius: 5px;
            margin-right: 8px;
            box-shadow: 0 0 10px 0px #ffffff;
        }

    .AD-main .AD-Reading h3 {
        display: block;
        font-size: 2rem;
        text-shadow: 2px 2px 0px #808080;
    }

    .AD-main .AD-Recruit h3 {
        display: block;
        font-size: 2rem;
        text-shadow: 2px 2px 0px #808080;
    }

    .AD-main .carousel-item aside h4 {
        margin-bottom: 5px;
        display: block;
        font-size: 1rem;
        font-weight: bold;
    }

    .AD-main .carousel-item aside h3 {
        font-size: 1rem;
        letter-spacing: 0;
    }

    .AD-main .carousel-item aside h5 {
        display: block;
        font-size: 1.4rem;
        margin-top: 6px;
        top: 0;
    }

        .AD-main .carousel-item aside h5 span {
            font-size: 1.2rem;
            top: -4px;
        }

    .AD-main .carousel-item a {
        padding: 4px 30px;
        background: #fff;
        letter-spacing: 2px;
        font-size: 1.4rem;
        border: solid 1px #007bff;
        margin: 8px 0;
    }

    .com-top-title h2 {
        font-size: 2rem;
    }

    .page-user-area {
        height: 100%;
        padding: 0;
        background-image: none;
    }

        .page-user-area::after {
            background: #fff;
        }




    .page-user {
        padding-top: 0;
        margin-top: 0;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none;
        background-position-y: inherit;
        background-position-x: inherit;
    }



    .page-title h1 {
        font-size: 2rem;
        font-weight: 400;
    }

    #page-ChangePWD .page-user-inner,
    #page-ForgotPWD .page-user-inner {
        display: block;
        top: 0;
        background-image: none;
        align-items: start;
        max-width: inherit;
    }

    .AD-main .dm-class-Taipei:before, .AD-main .dm-class-Taichung:before, .AD-main .dm-class-Kaohsiung:before {
        width: 70px;
        height: 70px;
    }
    /*
			固定下方區塊: 加入列管, 列印
		*/
    .favorite-box {
        position: fixed !important;
        bottom: 0;
        z-index: 50;
        background: #fefefe;
        box-shadow: 0 -4px 15px rgba(0, 0, 0,0.15);
        width: 100% !important;
        margin-bottom: 0 !important;
        right: 0;
    }

    .favorite-point {
        padding: 0;
        color: #3c525f;
        height: 40px;
        line-height: 40px;
        position: relative;
        display: inline-block;
        float: left;
    }

        .favorite-point span {
            font-size: 80%;
        }

    /*rd_register*/

    .Apply_title {
        font-size: 1.5rem;
    }

    .Apply_details {
        font-size: 1rem;
    }

    .Apply_line {
        font-size: 1rem;
    }

    .Apply_submit {
        font-size: 1.5rem;
    }

    @media screen and (max-width: 767px) {

        .com-open-content {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 15px;
            padding-left: 15px;
        }

        #com-open .text1,
        #com-open .text2 {
            margin-bottom: 0;
            margin-left: 0;
        }

        .com-history {
            padding-left: 0;
            background: none;
        }
    }

    @media screen and (max-width: 575px) {
        #com-service .img-fluid {
            padding-top: 25px;
            max-width: 65px;
        }

        #com-service .text {
            padding-top: 20px;
            margin-left: 15%;
            padding-bottom: 20px;
        }


        .AD-main .carousel-item {
            height: 80px;
        }
    }

    @media screen and (max-width: 400px) {
        footer .phone-list span {
            width: 100%;
        }

        /*footer .phone-list a {
		padding-left: 20%;
	}*/

        footer .phone-list li {
            margin: 5px 0;
        }

    }

    span.bold {
        font-weight: 600;
    }

    span.boldRed {
        font-weight: 600;
        color: red;
    }

    span.normal {
        font-weight: normal;
    }

    span.thick {
        font-weight: bold;
    }

    span.thicker {
        font-weight: 900;
    }
}

#LectureTime {
    position: fixed;
    right: 0;
}

.Class {
    padding-top:30px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .AD-main .carousel-item aside h4 {
        margin-bottom: 5px;
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
    }
    .AD-main .carousel-item picture img {
        width: 130px;
    }
}
@media (min-width:768px){
    .navbar .dropdown-menu {
        margin-top: 0;
        display: block;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: max-height .5s ease, opacity .5s ease;
        min-width: 8rem;
        border-radius:0;
    }

    .navbar .dropdown-menu.show {
        max-height: 500px;
        opacity: 1;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 12px !important;
        color: #666666;
    }
}
