@import url("reset.css");
:root {
  --aqua-blue: #b9cfed;
  --light-brown: #fae9d2;
  --main-brown: #6e2419;
  --deep-brown: #573217;
  --light-skin-brown: #eec994;
  --indigo-blue: #1e1259;
  --cerulean-blue: #075aaa;
  --red-primary: #f23a2e;
  --card-red: #eb2226;
  --card-gray: #a7a9ac;
}
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,a,form,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/*html,body {
  overflow-x: hidden;}*/
body {
  font-size: 16px;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  background: url("../img/stars_bg.png") center center / auto repeat,
  radial-gradient(at 0% 0%, rgba(80, 160, 220, 0.5), transparent 50%),
  radial-gradient(at 100% 0%, rgba(150, 140, 210, 0.5), transparent 50%),
  radial-gradient(at 0% 40%, rgba(50, 180, 150, 0.5), transparent 50%),
  radial-gradient(at 80% 60%, rgba(240, 160, 180, 0.6), transparent 50%),
  radial-gradient(at 20% 100%, rgba(100, 150, 210, 0.5), transparent 50%),
  #e8f4f8; }

/*::-moz-selection {
  background: #41145f;
  color: #fff; }

::selection {
  background: #41145f;
  color: #fff; }*/

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  color: #000;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif; }

a {
  padding: 0px;
  color: #428bca;
  text-decoration: none;
  outline: none; /* for Firefox */
  hlbr:expression(this.onFocus=this.blur()); /* for IE */
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover,
  a:focus {
    color: #3a437a;
    text-decoration: none; }
a,
a:visited,
a:focus,
a:hover,
a.active {
  outline: 0; }
p {
  font-size: 1rem;
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  line-height: 1.5;
  padding-top: 12px; }

p.large {
  font-size: 2rem;
  line-height: 1.5; }
p.lg_video, b.lg_video {
  font-size: 1.25rem;
  color:#000;
  text-align: justify; }
b.lg_video {
  font-size: 65%;
  line-height: 1.18;
  padding-top: 2%;
  padding-bottom: 2%;
  text-align: center;
  display: block; }
b, strong, .strong {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold; }

div > img, section > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
button {
	margin: 0px;
	padding: 0px;
	border: 0px; }
button:hover {
  outline: none; /* for Firefox */
  hlbr:expression(this.onFocus=this.blur()); /* for IE */ }

main{
  overflow: hidden;
}
.circle-1 {border-radius: 1rem;}
.circle-2 {border-radius: 2rem;}
.circle-3 {border-radius: 3rem;}

.text-black {
  color: #000 !important; }
.text-gray {
  color: #dcdcdc; }
.text-deepgray {
  color: #8c8c8c; }
.text-deepblue {
  color: #103779; }
.text-dirtyblue {
  color: #586880; }
.text-lightblue {
  color: #e5edf2; }
.text-pink {
  color: #b03998; }
.text-red {
  color: #e6281c; }
.text-yellow {
  color: #fff100; }
.text-lightgreen {
  color: #b6df42; }
.text-bsmain {
  color: #422c74; }
.text-lightpurple {
  color: #c5bede; }
.text-deeppurple {
  color: #532c6d; }
.text-purple {
  color: #31115c; }
.text-main {
  color: var(--main-brown); }
.text-deep-brown {
  color: var(--deep-brown); }
.text-coffee {
  color: #514541; }
.text-brown {
  color: #a17a40; }
.text-light-brown {
  color: var(--light-brown); }
  
.text-sm, .text-md, .text-md, .text-xl {
  font-family: Arial, Helvetica,"微軟正黑體","Microsoft JhengHei", simhei, sans-serif;
  line-height: 1.25; }
.text-sm {
  font-size: 0.8125rem; }
.text-md {
  font-size: 1rem; }
.text-lg {
  font-size: 1.25rem; }
.text-xl {
  font-size: 1.5rem; }
@media screen and (max-width: 767.98px) {
  p.large {
    font-size: 150%;
    line-height: 1.5; }
	.text-lg { font-size: 100%; }}

.bg-black {
  background: #000 !important; }
.bg-lightgray {
  background: #dde6ec; }
.bg-gray {
  background: #dcdcdc; }
.bg-darkgray {
  background: #424242; }
.bg-navyblue {
  background: #19559e; }
.bg-lightpurple {
  background: #b7aed6; }
.bg-bluepurple {
  background: #3a437a; }
.bg-pink {
  background: #ec87b3; }
.bg-yellow {
  background: #ffc600; }
.bg-lightyellow {
  background: #fff100; }
.bg-lightgreen {
  background: #c3d700; }
.bg-light-purple {
  background: #dcd8e8; }
.bg-light-pro {
  background: #f5f4f9; }
.bg-darkpurpl {
  background: #f1cc98; }
.bg-green {
  background: #6fba2c; }
.bg-darkcoffee {
  background: #514541; }
.bg-darkblue {
  background: #003b50; }
.bg-darkorange {
  background: #d5c4ba; }
.bg-color {
  background: radial-gradient(at 0% 50%, rgba(246, 247, 196, 0.5), transparent 80%), radial-gradient(at 100% 100%, rgba(243, 161, 203, 0.7), transparent 50%), #83d8e72e; }
.bg-cloud-top {
    background: transparent url("../img/bg-cloud-top.png") center top no-repeat; background-size: auto; }
.bg-about {
  background: transparent url("../img/bg-about.png") center center no-repeat; background-size: auto; }
.bg-categories {
  background: transparent url("../img/bg.png") center bottom no-repeat; background-size:105%; }
.bg-main {
  background: #fce4c2; }
.purplbox, .yellowbox {
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center; }
.purplbox {
  color: #fff60c;
  background-color: var(--indigo-blue); }
.yellowbox {
  color: #41145f;
  background-color: #fff60c;
  line-height: 1rem; }
@media screen and (max-width: 767.98px) {
	.yellowbox { padding: 6px 15px; border-radius: 20px; }}

.bg-shadow { -moz-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.15); box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.15); }
.bg-shadow-md { -moz-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15); }
.bg-shadow-sm { -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15); }

.bg-light-transparent {
  background: linear-gradient(to bottom, #fff 0%,rgba(255, 255, 255, 0.25) 20%,rgba(255, 255, 255, 0) 100%); }
.bg-mainlight {
  /*background: #70bb2b;*/
  background: #885b86 url("../img/main_bg.jpg") center bottom no-repeat;
  background-size: cover; }


img.icon-md {
  width: 78px;
  height: 78px;
  line-height: 78px; }

/* btn */
.btn {
  /*position: relative;
  top: 0;*/
  padding: 0.375rem 0.75rem; }
.btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #dfe0e3;
    color: #000; }
.btn.btn-site {
    font-size: 21px;
    line-height: 21px;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	margin-left: -2%;
    padding: 18px 15px 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
	position: relative;
    background: #fff;
    color: #4b1e86;
    border: #4b1e86 solid 2px;
    border-radius: 13px; }
.btn.btn-site:hover {
    border: #4b1e86 solid 3px; }
  @media (max-width: 767.98px) {
    .btn.btn-site {
	  margin-left: -0%;
	  margin-top: -3%;
	  margin-bottom: 20px; } }

  .btn.btn-site img {
	max-width: 42px;
	max-height: 67px;
	top: -42px;
	left: -20px;
	position: absolute; }

  .btn.btn-sm {
    font-size: 0.9rem; }
  .btn:hover {
    -webkit-box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important;
    box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.8) !important; }
  .btn.pill {
    border-radius: 30px !important; }
  .btn.btn-white.btn-outline-white {
    border-color: #fff;
    background: transparent;
    color: #fff; }
    .btn.btn-white.btn-outline-white:hover {
      background: #fff;
      color: #000; }

.btn-primary {
    color: #fff;
    background-color: #64247f;
    border-color: transparent;
    border-radius: 1rem;
}
.btn-primary:hover {
    color: #fff;
    background-color: #49145f;
    border-color: transparent;
}
.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #49145f;
    border-color: transparent;
    box-shadow: 0 0 0 0.2rem rgba(88, 76, 157, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #64247f;
    border-color: #64247f;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #64247f;
    border-color: transparent;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(88, 76, 157, 0.5);
}

.btn-play-wrap, .btn-step-wrap {
	position: relative;
	height: 100px;
	width: 100px; }


.btn-play, .btn-step {
	display: inline;
	width: 80px;
	height: 80px;
	background: rgba(190, 62, 68, 0.85);
	border-radius: 50%;
	position: absolute;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.btn-step {
    margin-top: 10px;
	width: 100px;
	height: 100px;
	background: rgba(88, 42, 115, 0.85); }
.btn-step span.text-step {
	margin-left: -5px;
	margin-right: 3px;
	font-size: 21px;
	line-height: 1; }

.btn-play span {
	position: absolute;
	top: calc(100%/2);
	left: calc(100%/2 + 1px);
	font-size: 25px;
	color: #fff;/*color: #201a64;*/
    -webkit-filter: drop-shadow(1px 4px 3px rgba(66, 8, 10, 0.50));
    filter: drop-shadow(1px 4px 3px rgba(66, 8, 10, 0.50));
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }

.btn-play:hover {
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	background: rgba(190, 62, 68, 0.95);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
.btn-play:hover span {
	font-size: 33px;
	color: #fff;/*color: #000;*/
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; }



/* footer */
footer {
	margin: 0px;
    padding: 0px;
    text-align: center;
	background: transparent;
}
footer #subfooter {
    margin: 0px auto;
	padding: 0px;
}
footer #subfooter .container-fluid.bg {
	padding: 6px 0px;
  /*  background: transparent url("../img/logo_footbg.jpg") center top repeat;*/
  background: #1e1259;
}
footer #subfooter p {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 28px;
	padding: 15px 10px;
}
footer #subfooter .logo_AMC_foot {
    margin: 15px auto 5px;
    padding: 0px;
	max-width: 991px;
	position: relative;
}
footer #subfooter .tel_div {
    margin: 0px auto;
    padding: 0px;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.2px;
	color: #fff;
	float: left;
}
footer #subfooter .tel_div img {
    margin: 0px auto;
    padding: 0px;
	text-align: center;
	display: block;
}
footer #subfooter .tel_div span {
    margin: 0px 5px 0px 0px;
	font-size: 16px;
	line-height: 16px;
}
footer #subfooter .tel_div a {
    margin: 3px 0px 0px;
    padding: 0px 12px 0px 8px;
	color: #fff;
	border-right: #ba0000 solid 1px;
	font-size: 16px;
	display: inline-block;
}
footer #subfooter .tel_div a:focus,
footer #subfooter .tel_div a:hover,
footer #subfooter .tel_div a:active,
footer #subfooter .tel_div a.active {
	color: #fff;
	text-decoration: none;
}
footer #subfooter .tel_div a.noline {
	border-right: #601986 solid 0px;
}
footer #subfooter .web_div {
    margin: 0px auto;
    padding: 0px;
}
footer #subfooter .web_div img {
	border-left:#FFF solid 4px;
	margin: 3px -14px 10px -25px;
	display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
	footer #subfooter p {
        font-size: 15px;
        line-height: 26px;
        padding: 15px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		float: none;
    }
	footer #subfooter .web_div {
		margin: 10px auto 0px;
		float: none;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 4px;
		margin: 3px -38px 10px -10px;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
	footer #subfooter p {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		font-size: 15px;
		float: none;
    }
	footer #subfooter .tel_div span {
		font-size: 15px;
		line-height: 15px;
    }
	footer #subfooter .web_div {
		margin: 10px auto 0px;
		float: none;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 3px;
		margin: 3px -23px 10px -21px;
    }
}
@media screen and (max-width: 479px) {
	footer #subfooter p {
        font-size: 13px;
        line-height: 20px;
        padding: 10px 10px;
    }
    footer #subfooter .logo_AMC_foot {
        max-width: none;
    }
	footer #subfooter .tel_div {
		font-size: 13px;
		float: none;
    }
	footer #subfooter .tel_div span {
		margin: 0px 0px 0px 0px;
		font-size: 13px;
		line-height: 13px;
    }
	footer #subfooter .tel_div a {
		padding: 0px 3px 0px 1px;
		font-size: 100%;
    }
	footer #subfooter .web_div img {
		border-left:#FFF solid 3px;
		margin: 3px -25px 10px -18px;
		width: 53%;
		height: 53%;
    }
}

/* Navbar */
.site-navbar-top {
  display: block;
  margin-top: -20px; }
  .site-navbar-top a {
    color: #fff; }
  .site-navbar-top .text-with-icon {
    color: rgba(255, 255, 255, 0.5); }

.site-navbar-top, .site-navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0); }
.site-navbar-top .page-scroll {
  border: 0px solid rgba(0, 0, 0, 0.9);
  display: inline-block; }


.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  background: transparent !important; }
.site-navbar .navbar-brand {
  margin-top: 13px;
  position: absolute; }
.site-navbar .site-navigation {
  margin: 0px 50px 0px 0px;
  text-align: right; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
	float: right !important;
	font-size: 16px;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	line-height: 22px; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #000; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 18px;
	  line-height: 28px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 3px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        text-transform: uppercase;
        letter-spacing: .05em;
        color: rgba(0, 0, 0, 0.6);
        font-size: 15px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 10px; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        border-radius: 7px;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #000;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 15%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #000;
            border-width: 7px;
            margin-left: -7px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #000 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block;
			line-height: 24px;
			white-space: normal; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a mark {
			padding: 0px;
			background-color: transparent;
			color: #ffe84e; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #ffe84e;
			  background-color: transparent; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e080";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #ffe84e;
			background-color: transparent; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }


/* mobile-Navbar */
    .navbar-collapse .navbar-nav li {
	  margin: 0px auto;
	  padding: 10px 5px 0px; }
    .navbar-collapse .navbar-nav li a {
      color: #333;
	  font-size: 23px;
	  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	  font-weight: bold;
	  width: 160px;
	  border: #fff solid 1px; }
    .navbar-collapse .navbar-nav li a:hover {
      color: var(--indigo-blue);
	  border: var(--indigo-blue) solid 1px; }
    .navbar-collapse .navbar-nav li ul li {
	  margin: 0px;
	  padding: 2px 5px 0px; }
    .navbar-collapse .navbar-nav li ul li a {
      color: #080808;
	  font-size: 18px;
	  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	  font-weight: normal;
	  line-height: 22px;
	  white-space: normal; }
    .navbar-collapse .navbar-nav li ul li a mark {
      padding: 0px;
      background-color: transparent;
      color: #f23a2e; }
    .navbar-collapse .navbar-nav .dropdown-site {
      margin: 0px;
      padding: 0px; }


.site-navbar-wrap {
  background: transparent !important;
  position: fixed;
  z-index: 99;
  width: 100%;
  padding: 0 0 10px;
  margin-bottom: 50px;
  left: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .site-navbar-wrap .site-menu-bar {
    padding: 0px;
	display: inline-block; }
  .site-navbar-wrap .site-menu-toggle {
    display: none; }
  .site-navbar-wrap .site-menu-toggle span {
    color: #fff;
	margin: 6px;
	border-radius: 3px;
	border: #fff solid 1px;
	background-color: rgba(0, 0, 0, 0.1); }
  .site-navbar-wrap .site-menu-toggle span.icon-bar {
    display: block; width: 28px; height: 1px; border-radius: 1px; border: #fff solid 1px; }
  .site-navbar-wrap .site-menu-toggle span.icon-bar + span.icon-bar {
    margin-top: 2px; }
  .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a {
    color: rgba(255, 255, 255, 0.95);
    /*text-shadow: 1px 1px 2px var(--indigo-blue);*/
    font-size: 1.375rem;
	  font-weight: bold;
	  margin-top: 10px;
	  padding: 10px 14px 6px 18px;
    border-radius: 16px;
	  background: #18367d url("../img/main_sm-bg.jpg") right center / 180% no-repeat;
    border: transparent solid 3px;
    box-shadow: 0 8px var(--indigo-blue); }
    .site-navbar-wrap .site-navbar .site-navigation .site-menu > li > a:hover {
      color: #fff; }

	  
  .site-navbar-wrap.scrolled {
    z-index: 99;
    padding: 0px 0;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    background: rgba(255, 255, 255, 0.0) !important; }
    .site-navbar-wrap.scrolled .site-menu-toggle span {
      color: #000; }
    .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a {
      color: rgba(255, 255, 255, 0.95);
      /*font-size: 16px;*/
      border-radius: 16px;
      background: #18367d url("../img/main_sm-bg.jpg") right center / 180% no-repeat;
      border: transparent solid 3px;
      box-shadow: 0 8px var(--indigo-blue); }
      .site-navbar-wrap.scrolled .site-navbar .site-navigation .site-menu > li > a:hover {
        color: #fff; }

/* 當 Scrollspy active 類別時 */
.site-navbar .site-navigation .site-menu > li > a.nav-link.active {
  background-color: #eeeeee !important;
  color: var(--indigo-blue) !important;
  font-weight: bold !important;
  font-size: 1.75rem;
  background: #18367d url("../img/main_sm-light.jpg") right bottom / 142% no-repeat;
  filter: brightness(1.2);
  border: var(--indigo-blue) solid 3px;
  box-shadow: 0 8px var(--indigo-blue);
  transition: 0.3s all ease;
}
/* 避免滑鼠移入時跳色 */
.site-navbar .site-navigation .site-menu > li > a.nav-link.active:hover {
  color: var(--indigo-blue) !important;
  background-color: #eeeeee !important;
}

	  
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-navbar-wrap .container {
	max-width: 96%; }
  .site-navbar .col-lg-2 {
	width: 16%;
	min-width: 110px; }
  .site-navbar .col-lg-10 {
	width: 84%;
	padding: 0px 0px 0px; }}
@media (max-width: 767.98px) {
  .site-navbar-wrap .container {
	max-width: 98%; }
  .site-navbar .col-lg-2 {
	width: 115px; }
  .site-navbar .col-lg-10 {
	width: 98%;
	margin-top: 10px;
	padding: 10px 0px 0px 110px; }
  .site-navbar .col-lg-10 .navbar-icon {
	float: right;
	padding: 12px;
	border-radius: 10px;
	background-color: var(--indigo-blue); }
  .site-navbar-wrap .site-menu-bar {
	float: right; }
  .site-navbar-wrap.scrolled {
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.0);
    background: rgba(255, 255, 255, 0.0) !important; }}
@media (max-width: 479.98px) {
  .site-navbar-wrap .container {
	max-width: 100%; }
  .site-navbar .col-lg-2 {
	width: 115px; }
  .site-navbar .col-lg-10 {
	width: 100%;
	margin-top: 10px;
	padding: 10px 0px 0px 110px; }
  .site-navbar .col-lg-10 .navbar-icon {
	float: right;
	background-color: var(--indigo-blue); }}

/* Nav-open */
.nav-open .site-navbar-wrap > .container {
  transform: translate3d(-424px, 0, 0);
}
.nav-open .icon-bar {
  border: #fff solid 2px;
  border-radius: 1px;
}
@media (max-width: 991px) {
  .nav-open .site-navbar-wrap > .container {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}
/* Site-mobile-menu */
.site-mobile-menu {
  position: fixed;
  z-index: 2000;
  padding: 15px;
  width: 100%; }
  
  .site-mobile-menu .navbar-collapse {
    margin: 0;
    padding: 0;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
    list-style: none;
    position: relative; }
    .site-mobile-menu .navbar-collapse a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .navbar-collapse a:hover {
        color: #f23a2e; }
    .site-mobile-menu .navbar-collapse li {
      position: relative;
      display: block; }
      .site-mobile-menu .navbar-collapse li.active > a {
        color: #f23a2e; }
    .site-mobile-menu .navbar-collapse .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .navbar-collapse .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .navbar-collapse .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .navbar-collapse .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .navbar-collapse > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .navbar-collapse > li > a {
        padding-left: 20px;
        font-size: 23px; }
      .site-mobile-menu .navbar-collapse > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .navbar-collapse > li > ul > li {
          display: block; }
          .site-mobile-menu .navbar-collapse > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .navbar-collapse > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .navbar-collapse > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .navbar-collapse > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
				
@media (max-width: 767.98px) {
  .site-navbar .site-navigation .site-menu {
    display: none; }
  .site-navbar-wrap .navbar-toggler {
    display: block; }
  .site-mobile-menu .navbar-toggler {
    margin: 0;
    padding: 12px 10px;
	top: 0;
	right: -8%;
    position: absolute;
	background-color: rgba(229, 237, 242, 0.00); } }
/* end Navbar */


section {
  margin: 0px auto;
  padding: 0;
  position: relative; }
section .member_top, section .member_bg {
	margin: 0;
	padding: 0px;
	text-align: center;
	width: 100%;
	position: absolute;
}
section .member_top {
	top: 0;
}
section .member_bg {
	bottom: 0;
}

section .member_bg img.member_group, section .member_top img.member_group {
	display: inline;
}
section .member_bg img.member_group_s, section .member_top img.member_group_s {
	display: none;
}

img.member_peter, img.member_candy, img.member_yuma {
  width: 300px;
  height: 300px;
  display: inline-block;
}
section .member_bg img.member_yuma {
  margin-left: calc(100%/2 - 42px);
	margin-bottom: calc(-100%/5 + 42px);
}

  @media (max-width: 767.98px) {
	  section .member_bg {
      width: calc(100% + 50px);
      margin: 0 -25px; }
    section .member_bg img.member_group, section .member_top img.member_group {
      display: none; } 
    section .member_bg img.member_peter, section .member_bg img.member_candy, section .member_bg img.member_yuma {
      width: 180px;
      height: 180px; }
    section .member_bg img.member_peter, section .member_bg img.member_candy, section .member_bg img.member_yuma,
    section .member_bg img.member_group_s, section .member_top img.member_group_s {
      display: inline-block; }
    section .member_bg img.member_yuma {
      margin-bottom: calc(-100%/5 - 42px); }
    section .member_bg img.member_group_s {
      margin-bottom: -1px; }}



.site-section {
  padding: 28px 0 0px; }
  .site-section h2 {
  font-size: 2.625rem;
  line-height: 1.25;
  margin: 42px 8px 20px;
  padding: 8px 3% 3px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color:  var(--main-brown); /*color: #433835;*/
  outline: none;
  position: relative;
  border-radius: 30px;
  border: var(--deep-brown) solid 4px;
  background-color: var(--light-brown);
  box-shadow: 0 8px var(--deep-brown); }
  #prize .site-section h2 {
  background-color: #f5f4f9; }
  #pro-learn .site-section h2 {
  background-color: #dcd8e8; }
  #notelist .site-section h2 {
  background-color: #b7aed6; }
  .site-section h2 span {
  font-size: 110%; }


  @media (min-width: 768px) {
    .site-section {
      padding: 120px 0 160px; }}
  @media (max-width: 1199.98) {
    .site-section h2 {
      font-size: 250%; }}
  @media (max-width: 991.98px) {
    .site-section h2 {
      font-size: 225%; }}
  @media (max-width: 767.98px) {
    .site-section h2 {
      font-size: 200%;
      border-radius: 25px; }}
  @media (max-width: 479.98px) {
    .site-section h2 {
      font-size: 187.5%;
      border-radius: 18px; }}

.section-heading h3 {
  font-size: 31px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px; }
.section-heading h3 span {
  color: #532c6d;
  display: block; }
.section-heading h3.purplbox {
  color: #fff60c;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: transparent; }
.section-heading h3.purplbox span {
  color: #532c6d; /*color: #c5bede;*/ }
.section-heading h3.yellowbox span {
  color: #532c6d; /*color: #c5bede;*/ }
.section-heading .glyphicon img {
  margin-top: -15px;
  line-height: 1; }

  @media (max-width: 767.98px) {
    .section-heading h3 {
      font-size: 29px;
      line-height: 38px; }
    .section-heading p.h2 {
      font-size: 187.5%; }}
  @media (max-width: 479.98px) {
    .section-heading h3 {
      font-size: 25px;
      line-height: 30px; }
    .section-heading h3 span {
      font-size: 25px;
      line-height: 30px;
	  display: inline; } 
    .section-heading p.h2 {
      font-size: 150%; }
    .section-heading p.h4 {
      font-size: 137.5%; }}
.section-heading ol {
  list-style: decimal;
  margin: 5px 0px 5px 25px; }
.section-heading li {
  font-size: 16px; }


@media (max-width: 767.98px) {
  .display-3, .display-2, .display-4 {
    font-size: 3rem !important; /*設定文字大小(-4為56px3.5rem)(-3為72px4.5rem)(-2為88px5.5rem)(-1為96px6rem)*/ } }
	
.site-section .cardvideo {
  margin-top: -15%;
  z-index: 5; }
@media (max-width: 767.98px) {
  .site-section .cardvideo {
	display: table; } }


/* Blocks-cover */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -0px !important;
  margin-bottom: -10px !important; }
  .site-blocks-cover .container {
	margin: 0px auto;
  padding: 0px 0px;
	max-width: 100%; }
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 860px;
    height: 100vh; }
.site-blocks-cover .intro-main {
  overflow: hidden;
  position: absolute;
  margin: 0% auto;
  padding: 0px 0px;
  width: 100%; }
.site-blocks-cover .intro-main img.ReachStars {
  margin-top: calc(100%/9 - 5%);
  margin-left: -3%;
  padding-left: 0%;
  padding-right: 0%;
  position: inherit; }
.site-blocks-cover .intro-main img.bg {
  display: inherit;
  position: absolute;
  left: calc(100%/2 - 500px);
  bottom: 100px; }
  .site-blocks-cover .intro-main img.bg_carriage {
    position: absolute;
    padding-right: calc(100%/2);
    margin-left: -20%;
    left: auto;
    bottom: 0; }
.site-blocks-cover .intro-main img.bg_cloud, .site-blocks-cover .intro-main img.bg_cloud_s {
  max-width: auto;
  max-height: auto;
  left: 0;
  bottom: 10px;
  position: absolute;
  display: inline; }
.site-blocks-cover .intro-main img.bg_cloud_s {
  display: none; }


/*@media (min-width: 1200px) and (max-width: 1365.98px) {
  .site-blocks-cover .container {
	max-width: 100%; }}*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 850px;
    height: calc(100vh/2); }
  .site-blocks-cover .intro-main img.ReachStars {
    margin-top: calc(100%/10 - 0%);
    margin-left: -12%; }
  .site-blocks-cover .intro-main img.bg {
	  max-width: 108%;
	  max-height: 108%; }
  .site-blocks-cover .intro-main img.bg_carriage {
    margin-left: 0;
    left: -6%; }}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 780px;
    height: calc(100vh/2); }
  .site-blocks-cover .intro-main img.ReachStars {
	  width: 688px;
	  height: 430px;
	  max-width: 100%;
	  max-height: 100%;
    margin-top: calc(100%/10 - 0%);
    margin-left: -15%; }
  .site-blocks-cover .intro-main img.bg {
    left: calc(100%/2 - 400px);
    max-width: 108%;
    max-height: 108%; }
   .site-blocks-cover .intro-main img.bg_carriage {
    margin-left: 0;
    left: -6%;
    bottom: 0; }
  .site-blocks-cover .intro-main img.bg_cloud {
	display: none; }
  .site-blocks-cover .intro-main img.bg_cloud_s {
	display: inline;
   /* left: calc(100%/10 - 8.5%);
    bottom: 0px;*/
	width: 992px;
	height: 243px;
	max-width: 100%;
	max-height: 100%; }}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 680px;
    height: calc(100vh/2); }
  .site-blocks-cover .intro-main img.ReachStars {
	  width: 542px;
	  height: 339px;
	  max-width: 100%;
	  max-height: 100%;
    margin-top: calc(100%/10 + 42px);
    margin-left: -4%; }
  .site-blocks-cover .intro-main img.bg_cloud {
	  display: none; }
  .site-blocks-cover .intro-main img.bg_cloud_s {
	  display: inline;
    left: calc(100%/10 - 8.5%);
    bottom: 0px;
	  max-width: 100%;
	  max-height: 100%; }}
@media (min-width: 480px) and (max-width: 575.98px) {
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 580px;
    height: calc(100vh/2); }
  .site-blocks-cover .intro-main img.ReachStars {
	  width: 420px;
	  height: 263px;
	  max-width: 100%;
	  max-height: 100%;
    margin-top: calc(100%/10 + 42px);
     margin-left: -10%; }
  .site-blocks-cover .intro-main img.bg_cloud {
	display: none; }
  .site-blocks-cover .intro-main img.bg_cloud_s {
	  display: inline;
    left: calc(100%/10 - 10%);
    bottom: 0px;
	  max-width: 100%;
	  max-height: 100%; }}
@media screen and (max-width: 479.98px) {
  .site-blocks-cover, .site-blocks-cover .row {
    min-height: 458px;
    height: calc(100vh/2); }
  .site-blocks-cover .intro-main img.ReachStars {
	  width: 320px;
	  height: 200px;
	  max-width: 100%;
	  max-height: 100%;
    margin-top: calc(100%/10 + 42px);
    margin-left: -7.5%; }
  .site-blocks-cover .intro-main img.bg_cloud {
	  display: none; }
  .site-blocks-cover .intro-main img.bg_cloud_s {
	  display: inline;
    left: calc(100%/10 - 10%);
    bottom: 0px;
	  max-width: 100%;
	  max-height: 100%; }}
  
  @media screen and (max-width: 767.98px){
    .site-blocks-cover .intro-main img.bg {
      left: auto;
      max-width: 108%;
      max-height: 108%; }
    .site-blocks-cover .intro-main img.bg_carriage {
      margin-left: 0;
      left: -6%;
      bottom: 3.5rem; }}

	

  .site-blocks-cover h1 {
    color: #c99abc;
    font-size: 2.625rem;
    font-weight: bold;
    top: -100%;
    left: calc(100%/4);
    letter-spacing: -2px;
    position: absolute; }
  .site-blocks-cover h2 {
    font-size: 1.75rem;
    font-weight: bold;
    /*text-shadow: 1px 2px 5px rgba(0,0,0,0.42);*/
    margin-top: 0.25%;/*margin-top: -100%;*/
    margin-bottom: 2.5%;
    margin-left: auto;/*margin-left: -4.85%;*/ }
  .site-blocks-cover p {
    font-size: 1.125rem; /*font-size: 1.3125rem;*/
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(241, 245, 247, 0.85); /*text-shadow: 1px 1px 5px rgba(0,0,0,0.75); */ }
  .site-blocks-cover p span {
    font-size: 108%; }
  .site-blocks-cover p.coverbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2.5rem; }
  .site-blocks-cover strong.col-md-6 {
    margin-left: -5%;
    width: auto; }
  .site-blocks-cover strong.col-md-6 img.prize {
    position: absolute;
    top: calc(100%/4 - 68%);
    right: -22.5%; }
  .site-blocks-cover .intro-text {
    font-size: 80px;
    line-height: 88px; }
  .site-blocks-cover .intro-big {
    font-size: 200px;
    line-height: 88px; }

@media (max-width: 1365.98px) {
  .site-blocks-cover h1 {
	margin-top: 0%;
	margin-left: -5%; }
  /*.site-blocks-cover h2 {
	margin-left: -5%; }*/ }
@media (max-width: 1199.98px) {
  .site-blocks-cover h1 {
	font-size: 32px;
	line-height: 34px; 
	margin-top: 0%;
	margin-left: -5%; }
  .site-blocks-cover strong.col-md-6 {
    width: auto; }}
@media (max-width: 991.98px) {
  .site-blocks-cover h1 {
	font-size: 28px;
	line-height: 38px; 
	margin-top: 0%;
	margin-left: -0%; }
  .site-blocks-cover p {
    font-size: 118.75%; }
  .site-blocks-cover strong.col-md-6 {
    width: auto; }}
@media (max-width: 767.98px) {
  .site-blocks-cover h1 {
	font-size: 18px;
	line-height: 24px;
	top: -26%;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	letter-spacing: -1px; }
  .site-blocks-cover h2 {
	font-size: 120%; }
  .site-blocks-cover p {
    font-size: 112.5%; }
  .site-blocks-cover strong.col-md-6 {
    width: auto; }
  .site-blocks-cover strong.col-md-6 img.prize {
    top: calc(100%/4 - 42%); }}
@media (max-width: 575.98px) {
  .site-blocks-cover p {
    font-size: 100%; }}
@media (max-width: 479.98px) {
  .site-blocks-cover h1 {
	  font-size: 17px;
	  line-height: 20px;
	  top: -28%;
	  margin-left: auto;
	  margin-right: auto;
	  width: auto;
	  letter-spacing: -1px; }
  .site-blocks-cover h2 {
	  font-size: 110%;
	  padding-left: 5px;
	  padding-right: 5px; }
  .site-blocks-cover p {
    font-size: 81.25%; }
  .site-blocks-cover strong.text-lg {
    font-size: 100%; }
  .site-blocks-cover strong span.text-xl {
    font-size: 125%; }
  .site-blocks-cover strong.col-md-6 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .site-blocks-cover strong.col-md-6 img.prize {
	  width: 102px;
	  height: 78px;
    top: calc(100%/4 - 42%); }}

/* Cover-one-item */
.cover-one-item {
  margin: 0px;
  padding: 0px; }

/* Intro-service */
.intro-service {
  padding: 5px 0px 15px; }
.intro-service .head-area {
  font-size: 21px;
  font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
  font-weight: bold;
  margin: 0px; padding: -15px 0px; }
  .intro-service .head-area p {
    font-size: 18px;
	line-height: 21px;
	font-family: Arial, Helvetica,"Microsoft JhengHei", simhei, sans-serif;
	font-weight: bold;
	padding: 2px 0px 0px; }

.intro-service.line-area {
  border-top: #212853 dashed 1px;
  border-left: #212853 dashed 0px; }
  @media (min-width: 768px) {
    .intro-service.line-area {
      border-top: #212853 dashed 0px; 
      border-left: #212853 dashed 1px; } }


.player {
  position: relative;border: #FFED00 solid 1px; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player .team-number {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #f23a2e;
    border-radius: 50%;
    color: #fff; }
    .player .team-number > span {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }



.page-service {
  padding: 15px 0px; }
.page-service strong {
  font-weight: bold; }
.page-service ul.shape-s {
  list-style: square; }
.page-service ul.number {
  list-style: decimal; }
.page-service ul.number li {
  text-align: justify;
  margin-left: 25px;
  margin-right: 20px; }
.page-service ul li ul, .page-service ul li ol {
  margin: 0px 0px 0px 42px; }
.page-service ol {
  list-style: decimal;
  margin: 5px 0px 5px 25px; }
.page-service li {
  font-size: 1.5rem;
  line-height: 1.35;
  padding-bottom: 15px; }
.page-service li strong {
  font-size: 24px;
  padding-left: 3px;
  padding-right: 1px; }
.page-service .heading {
  font-size: 18px; }
  .page-service .heading a {
    color: #000; }
.page-service .boxline {
  width: 188px;
  position: absolute;
  top: 56.8%;
  border-top: #ffffff dotted 6px; }
.page-service .boxline-top {
  height: 88px;
  position: absolute;
  top: 100px;
  left: calc(100%/2 - 3px);
  border-left: #663e82 dotted 6px; }
  .page-service .boxline.line-top {
  border-top: #ffffff dotted 0px;
  border-left: #ffffff dotted 6px;
    top: 0%;
	margin: 0px 0px 0px 0px; }
  .page-service .boxline.line-first {
    left: 55%;
	margin: 12px 0px 0px 42px; }
  .page-service .boxline.line-second {
    right: 55%;
	margin: 12px 42px 0px 0px; }
  .page-service .boxline.line-third {
    left: 55%;
	margin: 12px 0px 0px 20px; }
.page-service .boxline-le {
  height: 90px;
  position: absolute;
  top: -90%;
  left: 60%;
  border-left: #64247f dotted 5px; }

  @media (min-width: 768px) and (max-width: 991px) {
	.page-service .boxline, .page-service .boxline-le {
	  top: 50%; }}
  @media (max-width: 767.98px) {
	.page-service .boxline, .page-service .boxline-le {
	  display: none; }
	.page-service p.h4 {
	  font-size: 18px;}}

/* 星星list */
    .site-block-check {
  padding: 0;
  margin: 0 0 50px 0; }
  .site-block-check li {
    position: relative;
    margin-bottom: 10px;
    display: block;
    padding-left: 46px; }
    .site-block-check li:before {
      position: absolute;
      left: 0.25rem;
      top: -6px;
      width: 42px;
      height: 42px;
      vertical-align: middle;
      display: inline-block;
      content: url("../img/list_star.svg"); }

	

.page-service > .nail-link {
  overflow: hidden;
  position: relative;
  margin: 0px auto; }
  .page-service > .nail-link h3 {
    font-size: 150%;
    font-weight: bold;
    text-shadow: -2px 0 2px #c6f1fd, 0 2px 2px #c6f1fd, 2px 0 2px #c6f1fd, 0 -2px 2px #c6f1fd;
    padding-top: 50px;
    display: inline-table; }
  .page-service > .nail-link h3 span {
    font-size: 125%;
    margin: 0px 10px;
    display: block; }
  .page-service > .nail-link h3.left {
    margin-left: -30px; }
  .page-service > .nail-link h3.right {
    margin-right: -30px; }
  .page-service > .nail-link img {
    max-width: 58%;
    max-height: 58%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .page-service > .nail-link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .page-service > .nail-link p {
    margin-top: 95px; }
/* btn-play */
  .page-service > .nail-link button.btn-play {
	margin-top: 15px;
	cursor: pointer; }
  .page-service > .nail-link:hover button.btn-play {
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%); }
  .page-service > .nail-link:hover button.btn-play span {
	font-size: 33px;
	color: #fff; /*color: #000;*/
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out; }

@media (min-width: 1200px) {
.page-service > .nail-link h3 span {
  display: inline-block; }}
@media (max-width: 767.98px) {
.page-service > .nail-link {
  overflow: hidden;
  position: relative;
  margin: -50px auto 0px; }
  .page-service > .nail-link h3 {
    font-size: 50%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }
  .page-service > .nail-link h3.left {
    margin-left: -12px; }
  .page-service > .nail-link h3.right {
    margin-left: 0px;
    margin-right: -12px; }
  .page-service > .nail-link img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 95%);
	right: calc(100% - 95%);
    max-width: 90%;
    max-height: 90%; }
  .page-service > .nail-link button.btn-play {
	position: absolute;
	width: 68px;
	height: 68px;
	top: calc(-100% + 85px);
	left: calc(100% - 50px);
    margin-top: inherit; }
  .page-service > .nail-link:hover button.btn-play {
	width: 80px;
	height: 80px;
	top: calc(-100% + 85px);
	left: calc(100% - 50px); }}
  

/* Winner Table */
.table {
  /*border: #ddd solid 2px;*/
  border-radius: 4px 4px 8px 8px; /*background-color: #FFED00;*/
  background: url("../img/bg-box.png") center bottom no-repeat, linear-gradient(90deg, #fbd6ae 0%, #fbe3c2b5 50%, #fbd6ae 100%);
  background-size: cover;
}
.table.more, .table.more_left {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-left: transparent solid 1px;
  display: table;
}
.table.more_left {
  border-top: #ddd solid 1px;
  border-left: transparent solid 1px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px 5px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.42857143;
  border-top: 3px solid var(--main-brown);
  text-align: center;
  vertical-align: middle; 
}
.table > thead > tr > th {
  color: #686868;
  line-height: 1;
  padding-top: 1.5rem;
  border-top: 5px solid var(--deep-brown);
  /*background-color: #f8f8f8;*/
}
.table > tbody > tr > td a {
  color: #4a6ea9;
}
.table > tbody > tr > td a:hover, .table > tbody > tr > td a:focus {
  color: #684aa9; }
.table > tbody > tr > td a img {
  width: 26px;
  height: 26px;
  margin-top: -5px;
  margin-left: 2px;
  background: transparent url("../img/icon-FB.gif") center center no-repeat;
  background-size: 100%;
}
.table > tbody > tr > td a:hover img, .table > tbody > tr > td a:focus img {
  background: transparent url("../img/icon-FB_h.gif") center center no-repeat;
  background-size: 100%;
}
.panel-primary {
  /*background-color: #344fb5;
  border-color: #344fb5;*/
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
}
.panel-primary > .panel-heading {
  color: #fff;
  /*background-color: #344fb5;
  border-color: #344fb5;*/
  background-color: var(--main-brown);
  border-radius: 20px 20px 0 0;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  padding-top: 0.75rem;
}
.panel-primary > .panel-heading > span > font {
  font-size: 15px;
  display: inline-block;
}
.panel-primary > .panel-heading > .text-lg, .panel-primary > .panel-heading > span.text-lg {
  font-size: 21px;
  margin-left: 4px;
}
.panel-primary > .panel-heading > .text-lg b {
  display: inline;
}

@media(min-width: 992px) {
    .table.more, .table.more_left {
		max-width: calc(100%/3);
		margin-left: -2px;
		margin-right: -2px;
		display: inline-table; }
    .table.more_left {
		border-top: #ddd solid 0px;
		border-left: #ddd solid 1px; }}
@media screen and (max-width: 991.98px) {
    .table.more_left > thead > tr.row_none > th {
		margin-top: -25px;
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 0;
		border-top: #fff solid 1px;
		border-bottom: #fff solid 0px;
    }
    .table.more_left > thead > tr > th span.row_none {
		display: none;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .panel-primary > .panel-heading {
		font-size: 1.5rem; }}
@media (min-width: 480px) and (max-width: 767.98px) {
    .panel-primary > .panel-heading {
		font-size: 1.375rem; }}
@media screen and (max-width: 479.98px) {
    .panel-primary > .panel-heading {
		font-size: 1.375rem; }
    .panel-primary > .panel-heading > span {
		font-size: 16px; }}

  
/* Modal */
.modal {
  width: 100%;
  height: 100%;
  /*height: 100%;*/
}
.modal-dialog {
  margin-top: 5%;
  margin-bottom: 5%;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 520px;/*max-width: 500px;*/
  }
}
@media screen and (max-width: 767.98px) {
  .modal-dialog {
	margin-top: 30px;
	margin-bottom: 30px;
  }
}
.modal-title {
  margin: 5px auto 0; }
.modal-header {
  margin-top: -10px; 
  z-index: 11; }
.modal-body {
  margin-top: -25px;
  padding-top: 0px;
  padding-bottom: 20px; }
  .modal-body p {
    font-size: 18px;
	line-height: 1.35;
	padding-top: 10px; }
	

/* Modal-carousel-item */
.modal-header {
  border-bottom: 0px solid #e9ecef; }


/* Animate */
img.zoom-in {
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-animation: zoom-inbox 1.2s 1;
            animation: zoom-inbox 1.2s 1; }
@-webkit-keyframes zoom-inbox {
  0% {
    opacity: 0;
	}
  10% {
    opacity: 0;
    transform: scale(0.85);
	}
  88% {
    transform: scale(1, 1.08);
	}
  100% {
    opacity: 1;
    transform: scale(1); }}
@keyframes zoom-inbox {
  0% {
    opacity: 0;
	}
  10% {
    opacity: 0;
    transform: scale(0.85);
	}
  88% {
    transform: scale(1.02, 1.06);
	}
  100% {
    opacity: 1;
    transform: scale(1); }}


/* go-top */
.back-go-top {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 15px;
	z-index: 1030;
}

.back-go-top i {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-radius: 48px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    text-align: center;
    background-color: #573217;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.back-go-top i.glyphicon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}
@media screen and (max-width: 479.98px) {
  .back-go-top {
    bottom: 120px; }}