html {
  font-size: 100% !important;
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", "Heiti TC", Arial, sans-serif;
  font-size: 100% !important;
  height: 100%; }

#page-wrapper #page {
  position: relative; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  outline: none;
  /* for Firefox Google Chrome  */
  /* for IE */ }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    outline: none; }

ol, ul {
  list-style-type: none; }

p, pre {
  margin: 0; }

dl, menu, ol, ul {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

h1 {
  margin: 0; }

.omia-customPage {
  background-color: #f5f5f5; }

.terms_of_service_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 96%;
  max-width: 1290px;
  margin: 0 auto 30px auto; }
  @media all and (max-width: 991px) {
    .terms_of_service_block {
      width: 100%;
      display: block;
      margin: 0 auto; } }

.tos_left_block {
  width: 220px;
  margin: 0 10px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  padding: 0 0 10px 0; }
  @media all and (max-width: 991px) {
    .tos_left_block {
      width: 100%;
      margin: 0 0 15px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      overflow-y: auto; } }
  .tos_left_block .tos_left_title {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media all and (max-width: 991px) {
      .tos_left_block .tos_left_title {
        display: none; } }
  @media all and (max-width: 991px) {
    .tos_left_block ul {
      width: 1000px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .tos_left_block li {
    width: 100%;
    position: relative;
    text-align: left; }
    @media all and (max-width: 991px) {
      .tos_left_block li {
        width: 140px;
        text-align: center; }
        .tos_left_block li:first-child {
          width: 270px; } }
    .tos_left_block li a {
      width: 100%;
      height: 100%;
      color: #000;
      font-size: 15px;
      line-height: 20px;
      font-weight: 400;
      text-align: inherit;
      padding: 12px 15px;
      display: block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      border-left: 3px solid #fff; }
      .tos_left_block li a:hover {
        background-color: #f9f9f9;
        border-left: 3px solid #999; }
      @media all and (max-width: 991px) {
        .tos_left_block li a {
          border-left: 0 solid #fff;
          border-bottom: 3px solid #fff;
          line-height: 20px;
          padding: 15px 10px; }
          .tos_left_block li a:hover {
            border-left: 0 solid #fff;
            border-bottom: 3px solid #999; } }
    .tos_left_block li .active {
      border-left: 3px solid #239dd5; }
      .tos_left_block li .active:hover {
        border-left: 3px solid #239dd5 !important; }
      @media all and (max-width: 991px) {
        .tos_left_block li .active {
          border-left: 0 solid #fff !important;
          border-bottom: 3px solid #239dd5 !important; }
          .tos_left_block li .active:hover {
            border-left: 0 solid #fff !important;
            border-bottom: 3px solid #239dd5 !important; } }

.tos_right_block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05); }
  @media all and (max-width: 991px) {
    .tos_right_block {
      width: 100%; } }
  .tos_right_block .tos_right_title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 14px 20px;
    border-bottom: solid 1px #eee; }
  .tos_right_block .tos_right_content {
    padding: 30px;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
    color: #333;
    min-height: 700px; }
    .tos_right_block .tos_right_content a {
      color: #239dd5; }
    .tos_right_block .tos_right_content img {
      max-width: 100%;
      margin: 15px 0; }
    .tos_right_block .tos_right_content p {
      margin: 0 0 25px 0; }
    @media all and (max-width: 991px) {
      .tos_right_block .tos_right_content {
        min-height: 500px; } }
  .tos_right_block .tos_right_title_qa {
    overflow-x: auto; }
  .tos_right_block .qa-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: solid 1px #eee; }
    @media all and (max-width: 991px) {
      .tos_right_block .qa-tabs {
        width: 600px; } }
    .tos_right_block .qa-tabs li {
      width: 110px;
      text-align: center;
      font-size: 22px;
      height: 56px;
      line-height: 53px;
      position: relative;
      color: #999; }
    .tos_right_block .qa-tabs .active {
      color: #000; }
      .tos_right_block .qa-tabs .active::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background-color: #239dd5;
        position: absolute;
        bottom: 1px;
        left: 0; }
  .tos_right_block .qa-set {
    margin: 0 0 20px 0; }
  .tos_right_block .qa-question {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #239dd5;
    color: #fff;
    padding: 0 10px;
    margin: 0 0 10px 0;
    border-radius: 6px;
    position: relative; }
    .tos_right_block .qa-question::before {
      content: "";
      width: 19px;
      height: 3px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 24px;
      right: 20px; }
    .tos_right_block .qa-question::after {
      content: "";
      width: 3px;
      height: 19px;
      display: block;
      background-color: #fff;
      position: absolute;
      top: 16px;
      right: 28px; }
  .tos_right_block .qa-question.active::before {
    content: "";
    width: 19px;
    height: 3px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 24px;
    right: 20px; }
  .tos_right_block .qa-question.active::after {
    content: "";
    display: none; }
  .tos_right_block .qa-answer {
    padding: 0 10px 0 27px; }

.omia-customPage {
  background-color: #fff; }
  .omia-customPage .dialog-off-canvas-main-canvas {
    padding: 0;
    background-color: #fff;
    overflow: hidden; }
    .omia-customPage .dialog-off-canvas-main-canvas main {
      width: 96%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px 30px 50px 30px;
      overflow: hidden; }
      @media all and (max-width: 767px) {
        .omia-customPage .dialog-off-canvas-main-canvas main {
          width: 100%;
          max-width: 100%;
          padding: 10px 20px 40px 20px; } }
  .omia-customPage .course_Information_page_title01 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 600;
    margin: 0 0 50px 0; }
    @media all and (max-width: 767px) {
      .omia-customPage .course_Information_page_title01 {
        margin: 0 0 40px 0; } }
  .omia-customPage .course_Information_page_note_title01 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 20px 0; }
  .omia-customPage .course_Information_page_note_list {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 20px 0;
    text-indent: -16px;
    padding: 0 0 0 16px; }
    .omia-customPage .course_Information_page_note_list span {
      color: #fb2c36;
      background-color: #ffcccb4d; }
  .omia-customPage .course_Information_page_note_title02 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 65px 0 20px 0; }
  .omia-customPage .course-table {
    border: 1px solid #d5d9e0; }
  .omia-customPage .table-header {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .omia-customPage .table-header .cell-course-title {
      color: #777; }
    .omia-customPage .table-header .cell-course-remark {
      color: #777; }
  .omia-customPage .cell-course-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 60px;
    line-height: 20px;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px; }
    @media all and (max-width: 767px) {
      .omia-customPage .cell-course-title {
        padding: 20px 15px; } }
  .omia-customPage .cell-course-remark {
    width: 20%;
    min-width: 100px;
    min-height: 60px;
    line-height: 20px;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px; }
    @media all and (max-width: 767px) {
      .omia-customPage .cell-course-remark {
        padding: 20px 15px; } }
  .omia-customPage .table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #d5d9e0; }
    .omia-customPage .table-row:last-child {
      border-bottom: 0 solid #fff; }
  .omia-customPage .cell-remark {
    width: 20%;
    min-width: 100px;
    min-height: 60px;
    line-height: 20px;
    padding: 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d5d9e0; }
    @media all and (max-width: 767px) {
      .omia-customPage .cell-remark {
        padding: 20px 15px; } }
