@charset "UTF-8";
/* 顏色變數 */
/* 主色 */
/* 紅 */
/* 桃紅～粉紅 */
/* 紫 */
/* 褐~橘~米白 */
/* 金~黃 */
/* 綠 */
/* 藍 */
/* 黑~灰~白 */
/* 顏色樣式 */
.bg-lightpink {
  background-color: lightpink;
  color: white; }

.btn-lightpink {
  color: white;
  background-color: lightpink;
  border-color: lightpink; }

.btn-deeppink {
  color: white;
  background-color: deeppink; }

a.btn-deeppink:hover {
  color: white;
  background-color: hotpink; }

.bg-dark {
  background-color: black; }

/* 響應式 */
a, a:hover {
  text-decoration: none; }

/* CSS Document */
.bg-maincolor {
  background: #E50056; }

.btn-maincolor {
  color: white;
  background-color: #E50056; }

a.btn-maincolor {
  color: white;
  background-color: #E50056; }

/* 各類顏色樣式 */
/*16進位色碼按鈕*/
.bg-black {
  background: #000000; }

.bg-lightgray {
  background: #D3D3D3; }

.bg-dimgray {
  background: #696969; }

.bg-gray {
  background: #808080; }

.bg-slategray {
  background: #708090; }

.bg-lightslategray {
  background: #778899; }

.bg-darkgray {
  background: #A9A9A9; }

.bg-silver {
  background: #C0C0C0; }

.bg-gainsboro {
  background: #DCDCDC; }

.bg-whitesmoke {
  background: #F5F5F5; }

.bg-ghostwhite {
  background: #F8F8FF; }

.bg-white {
  background: #FFFFFF; }

.btn-black {
  color: white;
  background-color: black; }

.btn-aliceblue {
  color: black;
  background-color: aliceblue; }

.btn-cadetblue {
  color: white;
  background-color: cadetblue; }

.btn-lightyellow {
  color: black;
  background-color: lightyellow; }

.btn-coral {
  color: white;
  background-color: coral; }

.btn-dimgray {
  color: white;
  background-color: dimgray; }

.btn-lavender {
  color: white;
  background-color: lavender; }

.btn-darkcyan {
  color: white;
  background-color: darkcyan; }

.btn-lightgoldenrodyellow {
  color: black;
  background-color: lightgoldenrodyellow; }

.btn-tomato {
  color: white;
  background-color: tomato; }

.btn-gray {
  color: white;
  background-color: gray; }

.btn-lightslategray {
  color: white;
  background-color: lightslategray; }

.btn-teal {
  color: white;
  background-color: teal; }

.btn-lemonchiffon {
  color: black;
  background-color: lemonchiffon; }

.btn-orangered {
  color: white;
  background-color: orangered; }

.btn-darkgray {
  color: white;
  background-color: darkgray; }

.btn-slategray {
  color: white;
  background-color: slategray; }

.btn-seagreen {
  color: white;
  background-color: seagreen; }

.btn-wheat {
  color: black;
  background-color: wheat; }

.btn-red {
  color: white;
  background-color: red; }

.btn-silver {
  color: white;
  background-color: silver; }

.btn-darkslategray {
  color: white;
  background-color: darkslategray; }

.btn-darkolivegreen {
  color: white;
  background-color: darkolivegreen; }

.btn-burlywood {
  color: white;
  background-color: burlywood; }

.btn-crimson {
  color: white;
  background-color: crimson; }

.btn-lightgrey {
  color: black;
  background-color: #d3d3d3; }

.btn-lightsteelblue {
  color: black;
  background-color: lightsteelblue; }

.btn-darkgreen {
  color: white;
  background-color: darkgreen; }

.btn-tan {
  color: black;
  background-color: tan; }

.btn-mediumvioletred {
  color: white;
  background-color: mediumvioletred; }

.btn-gainsboro {
  color: black;
  background-color: gainsboro; }

.btn-steelblue {
  color: white;
  background-color: steelblue; }

.btn-green {
  color: white;
  background-color: green; }

.btn-khaki {
  color: black;
  background-color: khaki; }

.btn-deeppink {
  color: white;
  background-color: deeppink; }

.btn-white {
  color: black;
  background-color: white;
  border-color: black; }

.btn-royalblue {
  color: white;
  background-color: royalblue; }

.btn-forestgreen {
  color: white;
  background-color: forestgreen; }

.btn-yellow {
  color: black;
  background-color: yellow; }

.btn-hotpink {
  color: white;
  background-color: hotpink; }

.btn-snow {
  color: black;
  background-color: snow; }

.btn-midnightblue {
  color: white;
  background-color: midnightblue; }

.btn-mediumseagreen {
  color: white;
  background-color: mediumseagreen; }

.btn-gold {
  color: black;
  background-color: gold; }

.btn-palevioletred {
  color: white;
  background-color: palevioletred; }

.btn-ghostwhite {
  color: black;
  background-color: ghostwhite; }

.btn-navy {
  color: white;
  background-color: navy; }

.btn-darkseagreen {
  color: white;
  background-color: darkseagreen; }

.btn-orange {
  color: white;
  background-color: orange; }

.btn-pink {
  color: black;
  background-color: pink; }

.btn-whitesmoke {
  color: black;
  background-color: whitesmoke; }

.btn-darkblue {
  color: white;
  background-color: darkblue; }

.btn-mediumaquamarine {
  color: white;
  background-color: mediumaquamarine; }

.btn-sandybrown {
  color: white;
  background-color: sandybrown; }

.btn-lightpink {
  color: black;
  background-color: lightpink; }

.btn-floralwhite {
  color: black;
  background-color: floralwhite; }

.btn-mediumblue {
  color: white;
  background-color: mediumblue; }

.btn-aquamarine {
  color: white;
  background-color: aquamarine; }

.btn-darkorange {
  color: white;
  background-color: darkorange; }

.btn-thistle {
  color: black;
  background-color: thistle; }

.btn-linen {
  color: black;
  background-color: linen; }

.btn-blue {
  color: white;
  background-color: blue; }

.btn-palegreen {
  color: white;
  background-color: palegreen; }

.btn-goldenrod {
  color: white;
  background-color: goldenrod; }

.btn-magenta {
  color: white;
  background-color: magenta; }

.btn-antiquewhite {
  color: black;
  background-color: antiquewhite; }

.btn-dodgerblue {
  color: white;
  background-color: dodgerblue; }

.btn-lightgreen {
  color: white;
  background-color: lightgreen; }

.btn-peru {
  color: white;
  background-color: peru; }

.btn-fuchsia {
  color: white;
  background-color: fuchsia; }

.btn-papayawhip {
  color: black;
  background-color: papayawhip; }

.btn-cornflowerblue {
  color: white;
  background-color: cornflowerblue; }

.btn-springgreen {
  color: white;
  background-color: springgreen; }

.btn-darkgoldenrod {
  color: white;
  background-color: darkgoldenrod; }

.btn-violet {
  color: white;
  background-color: violet; }

.btn-blanchedalmond {
  color: black;
  background-color: blanchedalmond; }

.btn-deepskyblue {
  color: white;
  background-color: deepskyblue; }

.btn-mediumspringgreen {
  color: white;
  background-color: mediumspringgreen; }

.btn-chocolate {
  color: white;
  background-color: chocolate; }

.btn-plum {
  color: black;
  background-color: plum; }

.btn-bisque {
  color: black;
  background-color: bisque; }

.btn-lightskyblue {
  color: black;
  background-color: lightskyblue; }

.btn-lawngreen {
  color: white;
  background-color: lawngreen; }

.btn-sienna {
  color: white;
  background-color: sienna; }

.btn-orchid {
  color: white;
  background-color: orchid; }

.btn-moccasin {
  color: black;
  background-color: moccasin; }

.btn-skyblue {
  color: black;
  background-color: skyblue; }

.btn-chartreuse {
  color: white;
  background-color: chartreuse; }

.btn-saddlebrown {
  color: white;
  background-color: saddlebrown; }

.btn-mediumorchid {
  color: white;
  background-color: mediumorchid; }

.btn-navajowhite {
  color: black;
  background-color: navajowhite; }

.btn-lightblue {
  color: black;
  background-color: lightblue; }

.btn-greenyellow {
  color: white;
  background-color: greenyellow; }

.btn-maroon {
  color: white;
  background-color: maroon; }

.btn-darkorchid {
  color: white;
  background-color: darkorchid; }

.btn-peachpuff {
  color: black;
  background-color: peachpuff; }

.btn-powderblue {
  color: black;
  background-color: powderblue; }

.btn-lime {
  color: white;
  background-color: lime; }

.btn-darkred {
  color: white;
  background-color: darkred; }

.btn-darkviolet {
  color: white;
  background-color: darkviolet; }

.btn-mistyrose {
  color: black;
  background-color: mistyrose; }

.btn-paleturquoise {
  color: black;
  background-color: paleturquoise; }

.btn-limegreen {
  color: white;
  background-color: limegreen; }

.btn-brown {
  color: white;
  background-color: brown; }

.btn-darkmagenta {
  color: white;
  background-color: darkmagenta; }

.btn-lavenderblush {
  color: black;
  background-color: lavenderblush; }

.btn-lightcyan {
  color: black;
  background-color: lightcyan; }

.btn-yellowgreen {
  color: white;
  background-color: yellowgreen; }

.btn-firebrick {
  color: white;
  background-color: firebrick; }

.btn-purple {
  color: white;
  background-color: purple; }

.btn-seashell {
  color: black;
  background-color: seashell; }

.btn-cyan {
  color: white;
  background-color: cyan; }

.btn-olivedrab {
  color: white;
  background-color: olivedrab; }

.btn-indianred {
  color: white;
  background-color: indianred; }

.btn-indigo {
  color: white;
  background-color: indigo; }

.btn-oldlace {
  color: black;
  background-color: oldlace; }

.btn-aqua {
  color: white;
  background-color: aqua; }

.btn-olive {
  color: white;
  background-color: olive; }

.btn-rosybrown {
  color: white;
  background-color: rosybrown; }

.btn-darkslateblue {
  color: white;
  background-color: darkslateblue; }

.btn-ivory {
  color: black;
  background-color: ivory; }

.btn-turquoise {
  color: black;
  background-color: turquoise; }

.btn-darkkhaki {
  color: white;
  background-color: darkkhaki; }

.btn-darksalmon {
  color: white;
  background-color: darksalmon; }

.btn-blueviolet {
  color: white;
  background-color: blueviolet; }

.btn-honeydew {
  color: black;
  background-color: honeydew; }

.btn-mediumturquoise {
  color: black;
  background-color: mediumturquoise; }

.btn-palegoldenrod {
  color: black;
  background-color: palegoldenrod; }

.btn-lightcoral {
  color: white;
  background-color: lightcoral; }

.btn-mediumpurple {
  color: white;
  background-color: mediumpurple; }

.btn-mintcream {
  color: black;
  background-color: mintcream; }

.btn-darkturquoise {
  color: black;
  background-color: darkturquoise; }

.btn-cornsilk {
  color: black;
  background-color: cornsilk; }

.btn-salmon {
  color: white;
  background-color: salmon; }

.btn-slateblue {
  color: white;
  background-color: slateblue; }

.btn-azure {
  color: black;
  background-color: azure; }

.btn-lightseagreen {
  color: white;
  background-color: lightseagreen; }

.btn-beige {
  color: black;
  background-color: beige; }

.btn-lightsalmon {
  color: white;
  background-color: lightsalmon; }

.btn-mediumslateblue {
  color: white;
  background-color: mediumslateblue; }

.btn-rhodaminered {
  color: white;
  background-color: #d10572; }

.btn-marineblue {
  color: white;
  background-color: #00477D; }

.btn-pms534 {
  color: white;
  background-color: #3a4972; }

.btn-pms540 {
  color: white;
  background-color: #00335b; }

.btn-pms732 {
  color: white;
  background-color: #60330a; }

.btn-pms1905 {
  color: black;
  background-color: #fc9bb2; }

.btn-pms1915 {
  color: white;
  background-color: #f4547c; }

.btn-black7 {
  color: white;
  background-color: #443d38; }

.btn-black:hover {
  color: black;
  background-color: white;
  border-color: black; }

.btn-aliceblue:hover {
  color: black;
  background-color: #d3eaff; }

.btn-cadetblue:hover {
  color: white;
  background-color: #497e80; }

.btn-lightyellow:hover {
  color: black;
  background-color: #f1f1bd; }

.btn-coral:hover {
  color: white;
  background-color: #ff6d37; }

.btn-dimgray:hover {
  color: white;
  background-color: #4a4a4a; }

.btn-lavender:hover {
  color: white;
  background-color: #d0d0f5; }

.btn-darkcyan:hover {
  color: white;
  background-color: #007171; }

.btn-lightgoldenrodyellow:hover {
  color: black;
  background-color: #f5f5b3; }

.btn-tomato:hover {
  color: white;
  background-color: #f54d2f; }

.btn-gray:hover {
  color: white;
  background-color: dimgray; }

.btn-lightslategray:hover {
  color: white;
  background-color: #5e6e7d; }

.btn-teal:hover {
  color: white;
  background-color: #005f5f; }

.btn-lemonchiffon:hover {
  color: black;
  background-color: #fff39e; }

.btn-orangered:hover {
  color: white;
  background-color: #e03d00; }

.btn-darkgray:hover {
  color: white;
  background-color: gray; }

.btn-slategray:hover {
  color: white;
  background-color: #556371; }

.btn-seagreen:hover {
  color: white;
  background-color: #217144; }

.btn-wheat:hover {
  color: black;
  background-color: #f5d497; }

.btn-red:hover {
  color: white;
  background-color: #ca0000; }

.btn-silver:hover {
  color: white;
  background-color: darkgray; }

.btn-darkslategray:hover {
  color: white;
  background-color: #1f3535; }

.btn-darkolivegreen:hover {
  color: white;
  background-color: #3f5021; }

.btn-burlywood:hover {
  color: white;
  background-color: #ca9f67; }

.btn-crimson:hover {
  color: white;
  background-color: #c1072d; }

.btn-lightgrey:hover {
  color: black;
  background-color: silver; }

.btn-lightsteelblue:hover {
  color: black;
  background-color: #90a9ca; }

.btn-darkgreen:hover {
  color: white;
  background-color: #004800; }

.btn-tan:hover {
  color: black;
  background-color: #b7986e; }

.btn-mediumvioletred:hover {
  color: white;
  background-color: #b50072; }

.btn-gainsboro:hover {
  color: black;
  background-color: #d3d3d3; }

.btn-steelblue:hover {
  color: white;
  background-color: #336d9c; }

.btn-green:hover {
  color: white;
  background-color: #006300; }

.btn-khaki:hover {
  color: black;
  background-color: #e8db63; }

.btn-deeppink:hover {
  color: white;
  background-color: #de0078; }

.btn-white:hover {
  color: white;
  background-color: black;
  border-color: white; }

.btn-royalblue:hover {
  color: white;
  background-color: #3052b5; }

.btn-forestgreen:hover {
  color: white;
  background-color: #167516; }

.btn-yellow:hover {
  color: black;
  background-color: gold; }

.btn-hotpink:hover {
  color: white;
  background-color: #ec4b9c; }

.btn-snow:hover {
  color: black;
  background-color: #efe5e5; }

.btn-midnightblue:hover {
  color: white;
  background-color: #1b1b5d; }

.btn-mediumseagreen:hover {
  color: white;
  background-color: #2a9058; }

.btn-gold:hover {
  color: black;
  background-color: #ffb100; }

.btn-palevioletred:hover {
  color: white;
  background-color: #d4537d; }

.btn-ghostwhite:hover {
  color: black;
  background-color: #e5e5f1; }

.btn-navy:hover {
  color: white;
  background-color: #080869; }

.btn-darkseagreen:hover {
  color: white;
  background-color: #71a071; }

.btn-orange:hover {
  color: white;
  background-color: darkorange; }

.btn-pink:hover {
  color: black;
  background-color: #ffa7b6; }

.btn-whitesmoke:hover {
  color: black;
  background-color: #e6e1e1; }

.btn-darkblue:hover {
  color: white;
  background-color: #0b1f67; }

.btn-mediumaquamarine:hover {
  color: white;
  background-color: #4cb793; }

.btn-sandybrown:hover {
  color: white;
  background-color: #de904e; }

.btn-lightpink:hover {
  color: black;
  background-color: #ff9ead; }

.btn-floralwhite:hover {
  color: black;
  background-color: #efe5d1; }

.btn-mediumblue:hover {
  color: white;
  background-color: #0815b1; }

.btn-aquamarine:hover {
  color: white;
  background-color: #6edeb8; }

.btn-darkorange:hover {
  color: white;
  background-color: #f17a00; }

.btn-thistle:hover {
  color: black;
  background-color: #d6aed6; }

.btn-linen:hover {
  color: black;
  background-color: #efdac5; }

.btn-blue:hover {
  color: white;
  background-color: #0243d6; }

.btn-palegreen:hover {
  color: white;
  background-color: #81e281; }

.btn-goldenrod:hover {
  color: white;
  background-color: #ce8416; }

.btn-magenta:hover {
  color: white;
  background-color: #d208d2; }

.btn-antiquewhite:hover {
  color: black;
  background-color: #ead7bd; }

.btn-dodgerblue:hover {
  color: white;
  background-color: #107ae0; }

.btn-lightgreen:hover {
  color: white;
  background-color: #71cc71; }

.btn-peru:hover {
  color: white;
  background-color: #bd7228; }

.btn-fuchsia:hover {
  color: white;
  background-color: #e000e0; }

.btn-papayawhip:hover {
  color: black;
  background-color: #e6d2b0; }

.btn-cornflowerblue:hover {
  color: white;
  background-color: #4f80d8; }

.btn-springgreen:hover {
  color: white;
  background-color: #06d06b; }

.btn-darkgoldenrod:hover {
  color: white;
  background-color: #a96500; }

.btn-violet:hover {
  color: white;
  background-color: #de6bde; }

.btn-blanchedalmond:hover {
  color: black;
  background-color: #f7d8a9; }

.btn-deepskyblue:hover {
  color: white;
  background-color: #00a6de; }

.btn-mediumspringgreen:hover {
  color: white;
  background-color: #06d686; }

.btn-chocolate:hover {
  color: white;
  background-color: #b55714; }

.btn-plum:hover {
  color: black;
  background-color: #c380c3; }

.btn-bisque:hover {
  color: black;
  background-color: #e2c39d; }

.btn-lightskyblue:hover {
  color: black;
  background-color: #69b4e2; }

.btn-lawngreen:hover {
  color: white;
  background-color: #68d004; }

.btn-sienna:hover {
  color: white;
  background-color: #823e1e; }

.btn-orchid:hover {
  color: white;
  background-color: #bf58bb; }

.btn-moccasin:hover {
  color: black;
  background-color: #e6c894; }

.btn-skyblue:hover {
  color: black;
  background-color: #6b4d2e; }

.btn-chartreuse:hover {
  color: white;
  background-color: #6cd009; }

.btn-saddlebrown:hover {
  color: white;
  background-color: #6d360f; }

.btn-mediumorchid:hover {
  color: white;
  background-color: #9f46b5; }

.btn-navajowhite:hover {
  color: black;
  background-color: #e2c08e; }

.btn-lightblue:hover {
  color: black;
  background-color: #94cadc; }

.btn-greenyellow:hover {
  color: white;
  background-color: #93de1f; }

.btn-maroon:hover {
  color: white;
  background-color: #5d0404; }

.btn-darkorchid:hover {
  color: white;
  background-color: #7c27a7; }

.btn-peachpuff:hover {
  color: black;
  background-color: #e4be9b; }

.btn-powderblue:hover {
  color: black;
  background-color: #8fc9d0; }

.btn-lime:hover {
  color: white;
  background-color: #06d406; }

.btn-darkred:hover {
  color: white;
  background-color: #6d0000; }

.btn-darkviolet:hover {
  color: white;
  background-color: #7c00b1; }

.btn-mistyrose:hover {
  color: black;
  background-color: #e8c6c2; }

.btn-paleturquoise:hover {
  color: black;
  background-color: #8ed0d0; }

.btn-limegreen:hover {
  color: white;
  background-color: #2caf2c; }

.btn-brown:hover {
  color: white;
  background-color: #881e1e; }

.btn-darkmagenta:hover {
  color: white;
  background-color: #650165; }

.btn-lavenderblush:hover {
  color: black;
  background-color: #eacfd8; }

.btn-lightcyan:hover {
  color: black;
  background-color: #b8e8e8; }

.btn-yellowgreen:hover {
  color: white;
  background-color: #84b71d; }

.btn-firebrick:hover {
  color: white;
  background-color: #9a1717; }

.btn-purple:hover {
  color: white;
  background-color: #630063; }

.btn-seashell:hover {
  color: black;
  background-color: #ead8cb; }

.btn-cyan:hover {
  color: white;
  background-color: #00d8d8; }

.btn-olivedrab:hover {
  color: white;
  background-color: #57751a; }

.btn-indianred:hover {
  color: white;
  background-color: #b74a4a; }

.btn-indigo:hover {
  color: white;
  background-color: #320454; }

.btn-oldlace:hover {
  color: black;
  background-color: #eadec7; }

.btn-aqua:hover {
  color: white;
  background-color: #00d6d6; }

.btn-olive:hover {
  color: white;
  background-color: #676700; }

.btn-rosybrown:hover {
  color: white;
  background-color: #a77676; }

.btn-darkslateblue:hover {
  color: white;
  background-color: #3a3171; }

.btn-ivory:hover {
  color: black;
  background-color: #e8e8ca; }

.btn-turquoise:hover {
  color: black;
  background-color: #32c1b3; }

.btn-darkkhaki:hover {
  color: white;
  background-color: #a29d58; }

.btn-darksalmon:hover {
  color: white;
  background-color: #d07d62; }

.btn-blueviolet:hover {
  color: white;
  background-color: #7824c5; }

.btn-honeydew:hover {
  color: black;
  background-color: #d0e8d0; }

.btn-mediumturquoise:hover {
  color: black;
  background-color: #38b9b4; }

.btn-palegoldenrod:hover {
  color: black;
  background-color: #d8d18d; }

.btn-lightcoral:hover {
  color: white;
  background-color: #e27171; }

.btn-mediumpurple:hover {
  color: white;
  background-color: #8160c3; }

.btn-mintcream:hover {
  color: black;
  background-color: #d4e8de; }

.btn-darkturquoise:hover {
  color: black;
  background-color: #00b0b3; }

.btn-cornsilk:hover {
  color: black;
  background-color: #eae1bb; }

.btn-salmon:hover {
  color: white;
  background-color: #e66f61; }

.btn-slateblue:hover {
  color: white;
  background-color: #5345ab; }

.btn-azure :hover {
  color: black;
  background-color: #d0e8e8; }

.btn-lightseagreen:hover {
  color: white;
  background-color: #199e97; }

.btn-beige:hover {
  color: black;
  background-color: #dedec0; }

.btn-lightsalmon:hover {
  color: white;
  background-color: #e88158; }

.btn-mediumslateblue:hover {
  color: white;
  background-color: #6353c7; }

.btn-rhodaminered:hover {
  color: white;
  background-color: #a9005a; }

.btn-marineblue:hover {
  color: white;
  background-color: #00345a; }

.btn-pms534:hover {
  color: white;
  background-color: #2c3856; }

.btn-pms540:hover {
  color: white;
  background-color: #00213c; }

.btn-pms732:hover {
  color: white;
  background-color: #462508; }

.btn-pms1905:hover {
  color: black;
  background-color: #ff7e9d; }

.btn-pms1915:hover {
  color: white;
  background-color: #de446b; }

.btn-black7:hover {
  color: white;
  background-color: black; }

/*背景顏色*/
.bg-dark {
  background-color: black; }

.bg-lightpink {
  background-color: #ff99ae;
  color: white; }

/* 以下為Bootstrap 3 圖標 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../bootstrap/bootstrapfonts/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/bootstrapfonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/bootstrapfonts/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/bootstrapfonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/bootstrapfonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p, div, span, table, figcaption, figure {
  color: dimgray;
  font-family: 'Noto Sans TC', sans-serif; }

p {
  line-height: 2em; }

a {
  color: #3976a3; }

.btn-logo {
  color: white;
  background-color: #E50056;
  border-color: #E50056;
  transition: 0.8s; }

.btn-logo:hover {
  color: white;
  background-color: #CC004C;
  border-color: #CC004C; }

a.btn-logo:hover {
  color: white; }

.select-height option {
  height: 100px;
  overflow: hidden; }

/*nav*/
.navbar a.nav-link:before {
  content: '';
  position: absolute;
  top: 90%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #3976a3;
  transform: translateY(-50%) scaleX(0);
  transform-origin: right;
  transition: 0.5s transform;
  margin-top: 18px; }
  @media (max-width: 767px) {
    .navbar a.nav-link:before {
      top: 50%; } }
  @media (max-width: 575px) {
    .navbar a.nav-link:before {
      top: 50%; } }
.navbar a.nav-link:hover:before {
  transform: translateY(-50%) scaleX(1);
  transform-origin: left;
  transition: 1s transform; }
.navbar .navbar-nav {
  margin-top: 15px; }
  .navbar .navbar-nav .dropdown-menu {
    margin-top: 14px;
    background-color: mistyrose; }
    .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
      background-color: #3976a3;
      color: white; }

.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/bar.svg"); }
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-dark .navbar-nav .active > .nav-link {
  color: dimgray;
  transition: 0.8s; }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-dark .navbar-nav .nav-link:focus {
  color: #3976a3; }

.bg-mistyrose {
  /*主色系*/
  background-color: mistyrose;
  border-color: #080808; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: dimgray; }

/*頁尾*/
footer {
  background-color: mistyrose;
  color: white; }
  footer a {
    color: dimgray; }
  footer a:hover {
    color: #3976a3; }

.socialicons a i.fab {
  font-size: 40px;
  color: dimgray; }
.socialicons a:hover i.fab {
  color: #3976a3; }

/*首頁內容*/
/*首頁輪播圖 */
#demo {
  margin-top: 80px; }

@media (min-width: 1200px) {
  .carousel-inner {
    height: 550px; } }
@media (max-width: 1199px) {
  .carousel-inner {
    height: 550px; } }
@media (max-width: 991px) {
  .carousel-inner {
    height: auto; } }
.carousel-inner .carousel-img {
  position: relative;
  height: 300px; }
  .carousel-inner .carousel-img img {
    width: 100%; }
    @media (max-width: 575px) {
      .carousel-inner .carousel-img img {
        width: 200%;
        position: relative;
        left: -50%; } }

.img-black {
  position: absolute;
  top: 0px;
  z-index: 2;
  height: 600px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.carousel-content {
  position: absolute;
  top: 0px;
  z-index: 3;
  text-align: center;
  color: white;
  width: 100%;
  padding-top: 230px; }
  .carousel-content .h3 {
    color: white; }
  .carousel-content a {
    margin-top: 20px; }
  @media (max-width: 991px) {
    .carousel-content {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .carousel-content {
      padding-top: 120px; } }
  @media (max-width: 575px) {
    .carousel-content {
      padding-top: 120px; }
      .carousel-content .h3 {
        font-size: 20px; } }

.serviceicon .glyphicon {
  /*服務理念3個字元icon樣式*/
  font-size: 50px;
  color: #3976a3; }

.serviceidea a:hover figcaption {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
  text-decoration: none;
  background-color: mistyrose;
  transition: 0.8s; }
.serviceidea a figcaption figure {
  padding: 15px 0px; }
.serviceidea a:hover figcaption figure, .serviceidea a:hover {
  color: #3976a3; }

.located .col-sm-6 {
  padding: 0px 0px; }

i.fas, i.far, i.fab {
  padding-right: 5px; }

/*服務項目*/
.main-service {
  margin-top: 80px; }

.pagebanner {
  height: 300px;
  background-image: url("../images/service/pagebanner.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  @media (max-width: 767px) {
    .pagebanner {
      height: 200px; } }
  @media (max-width: 575px) {
    .pagebanner {
      height: 200px; } }

.bannerhead {
  position: absolute;
  top: 35%;
  left: 42%;
  color: #3976a3; }
  @media (max-width: 767px) {
    .bannerhead {
      position: absolute;
      top: 30%;
      left: 30%;
      color: #3976a3; } }
  @media (max-width: 575px) {
    .bannerhead {
      position: absolute;
      top: 30%;
      left: 30%;
      color: #3976a3; } }

th {
  color: white;
  background-color: #3976a3; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: mistyrose; }

.servicepattern img {
  margin-top: 100px; }

/*作品集*/
.main-mypretty {
  margin-top: 80px;
  margin-bottom: 100px; }
  .main-mypretty aside {
    margin-top: 80px; }
    @media (max-width: 575px) {
      .main-mypretty aside {
        margin-top: 30px; } }
  .main-mypretty .h4 {
    border-bottom: 1px solid gainsboro;
    margin-bottom: 0px;
    padding-bottom: 15px; }
  .main-mypretty .nav-pills-left .nav-item {
    width: 100%;
    border-bottom: 1px solid gainsboro; }
  .main-mypretty .nav-pills .nav-link.active, .main-mypretty .main-mypretty .nav-pills .nav-link:hover {
    color: white;
    background-color: #3976a3; }

.portfolio-img .col-4 {
  padding-right: 1px;
  padding-left: 1px; }
  .portfolio-img .col-4 figure {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 0px; }
    @media (min-width: 1200px) {
      .portfolio-img .col-4 figure {
        max-height: 280px; } }
    @media (max-width: 1199px) {
      .portfolio-img .col-4 figure {
        max-height: 240px; } }
    @media (max-width: 991px) {
      .portfolio-img .col-4 figure {
        max-height: 180px; } }
    @media (max-width: 767px) {
      .portfolio-img .col-4 figure {
        max-height: 125px; } }
    @media (max-width: 575px) {
      .portfolio-img .col-4 figure {
        max-height: 100px; } }
    .portfolio-img .col-4 figure img {
      cursor: pointer; }

/*最新消息*/
.breadcrumb {
  background-color: rgba(0, 0, 0, 0); }
  .breadcrumb a {
    color: #3976a3; }

ul.news-all-title {
  list-style-type: none;
  border: 1px solid #3976a3;
  border-radius: 5px;
  padding: 0px 0px; }
  ul.news-all-title a li.news-category {
    border-bottom: 1px solid #3976a3;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    transition: 0.8s;
    text-align: center; }
  ul.news-all-title a:hover li.news-category {
    color: white;
    background-color: #3976a3; }

.news-all-list .news-list {
  border: 1px solid gainsboro;
  border-radius: 5px;
  padding: 10px 5px;
  margin-bottom: 10px; }
.news-all-list a .news-list {
  transition: 0.5s; }
.news-all-list a:hover .news-list {
  box-shadow: 0px 0px 5px 6px rgba(57, 118, 163, 0.5); }

.news-list {
  position: relative; }

.page-list {
  list-style-type: none;
  display: flex; }

.page-link {
  color: #3976a3; }

.card-category, .page-link:hover {
  color: white;
  background-color: #3976a3; }

.card-category {
  padding: 5px 10px;
  position: absolute;
  top: 0px;
  right: 20px; }

.socialmedia {
  text-align: right;
  margin: 10px 0px; }

.othernews a {
  color: #3976a3; }
.othernews hr {
  margin: 3px 0px; }

/*講師列表頁*/
#teacherlist {
  margin-top: 80px;
  margin-bottom: 100px; }

.bannerbg {
  background-image: url("../images/testbanner1.jpg");
  height: 300px; }

.bannerbg .h4 {
  margin-top: 100px; }

.mask-circle300 {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

.teacherlistimg {
  margin-bottom: 20px; }

.teacherlistimg img {
  width: 200px;
  height: auto; }

#teacherlist .girlsocial a i {
  font-size: 30px;
  color: maincolor; }

/*講師介紹頁*/
#teacher {
  margin-top: 80px;
  margin-bottom: 100px; }

.intro {
  background-color: #6DC7D0;
  padding-bottom: 35px; }
  .intro .h3 {
    color: white; }
  .intro img {
    width: 100%; }
  .intro .column p {
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 4%; }

.column {
  text-align: center;
  padding-top: 30px;
  float: left; }

.teacherimg img {
  width: 100%; }

#teacher .girlsocial a i {
  font-size: 30px;
  color: white; }

.cls-1 {
  fill: #00aeef;
  stroke: #ec008c;
  stroke-miterlimit: 10;
  stroke-width: 10px; }

@media (max-width: 1199px) {
  .modal-lg {
    max-width: 1200px; } }

/*預約頁*/
.bg-board {
  border: 1px solid gainsboro;
  border-radius: 15px;
  background-color: whitesmoke; }
  @media (max-width: 575px) {
    .bg-board {
      border: 0px solid gainsboro;
      border-radius: 0px;
      background-color: rgba(0, 0, 0, 0); } }

.nav-pills a.nav-link {
  color: dimgray;
  border: 1px solid dimgray;
  margin: 0px 5px;
  transition: 0.8s; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link, .nav-pills .nav-link:hover {
  color: #fff;
  background-color: black; }

.nav-tabs .nav-link {
  color: dimgray;
  background-color: white;
  border: 1px solid dimgray;
  transition: 0.8s; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: white;
  background-color: black;
  border-color: #dee2e6 #dee2e6 #fff; }

.tab-content {
  background-color: white; }

/*日期選取器*/
.calendar {
  position: relative;
  font-family: 'Century Gothic','Segoe UI', Calibri, Arial;
  font-size: 16px;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #000;
  text-align: center;
  background-color: #FFF; }
  .calendar th, .calendar td {
    text-align: center;
    -webki-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .calendar td:hover span {
    color: white; }
  .calendar th:first-child, .calendar td:first-child {
    margin-left: 5px; }
  .calendar span {
    padding: 6px 4px;
    display: block; }
  .calendar #currM {
    font-size: 20px; }
  .calendar .month {
    padding: 15px; }
  .calendar .selected {
    background-color: #ff99ae !important;
    color: #FFF !important; }
  .calendar #currDay span {
    color: #E50056; }
  .calendar #currDay:hover span {
    color: white; }
  .calendar .pMDate, .calendar .nMDate {
    color: #AAA; }
  .calendar .date, .calendar .pMDate, .calendar .nMDate, .calendar .month {
    cursor: pointer; }
  .calendar .date:not(.disabled):hover, .calendar .pMDate:not(.disabled):hover, .calendar .nMDate:not(.disabled):hover, .calendar .month:hover, .calendar .pMDate:focus, .calendar .pMDate:active {
    background-color: #E50056;
    color: white; }
  .calendar .date:not(.disabled):active, .calendar .pMDate:not(.disabled):active, .calendar .nMDate:not(.disabled):active, .calendar .month:active {
    background-color: #E50056;
    color: white !important; }
  .calendar #prev, .calendar #next {
    font-family: 'Times New Roman';
    font-size: 28px;
    padding-top: 5px;
    padding-bottom: 5px; }
  .calendar td.pMDate:hover {
    background-color: gainsboro !important; }
  .calendar .pMDate span {
    color: gainsboro; }
  .calendar .nMDate span {
    color: darkgray; }
  .calendar tr td#today {
    display: none; }

.calendar tr:first-child th {
  background-color: #ff99ae;
  font-size: 8px; }

.datepicker {
  background: url("./icon.png") transparent right no-repeat;
  background-size: contain; }

.btn-order {
  width: 100%;
  color: white !important;
  border: 1px solid #E50056;
  background-color: #E50056;
  transition: 0.8s; }

.btn-order:hover {
  background-color: #CC004C; }

.dropdown-menu-max {
  max-height: 200px;
  overflow: scroll; }

/*側邊通訊社群*/
.chat {
  position: fixed;
  right: 5px;
  bottom: 10px; }
  .chat .social-comment {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 5px;
    top: -200px; }
  .chat .dropdown-menu {
    min-width: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px solid rgba(0, 0, 0, 0); }
    .chat .dropdown-menu .dropdown-item {
      width: 71px; }
    .chat .dropdown-menu .dropdown-item:hover {
      background-color: rgba(0, 0, 0, 0); }
  .chat .fas, .chat .fab {
    font-size: 40px; }
  .chat .fa-comment-smile {
    cursor: pointer; }
  .chat a .fa-facebook-messenger {
    color: #1877f2; }
  .chat a .fa-line {
    color: #00c300; }
  .chat a .fa-whatsapp {
    color: #25d366; }
  .chat a .fa-weixin {
    color: #7bb32e; }
  .chat a .fa-skype {
    color: #00aff0; }
  .chat a .fa-telegram {
    color: #0088cc; }

.dropup .dropdown-toggle::after {
  display: none; }
