body {
  color: #666666;
  letter-spacing: 0.1rem; }

.normal_font_color {
  color: #666666 !important; }

.extra_ls {
  letter-spacing: 0.2rem; }

@font-face {
  font-family: "NotoSerifTC-Bold";
  src: url("../../fonts/NotoSerifTC-Bold.otf");
  font-weight: 600; }
@font-face {
  font-family: "NotoSerifSC-Bold";
  src: url("../../fonts/NotoSerifSC-Bold.otf");
  font-weight: 600; }
.sp_font {
  font-family: "NotoSerifTC-Bold", "NotoSerifSC-Bold" !important; }

.default_color_hyperlink {
  color: #666666; }
  .default_color_hyperlink:hover {
    color: #666666; }

#mobile_menu_button {
  background-color: rgba(82, 84, 85, 0.6);
  padding: 0.5rem;
  color: white;
  font-size: 1.5rem;
  color: #666666;
  border-radius: 8px;
  cursor: pointer; }
  #mobile_menu_button:hover {
    background-color: rgba(82, 84, 85, 0.8); }

.pointer {
  cursor: pointer; }

#mobile_menu::-webkit-scrollbar {
  display: none; }

#mobile_menu {
  position: fixed;
  width: 0%;
  background-color: #c3162e;
  top: 0;
  height: 100vh;
  z-index: 500000;
  overflow-y: scroll;
  transition: width 0.5s ease-in-out; }
  #mobile_menu .collapse,
  #mobile_menu .collapsing {
    background-color: rgba(193, 84, 99, 0.8); }
  #mobile_menu .dropdown::marker {
    content: none !important; }
  #mobile_menu.show {
    width: 100%;
    transition: width 0.8s ease-in-out; }
  #mobile_menu .mobile_menu_top_block {
    position: sticky;
    top: 0;
    background-color: #c3162e;
    text-align: right; }
  #mobile_menu .mobile_menu_block {
    border-bottom: 1px solid white;
    padding: 0.8rem 2rem;
    font-size: 1.2rem;
    color: white; }
  #mobile_menu a {
    text-decoration: none;
    color: white; }
    #mobile_menu a:hover {
      color: white; }
  #mobile_menu #mobile_menu_close_button {
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none; }
  #mobile_menu #login_button {
    border-radius: 8px;
    padding: 0.5rem 2rem;
    background-color: #c3162e;
    color: white; }

.mobile_lang_menu .selected {
  color: #c3162e !important; }

.no-d {
  text-decoration: none; }

a.no_d {
  text-decoration: none; }
  a.no_d:hover {
    text-decoration: none; }

.bottom_background {
  background-image: url("../../../assets/images/bg_bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 150px; }

.theme_background {
  background-image: url("../../../assets/images/bg_top.png"), url("../../../assets/images/bg_bottom.png");
  background-position: top, bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 150px;
  padding-bottom: 150; }
  .theme_background .theme_background_margin {
    margin-top: -50px;
    margin-bottom: -50px; }

.display_image_frame {
  padding: 5px;
  position: relative; }
  .display_image_frame .display_image_frame_control_prev {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 3%; }
  .display_image_frame .display_image_frame_control_next {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 3%; }

.display_image_control_zone {
  padding: 5px;
  position: relative; }
  .display_image_control_zone img {
    max-width: 90px;
    max-height: 90px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin: 0px 2px; }
    .display_image_control_zone img.selected {
      border: 1px solid #f69b42; }

.filter_bar {
  background-color: #faecee; }

.side_menu {
  background-color: #f5f5f5;
  height: fit-content; }
  .side_menu .header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #d0d0d0;
    color: #f69b42; }
  .side_menu .collapse div,
  .side_menu .collapsing div {
    padding: 1rem 0rem 1rem 4rem !important; }
  .side_menu a {
    text-decoration: none;
    color: #c3162e; }
    .side_menu a:hover .item {
      color: white;
      background-color: #c3162e; }
    .side_menu a .item {
      padding: 1rem 0rem 1rem 3rem;
      border-bottom: 1px solid #ffffff; }
      .side_menu a .item.secondary_level {
        padding: 1rem 0rem 1rem 4rem !important; }
      .side_menu a .item.selected {
        background-color: #c3162e;
        color: white !important; }

.shop_menu {
  background-color: white;
  height: calc(100% - 50px);
  min-height: 880px; }
  .shop_menu .header {
    padding: 1rem 2rem;
    border-bottom: 1px solid #d0d0d0;
    color: #f69b42; }
  .shop_menu .sub_header {
    padding: 1rem 2rem;
    color: #666666; }
  .shop_menu a {
    text-decoration: none;
    color: #666666; }
    .shop_menu a:hover {
      color: #c3162e; }
    .shop_menu a .item {
      padding: 1rem 0rem 1rem 3rem;
      border-bottom: 1px solid #d0d0d0; }

.news_container .news_frame {
  margin-top: 1rem;
  border: 1px solid #dee2e6;
  border-radius: 15px; }
  .news_container .news_frame:nth-child(1) {
    margin-top: 0rem; }
  .news_container .news_frame img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    min-height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 15px 0px 0px 15px; }
  .news_container .news_frame .inner_padding {
    padding: 1rem; }
    .news_container .news_frame .inner_padding .label {
      min-width: 5rem; }

#grid_view_button {
  font-size: 1.2rem; }

#list_view_button {
  font-size: 1.5rem; }

.sharing_row a {
  text-decoration: none; }
  .sharing_row a img {
    max-width: 40px; }

.paging_zone {
  color: #c6c6c6;
  line-height: 1.5 !important;
  font-size: 1rem; }
  .paging_zone .nav .nav-link {
    padding: 0rem 0.3rem;
    font-weight: 400;
    color: #c6c6c6; }
    .paging_zone .nav .nav-link.selected {
      color: #f69b42; }
    .paging_zone .nav .nav-link.previous, .paging_zone .nav .nav-link.next {
      margin-left: 0.5rem;
      margin-right: 0.5rem;
      font-size: 1.5rem;
      padding: 0px;
      font-weight: 100; }

.irs--round .irs-handle {
  border-color: #969696 !important;
  background-color: #969696 !important; }

.irs-bar {
  background-color: #969696 !important; }

.irs-from,
.irs-to {
  background-color: transparent !important;
  color: #969696 !important;
  top: 60; }
  .irs-from::before,
  .irs-to::before {
    display: none !important; }

.eshop_item_container {
  text-decoration: none; }
  .eshop_item_container:hover {
    text-decoration: none; }
  .eshop_item_container .eshop_item_box {
    border-radius: 8px;
    background-color: white;
    border: 1px solid #d0d0d0;
    height: 100%;
    min-height: 420px; }
    .eshop_item_container .eshop_item_box .item_image {
      border-radius: 8px 8px 0px 0px;
      height: 70%;
      max-height: 300px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .eshop_item_container .eshop_item_box .content_section {
      height: 30%;
      padding-top: 0.5rem;
      text-align: center; }
      .eshop_item_container .eshop_item_box .content_section .price {
        color: #ef5ba1; }
      .eshop_item_container .eshop_item_box .content_section .detail_button {
        background-color: #f69b42;
        color: white;
        font-weight: bold;
        border-radius: 0px 0px 8px 8px;
        width: 100%;
        text-align: center;
        padding: 0.25rem 0rem; }

.pill_select {
  border-radius: 8px;
  min-width: 8rem;
  background-color: white;
  border: 1px solid #d0d0d0;
  padding: 0.125rem 0.25rem; }
  .pill_select.extend_size {
    min-width: 12rem; }
  .pill_select.extend_md_size {
    min-width: 16rem; }

.main_theme_color {
  color: #c3162e; }

.main_theme_background_color {
  background-color: #c3162e; }

.secondary_theme_color {
  color: #f69b42; }

.secondary_theme_background_color {
  background-color: #f69b42; }

.main_theme_pill {
  color: white;
  background-color: #c3162e;
  padding: 0.25rem 24px;
  border-radius: 24px; }

.secondary_theme_pill {
  color: white;
  background-color: #f69b42;
  padding: 0.25rem 24px;
  border-radius: 24px; }

.navigator_selector {
  color: #666666; }
  .navigator_selector:hover span {
    color: #c3162e;
    text-decoration: none; }
  .navigator_selector.active {
    color: #c3162e;
    text-decoration: none; }
  .navigator_selector.selected span {
    color: #c3162e;
    text-decoration: none; }
  .navigator_selector.lang_selector span {
    color: #e0e0e0; }
  .navigator_selector.lang_selector:hover span {
    color: #c3162e;
    text-decoration: none; }
  .navigator_selector.lang_selector.selected span {
    color: #c3162e;
    text-decoration: none; }

.news_box {
  color: #333333;
  text-decoration: none; }
  .news_box:hover {
    color: #333333; }

.item_box {
  border-radius: 8px;
  background-color: white;
  border: 1px solid #d0d0d0;
  height: 100%;
  min-height: 420px; }
  .item_box .item_image {
    border-radius: 8px 8px 0px 0px;
    height: 60%;
    max-height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .item_box .inner_padding {
    padding: 1rem;
    border-radius: 0px 0px 8px 8px;
    height: 40%; }
    .item_box .inner_padding h6 {
      line-height: 1.3 !important; }
    .item_box .inner_padding small {
      overflow-y: hidden; }
  .item_box .hyperlink_button {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 100%;
    border-radius: 500px;
    font-weight: bold; }
    .item_box .hyperlink_button:hover {
      color: white;
      text-decoration: none; }

.member_courses_row .course_item_box {
  min-height: 500px; }

.course_item_box {
  border-radius: 8px;
  background-color: white;
  border: 1px solid #d0d0d0;
  height: 100%;
  min-height: 420px; }
  .course_item_box .item_image {
    border-radius: 8px 8px 0px 0px;
    height: 50%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .course_item_box .inner_padding {
    padding: 0.5rem;
    height: 50%;
    font-size: 90%; }
    .course_item_box .inner_padding .label {
      min-width: 4rem; }

.video_container {
  min-height: 380px; }
  .video_container .iframe_container {
    height: 75%; }
  .video_container .caption {
    height: 25%; }

.album_covers {
  text-decoration: none !important; }
  .album_covers:hover {
    text-decoration: none !important; }
  .album_covers .album_cover_box {
    border-radius: 8px;
    background-color: white;
    border: 1px solid #d0d0d0;
    height: 100%;
    min-height: 420px; }
    .album_covers .album_cover_box .item_image {
      border-radius: 8px 8px 0px 0px;
      height: 75%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .album_covers .album_cover_box .inner_padding {
      padding: 0.75rem;
      height: 25%;
      font-size: 90%; }
      .album_covers .album_cover_box .inner_padding .label {
        min-width: 4rem; }
      .album_covers .album_cover_box .inner_padding small {
        color: #666666; }

.more_button {
  padding: 0.25rem 1.5rem;
  border-radius: 24px;
  background-color: #f69b42;
  color: white;
  font-weight: bold;
  text-decoration: none; }
  .more_button:hover {
    color: white;
    text-decoration: none; }

.enroll_button {
  padding: 0.5rem 3rem;
  border-radius: 72px;
  background-color: #f69b42;
  outline: none !important;
  border: none !important;
  color: white;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none; }
  .enroll_button.grey {
    background-color: #b3b3b3; }
  .enroll_button:hover {
    color: white;
    text-decoration: none; }

.album_row {
  margin-left: -30px;
  margin-right: -30px; }
  .album_row .image_container {
    height: 100%;
    padding-top: 100%;
    cursor: pointer;
    border-radius: 15px;
    position: relative; }
    .album_row .image_container .content {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .album_row .image_container .content img {
        border-radius: 15px;
        position: relative;
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%;
        left: 15px;
        object-fit: cover; }

.breadcrumb_section {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.5rem;
  color: #c3162e; }
  .breadcrumb_section div {
    margin: 0rem 0.2rem; }
  .breadcrumb_section #breadcrumb_home {
    width: 1rem;
    height: 1rem; }
  .breadcrumb_section .non_current {
    color: #d0d0d0;
    text-decoration: none; }
    .breadcrumb_section .non_current:hover {
      text-decoration: none; }

.image_background {
  background-image: url("../../images/bg_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.photo_album_zone {
  position: relative; }
  .photo_album_zone .photo_album_prev_zone {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 100;
    cursor: pointer; }
  .photo_album_zone .photo_album_next_zone {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 100;
    cursor: pointer; }

.tns-controls {
  display: none; }

.photo_album div {
  max-width: calc(100% / 3);
  padding: 0 3px; }
  .photo_album div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 180px; }

.grey_color {
  color: #808080;
  text-decoration: none; }
  .grey_color:hover {
    color: #808080;
    text-decoration: none; }

.register_sub_group {
  background-color: #fffbeb;
  box-shadow: 0px -1px 8px #d0d0d0;
  border-radius: 8px;
  margin-left: -15px;
  margin-right: -15px; }
  .register_sub_group .sg_inner_padding {
    padding: 15px; }

.sub_group {
  background-color: #fffbeb;
  box-shadow: 0px -1px 8px #d0d0d0;
  border-radius: 8px; }
  .sub_group .sg_inner_padding {
    padding: 15px; }

.default_padding {
  padding-left: 15px;
  padding-right: 15px; }

.pill_layout {
  border-radius: 24px;
  border: 1px solid #c6c6c6;
  background-color: transparent;
  height: 38px; }

.student_delete_button {
  cursor: pointer; }

.adding_sub_group_button {
  margin: 1rem 15px 1rem -15px;
  padding: 0.25rem;
  border-radius: 24px;
  background-color: #f0f0f0;
  color: #a6a6a6;
  text-decoration: none;
  display: flex;
  width: calc(100% + 30px);
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .adding_sub_group_button:hover {
    color: #a6a6a6;
    text-decoration: none; }

.no_border {
  border: none !important; }
  .no_border:hover {
    border: none !important; }

.success_box {
  border-radius: 8px;
  background-color: rgba(52, 227, 105, 0.2);
  border: 1px solid #34e369;
  width: 100%;
  padding: 1rem;
  color: #34e369;
  font-weight: bold; }

.failed_box {
  border-radius: 8px;
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid #ff0000;
  width: 100%;
  padding: 1rem;
  color: #ff0000;
  font-weight: bold; }

.form-control {
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #f9e8ea;
  border: none;
  outline: none; }
  .form-control:focus {
    border-color: #fcb6be;
    box-shadow: 0 0 0 0.2rem rgba(195, 22, 46, 0.6); }
  .form-control.rectangle {
    border-radius: 0px !important; }

.auto_fit_box {
  height: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0px 0px 5px #d0d0d0; }
  .auto_fit_box .less_fit_box_inner_padding {
    padding: 1rem; }
  .auto_fit_box .fit_box_inner_padding {
    padding: 2rem; }
  .auto_fit_box .fit_box_homepage_padding {
    padding: 6rem; }

.with_fav {
  position: relative; }
  .with_fav i {
    position: absolute;
    right: 15px;
    top: 4px;
    color: #ff4c64; }

#member_zone_hyperlink_list a {
  color: #666666;
  text-decoration: none; }
  #member_zone_hyperlink_list a:hover {
    color: #c3162e;
    text-decoration: none; }
  #member_zone_hyperlink_list a.selected div {
    color: #c3162e; }
  #member_zone_hyperlink_list a div {
    border-top: 1px solid #c6c6c6;
    padding: 1rem 0px; }
    #member_zone_hyperlink_list a div.the_last {
      border-bottom: 1px solid #c6c6c6; }

.login_button {
  display: flex;
  width: 100%;
  padding: 0.25rem 0rem;
  border-radius: 24px;
  color: white;
  background-color: #f69b42;
  text-decoration: none;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 5px;
  border: none; }
  .login_button:hover {
    color: white;
    text-decoration: none; }

.fancybox__container {
  z-index: 1000000; }

.special_menu a.active h5 {
  color: white;
  background-color: #c3162e;
  border-radius: 15px; }
.special_menu a h5 {
  background-color: #f0f0f0;
  border-radius: 15px;
  color: #b3b4bd; }

.grey_background_color {
  background-color: #f0f0f0; }

.grey_button {
  color: white;
  border-radius: 24px;
  background-color: #b3b3b3;
  padding: 0.25rem 0rem;
  display: flex;
  width: 100%;
  text-decoration: none;
  letter-spacing: 5px;
  justify-content: center; }
  .grey_button:hover {
    color: white;
    text-decoration: none; }

.normal_font_size {
  font-size: 1rem; }

.dark_grey_box {
  background-color: #e0e0e0; }
  .dark_grey_box .inner_padding {
    padding: 1rem 1.5rem; }

.grey_box {
  background-color: #ececec; }
  .grey_box .inner_padding {
    padding: 1rem 1.5rem; }

.checkout_confirm_button {
  width: 100%;
  background-color: #f69b42;
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  border: none;
  outline: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.eshop_row a {
  text-decoration: none; }
  .eshop_row a:hover {
    text-decoration: none; }
.eshop_row .item_box {
  border-radius: 8px;
  background-color: white;
  box-shadow: none;
  border: 1px solid #d0d0d0;
  height: 100%;
  min-height: 420px;
  text-decoration: none; }
  .eshop_row .item_box:hover {
    text-decoration: none; }
  .eshop_row .item_box * {
    text-decoration: none; }
    .eshop_row .item_box *:hover {
      text-decoration: none; }
  .eshop_row .item_box .item_image {
    border-radius: 8px 8px 0px 0px;
    height: 70%;
    max-height: unset !important;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .eshop_row .item_box .inner_padding {
    padding: 1rem;
    border-radius: 0px 0px 8px 8px;
    height: 30%; }
    .eshop_row .item_box .inner_padding h6 {
      line-height: 1.3 !important; }
    .eshop_row .item_box .inner_padding small {
      overflow-y: hidden; }
    .eshop_row .item_box .inner_padding .price_tag {
      color: #ef5ba1; }
  .eshop_row .item_box .hyperlink_button {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
    border-radius: 100%;
    border-radius: 500px;
    font-weight: bold; }
    .eshop_row .item_box .hyperlink_button:hover {
      color: white;
      text-decoration: none; }

.modal {
  z-index: 100000000; }

#nav_container {
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10000; }

#nav_bar {
  background-color: rgba(82, 84, 85, 0.9);
  color: white;
  height: fit-content;
  border-radius: 0px 0px 15px 15px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem; }
  #nav_bar div.selected {
    border-bottom: 1px solid #ffffff; }
  #nav_bar a {
    color: white;
    text-decoration: none; }
    #nav_bar a:hover {
      text-decoration: none; }
  #nav_bar .dropdown::marker {
    content: none !important; }
  #nav_bar .dropdown-menu {
    background-color: rgba(82, 84, 85, 0.9); }
    #nav_bar .dropdown-menu.show {
      transform: translate(0px, 37px) !important;
      border-radius: 0; }
      #nav_bar .dropdown-menu.show .nav-item {
        padding-left: 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem; }

.modal-lg {
  max-width: calc(37rem) !important; }

.home_section_1_background {
  background-color: #f3f3f3;
  background-image: url("../../images/bg_index_1.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto; }

.home_section_2_background {
  background-image: url("../../images/bg_index_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.home_section_4_background {
  background-image: url("../../images/bg_index_3.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.black_fading_background {
  background-color: rgba(0, 0, 0, 0.6); }

.light_grey_background {
  background-color: #ebebeb; }

.white_box_decoration {
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0.5rem;
  background-color: #c3162e;
  position: absolute; }

.pink_fading_background {
  background-color: #faecee; }
  .pink_fading_background .nt_font {
    font-family: "Noto Sans TC" !important; }

.static_pink_background {
  background-color: #cf4457; }

.user_mini_icon {
  max-width: 100px; }

.enlarge_font {
  font-size: 1.5rem; }

.extreme_font_size {
  font-size: 5rem; }

.lh_1_5 {
  line-height: 1.5; }

.text-grey {
  color: #b3b4bd; }

.footer_background {
  background-color: #333333; }
  .footer_background .footer {
    color: white;
    border-bottom: 1px solid #ffffff; }
    .footer_background .footer a {
      color: white;
      text-decoration: none; }
      .footer_background .footer a:hover {
        color: white;
        text-decoration: none; }
    .footer_background .footer .second_col,
    .footer_background .footer .third_col {
      border-left: 1px solid white; }

.member_background_layer {
  background-image: url("../../images/bg_member_3.png");
  background-repeat: no-repeat;
  background-size: cover; }

.member_inner_background_layer {
  background: url("../../images/bg_member_1.png")top left no-repeat, url("../../images/bg_member_2.png")top right no-repeat;
  background-size: 21vw, 50vw;
  padding-top: 60px; }

.main_theme_border {
  border-color: #c3162e !important;
  opacity: 1 !important; }

.more_circle_border_radius {
  border-radius: 15px !important; }

.thicker_border {
  height: 2px !important; }

.carousel-indicators li {
  height: 8px !important;
  width: 8px !important;
  border-radius: 50% !important;
  background-color: #f0f0f0;
  margin: 0px 0.5rem;
  z-index: 10000;
  cursor: pointer; }
  .carousel-indicators li.active {
    background-color: #c3162e; }

.copyright {
  background-color: #333333;
  color: white; }

.tns-nav {
  display: none; }

#prev_button {
  cursor: pointer; }
  #prev_button i {
    font-size: 1.5rem; }

#next_button {
  cursor: pointer; }
  #next_button i {
    font-size: 1.5rem; }

.trans_button {
  background-color: transparent;
  color: #f69b42;
  font-weight: bold;
  outline: none;
  border: none; }

.checkout_product_image {
  max-width: 80px;
  max-height: 80px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%; }

.color-black {
  color: #000000; }

.m-n-4 {
  margin: 0px -2rem; }

.secondary_button {
  border: 1px solid #f69b42;
  padding: 0.25rem 2rem;
  border-radius: 24px;
  background-color: white;
  color: #f69b42;
  font-weight: bold;
  text-decoration: none; }
  .secondary_button:hover {
    color: #f69b42;
    text-decoration: none; }

.fading_secondary_theme_background_color {
  background-color: #fffbeb; }
  .fading_secondary_theme_background_color.round {
    border-radius: 8px; }
  .fading_secondary_theme_background_color .inner_padding {
    padding: 1rem 1.5rem; }

.vertical_slider div {
  width: 100%;
  height: calc(420px / 3); }
  .vertical_slider div img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: calc(420px / 3);
    background-color: white;
    padding-bottom: 10px; }

#carousel-example-vertical .carousel-item {
  margin-right: 0px !important; }

.course_detail .label {
  min-width: 6rem; }
.course_detail ul {
  padding-left: 1rem !important; }
.course_detail .price_tag {
  font-size: 1.2rem; }
.course_detail .price {
  color: #ef5ba1;
  font-size: 2rem; }
.course_detail .size_tag {
  padding: 0.125rem;
  color: #d0d0d0; }
.course_detail .in_stock {
  color: #39af4b; }

ul {
  list-style-type: disc; }
  ul ::marker {
    color: #c3162e; }

.pill_num_selector {
  position: relative; }
  .pill_num_selector .minus {
    position: absolute;
    padding: 0rem 0.5rem;
    background-color: #dfdfdf;
    font-size: 1.25rem;
    top: 0;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #969696; }
  .pill_num_selector .num_input {
    border-radius: 8px;
    text-align: center;
    padding: 0rem 0.5rem;
    border: 1px solid #969696;
    font-size: 1.25rem;
    width: 10rem; }
    .pill_num_selector .num_input:focus-visible {
      border: 1px solid #969696;
      outline: none !important; }
  .pill_num_selector .plus {
    position: absolute;
    padding: 0rem 0.5rem;
    background-color: #dfdfdf;
    font-size: 1.25rem;
    right: 0;
    top: 0;
    border-radius: 0px 8px 8px 0px;
    border: 1px solid #969696; }

.cart_button {
  font-size: 1.2rem;
  background-color: #39af4b;
  color: white;
  font-weight: bold;
  border-radius: 24px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  padding: 0.125rem 0rem; }
  .cart_button:hover {
    text-decoration: none;
    color: white; }

.carousel.vertical .carousel-inner {
  height: 100%;
  min-height: 600px;
  width: auto;
  overflow: hidden; }
  .carousel.vertical .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out !important;
    height: 0px; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel.vertical .carousel-inner > .carousel-item {
        transition: 0.6s ease-in-out; }
        .carousel.vertical .carousel-inner > .carousel-item.active.carousel-item-left {
          transform: translate3d(0, -100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .carousel-item.carousel-item-right, .carousel.vertical .carousel-inner > .carousel-item.active.carousel-item-right, .carousel.vertical .carousel-inner > .carousel-item.carousel-item-next.carousel-item-left {
          transform: translate3d(0, 100%, 0);
          top: 0; }
        .carousel.vertical .carousel-inner > .carousel-item.active {
          transform: translate3d(0, 0, 0);
          top: 0;
          height: 100%; } }
  .carousel.vertical .carousel-inner > .active,
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    display: block; }
  .carousel.vertical .carousel-inner > .active {
    top: 0; }
  .carousel.vertical .carousel-inner > .next,
  .carousel.vertical .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel.vertical .carousel-inner > .next {
    top: 100%; }
  .carousel.vertical .carousel-inner > .prev {
    top: -100%; }
  .carousel.vertical .carousel-inner > .next.left,
  .carousel.vertical .carousel-inner > .prev.right {
    top: 0; }
  .carousel.vertical .carousel-inner > .active.left {
    top: -100%; }
  .carousel.vertical .carousel-inner > .active.right {
    top: 100%; }

.carousel.vertical .carousel-control {
  left: auto;
  width: 50px; }
  .carousel.vertical .carousel-control.up {
    top: 0;
    right: 0;
    bottom: 50%; }
  .carousel.vertical .carousel-control.down {
    top: 50%;
    right: 0;
    bottom: 0; }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-up,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block; }
  .carousel.vertical .carousel-control .icon-prev,
  .carousel.vertical .carousel-control .glyphicon-chevron-up {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px; }
  .carousel.vertical .carousel-control .icon-next,
  .carousel.vertical .carousel-control .glyphicon-chevron-down {
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -10px; }
  .carousel.vertical .carousel-control .icon-up,
  .carousel.vertical .carousel-control .icon-down {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel.vertical .carousel-control .icon-prev:before {
    content: "\2039"; }
  .carousel.vertical .carousel-control .icon-next:before {
    content: "\203a"; }

.pay_button {
  border-radius: 24px;
  color: white;
  background-color: #f69b42;
  font-weight: bold;
  text-decoration: none;
  padding: 0.125rem 2rem;
  display: flex;
  justify-content: center;
  width: 35%;
  font-size: 1.1rem; }
  .pay_button:hover {
    text-decoration: none;
    color: white; }

.member_table {
  width: 100%; }
  .member_table thead tr th {
    color: #c3162e;
    font-weight: bold;
    padding-left: 1rem; }
  .member_table tbody tr {
    border-top: 3px solid white; }
    .member_table tbody tr td {
      padding-left: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
      .member_table tbody tr td .table_hyperlink {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        height: 26px;
        width: 26px;
        background-color: white;
        border-radius: 100000px;
        font-size: 1.5rem;
        color: #c3162e; }
        .member_table tbody tr td .table_hyperlink:hover {
          text-decoration: none; }
      .member_table tbody tr td .simple_hyperlink {
        color: #666666;
        text-decoration: none; }
        .member_table tbody tr td .simple_hyperlink:hover {
          color: #666666;
          text-decoration: none; }
      .member_table tbody tr td .product_thumbnail {
        max-width: 40px;
        max-height: 40px;
        object-fit: contain;
        object-position: center; }
  .member_table tbody tr:nth-child(odd) {
    background-color: #fdf1d1; }
  .member_table tbody tr:nth-child(even) {
    background-color: #fef9ed; }

.contact_us_separate_border {
  border-left: 1px solid #c3162e; }

.border-none {
  border: none; }

.checkbox_mt {
  margin-top: 0.4rem; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px; }

  .col-xl {
    flex: 1 0 0% !important; } }
@media only screen and (min-width: 768px) {
  .col-md {
    flex: 1 0 0% !important; } }
@media only screen and (min-width: 576px) {
  .col-sm {
    flex: 1 0 0% !important; } }
@media only screen and (max-width: 992px) {
  .second_col,
  .third_col {
    border-left: none !important;
    border-top: 1px solid white; }

  .news_container .news_frame {
    border: 1px solid #dee2e6;
    border-radius: 15px; }
    .news_container .news_frame img {
      width: 100%;
      height: 100%;
      max-height: 360px;
      min-height: 360px;
      object-fit: cover;
      object-position: center;
      border-radius: 15px 15px 0px 0px; }
    .news_container .news_frame .inner_padding {
      padding: 1rem; }

  .contact_us_separate_border {
    border: none; }

  #member_zone_hyperlink_list a {
    color: #666666;
    text-decoration: none; }
    #member_zone_hyperlink_list a:hover {
      color: #c3162e;
      text-decoration: none; }
    #member_zone_hyperlink_list a div {
      border: none !important; }

  .auto_fit_box {
    height: initial !important; }

  .pay_button {
    width: 100%; }

  .shop_menu {
    min-height: initial !important;
    padding-bottom: 100px; }

  .side_menu {
    min-height: initial !important;
    margin-bottom: 2rem; }

  .home_section_1_background {
    background-color: #ffffff;
    background-image: url("../../images/bg_index_1_m.png");
    background-repeat: no-repeat;
    background-size: 60vw auto;
    background-position: bottom right; }

  .home_section_2_background {
    background-image: url("../../images/bg_index_2_m.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; }

  .home_section_4_background {
    background-image: url("../../images/bg_index_3_m.png");
    background-repeat: no-repeat;
    background-size: 100% 100%; } }
@media only screen and (max-width: 1400px) {
  .member_courses_row .course_item_box {
    max-height: 500px; } }

/*# sourceMappingURL=global.css.map */
