<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* **************************************************************************************

BREADCRUMB

************************************************************************************** */
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .breadcrumb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 13px 16px 15px;
  }
  .breadcrumb-item {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
  .breadcrumb-item:after {
    content: '&gt;';
    margin: 0 13px;
  }
  .breadcrumb-item._active:after {
    display: none;
  }
  .breadcrumb-item a {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
  .breadcrumb-item span {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
  }
}
/* **************************************************************************************

WORKS

************************************************************************************** */
@media screen and (max-width: 768px) {
  .maintitle {
    padding: 70px 0 0;
  }
  .maintitle-title {
    margin: 0;
    padding: 30px 0;
    background: #f3f3f3;
    font-size: 24px;
    text-align: center;
  }
  .maintitle-title span {
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    font-size: 12px;
    color: #db9344;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .maintitle {
    padding: 160px 0 0;
  }
  .maintitle-title {
    margin: 0;
    padding: 60px 0;
    background: #f3f3f3;
    font-size: 30px;
    text-align: center;
  }
  .maintitle-title span {
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    font-size: 12px;
    color: #db9344;
    text-align: center;
  }
}
/* **************************************************************************************

CONTENT

************************************************************************************** */
@media screen and (max-width: 768px) {
  .estate {
    margin: 20px auto;
    padding: 0 15px;
    text-align: center;
  }
  .estate-list {
    text-align: left;
  }
  .estate-item {
    margin: 0 10px 40px;
    padding-bottom: 40px;
    border-bottom: 4px solid #ddd;
    font-size: 18px;
  }
  .estate-item ._txt:hover {
    text-decoration: underline;
  }
  .estate-item ._txt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .estate-item ._category {
    margin: 10px 0;
  }
  .estate-item ._category span {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
  }
  .estate-item ._txt2 {
    margin: 5px 0 0;
    font-size: 15px;
  }
  .estate-item ._txt2 span {
    color: #959a66;
  }
  .estate-pic {
    margin: 0 0 10px;
    border: 1px solid #ddd;
  }
  .estate-btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .estate-btn a {
    position: relative;
    display: inline-block;
    background: #959a66;
    border: 1px solid #959a66;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.2s;
    position: relative;
    padding: 16px 0;
    width: 240px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
  }
  .estate-btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .estate-btn a:hover {
    color: #959a66;
    background: #fff;
    transition: background-color 0.2s;
    border: 1px solid #959a66;
  }
  .estate-btn a:hover:after {
    border-top: 2px solid #959a66;
    border-right: 2px solid #959a66;
  }
}
@media print, screen and (min-width: 769px) {
  .estate {
    margin: 20px auto;
    text-align: center;
    width: 1000px;
  }
  .estate-title {
    margin: 0 0 60px;
    font-size: 30px;
    text-align: center;
  }
  .estate-title span {
    font-family: Arial, Helvetica, "sans-serif";
    display: block;
    font-size: 12px;
    color: #db9344;
    text-align: center;
  }
  .estate-list {
    text-align: left;
  }
  .estate-item {
    zoom: 1;
    margin: 0 10px 60px;
    font-size: 18px;
  }
  .estate-item:after {
    display: block;
    content: "";
    clear: both;
  }
  .estate-item ._txt:hover {
    text-decoration: underline;
  }
  .estate-item ._txt {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .estate-item ._category {
    margin: 5px 0 10px;
  }
  .estate-item ._category span {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
  }
  .estate-item ._txt2 {
    margin: 5px 0 0;
    font-size: 15px;
  }
  .estate-item ._txt2 span {
    color: #959a66;
  }
  .estate-txt {
    float: left;
    width: 540px;
  }
  .estate-pic {
    overflow: hidden;
    margin: 0 40px 0 0;
    float: left;
    width: 400px;
    min-height: 420px;
    border: 1px solid #ddd;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .estate-pic {
    height: 190px;
  }
}
@media print, screen and (min-width: 769px) {
  .estate-pic img {
    transition-duration: 0.3s;
    display: block;
  }
  .estate-pic img:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .estate-btn {
    margin: 60px 0 0;
  }
  .estate-btn a {
    position: relative;
    display: inline-block;
    background: #959a66;
    border: 1px solid #959a66;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.2s;
    position: relative;
    padding: 16px 0;
    width: 320px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
  }
  .estate-btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .estate-btn a:hover {
    color: #959a66;
    background: #fff;
    transition: background-color 0.2s;
    border: 1px solid #959a66;
  }
  .estate-btn a:hover:after {
    border-top: 2px solid #959a66;
    border-right: 2px solid #959a66;
  }
}
/* **************************************************************************************

CONTENT

************************************************************************************** */
.article-body a {
  color: #959a66;
}

iframe {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .article {
    margin: 20px auto;
    padding: 0 20px;
  }
  .article-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .article ._category {
    margin: 5px 0 10px;
  }
  .article ._category span {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
  }
  .article-box {
    zoom: 1;
  }
  .article-box:after {
    display: block;
    content: "";
    clear: both;
  }
  .article-pic {
    margin: 0 0 20px;
    border: 1px solid #ddd;
  }
  .article p {
    line-height: 32px;
    text-align: justify;
  }
  .article p + p {
    margin: 30px 0 0;
  }
  .article-detail {
    margin: 40px 0;
  }
  .article-detail .detail-title {
    border-top: 1px solid #333;
    margin: 0 0 40px;
    padding: 20px 0 0;
    font-size: 18px;
    font-weight: bold;
  }
  .article-detail dl {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #dfdfdf;
  }
  .article-detail dt {
    margin: 0 0 5px;
    font-weight: bold;
  }
  .article .btn {
    margin: 40px auto 0;
    text-align: center;
  }
  .article .btn a {
    position: relative;
    display: inline-block;
    background: #959a66;
    border: 1px solid #959a66;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.2s;
    position: relative;
    padding: 16px 0;
    width: 240px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
  }
  .article .btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .article .btn a:hover {
    color: #959a66;
    background: #fff;
    transition: background-color 0.2s;
    border: 1px solid #959a66;
  }
  .article .btn a:hover:after {
    border-top: 2px solid #959a66;
    border-right: 2px solid #959a66;
  }
}
@media print, screen and (min-width: 769px) {
  .article {
    zoom: 1;
    width: 1000px;
    margin: 20px auto;
  }
  .article:after {
    display: block;
    content: "";
    clear: both;
  }
  .article-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .article ._category {
    margin: 5px 0 10px;
  }
  .article ._category span {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
  }
  .article-box {
    zoom: 1;
  }
  .article-box:after {
    display: block;
    content: "";
    clear: both;
  }
  .article-pic {
    margin: 0 40px 0 0;
    float: left;
    width: 400px;
    border: 1px solid #ddd;
  }
  .article-txt {
    float: left;
    width: 540px;
  }
  .article p {
    line-height: 32px;
    text-align: justify;
  }
  .article p + p {
    margin: 30px 0 0;
  }
  .article-detail {
    margin: 40px 0;
  }
  .article-detail .detail-title {
    margin: 0 0 40px;
    font-size: 20px;
    font-weight: bold;
  }
  .article-detail dl {
    zoom: 1;
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #dfdfdf;
  }
  .article-detail dl:after {
    display: block;
    content: "";
    clear: both;
  }
  .article-detail dt {
    width: 200px;
    float: left;
  }
  .article-detail dd {
    width: 800px;
    float: left;
  }
  .article .btn {
    margin: 60px auto 0;
    text-align: center;
  }
  .article .btn a {
    position: relative;
    display: inline-block;
    background: #959a66;
    border: 1px solid #959a66;
    border-radius: 30px;
    text-align: center;
    transition: background-color 0.2s;
    position: relative;
    padding: 16px 0;
    width: 320px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
  }
  .article .btn a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .article .btn a:hover {
    color: #959a66;
    background: #fff;
    transition: background-color 0.2s;
    border: 1px solid #959a66;
  }
  .article .btn a:hover:after {
    border-top: 2px solid #959a66;
    border-right: 2px solid #959a66;
  }
}
</pre></body></html>