body {
    background-image: url(../../images/news/news_bg.png);
    background-position: top;
    background-repeat: no-repeat;
}

#footer {
    background-color: #fff;
}

tr {
    border: 1px solid #E3F4FF;
}

th {
    width: 90px;
    background-color: #E3F4FF;
    font-size: 0.875rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

ul {
    padding: 0 21px;
}

hr {
    border-top: 1px solid #707070;
}

.detail_group {
    color: #3075DC;
}

.title {
    font-size: 2rem;
    font-weight: bold;
}

a,
a:hover {
    color: unset;
    text-decoration: unset;
}

.active {
    color: #18AC99 !important;
}

/* breadcrumb */
.breadcrumbs_list {
    padding: 0.25rem 1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs_list li {
    display: inline;
    /* padding: 0 0.25rem; */
    margin: 0;
    /* font-size: 0.77em; */
    letter-spacing: .15rem;
}

.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
    content: ">";
}

.breadcrumbs_list li a,
.breadcrumbs_list li span,
.breadcrumbs_list li:before {
    color: rgba(0, 0, 0, 0.65);
}

.breadcrumbs_list li:first-child:before {
    content: "";
}

.breadcrumbs_list li:last-child a {
    color: #d74000;
}

/* breadcrumb */

.title_list_style:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    border-radius: 3px;
    bottom: -4px;
    left: 0;
}

.title_list_style.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #18AC99;
    border-radius: 3px;
    bottom: -4px;
    left: 0;
}

.title_list_style {
    position: relative;
    border-bottom: 4px #D9D9D9 solid;
    padding: 0px 1rem;
    color: #343434;
    font-size: 1.25rem;
    font-weight: 600;
}

.title_block {
    margin: 1rem 6px;
}

.user_info_block {
    display: flex;
    margin: 17px 10px;
}

.form-group {
    margin-bottom: 0rem;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
    padding: 0.45rem;
    width: 200px;
    font-size: 0.9375rem;
    padding-left: 10px;
}

.input_group {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.tip {
    font-size: 0.9375rem;
    color: #777777;
    margin: 0px 10px;
}

.info_name {
    margin-right: 5px;
    text-align: right;
    font-weight: bold;
    pointer-events: none;
    display: block;
    background-color: unset;
    border: unset;
}

::placeholder {
    font-size: 0.875rem;
}

.tip_txt {
    color: #777777;
    font-size: 0.875rem;
    margin-left: 15px;
}

.btn_block {
    margin-left: 12px;
}

#cancle:hover {
    color: #FFF !important;
    background-color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
}

#btn_submit {
    color: white !important;
    background-color: #F28705 !important;
    border-color: #F28705 !important;
    padding: 0.25rem 0.75rem;
}

#cancle {
    background-color: #FFF !important;
    color: #F28705 !important;
    border: 1px solid #F28705 !important;
    padding: 0.25rem 0.75rem;
    margin-right: 1rem;
}

#content {
    padding: 9px;
    border-radius: 3px;
    border: 1px solid #A2A2A2;
}

#contact {
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 80.5vh;
    padding: 20px 0;
    width: 90vw;
    margin: auto;
    background: #fff;
}

.content_hint {
    padding: 0 10px;
    color: #777;
}

/* 描述區 */
.info_area {
    border-radius: 10px;
    padding: 2rem 1rem 1rem;
    /* height: 150px; */
    margin-bottom: 1rem;
}

.right_img {
    flex: 1;
    text-align: center;
}

.not_found {
    font-size: 1.3rem;
    font-weight: bold;
    color: palevioletred;
}

.info_title {
    position: relative;
}

.info_title span {
    /* margin-left: 0.5rem; */
    /* color: #4FACEA; */
    font-weight: 700;
}

/* 描述區 */

#error_modal .modal-body {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 30px;
}

#error_modal .modal-body span {
    color: #e87474;
    margin-right: 10px;
}


/* media */
@media (max-width: 950px) {
    .user_info_block {
        flex-direction: column;
    }

    .input_group {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .input_group span {
        width: 100%;
        text-align: left;
    }

    #btn_submit {
        display: block;
        margin-top: 10px;
    }

    .btn_block {
        margin-left: 0px;
    }
}