@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&family=Roboto:wght@100;300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+TC:wght@600&family=Raleway:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
* {
  font-family: "Noto Sans TC";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  color: #555;
  font-size: 16px;
}

a {
  text-decoration: none;
  display: inline-block;
}

a,
button {
  cursor: pointer;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

a img,
div img {
  width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
button,
label,
input,
select,
textarea {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
}

li {
  list-style: none;
}

a img {
  font-size: 0;
}

input,
select,
textarea,
label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #555;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #777;
}

input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #777;
}

input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #777;
}

input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #777;
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #777;
}

input,
select,
textarea,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

button {
  border: 0;
  outline: none;
  background-color: transparent;
}
form select {
    background: url(../img/down-tri.svg) #f4f4f4 !important;
    background-repeat: no-repeat !important;
    background-position: 95% center !important;
    background-size: 13px !important;
}

.form_select,
.input_column,
.input_textarea {
  width: 100%;
  margin-bottom: 12px;
  background-color: transparent;
  border: 1px solid #aaa;
  padding: 5px;
  padding-left: 10px;
  border-radius: 4px;
}

.input_column::-webkit-input-placeholder, .input_textarea::-webkit-input-placeholder {
  color: #aaa;
}

.input_column::-moz-placeholder, .input_textarea::-moz-placeholder {
  color: #aaa;
}

.input_column:-ms-input-placeholder, .input_textarea:-ms-input-placeholder {
  color: #aaa;
}

.input_column::-ms-input-placeholder, .input_textarea::-ms-input-placeholder {
  color: #aaa;
}

.input_column::placeholder,
.input_textarea::placeholder {
  color: #aaa;
}

.form_select:focus,
.input_column:focus,
.input_textarea:focus {
  border: 1px solid #0098be;
}

.form_select {
  padding-right: 33px;
  background: url(../img/form_select.svg) no-repeat;
  background-position: right center;
}

.input_label {
  width: 100%;
  display: inline-block;
  margin-bottom: 3px;
  color: #0098be;
  font-weight: 500;
  position: relative;
}

.input_label span {
  color: #0098be;
  left: -12px;
  position: absolute;
}

.input_column[type=date],
.input_column[type=datetime-local] {
  background: url(../img/icon_date.svg) no-repeat right center;
  background-position: calc(100% - 5px);
  background-size: 25px;
}

.input_column[type=date]::-webkit-inner-spin-button,
.input_column[type=date]::-webkit-calendar-picker-indicator,
.input_column[type=datetime-local]::-webkit-inner-spin-button,
.input_column[type=datetime-local]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

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

.input_item_g .input_item {
  width: calc((100% - 15px) / 2);
}

.input_item_g .input_item + .input_item {
  margin-left: 15px;
}

.input_readonly {
  background: #f5f5f5;
}

.input_readonly:focus {
  border: 1px solid #aaa;
}

.input_checkbox,
.input_radio {
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  cursor: pointer;
  top: 2px;
}

.input_checkbox {
  border-radius: 4px;
}

.input_radio {
  border-radius: 999em;
}

.input_checkbox::before,
.input_radio::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  display: none;
}

.input_checkbox::before {
  background: url(../img/check.svg) no-repeat;
  -webkit-transform: translate(calc(-50% + 2px), calc(-50% - 1px));
          transform: translate(calc(-50% + 2px), calc(-50% - 1px));
  display: none;
}

.input_radio::before {
  width: 15px;
  height: 15px;
  border-radius: 999em;
  background-color: #0098be;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.input_checkbox:checked::before,
.input_radio:checked::before {
  display: inline-block;
}
.radio_ex {
  min-width: 30px!important;
  height: 30px;
  width: 30px;
  border-radius: 30px!important;
  margin-left: 20px;
}

.choose_label {
  cursor: pointer;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding-left: 30px;
  margin-top: -20px;
}

.input_checkbox_line,
.input_radio_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  left: -7px;
  margin-bottom: 10px;
  width: calc(100% + 14px);
}

.input_checkbox_g,
.input_radio_g {
  margin: 7px;
  font-size: 0;
}

.input_line_two .input_checkbox_g,
.input_line_two .input_radio_g {
  width: calc(50% - 14px);
}

.input_line_three .input_checkbox_g,
.input_line_three .input_radio_g {
  width: calc((100% - 42px) / 3);
}

.solid_input_box .input_radio::before {
  background-color: #fff;
}
.solid_input_box .input_checkbox:checked,
.solid_input_box .input_radio:checked {
  border: 1px solid #0098be;
  background-color: #0098be;
}
.solid_input_box .input_checkbox::before {
  background: url(../img/check_white.svg) no-repeat;
}

.input_box_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input_box_other .input_checkbox_g,
.input_box_other .input_radio_g {
  width: 65px;
}
.input_box_other .input_column {
  width: calc(100% - 85px);
  max-width: 150px;
  margin-bottom: 0;
  margin-top: 0;
}

.range_group {
  position: relative;
  height: 20px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.input_range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 999em;
  background-color: #ddd;
  height: 10px;
  width: 100%;
  cursor: pointer;
}
.input_range::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999em;
  background: #0098be;
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.input_range::-webkit-slider-thumb:hover {
  background: #ffb700;
}
.input_range:active::-webkit-slider-thumb {
  background: #ffb700;
  -webkit-box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ffb700;
          box-shadow: 0 0 0 3px #fff, 0 0 0 6px #ffb700;
}
.input_range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 999em;
  background: #0098be;
  cursor: pointer;
  -moz-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.input_range::-moz-range-thumb:hover {
  background: #0098be;
}
.input_range:active::-moz-range-thumb {
  background: #0098be;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #0098be;
}

.range_progress {
  background-color: #0098be;
  position: absolute;
  width: 0;
  height: 5px;
  left: 2px;
  top: 6px;
  margin-top: 1px;
  border-radius: 999em 0 0 999em;
  pointer-events: none;
  cursor: pointer;
}

.range_number {
  font-weight: 400;
  color: #0098be;
  margin-top: 10px;
}

.range_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.range_box {
  margin-bottom: 12px;
}

.input_upload_wrap {
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px;
}

.input_upload {
  opacity: 0;
  cursor: pointer;
}

.input_upload_btn {
  width: 97px;
  background-color: #f5f5f5;
  border: 1px solid #aaa;
  color: #555;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  pointer-events: none;
  padding: 5px;
}

.input_upload:hover ~ .input_upload_btn {
  background-color: #dfdfdf;
}

.input_upload_txt {
  width: 120px;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 105px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input_upload[type=file]::-ms-browse {
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.input_upload[type=file]::-webkit-file-upload-button {
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.input_upload[type=file]::file-selector-button {
  padding: 6px 15px;
  border-radius: 5px;
  cursor: pointer;
}

.submit_btn {
  border-radius: 5px;
  padding: 5px 20px;
  background-color: #0098be;
  color: #fff;
  cursor: pointer;
}

.degree_radio {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
.degree_radio .input_radio {
  background-color: #fff;
}
.degree_radio .degree_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.degree_radio .degree_row p {
  font-weight: 400;
}
.degree_radio .degree_row p,
.degree_radio .degree_row label {
  width: 16.6666666667%;
  text-align: center;
  padding: 10px;
}
.degree_radio .degree_row:nth-child(even) {
  background-color: #fff9e9;
}
.degree_radio .degree_row label {
  cursor: pointer;
}

      .fly-in {
        position: absolute;
        top: 0%;
        left: 0%;
        transform: translate(-100%, -100%);
        animation: fly-in 1s ease-in-out forwards;
      }
 
      @keyframes fly-in {
        0% {
          opacity: 0;
          transform: translate(-0%, -100%);
        }
        100% {
          opacity: 1;
          transform: translate(-0%, -0%);
        }
      }



@media (max-width: 750px) {
  .input_item_g {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .input_item_g .input_item {
    width: 100%;
  }
  .input_item_g .input_item + .input_item {
    margin-left: 0;
    margin-top: 10px;
  }
  .degree_row:nth-child(1) {
    display: none;
  }
  .degree_radio .degree_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 15px;
  }
  .degree_radio .degree_row .input_radio {
    margin-right: 10px;
  }
  .degree_radio .degree_row:nth-child(even) {
    background-color: #fff;
  }
  .degree_radio .degree_row p {
    color: #0098be;
  }
  .degree_radio .degree_row p,
  .degree_radio .degree_row label {
    width: 100%;
    text-align: left;
    background-color: #fff9e9;
  }
  .degree_radio .degree_row p::after,
  .degree_radio .degree_row label::after {
    content: attr(data-text);
  }
  .degree_radio .degree_row p + p, .degree_radio .degree_row p + label,
  .degree_radio .degree_row label + p,
  .degree_radio .degree_row label + label {
    margin-top: 10px;
  }
  .degree_radio .degree_row p:first-child {
    background-color: #fff;
    padding: 0;
  }
}
.index_contact_txt h4, .shortcut_txt h4, .index_about_txt h4, .top_banner_txt h4 {
  font-family: "Cardo", serif;
  font-size: 50px;
  letter-spacing: 2px;
}

header {
  position: fixed;
  width: 100%;
  padding: 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0));
  z-index: 11;
}
.page_header {
    background: white;
}
.page_header .menu_title span{
  color: black;
}
.page_header .menu_log {
    background-color: #fac959;
}

header.page_header .menu_bar::before {
    background: #353535;
}
header.page_header .menu_bar span {
    background: #353535;
}
header.page_header .menu_bar::after {
    background: #353535;
}


header.page_header .menu_inner a{color:#ffffff;}

.menu_logo {
  width: 200px;
}

.menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.menu_item {
  position: relative;
  padding: 15px 0px;
}
.menu_item:first-child .menu_title::after {
  display: none;
}

.menu_item:hover .menu_item_expand {
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}
.menu_item:hover .menu_item_expand::after {
  opacity: 0;
}

.menu_item_expand {
  width: 9px;
  height: 9px;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu_item_expand::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fbca5a;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu_item_expand::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fbca5a;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu_title {
  position: relative;
  height: 27px;
  padding: 0 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  cursor: default;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_title span {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
  color: #fff;
}
.menu_title::before {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #4fb8d9;
  position: absolute;
  right: 10px;
  left: initial;
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.menu_title::after {
  content: "";
  height: 24px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  opacity: 0.3;
  display: none;
}

.menu_inner {
  width: 160px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #4fb8d9;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 15px);
          transform: translate(-50%, 15px);
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-align: center;
}
.menu_inner a {
  color: #fff;
}
.menu_inner a:hover {
  text-decoration: underline;
}
.menu_inner a + a {
  margin-top: 10px;
}
.menu_inner div {
  padding-bottom: 8px;
}

.menu_item:hover > .menu_inner {
  height: inherit;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu_item:hover > .menu_title span {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.menu_item:hover > .menu_title::before {
  width: calc(100% - 20px);
  left: 10px;
  right: initial;
}

/*動畫*/



.menu_log {
  width: 100px;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px;
  text-align: center;
  border-radius: 999em;
  font-weight: 600;
  margin-left: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu_log:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.menu_bar {
  width: 35px;
  height: 22px;
  position: absolute;
  right: 50px;
  top: 25px;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu_bar span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.menu_bar::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.menu_bar::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.top_banner {
  position: relative;
  background: url("../img/start_top_banner.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 200px 0;
  background-attachment: fixed;
}
.top_banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(38, 40, 110, 0.7)), to(rgba(38, 40, 110, 0)));
  background: linear-gradient(to right, rgba(38, 40, 110, 0.7), rgba(38, 40, 110, 0));
}
.top_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/start_line_patten01.svg") no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 1000px;
  background-position: 0px -50px;
}
.top_banner h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
}
.top_banner h1 span {
  font-weight: 700;
  color: #fbca5a;
}
.top_banner h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 5px solid #fbca5a;
}
.top_banner p span {
  display: block;
  opacity: 0.5;
  font-family: "Raleway", sans-serif;
  padding-left: 25px;
  letter-spacing: 3px;
}
.top_banner .wrap {
  position: relative;
  z-index: 10;
}
.top_banner .top_social {
  display: inline-block;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  
}
.top_banner .top_social::after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top_banner .top_social a {
  width: 30px;
  border-radius: 999em;
  border: 1px solid #fff;
  -webkit-transition: none;
  transition: none;
}
.top_banner .top_social a + a {
  margin-top: 10px;
}
.top_banner .top_social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*活動落地頁*/

.onsale-active {
  padding: 50px;
  text-align: center;
}
.onsale-active2 {
  padding-top: 100px;
}

.onsale-active h1 {
  font-size: 45px;
  font-weight: bold;
  color: #1f2c5c;
}
.onsale-active div {
  text-align: center;
}
.onsale-active h2 {
  font-size: 30px;
  padding-top: 20px;
}
.onsale-active h3 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onsale-active-box {
  padding-top: 50px;
  height: 200px;
  margin-bottom: 100px;
}
.onsale-active-box span {
  color: red;
  padding-top: 10px;
}
.onsale-active-box {
  width: 31.3%;
  float: left;
  height: 200px;
  margin: 1%;

}
.onsale-logo {
  width: 300px;
  margin: 50px 0 0 50px;
  position: absolute;
  z-index: 1000;
}
.onsale-clear {
  clear: both;
}
.top_banner_onsale {
  width: 90% !important;
  margin: 100px auto !important;
  font-size: 35px;
}
.top_banner_onsale h2 {
  font-size: 60px;
  font-weight: bold;
  color: #1f2c5c;
}
.top_banner_onsale h4 {
  font-family: sans-serif;
  line-height: 1.5;
}

.onsale-top {
  width: 100%;
  text-align: center;
}
.onsale-top-img {
  border: 0;
  width: 1300px;
  margin: 0 auto;
}
.onsale-top-img img {
  border: 0 !important;
}
.top_banner_blue {
  padding: 100px 0 !important;
}
.planbox {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  border: 0;
  padding: 20px;
  transition: transform 0.5s ease;
  height: 320px;
  border: 5px solid #edf2f9;
}

.planbox:hover {
  transform: scale(1.1);
}

.planbox-list {
  font-size: 70px;
  font-family: Arial;
  background: #1f2c5c;
  color: #fac959;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: -70px;
  vertical-align: middle;
  padding-top: 10px;
}
.planbox-title {
  font-size: 40px;
  color: #1f2c5c;
  font-weight: bold;
}
.planbox-content {
  font-size: 18px;
  text-align: left;
}

.onslae-plan-title{
  margin-bottom: 50px;
}


.side_fixed2 {
  position: fixed;
  z-index: 10000000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 20px;
  right: 20px;

}
.side_fixed2 a {
  width: 200px;
  height: 200px;
}
.side_fixed2 a + a {
  margin-top: 10px;
}
.side_fixed2 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.side_fixed2 a:hover {
  cursor: pointer;
}
.thanks-table {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  background-color: #fff;
  padding: 5%;
}
.thanks-table img{
  width: 100px;
  height: 100px;
  transition: transform 0.5s ease;
}

.thanks-table img:hover{
  transform: scale(1.1);
}


.thanks_word {
  font-size: ;
  padding-top: 50px;

}


/*活動落地頁結束*/

.side_fixed {
  position: fixed;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 150px;
  right: 50px;
}
.side_fixed a {
  width: 60px;
  height: 60px;
  background-color: #4fb8d9;
  border-radius: 10px;
}
.side_fixed a + a {
  margin-top: 10px;
}
.side_fixed a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index_news,
.index_about,
.index_shortcut,
.index_contact{
  padding: 50px 0;
}
.page_about {
  10px 0;
}

.index_title {
  text-align: center;
  margin-bottom: 50px;
}
.index_title h4 {
  font-size: 50px;
  color: #fbca5a;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}
.index_title h3 {
  color: #989898;
  letter-spacing: 2px;
}

/*about*/
.about_top_banner {
  position: relative;
  background: url(../img/about_banner.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 200px 0;
  background-attachment: fixed;
}
.about_top_banner::before {
}
.about_top_banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bkg-liner.svg") no-repeat left bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 1000px;}
.top_banner_txt {
  width: 50%;
  margin:0 auto ;
  text-align: center;
  padding-top: 20px;
}
.top_banner_txt p {
    letter-spacing: 2px;
    font-size: 1.2rem;
}
.index_about_txt.center_block {
    width: 70%;
    margin: 0 auto;
    padding: 20px;
}

.shortcut_txt.team_block {
    width: 50%;
    padding: 120px;
    background: url(../img/start_line_patten02.svg) no-repeat top center, #1f2c5c;
    background-size: 1200px;
    background-position: -200px 50px;
    color: #fff;
}
p.txt-block {
    letter-spacing: 2px;
}
.maps_title {
    color: #1e1e1e;
    text-align: center;
    margin-bottom: 80px;
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Raleway", serif;
    font-weight: 600;
}
.maps_title {
  font-size: 1.2rem;
    margin: 30px auto;
    display: block;
    text-align: center;
}
.about_map_contxt {
  color: #1e1e1e;
    display: flex;
    width: 70%;
    margin: 0 auto;
    padding: 50px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.white_block h4{
  font-family: "Cardo", serif;
    font-size: 50px;
    letter-spacing: 2px;
}
.white_block.txt-block{
    width: 50%;
    padding-left: 50px;
}

.block_img {
    width: 550px;
    margin: 0 auto;
}
.white_block.txt-block .txt-block {
    width: 70%;
}
.about_service {
    color: #1e1e1e;
    display: flex;
    width: 70%;
    margin: 70px auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.service_block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 30px auto;
}
.service-title {
    width: 30%;
    text-align: center;
    border-right: 2px solid #565656;
    padding: 0 50px;
}
.service-title h4 {
    font-family: "Cardo", serif;
    font-size: 40px;
    letter-spacing: 1px;
}
.service_block p {
    width: 70%;
    padding: 0 50px;
}
.about_manage {
    color: #1e1e1e;
    display: flex;
    width: 70%;
    margin: 70px auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-evenly;
}
.manage_block img {
    border-radius: 50em;
}
.manage_block {
    padding: 20px;
     width: 33.3%;
}
.manage_img-wrap {
  position: relative;
    border: 1px solid #FAC959;
    border-radius: 50em;
    padding: 10px;
}
.manage_img-wrap span {
    position: absolute;
    width: 50%;
    left: calc((100% - 50%) / 2);
    top: calc((100% - 25px) / 2);
    color: white;
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    z-index: 99;
}

.manage_block p {
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-size: 1.1rem;
}
.manage_img {
    position: relative;
}
.manage_img:after {
    content: "";
    background: #0000007a;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
    transition-duration: 0.6s;
  transition-delay: 0.1s;
}
.manage_img:hover:after {
    content: "";
    background: #00000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50em;
}

section.about_customer {
    margin: 100px auto;
}

.Customer_Reviews {
    background-color: #1f2c5c;
    padding: 70px 0 250px 0;
}
.title_block h4 {
    font-family: "Cardo", serif;
    font-size: 50px;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}
.reviews_title_wrap {
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    justify-content: space-around;
}
.Reviews_block {
    background: white;
    box-shadow: #cfcfcf 0px 9px 8px 2px;
    max-width: 380px;
    min-height: 450px;
    padding: 50px;
    margin: 0 auto;
        z-index: 99;
}
.reviews_title {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 60%;
    font-size: 20px;
    text-align: center;
}
.reviews_title span {
    font-size: 1rem;
}
.owl-carousel .owl-item .reviews_title_wrap img {
    border-radius: 50rem;
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.about-carousel {
    width: 80%;
    margin: -200px auto 100px auto;
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
}
.reviews_content p {
    letter-spacing: 2px;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;    
}
.about-carousel .item {
    padding-bottom: 60px;
    padding-top: 60px;
}
.owl-carousel.owl-drag .owl-item.center .item {
    transform: scale(1.1)
  }
.about-carousel  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1F2C5C;
}
.about-carousel  .owl-theme .owl-dots .owl-dot span{
background: white;
border: 1px solid #1F2C5C;
}
/*最新公告樣式*/
.bulletin{

}
.bulletin h1 {
  font-size: 25px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.bulletin p {
  line-height: 28px;
  font-size: 15px;
}
.bulletin-back {
    width: 100px;
    height: auto;
    border: 1px solid #fff;
    margin: 0 auto;
    padding: 5px;
    background: #ffb700;
    border-radius: 20px;
    text-align: center;
    color: #fff;
}
.bulletin-back-btn {
  width: 100px;
  margin: 0 auto;
}
/*about*/

footer {
  background-color: #1f2c5c;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 20px;
  border-bottom: 1px solid #989898;
  margin-bottom: 20px;
}

.footer_logo {
  width: 220px;
}

.footer_social a {
  width: 30px;
  border-radius: 999em;
  border: 1px solid #fff;
}
.footer_social a + a {
  margin-left: 10px;
}
.footer_social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_info div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_info div + div {
  margin-left: 30px;
}
.footer_info img {
  width: 15px;
  margin-right: 7px;
  display: inline-block;
  margin-top: 3px;
}
.footer_info p {
  color: #9faad4;
}

.footer_link a {
  color: #fff;
}
.footer_link a + a {
  margin-left: 10px;
  padding-left: 12px;
  border-left: 1px solid #9faad4;
}
.footer_link a:hover {
  text-decoration: underline;
}

.index_service {
  padding: 50px 0;
}
.index_service .wrap {
  width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_service_title {
  font-family: "Raleway", serif;
  font-weight: 600;
  letter-spacing: 2px;
}

.index_service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
  padding: 0 10px;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
}
.index_service_list h4 {
  width: calc((100% - 320px) / 2);
  padding: 0 20px;
  margin: 5px 0;
  letter-spacing: 2px;
}
.index_service_list h4 span {
  color: #fbca5a;
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 22px;
  margin-right: 15px;
}
.index_service_list h4:nth-child(3n+2) {
  width: 290px;
  border-right: 1px solid #989898;
  border-left: 1px solid #989898;
}

.index_about_img_outer {
  width: 50%;
}

.index_about_img {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_about_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.index_about_txt {
  width: 50%;
  padding: 80px 0;
  padding-left: 50px;
  padding-right: calc(50% - 600px);
  position: relative;
}
.index_about_txt h4 {
  color: #1e1e1e;
}
.index_about_txt h5 {
  font-family: "Cardo", serif;
  font-size: 24px;
  letter-spacing: 1px;
  position: relative;
  top: -5px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.index_about_txt p {
  letter-spacing: 1px;
  line-height: 1.75;
}
.index_about_txt a {
  margin-top: 30px;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  color: #1f2c5c;
}
.index_about_txt a img {
  width: 50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: -2px;
}
.index_about_txt a:hover img {
  left: 10px;
}

.index_news_title {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 80px;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: "Raleway", serif;
  font-weight: 600;
}

.index_news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index_news_list > div {
  width: 50%;
}
.blog_txt a {
  color: #ffffff;
}
.blog_txt a:hover {
  padding-top: 30px;
}
.blog_01 {
  position: relative;
}
.blog_01::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f2c5c), to(rgba(31, 44, 92, 0)));
  background: linear-gradient(to top, #1f2c5c, rgba(31, 44, 92, 0));
  z-index: 2;
}
.blog_01 .blog_txt {
  color: #fff;
  position: absolute;
  bottom: 10px;
  padding: 40px 100px;
  z-index: 3;
}
.blog_01 .index_blog_img {
  width: 100%;
  height: 100%;
}
.blog_01 .index_blog_img img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.blog_txt h5 {
  margin-bottom: 15px;
}
.blog_txt p {
  line-height: 1.75;
}

.blog_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px;
}

.blog_02 {
  padding-right: 100px;
  position: relative;
}
.blog_02 .index_blog_img {
  width: 350px;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.blog_02 .index_blog_img img {
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog_02:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.blog_02 .blog_txt01 {
  width: calc(100% - 350px);
  margin-left: 50px;
}
.blog_02 .blog_txt02 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1f2c5c;
  color: #fff;
  padding: 50px;
  height: calc(100% - 350px);
}

.blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.blog .index_blog_img {
  width: 270px;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.blog .index_blog_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.blog .blog_box {
  width: calc(100% - 270px);
  padding-left: 50px;
  padding-right: 30px;
  position: relative;
  height: 100%;
}
.blog .blog_txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog .blog_btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -100%;
  background-color: #1f2c5c;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.blog .blog_btn img {
  width: 30px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 20px;
  position: relative;
  left: 0;
}
.blog .blog_btn:hover img {
  left: 10px;
}
.blog:hover .blog_btn {
  bottom: 0;
}

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

.shortcut_txt {
  width: 50%;
  padding: 120px;
  padding-left: calc(50% - 600px);
  background: url("../img/start_line_patten02.svg") no-repeat top center, #1f2c5c;
  background-size: 1400px;
  background-position: -100px -200px;
  color: #fff;
}
.shortcut_txt a {
  color: #fff;
}
.shortcut_txt a:hover {
  padding-left: 20px;
}


.shortcut_txt h4 {
  margin-bottom: 20px;
}

.shortcut_img_outer {
  width: 50%;
}

.shortcut_img {
  height: 100%;
  width: 100%;
  position: relative;
}
.shortcut_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shortcut_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shortcut_item a {
  letter-spacing: 2px;
}
.shortcut_item a + a {
  margin-top: 15px;
}
.shortcut_item span {
  color: #fbca5a;
  margin-left: 5px;
  font-weight: 600;
}

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

.index_contact_img_outer {
  width: 50%;
}

.index_contact_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.index_contact_img img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_contact_txt {
  width: 50%;
  padding: 120px;
  padding-right: calc(50% - 600px);
}
.index_contact_txt h4 {
  color: #1e1e1e;
  margin-bottom: 10px;
}
.index_contact_txt h3 {
  color: #1e1e1e;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 3px;
  font-weight: 200;
}
.index_contact_txt p {
  line-height: 1.75;
}
.index_service_list a {
    color: #353535;
}
.index_service_list a:hover {
  padding-left: 10px;
}
.contact_btn {
  font-family: "Cardo", serif;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #1f2c5c;
  margin-top: 50px;
  position: relative;
  left: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.contact_btn img {
  width: 50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  margin-left: 10px;
  position: relative;
  left: 0;
  top: -2px;
}
.contact_btn:hover img {
  left: 15px;
}

/*service style*/

.index_service_list h4 span.circle-number {
    color: white;
    background: #fbca5a;
    font-size: 15px;
    padding: 3px 7px;
    display: inline-block;
    border-radius: 50em;
    line-height: 1rem;
    letter-spacing: 0px;
}

.service_company_top_banner {
    position: relative;
    background: url(../img/service_0001.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 150px 0;
    background-attachment: fixed;
}

.banner_deco::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}

.index_about_txt h4.block_title{
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  margin: 20px 0;
}

.info_block{
  width: 70%;
  margin: 0 auto;
  padding: 7% 0;}

.text-center{
  text-align: center;
}

.service_company_info {
    color: white;
    background: url(../img/service_0002.png) #06375E no-repeat left center;
    background-size: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 5%;
}
.service_company_block{ position: relative;}
.service_company_block::before {
    content: "";
    background: url(../img/liner-04.svg) no-repeat;
    background-position: right bottom;
    background-size: 60%;
    width: 100%;
    height: 100%;
    position: absolute;
}
.service_company_info_list {
    width: 70%;
}
.service_company_info_list ol li {
    font-family: 'Noto Serif TC';
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    list-style: decimal;
}

.service_company_info_list ol li p {
    font-size: 14px;
    margin-top: 0.5rem;
}
.service-list-block ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.service-list-block li {
    display: block;
    width: 50%;
    color: #1f2c5c;
    font-size: 1.2rem;
    font-weight: 700;
   letter-spacing: 1px;
    margin: 20px 0;
}
.service-list-block li p{
  color: #565656;
  font-size: 1rem;
  font-weight: 500;
}
.service-list-block {
    border-bottom: 1px solid #989898;
    border-top: 1px solid #989898;
    padding: 40px 0;
    margin: 40px 0;
}

.service-list-block li:nth-child(odd) {padding-right: 40px;}
.service-banner02{
  position: relative;
  background: url(../img/service_0003.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 150px 0;
  background-attachment: fixed;
}
.service-banner04{
  position: relative;
  background: url(../img/service_0009.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 150px 0;
  background-attachment: fixed;
}

.service-banner05{
  position: relative;
  background: url(../img/service_0011.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 150px 0;
  background-attachment: fixed;
}
.service-banner06{
  position: relative;
  background: url(../img/service_0015.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  color: #fff;
  padding: 150px 0;
  background-attachment: fixed;
}
.service-banner06::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}
.service-info-area-top {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    color: white;
    background: #1f2c5c;
}

.info-area-img {
    width: 40%;
}

.info-area-txt {
    width: 60%;
    padding: 5%;

}

.info-area-txt li span {
    font-size: 1.3rem;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
}

.info-area-txt li {
    margin-bottom: 40px;
}


.service-info-area-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    background: #f2f2f2;
}

.info-area-img img {
    height: 100%;
    object-fit: cover;
    min-height: 400px;
}

.txt-area-banner img {
    height: 280px;
    object-fit: cover;
}

.txt-area-banner{
  margin: 40px 0;
}

.service-list-block.assist-info h3 {
    font-size: 1.5rem;
    color: #1f2c5c;
    font-family: 'Noto Serif TC';
    font-weight: 600;
}

.info-block-list {
    width: 50%;
   margin-bottom: 30px;
}

.service-list-block.assist-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: none;
}

.service-list-block.assist-info ul {
    display: block;
    width: 100%;
}

.service-list-block.assist-info li {
    width: 90%;
   color: initial;
}

.assist-imgblock img {
    width: 30%;
}
.assist-imgblock {
    display: flex;
    flex-direction: row;
}

.info-list {
    padding: 5%;
}

.info-list .info-block{
  width: 100%;
}

.text-center.sub-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.service-list-block.member-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
}

.service-list-block.member-block img {
    width: 40%;
}

.service-list-block.member-block ul {
    display: block;
    width: 100%;
}

.service-list-block.member-block li {
    width: 100%;
    padding: 0;
}


.service-list-block.member-block .info-block-list {
    padding: 3%;
    width: 100%;
}


.gofinpro-block .service_company_info{
  background: url(../img/service_0010.png) no-repeat left center;
  background-size: 85%;

}
.service_company_block.gofinpro-block:before {
    display: none;
}
.gofinpro-block .service_company_info_list {
    width: 70%;
    margin: 0 auto;
}

.gofinpro-block ol li {
    list-style: none;
    padding-left: 0;
}


.order-bkg{
  background: url(../img/order-bkg.png) no-repeat ;
  background-size: cover;
  height: 100vh;
   padding: 100px 20px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-container {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    min-width: 320px;
    width: 70%;
    text-align: center;
    margin: 0 auto;
}
.form-container h2 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid #a5a5a5;
}
.form-container p {
      font-size: 14px;
      color: #555;
      margin-bottom: 25px;
}

.form-group {
      display: flex;
      align-items: center;
      background-color: #f5f5f5;
      border-radius: 6px;
      margin-bottom: 15px;
      padding: 10px;
}

.form-group i {
      margin-right: 10px;
      color: #888;
}

.form-group input {
      border: none;
      background: transparent;
      outline: none;
      width: 100%;
      font-size: 14px;
      padding-left: 30px;
    }

.submit-button {
    background-color: #3dc6e0;
    border: none;
    color: white;
    padding: 10px 0;
    min-width: 200px;
    width: 40%;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin: 0 auto;
}
.submit-button:hover {
  background-color: #35adc4;}

/*訂單流程*/

form.order-in img {
    width: 20px;
}
.order-banner {
    position: relative;
    background: url(../img/order-banner-01.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 200px 0;
}
.order-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}
    .order-id {
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 30px;
    }

 .progress-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 30px;
  max-width: 600px;
  counter-reset: step;
}

.progress-step {
  position: relative;
 padding: 10px 30px 10px 40px;
  color: #2c3e66;
  font-weight: 500;
  background: white;
  border: 1px solid #2c3e66;
  border-right: none;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
}

.progress-step:last-child {
  border-right: 1px solid #2c3e66;
}

.progress-step.active::after {
  content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2c3e66;
    z-index: 4;
}
.progress-step::after {
    content: '';
    position: absolute;
    top: 0;
    right: -21px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #2c3e66;
    z-index: 2;
}
.progress-step:last-child::before {
    display: none;
}
.progress-step::before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ffffff;
        z-index: 3;
}

.progress-step:last-child::after {
  content: none;
}

.progress-step.active {
  background: #2c3e66;
  color: white;
}

.progress-step.active::after {
  border-left-color: #2c3e66;
}


.section-title {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2c3e66;
}
    .contact-info {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px;
      font-size: 14px;
      text-align: left;
    }

    .contact-info > div {
      flex: 1 1 50%;
      line-height: 2;
    }

    .dashed-line {
      border-top: 1px dashed #ccc;
      margin: 20px 0;
    }

    .order-info-list {
      font-size: 14px;
      line-height: 1.8;
      text-align: left;
    }

    .footer-note {
      margin-top: 30px;
      text-align: center;
      font-size: 14px;
      color: #666;
    }
.order-area {
    background: #edf2f9;
    padding: 3% 0;
}
.section-title{}

.checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.circle-checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: #1a1a1a;
  cursor: pointer;
  gap: 10px;
  line-height: 1.6;
  position: relative;
}

.circle-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #2c3e66;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: background 0.2s ease, border 0.2s ease;
}

.circle-checkbox input[type="checkbox"]:checked {
  background-color: #2c3e66;
}

.circle-checkbox input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}

.circle-checkbox input[type="checkbox"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* 必要 Tooltip 外觀設定 */
.circle-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Tooltip 文字本體 */
.circle-checkbox .tooltip {
  display: none;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 10;
  background: white;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  white-space: pre-line;
  line-height: 1.6;
  min-width: 200px;
  max-width: 280px;
  border-radius: 6px;
}

/* Tooltip 顯示時機：hover 整個 label */
.circle-checkbox:hover .tooltip {
  display: block;
}

/* 提示小紅星 */
.circle-checkbox .required {
  color: red;
  font-size: 14px;
  margin-left: 4px;
}

/*服務價格表*/
.service_price-banner{
    position: relative;
    background: url(../img/price-banner.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 150px 0;
}
.service_price-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}

.pricing-table {
    background: #f8fbff;
    width: 70%;
    margin: 3% auto;
    max-width: 1000px;
}

.table-scroll {
  overflow-x: auto;
}

.pricing-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: white;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: center;
}

.pricing-table th {
  background: #1e325c;
  color: white;
}
 .pricing-table td {
    border-top: 1px solid white;}

.col-highlight {
  background: #fff9e6;
}

.section-row td {
  font-weight: bold;
  text-align: left;
 font-size: 1.1rem;
}

.cta-row button.btn {
    padding: 8px 16px;
    border: 2px solid #4fb8d9;
    background: white;
    color: #4fb8d9;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 500;
}

.cta-row button.btn-primary {
  background: #00a2e9;
  color: white !important;
  border: none;
  margin-bottom: 10px;
}
.other-price-ex {
  width: 70%;
  margin: 0 auto;
}
.other-price-ex p {
  color: red;
}
.table-scroll th:last-child {
    background: #fac959;
}
.table-scroll2 th:last-child {
    background: #1e325c;
}



.pricing-table td h3 {
    font-size: 1.3rem;
    color: #1e325c;
    font-weight: 600;
}
.pricing-table td:first-child{
    text-align: left;    
}

  .pricing-other-table td {
    text-align: left !important;
  }

.pricing-table td:first-child > span {
    color: #666666;
    font-size: 1rem;
    display: block;
}

.pricing-table tr:nth-child(2) {
    border-top-style: dashed;
    border-block-width: 3px;
}

tr.section-row td:first-child {
        background: #fff;
}

tr.section-row {
    border-bottom: 3px solid #1e325c;
}

.order-area sup {
    color:  #c1272d;
}


.pricing-table td:last-child {
    background: #fffef0;
}
.pricing-other-table td:last-child {
    background: #ffff;
}

tr.server-tit :first-child {
    color: #fac959;
    background: #fff;
}

tr.server-tit.dash-line {
    border-top-style: dashed;
    border-top-width: 3px;
}

.pricing-note {
  padding: 30px 20px;
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
}

.pricing-note ol {
  padding-left: 1.2em;
  line-height: 1.8;
}

.pricing-note li {
  margin-bottom: 8px;
}

.pricing-note a {
  color: #007acc;
  text-decoration: underline;
}

.note-cta {
  text-align: center;
  margin-top: 30px;
}

.btn {
    padding: 10px 30px;
    border: 1px solid #4fb8d9;
    background: white;
    color: #4fb8d9;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1.3rem;
    transition: 0.3s;
}
.btn-line {
    padding: 10px 50px;
    padding-left: 75px;
    border: 0px solid #4fb8d9;
    color: #fff;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1.2rem;
    transition: 0.3s;
    margin-left: 20px;
    background: url(../img/line-icon.svg) #008000 no-repeat left; !important;  
}
.btn-blueword {
  color: #4fb8d9!important;
}
.btn-primary {
  background: #00a2e9;
  color: white !important;
  border: none;
}

.btn-primary:hover {
  background: #4fb8d9;
  text-decoration: none;
}

.btn-large {
  font-size: 16px;
  padding: 10px 34px;
  border-radius: 30px;
}

.pricing-note strong {
    color: #c1272d;
}
.apply_area_m .note {
  color: red;
  padding-bottom: 5px;
  text-align: center;

}

.more-services {
    /*background: url(../img/sercer-moreinfo-bkg.png) #1f2c5c top center no-repeat;*/
    background-size: contain;
    /*padding: 60px 20px;*/
    color: #fff;
}
.more-services strong {
  color: #1e325c;
  font-size: 20px;
}
.liunder{
  border-bottom: 1px dashed #888;
  padding-bottom: 10px;
}

.more-services-content {
  background: white;
  color: #111;
  border-radius: 12px;
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 100px;
}

.more-services-content h2 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 6px;
}

.more-services-content .note {
  text-align: center;
  font-size: 13px;
  color: #c00;
  margin-bottom: 30px;
}

.more-services-content ol {
  padding-left: 1.2em;
  line-height: 1.8;
  font-size: 15px;
}

.more-services-content li {
  margin-bottom: 20px;
  list-style: decimal;
}

.more-services-content .highlight {
  color: red;
  margin-left: 4px;
  font-weight: bold;
}
.pricing-table .highlight {
    color: red;
    margin-left: 4px;
    font-weight: bold;
}
.apply_txt .highlight {
    color: red;
    margin-left: 4px;
    font-weight: bold;
}
.more-services-content li ul li {
    list-style: inside;
    margin-bottom: 10px;
}

.form_link a {
    color: #666666;
    margin-top: 20px;
}

.form_link a:hover {
    color: #4fb8d9;
    margin-top: 20px;
}

.repassword-bkg{
    background: url(../img/repassword-bkg.png) no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 100px 20px;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

/** 發票小幫手 **/
.invoice-banner {
    position: relative;
    background: url(../img/Invoice-BN.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 200px 0;
}

.invoice-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}

.epaper-benefits {
  background: #16234c;
  padding: 30px 20px;
  color: white;
}

.epaper-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.epaper-img img {
  max-width: 240px;
  width: 100%;
  height: auto;
}

.epaper-content {
  flex: 1;
  min-width: 260px;
}

.epaper-content h3 {
  font-size: 20px;
  margin-bottom: 16px;
}

.epaper-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
  line-height: 1.8;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.epaper-content li::before {
  content: '';
}

.epaper-content li img {
    width: 20px;
    margin-right: 10px;
    margin-top: -3px;
}
.epaper-content li {
    width: 100%;
    line-height: 30px
}
/*tab 切換*/
.invoice-switcher {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  max-width: 1000px;
  margin: 40px auto;
}

.tab-buttons {
  display: flex;
  border: 1px solid #1e325c;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: -60px;
}

.tab-btn {
  flex: 1;
  padding: 16px;
  font-size: 20px;
  background: #fff;
  border: none;
  cursor: pointer;
  color: #1e325c;
  font-weight: bold;
  transition: background 0.2s;
  width: 100%;
}

.tab-btn.active {
  background: #1e325c;
  color: white;
}
.tab-btn:hover {
  cursor: pointer;
  background: #1e325c;
  color: white;  
}
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.tab-buttons a {
  width: 33.333%;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5px;
}


.tab-content label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 18px;
}

.tab-content input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 18px;
}
h3.form-tit {
    color: #1f2c5c;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

h3.form-tit span {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    padding: 0 10px;
}
/*手開發票小工具*/
.invoice-switcher .form-group {
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
        width: 48%;
}

.invoice-switcher input,
.invoice-switcher select {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #4fb8d9;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    min-width: 200px;
    background: #f4f4f4;
}
.invoice-preview {
  padding: 40px 15px;
  max-width: 900px;
  margin: 0 auto;
}

.invoice-preview h3 {
  color: #4fb8d9;
  font-size: 25px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
}

.invoice-preview .caption {
  font-size: 18px;
  color: #555;
  margin-bottom: 24px;
  line-height: 1.6;
}

.invoice-image img {
  width: 860px;
  height: 500px;
  border: 3px solid #4fb8d9;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 30px;
}
div.invoice-box {
    color: #4fb8d9;
    font-weight: 500;
    position: absolute;
}
.invoice-container {
  width: 100%;
  overflow-x: auto;            /* 小螢幕時產生水平卷軸 */
  -webkit-overflow-scrolling: touch; /* 手機滑動更順暢 */
}

.invoice-wrapper {
  position: relative;
  width: 870px;   /* 固定寬度 */
  height: 505px;
  margin: 0 auto; /* 大螢幕置中 */
  border: 3px solid #4fb8d9;
  border-radius: 8px;
  margin-bottom: 30px;  
}
.invoice-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 860px;
  height: 505px;

  z-index: 2;  /* 底層 */
}

.inovice-img-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 860px;
  height: 500px;
  background: rgba(255,255,255,0.3); /* 這裡用透明背景當範例 */
  z-index: 1;  /* 疊在上面 */
}



/*手開發票小工具三聯*/
.invoice-box-name {
  height: 30px;
  margin-top: 61px;
  margin-left: 145px;
  letter-spacing:8px;
  font-size: 20px;
}
.invoice-box-no {
  margin-left: 145px;
  letter-spacing:16px;
  font-size: 20px;
  margin-top: -4px;
}
.invoice-time {
  margin-left: 318px;
  font-size: 18px;
  margin-top: -76px;
  letter-spacing:2px;
}
.invoice-month {
  margin-left: 418px;
  font-size: 16px;
  margin-top: -23px;
}
.invoice-time2-y {
  margin-left: 460px;
  font-size: 16px;
  margin-top: 25px;
}
.invoice-time2-m {
  margin-left: 520px;
  font-size: 16px;
  margin-top: -25px;
}
.invoice-time2-d {
  margin-left: 570px;
  font-size: 16px;
  margin-top: -24px;
}
.invoice-pd-mame {
  margin-left: 100px;
  font-size: 20px;
  margin-top: 58px;
}
.invoice-pd-no {
  margin-left: 255px;
  font-size: 20px;
  margin-top: -30px;
  width: 70px;
  text-align: center;
  padding: 0 5px;  

}
.invoice-pd-price {
  margin-left: 325px;
  font-size: 20px;
  margin-top: -30px; 
  width: 70px;
  text-align: center;
  padding: 0 5px;  
}
.invoice-pd-allprice {
  margin-left: 405px;
  font-size: 20px;
  margin-top: -29px;
  width: 130px;
  text-align: center;
  padding: 0 5px;  

}
.invoice-pd-allprice2 {
  margin-left: 405px;
  font-size: 20px;
  margin-top: 120px;
  width: 130px;

  text-align: center;
  padding: 0 5px;
}
.invoice-pd-taxv {
  font-size: 25px;
  font-weight: bold;
  margin-top: 8px;
  width: 65px; 
  text-align: center;
  padding: 0 5px;  
}
.invoice-pd-taxv-2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: -10px;
  width: 65px; 
  text-align: center;
  padding: 0 5px;  
}
.invoice-pd-tax {
  margin-left: 405px;
  font-size: 20px;
  margin-top: -38px;
  width: 130px; 
  text-align: center;
  padding: 0 5px; 
}
.invoice-pd-total {
  margin-left: 405px;
  font-size: 20px;
  margin-top: 3px;
  width: 130px; 
  text-align: center;
  padding: 0 5px; 
}
.invoice-pd-total-cn {
  margin-left: 132px;
  font-size: 20px;
  margin-top: 0px;
  width: 410px;
  letter-spacing:25px; 
  text-align: right;
}
.deleteline {
    border-bottom: 5px solid #fac959;
    height: 1px;
    transition: width .5s ease;
    margin-top: 16px;
    position: absolute;

}
/*手開發票小工具二聯*/

.invoice-time-2 {
  margin-left: 350px;
  font-size: 18px;
  margin-top: 40px;
  letter-spacing:2px;
}
.invoice-month-2 {
  margin-left: 450px;
  font-size: 16px;
  margin-top: -23px;
}
.invoice-time2-y-2 {
  margin-left: 440px;
  font-size: 16px;
  margin-top: 0px;
}
.invoice-time2-m-2 {
  margin-left: 500px;
  font-size: 16px;
  margin-top: -25px;
}
.invoice-time2-d-2 {
  margin-left: 550px;
  font-size: 16px;
  margin-top: -24px;
}
.invoice-pd-mame-2 {
  margin-left: 90px;
  font-size: 20px;
  margin-top: 87px;
}
.invoice-pd-no-2 {
  margin-left: 235px;
  font-size: 20px;
  margin-top: -28px;
  width: 70px;
  text-align: center;
  padding: 0 5px;  

}
.invoice-pd-price-2 {
  margin-left: 320px;
  font-size: 20px;
  margin-top: -28px; 
  width: 70px;
  text-align: center;
  padding: 0 5px;  
}
.invoice-pd-allprice-2 {
  margin-left: 415px;
  font-size: 20px;
  margin-top: -29px;
  width: 130px;
  text-align: center;
  padding: 0 5px;  

}
.invoice-pd-allprice2-2 {
  margin-left: 405px;
  font-size: 20px;
  margin-top: 175px;
  width: 150px;
  text-align: center;
  padding: 0 5px;
}
.invoice-pd-taxv-2 {
  font-size: 25px;
  font-weight: bold;
  margin-top: -12px;
  width: 65px; 
  text-align: center;
  padding: 0 5px;  
}
.invoice-pd-total-cn-2 {
  margin-left: 105px;
  font-size: 20px;
  margin-top: 0px;
  width: 450px;
  letter-spacing:28px; 
  text-align: right;
}
.deleteline-2 {
    border-bottom: 5px solid #fac959;
    height: 1px;
    transition: width .5s ease;
    margin-top: 12px;
    position: absolute;

}
.button-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
    .invoice-pop {
      width: 50%;
      height: auto;
      background-color: #fff;
      border: 5px solid #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.2);
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      z-index: 1000;
      padding: 30px;
      text-align: left;
      line-height: 30px;
      font-family: sans-serif;
      border-radius: 20px;
      font-size: 20px;
    }
    .invoice-pop span {
      color: #ffb700;
      padding-right: 10px;
    }
    .invoice-pop-btn {
      width: 100%;
      text-align: right;
      padding-top: 20px;
    }    
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.3);
      display: none;
      z-index: 999;
    }

    .btn-show {
      margin: 20px;
    }


/* 會員中心 */

.Member-banner {
    position: relative;
    background: url(../img/member-center-bkg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 100px 0;
}

.Member-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}
.document-table {
  padding: 40px 20px;
  max-width: 960px;
  margin: 0 auto;
}

.document-table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.document-table th,
.document-table td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ddd;
}
.left {text-align: left!important;}

.document-table a {
  color: #fff;
}

.document-table a:hover {
  transform: scale(1.1); /* 放大1.2倍 */
}
.linkcolorb a { 
  color: #555555; 
}
.linkcolorb  a:hover {
  transform: scale(1);
  text-decoration: underline;
}

.document-table th {
  background: #1e325c;
  color: white;
}


.btn-download {
  background: #4fb8d9;
  color: white;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  margin:2px;

}

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

.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 3px 5px;
  text-decoration: none;
  color: #1e325c;
  border-radius: 4px;
}

.pagination a.active {
  background: #4fb8d9;
  color: white;
}

.company-summary {
  max-width: 900px;
  margin: 40px auto;
  padding: 0px 20px;
  font-size: 15px;
  color: #222;
}

.company-header {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.company-header img {
    width: 30%;
    height: auto;
}

.company-info {
  flex: 1;
  min-width: 250px;
  margin-left: 30px;
}

.company-name {
  font-size: 20px;
  margin-bottom: 8px;
}

.company-meta p {
  margin: 6px 0;
}

.company-meta .status {
  color: #1f2c5c;
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.3rem;
}
.company-meta .status small{
  color: #666;
  font-size: 14px;
}

.contact-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.form-group {
  flex: 1 1 250px;
  margin-bottom: 16px;
}
.contact-info .contact-row {
    flex: 1 1 50%;
}

.company-summary .form-group {
    flex: 100%;
}

.company-summary .contact-info .contact-row .form-group {
    flex: 1 1 250px;
}


/** 線上申請 **/
.apply-banner {
    position: relative;
    background: url(../img/Apply-BN.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    color: #fff;
    padding: 100px 0;
}

.apply-banner::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/bkg-liner.svg) no-repeat left bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 1000px;
}

.apply_form h3 {
    text-align: left;
}

.apply_form label {
    display: block;
    margin-bottom: 6px;
    font-weight: bold;
}

.apply_form .form-group {
  background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.apply_form .form-group input,.apply_form .form-group select{
    width: 100%;
    padding: 10px;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    font-size: 15px;
    box-sizing: border-box;
    min-width: 200px;
    background: #f4f4f4;
}
.apply_ex  {
  font-size: 14px;
  color: #333;
}
.apply_ex span {
  padding: 5px;
  color: #fff !important;
  background: #4fb8d9;
  cursor: pointer;
}
.apply_ex a {
  cursor: pointer;
}
.apply_ex span:hover {
  background: #71c0d8;
}
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #f4f4f4;
    border-radius: 0;
    font-size: 15px;
    box-sizing: border-box;
    min-width: 200px;
    background: #f4f4f4;
}
.checkbox-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.checkbox-group label {
  font-weight: normal;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
}

.checkbox-group input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #1e325c;
  border-radius: 2px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

.checkbox-group input[type="checkbox"]:checked {
  background-color: #1e325c;
}
.repassword-bkg .form-container {
    max-width: 600px;
}


.checkbox-modified input[type="checkbox"] {
  min-width: 18px;
}

.checkbox-modified input[type="checkbox"]:checked {
  min-width: 18px;
}

.checkbox-modified label {
  width: 100%;
}
.ohter-applybtn td {
  text-align: center !important;
}

/* 新增 */



.apply_area_title{
  display: flex; 
  color: rgb(30, 50, 92);
  border-bottom: 3px solid #ddd;
}
.apply_area_title h4{
  padding: 10px;
  font-size: 17px;
  font-weight: 600;
  width: calc(100%/3);
}

.apply_area_title sup{
  font-size: 12px;
}
.apply_box+.apply_box{
  border-top: 1px solid #ddd;

}

.apply_box_title{
  display: flex; 
  
}
.apply_box_title p{
  width: calc(100%/3);
  padding: 10px;
  display: flex;
  align-items: center;
}
.apply_box_title sup{
  position: relative;
  top: -5px;
  font-weight: 600;
  font-size: 12px;
}
.apply_box_title span{
  font-size: 14px;
  font-weight: 600;
  color: #fac959;
  margin-right: 5px;
  transition: 0.25s;
}


.apply_txt{
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  transition: 0.25s;
}

.apply_txt01{
  background-color: #f0f0f0;
}
.apply_txt02{
  background-color: #edf2f9;
}
.apply_txt03{
  background-color: #fffef0;
}


.apply_box_title p{
  font-weight: 600;

}


.apply_box_title02 p{
  color: rgb(30, 50, 92);

}

.apply_box_title03 p{
  color: #ffb915;
  font-weight: 600;

}

.apply_box_title03{
  background-color: #fffef0;
}




.apply_txt h3{
  font-size: 18px;
  font-weight: 500;
  color: rgb(30, 50, 92);
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid rgb(30, 50, 92);
}
.apply_txt p+p{
  margin-top: 5px;
}
.apply_txt span{
  margin-right: 10px;
}
.apply_txt .btn{
  border-width: 2px;
  font-weight: 600;
  font-size: 18px;
  padding: 8px;
  width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.apply_txt p~h3{
  margin-top: 20px;
}
.apply_txt h4{
  color: #ffc43c;
  font-weight: 600;
  margin-bottom: 10px;
}

.apply_txt p~h4{
  margin-top: 15px;
}



.apply_box_title.active span{
  position: relative;
  top: 5px;
  transform: rotate(90deg);
}

.apply_txt.show{
  padding: 20px;
  height: initial;
}

.apply_area_m .pricing-note{
padding: 0;
background-color: transparent;
margin-top: 20px;
}

.apply_area_m .pricing-note ol{
  padding-left: 5px;
}

.apply_area_m {
  display: none;
}
  .m-h { display: hidden; }
  .pc-h { display: none; }




/*RwD*/

@media (max-width: 1320px) {
  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .top_banner {
    padding: 160px 0;
    padding-top: 120px;
  }
  .top_banner .wrap {
    padding-left: 150px;
  }
  .index_about_txt {
    padding-right: 50px;
  }
  .blog_02 {
    padding-right: 30px;
  }
  .blog_02 .index_blog_img {
    width: 200px;
    height: 250px;
  }
  .blog_02 .blog_txt01 {
    width: calc(100% - 230px);
    margin-left: 30px;
  }
  .blog_02 .blog_txt02 {
    height: calc(100% - 250px);
  }
  .shortcut_txt {
    padding-left: 100px;
  }
  .index_contact_txt {
    padding: 120px 50px;
  }
  .blog_01 .blog_txt {
    padding: 40px 50px;
  }
  .index_service .wrap {
    width: 1050px;
  }
  .blog .index_blog_img {
    width: 250px;
    height: 250px;
  }
  .blog .blog_box {
    width: calc(100% - 250px);
    padding: 0 25px;
    height: 250px;
  }
  .blog .blog_txt {
    position: relative;
    top: -10px;
  }
}

@media (max-width: 1300px) {
  .onsale-top-img{
    width: 100%;
  }
  .top_banner_blue {
  padding: 50px 0 !important;
}




  }
@media (max-width: 1024px) {


  .menu_list {
    width: 300px;
    height: 100vh;
    padding: 50px 30px;
    padding-top: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    right: -300px;
    top: 0;
    background-color: #4fb8d9;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: auto;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .active.menu_list {
    right: 0;
  }
  .menu_title {
    border-bottom: 1px solid #4fb8d9;
    width: 100%;
    padding: 0;
    overflow: auto;
    height: initial;
  }
  .menu_title span {
    text-align: left;
  }
  .menu_title::before, .menu_title::after {
    display: none;
  }
  .menu_title span:first-child {
    font-size: 35px;
    opacity: 0.6;
  }
  .menu_inner {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: initial;
    height: 0;
    text-align: left;
  }
  .page_header .menu_title span{
  color: #ffffff;}

  .menu_inner a {
    border-bottom: 1px solid #71d3ea;

  }
  .menu_inner a:hover {
    text-decoration: none;
  }
  .menu_item_expand {
    display: none;
  }
  .menu_item {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .menu_item:hover > .menu_title span {
    -webkit-transform: none;
            transform: none;
  }
  .menu_item:hover > .menu_inner {
    padding: initial;
    height: 0;
  }
  .menu_item + .menu_item {
    margin-top: 10px;
  }
  .menu_item::before {
    content: "＋";
    width: 15px;
    height: 15px;
    color: #fff;
    /* background: url("../img/menu_down.svg") no-repeat; */
    position: absolute;
    right: 0px;
    top: 20px;
    transition: 0.25s;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); */
  }
  .menu_item.show::before{
        content: "－";

  }


  .menu_item:last-child::before {
    display: none;
  }
  .show.menu_item .menu_title {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .show.menu_item .menu_inner {
    height: initial;
    margin-bottom: 20px;
  }
  .menu_log {
    margin-left: 0;
    margin-top: 30px;
  }
  .menu_bar {
    display: inline-block;
  }
  .active.menu_bar {
    right: 30px;
  }
  .active.menu_bar span {
    display: none;
  }
  .active.menu_bar::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .active.menu_bar::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .index_service .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .index_service_list h4 {
    width: 50%;
    padding: 0 20px;
  }
  .index_service_list h4:nth-child(3n+2) {
    width: 50%;
    border: none;
  }
  .index_service_list h4:nth-child(2n) {
    border-left: solid 1px #d3d3d3;
  }
  .index_about_txt {
    padding: 50px;
  }
  .index_news_list .blog {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
  }
  .blog:last-child .index_blog_img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .shortcut_txt {
    padding: 50px;
  }
  .index_contact_txt {
    padding: 80px 50px;
  }
  .Reviews_block{max-width:320px;padding:30px;}
  .index_news, .index_about, .index_shortcut, .index_contact, .page_about {
    padding: 20px 50px;}
  .gofinpro-block .service_company_info {
  background-size: auto;
  }
  .info-block-list {
    width: 100%;
  }

/*計費*/
    .apply_area_pc{
      display: none;
    }

    .apply_area{
      background-color: #f8fbff;
      padding: 0;
    }
    .apply_box_title {
      padding: 10px 0;
      cursor: pointer;
    }
    .apply_area .pricing-table{
      width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
    .service_price-banner{
      padding: 100px 0;
    }
    .apply_area_m {
    display: inline-block;
  }
  .button-row {
    padding-top: 30px;
  }
  .apply_txt .btn {
    width: 400px;
    margin-top: 30px;
  }
  .apply_txt div {
    text-align: center;
  }
  .btn-line {
    width: 400px;
    margin-top: 20px;
    font-size: 18px;
    margin-left: -4px;
    background: url(../img/line-icon.svg) #008000 no-repeat left; !important; 
    padding-left: 60px;
  }



/*活動落地頁*/

.onsale-active {
  padding: 0px 20px 20px 20px;
  text-align: center;
}
.onsale-active2 {
  padding-top: 0px;
}

.onsale-active h1 {
  font-size: 40px;
  font-weight: bold;
}
.onsale-active div {
  text-align: center;
}
.onsale-active h2 {
  font-size: 30px;
  padding-top: 20px;
}
.onsale-active h3 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.onsale-active-box {
  padding-top: 50px;
  height: auto;
  margin-bottom: 10px;
}
.onsale-active-box {
  width: 97.5%;
  padding: 20px 10px;
  float: none;
  height: auto;
  margin: 50px 1%;

}
.onsale-logo {
  width: 200px;
  margin: 30px 20px;
}
.planbox {
  height: auto;
}
.onsale-clear {
  clear: both;
}
.side_fixed2 a {
  width: 120px;
  height: 120px;
}
.planbox-list {
  font-size: 50px;
  width: 70px;
  height: 70px;
  margin-top: -50px;
  padding-top: 5px;
}
.thanks_word {
  font-size: 20px;
}

/*活動落地頁結束*/



}
@media (max-width: 860px) {
  .invoice-pd-mame {margin-top: 53px;}
  .invoice-pd-taxv {margin-top: 4px;}
  .invoice-pd-taxv-2 {margin-top: margin-top: 0px;}
  .invoice-pd-mame-2 { margin-top: 84px;}
  .invoice-pd-allprice-2 { margin-top: -32px;}
  .deleteline-2 { margin-top: 9px;}
  .invoice-image {
    overflow-x: auto;   /* 允許橫向卷軸 */
    -webkit-overflow-scrolling: touch; /* 手機瀏覽時平滑滾動 */
  }
  .invoice-image-box {
    min-width: 860px; /* 固定最小寬度，避免內容被壓縮 */
  }
  .footer_link {font-size:13px;}
    .m-h { display: none; }
  .pc-h { display: initial; }
  .onsale-top {
    height: initial;
  }
}

@media (max-width: 850px) {
  .top_banner .wrap {
    padding-left: 50px;
  }
  .index_service .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_service_title {
    margin-bottom: 30px;
  }
  .index_service_list {
    margin-left: 0;
    width: 100%;
  }
  .index_about_img_outer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .index_about_txt {
    padding-bottom: 0;
  }

  .index_about_txt.center_block{padding: 0; width:100%;}
  .index_about,
  .index_contact,
  .index_shortcut,
  .index_news_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index_about > div,
  .index_contact > div,
  .index_shortcut > div,
  .index_news_list > div,
  .shortcut_txt.team_block > div,
  .shortcut_txt.team_block {
    width: 100%;
  }
  .shortcut_img_outer {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .index_about_img,
  .index_contact_img,
  .shortcut_img,
  .blog_01 {
    padding-top: 65%;
    height: initial;
  }
  .index_contact_txt {
    padding: 50px;
  }
  .about_map_contxt {
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;}
    .maps_title{padding: 30px;
    }
    .white_block.txt-block{width: 100%;}
    .shortcut_txt.team_block{padding: 50px;}
  .block_img {
    width: 100%;
    margin: 0 auto;}
    .about_service{width: 100%;}
    .service_block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px auto;
    justify-content: center;}
  .service-title{width: 100%;border:0px;}
  .service_block p {
    width: 100%;
    padding: 0 50px;
    margin-top: 30px;
    position: relative;}
    .service_block p:before {
        content: "";
        display: block;
        width: 30%;
        background: #565656;
        height: 1px;
        text-align: center;
        position: absolute;
        left: calc((100% - 30%) / 2);
        top: -15px;
    }
    .about_manage{
      flex-direction: column;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-evenly;}
    .manage_block {
    padding: 20px;
    width: 100%;}
    .service-list-block.member-block{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
    flex-direction: column;}
    .service-list-block.member-block img {
    width: 80%;}
    .info_block {width: 90%;}
    .index_about_txt h4.block_title{margin: 20px 0;}
    .invoice-banner,.service-banner06,.order-banner,
    .service-banner05,.service-banner02,.service-banner04,
    .Member-banner,.apply-banner{padding:50px 0;}


}
@media (max-width: 750px) {
  .index_service,
  .index_news,
  .index_about,
  .index_shortcut,
  .index_contact {
    padding: 35px 0;
  }
  .index_title {
    margin-bottom: 30px;
  }
  .footer_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_link {
    margin-top: 15px;
  }
  .side_fixed {
    bottom: 200px;
  }
    .pricing-table table {
    font-size: 13px;
  }
  .pricing-table th, .pricing-table td {
    padding: 12px;
  }

  .cta-row button.btn {
    width: 100%;
  }
    .epaper-inner {
    flex-direction: column;
    text-align: center;
  }
  .epaper-content ul {
    padding-left: 0;
  }
  .epaper-content li {
    text-align: center;
  }
  .invoice-switcher .form-group{width:100%;}
  .document-table table,
  .document-table thead,
  .document-table tbody,
  .document-table th,
  .document-table td,
  .document-table tr {
    display: block;
  }
  .document-table thead {
    display: none;
  }
  .document-table td {
    text-align: left;
    padding: 10px;
    position: relative;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .document-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    margin-bottom: 4px;
    color: #1e325c;
  }
  .pagination {
    font-size: 14px;
  }
  .company-header img {
    width: 40%;
    height: auto;
    margin: 30px auto;}
  .pricing-table,.more-services-content{
    width: 85%;
  }
  .form-container{width:90%;}
  .progress-step {
    position: relative;
    padding: 10px 35px 10px 30px;
    color: #2c3e66;
    font-weight: 500;
    background: white;
    border: 1px solid #2c3e66;
    border-right: none;
    max-width: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 16px;
    height: 130px;
    line-height: 1.3;
  }
  .checklist-grid {
    padding: 0px;
  }
  .circle-checkbox {
    font-size: 15px;
  }
  .contact-info > div {
    flex: 1 1 100%;
    line-height: 2;
  }


}
@media (max-width: 675px) {
    .tab-btn {
      font-size: 15px;
    }
    .company-summary {
      padding: 0;
    }

  }
@media (max-width: 600px) {
  header {
    padding: 10px 30px;
  }
  .menu_logo {
    width: 150px;
  }
  .menu_bar {
    right: 30px;
    top: 20px;
    width: 30px;
    height: 20px;
  }
  .index_service,
  .index_news,
  .index_about,
  .index_shortcut,
  .index_contact {
    padding: 25px 0;
  }
  .top_banner {
    padding: 70px 0;
    padding-bottom: 90px;
  }
  .top_banner .wrap {
    padding-left: 30px;
  }
  .top_banner h1 {
    font-size: 38px;
  }
  .top_banner h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .top_banner p {
    border-width: 3px;
    font-size: 14px;
    padding-left: 15px;
  }
  .top_banner .top_social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            
  }
  .top_banner .top_social a + a {
    margin-top: 0;
    margin-left: 10px;
  }
  .top_banner .top_social::after {
    width: 150px;
    height: 1px;
    top: 50%;
    left: calc(100% + 15px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .side_fixed {
    right: 0px;
    bottom: 150px;
  }
  .side_fixed a {
    width: 50px;
    height: 50px;
  }
  .index_title {
    margin-bottom: 20px;
  }
  .index_title h4 {
    font-size: 35px;
  }
  footer {
    padding: 30px;
  }
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_social {
    margin-top: 15px;
  }
  .footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_info div + div {
    margin-left: 0;
  }
  .footer_bottom {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_logo {
    width: 180px;
  }
  .index_service_title {
    margin-bottom: 15px;
  }
  .index_service .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index_service_list {
    border: none;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0;
  }
  .index_service_list h4 {
    padding: 0px;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .index_service_list h4 span {
    margin-right: 5px;
  }
  .index_service_list h4:nth-child(2n) {
    border: none;
    padding-left: 15px;
  }
  .index_about_txt,
  .blog_txt .blog_txt01,
  .blog .blog_box,
  .index_contact_txt {
    padding: 25px 15px;
    padding-bottom: 0;
  }
  .blog_01 {
    padding-top: 75%;
  }
  .blog_01 .blog_txt {
    padding: 25px 15px;
    padding-bottom: 0;
  }
  .blog_txt p {
    line-height: 1.5;
  }
  .blog_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  .blog_02 {
    padding: 0;
  }
  .blog_02 .index_blog_img {
    width: 100%;
    padding-top: 60%;
    height: initial;
  }
  .blog_02 .blog_txt01 {
    width: 100%;
    padding: 25px 15px;
    margin-left: 0;
  }
  .blog_02 .blog_txt02 {
    position: relative;
    padding: 25px 15px;
  }
  .index_news_list .blog {
    border: none;
  }
  .index_news_list .blog + .blog {
    margin-top: 25px;
  }
  .blog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog .blog_box {
    width: 100%;
    height: initial;
  }
  .blog .index_blog_img {
    width: 100%;
    padding-top: 60%;
    height: initial;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .blog .blog_btn {
    position: relative;
    margin-top: 15px;
  }
  .blog .blog_btn img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .index_about_txt h4, .shortcut_txt h4, .index_contact_txt h4,.top_banner_txt h4 {
    font-size: 30px;
  }
  .index_about_txt h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .index_news_title {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .shortcut_txt {
    padding: 35px 50px;
  }
  .index_contact_txt h3 {
    color: #1e1e1e;
    font-size: 20px;
    margin-bottom: 15px;
    letter-spacing: 2px;
  }
  .contact_btn {
    margin-top: 30px;
  }
     .form-container {
        padding: 30px 20px;
        width: 100%;
      }

      .form-group {
        padding: 8px;
      }

      .form-container h2 {
        font-size: 20px;
      }

      .form-container p {
        font-size: 13px;
      }

      .submit-button {
        font-size: 15px;
      }
  .index_news, .index_about, .index_shortcut, .index_contact, .page_about {
    padding: 50px 10px;}
    .gofinpro-block .service_company_info{
      background-size:cover ;
    }
    .gofinpro-block .service_company_info_list {
    width: 100%;
    margin: 0 auto;}
    .info-block-list {
    width: 100%;
    margin-bottom: 30px;}
}

@media (max-width: 400px) {
    .circle-checkbox {
    font-size: 13px;
  }


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