@charset "UTF-8";
.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

html {
  font-size: 1rem;
}

body {
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.35s;
}

a:hover,
a:focus a:active {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: 1.125rem;
}
@media (max-width: lg px) {
  p {
    font-size: 1rem;
  }
}

.WRAPPER {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

.mainTitleBox {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mainTitleBox {
    margin-bottom: 10px;
  }
}

.mainTitle {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .mainTitle {
    font-size: 30px;
  }
}
@media (max-width: 428px) {
  .mainTitle {
    padding: 10px 25px;
  }
}
.mainTitle span {
  color: #FBFF00;
}

.logo {
  position: absolute;
  top: 5%;
  left: 2%;
  z-index: 999;
}

.logo img {
  padding-right: 15px;
}
 
#GOTOP {
    background-image: url(../images/gotop.png);
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    position: fixed;
  }

  .video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #041a23;
    opacity: 0.5;
    z-index: 1;
  }

  /*from*/
.FORM {
  display: block;
  width: 100%;
  background-color: #051a23;
  overflow: hidden;
  padding: 4% 0;
}
@media (max-width: 992px) {
  .FORM {
    padding: 8% 0;
  }
}
@media (max-width: 428px) {
  .FORM {
    padding: 15% 0 15%;
  }
}

.FORM .container {
  max-width: 1240px;
}
.FORM .freecard {
  text-align: center;
}
.FORM .freecard img {
  width: 80%;
  margin-bottom: 20px;
}
.FORM .INP_A_2 {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  border-bottom: 1px solid #2B2B29;
  min-height: 70px;
  padding: 10px;
}
.FORM .INP_A_2 :focus {
  outline: 0;
}
.FORM .FREE_TEXT {
  margin: 30px auto;
}
.FORM .FREE_TEXT p {
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .FORM .FREE_TEXT p {
    text-align: left;
  }
}
.FORM .FREE_TEXT .FREE01 {
  margin: 0 auto;
  width: 100%;
}
.FORM .FREE_TEXT .FREE01 p {
  display: block;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .FORM .FREE_TEXT .FREE01 p {
    text-align: left;
  }
}
.FORM #FROM_B {
  margin: 15px;
}
.FORM #FROM_B #FROM {
  width: 100%;
  margin: 0 auto;
}
.FORM #FROM_B #FROM span {
  line-height: 1.4;
}
.FORM #FROM_B #FROM #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM #DISCOUNT {
  text-align: left;
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}
.FORM #FROM_B #FROM .Remark {
  margin-left: 10px;
  color: #fff;
  background-color: #ea0505;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: sm px) {
  .FORM #FROM_B #FROM .Remark {
    margin-left: 2px;
  }
}
.FORM #FROM_B #FROM #EMAIL,
.FORM #FROM_B #FROM #CLASS,
.FORM #FROM_B #FROM #GIFT,
.FORM #FROM_B #FROM #SESSION {
  width: 98%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #CITY {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #SCHOOL {
  width: 48%;
  height: auto;
  margin: 1%;
}
.FORM #FROM_B #FROM #ddl_city_no {
  text-align: center;
}
.FORM #FROM_B #FROM #ddl_area_no {
  text-align: center;
}
.FORM #FROM_B #FROM #BUT {
  height: 55px;
  line-height: 55px;
  color: #333333;
  cursor: pointer;
  text-align: center;
  background-color: #ffc152;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
  letter-spacing: 3px;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}
@media (max-width: 428px) {
  .FORM #FROM_B #FROM #BUT {
    width: 90%;
  }
}
.FORM #FROM_B #FROM #BUT:hover {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #A6BFF3;
  color: #333333;
}
.FORM #FROM_B #FROM #BUT .B {
  font-size: 24px;
}
.FORM #FROM_B #FROM #BUT i {
  margin-left: 6px;
  margin-top: 10px;
  color: #333333;
  font-size: 1.5rem;
}
.FORM #FROM_B #FROM #BUT .fa-angle-right {
  animation: rightanime 1s linear infinite;
}
@keyframes rightanime {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
.FORM #FROM_B #FROM #BUT .fas {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.FORM #FROM_B #FROM #READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 15px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.FORM #FROM_B #FROM #READ span {
  position: relative;
  padding-left: 2px;
}
.FORM #FROM_B #FROM #READ a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}
.FORM #FROM_B #FROM #READ .CHBOX {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}
.FORM #FROM_B #FROM #READ input[type=checkbox] {
  display: none;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #1A5FE8;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox]:checked + span::after {
  transform: rotate(0deg);
  transition: 0.5s;
  opacity: 1;
  color: #1A5FE8;
}
.FORM #FROM_B #FROM #READ label input[type=checkbox] + span::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #1A5FE8;
  position: absolute;
  left: 5px;
  top: -3px;
  transform: rotate(360deg);
  transition: 0.5s;
  opacity: 0;
}
.FORM #FROM_B #FROM .INP_A {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #fff;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  border: 0 solid #fff;
  border-bottom: 1px solid #fff;
}
.FORM #FROM_B #FROM .INP_A :focus {
  outline: 0;
}
.FORM #FROM_B #FROM .INP_B {
  width: 30%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
}
.FORM #FROM_B #FROM .INP_B :focus {
  outline: 0;
}
@media (max-width: 768px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: sm px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: 414px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}
@media (max-width: xs px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 26%;
  }
}

.FORM #FROM_B #FROM option {
  color: #051a23; /* Sets the text color of all options to blue */
}

.CONTENT1 {
  overflow: hidden;
  padding: 4% 15px;
}

.CONTENT1 p { 
  font-size: 1.3rem;
  line-height: 1.875;
}

.CONTENT1 img { 
  margin-bottom: 30px;
  text-align: center;
}

.CONTENT1title {
  font-size: 40px;
  font-weight: bold;
  color: #7d0022;
  text-align: center;
  padding: 2% 4% 0;
}
@media (max-width: 768px) {
  .CONTENT1title {
    font-size: 30px;
  }
}

.CONTENT1title span {
  color: #051a23;
}

.CONTENT1 .ytitle {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px;
  background: #ffc152;
  border-radius: 8px;
}

.CONTENT1 .ysub {
  width: 100%;
  font-size: 1.3rem;
  padding: 15px;
  line-height: 1.875;
  text-align: justify;
}

.CONTENT2 {
  overflow: hidden;
  padding: 4% 15px;
  background: #eeeeee;
}

.x-icon {
  font-size: 1.3rem;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 30px;
}

.x-icon img {
  width: 28px;
  height: auto;
  padding: 3px;
}

.x-icon span {
  font-size: 1.3rem;
  line-height: 1.875;
}

.x-line01 {
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-image:url(../images/x-line01.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 20px;
}

.x-line02 {
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-image:url(../images/x-line02.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 20px;
}

.x-line03 {
  overflow: hidden;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background-image:url(../images/x-line03.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 5px 20px;
}


.x-line-t {
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  color: #161f84;
  border-bottom: 2px solid #041a23;
  padding: 15px 0 0 20px;
  margin: 0 30px 15px 0;
}

.x-line-tx {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.875;
  color: #041a23;
  text-align: justify;
  padding: 0 0 0 20px;
  margin: 0 46px 15px 0;
}

.x-img {
  display: inline-block;
  padding: 15px;
}

.CONTENT3 {
  overflow: hidden;
  padding: 4% 15px;
  background: #fff;
}

.x-right {
  margin-left: 0 !important;
}

.CONTENT4 {
  overflow: hidden;
  padding: 4% 15px;
  background: #eeeeee;
}

.CONTENT5 {
  overflow: hidden;
  padding: 4% 15px;
  background: #051a23;
}

.CONTENT5 h2 {
  font-size: 40px;
  line-height: 1.875;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .CONTENT5 h2 {
    font-size: 30px;
  }
}

.CONTENT5 h2 span {
  color: #ffc152;
}

.table {
  width: 80%;
  border-collapse: collapse;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 3px solid #051a23;
  text-align: center;
  font-size: 16px;
}

.table th {
  font-size: 18px;
  background-color: #ffc152;
  color: #333333;
}

.table tbody tr:nth-child(odd) {
  background-color: #8bf1fe;
}


.table tbody tr:nth-child(even) {
  background-color: #fff;
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }
  .table tr {
    margin-bottom: 15px;
  }
  .table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

.CENTER {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.btn {
  color: #333333;
  cursor: pointer;
  text-align: center;
  background-color: #ffc152;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 3px;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  width: 250px;
}
@media (max-width: 428px) {
  .btn {
    width: 90%;
  }
}
.btn:hover {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #A6BFF3;
  color: #333333;
}
.FORM #FROM_B #FROM #BUT .B {
  font-size: 24px;
}
.btn  i {
  margin-left: 6px;
  margin-top: 10px;
}
.btn  .fa-angle-right {
  animation: rightanime 1s linear infinite;
}
@keyframes rightanime {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }
  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}
.btn .fas {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}