@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Noto+Serif+TC:wght@200;400;600;700;900&family=Raleway:wght@300;400;600&display=swap');
* {
  margin: 0;
  padding: 0;
}
:root {
  scroll-padding-top: 3rem;
}
::selection {
  background: #fff3c3;
  color: #fff;
}
::-moz-selection {
  background: #fff3c3;
  color: #fff;
}

:root {
  scroll-padding-top: 4rem;
}
body {      background-image: url("../../img/bg_pic01.png");
      background-size: contain;
      background-repeat: repeat-y;
  font-family: 'Noto Sans TC', "微軟正黑體", 'Microsoft JhengHei', sans-serif;
  font-size: 18px;
  background-color: #e1f2fa;
  color: #000;
}
.row{padding: 0;margin: 0 !important;}

a {
   
    text-decoration: underline;
}
.or_Button {
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	background-color:#f24537;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.or_Button:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
    	color:#ffffff;
}
.or_Button a {
	position:relative;
    	color:#ffffff;
	top:1px;	text-decoration:none;
}
.bl_Button {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:100px;
	border:1px solid #337fed;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
    display: block;
    margin: 0 auto;
	text-shadow:0px 1px 0px #1570cd;
}
.bl_Button:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    	color:#ffffff;
}
.bl_Button a {
	position:relative;
    	color:#ffffff;
	top:1px;	text-decoration:none;
}

.b_text{color: #00a7de; font-size: 1.5em !important; font-weight: bold;}
.g_text{color: #8fc31f; font-size: 1.5em !important; font-weight: bold;}

@media (max-width: 465px) {
    .mb-5 {
    margin-bottom: 0rem !important;
    margin-top: 0rem!important;
}
  body {
    font-size: 16px;

  }
  h1 {
    font-size: 1.3em !important;
  }
  h2 {
    font-size: 1.2em !important;
  }
  h3 {
    font-size: 1.1em !important;
  }
  .fs-1 {
    font-size: 1.3em !important;
  }
  .fs-2 {
    font-size: 1.25em !important;
  }
  .fs-3 {
    font-size: 1.2em !important;
  }
  .fs-4 {
    font-size: 1.1em !important;
  }
}
.bar{display: block;
    margin: 0 auto;
text-align: center;}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}
.back-to-banner {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 90px;
  z-index: 99;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Navbar ***/
.navbar {
  background-color: #fc4622;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 500;
}
.navbar-nav img {
  height: 50px;
  width: auto;
}
#logo {
  height: 50px;
}
@media (max-width: 465px) {
  #logo {
    height: 40px;
  }
}
.btn {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .btn {
    letter-spacing: 0.2rem;
    font-size: 1.2rem;
  }
}
.btn-danger {
  color: #fff;
  background-color: #fc4622;
  border: 0;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active:hover {
  color: #fff;
  background-color: #783737;
  border: 0
}

    .p-lg-3 {
        padding: 1rem !important;
        margin-bottom: 25px;
    }
.btn-blue {
        margin-bottom: 10px;
  color: #fff;
  background-color:  #00a7df;
  border: 0;
       width: 250px;
     font-weight: bold;
    font-size:  1.4rem!important;}
.btn-blue a{
    text-decoration: none;
  color: #fff;
  background-color: #00a7df;
  border: 0;
}
.MT-5{ margin-top: 2.5rem;    margin-bottom: 1rem;}
.btn-blue:hover, .btn-success:focus, .btn-success:active:hover {
  color: #fff;
  background-color:  #00a7df;
}
.btn-green {
    font-size: 1.4rem!important;
  color: #fff;
  background-color: #90c31f;
  border: 0;
     width: 250px;
    font-weight: bold;
}

.btn-green a{
    text-decoration: none;
  color: #fff;
  background-color: #90c31f;
  border: 0;
}
.btn-green:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #90c31f;
  border: 0
}
.btn-orange{
  color: #fff;
  background-color: #fc4622;
  border: 0;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 auto;
}

.btn-orange a{
    text-decoration: none;
  color: #fff;
    
  background-color: #fc4622;
  border: 0;
}
.btn-orange:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #fc4622;
  border: 0
}
.btn-or{
  color: #00a7df;
  border: 0;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto;
}

.btn-or a{
    text-decoration: none;
    
  color: #00a7df;
  border: 0;
}
.btn-or:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #00a7df;
  border: 0
}
.btn-orange2{
  color: #fff;
  background-color: #fc4622;
  border: 0;
     width: 400px;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    margin: 2rem auto;
}

.btn-orange2 a{
    text-decoration: none;
  color: #fff;
    
  background-color: #fc4622;
  border: 0;
}
.btn-orange2:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #fc4622;
  border: 0
}


.btn-buy{
  color: #fff;
  background-color: #fc4622;
  border: 0;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 auto;
    padding: 5px 20px;
}

.btn-buy a{
    text-decoration: none;
  color: #fff;
    
  background-color: #fc4622;
  border: 0;
}

.border_number{ font-size: 1.8rem;
    font-weight: 600;
    color: #fc4622;
    text-align: center;
    border: 5px solid #fc4622;
    width: 250px;
    margin: 1rem auto 2rem;
}
.btn-buy:hover, .btn-primary:focus, .btn-primary:active:hover {
  color: #fff;
  background-color: #fc4622;
  border: 0
}
/*** Footer ***/
#footer {
  margin: 0 auto;
  padding: 16px 0;
  font-size: 0.8rem;
  text-align: center;
  color: #ffffff;
  line-height: 160%;
  background-color: #333;
}
#footer a {
  color: #fff;
}
#footer a:hover, a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  color: #fff000;
}
@media (max-width: 465px) {
  #footer {
    padding: 16px 4px;
  }
}
.card2 {
    background-color: #ffffff;
    padding: .8rem;
  border-radius: 15px;
  box-shadow: 0 2px 6px 1px #167ac6;
}
.card {
    padding: 2rem;
  border-radius: 15px;
  box-shadow: 0 2px 6px 1px #167ac6;
}
@media (max-width: 465px) {
    .title_name {
    padding-bottom: .3rem !important;
    line-height: 1.3;
    font-size: 1.1rem!important;
    font-weight: 600;
    color: #fc4622;
    padding-top: 1rem !important;
    height: 90px;
}
    .col-md-6{width:50%;}
    .cover{ width:140px;}
    .MT-5 {
    margin-top: 0rem;
    margin-bottom: 1rem;
}
    .btn-orange2{ width: 100%!important;}
  .card {
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #167ac6;
      padding: 1rem;
  }
    .container{ width: 95%!important;
}
}
.video{ width:90%;display: block; margin: 0 auto;}
.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;}
.container{ width: 1000px;
}
.mjy {
  color: #00a7df;
}
.mky {
  color: #90c31f;
}
.oky {
  color: #fc4622;
}

.title01 {
  font-size: 1.7rem;
  font-weight: 500;
}
.title02 {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fc4622;
  padding-top: 1rem !important;
}
.title_name {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fc4622;
    height:90px;
  padding-top: 1rem !important;
}
.title_name_m {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 2rem;
  font-weight: 600;
  color: #fc4622;
  padding-top: 1rem !important;
}
.title02_center {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fc4622;
    text-align: center;
  padding-top: 1rem !important;
}
.title_blue {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
  color: #00a7df;

}

.title_green {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
  color: #90c31f;
    padding-top: 2rem;
 
}
.infoarea {
  max-width: 760px;
}


.btn-group-lg>.btn, .btn-lg {
padding: .5rem 1.1rem;
    font-size: 1.3rem;
    border-radius: 10rem;
   
}
@media (max-width: 992px) {
  .title01 {
    font-size: 1.5rem;
  }
  .title02 {
    font-size: 1.6rem;
  }
}
.mb-5 {
    margin-bottom: 1rem !important;
    margin-top: 3rem;
}
.w70{ max-width:70%;}
@media (max-width: 465px) {
    .title_green {
   padding-bottom: .3rem!important;
    line-height: 1.3;
  font-size: 1.8rem;
  font-weight: 600;
  color: #90c31f;
    padding-top: 0rem;
 
}
  .title01 {
    font-size: 1.3rem;
  }
  .title02 {
    font-size: 1.3rem;
  }
}
.title {
  font-size: 1.4rem;
  font-weight: 600;
}
.name {
    color:#fc4622;
  font-size: 1.3rem;
  font-weight: 600;
}
.money {
    color:#999999;
  font-size: 1rem;
  font-weight: normal;
}
.list {
    color:#111111;
  font-size: .9rem;
  font-weight: normal;
    text-align: left;
    padding: 10px 15px;
}
.title2 {
    letter-spacing: -1px;
    color:#fc4622;
  font-size: 1.4rem;
  font-weight: 600;
}
.title3 {
       color:#333333;
  font-size: 1.2rem;
  font-weight: 600;
}
.title03 {
  font-size: 1.4rem;
  font-weight: 600;
}
.mt-1{ margin-top :1rem!important;}
@media (max-width: 1200px) {
  .title {
      padding-top:0px;
    font-size: 1.4rem;
  }
     .title2 {
      padding-top:0px;
    font-size: 1.5rem;
  }
}
.text {
  font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing :-1px;
}
.text_o {
  font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing :-1px;
}
.text_h {
  font-size: 1.2rem;
    padding-top: 2rem;
    line-height: 1.8;
    letter-spacing :-1px;
}
.text_s {
  font-size: .9rem;
    padding: 10px 0;
}
.text_money {
    text-decoration: line-through;
  font-size: .9rem;
    padding: 0;
}
.textarea {
  max-width: 275px;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem;
}
.card-body > img {
    width: 100%;
    padding-top:25px;
}
@media (max-width: 820px) {
  .text {
    font-size: 1.3rem;
  }
  .textarea {
    max-width: none;
  }
  .infoarea {
    max-width: none;
  }
}
.books-icons {
    color: #ffffff;
    padding: 5px 0;
    width: 150px;
    height: 40px;
    background-color: #783737;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.good-books-box{display: block;padding-bottom: 30px;}
.good-books-box > p > b {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #e1402b;
}
.good-books-box > p {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

.pb-5 {
    padding-top: 1rem;
}
.pb-005 {
    
    padding-top: 4rem;
}
.books-link-area {position: absolute;width: 100%;bottom: 0;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);display: table;table-layout: fixed;}
.books-link-area > a {display: table-cell;padding: 10px 0;text-align: center;font-weight: 500;font-size: 1.1rem;text-decoration: none;outline: none;color: #FFF;}
.books-link-area > a.links-bg01 {background-image: linear-gradient( 180deg, #01a7df 10%, #3b7ac0 100%);border-right: 0.5px solid #a6c1e0;border-radius: 0 0 0 15px;
}
.books-link-area > a.links-bg02 {background-image: linear-gradient( 180deg, #8ec21f 10%, #0e9a45 100%);border-left: 0.5px solid #14582e;border-radius: 0  0 15px 0 ;
}

@media (max-width: 465px) {
    .btn-orange {
    color: #fff;
    background-color: #fc4622;
    border: 0;
    width: 100%; 
    font-size: 1.3rem;
        letter-spacing:0;
    font-weight: bold;
    margin: 0 auto;
}
    .m-t{
    }
    
    .back-to-banner {
  bottom: 70px;
    width: 150px;
}
  .text {
    font-size: 1.2rem;
  }
}
.gift01 {
  color: #333333;
}
.gift02 {
  color: #fc4622;
}
.price01 {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #333333;
}
.price02 {
  font-size: 3.7rem;
  line-height: 100%;
  font-weight: 600;
  color: #fc4622;
}
.price03 {
  font-size: 1.6rem;
   color: #fc4622;
}
.price08 {
  font-size: 1.3rem;
   color: #333333;
}
.price04 {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #e85653;
  border: 1px solid #e85653;
  padding: 6px 30px;
}
.price05 {
  font-size: 1.8rem;
  font-weight: 600;
}
.price06 {
  font-size: 2rem;
  font-weight: 600;
  color: #e85653;
}
.price07 {
  font-size: 1rem;
  font-weight: 400;
  color: #4c4c4c;
}

@media (max-width: 1024px) {
  .card .title {
    font-size: 1.5rem;
  }
  .price02 {
    font-size: 2.7rem;
  }
}
.info{font-size: 1rem; padding-top: 15px;}
.note {
  background-color:rgba(27,127,204,.8);
  font-size: 0.9rem;
}
#c2 {
  background-image: url("../../img/bg_pic01.png");
  background-position: center top;
}
#part01 {

  background-position: center top;
}
#part02_1 {
  background-image: url("../../img/bg02_t.gif");
  background-position: center top;
  height: 66px;
}
#part02 {
  background-image: url("../../img/bg02.gif");
  background-position: center top;
}
#part02bg {
  background-image: url("../../img/bg_pic02.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#part02_2 {
  background-image: url("../../img/bg02_m.gif");
  background-position: center top;
  height: 66px;
}
#part03 {
  background-image: url("../../img/bg03.gif");
  background-position: center top;
}
#part03bg {
  background-image: url("../../img/bg_pic03.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
#part03_2 {
  background-image: url("../../img/bg03_b.gif");
  height: 66px;
  background-position: center top;
}
#part04 {
  background-image: url("../../img/bg_pic04.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #part02bg {
    background-image: none;
  }
  #part03bg {
    background-image: none;
  }
}
mark {
  background-color: transparent;
  padding: 2px 6px;
  border-radius: 5px;
  color: #e85653;
  background: linear-gradient(transparent 40%, rgba(255, 236, 139, 0.00) 50%, #FFEC8B 75%, #FFEC8B);
}
.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 20px;
  z-index: 99;
  width: 60px;
  height: 60px;
}
@media (max-width: 465px) {
  .back-to-top {
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 99;
    width: 40px;
    height: 40px;
  }
}

