@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&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; }

.imgBox.pro .imgLimit img, .imgBox.news .imgLimit img, .formStyle .fileItem .imgLimit img, .id_bn .loginForm .bg img, .id_puzzle .box img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.pagination a span, .pagination a i, .chatPagination ul a span, .chatPagination ul a i, .chatPaginationp ul a span, .chatPaginationp ul a i, .header .menuBar i, .id_bn .loginForm form, .id_bn .loginForm .btnSec button span, .id_product .proItem .hot span, .id_puzzle .data, .proTop .navSlider .aw i, .pg_newsList .newsItem .icon img, .aboutList .aboutItem .icon img, .caseFlow li p, .caseFlow li i, .contactTop .contactInfo .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); }

/* -------------- 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; }

body {
  font-family: 'Roboto', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
  -webkit-text-size-adjust: 100%; }

.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 --------------*/
/* -------------- pageLayout --------------*/
.imgBox {
  display: block; }
  .imgBox.pro:not(.slider):hover .imgLimit img {
    transform: scale(1.1); }
  .imgBox.pro .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 75%; }
  .imgBox.news:hover .imgLimit img {
    transform: scale(1.1); }
  .imgBox.news .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 78.125%; }
  .imgBox .imgLimit {
    position: relative;
    overflow: hidden; }
    .imgBox .imgLimit img {
      display: block;
      max-width: 100%;
      transform: scale(1);
      transition: all .3s; }

hr {
  margin-bottom: 30px;
  border: 0;
  background-color: #ddd;
  height: 1px; }

.pg_banner {
  position: relative; }
  .pg_banner:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    content: '';
    background: url(../images/sh_bn.png) no-repeat;
    background-size: contain;
    background-position: top center; }
  .pg_banner img {
    display: block;
    width: 100%; }

.pg_container {
  background: linear-gradient(90deg, #f6f6f6 50%, #fff 50%); }
  .pg_container.wide {
    background: #fff; }
    .pg_container.wide .pg_mainContainer {
      max-width: 100%;
      padding-left: 0; }
  .pg_container > .container {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }

aside {
  max-width: 260px;
  width: 100%;
  margin-top: 110px;
  padding-bottom: 90px;
  position: relative; }
  aside .asideMenu {
    background: #28bed7;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1rem;
    padding: 10px;
    display: none; }
    aside .asideMenu:hover {
      background: #333; }
  aside > ul {
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative; }
    aside > ul:before, aside > ul:after {
      position: absolute;
      right: 0;
      bottom: -20px;
      width: 20px;
      height: 20px;
      content: '';
      background: url(../images/asideBD.png) no-repeat; }
    aside > ul:before {
      top: -20px;
      bottom: inherit;
      transform: rotateX(180deg); }
    aside > ul > li:not(:last-child) {
      border-bottom: 1px dashed #dfdfdf; }
    aside > ul > li > a {
      display: inline-block;
      padding-top: 13px;
      padding-bottom: 13px; }
  aside li.active {
    font-weight: bold; }
    aside li.active > a {
      color: #28bed7; }
  aside a {
    color: #333;
    font-size: 1.125rem;
    line-height: 1.375rem; }
    aside a:hover {
      color: #28bed7;
      font-weight: bold; }
    aside a.hasChild {
      padding-right: 15px;
      position: relative; }
      aside a.hasChild:before {
        position: absolute;
        top: 50%;
        right: 0;
        content: '\f107';
        color: #333;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 1rem;
        transform: translateY(-50%); }
      aside a.hasChild.open:before {
        transform: translateY(-50%) rotate(180deg); }
  aside .subAside {
    display: none; }
    aside .subAside li {
      border-top: 1px dashed #dfdfdf;
      padding-top: 8px;
      padding-bottom: 8px; }
    aside .subAside a {
      font-size: 1rem;
      line-height: 1.25rem; }
  aside .signOut {
    position: absolute;
    bottom: 20px;
    left: 50%;
    max-width: 180px;
    width: 100%;
    background: #eae9e9;
    border-radius: 25px;
    display: inline-block;
    font-size: 1rem;
    padding: 12px;
    margin-top: 10px;
    text-align: center;
    transform: translateX(-50%); }
    aside .signOut:hover {
      background: #008bb3;
      color: #fff; }

.pg_mainContainer {
  max-width: calc(100% - 260px);
  width: 100%;
  background: #fff;
  padding-left: 50px; }

.breadcrumb {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 30px; }
  .breadcrumb li:nth-child(n+2) {
    margin-left: 15px;
    position: relative; }
    .breadcrumb li:nth-child(n+2):before {
      position: absolute;
      top: 2px;
      left: -10px;
      content: '/';
      color: #888;
      font-size: 0.875rem; }
  .breadcrumb a {
    color: #888;
    font-size: 0.875rem;
    line-height: 1rem; }
    .breadcrumb a:hover {
      color: #28bed7; }

.pg_head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
  margin-bottom: 25px; }
  .pg_head:before {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    content: '';
    background: #eee; }
  .pg_head .en {
    background: #fff;
    color: #555;
    font-size: 2.8125rem;
    font-family: 'Libre Baskerville', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
    line-height: 2.8125rem;
    text-transform: uppercase;
    padding-right: 10px;
    position: relative;
    letter-spacing: -0.5px; }
  .pg_head .ch {
    color: #555;
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 12px;
    position: relative; }
    .pg_head .ch:after {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 30px;
      height: 2px;
      content: '';
      background: #70cede; }

.pagination, .chatPagination ul, .chatPaginationp ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px; }
  .pagination li:nth-child(n+2), .chatPagination ul li:nth-child(n+2), .chatPaginationp ul li:nth-child(n+2) {
    margin-left: 10px; }
  .pagination li:hover a, .pagination li:hover i, .chatPagination ul li:hover a, .chatPagination ul li:hover i, .chatPaginationp ul li:hover a, .chatPaginationp ul li:hover i {
    background: #28bed7;
    color: #fff; }
  .pagination li.active a, .chatPagination ul li.active a, .chatPaginationp ul li.active a {
    background: #eee;
    color: #333; }
  .pagination a, .chatPagination ul a, .chatPaginationp ul a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #888;
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.875rem; }
  .pagination i, .chatPagination ul a, .chatPaginationp ul a {
    font-size: 1.125rem;
    line-height: 30px; }

.backToList {
  text-align: right; }
  .backToList a {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background: #60708c;
    color: #fff;
    padding: 15px 30px 13px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem; }
    .backToList a:hover {
      background: #28bed7; }
  .backToList i {
    padding-right: 5px; }

.checkItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 20px; }
  .checkItem.mt{ 
  	margin-top: 0 !important;
  	margin-right: 5px; }
  	.checkItem.mt label{ 
  		padding-left: 3px; }
  .checkItem.normalItem{ 
    margin-top: 6px !important;
    margin-right: 10px; }
    .checkItem.normalItem label{ 
      padding-left: 3px; }
  .checkItem input {
    width: 23px;
    height: 23px;
    opacity: 0; }
    .checkItem input:checked + label:after {
      display: block; }
  .checkItem label {
    color: #666;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 5px; }
    .checkItem label.disable:before{ 
      background: #f4f4f4; }
    .checkItem label:before {
      width: 23px;
      height: 23px;
      position: absolute;
      top: -5px;
      left: -30px;
      content: '';
      border: 1px solid #ddd;
      background: #fff; }
    .checkItem label:after {
      position: absolute;
      top: 0;
      left: -24px;
      content: '\f00c';
      font-family: 'Font Awesome 5 Free';
      font-weight: bold;
      color: #28bed7;
      display: none; }

.radioItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2px;
  margin-bottom: 2px; }
  .radioItem.wide{
    width: 100%; }
  .radioItem:not(:last-child) {
    margin-right: 8px; }
  .radioItem input:not(.otherInput) {
    width: 23px;
    height: 23px;
    opacity: 0;
    margin: 0; }
    .radioItem input:not(.otherInput):checked + label:after {
      display: block; }
  .radioItem label {
    color: #666;
    font-size: 0.9375rem;
    position: relative;
    padding-left: 5px; }
    .radioItem label.disable:before{
      background: #f4f4f4; }
    .radioItem label:before {
      width: 20px;
      height: 20px;
      position: absolute;
      top: -5px;
      left: -20px;
      content: '';
      border: 1px solid #aaa;
      background: #fff;
      border-radius: 50%; }
    .radioItem label:after {
      width: 12px;
      height: 12px;
      position: absolute;
      top: 0px;
      left: -15px;
      content: '';
      background: #008bb3;
      border-radius: 50%;
      display: none; }
  .radioItem .otherInput {
    max-width: 100px;
    margin-left: 5px; }

.formStyle .formSec:nth-child(n+2) {
  margin-top: 30px; }
.formStyle .checkItem {
  margin-top: 40px; }
.formStyle .secTitle {
  padding-left: 30px;
  position: relative;
  color: #c9753d;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px; }
  .formStyle .secTitle:before {
    position: absolute;
    top: -4px;
    left: 0;
    width: 22px;
    height: 25px;
    content: '';
    background: url(../images/ic_triangle.png) no-repeat;
    background-size: contain; }
  .formStyle .secTitle span {
    color: #888;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.125rem; }
.formStyle .des {
  max-width: 800px;
  width: 100%;
  color: #333;
  font-size: 1rem;
  line-height: 1.375rem;
  margin: 20px auto;
  text-align: center; }
.formStyle .secBox {
  background: #f7f7f7;
  padding: 20px; }
  .formStyle .secBox p {
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem; }
    .formStyle .secBox p:nth-child(n+2) {
      margin-top: 5px; }
.formStyle .field {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .formStyle .field:nth-child(n+2) {
    margin-top: 15px; }
  .formStyle .field.registionCountry label {
    text-align: left;
    max-width: 100px; }
  .formStyle .field.selectClinic {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  .formStyle .field > label {
    max-width: 200px;
    width: 100%;
    color: #333;
    display: block;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-right: 20px;
    padding-top: 11px;
    text-align: right; }
  .formStyle .field .fieldData {
    max-width: calc(100% - 200px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .formStyle .field .fieldData p {
      color: #005168; }
    .formStyle .field .fieldData .caseNo {
      padding-top: 10px; }
  .formStyle .field .fieldLimit {
    max-width: 550px;
    width: 100%; }
    .formStyle .field .fieldLimit ::-webkit-input-placeholder {
      color: #bbb;
      font-size: 15px; }
    .formStyle .field .fieldLimit :-ms-input-placeholder {
      color: #bbb;
      font-size: 15px; }
    .formStyle .field .fieldLimit ::-moz-placeholder {
      color: #bbb;
      font-size: 15px;
      opacity: 1; }
    .formStyle .field .fieldLimit :-moz-placeholder {
      color: #bbb;
      font-size: 15px;
      opacity: 1; }
    .formStyle .field .fieldLimit.wide {
      max-width: 100%; }
    .formStyle .field .fieldLimit input:not([type="checkbox"]):not([type="radio"]), .formStyle .field .fieldLimit select {
      border: 1px solid #ddd;
      color: #005168;
      padding: 10px 13px;
      font-size: 1rem;
      line-height: 1rem;
      width: 100%; }
      .formStyle .field .fieldLimit input:not([type="checkbox"]):not([type="radio"]):focus, .formStyle .field .fieldLimit select:focus {
        border-color: #28bed7; }
      .formStyle .field .fieldLimit select:disabled{ 
        background: #eee; }
    .checkItem input.checkInputText{ 
      width: 50px !important;
      height: auto;
      opacity: 1;
      margin-left: 5px; }
    .formStyle .field .fieldLimit.multi {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .formStyle .field .fieldLimit.multi .left {
        max-width: 190px;
        width: 100%; }
      .formStyle .field .fieldLimit.multi .right {
        max-width: calc(100% - 190px - 15px);
        width: 100%;
        margin-left: 15px; }
    .formStyle .field .fieldLimit.itemData {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding-top: 8px; }
      .formStyle .field .fieldLimit.itemData .checkItem {
        margin-top: 2px;
        margin-bottom: 2px; }
        .formStyle .field .fieldLimit.itemData .checkItem:not(:last-child) {
          margin-right: 10px; }
    .formStyle .field .fieldLimit.date {
      display: flex;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .formStyle .field .fieldLimit.date .selectStyle {
        width: 100%; }
        .formStyle .field .fieldLimit.date .selectStyle:first-child {
          max-width: 190px; }
        .formStyle .field .fieldLimit.date .selectStyle:nth-child(n+2) {
          max-width: calc((100% - 190px - 30px) / 2);
          margin-left: 15px; }
  .formStyle .field .remark {
    max-width: calc(100% - 550px);
    width: 100%;
    padding-left: 15px; }
    .formStyle .field .remark p {
      color: #dd1c14; }
.formStyle .fileItem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }
  .formStyle .fileItem.subItem{ 
    margin: 10px 0 10px 35px !important;}
  .formStyle .fileItem:not(:last-child) {
    margin-bottom: 20px; }
  .formStyle .fileItem .imgBox {
    max-width: 100px;
    width: 100%; }
  .formStyle .fileItem .imgLimit {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
  .formStyle .fileItem .fileContent {
    max-width: calc(100% - 100px - 20px);
    width: 100%;
    margin-left: 20px; }
  .formStyle .fileItem .fileTitle {
    color: #333;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 10px; }
  .formStyle .fileItem .dl-img{ 
    color: #008db8;
    font-size: 14px;
    margin-bottom: 5px; }
    .formStyle .fileItem .dl-img:hover{
      text-decoration: underline; }
.formStyle .fileField:nth-child(n+2){
  margin-top: 10px; }
.formStyle .fileField input {
  display: none; }
.formStyle .fileField label {
  cursor: pointer;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative; }
  .formStyle .fileField label .selectBtn {
    background: #f9bb54;
    color: #fff;
    padding: 9px 13px; }
  .formStyle .fileField label .fileName {
    color: #777;
    font-size: 1rem;
    line-height: 1.375rem;
    padding-left: 10px; }
.formStyle .remarkText {
  color: #dd1c14;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 15px; }
.formStyle .btnRow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px; }
  .formStyle .btnRow.modify {
    margin-top: 30px; }
    .formStyle .btnRow.modify button {
      margin-left: 0;
      max-width: inherit;
      margin-bottom: 30px;
      padding: 10px 20px;
      width: auto; }
  .formStyle .btnRow a, .formStyle .btnRow button {
    max-width: 200px;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.125rem;
    padding: 10px;
    text-align: center; }
  .formStyle .btnRow .submit:hover, .formStyle .btnRow .cancel:hover {
    border-color: #28bed7;
    background: #28bed7;
    color: #fff; }
  .formStyle .btnRow .submit {
    background: #008bb3;
    border: 2px solid #008bb3;
    color: #fff;
    margin-left: 20px; }
  .formStyle .btnRow .cancel {
    background: #fff;
    border: 2px solid #008bb3;
    color: #008bb3; }
.formStyle .checkRow{ 
  margin-top: 30px; }
  .formStyle .checkRow label{ 
    color: #333;
    font-size: 16px;
    line-height: 20px; }
    .formStyle .checkRow label span{ 
      color: #008bb3;
      padding-left: 2px;
      padding-right: 2px; }

.formStyle.privateMSG .secBox, .formStyle.privateMSG .tabelLimit .tr.thead{ 
  background: #fff5f5; }
.formStyle.privateMSG .btnRow.modify button{ 
  background: #ff4d4d;
  border: 2px solid #ff4d4d; }
  .formStyle.privateMSG .btnRow.modify button:hover{ 
    background: #fd1717;
    border: 2px solid #fd1717; }
.formStyle.privateMSG .msgBox textarea:focus{ 
  border: 1px solid #fd1717;  }

.planGroup{ margin-bottom: 40px; }
  .planStep:nth-child(n+2){ 
    margin-top: 15px; }
  .planStep .planTitle{ 
    background: #008bb3;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .planStep .planTitle p{ 
      font-size: 18px;
      font-weight: bold;
      color: #fff; }
    .planStep .planTitle a{ 
      border-radius: 5px;
      background: #f9bb54;
      font-size: 15px;
      display: inline-block;
      padding: 8px 10px 7px;
      color: #fff; }
      .planStep .planTitle a:hover{ 
        background: #f24; }
  .planStep .planContent{ 
    border: 1px solid #008bb3;
    border-top: none;
    overflow-x: auto; }
  .planStep .planContent p, .planStep .planContent a{ 
    color: #333;
    font-size: 16px;
    line-height: 18px; }
  .planStep .planContent a{ 
    color: #fcca53;
    text-decoration: underline;
    word-break: break-word; }
    .planStep .planContent a:hover{ 
      color: #28bed7; }
  .planStep .planContent .row{ 
    display: flex;
    min-width: 600px; }
    .planStep .planContent .row.title{ 
      background: #e1f7fd;
      justify-content: center;
      padding: 10px 15px; }
    .planStep .planContent .row:nth-child(n+2){
      border-top: 1px solid #eee; }
    .planStep .planContent .row > div{ 
      color: #333;
      padding: 10px 15px; }
    .planStep .planContent .row .title{ 
      background: #fffaf3;
      border-right: 1px solid #eee;
      width: 100px; }
    .planStep .planContent .row .data{ 
      border-right: 1px solid #eee;
      width: calc(100% - 100px - 170px); }
    .planStep .planContent .row .data.hasTag{ 
      display: flex;
      align-items: center; }
    .planStep .planContent .row .data.hasTag .tag{ 
      font-size: 15px;
      line-height: 15px;
      margin-right: 3px;
      color: #333; }
    .planStep .planContent .row .date{ 
      text-align: center;
      width: 170px; }

.completeFlow {
  text-align: center;
  padding-bottom: 30px; }
  .completeFlow i {
    color: #6dc150;
    font-size: 6.25rem;
    margin-bottom: 30px;
    margin-top: 30px; }
  .completeFlow p {
    color: #419724;
    font-size: 1.375rem;
    line-height: 1.75rem; }

.tabelLimit {
  overflow-x: auto;
  margin-bottom: 30px; }
  .tabelLimit .table {
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    min-width: 780px; }
    .tabelLimit .table.caseListTop .td {
      max-width: calc((100% - 400px) / 5);
      width: 100%; }
      .tabelLimit .table.caseListTop .td:nth-child(4), .tabelLimit .table.caseListTop .td:nth-child(7) {
        max-width: 200px; }
    .tabelLimit .table.printListTop .td {
      max-width: calc((100% - 140px) / 7);
      width: 100%; }
      .tabelLimit .table.printListTop.lab .td {
        max-width: calc((100% - 140px) / 6);  }
      .tabelLimit .table.printListTop .td:first-child {
        max-width: 140px; }
      .tabelLimit .table.printListTop .tft{ 
        border-bottom: 1px solid #dfdfdf;
        background: #fffcf2;
        padding: 10px; }
      .tabelLimit .table.printListTop .comfirmRow{ 
        align-items: center;
        background: #4c4c4c;
        justify-content: flex-end;
        display: flex;
        padding: 7px; }
        .tabelLimit .table.printListTop .comfirmRow p{ 
          color: #fff;
          font-size: 16px; }
        .tabelLimit .table.printListTop .comfirmRow span{ 
          font-weight: bold; }
        .tabelLimit .table.printListTop .comfirmRow .confirm{ 
          border-radius: 5px;
          display: inline-block;
          font-size: 15px;
          line-height: 15px;
          padding: 7px;
          padding-bottom: 6px;
          margin-left: 15px;
          text-align: center;
          width: 130px;
          background: #28bed7;
          color: #fff; }
          .tabelLimit .table.printListTop .comfirmRow .confirm:hover{ 
            background: #66cec3; } 
      .tabelLimit .table.printListTop .ftFileRow{
        font-size: 15px;
        line-height: 15px;
        padding: 10px; }
        .tabelLimit .table.printListTop .ftFileRow a{ 
          color: #28bed7;
          text-decoration: underline; }
          .tabelLimit .table.printListTop .ftFileRow a:hover{
            color: #444; }
      .tabelLimit .table.printListTop .ftData{ 
        background: #f2fafb;
        padding: 10px;
        border-top: solid 1px #ddd; }
        .tabelLimit .table.printListTop .ftData p{ 
          font-size: 15px;
          line-height: 15px; }
          .tabelLimit .table.printListTop .ftData p:nth-child(n+2){ 
            margin-top: 8px; }
        .tabelLimit .table.printListTop .ftData input{ 
          border: 1px solid #ddd;
          padding: 5px;
          margin-left: 5px;
          font-size: 15px;
          line-height: 15px; }
    .tabelLimit .table.caseListBottom .td {
      max-width: calc((100% - 200px) / 5);
      width: 100%; }
      .tabelLimit .table.caseListBottom .td:nth-child(3) {
        max-width: 200px; }
    .tabelLimit .table.plan .td {
      max-width: calc((100% - 400px - 70px) / 3);
      width: 100%; }
      .tabelLimit .table.plan .td:nth-child(2), .tabelLimit .table.plan .td:nth-child(4) {
        max-width: 200px; }
      .tabelLimit .table.plan .td:nth-child(1) {
        max-width: 70px; }
    .tabelLimit .table.chat .td, .tabelLimit .table.chatp .td {
      max-width: calc((100% - 500px - 50px) / 2);
      width: 100%; }
      .tabelLimit .table.chat .td:nth-child(2), .tabelLimit .table.chatp .td:nth-child(2) {
        max-width: 500px;
        text-align: left; }
      .tabelLimit .table.chat .td:nth-child(1), .tabelLimit .table.chatp .td:nth-child(1) {
        max-width: 50px; }
    .tabelLimit .table.paymentCase .td {
      max-width: calc((100% - 420px - 50px) / 4);
      width: 100%; }
      .tabelLimit .table.paymentCase .td:nth-child(2), .tabelLimit .table.paymentCase .td:nth-child(7), .tabelLimit .table.paymentCase .td:nth-child(8) {
        max-width: 140px; }
      .tabelLimit .table.paymentCase .td:nth-child(1) {
        max-width: 50px; }
    .tabelLimit .table.payment .td {
      max-width: calc((100% - 140px - 50px) / 6);
      width: 100%; }
      .tabelLimit .table.payment .td:nth-child(4) {
        max-width: 140px; }
      .tabelLimit .table.payment .td:nth-child(1) {
        max-width: 50px; }
    .tabelLimit .table.patient .td {
      max-width: calc((100% - 300px) / 4);
      width: 100%; }
      .tabelLimit .table.patient .td:nth-child(1) {
        max-width: 300px; }
    .tabelLimit .table.order .td {
      max-width: calc((100% - 200px) / 6);
      width: 100%; }
      .tabelLimit .table.order .td:nth-child(2) {
        max-width: 200px; }
    .tabelLimit .table.paymentDetail .td {
      max-width: calc((100% - 320px) / 3);
      width: 100%; }
      .tabelLimit .table.paymentDetail .td:nth-child(3), .tabelLimit .table.paymentDetail .td:nth-child(5) {
        max-width: 160px; }
    .tabelLimit .table.printing .td{ 
      max-width: calc(100% / 10);
      width: 100%; }
  .tabelLimit .tr {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #fff; }
    .tabelLimit .tr:not(:last-child) {
      border-bottom: 1px solid #dfdfdf; }
    .tabelLimit .tr.thead {
      background: #f7f7f7;
      align-items: stretch; }
      .tabelLimit .tr.thead .td {
        color: #6e6e6e; }
  .tabelLimit .td {
    color: #333;
    padding: 12px 6px;
    text-align: center;
    font-size: 0.9375rem;
    line-height: 1.125rem; }
    .tabelLimit .td p {
      color: #333;
      font-size: 0.9375rem;
      line-height: 1.125rem; }
    .tabelLimit .td a {
      color: #f9bb54; }
      .tabelLimit .td a:hover {
        color: #28bed7; }
    .tabelLimit .td span {
      display: inline-block; }
  .tabelLimit .yellowText {
    color: #f9bb54; }
  .tabelLimit .checkItem {
    margin-top: 0 !important;
    padding: 5px 10px; }
    .tabelLimit .checkItem label:before {
      top: -13px;
      left: -27px; }
    .tabelLimit .checkItem label:after {
      top: -7px;
      left: -21px; }

.total-account{ 
  color: #555;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  margin-bottom: 20px; }
  .total-account span{ 
    color: #ff0000;
    margin-left: 5px; }

/* -------------- pageLayout RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  aside {
    max-width: 220px; }

  .pg_mainContainer {
    max-width: calc(100% - 220px); }

  .pg_mainContainer {
    padding-left: 30px; }

  .pg_head {
    margin-top: 25px; }
    .pg_head .en {
      font-size: 2.1875rem;
      line-height: 2.1875rem; } }
@media (max-width: 1024px) {
  .formStyle .field .fieldLimit, .formStyle .field .remark {
    max-width: 100%; }
  .formStyle .field .remark {
    margin-top: 5px;
    padding-left: 0; }
    .formStyle .field .remark p {
      font-size: 0.875rem;
      line-height: 1rem; } }
@media (max-width: 960px) {
  .pg_container {
    background: #fff; }

  aside, .pg_mainContainer {
    max-width: 100%; }

  aside {
    border-radius: 0;
    margin-top: 20px;
    padding-bottom: 0; }
    aside .asideMenu {
      display: block; }
    aside > ul {
      border-bottom: 1px solid #28bed7;
      border-radius: 0;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
      display: none;
      padding-left: 10px;
      padding-right: 10px; }
      aside > ul:before, aside > ul:after {
        display: none; }
    aside .signOut {
      display: none; }

  .pg_mainContainer {
    padding-left: 0; }

  .formStyle .field > label, .formStyle .field .fieldData {
    max-width: 100%; }
  .formStyle .field > label {
    padding-right: 0;
    padding-top: 0;
    max-width: 100%;
    text-align: left;
    margin-bottom: 3px; }
  .formStyle .field .fieldData p {
    padding-top: 0; } }
@media (max-width: 768px) {
  .breadcrumb {
    margin-top: 20px; }

  .pg_head {
    margin-top: 20px; }
    .pg_head .en {
      font-size: 1.875rem;
      line-height: 1.875rem; }
    .pg_head .ch {
      font-size: 0.9375rem;
      margin-top: 5px;
      width: 100%; }

  .backToList {
    text-align: center; }
    .backToList a {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 13px 30px 10px;
      display: inline-block; }

  .formStyle .secTitle {
    font-size: 1.25rem;
    line-height: 1.625rem;
    padding-left: 25px;
    margin-bottom: 10px; }
    .formStyle .secTitle:before {
      top: 0;
      width: 20px;
      height: 22px; }
    .formStyle .secTitle span {
      display: block;
      margin-top: 3px; }
  .formStyle .secBox {
    padding: 15px; }
  .formStyle .checkItem {
    margin-top: 20px; }
  .formStyle .btnRow {
    margin-top: 25px; }
    .formStyle .btnRow a, .formStyle .btnRow button {
      max-width: 120px; } }
@media (max-width: 640px) {
  aside > ul > li > a {
    font-size: 1rem;
    line-height: 1.25rem;
    padding-top: 8px;
    padding-bottom: 8px; }
  aside .subAside li {
    padding-top: 8px;
    padding-bottom: 8px; }
  aside .subAside a {
    font-size: 0.9375rem;
    line-height: 1.25rem; }

  .breadcrumb a {
    font-size: 0.8125rem; }

  .pg_head {
    margin-top: 10px;
    margin-bottom: 20px; }
    .pg_head .en {
      font-size: 1.625rem;
      line-height: 1.625rem; }

  .pagination {
    margin-bottom: 30px;
    margin-top: 15px; }

  .formStyle .field .fieldLimit.multi .left, .formStyle .field .fieldLimit.multi .right {
    max-width: 100%; }
  .formStyle .field .fieldLimit.multi .right {
    margin-left: 0;
    margin-top: 5px; }
  .formStyle .field .fieldLimit.date .selectStyle {
    max-width: calc((100% - 20px) / 3) !important; }
    .formStyle .field .fieldLimit.date .selectStyle:nth-child(n+2) {
      margin-left: 10px; }
  .formStyle .fileItem:not(:last-child) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .formStyle .fileItem .imgBox {
    order: 1;
    margin-top: 5px; }
  .formStyle .fileItem .fileContent {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0; }
  .formStyle .fileItem .fileTitle {
    margin-bottom: 5px; }
  .formStyle .fileField label .fileName {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    margin-top: 3px; }

    .planStep .planContent .row.title{ justify-content: flex-start; }

  .tabelLimit .td {
    padding: 12px 4px; } }
/* -------------- 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"], input[type="url"], button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  font-family: 'Roboto', 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 {
  background: #fff;
  position: relative; }
  .selectStyle:before {
    position: absolute;
    top: 50%;
    right: 10px;
    content: '\f0d7';
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #333;
    transform: translateY(-50%); }
  .selectStyle select {
    background: transparent;
    padding: 10px;
    padding-right: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1; }

.socialLinks {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  flex-wrap: wrap; }
  .socialLinks li:nth-child(n+2) {
    margin-left: 20px; }
  .socialLinks i {
    color: #888;
    font-size: 1.25rem;
    line-height: 1.25rem; }
    .socialLinks i:hover {
      color: #28bed7; }
  .socialLinks .ic-search {
    max-width: 20px;
    width: 100%;
    display: block; }
    .socialLinks .ic-search:hover {
      opacity: .7; }
    .socialLinks .ic-search img {
      display: block;
      width: 100%; }

/* -------------- common RWD --------------*/
/* -------------- header --------------*/
.header {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px; }
  .header .logo {
    max-width: 210px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
    .header .logo img {
      display: block;
      margin: auto;
      max-width: 100%; }
  .header .sec {
    max-width: calc((100% - 210px) / 2);
    width: 100%; }
  .header .top {
    min-height: 20px;
    margin-bottom: 10px; }
  .header .bottom {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #eee; }
  .header .menu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .header .menu li.active a {
      background: #333;
      color: #fff; }
    .header .menu .signOut {
      display: none; }
    .header .menu a {
      color: #333;
      font-size: 1rem;
      line-height: 1rem;
      display: inline-block;
      padding: 15px 20px; }
      .header .menu a:hover {
        background: #333;
        color: #fff; }
  .header .lang {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-left: 10px; }
    .header .lang img {
      display: block;
      margin-left: 10px;
      margin-right: 10px; }
    .header .lang a {
      color: #888;
      font-size: 0.875rem;
      line-height: 0.875rem; }
      .header .lang a:hover, .header .lang a.active {
        color: #28bed7; }
  .header .menuBar {
    display: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ddd;
    font-size: 1rem;
    line-height: 1rem;
    position: relative; }
    .header .menuBar:hover {
      background: #333; }
      .header .menuBar:hover i {
        color: #28bed7; }
    .header .menuBar i {
      color: #333;
      font-size: 1.25rem; }

/* -------------- header RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .header .logo {
    max-width: 180px; }
  .header .sec {
    max-width: calc((100% - 180px) / 2); }
  .header .menu a {
    padding: 15px; } }
@media (max-width: 960px) {
  .header {
    position: relative;
    padding: 0;
    padding-top: 15px; }
    .header .logo {
      max-width: 120px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 10px; }
    .header .sec {
      display: none;
      order: 1;
      max-width: 100%; }
      .header .sec.flex {
        display: flex;
        align-items: stretch;
        justify-content: center;
        flex-wrap: wrap; }
    .header .top {
      min-height: auto;
      margin-bottom: 20px;
      order: 1; }
    .header .bottom {
      max-width: 100%;
      width: 100%;
      border-top: none; }
    .header .menu {
      max-width: 100%;
      width: 100%; }
      .header .menu li {
        max-width: 100%;
        width: 100%;
        border-top: 1px solid #eee;
        text-align: center; }
      .header .menu a {
        display: block;
        padding: 10px; }
      .header .menu .signOut {
        display: block; }
    .header .lang {
      margin-top: 10px;
      margin-bottom: 10px;
      margin-left: 0; }
    .header .menuBar {
      position: absolute;
      top: 35px;
      right: 20px;
      display: block; } }
@media (max-width: 640px) {
  .header .logo {
    max-width: 80px; }
  .header .menuBar {
    top: 20px; }
  .header .top {
    margin-bottom: 10px; } }
/* -------------- footer --------------*/
footer {
  background: #333;
  padding-top: 60px;
  padding-bottom: 60px; }
  footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  footer .ftMenu {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    footer .ftMenu li:nth-child(n+2) {
      margin-left: 35px;
      position: relative; }
      footer .ftMenu li:nth-child(n+2):before {
        position: absolute;
        top: 10%;
        left: -18px;
        width: 1px;
        height: 80%;
        content: '';
        background: #fff; }
    footer .ftMenu a {
      color: #fff;
      font-size: 0.9375rem;
      line-height: 0.9375rem; }
      footer .ftMenu a:hover {
        color: #28bed7; }
  footer .infoSec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px; }
    footer .infoSec .ftLogo {
      max-width: 100px;
      width: 100%; }
      footer .infoSec .ftLogo img {
        display: block;
        width: 100%; }
    footer .infoSec .infoList {
      max-width: calc(100% - 100px);
      width: 100%;
      padding-left: 20px; }
      footer .infoSec .infoList p {
        color: #fff;
        font-size: 1rem;
        line-height: 1.375rem; }
        footer .infoSec .infoList p:nth-child(n+2) {
          margin-top: 5px; }
  footer .rightSec {
    text-align: right; }
    footer .rightSec p, footer .rightSec b {
      color: #fff; }
  footer .socialLinks i {
    color: #fff; }
  footer .right {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-top: 20px; }
  footer .designed, footer b {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    opacity: .6;
    margin-top: 5px; }

/* -------------- footer RWD --------------*/
@media (max-width: 960px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px; }
    footer .container {
      display: block; }
    footer .ftMenu, footer .infoSec {
      justify-content: center; }
    footer .rightSec {
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      margin-top: 10px;
      padding-top: 10px;
      text-align: center; }
    footer .socialLinks {
      justify-content: center; }
    footer .right {
      margin-top: 15px; } }
@media (max-width: 768px) {
  footer {
    padding-top: 25px;
    padding-bottom: 25px; }
    footer .ftMenu {
      display: none; }
    footer .infoSec {
      margin-top: 0; }
      footer .infoSec .ftLogo {
        max-width: 70px; }
      footer .infoSec .infoList {
        padding-left: 0;
        margin-top: 10px;
        text-align: center;
        width: 100%;
        max-width: 100%; }
        footer .infoSec .infoList p {
          font-size: 0.9375rem;
          line-height: 1.125rem; }
    footer .right {
      margin-top: 10px; } }
/* -------------- index --------------*/
.id_bn .imgSlider {
  position: relative; }
  .id_bn .imgSlider a {
    outline: none; }
  .id_bn .imgSlider img {
    display: block;
    max-width: 100%; }
  .id_bn .imgSlider .bn-aw {
    position: absolute;
    top: 50%;
    background: transparent;
    color: #888;
    font-size: 1.875rem;
    transform: translateY(-50%);
    opacity: .5;
    z-index: 1; }
    .id_bn .imgSlider .bn-aw:hover {
      color: #28bed7;
      opacity: 1; }
    .id_bn .imgSlider .bn-aw.prev {
      left: 50px; }
    .id_bn .imgSlider .bn-aw.next {
      right: 50px; }
  .id_bn .imgSlider .slick-dots {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap; }
    .id_bn .imgSlider .slick-dots li:nth-child(n+2) {
      margin-left: 8px; }
    .id_bn .imgSlider .slick-dots li.slick-active button {
      background: #28bed7; }
    .id_bn .imgSlider .slick-dots button {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      font-size: 0; }
.id_bn .loginForm {
  max-width: 600px;
  width: 100%;
  position: relative;
  margin-top: -275px;
  transform: translateX(3px); }
  .id_bn .loginForm .bg {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background: url(../images/id_loginBG.png) no-repeat;
    background-size: contain; }
  .id_bn .loginForm form {
    max-width: 360px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .id_bn .loginForm .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
  .id_bn .loginForm .inputSec {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: calc(100% - 95px - 15px);
    width: 100%; }
  .id_bn .loginForm .inputItem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 100%; }
    .id_bn .loginForm .inputItem ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px; }
    .id_bn .loginForm .inputItem :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px; }
    .id_bn .loginForm .inputItem ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      opacity: 1; }
    .id_bn .loginForm .inputItem :-moz-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-size: 14px;
      opacity: 1; }
    .id_bn .loginForm .inputItem:nth-child(2) {
      margin-top: 20px; }
    .id_bn .loginForm .inputItem .icon {
      max-width: 23px;
      width: 100%; }
      .id_bn .loginForm .inputItem .icon img {
        display: block;
        max-width: 100%;
        margin: auto; }
    .id_bn .loginForm .inputItem input {
      max-width: calc(100% - 23px - 15px);
      width: 100%;
      background: transparent;
      font-size: 0.875rem;
      color: #fff;
      padding-bottom: 5px;
      margin-left: 15px; }
  .id_bn .loginForm .btnSec {
    max-width: 95px;
    width: 100%; }
    .id_bn .loginForm .btnSec button {
      width: 95px;
      height: 95px;
      background: #70cede;
      border-radius: 50%;
      position: relative; }
      .id_bn .loginForm .btnSec button:hover {
        background: #28bed7; }
      .id_bn .loginForm .btnSec button span {
        color: #fff;
        font-size: 1.25rem; }
  .id_bn .loginForm .bottom {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px; }
    .id_bn .loginForm .bottom a, .id_bn .loginForm .bottom i {
      font-size: 0.875rem;
      line-height: 0.875rem; }
    .id_bn .loginForm .bottom i {
      padding-right: 5px; }
    .id_bn .loginForm .bottom a {
      color: #bbb; }
      .id_bn .loginForm .bottom a:nth-child(n+2) {
        margin-left: 30px;
        position: relative; }
        .id_bn .loginForm .bottom a:nth-child(n+2):before {
          position: absolute;
          top: 10%;
          left: -15px;
          width: 1px;
          height: 80%;
          content: '';
          background: #bbb; }
      .id_bn .loginForm .bottom a:hover {
        color: #28bed7; }

.idTitle {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .idTitle .en {
    color: #555;
    font-size: 2.8125rem;
    font-family: 'Libre Baskerville', Arial, 'LiHei Pro', 'fix Microsoft JhengHei', 'Microsoft JhengHei','新細明體', sans-serif;
    line-height: 2.8125rem;
    text-transform: uppercase;
    padding-right: 10px;
    letter-spacing: -0.5px; }
  .idTitle .ch {
    color: #555;
    font-size: 1rem;
    line-height: 1rem;
    padding-bottom: 12px;
    position: relative; }
    .idTitle .ch:after {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 30px;
      height: 2px;
      content: '';
      background: #70cede; }

.id_about {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 50px; }
  .id_about .decImg {
    max-width: 50%;
    width: 100%;
    padding-right: 35px;
    margin-top: 30px; }
    .id_about .decImg img {
      display: block;
      width: 100%; }
  .id_about .content {
    max-width: 50%;
    width: 100%; }
  .id_about .data {
    margin-top: 40px; }
    .id_about .data p {
      color: #333;
      font-size: 1rem;
      line-height: 1.625rem; }
    .id_about .data .bold {
      font-weight: bold; }

.id_product {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 80px; }
  .id_product .idTitle {
    max-width: 440px;
    width: 100%;
    position: relative; }
    .id_product .idTitle .ch {
      position: absolute;
      top: 15px;
      left: 275px; }
  .id_product .proList {
    max-width: calc(100% - 440px);
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 20px; }
  .id_product .proItem {
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin-top: 20px; }
    .id_product .proItem .hot {
      position: absolute;
      top: -10px;
      right: 10px;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #ff9797; }
      .id_product .proItem .hot span {
        color: #fff;
        text-transform: uppercase; }

.id_puzzle {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .id_puzzle .decImg {
    max-width: 46.9%;
    width: 100%; }
    .id_puzzle .decImg img {
      display: block;
      width: 100%; }
  .id_puzzle .puzzle {
    max-width: 53.1%;
    width: 100%; }
  .id_puzzle .puzzleRW {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .id_puzzle .puzzleRW:nth-child(2n) {
      flex-direction: row-reverse; }
  .id_puzzle .box {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    max-width: 50%; }
  .id_puzzle .data {
    text-align: center;
    width: 80%; }
    .id_puzzle .data .icon {
      width: 180px;
      height: 80px;
      margin-left: auto;
      margin-right: auto; }
      .id_puzzle .data .icon img {
        position: static;
        display: block;
        margin: auto; }
    .id_puzzle .data .title {
      color: #333;
      font-size: 1.25rem;
      line-height: 1.625rem;
      margin-top: 40px;
      margin-bottom: 50px;
      position: relative; }
      .id_puzzle .data .title:before {
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        height: 1px;
        content: '';
        background: #eaeaea; }
      .id_puzzle .data .title:after {
        position: absolute;
        bottom: -25px;
        left: 50%;
        content: '\f150';
        background: #fff;
        color: #28bed7;
        font-family: 'Font Awesome 5 Free';
        font-weight: bold;
        font-size: 1.125rem;
        padding-left: 20px;
        padding-right: 20px;
        transform: translate(-50%, 50%); }
    .id_puzzle .data .des {
      color: #888;
      font-size: 0.9375rem;
      line-height: 1.375rem;
      padding-left: 10px;
      padding-right: 10px; }

.id_contact {
  margin-top: 100px;
  margin-bottom: 100px; }
  .id_contact .container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
  .id_contact .leftForm {
    max-width: calc(100% - 420px);
    width: 100%; }
  .id_contact .imgBox {
    max-width: 420px;
    width: 100%; }
    .id_contact .imgBox img {
      display: block;
      max-width: 100%; }
  .id_contact .contactForm {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-right: 60px; }
    .id_contact .contactForm label {
      color: #333; }
    .id_contact .contactForm .field {
      max-width: calc(50% - 20px);
      width: 100%;
      margin-bottom: 30px; }
      .id_contact .contactForm .field.wide {
        max-width: 100%; }
    .id_contact .contactForm .hasGender {
      position: relative; }
      .id_contact .contactForm .hasGender .genderRow {
        position: absolute;
        right: 0;
        bottom: 15px; }
    .id_contact .contactForm input:not([type="radio"]), .id_contact .contactForm textarea {
      max-width: 100%;
      width: 100%;
      border-bottom: 1px solid #ddd;
      font-size: 0.9375rem;
      padding: 10px;
      padding-left: 0; }
    .id_contact .contactForm textarea {
      resize: none;
      height: 120px; }
    .id_contact .contactForm .captcha {
      position: relative; }
      .id_contact .contactForm .captcha .code {
        position: absolute;
        right: 0;
        bottom: 15px;
        max-width: 110px;
        width: 100%; }
        .id_contact .contactForm .captcha .code img {
          display: block;
          width: 100%; }
    .id_contact .contactForm .btnRow {
      display: flex;
      align-items: stretch;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%; }
      .id_contact .contactForm .btnRow button {
        font-size: 1rem;
        color: #fff;
        padding: 10px 15px; }
        .id_contact .contactForm .btnRow button:hover {
          background: #28bed7 !important; }
      .id_contact .contactForm .btnRow .reset {
        background: #888; }
      .id_contact .contactForm .btnRow .submit {
        background: #333;
        margin-left: 20px; }

/* -------------- index RWD --------------*/
@media (max-width: 1900px) {
  .id_bn .loginForm {
    margin-top: -20px;
    transform: translateX(0px);
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: calc(1280px + 40px)) {
  .id_puzzle .data .icon {
    width: 150px;
    height: 60px; }
  .id_puzzle .data .title {
    margin-top: 25px;
    margin-bottom: 30px; }
    .id_puzzle .data .title:before, .id_puzzle .data .title:after {
      bottom: -15px; } }
@media (max-width: 1024px) {
  .id_bn .imgSlider .bn-aw {
    font-size: 1.375rem; }
    .id_bn .imgSlider .bn-aw.prev {
      left: 20px; }
    .id_bn .imgSlider .bn-aw.next {
      right: 20px; }

  .id_about {
    margin-top: 40px;
    margin-bottom: 40px; }
    .id_about .decImg {
      max-width: 40%; }
    .id_about .content {
      max-width: 60%; }

  .id_product .idTitle {
    max-width: 100%; }
  .id_product .proList {
    max-width: 100%;
    padding-left: 0; }

  .id_puzzle .decImg {
    display: none; }
  .id_puzzle .puzzle {
    max-width: 100%; }

  .id_contact {
    margin-top: 60px;
    margin-bottom: 60px; }
    .id_contact .leftForm {
      max-width: 100%; }
    .id_contact .imgBox {
      display: none; }
    .id_contact .contactForm {
      padding-right: 0;
      margin-top: 30px; }
      .id_contact .contactForm .field {
        margin-bottom: 20px; } }
@media (max-width: 768px) {
  .id_bn .imgSlider .slick-dots button {
    width: 10px;
    height: 10px; }
  .id_bn .loginForm {
    max-width: inherit;
    margin-top: 10px;
    margin-bottom: 20px; }
    .id_bn .loginForm .bg {
      display: none; }
    .id_bn .loginForm form {
      background: #333;
      position: static;
      transform: translate(0, 0);
      padding: 20px;
      max-width: inherit; }
    .id_bn .loginForm .bottom {
      margin-top: 20px; }

  .idTitle .en {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    padding-right: 0; }
  .idTitle .ch {
    display: block;
    width: 100%;
    margin-top: 5px; }

  .id_about {
    margin-top: 40px;
    margin-bottom: 40px; }
    .id_about .decImg {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0;
      order: 1; }
    .id_about .content {
      max-width: 100%; }
    .id_about .data {
      margin-top: 10px; }

  .id_product {
    margin-top: 20px;
    margin-bottom: 40px; }
    .id_product .idTitle .ch {
      position: static; }
    .id_product .proItem {
      max-width: 50%; }
      .id_product .proItem .hot {
        width: 40px;
        height: 40px; }
        .id_product .proItem .hot span {
          font-size: 0.8125rem; } }
@media (max-width: 640px) {
  .id_bn .loginForm {
    border: 1px solid #888;
    padding: 3px; }
    .id_bn .loginForm .inputSec {
      max-width: calc(100% - 75px - 15px); }
    .id_bn .loginForm form {
      padding-left: 10px;
      padding-right: 10px; }
    .id_bn .loginForm .inputItem .icon {
      max-width: 18px; }
    .id_bn .loginForm .inputItem input {
      margin-left: 10px;
      max-width: calc(100% - 18px - 10px); }
    .id_bn .loginForm .btnSec {
      max-width: 75px; }
      .id_bn .loginForm .btnSec button {
        width: 75px;
        height: 75px; }
        .id_bn .loginForm .btnSec button span {
          font-size: 1rem; }

  .idTitle .en {
    font-size: 1.875rem;
    line-height: 1.875rem; }

  .id_about {
    margin-top: 30px;
    margin-bottom: 30px; }

  .id_product .proItem {
    padding-left: 10px;
    padding-right: 10px; }

  .id_puzzle .box {
    max-width: 100%;
    height: inherit;
    padding-bottom: 0; }
    .id_puzzle .box:nth-child(2n) {
      display: none; }
    .id_puzzle .box.grey {
      background: #f2f2f2; }
      .id_puzzle .box.grey .data .title:after {
        background: #f2f2f2; }
  .id_puzzle .data {
    position: static;
    transform: translate(0, 0);
    padding: 30px 20px;
    width: 100%; }

  .id_contact {
    margin-top: 40px; }
    .id_contact .contactForm .field {
      max-width: 100%; }
    .id_contact .contactForm .hasGender .genderRow, .id_contact .contactForm .captcha .code {
      bottom: 10px; } }
/* -------------- product --------------*/
.pg_proList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .pg_proList .proItem {
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px; }
    .pg_proList .proItem a {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      display: block; }
      .pg_proList .proItem a:hover .content p {
        color: #28bed7; }
    .pg_proList .proItem .content {
      border-top: 1px solid #eee;
      padding: 60px 20px 40px;
      position: relative; }
      .pg_proList .proItem .content:after {
        position: absolute;
        top: 40px;
        left: 50%;
        width: 60px;
        height: 3px;
        content: '';
        background: #008bb3;
        transform: translateX(-50%); }
      .pg_proList .proItem .content p {
        color: #333;
        font-size: 1.25rem;
        line-height: 1.625rem;
        text-align: center; }

.proTop {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .proTop .proSlider {
    max-width: 45%;
    width: 100%; }
  .proTop .bigSlider {
    border: 1px solid #ccc; }
  .proTop .navSlider {
    margin-top: 20px;
    margin-left: 30px;
    margin-right: 30px;
    position: relative; }
    .proTop .navSlider li {
      border: 1px solid #eee;
      margin-left: 5px;
      margin-right: 5px;
      outline: none; }
      .proTop .navSlider li.slick-current {
        border-color: #28bed7; }
    .proTop .navSlider .aw {
      position: absolute;
      top: 50%;
      width: 30px;
      height: 30px;
      background: #f9bb54;
      transform: translateY(-50%); }
      .proTop .navSlider .aw:hover {
        background: #28bed7; }
      .proTop .navSlider .aw.prev {
        left: -30px; }
      .proTop .navSlider .aw.next {
        right: -30px; }
      .proTop .navSlider .aw i {
        color: #fff; }
  .proTop .proDes {
    max-width: 55%;
    width: 100%;
    padding-left: 40px; }
    .proTop .proDes .proName {
      color: #333;
      font-size: 1.5rem;
      font-weight: bold;
      line-height: 1.875rem;
      margin-bottom: 15px; }
    .proTop .proDes .unreset p {
      color: #333;
      font-size: 1rem;
      line-height: 1.625rem;
      margin-top: 5px;
      margin-bottom: 5px; }

.proTab {
  margin-top: 50px; }
  .proTab .tabLinks {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-top: 1px solid #eee; }
    .proTab .tabLinks li.active {
      position: relative; }
      .proTab .tabLinks li.active a {
        border-color: #70cede;
        font-weight: bold; }
    .proTab .tabLinks li:not(:last-child) {
      margin-right: -2px; }
    .proTab .tabLinks a {
      border-left: 2px solid #eee;
      border-right: 2px solid #eee;
      color: #333;
      font-size: 1.125rem;
      line-height: 1.125rem;
      display: block;
      padding: 10px 15px; }
  .proTab .tabContentGroup {
    margin-top: 20px;
    margin-bottom: 40px; }
    .proTab .tabContentGroup .tabContent p {
      color: #333;
      font-size: 1rem;
      line-height: 1.625rem;
      margin-top: 5px;
      margin-bottom: 5px; }

/* -------------- product RWD --------------*/
@media (max-width: 960px) {
  .proTop .proSlider {
    max-width: 400px; }
  .proTop .proDes {
    max-width: 100%;
    margin-top: 25px;
    padding-left: 0; }

  .proTab {
    margin-top: 40px; } }
@media (max-width: 768px) {
  .pg_proList {
    margin-left: -10px;
    margin-right: -10px; }
    .pg_proList .proItem {
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px; }
      .pg_proList .proItem .content {
        padding: 35px 15px 20px; }
        .pg_proList .proItem .content:after {
          width: 40px;
          height: 2px;
          top: 20px; }
        .pg_proList .proItem .content p {
          font-size: 1.125rem;
          line-height: 1.5rem; }

  .proTop .proDes .proName {
    font-size: 1.375rem;
    line-height: 1.625rem; } }
@media (max-width: 640px) {
  .pg_proList .proItem .content p {
    font-size: 1rem;
    line-height: 1.375rem; }

  .proTab {
    margin-top: 30px; }
    .proTab .tabLinks a {
      font-size: 1rem;
      padding: 8px 13px; }
    .proTab .tabContentGroup {
      margin-top: 15px;
      margin-bottom: 30px; } }
/* -------------- news --------------*/
.pg_newsList {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .pg_newsList .newsItem {
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px; }
    .pg_newsList .newsItem:nth-child(2n) .icon {
      background: #f8ba54; }
      .pg_newsList .newsItem:nth-child(2n) .icon img {
        display: none; }
        .pg_newsList .newsItem:nth-child(2n) .icon img:nth-child(2) {
          display: block; }
    .pg_newsList .newsItem:nth-child(2n) .date:before {
      background: #f8ba54; }
    .pg_newsList .newsItem a {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      display: block; }
      .pg_newsList .newsItem a:hover .data .title {
        color: #28bed7; }
    .pg_newsList .newsItem .content {
      border-top: 1px solid #eee;
      padding: 50px 20px 40px;
      position: relative; }
    .pg_newsList .newsItem .icon {
      position: absolute;
      top: 0;
      left: 50%;
      width: 60px;
      height: 60px;
      border: 2px solid #fff;
      background: #66cec3;
      border-radius: 50%;
      transform: translate(-50%, -50%); }
      .pg_newsList .newsItem .icon img {
        display: block;
        max-width: 35px;
        max-height: 35px; }
        .pg_newsList .newsItem .icon img:nth-child(2) {
          display: none; }
    .pg_newsList .newsItem .data p {
      text-align: center; }
    .pg_newsList .newsItem .data .title {
      color: #333;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.625rem; }
    .pg_newsList .newsItem .data .des {
      color: #888;
      font-size: 1rem;
      line-height: 1.375rem;
      margin-top: 15px;
      margin-bottom: 20px; }
    .pg_newsList .newsItem .date {
      position: relative;
      color: #999;
      font-size: 1rem;
      line-height: 1rem;
      text-align: center;
      padding-top: 15px; }
      .pg_newsList .newsItem .date:before {
        position: absolute;
        top: 0px;
        left: 50%;
        width: 60px;
        height: 3px;
        content: '';
        background: #66cec3;
        transform: translateX(-50%); }

.dl_news {
  margin-bottom: 40px; }
  .dl_news .title {
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.875rem;
    text-align: center; }
  .dl_news .content {
    margin-top: 20px;
    margin-bottom: 20px; }
    .dl_news .content p {
      color: #888;
      font-size: 1rem;
      line-height: 1.5rem; }
  .dl_news .date {
    color: #008bb3;
    font-size: 1rem;
    line-height: 1rem; }

/* -------------- news RWD --------------*/
@media (max-width: 768px) {
  .pg_newsList {
    margin-left: -10px;
    margin-right: -10px; }
    .pg_newsList .newsItem {
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 20px; }
      .pg_newsList .newsItem .content {
        padding: 40px 15px 20px; } }
@media (max-width: 640px) {
  .pg_newsList {
    margin-left: 0;
    margin-right: 0; }
    .pg_newsList .newsItem {
      max-width: 100%;
      padding: 0;
      padding-bottom: 25px; }
      .pg_newsList .newsItem .data .title {
        font-size: 1.125rem; }
      .pg_newsList .newsItem .data .des {
        margin-top: 10px;
        margin-bottom: 15px; }
      .pg_newsList .newsItem .date {
        padding-top: 10px; }

  .dl_news {
    margin-bottom: 30px; }
    .dl_news .title {
      font-size: 1.25rem;
      line-height: 1.625rem;
      text-align: left; }
    .dl_news .content {
      margin-top: 10px; } }
/* -------------- about --------------*/
.aboutTop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px; }
  .aboutTop .text {
    max-width: calc(100% - 300px);
    width: 100%;
    padding-right: 30px; }
    .aboutTop .text p {
      color: #333;
      font-size: 1rem;
      line-height: 1.875rem; }
    .aboutTop .text .hightlight {
      color: #008bb3;
      font-size: 1.375rem;
      line-height: 2rem; }
  .aboutTop .decImg {
    max-width: 300px;
    width: 100%; }
    .aboutTop .decImg img {
      max-width: 100%;
      display: block; }

.aboutSubText {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  letter-spacing: 1px; }
  .aboutSubText .big {
    color: #666;
    font-size: 1.625rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px;
    margin-bottom: 5px; }
  .aboutSubText .min {
    color: #ccc;
    font-size: 0.9375rem;
    line-height: 1.125rem; }

.aboutList {
  background: url(../images/bg_about.jpg) no-repeat;
  background-position: center bottom;
  padding-bottom: 260px;
  margin-top: 40px; }
  .aboutList .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .aboutList .aboutItem {
    max-width: calc((100% - 60px) / 3);
    width: 100%;
    margin-top: 80px;
    position: relative; }
    .aboutList .aboutItem:nth-child(1) .icon {
      background: url("../images/ic_aboutCircle1.png"); }
    .aboutList .aboutItem:nth-child(1) .content {
      background: #66cec3; }
    .aboutList .aboutItem:nth-child(2) .icon {
      background: url("../images/ic_aboutCircle2.png"); }
    .aboutList .aboutItem:nth-child(2) .content {
      background: #eec27c; }
    .aboutList .aboutItem:nth-child(3) .icon {
      background: url("../images/ic_aboutCircle3.png"); }
    .aboutList .aboutItem:nth-child(3) .content {
      background: #70cede; }
    .aboutList .aboutItem .icon {
      position: absolute;
      top: 0;
      left: 50%;
      width: 165px;
      height: 165px;
      background-size: contain !important;
      background-repeat: no-repeat;
      transform: translate(-50%, -50%); }
      .aboutList .aboutItem .icon img {
        display: block;
        max-width: 90px;
        max-height: 90px; }
    .aboutList .aboutItem .content {
      box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.2);
      padding: 110px 40px 60px;
      text-align: center;
      height: 100%; }
      .aboutList .aboutItem .content p {
        color: #fff;
        font-weight: bold; }
      .aboutList .aboutItem .content .title {
        font-size: 1.5625rem;
        line-height: 1.875rem; }
      .aboutList .aboutItem .content .des {
        border-top: 1px solid rgba(255, 255, 255, 0.7);
        font-size: 1rem;
        line-height: 1.375rem;
        padding-top: 15px;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 15px;
        width: 100%; }

/* -------------- about RWD --------------*/
@media (max-width: 1024px) {
  .aboutList {
    padding-bottom: 150px; }
    .aboutList .aboutItem .content {
      padding: 110px 20px 30px; } }
@media (max-width: 768px) {
  .aboutTop {
    margin-top: 30px; }
    .aboutTop .text {
      max-width: 100%;
      padding-right: 0;
      margin-bottom: 15px; }
      .aboutTop .text .hightlight {
        font-size: 1.25rem;
        line-height: 1.75rem; }

  .aboutSubText {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px; }
    .aboutSubText .big {
      margin-right: 0; }

  .aboutList {
    background: none;
    margin-top: 0;
    padding-bottom: 0; }
    .aboutList .aboutItem {
      max-width: calc(50% - 15px);
      margin-bottom: 30px; } }
@media (max-width: 640px) {
  .aboutList .aboutItem {
    max-width: 100%;
    margin-top: 50px; }
    .aboutList .aboutItem .icon {
      width: 105px;
      height: 105px; }
      .aboutList .aboutItem .icon img {
        max-width: 60px;
        max-height: 60px; }
    .aboutList .aboutItem .content {
      padding: 65px 20px 30px; } }
/* -------------- member --------------*/
.signIn {
  background: url(../images/bg_dec.jpg) no-repeat;
  background-position: center bottom;
  min-height: 500px;
  margin-top: 20px; }
  .signIn .title {
    color: #44bcaf;
    font-size: 2.125rem;
    font-weight: bold;
    text-align: center; }
  .signIn .signForm {
    max-width: 550px;
    width: 100%;
    margin: 30px auto 20px; }
    .signIn .signForm.vendor { 
      border-radius: 15px;
      padding: 50px;
      background: linear-gradient(180deg, rgb(68 188 175 / 0.1) 29%, rgb(203 234 243 / 50%) 80%);
      border: solid 1px rgb(68 188 175 / 31%); }
      .signIn .signForm.vendor .field input, .signIn .signForm.vendor .signBtn{ 
        border-radius: 8px; }
      .signIn .signForm.vendor .remark{ 
        color: #777; }
    .signIn .signForm .field {
      margin-bottom: 15px;
      position: relative; }
      .signIn .signForm .field.focus label {
        background: #fff;
        color: #008bb3;
        font-size: 0.8125rem;
        line-height: 0.8125rem;
        padding-left: 5px;
        padding-right: 5px;
        top: -5px;
        left: 8px; }
      .signIn .signForm .field.focus input {
        border-color: #008bb3; }
      .signIn .signForm .field label {
        position: absolute;
        top: 17px;
        left: 14px;
        color: #999;
        display: inline-block;
        font-size: 1rem;
        line-height: 1rem;
        transition: all .2s; }
      .signIn .signForm .field input {
        border: 1px solid #ddd;
        background: #fff;
        padding: 15px 13px;
        width: 100%; }
        .signIn .signForm .field input:focus {
          border-color: #28bed7; }
    .signIn .signForm .remark {
      color: #f9bb54;
      font-size: 0.875rem;
      line-height: 1rem;
      text-align: right; }
    .signIn .signForm .signBtn {
      background: #008bb3;
      color: #fff;
      font-size: 1.125rem;
      margin-top: 20px;
      padding: 10px 15px;
      text-align: center;
      width: 100%; }
      .signIn .signForm .signBtn:hover {
        background: #333; }
  .signIn .notMem {
    color: #008bb3;
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: center; }
    .signIn .notMem a {
      color: #008bb3;
      margin-left: 10px; }
      .signIn .notMem a:hover {
        color: #28bed7;
        text-decoration: underline; }

.memberContainer {
  margin-top: 20px;
  margin-bottom: 50px; }
  .memberContainer .memTitle {
    color: #333;
    font-size: 2.125rem;
    font-weight: bold;
    text-align: center; }

.registion .regFlow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-top: 30px;
  margin-bottom: 40px; }
  .registion .regFlow li {
    min-width: 180px; }
    .registion .regFlow li:nth-child(n+2) {
      margin-right: -30px; }
    .registion .regFlow li.completed p {
      border-color: #44bcaf;
      background: #44bcaf;
      color: #fff;
      position: relative; }
      .registion .regFlow li.completed p:after {
        position: absolute;
        top: -2px;
        left: -2px;
        width: 100%;
        height: 100%;
        content: '';
        border-radius: 18px;
        border: 2px solid #fff; }
  .registion .regFlow p {
    border: 2px solid #c7f4f2;
    border-radius: 20px;
    background: #fff;
    color: #7fcfc6;
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding: 8px 50px;
    text-align: center; }
.registion .clinicItem:nth-child(n+2) {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 20px; }
.registion .addClinic {
  text-align: center;
  margin-top: 20px; }
  .registion .addClinic a {
    background: #f9bb54;
    color: #fff;
    display: inline-block;
    padding: 12px 30px; }
    .registion .addClinic a:hover {
      background: #f7a723; }
  .registion .addClinic i {
    padding-right: 5px; }

/* -------------- member RWD --------------*/
@media (max-width: 640px) {
  .registion .regFlow p {
    padding: 8px 40px; } }
@media (max-width: 768px) {
  .registion .regFlow {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    .registion .regFlow li {
      min-width: inherit; }
      .registion .regFlow li:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 23px;
        position: relative; }
        .registion .regFlow li:nth-child(n+2):after {
          position: absolute;
          bottom: -1px;
          left: 50%;
          content: '\f063';
          font-family: 'Font Awesome 5 Free';
          font-weight: bold;
          font-size: 1.25rem;
          transform: translate(-50%, 100%);
          color: #555; }
    .registion .regFlow p {
      display: inline-block; } }
@media (max-width: 640px) {
  .signIn {
    margin-top: 0;
    min-height: 450px; }
    .signIn .title {
      font-size: 1.625rem;
      line-height: 2rem; }
    .signIn .signForm {
      margin-top: 15px; }
      .signIn .signForm .remark {
        text-align: left; }

  .memberContainer {
    margin-top: 0; }
    .memberContainer .memTitle {
      font-size: 1.625rem;
      line-height: 2rem;
      margin-bottom: 10px; } }
/* -------------- case --------------*/
.caseContainer {
  padding-bottom: 50px; }
  .caseContainer.noB {
    padding-bottom: 0; }
  .caseContainer .memTitle {
    color: #333;
    font-size: 2.125rem;
    font-weight: bold;
    text-align: center; }
  .caseContainer .radioItem.otherColor label:after{ 
  	background: #008bb3; }
  .caseContainer .radioItem.otherColor2 label:after{ 
    background: #ca3263; }
  .caseContainer .radioItem label:after {
    background: #f9bb54; }

.caseFlow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 45px; }
  .caseFlow li {
    width: 35px;
    height: 35px;
    border: 2px solid #cdf0f0;
    border-radius: 50%;
    position: relative; }
    .caseFlow li:nth-child(n+2) {
      margin-left: 115px;
      position: relative; }
      .caseFlow li:nth-child(n+2):before {
        position: absolute;
        top: 50%;
        left: -10px;
        width: 95px;
        height: 3px;
        content: '';
        background: #44bcaf;
        border-radius: 3px;
        transform: translate(-100%, -50%); }
    .caseFlow li.complete {
      background: #44bcaf;
      border-color: #44bcaf; }
      .caseFlow li.complete p, .caseFlow li.complete i {
        color: #fff; }
    .caseFlow li p, .caseFlow li i {
      color: #44bcaf;
      font-size: 1.25rem;
      font-weight: bold; }

.teethContent {
  background: #efefef;
  padding: 20px;
  margin-top: 20px; }
  .teethContent p {
    color: #333;
    font-size: 1rem;
    line-height: 1.375rem; }
  .teethContent .toothList {
    display: inline-flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 8px;
    position: relative; }
    .teethContent .toothList:before { 
      content: '';
      background: #ccc;
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%; }
    .teethContent .toothList.upper {
      align-items: flex-end;
      border-bottom: solid 1px #ccc; }
      .teethContent .toothList.upper .toothImg {
        margin-bottom: 5px; }
    .teethContent .toothList.lower {
      align-items: flex-start; }
      .teethContent .toothList.lower .toothImg {
        margin-top: 5px; }
    .teethContent .toothList .checkItem {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      flex-direction: column;
      margin-top: 0;
      padding-top: 15px; }
      .teethContent .toothList .checkItem:not(:last-child) {
        margin-right: 15px; }
      .teethContent .toothList .checkItem label {
        padding-left: 0; }
        .teethContent .toothList .checkItem label:before {
          top: -7px;
          left: -4px;
          transform: translateY(-100%); }
        .teethContent .toothList .checkItem label:after {
          top: -11px;
          left: 1px;
          transform: translateY(-100%); }
      .teethContent .toothList .checkItem .toothImg {
        max-width: 22px;
        width: 100%; }
        .teethContent .toothList .checkItem .toothImg img {
          display: block;
          width: 100%; }
  .teethContent .top { 
  	border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px; }
  .teethContent .placeholderText{ 
      margin-bottom: 10px;
      width: 100%; }
  .teethContent .bottom {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .teethContent .bottom .field {
      max-width: 350px;
      width: 100%;
      padding-right: 20px; }
      .teethContent .bottom .field.multiLine > label{ 
      	padding-top: 2px; }
      .teethContent .bottom .field:nth-child(2) {
        margin-top: 0; }
      .teethContent .bottom .field input {
        max-width: 110px; }

.teethInfoBox:nth-child(n+2) {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px; }
.teethInfoBox .title {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25rem; }
.teethInfoBox > .field > label {
  max-width: 100px; }
.teethInfoBox > .field .fieldData {
  max-width: calc(100% - 100px);
  width: 100%; }
  .teethInfoBox > .field .fieldData.lab{ 
    width: inherit; }
.teethInfoBox > .field .fieldLimit {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .teethInfoBox > .field .fieldLimit:nth-child(n+2) {
    margin-top: 10px; }
.teethInfoBox .fieldGroup {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .teethInfoBox .fieldGroup.midline input{ 
    margin: 0; }
  .teethInfoBox .fieldGroup .infoField {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .teethInfoBox .fieldGroup .infoField.subItem{ 
      width: auto; }
    .teethInfoBox .fieldGroup .infoField:not(:last-child) {
      margin-right: 20px;
      position: relative; }
      .teethInfoBox .fieldGroup .infoField:not(:last-child):after {
        position: absolute;
        top: 50%;
        right: -14px;
        content: '/';
        transform: translateY(-50%); }
  .teethInfoBox .fieldGroup input {
    max-width: 100px;
    margin-left: 5px;
    margin-right: 5px; }
  .teethInfoBox .fieldGroup input.remarkInput{
    max-width: 200px; }
.teethInfoBox .itemData {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  margin-left: 10px; }
  .teethInfoBox .itemData.wide {
    width: 100%;
    border: none;
    margin-left: 0;
    padding-left: 0; }
    .teethInfoBox .itemData.wide:nth-child(n+2) {
      margin-top: 10px; }

.otherSpecBox:nth-child(n+2) {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  padding-top: 10px; }
.otherSpecBox > .field > label {
  max-width: inherit;
  text-align: left;
  width: inherit; }
.otherSpecBox > .field .fieldLimit.itemData {
  padding-top: 0; }

.msgBox .title {
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.375rem; }
.msgBox textarea {
  border: 1px solid #ddd;
  color: #005168;
  padding: 10px 13px;
  font-size: 1rem;
  line-height: 1rem;
  resize: none;
  height: 150px;
  margin-top: 10px;
  width: 100%; }
  .msgBox textarea:focus {
    border-color: #28bed7; }

.caseTableRW.second {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 10px; }
.caseTableRW .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px; }
  .caseTableRW .head .entries {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #888; }
.caseTableRW .caseSearch {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .caseTableRW .caseSearch .selectStyle, .caseTableRW .caseSearch input {
    margin-right: 8px; }
  .caseTableRW .caseSearch select, .caseTableRW .caseSearch input {
    color: #005168;
    border: 1px solid #ddd;
    font-size: 0.9375rem; }
    .caseTableRW .caseSearch select:focus, .caseTableRW .caseSearch input:focus {
      border-color: #28bed7; }
  .caseTableRW .caseSearch input, .caseTableRW .caseSearch button {
    padding: 10px; }
  .caseTableRW .caseSearch button {
    background: #66cec3;
    font-size: 1rem;
    color: #fff; }
    .caseTableRW .caseSearch button:hover {
      background: #3fc2b4; }

.invoiceImg {
  max-width: 30px;
  width: 100%;
  display: block;
  margin: auto; }
  .invoiceImg:hover {
    opacity: .5; }
  .invoiceImg img {
    display: block;
    width: 100%; }

.paymentContainer {
  margin-top: 20px; }
  .paymentContainer .paymentInfo {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .paymentContainer .paymentInfo.invoice .infoSec {
      max-width: calc(100% / 3);
      padding-left: 25px;
      padding-right: 25px; }
      .paymentContainer .paymentInfo.invoice .infoSec:nth-child(n+2) {
        border-left: 1px solid #ddd; }
  .paymentContainer .infoSec {
    max-width: 50%;
    width: 100%;
    padding-bottom: 20px; }
    .paymentContainer .infoSec:nth-child(2n) {
      border-left: 1px solid #ddd;
      padding-left: 30px; }
    .paymentContainer .infoSec .title {
      color: #c9753d;
      font-size: 1.25rem;
      font-weight: bold;
      line-height: 1.625rem;
      display: inline-block;
      position: relative; }
      .paymentContainer .infoSec .title:after {
        position: absolute;
        right: -8px;
        bottom: 6px;
        width: 20px;
        height: 2px;
        content: '';
        background: #c9753d;
        transform: translateX(100%); }
    .paymentContainer .infoSec .infoList {
      margin-top: 5px; }
    .paymentContainer .infoSec .info {
      color: #333;
      font-size: 0.9375rem;
      line-height: 1.25rem; }
      .paymentContainer .infoSec .info span {
        display: inline-block;
        font-weight: bold; }


.confirmPriceTable{ 
  border: 1px solid #ca5a61;
  border-bottom: none; }
  .confirmPriceTable .stepPrice{ 
    border-top: 1px solid #f9d6d6;
    display: flex; }
  .confirmPriceTable .stepPrice.head{ 
    border-top: none;
    background: rgba(218, 54, 54, 10%);
    color: #9e3737;
    font-weight: bold; }
  .confirmPriceTable .stepPrice > div{ 
    padding: 10px;
    width: calc(100% / 4); }
    .confirmPriceTable .stepPrice > div:nth-child(n+2){ 
      border-left: 1px solid #f9d6d6; }

.confirmPriceRow {
  border: solid 1px #ca5a61;
  background: #ca5a61;
  padding: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .confirmPriceRow .price-row { 
    display: flex;
    margin-bottom: 10px; }
    .confirmPriceRow .price-row p { 
      color: #fff;
      text-align: center;
      width: calc((100% - 100px) / 3); }
    .confirmPriceRow .price-row .uni { 
      width: 50px; }

.comfirm-btn-row{ 
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comfirm-btn-row a{ 
  border-radius: 5px;
  display: block;
  font-weight: bold;
  padding: 11px 15px;
  text-align: center;
  max-width: 200px;
  min-width: 100px;
}
.confirmToCancel{ 
  background: #777;
  color: #fff; }
  .confirmToCancel:hover{ 
    background: #f24;
    color: #fff; }
.confirmToMake{ 
  background: #fcca53;
  color: #333;
  margin-left: 20px; }
  .confirmToMake:hover{ 
    background: #f24;
    color: #fff; }


/* -------------- case RWD --------------*/
@media (max-width: calc(1280px + 40px)) {
  .teethContent .toothList .checkItem:not(:last-child) {
    margin-right: 6px; }
  .teethContent .bottom .field {
    max-width: 50%; }

  .teethInfoBox .itemData {
    max-width: 100%;
    width: 100%;
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 5px; }

  .caseTableRW .caseSearch {
    max-width: 100%;
    width: 100%;
    margin-top: 5px; }

  .paymentContainer .paymentInfo.invoice .infoSec {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
    .paymentContainer .paymentInfo.invoice .infoSec:nth-child(n+2) {
      border-left: none;
      border-top: 1px solid #ddd;
      padding-top: 20px; } }
@media (max-width: 960px) {
  .teethInfoBox > .field > label {
    color: #008bb3;
    font-weight: bold;
    max-width: 100%; }
  .teethInfoBox > .field .fieldData {
    max-width: 100%; }

  .paymentContainer .infoSec {
    max-width: 100%;
    padding-left: 0 !important;
    border-left: none !important; } }
@media (max-width: 768px) {
  .teethContent .toothList:before { 
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px; }
  .teethContent .toothList .checkItem {
    max-width: calc(100% / 8);
    width: 100%;
    margin-right: 0 !important; } }
@media (max-width: 640px) {
  .caseContainer {
    margin-top: 0;
    padding-bottom: 30px; }
    .caseContainer .memTitle {
      font-size: 1.625rem;
      line-height: 2rem;
      margin-bottom: 10px; }

  .caseFlow {
    margin-top: 20px;
    margin-bottom: 20px; }
    .caseFlow li:nth-child(n+2) {
      margin-left: 50px; }
      .caseFlow li:nth-child(n+2):before {
        width: 30px; }

  .teethInfoBox > .field .fieldData.lab{ 
    width: 100%; }
  .teethInfoBox .fieldGroup .infoField {
    max-width: 100%;
    width: 100%; }
    .teethInfoBox .fieldGroup .infoField.subItem{ 
      margin-left: 35px; }
    .teethInfoBox .fieldGroup .infoField:not(:last-child) {
      margin-right: 0;
      margin-bottom: 5px; }
      .teethInfoBox .fieldGroup .infoField:not(:last-child):after {
        display: none; }

  .caseTableRW .caseSearch {
    justify-content: flex-end; }
    .caseTableRW .caseSearch .selectStyle, .caseTableRW .caseSearch input {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 8px; } 

  .confirmToMake{
    padding: 9px;
    padding-bottom: 8px;
    width: 100px; }

  .confirmPriceTable .stepPrice > div{ 
    font-size: 14px;
    padding: 6px; }
  .confirmPriceRow { 
    padding: 10px;
    padding-bottom: 0; }
    .confirmPriceRow .price-row p { 
      font-size: 14px;
      width: calc((100% - 60px) / 3); }
    .confirmPriceRow .price-row .uni { 
      width: 30px; }
}
/* -------------- contact --------------*/
.contactTop {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px; }
  .contactTop .welText {
    color: #333;
    font-size: 1rem;
    line-height: 1.25rem;
    margin-bottom: 20px;
    width: 100%; }
  .contactTop .formStyle {
    max-width: 55%;
    width: 100%; }
    .contactTop .formStyle .field {
      margin-bottom: 15px; }
      .contactTop .formStyle .field input, .contactTop .formStyle .field textarea {
        border: 1px solid #ddd;
        font-size: 1rem;
        padding: 13px;
        width: 100%; }
        .contactTop .formStyle .field input:focus, .contactTop .formStyle .field textarea:focus {
          border-color: #28bed7; }
      .contactTop .formStyle .field textarea {
        resize: none;
        height: 150px; }
    .contactTop .formStyle .captcha {
      position: relative; }
      .contactTop .formStyle .captcha .code {
        position: absolute;
        top: 50%;
        right: 10px;
        max-width: 110px;
        width: 100%;
        transform: translateY(-50%); }
        .contactTop .formStyle .captcha .code img {
          display: block;
          width: 100%; }
    .contactTop .formStyle .btnRow {
      margin-top: 0;
      justify-content: flex-end; }
      .contactTop .formStyle .btnRow button {
        background: #008bb3;
        color: #fff; }
  .contactTop .contactInfo {
    max-width: 45%;
    width: 100%; }
    .contactTop .contactInfo .infoItem {
      max-width: 355px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      background: #008bb3;
      margin: 0 auto 20px; }
      .contactTop .contactInfo .infoItem:nth-child(2) {
        background: #f8ba54; }
      .contactTop .contactInfo .infoItem:nth-child(3) {
        background: #66cec3; }
      .contactTop .contactInfo .infoItem:nth-child(4) {
        background: #22ba4f; }
    .contactTop .contactInfo .icon {
      width: 50px;
      height: 50px;
      background: #fff;
      position: relative;
      margin: 1px; }
    .contactTop .contactInfo .data {
      max-width: calc(100% - 50px - 2px);
      width: 100%;
      color: #fff;
      padding: 8px 10px;
      font-size: 0.9375rem;
      line-height: 1.125rem; }

.contactMap {
  margin-top: 60px;
  position: relative; }
  .contactMap:before {
    width: 100%;
    height: 8px;
    position: absolute;
    top: -8px;
    left: 0;
    content: '';
    background: url(../images/sh_contact.png) no-repeat;
    background-position: center bottom; }
  .contactMap iframe {
    width: 100%;
    height: 400px;
    display: block; }

/* -------------- contact RWD --------------*/
@media (max-width: 960px) {
  .contactTop {
    margin-top: 0; }
    .contactTop .formStyle, .contactTop .contactInfo {
      max-width: 100%; }
    .contactTop .contactInfo {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 40px; }
      .contactTop .contactInfo .infoItem {
        max-width: calc(50% - 20px);
        margin: 0;
        margin-bottom: 20px; }

  .contactMap {
    margin-top: 40px; } }
@media (max-width: 768px) {
  .contactTop .contactInfo .infoItem {
    max-width: 100%; } }
/* -------------- language --------------*/
#TW .idTitle .ch {
  display: none; }

/* -------------- 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; }

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

.previewContainer .formSec{ 
  margin-top: 40px; }
.previewContainer .fileDL{ 
  color: #008bb3; }
  .previewContainer .fileDL:hover{ 
    text-decoration: underline; }

.technicianFiles{ 
  border-top: solid 2px #222;
  border-bottom: solid 2px #222; }
  .technicianFiles .field{ 
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 10px;
    margin-top: 0 !important; }
  .technicianFiles .fileTitle{ 
    width: 100px; }
  .technicianFiles .fileData{ 
    width: calc(100% - 100px); }
  .technicianFiles .fileName{ 
    margin-top: 5px;
    color: #008bb3;
    font-size: 16px;
    line-height: 20px; }

@media (max-width: 1024px) { 
  .technicianFiles .fileTitle{ 
    margin-bottom: 4px }
}

.statement-list{ 
  margin-bottom: 20px; }
.statement{ 
  border: 1px solid #f9bb54; }
  .statement:nth-child(n+2){ 
    margin-top: 20px; }
  .statement .statement-head{ 
    background: #f9bb54;
    padding: 12px 15px; }
    .statement .statement-head .case-no{ 
      color: #333;
      font-size: 18px; }
  .statement .statement-content{ 
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  .statement .left-box{ 
    display: flex;
    flex-wrap: wrap;
    width: 30%; }
    .statement .left-box .data-item{ 
      width: 50%; }
  .statement .right-box{ 
    border-left: 1px solid #eee;
    width: 70%; }
    .statement .right-box .data-item{ 
      width: 25%; }
    .statement .right-box .top, .statement .right-box .bottom{ 
      display: flex;
      flex-wrap: wrap; }
    .statement .right-box .bottom{ 
      background: #f5f5f5; }
  .statement .data-item{ 
    padding: 15px; }
    .statement .data-item.wide{ 
      width: 100% !important; }
    .statement .data-item .label{ 
      color: #28bed7;
      font-size: 14px;
      font-weight: bold;
      line-height: 14px;
      margin-bottom: 7px; }
    .statement .data-item .data{ 
      color: #555;
      font-size: 18px;
      line-height: 18px; }
  .statement .statement-remark{ 
    background: rgb(249 187 84 / .05);
    padding: 10px 15px;
    border-top: solid 1px #f9bb54; }
    .statement .statement-remark p{ 
      font-size: 16px;
      line-height: 18px; }
  .statement .trans-no{ 
    border-top: solid 1px #f9bb54;
    display: flex;
    align-items: center;
    padding: 10px 15px; }
    .statement .trans-no p{ 
      color: #333;
      font-size: 15px;
      line-height: 18px; }
      .statement .trans-no p:nth-child(n+2){ 
        margin-left: 15px; }
    .statement .trans-no input{ 
      background: #f3f3f3;
      font-size: 15px;
      padding: 6px 10px;
      margin-left: 10px;
      width: 170px;
      min-height: 34px; }
    .statement .trans-no button{ 
      background: #65cec3;
      color: #fff;
      font-size: 14px;
      padding: 10px;
      line-height: 14px; }
      .statement .trans-no button:hover{ 
        background: #28bed7; }

@media (max-width: 640px) { 
  .statement .statement-head{ 
    padding: 10px; }
  .statement .left-box, .statement .right-box{
    width: 100%;  }
    .statement .left-box{ 
      border-bottom: 1px solid #f5f5f5 }
    .statement .left-box .data-item{ 
      width: 33%; }
    .statement .right-box .top .data-item{ 
      width: 33%; }
    .statement .data-item{ 
      padding: 8px; }
      .statement .data-item.wide{ 
       width: 33% !important; }
      .statement .data-item .data{ 
        font-size: 16px;
        line-height: 16px; }
  .statement .statement-remark{ 
    padding: 10px; }
}


/* quotation */
.quotation{ 
  margin-bottom: 40px; }
  .quotation .quo-comfirm{
    background: #f9f9f9;
    padding: 40px;
    text-align: center;
    margin-bottom: 40px; }
    .quotation .quo-comfirm .comfirm-title{ 
      color: #28bed7;
      font-size: 30px;
      font-weight: bold;
      line-height: 30px;
      margin-bottom: 20px; }
      .quotation .quo-comfirm p{ 
        color: #333;
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px; }
    .quotation .quo-row{ 
      border: 1px solid #eee;
      display: flex;
      max-width: 960px;
      margin: auto;
      margin-top: -1px; }
      .quotation .quo-row p{ 
        color: #333;
        font-size: 17px;
        line-height: 20px;
        padding: 9px 12px; }
      .quotation .quo-row .quo-title{ 
        background: #66cec3;
        color: #fff;
        width: 130px; }
      .quotation .quo-row .quo-data{ 
        width: calc(100% - 130px); }
      .quotation .quo-row .quo-data.acount p{ 
        line-height: 26px; }
      .quotation .quo-row .quo-data.acount hr{ 
        margin-bottom: 5px; }
    .quotation .quo-detail{ 
      max-width: 960px;
      margin: auto; }
      .quotation .quo-detail .detail-title{ 
        background: #b9b9b9;
        color: #fff;
        font-size: 17px;
        line-height: 20px;
        text-align: center;
        padding: 10px; }
    .quotation .thead, .quotation .tbody-row{ 
      display: flex; }
    .quotation .thead{ 
      background: #f6f6f6; }
    .quotation .table-sec{ 
      border: 1px solid #eee;
      display: flex;
      width: 50%;
      margin-top: -1px; }
      .quotation .table-sec p{ 
        color: #333;
        font-size: 16px;
        line-height: 20px;
        padding: 7px 10px; }
      .quotation .table-sec .no{ 
        border-right: 1px solid #eee;
        width: 70px; }
      .quotation .table-sec .data{ 
        width: calc(100% - 70px); }
    .quotation .remark{ 
      color: #333;
      font-size: 17px;
      line-height: 20px;
      text-align: center;
      margin-top: 30px; }
  .quotation .createFinal{
    display: flex; }
    .quotation .createFinal p{ 
      padding: 10px;
      border: solid 1px #b9b9b9; }
    .quotation .createFinal .title{ 
      background: #f9f9f9;
      width: 40%; }
    .quotation .createFinal .data{ 
      border-left: none;
      width: 60%; }

@media (max-width: 640px){
  .quotation .quo-row p{ 
    font-size: 16px;
    padding: 7px; }
  .quotation .quo-row .quo-title{ 
    width: 120px; }
  .quotation .quo-row .quo-data{ 
    width: calc(100% - 120px); }
  .quotation .quo-comfirm{ 
    padding: 40px 20px; }
}

.popContainer{
  padding: 20px;
  padding-bottom: 0 !important; }
@media (max-width: 640px){
  .popContainer{
      padding: 20px 0; }
}


/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 9999;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  -webkit-animation: spin 1.7s linear infinite;
          animation: spin 1.7s linear infinite;
  z-index: 11;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin-reverse 0.6s linear infinite;
          animation: spin-reverse 0.6s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

#loader-wrapper .text{ 
	color: #ccc; 
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  opacity: .85;
  margin: 0;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}



/* new class attention pop */
.pop-confirm{ 
  background: rgba(0,0,0,.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1; }
  .pop-confirm .pop-data{ 
    max-width: 700px;
    width: 90vw; }
  .pop-confirm .head{ 
    background: #44bcaf;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    padding: 20px; }
  .pop-confirm .content{ 
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 26px;
    max-height: 70vh;
    padding: 30px;
    overflow-y: auto; }
  .pop-confirm .data-list{ 
    list-style: auto;
    margin: 15px 20px;
    margin-right: 0; }
  .pop-confirm .attention-txt{ 
    color: #f24;
    font-weight: bold; }
  .pop-confirm .img-list{ 
    display: flex;
    flex-wrap: wrap;
    margin: 10px -10px; }
    .pop-confirm .img-list li{ 
      padding: 10px;
      width: calc(100% / 3); }
    .pop-confirm .img-list li img{ 
      display: block;
      max-width: 100%; }
    .pop-confirm .img-list .img-txt{ 
      font-size: 14px;
      line-height: 20px;
      margin-top: 7px; }
  .pop-confirm .btn-row{ 
    background: #eee;
    padding: 15px 20px;
    text-align: center; }
    .pop-confirm .btn-row .close{ 
      color: #777;
      display: inline-block;
      font-size: 16px;
      line-height: 16px; }
    .pop-confirm .btn-row .close:hover{ 
      text-decoration: underline; }

@media (max-width: 640px){
  .pop-confirm .content{ 
    padding: 30px 20px; }
}

