:root {
  --primary-color-default: #126CB6;
  --primary-color-light: #378CF0;
  --primary-color-dark: #004883;
  --primary-color-A11y: #001D84;
  --primary-color-tint: #E8EFF6;
  --secondary-color-default: #FFAA5B;
  --secondary-color-light: #FFF9E9;
  --secondary-color-dark: #FF993A;
  --secondary-color-A11y: #FF7C32;
  --secondary-color-gradient: linear-gradient(to right, #F3DA96, #FF7C03);
  --black: #000000;
  --black900: #2d2d2d;
  --black800: #4b4b4b;
  --black700: #6f6f6f;
  --black600: #909090;
  --black500: #cccccc;
  --black400: #ececec;
  --black300: #f2f2f2;
  --black200: #f6f6f6;
  --black100: #f9f9f9;
  --white: #FFFFFF;
}

html {
  overflow-x: hidden;
  font
}

body {
  box-sizing: border-box;
}

header,
section {
  position: relative;
  width: 100%;
}

section {
  text-align: center;
  padding: 5rem 0;
}

nav {
  background: #fff;
}

a {
  text-decoration: unset;
}


#navbar a {
  color: var(--primary-color-default);
  font-weight: 700;
}

#navbar a.active,
#navbar a:hover {
  color: var(--secondary-color-default);
}

.soon {
  cursor: default;
  color: #a5a5a5 !important;
}

.pageLoad header {
  padding-top: 100px;
}

img {
  max-width: 100%;
  width: 100%;
}

mark {
  background: transparent;
}

h6 {
  font-size: 16px;
  line-height: 140%;
  color: var(--black800);
  margin: 1.5rem 0;
}

h1 {
  color: var(--primary-color-default);
  font-size: 2rem;
  line-height: 125%;
  font-weight: 600;
  margin-bottom: 3rem;
}

h1 mark {
  color: var(--secondary-color-default);
}

h2 {
  font-size: 32px;
  line-height: 125%;
}

h3 {
  font-size: 1.3rem;
  line-height: 125%;
}

h4 {
  color: var(--black700);
  font-size: 1.5rem;
  line-height: 140%;
  margin-bottom: 2em;
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

button,.link-btn {
  color: var(--primary-color-default);
  border: var(--primary-color-default)1px solid;
  border-radius: 10px;
  background-color: transparent;
  font-size: 16px;
  font-weight: bold;
  line-height: 112.5%;
  text-align: center;
  padding: 16px 32px;
}


button:hover ,.link-btn{
  color: var(--primary-color-dark);
  border: var(--primary-color-dark)1px solid;
}

button:active,.link-btn {
  color: var(--white);
  border: var(--primary-color-default)1px solid;
  background-color: var(--primary-color-default);
}

button.btn-important {
  background-color: var(--primary-color-default);
  color: var(--white);
}

button.btn-important:hover {
  background-color: var(--primary-color-dark);
  color: var(--white);
}

#myScrollspy ul>li>a:hover,
#myScrollspy ul>li>a:focus,
#myScrollspy ul>li>a.active {
  color: #000000;
}

.card-shadow {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.06)) !important;
}

.spread-shadow {
  filter: drop-shadow(-1px 4px 3px rgba(0, 0, 0, 0.12)) !important;
}

.drop-shadow {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25)) !important;
}

#header {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--black100);
}

.header-img {
  width: 700px;
}

.box {
  width: 300px;
  height: 200px;
  max-width: 100%;
  background-color: var(--secondary-color-light);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.box img {
  max-width: 80%;
  height: 180px;
  object-fit: contain;
  margin: 10px;
}

#sec1 .container .row .col-6:nth-child(3) .box>img {
  height: 210px;
  margin-bottom: -10px;
}

#sec1 .container .row .col-6:nth-child(5) .box>img {
  height: 200px;
  margin-bottom: -10px;
}

#sec2 {
  background-color: var(--secondary-color-light);
}

.cash {
  width: 800px;
  max-width: 100%;
}

.bigbox {
  position: relative;
  width: 80%;
  background-color: var(--secondary-color-light);
  border-radius: 30px;
  margin: auto;
  margin-bottom: 2rem;
  text-align: left;
  overflow: hidden;
  padding: 2rem 0;
}

.bigbox1 {
  height: 500px;
}

.bigbox2 {
  height: 310px;
}

.bigbox3 {
  height: 400px;
}

.bigbox-txt .title {
  color: var(--primary-color-default);
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 1rem;
}

.bigbox-txt ul {
  list-style-type: '◆ ';
  padding-left: 1.5rem !important;
}

.bigbox-txt ul .sub-tit {
  color: var(--black700);
  font-size: 22px;
  word-spacing: 0.3px;
}

.bigbox-img {
  height: 90%;
  position: absolute;
  border-radius: 30px;
  border: 17px solid #fff;
}

.bigbox-img1 {
  width: 59%;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(0deg, rgba(242, 156, 93, 0.2), rgba(242, 156, 93, 0.2)), url(../images/bigbox1.png), #FFF9E9;
  background-size: cover;
  background-blend-mode: normal, luminosity;
  background-position: right;
}

.bigbox-img2 {
  width: 45%;
  right: -41px;
  bottom: -21px;
  background: linear-gradient(0deg, rgba(242, 156, 93, 0.2), rgba(242, 156, 93, 0.2)), url(../images/bigbox2.png), #FFF9E9;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal, luminosity;
  background-position: bottom;
}

.bigbox-img3 {
  width: 59%;
  left: -34px;
  bottom: -26px;
  background: linear-gradient(0deg, rgba(242, 156, 93, 0.2), rgba(242, 156, 93, 0.2)), url(../images/bigbox3.png), #FFF9E9;
  background-size: cover;
  background-position-y: bottom;
  background-blend-mode: normal, luminosity;
}

.bigbox-txt1 {
  width: 35%;
  margin-top: 1rem;
}

.bigbox-txt2 {
  margin-left: 3rem;
  margin-top: 1.5rem;
}

.bigbox-txt3 {
  width: 40%;
  margin-top: 1rem;
}

#sec4 {
  background-color: var(--black100);
}

#sec4 .box4 {
  border-radius: 30px;
  border: 1px solid var(--black500);
}

#sec4 .txt4 {
  margin-top: 1rem;
}

.carousel-inner {
  width: 80%;
  margin: auto;
}

img.logo {
  width: 210px;
}

.carousel-item {
  width: 80%;
  height: 350px;
  max-height: 100%;
  left: 50%;
  transform: translateX(-50%) !important;
}

.carousel-item1 {
  text-align: left;
  background-color: var(--secondary-color-light);
  border-radius: 30px;
  padding: 3rem 7rem;
  margin: auto;
}

.carousel-caption {
  padding: 0 3rem;
  position: initial;
  text-align: left;
}

button.carousel-control-next1 {
  background-color: orange;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: unset;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}

button.carousel-control-prev1 {
  background-color: orange;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: unset;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.carousel-control-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.txt5 {
  padding-top: 1.5rem;
  color: var(--black800);
}

.tiltle5 {
  font-size: 32px;
  line-height: 125%;
  color: var(--black);
  font-weight: 500;
  letter-spacing: -2px;
  margin-top: 2rem;
}

#sec6 {
  background-color: var(--secondary-color-light);
}

.fa-check {
  color: var(--black);
}

.program-group {
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.program {
  border: 2px solid var(--secondary-color-default);
  border-radius: 30px;
}

.program-header {
  color: var(--black900);
  font-size: 16px;
  padding: 0.8rem 0;
  font-weight: bolder;
}

.program-body {
  background: var(--secondary-color-light);
  padding: 1.6rem 0;
  /* flex: auto; */
}

.program-footer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.program-footer ul {
  color: var(--secondary-color-dark);
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin: 0.8rem 0;
}

button.b1 {
  width: 147px;
  margin: auto;
  margin-bottom: 1rem;
  padding: 16px 18px;
}

#footer {
  background-color: var(--primary-color-default);
  color: var(--white);
  padding: 0;
}
.footericon {
  position: fixed;
  bottom: 88px;
  right: 25px;
  z-index: 10;
}

.fb_dialog {
  z-index: 0 !important;
}

/* price */
#price {
  background-color: var(--black300);
}

.main-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 420px;
  padding-top: 70px;
}

.main-visual-title {
  position: relative;
  color: var(--white);
  text-align: center;
  z-index: 1;
  margin: 0;
  text-shadow: 2px 2px 5px #0000007a;
}

.main-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: bottom;
}



table {
  margin-bottom: 0 !important;
}

.table> :not(caption)>*>* {
  padding: 1rem 0.5rem;
}

#top {
  width: 80%;
}

.table-responsive {
  border-radius: 30px;
  background-color: var(--white);
  margin: auto;
  margin-bottom: 3rem;
}

#price-table>thead>tr>th {
  background: var(--secondary-color-gradient);
  color: var(--white);
  padding: 2.5rem 0.2rem;
}

#price-table>thead>tr>th:first-child,
#price-table>tbody>tr:nth-child(even)>td:first-child {
  background: var(--black400);
  color: var(--black800);
}

#price-table>tbody>tr:nth-child(odd)>td:first-child {
  background: var(--black300);
  color: var(--black800);
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: transparent;
}


.year-price>td:not(td:first-child) {
  color: red;
  font-weight: bolder;
  font-size: 1.4rem;
}

.year-price>td:not(td:first-child) span {
  color: var(--primary-color-light);
  font-size: 1rem ;
}

span.original {
  color: #000 !important;
  font-size: 0.9rem !important;
}

td:not(td:last-child) {
  border-right: 1px solid #f1efef;
}

#function-table td:first-child {
  border-bottom: unset;
}

#function-table.table> :not(:last-child)> :last-child>* {
  border-bottom-color: var(--black300) !important;
  border-right: 1px solid var(--black300);
}

#function-table>tbody>:nth-child(even)> :not(tr>td:first-child) {
  background: var(--black200);
}

#function-table .fa-check {
  color: var(--primary-color-default);
}

#function-table th {
  color: var(--white);
}

#function-table .th1 {
  background-color: var(--secondary-color-default);
}

#function-table .th2 {
  background: var(--secondary-color-gradient);
}


#function-table .th3 {
  background-color: var(--secondary-color-dark);
}

/* scenario */
.title {
  margin: 3rem 0;
}

.line {
  border-bottom: 4px solid var(--secondary-color-default);
  width: 15%;
  margin: auto;
}

.card-content {
  border-radius: 30px;
  margin: 3rem auto;
}

.card-image {
  position: relative;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}

.card-tit {
  background: var(--secondary-color-default);
  color: var(--white);
  font-size: 28px;
  line-height: 178%;
  display: inline;
  padding: 0.5rem 0.7rem;
}

.card-subtit {
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
  padding: 1.8rem 0.7rem;
}

.card-img-txt {
  top: unset;
  width: 100%;
  padding: 0;
}

.btn-group button {
  padding: 0.4rem;
  border-radius: 6px !important;
  margin: 5px 0.2rem;
  border-color: var(--black500);
  color: var(--black500);

}

.card-word {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  padding: 0.5rem;
}

img.img-fluid.rounded-start {
  height: 360px;
  object-fit: cover;
}

/* modal */
button.close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat top;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 999;
  background-size: auto 100%;
}

.modal-dialog {
  top: 10%;
  opacity: 0;
}

.show .modal-dialog {
  opacity: 1;
  top: 50%;
  pointer-events: auto;
  transform: translateY(-50%) !important;
  transition: all .5s ease-in-out;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.modal-backdrop {
  opacity: 0.5;
}

.modal-footer {
  padding: 10px 30px 10px;
  text-align: right;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}

/* iframe */
.modal-body .chat {
  display: none !important;
}

/* contact */

#container .main-visual-img {
  object-position: unset;
}

#container .program{
  border:unset;
}

    .info p {
        color: #4e4e4e;
        font-family: "Lato", "微軟正黑體", \5FAE\8EDF\6B63\9ED1\9AD4, "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
        font-size: 18px;
        scroll-behavior: smooth;
        line-height: 2;
    }
    button.google-btn {
      background: rgb(18, 108, 182);
      color: #fff;
  }

    @media (max-width:500px) {

        .contact_table .left {
            width: 90% !important;
        }

        .contact_table .right {
            width: 90% !important;
        }

        .service_item ul {
            width: 100% !important;
        }

    }

    header .rightBox {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    header .wrap {
        padding: 15px 0;
    }

    header.is-active {
        background-color: #ffffffe6;
        padding: 0;
        -webkit-box-shadow: 1px 2px 7px #00000014;
        box-shadow: 1px 2px 7px #00000014;
    }

    header .menuArea {
        background-image: none;
    }

    .page_about-us .about-us_why-we-do .about-txt {
        padding-right: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page_about-us .about-us_how-to-do .about-txt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    @media(max-width:1580px) {
        .wrap {
            width: 90%;

        }

    }

    .contact-info {
        width: 90%;
        margin: 0 auto;
        padding: 50px 0;
    }

    .contact_table form {
        /* display: flex; */
        width: 100%;
    }

    .contact_table .left {
        width: 70%;
        margin: 0 auto;
    }

    .contact_table .right {
        width: 70%;
        margin: 0 auto;
        margin-top: 10px;
    }

    .contact_table .left p {
        font-size: 18px;
    }

    .contact_table .left .btn2 {
        display: inline-block;
        font-size: 16px;
        width: 100%;
        padding: 15px 10px;
        border: 1px solid #cbd6e2;
        border-radius: 5px;
    }

    .contact_table .left .post {
        display: inline-block;
        max-width: 80px;
        padding: 8px;
        border: 1px solid #cbd6e2;
        border-radius: 5px;
        margin-top: 10px;
        font-size: 15px;
    }

    .contact_table .right p {
        font-size: 18px;
    }

    .textEditor ul {
        list-style: none;
        padding-left: 0px;
    }


    .contact_table ul li span {
        font-size: 18px;
    }

    #zipcontainer select {
        padding: 7px;
        border: 1px solid #cbd6e2;
        border-radius: 5px;
        margin-right: 5px;
        color: #757575;
        font-size: 15px;
        cursor: pointer;
        margin-top: 10px;

    }

    @media(max-width:500px) {
        #zipcontainer select {
            -webkit-appearance: none;
            background: url(https://bluerain.com.tw/images/arrow.png)no-repeat right;
            background-size: 10px;
            width: 90px;
        }

        .contact_table .left p {
            font-size: 16px;
        }

        .contact_table .left .btn2 {
            font-size: 16px;
            padding: 10px;
            margin-bottom: 15px;
        }

    }

    .service_item {
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
    }

    .service_item ul {
        width: 30%;
        margin-bottom: 20px;
    }

    .service_item ul.program {
        width: 100%;
        margin-bottom: 20px;
    }

    .service_item ul li {
        width: 100%;
        font-size: 18px;
    }

    .list-categoty {
        width: 100%;
        list-style: disc;
        margin-left: 25px;
    }

    .web {
        display: flex;
    }

    .web li {
        margin-right: 10px;
    }

    .sub {
        text-align: center;
    }

    .sub input {
        margin: 20px 0;
        width: 150px;
        height: 40px;
        cursor: pointer;
        color: #000;
        background-color: transparent;
        border: 1px solid #000;
    }

    .sub input:hover,
    .sub input:active {
        background-color: #000;
        color: white;
        -webkit-appearance: none;



    }


/* modal */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .main-visual-title br {
    display: none;
  }

  .card-content {
    width: 85%;
  }
}

@media (max-width: 1200px) {

  .carousel-item1 {
    padding: 3rem 2rem;
  }

}

@media (max-width:992px) {
  h1 {
    margin-bottom: 2rem;
  }

  header,
  section {
    height: auto !important;
  }

  .bigbox {
    padding: 1rem 0;
    height: auto !important;
    width: 100%;
  }

  .bigbox-txt {
    width: 100% !important;
    margin: auto;
    margin-left: 3rem;
  }

  .bigbox-img {
    width: 90%;
    height: 309px;
    left: 0;
    top: 0;
    transform: unset;
    background-position: right !important;
    margin: auto;
    margin-bottom: 1rem;
    position: relative;
    border: 10px solid #fff;
  }

  .row4 {
    justify-content: center;
  }

  .carousel-item {
    width: 100%;
    height: auto;
  }

  button.carousel-control-prev1 {
    z-index: 1;
    left: 2%;
  }

  button.carousel-control-next1 {
    z-index: 1;
    right: 2%;
  }

  .main-visual {
    height: 300px;
  }

  #top {
    width: 100%;
  }

}

@media (max-width:576px) {
  h4 {
    font-size: 1.2rem;
  }

  header#header {
    padding-bottom: 3rem;
  }

  section {
    padding: 3rem 0;
  }

  .bigbox-txt {
    margin-left: unset;
  }

  .bigbox-txt .title {
    text-align: center;
  }

  .bigbox-txt ul {
    padding-left: 3.5rem !important;
  }

  #sec4 .box4 {
    border-radius: 15px;
  }

  .main-visual-title {
    font-size: 32px;
  }

  .card-content {
    border-radius: 15px;
  }

  .card-image {
    border-radius: 15px 15px 0 0;
  }
  .box {
    height: 100px !important;
}
.year-price>td:not(td:first-child) {
  font-size: 1rem;
  line-height: 1.2rem;
  word-break: break-word;
}

span.original {
  word-break: keep-all;
}

.year-price>td:not(td:first-child) span {
  font-size: 0.9rem;
}
}

.link-btn{
  display: inline-block;
}
.link-btn:target,.link-btn:hover{color: #fff;}

@media screen and (min-width:992px) and (max-width:1199px){
  .link-btn{margin-bottom: 15px;}
}
@media screen and (max-width:305px){
  .link-btn{margin-bottom: 15px;}
}
