@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url(FontAwesomeAll.min.css);
/* -------------- reset --------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: block; }
  .clearfix:after {
    clear: both; }

.pg_AdSec .imgLimit img, .pg_asideItem .imgLimit img, .pg_Content .imgLimit img, .dl_Container .dl_Slider li .imgLimit img, .dl_Container .dl_vSlider .imgLimit img, .relatedCaseRow .relatedCase .imgLimit img, .relatedCaseRow .celeList .imgBox .imgLimit img, .id_Banner .imgLimit img, .id_con .imgLimit img, .id_ad1 .imgLimit img, .id_famous .peRow .imgSec .imgLimit img, .id_ad2 .imgLimit img, .id_ad3 .imgLimit img, .id_cooperator .logoLimit img, .p_mgList_past .mgItem .imgLimit img, .indoorContainer .imgSec .imgLimit img, .indoorContainer .designCaseRow .caseItem .imgLimit img, .indoorCaseContainer .caseSlider > ul li .imgLimit img, .indoorCaseContainer .caseInfoRow .author .imgLimit img, .viewTopRow .leftImg .imgLimit img, .pg_celeItem .picLimit img, .de_celebrity .imgLimit img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.pagination .page i, .pg_asideItem .hoverBox img, .pg_Content .topItem .circle .cirData, header .toCart span, .id_Banner .content .conBox, .id_famous .arrowRow i, .p_mgList_past:before, .p_mgList_past .mgItem .hoverBox .hoverLinks, .indoorContainer .imgSec .hoverBox .hoverLinks, .indoorContainer .mgCategory .cateAW .arrowsBtn i, .indoorContainer .mgCategory .catrgoryCircle p, .indoorContainer .designCaseRow .caseItem .hoverBox .hoverContent, .indoorCaseContainer .caseInfoRow .author .authorAW .arrowsBtn i, .specPlanItem .circle i, .pg_viewItem .circle p, .pg_celeItem .activeRow .arrows .arrowsBtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

.relatedCaseRow .relatedCase .content a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  padding-bottom: 3px; }

/* -------------- layout --------------*/
/* 修正粗體 ASCII (碧筵綰) */
@font-face {
  font-family: 'fix Microsoft JhengHei';
  font-style: normal;
  font-weight: bold;
  unicode-range: U+7db0, U+78A7, U+7B75;
  src: url("../fonts/MSGOTHIC.otf"); }
* {
  box-sizing: border-box;
  outline: none; }

body {
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif; }

.unreset {
  line-height: initial; }
  .unreset a {
    text-decoration: underline; }
  .unreset img {
    max-width: 100% !important; }

.container {
  max-width: calc(1280px + 40px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }

/* -------------- layout RWD --------------*/
@media (max-width: 640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px; } }
/* -------------- pageLayout --------------*/
.bn_page {
  background: url(../images/rp_greyD.jpg) repeat; }
  .bn_page p {
    color: #fff;
    font-size: 5.3125rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 3.75rem;
    text-align: center; }

.breadcrumb {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px; }
  .breadcrumb li:not(:last-child) {
    margin-right: 15px;
    position: relative; }
    .breadcrumb li:not(:last-child):after {
      position: absolute;
      top: 1px;
      right: -10px;
      content: '/';
      display: block;
      font-size: 1rem;
      color: #7a7a7a; }
  .breadcrumb a, .breadcrumb p {
    color: #7a7a7a;
    display: inline-block;
    font-size: 0.875rem;
    line-height: 1rem; }
  .breadcrumb a:hover {
    color: #c82e2e; }

.pg_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd; }
  .pg_head .pg_Title {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative; }
    .pg_head .pg_Title:before {
      position: absolute;
      top: 2px;
      left: 0;
      width: 10px;
      height: 20px;
      content: '';
      background: #c82e2e;
      border-radius: 3px;
      display: block; }
    .pg_head .pg_Title h3 {
      color: #585858;
      font-size: 1.4375rem;
      font-weight: bold; }
  .pg_head .catrgory {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: -1px; }
    .pg_head .catrgory li {
      padding-bottom: 7px;
      border-bottom: 3px solid transparent; }
      .pg_head .catrgory li:not(:last-child) {
        margin-right: 35px; }
      .pg_head .catrgory li.active {
        border-color: #c82e2e; }
      .pg_head .catrgory li.registration{ 
        background: #c82e2e;
        padding: 5px; }
        .pg_head .catrgory li.registration:hover{ 
          background: #585858; }
        .pg_head .catrgory li.registration a{ 
          color: #fff; }
    .pg_head .catrgory a {
      color: #585858;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.25rem; }
      .pg_head .catrgory a:hover {
        color: #c82e2e; }

.pg_searchRow {
  margin-top: 30px;
  margin-bottom: 30px; }
  .pg_searchRow form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap; }
  .pg_searchRow .selectStyle {
    max-width: 150px;
    width: 100%;
    margin-right: 10px; }
  .pg_searchRow select {
    color: #585858;
    font-size: 1rem; }
  .pg_searchRow button {
    max-width: 24px;
    width: 100%;
    background: transparent;
    padding: 0; }
    .pg_searchRow button:hover {
      opacity: .7; }
    .pg_searchRow button img {
      display: block;
      width: 100%; }

.pg_AdSec ul {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
.pg_AdSec .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 57.73%;
  display: block;
  position: relative; }
.pg_AdSec .awRow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px; }
  .pg_AdSec .awRow a {
    width: 9px;
    height: 17px; }
    .pg_AdSec .awRow a:hover img {
      display: none; }
      .pg_AdSec .awRow a:hover img:nth-child(2) {
        display: block; }
  .pg_AdSec .awRow img:nth-child(2) {
    display: none; }
  .pg_AdSec .awRow .left {
    margin-right: 30px;
    transform: rotate(180deg); }

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%; }
  .pagination.minMaring {
    margin-top: 60px;
    margin-bottom: 60px; }
  .pagination li:not(:last-child) {
    margin-right: 10px; }
  .pagination li:hover a {
    background: #ddd; }
  .pagination li.active a {
    background: #c82e2e; }
    .pagination li.active a i {
      color: #fff; }
  .pagination .page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .pagination .page a {
      width: 40px;
      height: 40px;
      display: block;
      position: relative; }
    .pagination .page i {
      color: #585858;
      font-size: 1rem; }
  .pagination .selectStyle {
    max-width: 55px;
    width: 100%;
    margin-left: 30px; }
    .pagination .selectStyle select {
      color: #585858;
      font-size: 1rem; }

.pg_haveAsideAD {
  background: url(../images/bg_watermask.png), url(../images/rp_greyD.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center center, 0 0;
  position: relative;
  padding-bottom: 40px; }
  .pg_haveAsideAD:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    content: '';
    display: block;
    background: #fff; }
  .pg_haveAsideAD .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .pg_haveAsideAD .pg_Content {
    max-width: calc(100% - 33%);
    width: 100%;
    padding-right: 45px; }
  .pg_haveAsideAD .pg_asideAD {
    max-width: 33%;
    width: 100%; }
  .pg_haveAsideAD .pagination {
    order: 1; }

.pg_asideItem {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  display: block;
  position: relative;
  margin-bottom: 35px; }
  .pg_asideItem:hover .hoverBox {
    opacity: 1; }
    .pg_asideItem:hover .hoverBox img {
      transform: translate(-50%, -50%); }
  .pg_asideItem .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 127.52%;
    position: relative; }
  .pg_asideItem .hoverBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity .3s ease; }
    .pg_asideItem .hoverBox img {
      max-width: 200px;
      width: 100%;
      transform: translate(-50%, 0%);
      transition: transform .3s ease; }

.pg_Content .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 66.09%;
  position: relative;
  overflow: hidden; }
  .pg_Content .imgLimit:hover img {
    transform: scale(1.1); }
  .pg_Content .imgLimit img {
    transform: scale(1);
    transition: transform .5s ease; }
.pg_Content .topItem {
  display: block;
  position: relative; }
  .pg_Content .topItem .imgBox {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3); }
  .pg_Content .topItem .itemData {
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.75);
    padding: 25px 55px; }
  .pg_Content .topItem .circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #c82e2e;
    position: relative; }
    .pg_Content .topItem .circle .cirData {
      text-align: center;
      width: 100%; }
    .pg_Content .topItem .circle p {
      color: #fff;
      font-size: 0.75rem; }
    .pg_Content .topItem .circle .no {
      font-size: 0.9375rem;
      font-weight: bold;
      margin-top: 5px; }
  .pg_Content .topItem .dataContent {
    max-width: calc(100% - 70px);
    width: 100%;
    padding-left: 15px; }
    .pg_Content .topItem .dataContent .itemTitle {
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.25rem;
      margin-bottom: 5px; }
    .pg_Content .topItem .dataContent .des {
      max-height: calc(1.25rem * 2);
      overflow: hidden; }
      .pg_Content .topItem .dataContent .des p {
        color: #eee;
        font-size: 0.875rem;
        line-height: 1.25rem; }
.pg_Content .norItemList {
  margin-top: 35px; }
.pg_Content .norItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .pg_Content .norItem:not(:last-child) {
    margin-bottom: 45px; }
  .pg_Content .norItem .imgBox {
    max-width: 30%;
    width: 100%; }
  .pg_Content .norItem .dataContent {
    max-width: calc(100% - 30%);
    width: 100%;
    padding-left: 20px; }
  .pg_Content .norItem .itemTitle {
    color: #585858;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.25rem; }
    .pg_Content .norItem .itemTitle:hover {
      color: #c82e2e; }
  .pg_Content .norItem .journalNo {
    position: relative;
    margin-top: 5px;
    margin-bottom: 7px; }
    .pg_Content .norItem .journalNo:before {
      position: absolute;
      top: 8px;
      left: 0;
      width: 100%;
      height: 1px;
      content: '';
      display: block;
      background: #e1e1e1; }
    .pg_Content .norItem .journalNo p {
      background: url(../images/rp_greyD.jpg) repeat;
      color: #aaa;
      display: inline-block;
      font-size: 0.875rem;
      padding-right: 10px;
      position: relative; }
  .pg_Content .norItem .des {
    max-height: calc(1.25rem * 6);
    overflow: hidden; }
    .pg_Content .norItem .des p {
      color: #7a7a7a;
      font-size: 0.875rem;
      line-height: 1.25rem; }

.dl_Container .dl_Head h3 {
  color: #585858;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.25rem; }
.dl_Container .dl_Head .journalNo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 10px; }
  .dl_Container .dl_Head .journalNo i, .dl_Container .dl_Head .journalNo p {
    font-size: 0.9375rem;
    line-height: 1.125rem; }
  .dl_Container .dl_Head .journalNo i {
    color: #c82e2e;
    padding-right: 8px; }
  .dl_Container .dl_Head .journalNo p {
    color: #7a7a7a; }
  .dl_Container .dl_Head .journalNo .topText {
    color: #333333;
    margin-right: 15px;
    position: relative; }
    .dl_Container .dl_Head .journalNo .topText:after {
      position: absolute;
      right: -10px;
      bottom: 1px;
      content: '/';
      display: inline-block;
      font-size: 0.9375rem; }
.dl_Container .dl_Slider, .dl_Container .dl_vSlider {
  margin-top: 30px;
  margin-bottom: 60px;
  position: relative; }
  .dl_Container .dl_Slider:before, .dl_Container .dl_vSlider:before {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    height: 75%;
    content: '';
    display: block;
    background: url(../images/rp_greyD.jpg) repeat; }
  .dl_Container .dl_Slider ul, .dl_Container .dl_vSlider ul {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
  .dl_Container .dl_Slider .slick-arrow, .dl_Container .dl_vSlider .slick-arrow {
    width: 24px;
    height: 43px;
    background: url(../images/aw_case.png) no-repeat;
    background-size: contain;
    background-position: center center;
    opacity: .5; }
    .dl_Container .dl_Slider .slick-arrow:hover, .dl_Container .dl_vSlider .slick-arrow:hover {
      opacity: 1; }
    .dl_Container .dl_Slider .slick-arrow.slick-prev, .dl_Container .dl_vSlider .slick-arrow.slick-prev {
      left: 50px;
      transform: translate(-50%, -50%) rotate(180deg); }
    .dl_Container .dl_Slider .slick-arrow.slick-next, .dl_Container .dl_vSlider .slick-arrow.slick-next {
      right: 50px; }
  .dl_Container .dl_Slider li, .dl_Container .dl_vSlider li {
    position: relative; }
.dl_Container .dl_Slider li .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 66.1%;
  position: relative;
  background: #333333; }
.dl_Container .dl_Slider li .imgDes {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px; }
  .dl_Container .dl_Slider li .imgDes i, .dl_Container .dl_Slider li .imgDes p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .dl_Container .dl_Slider li .imgDes i {
    padding-right: 7px; }
.dl_Container .dl_vSlider .imgLimit {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative; }

.dl_Content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .dl_Content .mainContent {
    max-width: calc(100% - 25%);
    width: 100%;
    padding-right: 45px; }
    .dl_Content .mainContent p {
      color: #333333;
      font-size: 0.9375rem;
      line-height: 1.5rem; }
  .dl_Content .asideADSec {
    max-width: 25%;
    width: 100%;
    position: relative; }
    .dl_Content .asideADSec .pg_asideItem {
      margin-top: 3px;
      margin-bottom: 30px; }
    .dl_Content .asideADSec .arrowsBtn {
      position: absolute;
      left: 50%;
      width: 20px;
      height: 17px;
      display: block; }
      .dl_Content .asideADSec .arrowsBtn:hover img {
        display: none; }
        .dl_Content .asideADSec .arrowsBtn:hover img:nth-child(2) {
          display: block; }
      .dl_Content .asideADSec .arrowsBtn img:nth-child(2) {
        display: none; }
      .dl_Content .asideADSec .arrowsBtn.left {
        top: -10px;
        transform: translate(-50%, -100%); }
      .dl_Content .asideADSec .arrowsBtn.right {
        bottom: 0;
        transform: translateX(-50%) rotate(180deg); }

.relatedCaseRow {
  background: #f5f5f5;
  margin-top: 70px; }
  .relatedCaseRow .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  .relatedCaseRow .relatedTitle {
    border-bottom: 1px solid #ddd;
    color: #333333;
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 5px; }
  .relatedCaseRow .relatedList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
  .relatedCaseRow .relatedCase {
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px; }
    .relatedCaseRow .relatedCase .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 75%;
      display: block;
      position: relative;
      overflow: hidden; }
      .relatedCaseRow .relatedCase .imgLimit.notIndoor {
        padding-bottom: 66.1%; }
      .relatedCaseRow .relatedCase .imgLimit:hover img {
        transform: scale(1.1); }
      .relatedCaseRow .relatedCase .imgLimit img {
        transform: scale(1);
        transition: transform .4s ease; }
    .relatedCaseRow .relatedCase .content {
      background: #fff;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
      padding: 15px; }
      .relatedCaseRow .relatedCase .content a {
        color: #333333;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 1.75rem;
        padding-bottom: 0; }
        .relatedCaseRow .relatedCase .content a:hover {
          color: #c82e2e; }
      .relatedCaseRow .relatedCase .content .des {
        color: #585858;
        font-size: 0.9375rem;
        line-height: 1.5rem;
        min-height: calc(1.5rem * 2);
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
  .relatedCaseRow .celeList {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    .relatedCaseRow .celeList .celeItem {
      max-width: calc(100% / 3 - 30px);
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      border: 1px solid #ddd;
      background: #fff;
      margin: 20px 15px; }
      .relatedCaseRow .celeList .celeItem:hover .content .name {
        color: #c82e2e; }
    .relatedCaseRow .celeList .imgBox {
      max-width: 130px;
      width: 100%; }
      .relatedCaseRow .celeList .imgBox .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        position: relative; }
    .relatedCaseRow .celeList .content {
      max-width: calc(100% - 130px);
      width: 100%;
      padding: 15px; }
      .relatedCaseRow .celeList .content .name {
        color: #333333;
        font-size: 1.5rem;
        line-height: 2.125rem; }
      .relatedCaseRow .celeList .content .company, .relatedCaseRow .celeList .content .title {
        font-size: 1rem;
        line-height: 1.25rem; }
      .relatedCaseRow .celeList .content .company {
        border-top: 1px dotted #ddd;
        color: #585858;
        padding-top: 10px;
        margin-top: 5px;
        margin-bottom: 3px; }
      .relatedCaseRow .celeList .content .title {
        color: #c82e2e; }

.norContainer {
  background: url(../images/rp_grey.jpg) repeat;
  padding-top: 70px;
  padding-bottom: 80px; }
  .norContainer p {
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

/* -------------- pageLayout RWD --------------*/
@media (max-width: 1024px) {
  .bn_page p {
    font-size: 4.0625rem; }

  .relatedCaseRow .relatedList {
    margin-left: -10px;
    margin-right: -10px; }
  .relatedCaseRow .relatedCase {
    padding-left: 10px;
    padding-right: 10px; } }
@media (max-width: calc(1280px + 40px)) {
  .pg_haveAsideAD .pg_Content {
    max-width: calc(100% - 30%);
    padding-right: 25px; }
  .pg_haveAsideAD .pg_asideAD {
    max-width: 30%; }

  .pg_asideItem .hoverBox img {
    max-width: 130px; }

  .pg_Content .topItem .itemData {
    padding: 20px; }

  .relatedCaseRow .celeList {
    margin-left: -10px;
    margin-right: -10px; }
    .relatedCaseRow .celeList .celeItem {
      max-width: calc(100% / 3 - 20px);
      margin: 20px 10px; }
    .relatedCaseRow .celeList .imgBox {
      max-width: 100px; }
    .relatedCaseRow .celeList .content {
      max-width: calc(100% - 100px);
      padding: 10px; }
      .relatedCaseRow .celeList .content .company, .relatedCaseRow .celeList .content .title {
        font-size: 0.875rem;
        line-height: 1.125rem; }
      .relatedCaseRow .celeList .content .company {
        border-top: none;
        padding-top: 0; } }
@media (max-width: 1024px) {
  .relatedCaseRow .celeList .celeItem {
    max-width: calc(50% - 20px); }
    .relatedCaseRow .celeList .celeItem:nth-child(n+3) {
      margin-top: 0; } }
@media (max-width: 768px) {
  .bn_page p {
    font-size: 3.125rem; }

  .breadcrumb {
    margin-top: 15px;
    margin-bottom: 20px; }

  .pg_head .catrgory {
    max-width: 100%;
    width: 100%; }

  .pg_searchRow {
    margin-top: 20px;
    margin-bottom: 20px; }

  .pagination {
    margin-top: 50px;
    margin-bottom: 50px; }
    .pagination.minMaring {
      margin-top: 30px;
      margin-bottom: 30px; }
    .pagination li:not(:last-child) {
      margin-right: 5px; }
    .pagination .page a {
      width: 35px;
      height: 35px; }

  .pg_haveAsideAD .pg_Content, .pg_haveAsideAD .pg_asideAD {
    max-width: 100%; }
  .pg_haveAsideAD .pg_Content {
    padding-right: 0; }
  .pg_haveAsideAD .pg_asideAD {
    margin-bottom: 30px; }
  .pg_haveAsideAD .pagination {
    order: 0; }

  .pg_asideItem {
    margin: 10px; }

  .pg_Content .norItem:not(:last-child) {
    margin-bottom: 25px; }

  .dl_Container .dl_Head h3 {
    font-size: 1.5rem;
    line-height: 1.875rem; }
  .dl_Container .dl_Head .journalNo {
    margin-top: 5px; }
  .dl_Container .dl_Slider, .dl_Container .dl_vSlider {
    margin-top: 20px;
    margin-bottom: 20px; }
    .dl_Container .dl_Slider .slick-arrow, .dl_Container .dl_vSlider .slick-arrow {
      max-width: 17px; }
      .dl_Container .dl_Slider .slick-arrow.slick-prev, .dl_Container .dl_vSlider .slick-arrow.slick-prev {
        left: 30px; }
      .dl_Container .dl_Slider .slick-arrow.slick-next, .dl_Container .dl_vSlider .slick-arrow.slick-next {
        right: 30px; }
  .dl_Container .dl_Slider li .imgDes {
    position: static;
    padding: 15px; }
    .dl_Container .dl_Slider li .imgDes i {
      display: none; }

  .dl_Content .mainContent {
    max-width: 100%;
    padding-right: 0; }
  .dl_Content .asideADSec {
    max-width: 100%;
    margin-top: 20px; }
    .dl_Content .asideADSec .pg_asideItem {
      margin: 10px;
      margin-bottom: 0; }
    .dl_Content .asideADSec .arrowsBtn {
      top: 50% !important; }
      .dl_Content .asideADSec .arrowsBtn.left {
        left: -5px;
        transform: translate(-50%, -50%) rotate(-90deg); }
      .dl_Content .asideADSec .arrowsBtn.right {
        bottom: inherit;
        left: inherit;
        right: -5px;
        transform: translate(50%, -50%) rotate(90deg); }

  .relatedCaseRow {
    margin-top: 30px; }
    .relatedCaseRow .relatedList {
      margin-left: 0;
      margin-right: 0; }
    .relatedCaseRow .relatedCase {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-left: 0px;
      padding-right: 0px;
      max-width: 100%; }
      .relatedCaseRow .relatedCase .imgBox {
        max-width: 100px;
        width: 100%; }
      .relatedCaseRow .relatedCase .content {
        max-width: calc(100% - 100px);
        width: 100%;
        background: transparent;
        box-shadow: none;
        padding: 0px;
        padding-left: 10px;
        margin-top: -2px; }

  .norContainer {
    padding-top: 40px;
    padding-bottom: 50px; } }
@media (max-width: 640px) {
  .bn_page p {
    font-size: 2.25rem;
    line-height: 3.125rem; }

  .pg_head .pg_Title {
    padding-bottom: 0;
    margin-bottom: 15px; }
  .pg_head .catrgory {
    justify-content: flex-start;
    margin-top: -5px; }
    .pg_head .catrgory li {
      padding-bottom: 5px;
      margin-top: 5px; }
      .pg_head .catrgory li:not(:last-child) {
        margin-right: 25px; }

  .pg_searchRow .selectStyle {
    max-width: calc((100% - 25px - (10px * 3)) / 3); }
    .pg_searchRow .selectStyle select {
      padding: 7px;
      padding-right: 25px; }

  .pg_asideItem .hoverBox img {
    max-width: 100px; }

  .pagination {
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px; }
    .pagination .page a {
      width: 30px;
      height: 30px; }
    .pagination .selectStyle {
      margin-left: 0;
      margin-top: 10px; }
      .pagination .selectStyle select {
        padding: 7px;
        padding-right: 25px; }

  .dl_Container .dl_Head h3 {
    font-size: 1.25rem;
    line-height: 1.625rem; }

  .pg_Content .topItem .itemData {
    padding: 15px;
    position: static; }
  .pg_Content .topItem .circle {
    width: auto;
    height: auto;
    border-radius: 0;
    max-width: 100%; }
    .pg_Content .topItem .circle .cirData {
      position: static;
      transform: translate(0, 0);
      padding: 3px; }
    .pg_Content .topItem .circle p {
      display: inline-block; }
  .pg_Content .topItem .dataContent {
    max-width: 100%;
    padding-left: 0;
    margin-top: 5px; }
  .pg_Content .norItem .imgBox {
    max-width: 170px; }
  .pg_Content .norItem .dataContent {
    max-width: 100%;
    padding-left: 0;
    margin-top: 10px; }
    .pg_Content .norItem .dataContent .des {
      max-height: calc(1.25rem * 4); }

  .relatedCaseRow .relatedCase .content a {
    font-size: 1.0625rem;
    line-height: 1.625rem; }
  .relatedCaseRow .relatedCase .content .des {
    font-size: 0.875rem;
    line-height: 1.25rem;
    min-height: calc(1.25rem * 2); }

  .norContainer {
    padding-top: 30px;
    padding-bottom: 40px; }

  .relatedCaseRow .celeList {
    margin: 0;
    margin-top: 5px; }
    .relatedCaseRow .celeList .celeItem {
      max-width: 100%;
      margin: 0;
      margin-top: 15px !important; }
      .relatedCaseRow .celeList .celeItem .content {
        padding-top: 15px; }
        .relatedCaseRow .celeList .celeItem .content .name {
          font-size: 1.375rem;
          line-height: 1.625rem; } }
/* -------------- common --------------*/
a {
  text-decoration: none; }

button, input[type="reset"], input[type="submit"] {
  cursor: pointer; }

input[type="reset"], input[type="submit"], input[type="text"], input[type="email"], input[type="tel"], textarea, select, input[type="date"], input[type="time"], input[type="number"], input[type="password"], button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Open Sans', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  box-shadow: none;
  border: none;
  outline: none; }

select::-ms-expand {
  display: none; }

.hide {
  display: none !important; }

.videoContainer {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .videoContainer iframe, .videoContainer object, .videoContainer embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.selectStyle {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  position: relative; }
  .selectStyle:before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '\f0d9';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #c82e2e;
    transform: translateY(-50%); }
  .selectStyle select {
    background: transparent;
    padding: 10px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    z-index: 1; }

.libre {
  font-family: 'Libre Baskerville', serif; }

/* -------------- common RWD --------------*/
/* -------------- header --------------*/
header{
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2; }
header .logoRow {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative; }
header .socialLinkRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px; }
header .socialLink {
  height: 25px;
  text-align: center;
  display: block;
  opacity: 1;
  transition: opacity .3s ease; }
  header .socialLink:nth-child(n+2) {
    margin-left: 20px; }
  header .socialLink:hover {
    opacity: 0.6; }
  header .socialLink img {
    display: block;
    height: 100%; }
  header .socialLink i {
    color: #333333;
    font-size: 1.5rem; }
header .toCart {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap; }
  header .toCart .num {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #333333;
    position: relative;
    margin-left: 3px; }
  header .toCart span {
    color: #fff;
    font-size: 0.875rem; }
header .logo {
  max-width: 250px;
  width: 100%;
  margin-left: 90px;
  margin-right: 90px; }
  header .logo a {
    display: block; }
  header .logo img {
    display: block;
    width: 100%; }
header .mbOpenBtn {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #585858;
  font-size: 1.625rem;
  display: none; }
header .searchForm {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #ddd;
  padding: 7px;
  padding-right: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: transform .4s ease; }
  header .searchForm.open {
    transform: translateY(0%); }
  header .searchForm input {
    max-width: calc(100% - 50px);
    width: 100%;
    padding: 10px; }
  header .searchForm button {
    max-width: 50px;
    width: 100%;
    background: transparent;
    padding: 0px;
    text-align: center; }
    header .searchForm button:hover i {
      color: #c82e2e; }
    header .searchForm button i {
      color: #585858;
      font-size: 1.5rem; }

main >div:first-child{
  margin-top: 225px;
}

.mainMenu {
  border-bottom: 1px solid #ddd; }
  .mainMenu .container {
    position: relative; }
  .mainMenu .mbCloseBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    font-size: 1.5rem;
    color: #585858; }
  .mainMenu ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
  .mainMenu li {
    position: relative; }
    .mainMenu li.active a {
      background: #585858;
      color: #fff; }
    .mainMenu li:first-child:before, .mainMenu li.active:before, .mainMenu li.active + li:before {
      display: none; }
    .mainMenu li:before {
      position: absolute;
      top: 50%;
      left: 0px;
      width: 1px;
      height: 16px;
      content: '';
      display: block;
      background: #ddd;
      transform: translateY(-50%); }
    .mainMenu li a {
      color: #585858;
      font-size: 1rem;
      display: block;
      padding: 15px 23px;
      line-height: 1.25rem;
      position: relative; }
      .mainMenu li a:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 100%;
        content: "";
        display: block;
        background: #f2f2f2;
        z-index: -1;
        transition: width .5s ease; }
      .mainMenu li a:hover:before {
        width: 100%; }
  .mainMenu .menuDec {
    display: none;
    max-width: 150px;
    opacity: 0.5;
    margin-left: auto;
    margin-right: auto; }
    .mainMenu .menuDec img {
      width: 100%; }

/* -------------- header RWD --------------*/
@media (max-width: 960px) {
  header .logoRow {
    padding-top: 20px;
    padding-bottom: 15px; }
  header .socialLinkRow {
    margin-bottom: 15px; }
  header .logo {
    max-width: 200px;
    margin-left: 60px;
    margin-right: 60px; }
  main >div:first-child{
    margin-top: 165px; }
  .mainMenu li a {
    padding: 10px 15px; } }
@media (max-width: 768px) {
  header {
    border-bottom: 1px solid #ddd; }
    header .logoRow {
      padding-top: 15px;
      padding-bottom: 10px; }
    header .socialLinkRow {
      order: 1;
      margin-bottom: 0; }
      header .socialLinkRow:nth-child(n+2) {
        margin-left: 15px; }
    header .socialLink {
      margin-top: 15px; }
      header .socialLink:nth-child(n+2) {
        margin-left: 15px; }
    header .logo {
      max-width: 100%;
      margin-left: 0px;
      margin-right: 0px; }
      header .logo a {
        max-width: 150px;
        margin-left: auto;
        margin-right: auto; }
    header .mbOpenBtn {
      display: block; }

  main >div:first-child{
    margin-top: 135px; }

  .mainMenu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity .4s ease;
    z-index: 2; }
    .mainMenu.open {
      opacity: 1;
      transform: translateX(0); }
      .mainMenu.open .container {
        transform: translateX(0); }
    .mainMenu .container {
      width: 300px;
      height: 100%;
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      flex-direction: column;
      background: #fff;
      margin-left: 0;
      padding: 20px;
      transform: translateX(-100%);
      transition: transform .4s ease; }
    .mainMenu .mbCloseBtn {
      display: block; }
    .mainMenu ul {
      display: block;
      margin-top: 30px; }
    .mainMenu li {
      border-top: 1px dashed #ddd; }
      .mainMenu li:before {
        display: none; }
      .mainMenu li:last-child {
        border-bottom: 1px dashed #ddd; }
      .mainMenu li a {
        padding: 10px 15px; }
    .mainMenu .menuDec {
      display: block; } }
@media (max-width: 640px) {
  header .logo a {
    max-width: 130px; } }
/* -------------- footer --------------*/
footer {
  background: #585858;
  padding-top: 60px;
  padding-bottom: 70px; }
  footer .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  footer .leftSec {
    max-width: calc(100% - 260px);
    width: 100%; }
    footer .leftSec ul {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
    footer .leftSec li:nth-child(n+2) {
      margin-left: 18px;
      padding-left: 18px;
      position: relative; }
      footer .leftSec li:nth-child(n+2):before {
        position: absolute;
        top: 2px;
        left: 0;
        width: 1px;
        height: 16px;
        content: '';
        display: block;
        background: #fff; }
    footer .leftSec li a {
      color: #fff;
      font-size: 1rem;
      line-height: 1.25rem; }
      footer .leftSec li a:hover {
        text-decoration: underline; }
    footer .leftSec .ft_info {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-top: 40px; }
    footer .leftSec .logo {
      max-width: 130px;
      width: 100%; }
      footer .leftSec .logo img {
        display: block;
        width: 100%; }
    footer .leftSec .infoGroup {
      margin-left: 15px; }
      footer .leftSec .infoGroup p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.25rem; }
        footer .leftSec .infoGroup p:nth-child(n+2) {
          margin-top: 5px; }
  footer .rightSec {
    max-width: 260px;
    width: 100%;
    text-align: right; }
    footer .rightSec .socialRow .socialLink {
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 10px; }
      footer .rightSec .socialRow .socialLink:nth-child(n+2) {
        margin-left: 10px; }
      footer .rightSec .socialRow .socialLink:hover {
        opacity: .7; }
    footer .rightSec .socialRow i {
      color: #fff;
      font-size: 1.5625rem; }
    footer .rightSec p {
      color: #fff;
      font-size: 0.8125rem;
      line-height: 1rem;
      margin-top: 12px; }
    footer .rightSec .right {
      text-transform: uppercase; }
    footer .rightSec .designed, footer .rightSec b {
      color: #fff;
      opacity: .6; }
.popBox{ 
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 3; }
  .popBox .bg{ 
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%; }
  .popBox .box{ 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border: solid 1px #eee;
    max-width: 540px;
    max-height: 90dvh;
    overflow: auto;
    width: 100%; }
  .loginPopBox .box .title{ 
    color: #333;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 5px; }
  .loginPopBox .box .des{ 
    color: #777;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px; }
    .loginPopBox .box .des a{ 
      color: #c82e2e;
      text-decoration: underline; }
      .loginPopBox .box .des a:hover{ 
        font-weight: bold; }
  .popBox .box .btnRow{
    justify-content: flex-start; }
    .popBox .box .btnRow .reset{ 
      margin-left: 0;
      margin-right: 15px; }
  .enterPopBox.popBox .box{
    max-width: 800px;
  }
/* -------------- footer RWD --------------*/
@media (max-width: 960px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px; }
    footer .leftSec ul{
      justify-content: center;
      margin-bottom: 10px;
    }
    footer .leftSec ul li:nth-child(n+3) {
      display: none; }
    footer .leftSec .ft_info {
      flex-direction: column;
      margin-top: 0; }
      footer .leftSec .ft_info .logo {
        margin-bottom: 15px; }
      footer .leftSec .ft_info .infoGroup {
        margin-left: 0; }
    footer .rightSec p {
      margin-top: 10px; } }
@media (max-width: 640px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .container {
      display: block; }
    footer .leftSec, footer .rightSec {
      max-width: 100%;
      text-align: center; }
    footer .leftSec .logo {
      margin-left: auto;
      margin-right: auto;
      max-width: 100px; }
    footer .leftSec .ft_info .logo {
      margin-bottom: 10px; }
    footer .leftSec .infoGroup p {
      font-size: 0.875rem;
      line-height: 1.125rem; }
    footer .rightSec {
      border-top: 1px solid #888;
      margin-top: 10px; }
      footer .rightSec p {
        margin-top: 5px; } 
  .popBox .box{ 
    max-width: calc(100vw - 40px); }
    .loginPopBox .box .title{ 
      font-size: 24px;
      line-height: 30px; }
}
/* -------------- index --------------*/
.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0;
    background: transparent;
    transform: translateY(-50%);
    z-index: 1; }

.id_Banner {
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px; }
  .id_Banner .slick-slide {
    outline: none; }
  .id_Banner .slick-arrow {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5); }
    .id_Banner .slick-arrow:hover {
      background: #c82e2e; }
    .id_Banner .slick-arrow:after {
      width: 7px;
      height: 10px;
      content: url("../images/aw_tran.png");
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-70%, -50%); }
    .id_Banner .slick-arrow.slick-prev {
      left: -50px; }
    .id_Banner .slick-arrow.slick-next {
      right: -50px; }
      .id_Banner .slick-arrow.slick-next:after {
        transform: translate(-50%, -50%) rotate(180deg); }
  .id_Banner a {
    display: block;
    margin: 45px 20px;
    position: relative;
    transition: margin .4s ease; }
    .id_Banner a:hover {
      margin: 0; }
      .id_Banner a:hover .content {
        opacity: 1; }
        .id_Banner a:hover .content .conBox {
          transform: translate(-50%, -50%); }
  .id_Banner .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 206.94%;
    position: relative; }
  .id_Banner .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    opacity: 0;
    transition: opacity .7s ease; }
    .id_Banner .content .conBox {
      max-width: 100%;
      width: 100%;
      padding: 40px;
      text-align: center;
      transform: translate(-50%, 0%);
      transition: transform .4s ease; }
    .id_Banner .content img {
      max-width: 100%;
      width: 180px;
      margin-left: auto;
      margin-right: auto; }
    .id_Banner .content .journal {
      color: #fff;
      font-weight: 600;
      margin-top: 40px;
      margin-bottom: 40px; }
      .id_Banner .content .journal .no {
        font-size: 3.125rem; }
      .id_Banner .content .journal .date {
        font-size: 1.125rem;
        margin-top: 5px; }
    .id_Banner .content .data {
      color: #eee; }
      .id_Banner .content .data .title {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-size: 1rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
        line-height: 1.25rem; }
      .id_Banner .content .data .des {
        font-size: 0.875rem;
        line-height: 1.25rem;
        max-height: calc(1.25rem * 7);
        overflow: hidden; }

.id_con {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative; }
  .id_con .imgSlider, .id_con .contentBox {
    max-width: 50%;
    width: 100%;
    border: 1px solid #fff; }
  .id_con .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 66.09%;
    position: relative; }
  .id_con .contentBox {
    background: url(../images/rp_grey.jpg) repeat;
    padding: 70px 70px 50px; }
    .id_con .contentBox .headTitle {
      color: #333333;
      font-size: 2.8125rem;
      font-weight: lighter; }
  .id_con .contentSlider {
    margin-top: 40px; }
    .id_con .contentSlider .title {
      color: #333333;
      display: inline-block;
      font-size: 1.4375rem;
      line-height: 1.625rem;
      margin-bottom: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100%;
      white-space: nowrap; }
      .id_con .contentSlider .title:hover {
        color: #c82e2e; }
    .id_con .contentSlider .subTitle {
      border-bottom: 1px solid #ddd;
      color: #c82e2e;
      font-size: 0.8125rem;
      line-height: 0.9375rem;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .id_con .contentSlider .subTitle i {
        margin-right: 5px; }
    .id_con .contentSlider .des {
      max-height: calc(1.375rem * 4);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4; }
      .id_con .contentSlider .des p {
        color: #585858;
        font-size: 0.9375rem;
        line-height: 1.375rem; }
  .id_con .arrows {
    margin-top: 30px;
    text-align: right; }
    .id_con .arrows .arrowsBtn {
      display: inline-block;
      opacity: .5; }
      .id_con .arrows .arrowsBtn:nth-child(n+2) {
        margin-left: 30px; }
      .id_con .arrows .arrowsBtn:hover {
        opacity: 1; }
      .id_con .arrows .arrowsBtn img {
        display: block; }
    .id_con .arrows .left {
      transform: rotate(180deg); }

.id_topic:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  width: 28px;
  height: 54px;
  content: '';
  display: block;
  background: url(../images/id_cirlce.png) no-repeat;
  transform: translate(-100%, -50%) rotate(180deg); }

.id_life {
  text-align: right; }
  .id_life:after {
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    width: 28px;
    height: 54px;
    content: '';
    display: block;
    background: url(../images/id_cirlce.png) no-repeat;
    transform: translate(0%, -50%); }
  .id_life .arrows {
    text-align: left; }

.id_ad .slick-arrow {
  width: 14px;
  height: 25px;
  background: url(../images/aw_white.png) no-repeat;
  opacity: .5; }
  .id_ad .slick-arrow:hover {
    opacity: 1; }
  .id_ad .slick-arrow.slick-prev {
    left: 50px;
    transform: translate(-50%, -50%) rotate(180deg); }
  .id_ad .slick-arrow.slick-next {
    right: 50px; }
.id_ad .imgLimit {
  position: relative;
  display: block; }

.id_ad1 {
  margin-top: 45px;
  margin-bottom: 45px; }
  .id_ad1 .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 23.43%; }
  .id_ad1 img:nth-child(2) {
    display: none; }

.id_vdo {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .id_vdo .vdoBox, .id_vdo .vdoContent {
    max-width: 50%;
    width: 100%; }
  .id_vdo .vdoContent {
    background: #585858;
    color: #fff;
    padding: 60px 55px; }
    .id_vdo .vdoContent .headTitle {
      font-size: 2.8125rem;
      font-weight: lighter; }
    .id_vdo .vdoContent .content {
      margin-top: 40px; }
    .id_vdo .vdoContent .title {
      color: #fff;
      display: inline-block;
      font-size: 1.4375rem;
      line-height: 1.625rem;
      border-bottom: 1px solid #ddd;
      padding-bottom: 15px;
      margin-bottom: 15px;
      overflow: hidden;
	  text-overflow: ellipsis;
	  max-width: 100%;
	  white-space: nowrap; }
      .id_vdo .vdoContent .title:hover {
        text-decoration: underline; }
    .id_vdo .vdoContent .des {
      max-height: calc(1.375rem * 4);
      overflow: hidden; }
      .id_vdo .vdoContent .des p {
        font-size: 0.9375rem;
        line-height: 1.375rem; }

.id_famous {
  background: url(../images/bg_famous.png) no-repeat;
  background-position: center 90px;
  margin-top: 45px;
  margin-bottom: 65px; }
  .id_famous .peRow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .id_famous .peRow .infoSec {
      max-width: 56%;
      width: 100%;
      margin-top: 110px;
      padding-right: 60px; }
    .id_famous .peRow .imgSec {
      max-width: 44%;
      width: 100%;
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      flex-wrap: wrap; }
      .id_famous .peRow .imgSec > div {
        position: relative; }
      .id_famous .peRow .imgSec .leftImg {
        max-width: calc(60% - 15px);
        width: 100%;
        margin-bottom: 75px; }
      .id_famous .peRow .imgSec .rightImg {
        max-width: 40%;
        width: 100%; }
      .id_famous .peRow .imgSec .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 133.33%; }
  .id_famous .titleHead {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .id_famous .titleHead p {
      color: #c82e2e;
      font-size: 2.8125rem;
      font-weight: lighter; }
    .id_famous .titleHead .light {
      color: #333333;
      padding-bottom: 13px;
      position: relative;
      margin-right: 5px; }
      .id_famous .titleHead .light:before {
        width: 100%;
        height: 6px;
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        display: block;
        background: #c82e2e; }
  .id_famous .head {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 45px; }
    .id_famous .head a, .id_famous .head p {
      color: #333333;
      font-weight: lighter; }
    .id_famous .head .name {
      display: inline-block;
      font-size: 1.875rem; }
      .id_famous .head .name:hover {
        color: #c82e2e; }
    .id_famous .head .sub {
      font-size: 1.25rem;
      padding-left: 10px; }
  .id_famous .content {
    margin-bottom: 75px; }
  .id_famous .infoList li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .id_famous .infoList li:nth-child(n+2) {
      margin-top: 7px; }
  .id_famous .infoList p {
    color: #585858;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    width: 100%; }
  .id_famous .infoList .year {
    max-width: 110px; }
  .id_famous .infoList .event {
    max-width: calc(100% - 110px); }
  .id_famous .arrowRow {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: -50px; }
    .id_famous .arrowRow .arrowsBtn {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #ddd;
      display: block;
      position: relative; }
      .id_famous .arrowRow .arrowsBtn:hover i {
        opacity: 1; }
      .id_famous .arrowRow .arrowsBtn:nth-child(n+2) {
        margin-left: 10px; }
    .id_famous .arrowRow i {
      color: #333333;
      font-size: 0.875rem;
      opacity: .5; }

.id_adRow {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }

.id_ad2 {
  max-width: calc(100% - 33% - 40px);
  width: 100%; }
  .id_ad2 .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 36.58%; }

.id_ad3 {
  max-width: 33%;
  width: 100%; }
  .id_ad3 .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 71.42%; }

.id_cooperator {
  margin-top: 60px;
  margin-bottom: 60px; }
  .id_cooperator .logoLink {
    display: block; }
  .id_cooperator .logoLimit {
    width: 100%;
    height: 0;
    padding-bottom: 17.95%;
    position: relative; }
  .id_cooperator .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px; }
    .id_cooperator .slick-dots .slick-active button {
      background: #c82e2e; }
    .id_cooperator .slick-dots button {
      width: 12px;
      height: 12px;
      background: #eee;
      border-radius: 50%;
      font-size: 0;
      margin-left: 5px;
      margin-right: 5px; }

/* -------------- index RWD --------------*/
@media (max-width: calc(1440px + 40px)) {
  .id_Banner {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px; }
    .id_Banner .slick-arrow.slick-prev {
      left: -20px; }
    .id_Banner .slick-arrow.slick-next {
      right: -20px; }
    .id_Banner .content .journal {
      margin-top: 20px;
      margin-bottom: 20px; } }
@media (max-width: calc(1280px + 40px)) {
  .id_con .contentBox {
    padding: 40px 40px 30px; }
    .id_con .contentBox .headTitle {
      font-size: 2.25rem; }
  .id_con .contentSlider {
    margin-top: 20px; }

  .id_vdo .vdoContent {
    padding: 40px; }
    .id_vdo .vdoContent .headTitle {
      font-size: 2.25rem; }
    .id_vdo .vdoContent .content {
      margin-top: 20px; } }
@media (max-width: 1024px) {
  .id_famous {
    background: none;
    margin-top: 45px;
    margin-bottom: 45px; }
    .id_famous .peRow .infoSec {
      margin-top: 0;
      padding-right: 40px; }
    .id_famous .peRow .imgSec .leftImg {
      margin-bottom: 0; }
    .id_famous .content {
      margin-bottom: 55px; }
    .id_famous .titleHead p {
      font-size: 2.25rem; }
    .id_famous .head {
      margin-top: 25px;
      margin-bottom: 15px; }
    .id_famous .arrowRow {
      margin-top: -30px; } }
@media (max-width: 960px) {
  .id_con .imgSlider, .id_con .contentBox {
    border: none; }
  .id_con .imgSlider {
    max-width: 600px; }
  .id_con .contentBox {
    max-width: 100%;
    padding: 20px; }
    .id_con .contentBox .headTitle {
      font-size: 1.875rem;
      font-weight: bold; }
  .id_con .contentSlider {
    margin-top: 10px; }
    .id_con .contentSlider .title {
      font-size: 1.25rem; }
    .id_con .contentSlider .des {
      max-height: inherit; }
  .id_con .arrows {
    margin-top: 15px;
    text-align: left; }

  .id_topic:after, .id_life:after {
    display: none; }

  .id_life {
    text-align: left;
    flex-direction: column-reverse; }

  .id_vdo .vdoBox, .id_vdo .vdoContent {
    max-width: 100%; }
  .id_vdo .vdoContent {
    padding: 25px 20px; }
    .id_vdo .vdoContent .headTitle {
      font-size: 1.875rem;
      font-weight: bold; }
    .id_vdo .vdoContent .content {
      margin-top: 15px; }
    .id_vdo .vdoContent .title {
      font-size: 1.25rem;
      margin-bottom: 7px;
      padding-bottom: 7px; }
    .id_vdo .vdoContent .des {
      max-height: inherit; }

  .id_famous {
    margin-top: 35px;
    margin-bottom: 25px; }
    .id_famous .peRow .infoSec {
      max-width: 100%;
      padding-right: 0; }
    .id_famous .peRow .imgSec {
      max-width: 500px; }
    .id_famous .titleHead p {
      font-size: 1.875rem;
      font-weight: normal; }
    .id_famous .head p {
      font-weight: normal; }
    .id_famous .head .name {
      font-size: 1.375rem; }
    .id_famous .head .sub {
      font-size: 1rem; }
    .id_famous .content {
      margin-bottom: 10px; }
    .id_famous .arrowRow {
      margin-top: 10px; }

  .id_ad2 {
    max-width: calc(100% - 33% - 20px); } }
@media (max-width: 768px) {
  .id_Banner a:hover .content .conBox {
    transform: translate(0%, 0%); }
  .id_Banner .content {
    opacity: 1;
    height: auto;
    top: inherit;
    bottom: 0; }
    .id_Banner .content img {
      display: none; }
    .id_Banner .content .conBox {
      top: inherit;
      bottom: 0;
      transform: translate(0%, 0%);
      left: 0;
      padding: 20px;
      background: linear-gradient(1deg, rgba(0, 0, 0, 0.75) 70%, transparent 98%); }

  .id_ad .slick-arrow.slick-prev {
    left: 20px; }
  .id_ad .slick-arrow.slick-next {
    right: 20px; }

  .id_ad1 {
    margin-top: 25px;
    margin-bottom: 25px; }
    .id_ad1 .imgLimit {
      padding-bottom: 35.15%; }
    .id_ad1 img {
      display: none; }
      .id_ad1 img:nth-child(2) {
        display: block; }

  .id_ad2 {
    max-width: 100%; }

  .id_ad3 {
    max-width: 420px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto; }

  .id_cooperator {
    margin-top: 30px;
    margin-bottom: 30px; }
    .id_cooperator .slick-dots {
      margin-top: 5px; } }
@media (max-width: 480px) {
  .id_Banner .slick-arrow.slick-prev {
    left: -10px; }
  .id_Banner .slick-arrow.slick-next {
    right: -10px; }
  .id_Banner a {
    margin: 0 20px; }
    .id_Banner a:hover {
      margin: 0 20px; }

  .id_ad1 {
    margin-top: 15px;
    margin-bottom: 15px; }

  .id_cooperator .slick-dots button {
    margin-left: 3px;
    margin-right: 3px; } }
/* -------------- indoor --------------*/
.journalBox {
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 15px;
  text-align: center; }
  .journalBox .no {
    color: #585858;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 3px; }
  .journalBox .date {
    color: #7a7a7a;
    font-size: 0.8125rem; }

.mgHeadRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 8px; }
  .mgHeadRow .journalBox {
    max-width: 85px;
    width: 100%; }
  .mgHeadRow .journalTitle {
    max-width: calc(100% - 85px);
    width: 100%;
    padding-left: 15px; }
    .mgHeadRow .journalTitle .cn {
      color: #333333;
      font-size: 2.125rem;
      line-height: 2.5rem;
      margin-bottom: 3px; }
    .mgHeadRow .journalTitle .en {
      color: #7a7a7a;
      font-size: 1rem;
      line-height: 1.25rem; }

.p_mgList_past {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -30px;
  position: relative; }
  .p_mgList_past:before {
    width: 90%;
    height: 70%;
    content: '';
    display: block;
    background: url(../images/rp_greyD.jpg) repeat;
    z-index: -1; }
  .p_mgList_past .mgItem {
    max-width: calc(100% / 5);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
    .p_mgList_past .mgItem .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 126%;
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3);
      display: block;
      position: relative; }
      .p_mgList_past .mgItem .imgLimit:hover .hoverBox {
        opacity: 1; }
        .p_mgList_past .mgItem .imgLimit:hover .hoverBox .hoverLinks {
          transform: translate(-50%, -50%); }
    .p_mgList_past .mgItem .hoverBox {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity .4s ease; }
      .p_mgList_past .mgItem .hoverBox .hoverLinks {
        width: 80%;
        text-align: center;
        transform: translate(-50%, 0%);
        transition: transform .3s ease; }
      .p_mgList_past .mgItem .hoverBox a {
        border-radius: 3px;
        background: #fff;
        color: #585858;
        display: inline-block;
        font-size: 0.9375rem;
        padding: 10px 15px; }
        .p_mgList_past .mgItem .hoverBox a:nth-child(2) {
          margin-left: 10px; }
        .p_mgList_past .mgItem .hoverBox a:hover {
          background: #c82e2e;
          color: #fff; }
    .p_mgList_past .mgItem .mgData {
      margin-top: 20px;
      text-align: center; }
      .p_mgList_past .mgItem .mgData .journalNo {
        color: #333333;
        display: inline-block;
        font-size: 1.5625rem;
        font-weight: bold;
        margin-bottom: 8px; }
        .p_mgList_past .mgItem .mgData .journalNo:hover {
          color: #c82e2e; }
      .p_mgList_past .mgItem .mgData .pubDate {
        color: #7a7a7a;
        font-size: 0.9375rem; }
  .p_mgList_past .pg_AdSec {
    max-width: calc(100% / 5 * 2);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

.indoorContainer {
  background: url(../images/rp_greyD.jpg) repeat;
  position: relative; }
  .indoorContainer:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    content: '';
    display: block;
    background: #fff; }
  .indoorContainer .container {
    position: relative; }
    .indoorContainer .container.col2 {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-bottom: 60px; }
  .indoorContainer .imgSec {
    max-width: 38%;
    width: 100%; }
    .indoorContainer .imgSec .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 126.06%;
      display: block;
      position: relative; }
    .indoorContainer .imgSec .topSlider {
      position: relative; }
      .indoorContainer .imgSec .topSlider:hover .hoverBox {
        opacity: 1; }
        .indoorContainer .imgSec .topSlider:hover .hoverBox .hoverLinks {
          transform: translate(-50%, -50%); }
    .indoorContainer .imgSec .bigSlider {
      box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
    .indoorContainer .imgSec .navSlider {
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 15px; }
      .indoorContainer .imgSec .navSlider li {
        margin: 15px; }
    .indoorContainer .imgSec .hoverBox {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      transition: opacity .4s ease; }
      .indoorContainer .imgSec .hoverBox .hoverLinks {
        width: 80%;
        text-align: center;
        transform: translate(-50%, 0%);
        transition: transform .3s ease; }
      .indoorContainer .imgSec .hoverBox a {
        border-radius: 3px;
        background: #fff;
        color: #585858;
        display: inline-block;
        font-size: 0.9375rem;
        padding: 10px 15px; }
        .indoorContainer .imgSec .hoverBox a:nth-child(2) {
          margin-left: 10px; }
        .indoorContainer .imgSec .hoverBox a:hover {
          background: #c82e2e;
          color: #fff; }
    .indoorContainer .imgSec .awRow {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 15px;
      margin-bottom: 30px; }
      .indoorContainer .imgSec .awRow a {
        width: 9px;
        height: 17px; }
        .indoorContainer .imgSec .awRow a:hover img {
          display: none; }
          .indoorContainer .imgSec .awRow a:hover img:nth-child(2) {
            display: block; }
      .indoorContainer .imgSec .awRow img:nth-child(2) {
        display: none; }
      .indoorContainer .imgSec .awRow .left {
        margin-right: 30px;
        transform: rotate(180deg); }
  .indoorContainer .col2Content {
    max-width: calc(100% - 38%);
    width: 100%;
    padding-left: 45px; }
  .indoorContainer .mgCategory .cateAW {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap; }
    .indoorContainer .mgCategory .cateAW .arrowsBtn {
      width: 35px;
      height: 35px;
      border: 1px solid #ddd;
      border-radius: 50%;
      background: #fff;
      display: block;
      position: relative; }
      .indoorContainer .mgCategory .cateAW .arrowsBtn:hover {
        border-color: #c82e2e; }
        .indoorContainer .mgCategory .cateAW .arrowsBtn:hover i {
          color: #c82e2e; }
      .indoorContainer .mgCategory .cateAW .arrowsBtn i {
        color: #585858;
        font-size: 1rem; }
    .indoorContainer .mgCategory .cateAW .right {
      margin-left: 10px; }
  .indoorContainer .mgCategory .cateGroup {
    margin-top: 50px; }
  .indoorContainer .mgCategory .catrgoryCircle, .indoorContainer .mgCategory .cateItem {
    padding-bottom: 30px;
    position: relative; }
    .indoorContainer .mgCategory .catrgoryCircle:before, .indoorContainer .mgCategory .cateItem:before {
      position: absolute;
      top: 0;
      left: 45px;
      width: 1px;
      height: 100%;
      content: '';
      display: block;
      background: #d6d6d6; }
  .indoorContainer .mgCategory .catrgoryCircle .circle {
    width: 85px;
    height: 85px;
    background: #585858;
    border-radius: 50%;
    position: relative; }
  .indoorContainer .mgCategory .catrgoryCircle p {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-align: center;
    width: 80%; }
  .indoorContainer .mgCategory .cateItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-right: 10px; }
    .indoorContainer .mgCategory .cateItem .page {
      max-width: 45px;
      width: 100%;
      color: #333333;
      font-size: 1.25rem;
      font-weight: bold; }
    .indoorContainer .mgCategory .cateItem .content {
      max-width: calc(100% - 45px);
      width: 100%;
      padding-left: 10px; }
    .indoorContainer .mgCategory .cateItem .title {
      color: #333333;
      font-size: 1rem;
      line-height: 1.25rem;
      margin-bottom: 5px; }
    .indoorContainer .mgCategory .cateItem .des {
      color: #7a7a7a;
      font-size: 0.8125rem;
      line-height: 0.9375rem; }
      .indoorContainer .mgCategory .cateItem .des p {
        margin-bottom: 3px; }
  .indoorContainer .mgContent {
    margin-top: 50px; }
    .indoorContainer .mgContent p {
      color: #585858;
      font-size: 0.9375rem;
      line-height: 1.5rem; }
  .indoorContainer .id_ad1 {
    margin-top: 0;
    margin-bottom: 0; }
  .indoorContainer .designCaseRow {
    margin-top: 60px;
    position: relative;
    margin-bottom: 70px; }
    .indoorContainer .designCaseRow:before {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80%;
      content: '';
      display: block;
      background: #fff; }
    .indoorContainer .designCaseRow .rowHead {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      border-bottom: 1px solid #d6d6d6;
      padding-bottom: 10px; }
      .indoorContainer .designCaseRow .rowHead i, .indoorContainer .designCaseRow .rowHead p {
        font-size: 1.4375rem;
        line-height: 1.75rem; }
      .indoorContainer .designCaseRow .rowHead i {
        max-width: 33px;
        width: 100%;
        color: #c82e2e; }
      .indoorContainer .designCaseRow .rowHead p {
        max-width: calc(100% - 33px);
        width: 100%;
        color: #585858;
        font-weight: bold; }
    .indoorContainer .designCaseRow .caseList {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: -20px;
      margin-right: -20px; }
    .indoorContainer .designCaseRow .caseItem {
      max-width: calc(100% / 3);
      width: 100%;
      padding: 40px 20px 0; }
      .indoorContainer .designCaseRow .caseItem .imgBox {
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
        position: relative;
        display: block; }
        .indoorContainer .designCaseRow .caseItem .imgBox:hover .hoverBox {
          opacity: 1; }
          .indoorContainer .designCaseRow .caseItem .imgBox:hover .hoverBox .hoverContent {
            transform: translate(-50%, -50%); }
      .indoorContainer .designCaseRow .caseItem .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        position: relative; }
      .indoorContainer .designCaseRow .caseItem .hoverBox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        transition: opacity .3s ease; }
        .indoorContainer .designCaseRow .caseItem .hoverBox .hoverContent {
          text-align: center;
          width: 70%;
          transform: translate(-50%, 0);
          transition: transform .3s ease; }
        .indoorContainer .designCaseRow .caseItem .hoverBox img {
          max-width: 150px;
          width: 100%; }
        .indoorContainer .designCaseRow .caseItem .hoverBox .des {
          border-top: 1px solid #eee;
          color: #eee;
          font-size: 0.875rem;
          margin-top: 15px;
          line-height: 1.25rem;
          padding: 15px 5px 0;
          max-height: calc(1.25rem * 3 + 15px);
          overflow: hidden; }
      .indoorContainer .designCaseRow .caseItem .caseConent {
        margin-top: 20px;
        text-align: center; }
        .indoorContainer .designCaseRow .caseItem .caseConent .caseName {
          color: #585858;
          display: inline-block;
          font-size: 1.25rem;
          line-height: 1.625rem;
          margin-bottom: 3px; }
          .indoorContainer .designCaseRow .caseItem .caseConent .caseName:hover {
            color: #c82e2e; }
        .indoorContainer .designCaseRow .caseItem .caseConent .des {
          color: #7a7a7a;
          font-size: 0.875rem;
          line-height: 1.125rem; }

.indoorCaseContainer {
  padding-bottom: 40px; }
  .indoorCaseContainer .caseSlider > ul {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.3); }
    .indoorCaseContainer .caseSlider > ul .slick-arrow {
      width: 24px;
      height: 43px;
      background: url(../images/aw_case.png) no-repeat;
      background-size: contain;
      background-position: center center;
      opacity: .5; }
      .indoorCaseContainer .caseSlider > ul .slick-arrow:hover {
        opacity: 1; }
      .indoorCaseContainer .caseSlider > ul .slick-arrow.slick-prev {
        left: 50px;
        transform: translate(-50%, -50%) rotate(180deg); }
      .indoorCaseContainer .caseSlider > ul .slick-arrow.slick-next {
        right: 50px; }
    .indoorCaseContainer .caseSlider > ul li {
      position: relative; }
      .indoorCaseContainer .caseSlider > ul li .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 75%;
        background: #333333;
        position: relative; }
      .indoorCaseContainer .caseSlider > ul li .imgDes {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        padding: 20px; }
        .indoorCaseContainer .caseSlider > ul li .imgDes i, .indoorCaseContainer .caseSlider > ul li .imgDes p {
          color: #fff;
          font-size: 0.875rem;
          line-height: 1.125rem; }
        .indoorCaseContainer .caseSlider > ul li .imgDes i {
          padding-right: 7px; }
  .indoorCaseContainer .caseInfoRow {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-top: 75px;
    margin-bottom: 75px;
    padding-bottom: 10px; }
    .indoorCaseContainer .caseInfoRow .authorSec {
      max-width: calc(100% - 485px);
      width: 100%;
      padding-right: 50px; }
    .indoorCaseContainer .caseInfoRow .head {
      margin-bottom: 30px; }
      .indoorCaseContainer .caseInfoRow .head .caseName {
        color: #585858;
        font-size: 1.875rem;
        line-height: 2.25rem;
        letter-spacing: 1px;
        margin-bottom: 8px; }
      .indoorCaseContainer .caseInfoRow .head .headDes {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
        position: relative; }
        .indoorCaseContainer .caseInfoRow .head .headDes:before {
          position: absolute;
          top: 10px;
          left: 0;
          width: 100%;
          height: 1px;
          content: '';
          display: block;
          background: #ddd;
          z-index: -1; }
        .indoorCaseContainer .caseInfoRow .head .headDes i, .indoorCaseContainer .caseInfoRow .head .headDes p {
          background: #fff;
          color: #c82e2e;
          font-size: 0.9375rem;
          line-height: 1.125rem; }
        .indoorCaseContainer .caseInfoRow .head .headDes i {
          padding-right: 5px; }
        .indoorCaseContainer .caseInfoRow .head .headDes p {
          padding-right: 15px; }
    .indoorCaseContainer .caseInfoRow .pg_AdSec {
      max-width: 485px;
      width: 100%; }
    .indoorCaseContainer .caseInfoRow .author {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .indoorCaseContainer .caseInfoRow .author .imgBox {
        max-width: 210px;
        width: 100%; }
      .indoorCaseContainer .caseInfoRow .author .imgLimit {
        width: 100%;
        height: 0;
        padding-bottom: 132.85%;
        position: relative; }
      .indoorCaseContainer .caseInfoRow .author .infoGroup {
        max-width: calc(100% - 210px);
        width: 100%;
        padding-left: 20px; }
      .indoorCaseContainer .caseInfoRow .author .infoList p {
        color: #585858;
        font-size: 0.9375rem;
        line-height: 1.25rem;
        padding-left: 20px;
        margin-bottom: 8px;
        position: relative; }
        .indoorCaseContainer .caseInfoRow .author .infoList p:before {
          position: absolute;
          top: 2px;
          left: 2px;
          content: '\f22d';
          display: inline-block;
          font-size: 0.9375rem;
          font-weight: bold;
          font-family: 'Font Awesome 5 Free';
          color: #c82e2e; }
      .indoorCaseContainer .caseInfoRow .author .authorAW {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 15px; }
        .indoorCaseContainer .caseInfoRow .author .authorAW .arrowsBtn {
          width: 35px;
          height: 35px;
          border: 1px solid #ddd;
          border-radius: 50%;
          background: #fff;
          display: block;
          position: relative; }
          .indoorCaseContainer .caseInfoRow .author .authorAW .arrowsBtn:hover {
            border-color: #c82e2e; }
            .indoorCaseContainer .caseInfoRow .author .authorAW .arrowsBtn:hover i {
              color: #c82e2e; }
          .indoorCaseContainer .caseInfoRow .author .authorAW .arrowsBtn i {
            color: #585858;
            font-size: 1rem; }
        .indoorCaseContainer .caseInfoRow .author .authorAW .right {
          margin-left: 10px; }
  .indoorCaseContainer .caseEditor{ position: relative; }
  /* .indoorCaseContainer .caseEditor > div{ float: left; } */
  .indoorCaseContainer .caseEditor .shareLinks{ 
    margin-left: -7px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    transform: translateX(-100%);
    margin-top: 220px; }
    .indoorCaseContainer .caseEditor .shareLinks a:nth-child(n+2){ 
      margin-top: 3px; }
  /* .indoorCaseContainer .caseEditor .unreset{
    margin-top: -330px; } */
  .indoorCaseContainer .caseEditor p {
    color: #585858;
    font-size: 0.9375rem;
    line-height: 1.5rem; }
  .indoorCaseContainer .caseEditor .writer {
    color: #7a7a7a;
    margin-top: 30px; }
  .indoorCaseContainer .mbAd {
    max-width: 600px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: none; }

/* -------------- indoor RWD --------------*/
@media (max-width: 1440px){
  .indoorCaseContainer .caseEditor > div{
    float: none; }
  .indoorCaseContainer .caseEditor .shareLinks{ 
    flex-direction: row;
    margin-left: 0;
    margin-top: 0;
    transform: translateX(0%); }
    .indoorCaseContainer .caseEditor .shareLinks a:nth-child(n+2){ margin-top: 0; }
  .indoorCaseContainer .caseEditor .unreset{ margin-top: 0px; }
}
@media (max-width: calc(1280px + 40px)) {
  .indoorContainer .imgSec {
    max-width: 30%; }
  .indoorContainer .col2Content {
    max-width: 70%;
    padding-left: 30px; }
  .indoorContainer .mgCategory .cateGroup {
    margin-top: 30px; }

  .indoorCaseContainer .caseInfoRow .authorSec {
    padding-right: 30px; } }
@media (max-width: 1024px) {
  .p_mgList_past {
    margin-left: -10px;
    margin-right: -10px; }
    .p_mgList_past .mgItem, .p_mgList_past .pg_AdSec {
      padding-left: 10px;
      padding-right: 10px; }

  .indoorCaseContainer .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column; }
  .indoorCaseContainer .caseSlider, .indoorCaseContainer .caseEditor, .indoorCaseContainer .mbAd {
    order: 1;
    width: 100%; }
  .indoorCaseContainer .caseSlider {
    margin-bottom: 20px; }
  .indoorCaseContainer .caseInfoRow {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%; }
    .indoorCaseContainer .caseInfoRow .authorSec {
      max-width: 100%;
      padding-right: 0; }
    .indoorCaseContainer .caseInfoRow .pg_AdSec {
      display: none; }
  .indoorCaseContainer .mbAd {
    display: block; } }
@media (max-width: 960px) {
  .journalBox {
    padding: 7px 15px; }
    .journalBox .no {
      font-size: 1.375rem; }

  .mgHeadRow .journalTitle {
    padding-left: 10px; }
    .mgHeadRow .journalTitle .cn {
      font-size: 1.625rem;
      line-height: 1.875rem; }
    .mgHeadRow .journalTitle .en {
      font-size: 0.875rem;
      line-height: 1.125rem; }

  .p_mgList_past {
    margin-left: -20px;
    margin-right: -20px; }
    .p_mgList_past .mgItem, .p_mgList_past .pg_AdSec {
      padding-left: 20px;
      padding-right: 20px; }
    .p_mgList_past .mgItem {
      max-width: calc(100% / 3); }
      .p_mgList_past .mgItem .mgData {
        margin-top: 15px; }
        .p_mgList_past .mgItem .mgData .journalNo {
          font-size: 1.25rem;
          margin-bottom: 5px; }
        .p_mgList_past .mgItem .mgData .pubDate {
          font-size: 0.875rem; }
    .p_mgList_past .pg_AdSec {
      max-width: calc(100% / 3 * 2); }

  .indoorContainer:before {
    height: 80px; }
  .indoorContainer .container.col2 {
    padding-bottom: 30px; }
  .indoorContainer .imgSec {
    max-width: 40%; }
    .indoorContainer .imgSec .navSlider {
      margin-left: -10px;
      margin-right: -10px;
      margin-top: 10px; }
      .indoorContainer .imgSec .navSlider li {
        margin: 10px; }
  .indoorContainer .col2Content {
    max-width: 60%; }
  .indoorContainer .mgCategory .cateItem {
    padding-right: 0;
    padding-bottom: 20px; }
  .indoorContainer .designCaseRow {
    margin-top: 40px;
    margin-bottom: 40px; }
    .indoorContainer .designCaseRow .caseList {
      margin-left: 0px;
      margin-right: 0px; }
    .indoorContainer .designCaseRow .caseItem {
      padding: 30px 10px 0; }
      .indoorContainer .designCaseRow .caseItem .caseConent {
        margin-top: 10px; } }
@media (max-width: 768px) {
  .mgHeadRow {
    flex-direction: column; }
    .mgHeadRow .journalTitle {
      padding-left: 0;
      margin-top: 10px; }

  .indoorContainer:before {
    height: 140px; }
  .indoorContainer .mgCategory .cateAW {
    justify-content: flex-start; }
  .indoorContainer .mgCategory .cateGroup {
    margin-top: 20px; }
  .indoorContainer .designCaseRow .caseItem {
    max-width: 50%; }
    .indoorContainer .designCaseRow .caseItem .hoverBox img {
      max-width: 100px; }
    .indoorContainer .designCaseRow .caseItem .hoverBox .des {
      padding-top: 10px;
      margin-top: 10px;
      max-height: calc(1.25rem * 3 + 10px); }
    .indoorContainer .designCaseRow .caseItem .caseConent .caseName {
      font-size: 1rem;
      line-height: 1.25rem; }

  .indoorCaseContainer {
    padding-bottom: 20px; }
    .indoorCaseContainer .caseSlider > ul .slick-arrow {
      max-width: 17px; }
      .indoorCaseContainer .caseSlider > ul .slick-arrow.slick-prev {
        left: 30px; }
      .indoorCaseContainer .caseSlider > ul .slick-arrow.slick-next {
        right: 30px; }
    .indoorCaseContainer .caseSlider > ul li .imgDes {
      position: static;
      padding: 15px; }
      .indoorCaseContainer .caseSlider > ul li .imgDes i {
        display: none; }
    .indoorCaseContainer .caseInfoRow {
      margin-bottom: 30px; } }
@media (max-width: 640px) {
  .p_mgList_past {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0; }
    .p_mgList_past .mgItem, .p_mgList_past .pg_AdSec {
      padding-left: 10px;
      padding-right: 10px; }
    .p_mgList_past .mgItem {
      max-width: calc(100% / 2); }
      .p_mgList_past .mgItem .hoverBox a {
        padding: 10px; }
    .p_mgList_past .pg_AdSec {
      max-width: 100%;
      order: 1; }

  .indoorContainer .imgSec {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto; }
    .indoorContainer .imgSec .awRow {
      margin-bottom: 20px; }
  .indoorContainer .col2Content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px; }
  .indoorContainer .mgContent {
    margin-top: 20px; }
  .indoorContainer .designCaseRow .caseItem {
    padding: 0;
    padding-top: 25px;
    max-width: 100%; }

  .indoorCaseContainer .caseSlider > ul li .imgDes {
    padding: 10px; }
  .indoorCaseContainer .caseInfoRow .head {
    margin-bottom: 20px; }
    .indoorCaseContainer .caseInfoRow .head .caseName {
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.875rem;
      letter-spacing: 0; }
  .indoorCaseContainer .caseInfoRow .author .infoGroup {
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px; } }
/* -------------- specPlan --------------*/
.specPlanItem:nth-child(n+2) {
  margin-top: 35px; }
.specPlanItem .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.85);
  padding: 22px 25px; }
  .specPlanItem .content:hover{
    background: #c82e2e; }
  .specPlanItem .content:hover .circle{
    background: #585858; }
.specPlanItem .des {
  max-width: calc(100% - 50px);
  width: 100%;
  max-height: calc(1.25rem * 2);
  overflow: hidden; }
  .specPlanItem .des p {
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.25rem; }
.specPlanItem .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #c82e2e;
  display: block;
  position: relative; }
  .specPlanItem .circle i{
    color: #fff;
    font-size: 1.25rem; }

/* -------------- specPlan RWD --------------*/
@media (max-width: 640px) {
  .specPlanItem .content {
    padding: 10px 15px; }
  .specPlanItem .des {
    max-width: 100%;
    max-height: calc(1.25rem * 3); }
  .specPlanItem .circle {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -28px; } }
/* -------------- view --------------*/
.pg_viewItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 30px 25px;
  position: relative; }
  .pg_viewItem:nth-child(n+2) {
    margin-top: 40px; }
  .pg_viewItem .contentSec {
    max-width: calc(100% - 70px - 20px);
    width: 100%; }
    .pg_viewItem .contentSec .title {
      color: #333333;
      display: inline-block;
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.25rem; }
      .pg_viewItem .contentSec .title:hover {
        color: #c82e2e; }
    .pg_viewItem .contentSec .editor {
      color: #7a7a7a;
      font-size: 0.875rem;
      line-height: 1rem;
      margin-top: 3px; }
    .pg_viewItem .contentSec .des {
      border-top: 1px solid #ddd;
      margin-top: 13px;
      padding-top: 13px; }
      .pg_viewItem .contentSec .des p {
        color: #585858;
        font-size: 0.875rem;
        line-height: 1.25rem; }
  .pg_viewItem .circle {
    width: 70px;
    height: 70px;
    background: #ccc;
    border-radius: 50%;
    display: block;
    position: relative; }
    .pg_viewItem .circle p {
      color: #fff;
      font-size: 0.75rem;
      text-align: center; }
    .pg_viewItem .circle span {
      font-size: 0.9375rem;
      display: block;
      margin-top: 3px; }

.viewTopRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 55px;
  margin-bottom: 60px; }
  .viewTopRow .leftImg {
    max-width: 270px;
    width: 100%; }
    .viewTopRow .leftImg .imgLimit {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      position: relative; }
  .viewTopRow .profile {
    max-width: calc(100% - 270px - 30px);
    width: 100%; }
    .viewTopRow .profile .name {
      color: #333333;
      font-size: 1.875rem;
      line-height: 2.5rem; }
    .viewTopRow .profile .proTitle {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-size: 15px;
      line-height: 1.125rem;
      margin-top: 25px;
      margin-bottom: 10px; }
      .viewTopRow .profile .proTitle i {
        color: #c82e2e; }
      .viewTopRow .profile .proTitle span {
        color: #333333;
        font-weight: bold;
        padding-left: 5px; }
    .viewTopRow .profile .proData p {
      color: #333333;
      font-size: 0.9375rem;
      line-height: 1.5rem; }

.dl_viewContainer {
  background: url(../images/rp_greyD.jpg) repeat;
  padding-top: 70px; }
  .dl_viewContainer .dl_Content p {
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.5rem; }

/* -------------- view RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .pg_viewItem:nth-child(n+2) {
    margin-top: 20px; } }
@media (max-width: 1024px) {
  .viewTopRow {
    margin-top: 35px;
    margin-bottom: 40px; }
    .viewTopRow .leftImg {
      max-width: 200px; }
    .viewTopRow .profile {
      max-width: calc(100% - 200px - 20px); }
      .viewTopRow .profile .proTitle {
        margin-top: 15px; } }
@media (max-width: 640px) {
  .pg_viewItem {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 15px; }
    .pg_viewItem .contentSec {
      max-width: 100%; }
    .pg_viewItem .circle {
      width: auto;
      height: auto;
      border-radius: 0;
      padding: 5px 8px;
      margin-bottom: 8px; }
      .pg_viewItem .circle p {
        position: static;
        transform: translate(0); }

  .viewTopRow {
    margin-top: 15px;
    margin-bottom: 20px; }
    .viewTopRow .leftImg {
      max-width: 250px; }
    .viewTopRow .profile {
      max-width: 100%;
      margin-top: 10px; }

  .dl_viewContainer {
    padding-top: 40px; } }
/* -------------- contact --------------*/
.contactContainer .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .contactContainer .head .logo {
    max-width: 230px;
    width: 100%; }
    .contactContainer .head .logo img {
      display: block;
      width: 100%; }
  .contactContainer .head .des {
    max-width: calc(100% - 230px - 15px);
    width: 100%;
    border-bottom: 1px solid #ddd;
    color: #585858;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding-bottom: 10px;
    position: relative; }
    .contactContainer .head .des:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      content: "";
      display: block;
      background: url(../images/sh_contact.png) no-repeat; }
.contactContainer .contactContent {
  /*display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;*/
  display: block; }
  .contactContainer .contactContent .form {
    max-width: 55%;
    width: 100%; }
    .contactContainer .contactContent .form label {
      color: #585858;
      font-size: 0.9375rem; }
    .contactContainer .contactContent .form input, .contactContainer .contactContent .form textarea {
      border-bottom: 1px solid #ddd;
      background: transparent;
      margin-top: 5px;
      padding-top: 5px;
      padding-bottom: 8px; }
      .contactContainer .contactContent .form input:not([type="radio"]), .contactContainer .contactContent .form textarea:not([type="radio"]) {
        width: 100%; }
    .contactContainer .contactContent .form textarea {
      height: 130px;
      resize: none; }
    .contactContainer .contactContent .form .row:not(:first-child) {
      margin-top: 30px; }
    .contactContainer .contactContent .form .btnRow {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap; }
      .contactContainer .contactContent .form .btnRow button {
        border: 1px solid transparent;
        color: #fff;
        font-size: 16px;
        line-height: 1rem;
        padding: 10px 20px; }
        .contactContainer .contactContent .form .btnRow button:hover {
          border-color: #c82e2e;
          background: #fff !important;
          color: #c82e2e; }
      .contactContainer .contactContent .form .btnRow .submit {
        background: #c82e2e; }
      .contactContainer .contactContent .form .btnRow .reset {
        background: #585858;
        margin-left: 10px; }
    .contactContainer .contactContent .form .nameRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contactContainer .contactContent .form .nameRow .field:nth-child(1) {
        max-width: calc(100% - 120px);
        width: 100%; }
    .contactContainer .contactContent .form .infoRow {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .contactContainer .contactContent .form .infoRow .field:nth-child(1) {
        max-width: 35%;
        width: 100%; }
      .contactContainer .contactContent .form .infoRow .field:nth-child(2) {
        max-width: 60%;
        width: 100%; }
    .contactContainer .contactContent .form .fieldData {
      position: relative; }
    .contactContainer .contactContent .form .code {
      position: absolute;
      right: 0;
      bottom: 5px;
      max-width: 100px;
      width: 100%; }
      .contactContainer .contactContent .form .code img {
        width: 100%; }
  .contactContainer .contactContent .rightData {
/*    max-width: calc(100% - 55% - 80px);*/
    width: 100%; }
  .contactContainer .contactContent .dataItem:nth-child(n+2) {
    margin-top: 40px; }
  .contactContainer .contactContent .dataItem .title {
    color: #585858;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.625rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 15px; }
    .contactContainer .contactContent .dataItem .title:before {
      position: absolute;
      top: 2px;
      left: 0;
      width: 10px;
      height: 20px;
      content: '';
      display: block;
      border-radius: 3px;
      background: #c82e2e; }
  .contactContainer .contactContent .dataItem .data p {
    color: #585858;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-top: 5px; }
    .contactContainer .contactContent .dataItem .data a{ 
      color: #c82e2e; }
      .contactContainer .contactContent .dataItem .data a:hover{ 
        text-decoration: underline; }
  .contactContainer .contactContent .dataItem .ulItem {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .contactContainer .contactContent .dataItem .ulItem .no {
      max-width: 40px;
      width: 100%; }
    .contactContainer .contactContent .dataItem .ulItem .data {
      max-width: calc(100% - 40px);
      width: 100%; }
  .contactContainer .contactContent .dataItem .remarkTitle {
    font-size: 0.9375rem;
    margin-top: 30px;
    margin-bottom: 10px; }
    .contactContainer .contactContent .dataItem .remarkTitle i {
      color: #c82e2e; }
    .contactContainer .contactContent .dataItem .remarkTitle span {
      color: #585858;
      font-weight: bold;
      padding-left: 5px; }

/* -------------- contact RWD --------------*/
@media (max-width: 960px) {
  .contactContainer .head {
    align-items: flex-end; }
    .contactContainer .head .logo {
      max-width: 180px; }
    .contactContainer .head .des {
      max-width: calc(100% - 180px - 15px); }
  .contactContainer .contactContent {
    flex-direction: column-reverse; }
    .contactContainer .contactContent .form, .contactContainer .contactContent .rightData {
      max-width: 100%; }
    .contactContainer .contactContent .rightData {
      margin-bottom: 40px; } }
@media (max-width: 640px) {
  .contactContainer .head {
    margin-bottom: 30px; }
    .contactContainer .head .logo {
      max-width: 130px; }
    .contactContainer .head .des {
      max-width: 100%;
      margin-top: 10px; }
  .contactContainer .contactContent .form .row:not(:first-child) {
    margin-top: 0; }
  .contactContainer .contactContent .form .field {
    max-width: 100% !important;
    margin-top: 20px; }
  .contactContainer .contactContent .form .btnRow {
    margin-top: 20px !important; }
  .contactContainer .contactContent .rightData {
    margin-bottom: 20px; }
  .contactContainer .contactContent .dataItem:nth-child(n+2) {
    margin-top: 30px; }
  .contactContainer .contactContent .dataItem .title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 10px; } }
/* -------------- celebrity --------------*/
.pg_celeItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
  padding: 1px; }
  .pg_celeItem:nth-child(n+2) {
    margin-top: 40px; }
  .pg_celeItem .imgBox {
    max-width: 270px;
    width: 100%; }
  .pg_celeItem .picLimit {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
  .pg_celeItem .celeContent {
    max-width: calc(100% - 270px);
    width: 100%;
    padding: 25px 30px; }
  .pg_celeItem .head .name {
    color: #333333;
    display: inline-block;
    font-size: 1.6875rem;
    line-height: 2rem;
    margin-bottom: 3px; }
  .pg_celeItem .head .subject {
    color: #585858;
    font-size: 1rem;
    line-height: 1.25rem; }
    .pg_celeItem .head .subject span {
      color: #c82e2e;
      display: inline-block;
      position: relative;
      padding-left: 15px; }
      .pg_celeItem .head .subject span:before {
        position: absolute;
        top: 0px;
        left: 5px;
        content: '/';
        color: #585858;
        display: block; }
  .pg_celeItem .activeRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 15px; }
    .pg_celeItem .activeRow .designTitle {
      background: #7a7a7a;
      color: #fff;
      font-size: 0.875rem;
      padding: 10px 15px; }
    .pg_celeItem .activeRow .arrows {
      max-width: calc(100% - 90px - 15px);
      width: 100%;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-left: 15px;
      position: relative; }
      .pg_celeItem .activeRow .arrows:before {
        width: 100%;
        height: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        background: #ddd;
        content: '';
        display: block; }
      .pg_celeItem .activeRow .arrows .arrowsBtn {
        width: 35px;
        height: 35px;
        border: 1px solid #ddd;
        border-radius: 50%;
        background: #fff;
        display: block;
        position: relative; }
        .pg_celeItem .activeRow .arrows .arrowsBtn:hover {
          border-color: #c82e2e; }
          .pg_celeItem .activeRow .arrows .arrowsBtn:hover i {
            color: #c82e2e; }
        .pg_celeItem .activeRow .arrows .arrowsBtn i {
          color: #585858;
          font-size: 1rem; }
      .pg_celeItem .activeRow .arrows .right {
        margin-left: 10px; }
  .pg_celeItem .pjtList a {
    color: #7a7a7a;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 2px; }
    .pg_celeItem .pjtList a:hover {
      color: #c82e2e; }
  .pg_celeItem .pjtList p {
    display: flex; }
    .pg_celeItem .pjtList p span {
      max-width: calc(100% - 60px);
      width: 100%;
      display: inline-block; }
  .pg_celeItem .slick-track {
    margin-left: 0; }

.de_celebrity {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .de_celebrity .imgBox {
    max-width: 270px;
    width: 100%; }
  .de_celebrity .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
  .de_celebrity .profile {
    max-width: calc(100% - 270px);
    width: 100%;
    padding-left: 20px; }
  .de_celebrity .head .name {
    color: #333333;
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 5px; }
  .de_celebrity .head .subject {
    color: #585858;
    font-size: 1rem;
    line-height: 1.25rem; }
    .de_celebrity .head .subject span {
      color: #c82e2e;
      display: inline-block;
      position: relative;
      padding-left: 15px; }
      .de_celebrity .head .subject span:before {
        position: absolute;
        top: 0px;
        left: 5px;
        content: '/';
        color: #585858;
        display: block; }
  .de_celebrity .pro_content {
    margin-top: 20px;
    position: relative; }
    .de_celebrity .pro_content .conTitle {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-size: 1rem;
      margin-bottom: 10px; }
      .de_celebrity .pro_content .conTitle i {
        color: #c82e2e;
        padding-right: 5px; }
      .de_celebrity .pro_content .conTitle span {
        color: #333333;
        font-weight: bold; }
    .de_celebrity .pro_content .awRow {
      position: absolute;
      top: 0;
      right: 0;
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .de_celebrity .pro_content .awRow a {
        width: 9px;
        height: 17px; }
        .de_celebrity .pro_content .awRow a:hover img {
          display: none; }
          .de_celebrity .pro_content .awRow a:hover img:nth-child(2) {
            display: block; }
      .de_celebrity .pro_content .awRow img:nth-child(2) {
        display: none; }
      .de_celebrity .pro_content .awRow .left {
        margin-right: 20px;
        transform: rotate(180deg); }
    .de_celebrity .pro_content .content p {
      color: #585858;
      font-size: 0.9375rem;
      line-height: 1.375rem; }
  .de_celebrity .award li {
    margin-bottom: 5px; }

/* -------------- celebrity RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .pg_celeItem:nth-child(n+2) {
    margin-top: 20px; } }
@media (max-width: 1024px) {
  .pg_celeItem .imgBox {
    max-width: 200px; }
  .pg_celeItem .celeContent {
    max-width: calc(100% - 200px);
    padding: 20px; }

  .de_celebrity .imgBox {
    max-width: 200px; }
  .de_celebrity .profile {
    max-width: calc(100% - 200px); } }
@media (max-width: 640px) {
  .pg_celeItem .imgBox {
    max-width: 150px;
    margin: 10px;
    margin-bottom: 0; }
  .pg_celeItem .celeContent {
    max-width: 100%;
    padding: 10px; }
  .pg_celeItem .head .name {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0; }
  .pg_celeItem .head .subject {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .pg_celeItem .activeRow {
    margin-top: 10px;
    margin-bottom: 10px; }

  .de_celebrity .imgBox {
    max-width: 150px; }
  .de_celebrity .profile {
    max-width: 100%;
    margin-top: 15px;
    padding-left: 0; }
  .de_celebrity .head .name {
    font-size: 1.5rem;
    line-height: 1.875rem;
    margin-bottom: 0; }
  .de_celebrity .head .subject {
    font-size: 0.875rem;
    line-height: 1.125rem; }
  .de_celebrity .pro_content {
    margin-top: 15px; } }
/* -------------- member --------------*/
.formSec .formTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  color: #585858;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 30px; }
  .formSec .formTitle i {
    padding-right: 5px; }
.formSec .field {
  margin-bottom: 15px; }
  .formSec .field > label {
    color: #585858;
    display: inline-block;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    margin-bottom: 5px; }
    .formSec .field > label.must {
      position: relative; }
      .formSec .field > label.must:before {
        position: absolute;
        top: 0px;
        left: -10px;
        content: '*';
        display: block;
        color: #c82e2e;
        font-size: 0.9375rem; }
    .formSec .field > label a {
      color: #c82e2e; }
      .formSec .field > label a:hover {
        text-decoration: underline; }
  .formSec .field input:not([type="radio"]):not([type="checkbox"]) {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 10px;
    width: 100%; }
  .formSec .field .fieldData {
    max-width: calc(100% - 130px);
    width: 100%;
    position: relative; }
    .formSec .field .fieldData .code {
      position: absolute;
      top: 50%;
      right: 8px;
      max-width: 75px;
      width: 100%;
      transform: translateY(-50%); }
      .formSec .field .fieldData .code img {
        display: block;
        width: 100%; }
    .formSec .field .fieldData.job input {
      display: none; }
    .formSec .field .fieldData.jobOther {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .formSec .field .fieldData.jobOther .selectStyle {
        max-width: 110px;
        width: 100%; }
      .formSec .field .fieldData.jobOther input {
        max-width: calc(100% - 110px - 20px);
        width: 100%;
        display: block; }
    .formSec .field .fieldData.addressField {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
      .formSec .field .fieldData.addressField .selectStyle {
        max-width: 130px;
        width: 100%; }
      .formSec .field .fieldData.addressField input {
        max-width: calc(100% - 130px - 20px);
        width: 100%; }
.formSec .btnRow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px; }
.formSec .submit, .formSec .reset {
  background: #585858;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
  padding: 10px 18px; }
  .formSec .submit:hover, .formSec .reset:hover {
    background: #c82e2e; }
.formSec .reset {
  background: #aaa;
  margin-left: 15px; }

.loginRow {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .loginRow .loginForm {
    max-width: 45%;
    width: 100%; }
  .loginRow .fgPWForm {
    max-width: 55%;
    width: 100%; }
    .loginRow .fgPWForm .fgDes {
      border-left: 5px solid #ccc;
      padding-left: 15px;
      margin-bottom: 20px; }
      .loginRow .fgPWForm .fgDes p {
        color: #585858;
        font-size: 0.9375rem;
        line-height: 1.25rem; }
        .loginRow .fgPWForm .fgDes p:nth-child(n+2) {
          margin-top: 3px; }

.memDataForm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  .memDataForm .field {
    max-width: calc(100% / 3);
    width: 100%; }
    .memDataForm .field.address{ 
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 100% !important; }
      .memDataForm .field.address > div{ 
        max-width: 150px;
        width: 100%; }
      .memDataForm .field.address .detail{ 
        max-width: calc(100% - 300px - 40px);
        width: 100%; }
    .memDataForm .field.xs {
      max-width: calc(100% / 3 - 80px); }
    .memDataForm .field.lg {
      max-width: calc(100% / 3 * 2 - 40px); }
    .memDataForm .field.des p {
      color: #7a7a7a;
      font-size: 0.9375rem;
      line-height: 1.25rem; }
    .memDataForm .field .fieldData {
      max-width: 100%; }
  .memDataForm .genderRow {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .memDataForm .genderRow input[type="text"] {
      max-width: calc(100% - 100px);
      width: 100%; }
    .memDataForm .genderRow .gender {
      max-width: 100px;
      width: 100%;
      padding-left: 10px; }
      .memDataForm .genderRow .gender label {
        color: #585858;
        display: inline-block;
        font-size: 0.9375rem;
        line-height: 1.25rem; }

.copyRule{ 
  border: dashed 1px #ddd;
  background: #fff;
  padding: 20px;
  margin-top: 30px; }
  .copyRule p{ 
    color: #585858;
    font-size: 14px;
    line-height: 24px; }

/* -------------- member RWD --------------*/
@media (max-width: 1024px) {
  .memDataForm .field {
    max-width: calc(100% / 2 - 20px) !important; }
    .memDataForm .field.des {
      max-width: 100% !important; }  }
@media (max-width: 960px) {
  .formSec .field .fieldData {
    max-width: 100%; }

  .loginRow {
    justify-content: space-between;
    position: relative; }
    .loginRow:before {
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      content: '';
      display: block;
      background: #ddd; }
    .loginRow .loginForm, .loginRow .fgPWForm {
      max-width: calc(50% - 30px); } }
@media (max-width: 640px) {
  .formSec .formTitle {
    margin-bottom: 15px; }
  .formSec .field {
    margin-bottom: 10px; }
    .formSec .field .fieldData.addressField input {
      max-width: 100%;
      margin-top: 5px; }

  .loginRow:before {
    display: none; }
  .loginRow .loginForm, .loginRow .fgPWForm {
    max-width: 100%; }
  .loginRow .fgPWForm {
    border-top: 1px solid #ddd;
    padding-top: 30px;
    margin-top: 30px; }

  .memDataForm .field {
    max-width: 100% !important; } }

/* -------------- searchResult --------------*/
.searchFilter{
  background: #f6f6f6;
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
  width: 100%; }
  .searchFilter p{
    color: #585858;
    font-size: 16px;
    line-height: 20px; }
    .searchFilter p span{ 
      color: #c82e2e; }
.searchReaultList{
  position: relative; }
  .searchReaultList .searchItem{ 
    border: 1px solid #eaeaea;
    background: #fff;
    padding: 30px 25px;
    display: block;
    margin-bottom: 20px; }
    .searchReaultList .searchItem:hover{ 
      border-color: #c82e2e; }
  .searchReaultList .searchItem .title{ 
    color: #585858;
    font-size: 18px;
    line-height: 24px; }
    .searchReaultList .searchItem .title span{ 
      font-weight: bold;
      display: inline-block; }
  .searchReaultList .searchItem .des{ 
    color: #7a7a7a;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 5px; }
  .searchReaultList .searchItem .url{ 
    color: #c82e2e;
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px; }
  .searchReaultList .searchItem .journalNo {
    position: relative;
    margin-top: 5px;
    margin-bottom: 7px; }
    .searchReaultList .searchItem .journalNo:before {
      position: absolute;
      top: 8px;
      right: 0;
      width: calc(100% - 30px);
      height: 1px;
      content: '';
      display: block;
      background: #e1e1e1; }
    .searchReaultList .searchItem .journalNo i , .searchReaultList .searchItem .journalNo p { 
      position: relative; }
    .searchReaultList .searchItem .journalNo i { 
      color: #c82e2e; }
    .searchReaultList .searchItem .journalNo p {
      background: #fff;
      color: #aaa;
      display: inline-block;
      font-size: 0.875rem;
      padding-right: 10px;
      position: relative; }


/* -------------- tag-list --------------*/
.tag-list{
  margin: 20px 0;
}
.tag-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
}
.tag-list ul li{
  padding-left: 20px;
  position: relative;
}
.tag-list ul li:before{
  position: absolute;
  top: 2px;
  left: 0;
  content: '\f02b';
  color: #c82e35;
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-size: 14px;
}
.tag-list ul li:not(:last-child):after{
  content: '、';
  display: inline-block;
}
.tag-list ul li a{
  color: #333;
  font-size: 16px;
  line-height: 1.2;
}
.tag-list ul li a:hover{
  text-decoration: underline;
}

/* -------------- unreset --------------*/
/*
 * Unreset.css
 * Author: Binary Stash <binarystash01@gmail.com>
 * License: https://opensource.org/licenses/MIT MIT
 * Version: 1.0.0
 */
.unreset body {
  margin: 8px; }

.unreset th {
  font-weight: bolder;
  text-align: center; }

.unreset caption {
  text-align: center; }

.unreset h1 {
  font-size: 2em;
  margin: 0.67em 0; }

.unreset h2 {
  font-size: 1.5em;
  margin: 0.75em 0; }

.unreset h3 {
  font-size: 1.17em;
  margin: 0.83em 0; }

.unreset h4, .unreset p,
.unreset blockquote, .unreset ul,
.unreset fieldset, .unreset form,
.unreset ol, .unreset dl, .unreset dir,
.unreset menu {
  margin: 1.12em 0; }

.unreset h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.unreset h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.unreset h1, .unreset h2, .unreset h3, .unreset h4,
.unreset h5, .unreset h6, .unreset b,
.unreset strong {
  font-weight: bolder; }

.unreset blockquote {
  margin-left: 40px;
  margin-right: 40px; }

.unreset i, .unreset cite, .unreset em,
.unreset var, .unreset address {
  font-style: italic; }

.unreset pre, .unreset tt, .unreset code,
.unreset kbd, .unreset samp {
  font-family: monospace; }

.unreset pre {
  white-space: pre; }

.unreset big {
  font-size: 1.17em; }

.unreset small, .unreset sub, .unreset sup {
  font-size: 0.83em; }

.unreset sub {
  vertical-align: sub; }

.unreset sup {
  vertical-align: super; }

.unreset table {
  border-spacing: 2px;
  border-collapse: separate; }

.unreset thead, .unreset tbody,
.unreset tfoot {
  vertical-align: middle; }

.unreset td, .unreset th, .unreset tr {
  vertical-align: inherit; }

.unreset s, .unreset strike, .unreset del {
  text-decoration: line-through; }

.unreset hr {
  border: 1px inset; }

.unreset ol, .unreset ul, .unreset dir,
.unreset menu, .unreset dd {
  margin-left: 40px; }

.unreset ol {
  list-style-type: decimal; }

.unreset ul {
  list-style-type: disc; }

.unreset ol ul, .unreset ul ol,
.unreset ul ul, .unreset ol ol {
  margin-top: 0;
  margin-bottom: 0; }

.unreset {
  line-height: 1.2; }

/* HTML5 */
.unreset figure {
  margin: 1em 40px; }

.unreset .oembed-provider-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .unreset .oembed-provider-youtube iframe, .unreset .oembed-provider-youtube object, .unreset .oembed-provider-youtube embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

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

.memTerm {}
  .memTerm .termHeadTitle{ 
    font-size: 30px; 
    line-height: 34px; 
    font-weight: bold; 
    color:#333; 
    margin-bottom: 10px;
  }
  .memTerm .termTitle{
    font-size: 22px; 
    line-height: 30px; 
    font-weight: bold; 
    color:#333; 
    margin-bottom: 10px;
  }
  .memTerm .termSec{
    margin-bottom: 25px;
  }
  .memTerm p{
    font-size: 16px; 
    line-height: 26px;
    color: #585858;
  }
  .memTerm ul{
    list-style: decimal; 
    margin-left: 20px;
  }