@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/earlyaccess/cwtexkai.css);*/
.cal_search .cal_area .cal ul,
.row,
form .form_content,
.msgs,
.exemption .areas {
    zoom: 1;
}

.cal_search .cal_area .cal ul:before,
.row:before,
form .form_content:before,
.msgs:before,
.exemption .areas:before,
.cal_search .cal_area .cal ul:after,
.row:after,
form .form_content:after,
.msgs:after,
.exemption .areas:after,
.pro_register .register_data .data .list:before,
.pro_register .register_data .data:before,
.pro_register .register_data .data:after,
.pro_register .register_data .data .list:after {
    content: '';
    display: block;
}

.cal_search .cal_area .cal ul:after,
.row:after,
form .form_content:after,
.msgs:after,
.exemption .areas:after,
.pro_register .register_data .data:after,
.pro_register .register_data .data .list:after {
    clear: both;
}

.page_banner {
    margin-top: 20px;
}

aside>ul {
    padding: 15px 20px;
}

aside>ul>li {
    margin-top: 15px;
    vertical-align: middle;
    padding-left: 25px;
}

aside>ul>li>a {
    font-size: 18px;
    font-weight: bold;
    color: #c27b00;
    display: inline-block;
}

aside>ul>li>a:hover {
    text-decoration: underline;
}

aside>ul>li.active:before {
    content: "-";
    color: #c27b00;
    font-size: 35px;
    vertical-align: middle;
    position: absolute;
    top: -14px;
    left: 0;
}

aside>ul>li .sub {
    margin-top: 15px;
}

aside>ul>li .sub li {
    margin-bottom: 5px;
}

aside>ul>li .sub li a {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

aside>ul>li .sub li a:before {
    content: '▸';
    font-size: 20px;
    padding-right: 10px;
    margin-left: -3px;
    color: #dcdcdc;
    display: inline-block;
    vertical-align: sub;
}

aside>ul>li .sub li a:hover {
    text-decoration: underline;
}

.breadCrumb {
    margin-top: 20px;
}

.breadCrumb p {
    background-color: #22b270;
    color: #fff;
    display: inline-block;
    padding: 7px 25px;
    font-size: 16px;
}

.breadCrumb p:after {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #22b270;
    position: absolute;
    top: 0;
    right: -25px;
}

.breadCrumb ul {
    display: inline-block;
    margin-left: 30px;
}

.breadCrumb ul li {
    display: inline-block;
    margin-right: 15px;
}

.breadCrumb ul li a {
    color: #000;
    font-size: 14px;
}

.breadCrumb ul li:after {
    content: ">";
    font-size: 12px;
    display: inline-block;
    padding-left: 5px;
    position: absolute;
    top: 0;
    right: -13px;
}

.breadCrumb ul li:last-child:after {
    display: none;
}

.page_content {
    padding: 35px;
}

.page_content .page_title {
    border-bottom: solid 1px #b5b5b5;
}

.page_content .page_title:after {
    content: url("../img/icon-dec.png");
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: -2px;
}

.page_content .page_title img {
    width: 50px;
    margin-bottom: -15px;
    background-color: #FFF;
    padding-right: 5px;
}

.page_content .page_title p {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: solid 2px #f39800;
    margin-bottom: -1px;
}

.page_content .page_title span {
    color: #f39800;
    font-size: 18px;
    padding-left: 15px;
    font-weight: bold;
}

.page_content .page_data {
    padding-bottom: 20px;
}

.page_content.wide {
    padding: 40px 50px;
}

.page_content.wide .page_data {
    width: 100%;
}

.rule .tabs {
    margin-top: 25px;
}

.rule .tabs .tab {
    background-color: #909090;
    color: #fff;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 18px;
}

.rule .tabs .tab.active {
    background-color: #f39800 !important;
}

.rule .tabs .tab:hover {
    background-color: #a0a0a0;
}

.rule .tab_des {
    border: solid 1px #f39800;
    padding: 40px;
    background-color: #FFF;
    border-radius: 5px;
    border-top-left-radius: 0px;
    display: none;
}

.rule .tab_des>div,
.rule .tab_des .des {
    margin-bottom: 25px;
}

.rule .tab_des p,
.rule .tab_des li {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 13px;
}

.rule .tab_des ul {
    margin-left: 25px;
}

.rule .tab_des ul li {
    list-style-type: decimal;
}

.rule .tab_des .mark {
    color: #239fdb;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.rule .tab_des.active {
    display: block;
}

.search_title {
    margin-top: 40px;
    margin-bottom: 10px;
}

.search_title .icon,
.search_title p {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.search_title p {
    font-weight: bold;
    font-size: 20px;
}

.search_title:first-child {
    margin-top: 10px;
}

.data_search,
.map_search,
.cal_search {
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 1px #f39800;
}

.data_search,
.list_search {
    padding: 20px 25px;
}

.data_search select,
.data_search input[type="text"],
.list_search select,
.list_search input[type="text"] {
    font-size: 16px;
    line-height: 16px;
    border: none;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    outline: none;
    font-family: Microsoft JhengHei;
    margin-right: 11px;
}

.data_search select,
.list_search select {
    padding: 8px 10px;
    font-weight: bold;
    width: 125px;
}

.data_search input[type="text"],
.list_search input[type="text"] {
    width: 340px;
    padding: 10px;
}

.data_search .btn_search,
.list_search .btn_search {
    background-color: #239fdb;
    color: #fff;
    border: none;
    padding: 11px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-family: Microsoft JhengHei;
    outline: none;
    -webkit-box-shadow: 0 2px 0 #14658c;
    box-shadow: 0 2px 0 #14658c;
    font-weight: bold;
    width: calc(100% - (125px * 4) - 340px - (13px * 5) - (7px * 5));
}

.data_search .btn_search:before,
.list_search .btn_search:before {
    content: url("../img/icon-search.png");
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}

.data_search .btn_search:hover,
.list_search .btn_search:hover {
    background-color: #f39800;
    -webkit-box-shadow: 0 2px 0 #c17a03;
    box-shadow: 0 2px 0 #c17a03;
}

.map_search {
    text-align: center;
    padding: 20px 0;
}

.map_search .TP>.Pover {
    display: none;
}

.map_search .TP:hover>.Pin {
    display: none;
}

.map_search .TP:hover>.Pover {
    display: block;
}

.map_search svg .TP {
    cursor: pointer;
}

.map_search svg .TPE g>path,
.map_search svg .NTP g>path {
    fill: #000;
}

.map_search svg .TPE .Pover>path:first-child,
.map_search svg .NTP .Pover>path:first-child {
    fill: #f2952b;
}

.map_search svg .TPE .Pin>path:first-child {
    fill: #9feac5;
}

.map_search svg .NTP .Pin>path:first-child {
    fill: #bbe1f4;
}

.map_search svg path {
    stroke: none;
}

.map_search svg path:first-child {
    stroke: black;
    stroke-width: 1;
}

.cal_search {
    text-align: center;
    padding: 35px 0;
}

.cal_search .cal_area {
    width: 300px;
    display: inline-block;
}

.cal_search .cal_area .cal_title {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}

.cal_search .cal_area .cal {
    -webkit-box-shadow: 1px 1px 5px #aaa;
    box-shadow: 1px 1px 5px #aaa;
    padding-bottom: 5px;
    font-size: 16px;
}

.cal_search .cal_area .cal .bigday {
    background: #f39800;
    color: #fff;
    padding: 7px 0;
    border-bottom: solid 1px #333;
}

.cal_search .cal_area .cal .bigday .month,
.cal_search .cal_area .cal .bigday .year {
    display: inline-block;
}

.cal_search .cal_area .cal .bigday .month {
    padding-right: 5px;
}

.cal_search .cal_area .cal .bigday .month:after {
    content: ",";
    display: inline-block;
}

.cal_search .cal_area .cal ul li {
    width: calc(100% / 7 - 1px);
    display: inline-block;
    margin-right: -2px;
    margin-left: -2px;
}

.cal_search .cal_area .cal ul.day li {
    cursor: pointer;
}

.cal_search .cal_area .cal ul.day li a {
    color: #000;
    padding: 8px 0;
}

.cal_search .cal_area .cal ul.day li a.active,
.cal_search .cal_area .cal ul.day li a:hover {
    background-color: #f39800;
    color: #fff;
}

.cal_search .cal_area .cal ul:nth-child(2n+1) {
    background-color: #ebebeb;
}

.cal_search .cal_area .cal ul.week li {
    color: #f39800;
    font-weight: bold;
    padding: 8px 0;
}

.cal_search .cal_area:first-child {
    margin-right: 50px;
}

.list_search {
    padding: 0;
    margin-bottom: 40px;
}

.list_search select,
.list_search input[type="text"] {
    margin-right: 14px;
}

.list_search select {
    width: 125px;
}

.list_search input[type="text"] {
    width: 340px;
}

.pro_list {
    width: 100%;
}

.pro_list thead {
    background-color: #f39800;
}

.pro_list thead th {
    color: #fff;
    padding: 8px 0;
    font-size: 18px;
    font-weight: bold;
}

.pro_list tbody {
    font-size: 18px;
}


/*     .pro_list tbody tr {
      cursor: pointer; } */

.pro_list tbody tr td {
    padding: 10px 0;
    vertical-align: middle;
    color: #000;
    text-align: center;
}

.pro_list tbody tr td.date {
    width: 110px;
    line-height: 22px;
}

.pro_list tbody tr td.address {
    text-align: left;
    max-width: 400px;
}

.pro_list tbody tr td.address a {
    color: #000;
}

.pro_list tbody tr td .per_price,
.pro_list tbody tr td .pin {
    font-weight: bold;
}

.pro_list tbody tr .imgbox {
    width: 90px;
    height: 0;
    padding-bottom: 60%;
    margin: auto;
}

.pro_list tbody tr .imgbox img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.pro_list tbody tr:nth-child(2n) {
    background-color: rgba(128, 128, 128, 0.05);
}

.pro_list tbody tr:hover {
    background-color: rgba(243, 152, 0, 0.1);
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination ul {
    display: inline-block;
    margin: 0 auto;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li.reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pagination ul li a {
    padding: 5px 8px;
    color: #000;
    font-size: 14px;
}

.pagination ul li a.active {
    background-color: #f39800;
    color: #fff;
    border-radius: 3px;
}

.pagination ul li a:hover {
    opacity: 0.5;
}

.type_stop,
.type_stay {
    color: #329c40 !important;
    font-weight: bold;
}

.type_wait,
.type_nor,
.pin,
.c_blue,
.pin {
    color: #0b33a9 !important;
    font-weight: bold;
}

.type_spc,
.type_confirm,
.price {
    color: #f00 !important;
    font-weight: bold;
}

.maptab {
    width: 650px;
    margin-right: 30px;
    float: left;
}

.maptab .product_type {
    position: absolute;
    top: 10px;
    right: 0px;
    font-size: 16px;
    color: #000;
}

.maptab .tab {
    padding: 10px;
    min-width: 100px;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #bfbfbf;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    letter-spacing: 1px;
}

.maptab .tab.active {
    background-color: #f39800 !important;
}

.maptab .tab:hover {
    background-color: #a0a0a0;
}

.maptab .tab_content {
    border: solid 2px #f39800;
    border-radius: 5px;
    border-top-left-radius: 0px;
    overflow: hidden;
}

.maptab .tab_content .tab_des {
    display: none;
}

.maptab .tab_content .tab_des.active {
    display: block;
}

.maptab .tab_content .tab_des .watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.5;
    width: 155px;
}

.maptab .tab_content .tab_des .watermark img {
    width: 100%;
}

.maptab .tab_content .tab_des .pro_slider {
    margin: 30px;
}

.maptab .tab_content .tab_des .pro_slider .img_box {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 75%
}

.maptab .tab_content .tab_des .pro_slider .img_box img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.maptab .tab_content .tab_des .pro_slider .slick-dots {
    text-align: left;
    bottom: 10px;
    left: 10px;
}

.maptab .tab_content .tab_des .pro_slider .slick-dots li {
    margin: 0 5px;
}

.maptab .tab_content .tab_des .pro_slider .slick-dots li a {
    background-color: #fff;
    border: solid 1px #f39800;
    text-align: center;
}

.maptab .tab_content .tab_des .pro_slider .slick-dots li.slick-active a {
    background-color: #f39800;
    color: #fff;
}

.maptab .tab_content .tab_des .pro_slider .slick-prev:before,
.maptab .tab_content .tab_des .pro_slider .slick-next:before {
    color: #f39800;
}

.maptab .tab_content .tab_des iframe {
    width: 100%;
    height: 497px;
}

.pro_detail {
    width: calc(100% - 650px - 30px);
    float: left;
}

.pro_detail .pro_des p,
.pro_detail .price_range p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
    color: #000;
}

.pro_detail .pro_des p .des3,
.pro_detail .pro_des p .des5,
.pro_detail .pro_des p .des6,
.pro_detail .pro_des p .price1,
.pro_detail .pro_des p .price2,
.pro_detail .pro_des p .price4,
.pro_detail .pro_des p .price3,
.pro_detail .price_range p .des3,
.pro_detail .price_range p .des5,
.pro_detail .price_range p .des6,
.pro_detail .price_range p .price1,
.pro_detail .price_range p .price2,
.pro_detail .price_range p .price4,
.pro_detail .price_range p .price3 {
    font-size: 18px;
    font-weight: bold;
}

.pro_detail .price_range p .des3 {
    color: #0b33a9;
}

.pro_detail .pro_des p .des3 {
    color: #329c40;
}

.pro_detail .pro_des p .des5,
.pro_detail .price_range p .des5 {
    color: #ffa700;
}

.pro_detail .pro_des p:before,
.pro_detail .price_range p:before {
    content: '❖';
    display: inline-block;
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 5px;
}

.pro_detail .pro_des p:nth-child(2n):before,
.pro_detail .price_range p:nth-child(2n):before {
    color: rgba(0, 0, 0, 0.4);
}

.pro_detail .pro_des {
    margin-bottom: 13px;
}

.pro_detail .pro_content .title {
    font-weight: bold;
    color: #f00;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.pro_detail .pro_content .title div {
    height: 45px;
    overflow: hidden;
}

.pro_detail .pro_content .title img {
    width: 50px;
    vertical-align: sub;
    display: inline-block;
}

.pro_detail .pro_content .btn_area {
    position: absolute;
    top: 0;
    right: 0;
}

.pro_detail .pro_content .btn_area button {
    cursor: pointer;
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    outline: none;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    text-shadow: 1px 1px 3px #aaa;
    margin-bottom: 7px;
    letter-spacing: 1px;
}

.pro_detail .pro_content .btn_area button.interest {
    background-color: #239fdb;
    -webkit-box-shadow: 0 2px 0 #14658c;
    box-shadow: 0 2px 0 #14658c;
}

.pro_detail .pro_content .btn_area button.back {
    background-color: #22b270;
    -webkit-box-shadow: 0 2px 0 #00b050;
    box-shadow: 0 2px 0 #00b050;
}

.pro_detail .pro_content .btn_area button.interest:hover,
.pro_detail .pro_content .btn_area button.back:hover {
    background-color: #f39800;
    -webkit-box-shadow: 0 2px 0 #c17a03;
    box-shadow: 0 2px 0 #c17a03;
}

.pro_detail .price_range .page_title {
    margin-bottom: 15px;
}

.pro_detail .price_range .page_title img {
    margin-bottom: -15px;
    background-color: #fff;
    width: 50px;
}

.pro_detail .price_range .page_title p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-left: -5px;
}

.pro_detail .price_range .page_title p:before {
    display: none;
}

.pro_detail .price_range .price_des {
    float: left;
}

.pro_detail .price_range .price_des p:before {
    content: '❖';
    display: inline-block;
    padding-right: 5px;
    color: rgba(0, 0, 0, 0.6);
    padding-left: 5px;
}

.pro_detail .price_range .price_des p:nth-child(2n):before {
    color: rgba(0, 0, 0, 0.4);
}

.pro_detail .price_range .remark {
    float: right;
    width: calc(350px + 10px * 2);
    background-color: #efefef;
    padding: 10px;
}

.pro_register,
.pro_commemt {
    margin-top: 45px;
    width: calc((100% - 40px) / 2);
    float: left;
}

.pro_register .page_title,
.pro_commemt .page_title {
    margin-bottom: 15px;
}

.pro_register .page_title img,
.pro_commemt .page_title img {
    margin-bottom: -15px;
    background-color: #fff;
    width: 50px;
}

.pro_register .page_title p,
.pro_commemt .page_title p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-left: -5px;
}

.pro_register {
    margin-right: 40px;
}

.pro_register .register_data .title {
    font-size: 17px;
    vertical-align: middle;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 5px;
}

.pro_register .register_data .title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #239fdb;
    vertical-align: middle;
    margin-right: 10px;
}

.pro_register .register_data .data {
    margin-left: 13px;
    margin-bottom: 15px;
}

.pro_register .register_data .data li {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    color: #000;
}

.pro_register .register_data .data .detail li {
    width: calc(50% - 4px);
}

.pro_register .register_data .data .detail li:before {
    content: "◈";
    display: inline-block;
    padding-right: 5px;
    color: #0934a9;
}

.pro_register .register_data .data .detail li .detail {
    font-size: 18px;
}

.pro_register .register_data .data .list li {
    width: 50%;
    float: left;
}

.pro_register .register_data .data .list li:before {
    content: "▣";
    display: inline-block;
    padding-right: 5px;
    color: #909090;
}

.pro_register .register_data .data p {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    width: 50%;
    float: left;
}

.pro_register .register_data .data p:before {
    content: "◈";
    display: inline-block;
    padding-right: 5px;
    color: #82664d;
}

.pop_form {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.pop_form .content {
    width: 785px;
    max-height: 80%;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 35px 40px;
    background-color: #fff;
    border-radius: 5px;
}

.pop_form .content .title {
    margin-bottom: 20px;
}

.pop_form .content .title img {
    vertical-align: middle;
    padding-right: 10px;
}

.pop_form .content .title p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    vertical-align: middle;
}

.pop_form .content .close {
    position: absolute;
    top: 35px;
    right: 40px;
}

form .form_title {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 22px;
}

form .form_title span {
    font-weight: bold;
}

form .form_des,
form .input_type p {
    font-size: 16px;
    color: #000;
}

form .input_type {
    margin: 20px 0;
}

form .input_type p,
form .input_type select {
    display: inline-block;
    font-weight: bold;
}

form .input_type select {
    padding: 8px 10px;
    min-width: 130px;
    border-radius: 5px;
    outline: none;
    margin-left: 10px;
    font-family: Microsoft JhengHei;
}

form .form_content .input_area {
    width: calc((100% - 20px) / 2);
    min-height: 55px;
    float: left;
    margin-bottom: 20px;
}

form .form_content .input_area label {
    font-size: 16px;
    color: #000;
    padding-bottom: 10px;
    font-weight: bold;
}

form .form_content .input_area label:first-child {
    display: block;
}

form .form_content .input_area label .must {
    color: #f00;
}

form .form_content .input_area input[type="text"],
form .form_content .input_area input[type="tel"],
form .form_content .input_area input[type="email"],
form .form_content .input_area textarea {
    width: 100%;
    background-color: #eee;
    border: none;
    padding: 8px;
}

form .form_content .input_area textarea {
    resize: none;
    height: 100px;
}

form .form_content .input_area .code {
    position: absolute;
    right: -5px;
    bottom: 5px;
    width: 60px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

form .form_content .input_area.txt_area,
form .form_content .input_area.wide {
    width: 100%;
}

form .form_content .input_area:nth-child(2n+1) {
    margin-right: 20px;
}

form .form_content .choose input,
form .form_content .choose label {
    vertical-align: middle;
}

form .form_content .choose.radio {
    top: 28px;
}

form .rule_checked {
    margin-bottom: 20px;
}

form .rule_checked input,
form .rule_checked p {
    vertical-align: middle;
}

form .rule_checked p,
form .rule_checked a {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
}

form .rule_checked p>a {
    color: #f39800;
    vertical-align: top;
}

form .rule_checked p>a:hover {
    text-decoration: underline;
}

form .attention {
    font-size: 14px;
    color: #f00;
    letter-spacing: 1px;
}

form input[type="submit"] {
    background-color: #239fdb;
    color: #fff;
    border: none;
    padding: 11px 33px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
    outline: none;
    -webkit-box-shadow: 0 2px 0 #14658c;
    box-shadow: 0 2px 0 #14658c;
    float: right;
    text-shadow: 1px 1px 0 #999;
    margin-top: 30px;
}

form input[type="submit"]:hover {
    background-color: #f39800;
    -webkit-box-shadow: 0 2px 0 #c17a03;
    box-shadow: 0 2px 0 #c17a03;
}

.news_list {
    margin-top: 20px;
}

.news_list .news {
    padding: 10px 10px 9px;
}

.news_list .news p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000;
}

.news_list .news p:before {
    content: '▸';
    font-size: 24px;
    padding-right: 10px;
    margin-left: -3px;
    color: #f39800;
    display: inline-block;
    vertical-align: sub;
}

.news_list .news:nth-child(2n) {
    background-color: rgba(243, 152, 0, 0.05);
}

.news_list .news:hover {
    background-color: rgba(128, 128, 128, 0.2);
}

.msg_bigtitle {
    color: #f39800;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.send {
    background-color: #239fdb;
    color: #fff;
    border: none;
    padding: 11px 33px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    outline: none;
    -webkit-box-shadow: 0 2px 0 #14658c;
    box-shadow: 0 2px 0 #14658c;
    float: right;
    text-shadow: 1px 1px 0 #999;
    z-index: 1;
}

.send:hover {
    background-color: #f39800;
    -webkit-box-shadow: 0 2px 0 #c17a03;
    box-shadow: 0 2px 0 #c17a03;
}

.msgs_des>p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 5px;
}

.msgs {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 40px;
}

.msgs .msg {
    width: calc((100% - 40px * 2) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
    float: left;
    padding: 20px;
    padding-top: 0;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    letter-spacing: 1px;
    border: solid 1px transparent;
}

.msgs .msg .type {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 6px 8px;
    margin-top: -1px;
}

.msgs .msg .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}

.msgs .msg .msg_des {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.msgs .msg .author {
    font-size: 14px;
    line-height: 20px;
    color: #82664d;
}

.msgs .msg .msg_des {
    padding-top: 10px;
    padding-bottom: 15px;
}

.msgs .msg.type_house .type {
    background-color: #239fdb;
}

.msgs .msg.type_house .title {
    color: #239fdb;
}

.msgs .msg.type_house:hover {
    border: solid 1px #239fdb;
    background: rgba(35, 159, 219, 0.03);
}

.msgs .msg.type_other .type {
    background-color: #22b270;
}

.msgs .msg.type_other .title {
    color: #22b270;
}

.msgs .msg.type_other:hover {
    border: solid 1px #22b270;
    background: rgba(34, 178, 112, 0.03);
}

.msgs .msg.type_rule .type {
    background-color: #f39800;
}

.msgs .msg.type_rule .title {
    color: #f39800;
}

.msgs .msg.type_rule:hover {
    border: solid 1px #f39800;
    background: rgba(243, 152, 0, 0.03);
}

.msgs .msg:nth-child(3n) {
    margin-right: 0;
}

.msgs .msg:nth-child(n+7) {
    margin-bottom: 0;
}

.page_content.wide.msg_area {
    padding-left: 110px;
    padding-right: 110px;
}

.page_content.wide.msg_area .msg_title {
    margin-bottom: 15px;
}

.page_content.wide.msg_area .msg_title img,
.page_content.wide.msg_area .msg_title p {
    display: inline-block;
    vertical-align: middle;
}

.page_content.wide.msg_area .msg_title p {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-left: 5px;
}

.page_content.wide.msg_area .question_content {
    margin-bottom: 80px;
}

.page_content.wide.msg_area .question_content>p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}

.page_content.wide.msg_area .question_content>p.question_title {
    font-weight: bold;
}

.page_content.wide.msg_area .question_content>p.question_title span {
    font-weight: normal;
}

.page_content.wide.msg_area .question_content .question_title span.type_house {
    color: #239fdb;
}

.page_content.wide.msg_area .question_content .question_title span.type_other {
    color: #22b270;
}

.page_content.wide.msg_area .question_content .question_title span.type_rule {
    color: #f39800;
}

.page_content.wide.msg_area .question_content .question_title span.author {
    color: #82664d;
}

.page_content.wide.msg_area .answer_content {
    padding: 30px 25px;
    border: solid 1px #f39800;
    background-color: rgba(255, 255, 255, 0.7);
}

.about_unreset .case_area img{
    width: 200px !important;
    height: 150px !important;
}

.contact_des,
.contact_mark {
    font-size: 16px;
    color: #000;
    line-height: 28px;
    margin: 10px 0;
}

.contact_mark {
    font-size: 14px;
    margin-top: -5px;
    margin-bottom: 20px;
}

.contact_mark span {
    color: #f00;
}

.contact_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.contact_info form,
.contact_info .map {
    width: calc((100% - 45px) / 2);
}

.contact_info form {
    margin-right: 45px;
}

.contact_info form input[type="submit"],
.contact_info form input[type="reset"] {
    margin-top: 20px;
    background-color: #239fdb;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    font-family: Microsoft JhengHei;
    outline: none;
    -webkit-box-shadow: 0 2px 0 #14658c;
    box-shadow: 0 2px 0 #14658c;
    float: right;
}

.contact_info form input[type="reset"] {
    background-color: #22b270;
    -webkit-box-shadow: 0 2px 0 #0f7345;
    box-shadow: 0 2px 0 #0f7345;
    margin-right: 10px;
}

.contact_info form input[type="reset"]:hover,
.contact_info form input[type="submit"]:hover {
    background-color: #f39800;
    -webkit-box-shadow: 0 2px 0 #c17a03;
    box-shadow: 0 2px 0 #c17a03;
}

.contact_info .map iframe {
    width: 100%;
    height: 533px;
}

.court_links {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
}

.court_links li {
    display: inline-block;
    width: calc(100% / 8 - 1px);
    padding: 0 10px;
}

.court_links li a {
    padding: 8px 0;
    background-color: #f7c109;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.court_links li.active a {
    background-color: #a0a0a0;
    color: #fff;
}

.court_links li:hover a {
    opacity: 0.7;
}

.court_content .title {
    padding-bottom: 3px;
    border-bottom: solid 1px #000;
    width: 700px;
}

.court_content .title img,
.court_content .title p {
    display: inline-block;
    vertical-align: middle;
}

.court_content .title p {
    font-size: 40px;
    letter-spacing: 1px;
    font-family: 'cwTeXKai', 'DFKai-SB';
    font-weight: bold;
}

.court_content .title p span {
    font-size: 28px;
    color: #239fdb;
}

.court_content .data .map {
    float: right;
    width: 450px;
    height: 450px;
}

.court_content .data .map iframe {
    width: 100%;
    height: 100%;
}

.court_content .data .tel,
.court_content .data .address,
.court_content .data .parking,
.court_content .data .mrt {
    margin-top: 25px;
}

.court_content .data .tel img,
.court_content .data .tel p,
.court_content .data .address img,
.court_content .data .address p,
.court_content .data .parking img,
.court_content .data .parking p,
.court_content .data .mrt img,
.court_content .data .mrt p {
    display: inline-block;
    vertical-align: middle;
}

.court_content .data .tel img,
.court_content .data .address img,
.court_content .data .parking img,
.court_content .data .mrt img {
    margin-right: 20px;
}

.court_content .data .tel p,
.court_content .data .address p,
.court_content .data .parking p,
.court_content .data .mrt p {
    font-size: 24px;
}

.court_content .data div:nth-last-child(2) {
    margin-bottom: 30px;
}

.court_content .data .image_area {
    display: inline-block;
}

.court_content .data .image_area>div {
    margin-bottom: 10px;
}

.court_content .data .image_area>div>img {
    margin-right: 20px;
}

.court_content .data .image_area p {
    color: #f00;
    font-size: 24px;
    line-height: 24px;
}

.exemption p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin: 20px 0;
}

.exemption .areas {
    margin-bottom: 20px;
}

.exemption .areas .area {
    width: 50%;
    float: left;
    padding: 20px;
}

.exemption .areas .area .title {
    float: left;
    font-size: 50px;
    color: #f39800;
    font-weight: bold;
    text-shadow: 2px 2px 0 #333;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 0px;
}

.exemption .areas .area:nth-child(1) {
    border-bottom: dashed 1px #a0a0a0;
    border-right: dashed 1px #a0a0a0;
    padding-top: 0;
    padding-left: 0;
}

.exemption .areas .area:nth-child(2) {
    border-bottom: dashed 1px #a0a0a0;
    padding-top: 0;
    padding-right: 0;
}

.exemption .areas .area:nth-child(3) {
    border-right: dashed 1px #a0a0a0;
    padding-bottom: 0;
    padding-left: 0;
}

.exemption .areas .area:nth-child(4) {
    padding-bottom: 0;
    padding-right: 0;
}

.exemption .area_des {
    margin: 0;
}

.exemption .area_des .ex_title {
    color: #239fdb;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.exemption .area_des p {
    margin: 0;
    line-height: 30px;
}

@media print {
    .slick-slide {
        opacity: 0 !important;
    }
    .slick-slide.slick-active {
      opacity: 1 !important;
    }
    .page_banner{
      display: none;
    }

    header, footer{
      display: none;
    }

    .container{
      max-width: 100%;
      min-width: initial;
    }
    .main_content.wide{
      padding-left: 0;
      padding-right: 0;
    }
    .page_content.wide{
      padding-left: 0;
      padding-right: 0;
    }
    .page_content.wide .page_data{
      width: 1050px;
    }
}


/*# sourceMappingURL=page.css.map */