@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1;
  font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", "Noto Sans", Helvetica, Arial, sans-serif;
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box
}

img {
  object-fit: fill;
  object-fit: contain;
  object-fit: scale-down;
  image-rendering: -moz-crisp-edges;
  /* Firefox        */
  image-rendering: -o-crisp-edges;
  /* Opera          */
  image-rendering: -webkit-optimize-contrast;
  /* Safari         */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+           */
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none
}

html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體", "Microsoft JhengHsans", sans-serif;
}

body {
  font-size: 17px;
}

/*a{text-decoration:none !important;}*/
.ANT {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s
}

/* ----------電腦版型--------------------------- */
.TOP {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  height: auto;
  background: url("../images/top_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 15px;
}

.TOP .WRAPPER {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  z-index: 2;
}

.imgMarginTop {
  margin-top: 80px;
}

.animation-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.box-area {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.box-area li {
  position: absolute;
  display: block;
  list-style: none;
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  animation: animate 20s linear infinite;
  bottom: -110px;
}

.box-area li:nth-child(1) {
  left: 86%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.box-area li:nth-child(2) {
  left: 12%;
  width: 30px;
  height: 30px;
  animation-delay: 1.5s;
  animation-duration: 10s;
}

.box-area li:nth-child(3) {
  left: 70%;
  width: 100px;
  height: 100px;
  animation-delay: 5.5s;
}

.box-area li:nth-child(4) {
  left: 42%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 15s;
}

.box-area li:nth-child(5) {
  left: 65%;
  width: 40px;
  height: 40px;
  animation-delay: 0s;
}

.box-area li:nth-child(6) {
  left: 15%;
  width: 110px;
  height: 110px;
  animation-delay: 3.5s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(-800px) rotate(360deg);
    opacity: 0;
  }
}

.CTA1,
.CTA2 {
  position: relative;
  width: 30%;
  height: auto;
  border-radius: 50px;
  background-color: #f31000;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding: 15px;
  color: #fff;
}

.CTA1 p,
.CTA2 p {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}

.CTA1:hover,
.CTA2:hover {
  width: 31%;
  background-color: #5258c8;
}

.CTA1 i,
.CTA2 i {
  position: absolute;
  right: 30px;
  top: 30px;
}

@media screen and (max-width: 991px) {
  .exp {
    width: 35%;
  }
}

/*------------- content1-------------*/
#CONTENT-CAROUSEL,
.CONTENT2,
.CONTENT3 {
  width: 100%;
  background-color: #fff;
  padding: 60px 0;
}

.CONTENT1,
.CONTENT4 {
  width: 100%;
  background-color: #f4f4f4;
  padding: 60px 0;
}

.title-box {
  margin: auto;
  text-align: center;
}

.title-box h3 {
  display: block;
  color: rgba(215, 30, 28, 1);
  font-size: 30px;
  font-weight: bold;
}

.title-box span {
  display: block;
  color: #D71E1C;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
}

.W_CENTER {
  clear: both;
  padding: 30px 5px;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.BOXALL {
  position: relative;
}

.BOX_A,
.BOX_B,
.BOX_C,
.BOX_D {
  display: block;
  padding: 15px;
}

.BOX_IN {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: rgba(9, 9, 9, 1);
  padding: 15px;
}

.BOX_IN_M {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  color: #515151;
  padding: 0 15px;
}

.BOX_IN_BT {
  position: absolute;
  width: 100%;
  text-align: center;
  font: normal 14px/16px Roboto;
  letter-spacing: 0px;
  color: rgba(9, 9, 9, 1);
  padding: 5px 15px;
  background-color: #ffcb43;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  left: 0;
  bottom: 0;
}

.BOX_D a,
.BOX_C a {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.BOX {
  transition: all .2s ease-in;
}

.BOX:hover,
.BOX:focus {
  transform: translateY(-10px);
}

.BOX img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.BOX img:hover {
  transform: scale(1.1);
}

.BOX_D .BOX {
  display: block;
  height: 360px;
  line-height: 1.4;
  letter-spacing: 0;
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.36);
  border-radius: 8px;
  overflow: hidden;
}

.owl-prev {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: -15px;
  display: block !important;
  border: 0px solid black;
}

.owl-next {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  right: -15px;
  display: block !important;
  border: 0px solid black;
}

.owl-theme .owl-nav [class*=owl-] {
  font-size: 20px;
  background: rgba(82, 88, 200, 0.5);
  border-radius: 50%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  color: #fff;
  background: #5258c8;
  text-decoration: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
  /* background: #e5f7dc;
  background: linear-gradient(180deg, transparent 50%, #ffe873 50%);
  width: 20%;
  margin: 0 auto; */
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  background: #ffcb43;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5258c8;
}

/*------------- card -------------*/
.card {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  position: relative;
  width: 80%;
  background: #fff;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: none;
  -webkit-box-shadow: 3px 3px #ffcb43;
  -moz-box-shadow: 3px 3px #ffcb43;
  box-shadow: 3px 3px #ffcb43;
  color: rgba(9, 9, 9, 1);
}

.card {
  overflow: hidden;
  transition: all .2s ease-in;
}

.card:hover,
.card:focus {
  transform: translateY(-10px);
}

.card img {
  transform: scale(1);
  transition: all 0.3s ease-out;
}

.card img:hover {
  transform: scale(1.1);
}

.card .card-body {
  display: block;
  width: 30%;
  padding: 30px 15px;
}

.card .card-body img {
  border-radius: 8px;
}

.card .card-bodyColor {
  position: relative;
  width: 70%;
  padding: 30px 15px;
}

.card-text1 {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: rgb(81, 81, 81);
}

.card-title-b {
  font-size: 24px;
  font-weight: 500;
  width: 250px;
  background-color: #ffcb43;
  border-radius: 8px;
  padding: 10px 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}

.card-title-b-size {
  width: 350px;
}

.card-bodyColor .card-text {
  position: absolute;
  width: 130px;
  text-align: center;
  font: normal 18px/20px Roboto;
  letter-spacing: 0px;
  color: #fff;
  padding: 5px 15px;
  background-color: #5258c8;
  border-radius: 8px;
  left: 25px;
  bottom: 30px;
}

/*------------- CONTENT2 -------------*/

/* style for waterfall grid */
.wf-container {
  margin: 0 auto;
  padding-bottom: 50px;
}

.wf-container:before,
.wf-container:after {
  content: '';
  display: table;
}

.wf-container:after {
  clear: both;
}

.wf-container h3 {
  margin: auto;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #1b1b1b;
  background: linear-gradient(#ffffff00 0%, #ffffff00 50%, #ffb800 50%, #ffb800 100%);
  text-align: center;
  padding: 0 5px;
  margin-bottom: 30px;
  display: block;
  width: fit-content;
}

.wf-box {
  margin: 10px;
  border: 1px solid #e5e5e5;
  background-color: #FFF;
  margin-bottom: 5%;
  border-radius: 8px;
  overflow: hidden;
}

.wf-box img {
  display: block;
  width: 100%;
}

.wf-box .content {
  border: 1px solid #ccc;
  border-top-width: 0;
  padding: 5px 8px;
}

.wf-column {
  float: left;
}

.t1 {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 3px;
  display: block;
  position: relative;
}

.t1 p {
  width: 100%;
  height: auto;
  color: rgba(9, 9, 9, 1);
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.course_frame {
  width: 100%;
  padding: 15px;
  padding-bottom: 10%;
  margin: 0 auto;
  height: 190px;
}

.course_frame ul {
  list-style-image: url(../images/list.png);
  margin-left: 20px;
}

.course_frame ul li {
  color: rgba(81, 81, 81, 1);
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
}

.t3 {
  color: #06336f;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width:768px) {
  .wf-container {
    width: 750px;
  }
}

@media screen and (min-width:992px) {
  .wf-container {
    width: 970px;
  }
}

@media screen and (min-width:1023px) {
  .wf-container {
    width: 1000px;
  }
}

h2 {
  font-size: 42px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  font-weight: 200;
  margin-bottom: 30px;
}

h2 span {
  font-weight: 700;
}

.h3 {
  font-size: 28px;
  text-align: center;
  color: #e50921;
  margin-top: 5px;
  font-weight: 700;
  -webkit-animation: discolor 1s infinite;
  -moz-animation: discolor 1s infinite;
  -ms-animation: discolor 1s infinite;
  -o-animation: discolor 1s infinite;
  animation: discolor 1s infinite;
}

@-webkit-keyframes discolor {

  0%,
  50% {
    color: #e50921;
  }

  51%,
  100% {
    color: #1971db;
  }
}

@-moz-keyframes discolor {

  0%,
  50% {
    color: #e50921;
  }

  51%,
  100% {
    color: #1971db;
  }
}

@-o-keyframes discolor {

  0%,
  50% {
    color: #e50921;
  }

  51%,
  100% {
    color: #1971db;
  }
}

@keyframes discolor {

  0%,
  50% {
    color: #e50921;
  }

  51%,
  100% {
    color: #1971db;
  }
}

/*------------- CONTENT3 -------------*/

.studyBOX {
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

.studyBOX-left {
  float: left;
  width: 35%;
  text-align: center;
}

.studyBOX-right {
  float: left;
  width: 65%;
  text-align: justify;
}

.studyBOX-right-BOX_IN {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(9, 9, 9, 1);
  padding-top: 15px;
}

.studyBOX-right-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: rgb(81, 81, 81);
}

.studyIMG img {
  border-radius: 8px;
}


/*------------- CONTENT4 -------------*/

.onlineBOX {
  transition: all .2s ease-in;
}

.onlineBOX:hover,
.onlineBOX:focus {
  transform: translateY(-10px);
}

.onlineBOX img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  border-radius: 8px;
}

.onlineBOX img:hover {
  transform: scale(1.1);
}

.onlineBOX-BOX_IN {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0px;
  color: rgba(9, 9, 9, 1);
  padding: 15px;
}

#owl-C {
  width: 100%;
  margin-bottom: 15px;
}

/*------------表單------------*/
.formsBox {
  background: #5258c8;
  padding: 100px 0;
}

.formCheck,
.cardCheck {
  cursor: pointer;
  min-height: 20px;
  min-width: 20px;
  margin-right: 5px;
}

.formsBox input,
.formsBox select {
  background: none !important;
  border: none;
  border-bottom: 2px solid #fff;
  border-radius: 0 0;
  color: #fff;
  height: 48px;
  line-height: 48px;
}

.formsBox input:focus,
.formsBox select:focus {
  background: #5258c8 !important;
  border: none;
  border-bottom: 2px solid #fff;
  box-shadow: none;
  color: #fff !important;
  outline: none;
}

.formsBox input::placeholder {
  color: #fff !important;
}

.form-check-label,
.form-check-label a {
  color: #fff !important;
}

.form-check-label a:hover {
  color: rgba(252, 238, 22, 0.687) !important;
}

.formsBox select:optional {
  padding-left: 7px !important;
}

.pageTitle {
  color: rgba(0, 0, 0, 1.00);
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
}

.pageTitle h4 {
  line-height: 1;
  font-size: 28px;
  line-height: 1.5;
  color: #fff;
  -webkit-animation: pateTitle-H4 1.4s 0.5s infinite;
  animation: pateTitle-H4 1.4s 0.5s infinite;
  margin-bottom: 30px;
}

.pageTitle h3 {
  vertical-align: middle;
  color: #fff;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 767.98px) {

  .formsBox input,
  .formsBox select {
    background: none !important;
    border: 2px solid #fff;
    border-radius: 4px 4px;
    color: #fff;
    height: 48px;
    line-height: 48px;
  }

  .formsBox input:focus,
  .formsBox select:focus {
    border: 2px solid #fff;
  }
}

@media (max-width: 575.98px) {
  .formsBox {
    padding: 40px 0;
  }

  .pageTitle {
    font-size: 28px;
  }

  .pageTitle h4 {
    font-size: 24px;
  }

  .pageTitle h3 {
    font-size: 28px;
  }
}

/*Check box*/
.checkbox label:after,
.radio label:after {
  content: '';
  display: table;
  clear: both;
  color: #fff;
}

.checkbox .cr,
.radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: .25em;
  width: 1.7em;
  height: 1.7em;
  float: left;
  margin-right: .5em;
  color: red;
}

.radio .cr {
  border-radius: 75%;
  border-color: #fff;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
  transform: scale(3) rotateZ(-220deg);
  opacity: 0;
  transition: all .7s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
  opacity: .5;
}

.checkbox label,
.checkbox a {
  color: #fff !important;
}

.checkbox a:hover {
  color: rgba(33, 226, 252, 0.687) !important;
}

.checkBoxDescription {
  display: inline-block;
}

.A {
  color: #666666;
  background-color: #D71E1C;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #FFFFFF;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  margin-bottom: 10px;
}

.B {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  *zoom: 1;
  font-size: 28px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  border: 2px solid #FFFFFF;
  background-color: #D71E1C;
  cursor: pointer;
  border-radius: 50px;
  margin-bottom: 10px;
  /*
  border-bottom: 5px solid #013c38;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
*/
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
}

.B:hover,
.B:focus {
  color: #fff;
  border: 2px solid #FFFFFF;
  background-color: #D71E1C;
}

#BUT i {
  color: #FFFFFF;
  padding-top: 30px;
  position: absolute;
  text-shadow: 0 1px 5px rgb(0 0 0 / 35%);
  z-index: 2;
  font-size: 30px;
}

.C {
  width: 100%;
  height: 68px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 28px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  background-color: #E62427;
  cursor: pointer;
  border-bottom: 5px solid #9E1A13;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.10);
  margin-bottom: 10px;
  border-radius: 50px;
}

/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1023px) {
  .TOP img {
    width: 95%;
  }

  .BOX_D .BOX {
    height: 325px;
  }
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 991px) {
  .BOX_D .BOX {
    height: 350px;
  }

  .card {
    width: 100%;
  }

  .card .card-bodyColor {
    height: 250px;
  }

  .card-title-b,
  .card-title-b-size {
    width: 100%;
    line-height: 1.5;
  }

  .card-bodyColor .card-text {
    left: 20px;
  }

  .CTA1,
  .CTA2 {
    width: 60%;
  }

  .CTA1 p,
  .CTA2 p {
    font-size: 24px;
  }

  .CTA1:hover,
  .CTA2:hover {
    width: 61%;
  }

  /* .owl-theme .owl-nav.disabled+.owl-dots {
    width: 30%;
  } */
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
  .card .card-bodyColor {
    height: 270px;
  }

  .card-bodyColor .card-text {
    left: 15px;
  }

  .imgMarginTop {
    margin-top: 15px;
  }

  .course_frame {
    height: auto;
  }

  /* .owl-theme .owl-nav.disabled+.owl-dots {
    width: 40%;
  } */
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {

  .TEXT p,
  .TEXT ul {
    padding-right: 15px;
  }

  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  .title-box img {
    width: 100%;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width:575px) {
  .card .card-body {
    width: 100%;
    padding: 0;
  }

  .card .card-bodyColor {
    width: 100%;
    height: 100%;
  }

  .card .card-body img {
    border-radius: 0;
  }

  .card-bodyColor .card-text {
    position: relative;
    width: 30%;
    left: 0;
    bottom: 0;
    margin: 0 auto;
  }

  .BOX_D .BOX {
    height: 480px;
  }
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {

  .TOP,
  .FORM_BLOCK,
  .CONTENT1,
  .CONTENT2,
  .CONTENT3,
  .CONTENT4 {
    min-width: 320px;
  }

  #CONTENT-CAROUSEL .W_CENTER,
  .CONTENT1 .W_CENTER,
  .CONTENT2 .W_CENTER,
  .CONTENT3 .W_CENTER,
  .CONTENT4 .W_CENTER {
    padding: 0px 0px 40px;
  }

  .FORM_BLOCK .W_CENTER {
    padding: 30px 30px;
  }

  #READ {
    font-size: 15px;
  }

  .BOX_D .BOX {
    height: auto;
  }

  .BOX_IN {
    font-size: 21px;
    height: 50px;
    margin-bottom: 15px;
  }

  .BOX_IN_M {
    height: 100px;
  }

  .studyBOX-right-BOX_IN {
    font-size: 21px;
  }

  .onlineBOX-BOX_IN {
    font-size: 21px;
  }

  .card-body .card-text {
    font-size: 18px;
  }

  .card {
    margin-bottom: 0;
    -webkit-box-shadow: 0px 3px 10px rgb(0 0 0 / 36%);
    -moz-box-shadow: 0px 3px 10px rgb(0 0 0 / 36%);
    box-shadow: 0px 3px 10px rgb(0 0 0 / 36%);
  }

  .card-bodyColor .card-text {
    width: 100%;
  }

  .card-title-b {
    font-size: 21px;
  }

  .t1 p {
    font-size: 21px;
  }

  .CTA1,
  .CTA2 {
    width: 90%;
  }

  .CTA1 p,
  .CTA2 p {
    font-size: 21px;
  }

  .CTA1:hover,
  .CTA2:hover {
    width: 91%;
  }

  /* .owl-theme .owl-nav.disabled+.owl-dots {
    width: 60%;
  } */
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:425px) {
  .studyBOX-left {
    width: 100%;
  }

  .studyBOX-right {
    width: 100%;
    text-align: center;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width:320px) {
  /* .owl-theme .owl-nav.disabled+.owl-dots {
    width: 90%;
  } */
}