@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+TC:wght@100..900&display=swap");
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(Yu Gothic), local(MS Gothic);
}
@font-face {
  font-family: "微軟正黑體修正";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體);
}
:root {
  --primary-color-orange: #EA6143;
  --primary-color-yellow: #F5D44F;
  --secondary-color-purple: #AB1C87;
  --secondary-color-green: #92C767;
  --secondary-color-blue: #48BEE5;
  --alert-color-dark: #A94B4B;
  --alert-color-light: #FF8E8A;
  --grey-scale-black: #000000;
  --grey-scale-grey-90: #212121;
  --grey-scale-grey-80: #424242;
  --grey-scale-grey-70: #616161;
  --grey-scale-grey-60: #757575;
  --grey-scale-grey-50: #9E9E9E;
  --grey-scale-grey-40: #BDBDBD;
  --grey-scale-grey-30: #E0E0E0;
  --grey-scale-grey-20: #FAFAFA;
  --grey-scale-grey-10: #F5F5F5;
  --grey-scale-white: #FFFFFF;
  --text-color-black: rgba(0, 0, 0, 1);
  --text-color-87: rgba(0, 0, 0, .87);
  --text-color-60: rgba(0, 0, 0, .6);
  --text-color-38: rgba(0, 0, 0, .38);
  --text-color-white: rgba(255, 255, 255, 1);
  --shadow-01: 2px 4px 8px 0px rgba(0, 0, 0, 0.15);
  --shadow-02: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  --padding-normal: 120px;
  --padding-max-1199: 2.75%;
  --padding-max-767: 4.11%;
  --padding-max-575: 4%;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
details,
figcaption,
figure,
hgroup {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  /* *display: inline; */
  /* *zoom: 1; */
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

*, p, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Roboto", "微軟正黑體修正", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

figure {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  background: #ddd;
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar:hover {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #999;
  min-width: 36px;
  min-height: 36px;
}

::-webkit-scrollbar-thumb:hover {
  background: #666;
}

body *::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body *::-webkit-scrollbar:hover {
  background: #d8d8d8;
}

body *::-webkit-scrollbar-thumb {
  background: #f9c270;
  border-radius: 6px;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #ff9800;
}

h1, h2, h3 {
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 4px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

#version2025 .page_banner .page_banner_photo {
  display: block;
}
@media screen and (max-width: 768px) {
  #version2025 .page_banner .page_banner_photo {
    display: none;
  }
}
#version2025 .page_banner .ipad_page_banner_photo {
  display: none;
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  #version2025 .page_banner .ipad_page_banner_photo {
    display: block;
  }
}
#version2025 .page_banner .mobile_page_banner_photo {
  display: none;
}
@media screen and (max-width: 576px) {
  #version2025 .page_banner .mobile_page_banner_photo {
    display: block;
  }
}
#version2025 .heading_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 3.27px;
}
#version2025 .heading_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 40px;
  letter-spacing: 2.785px;
}
#version2025 .heading_03 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6666;
  letter-spacing: 2.6px;
}
#version2025 .heading_04 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: o;
}
#version2025 .subtitle_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 1px;
}
#version2025 .subtitle_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.714;
  letter-spacing: 0.2px;
}
#version2025 .display_02 {
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 1.4px;
}
#version2025 .body_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.75px;
}
#version2025 .body_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
#version2025 .footer_font_01 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.428;
  letter-spacing: 1px;
}
#version2025 .footer_font_02 {
  font-family: "Noto Sans TC", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.416;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #version2025 .heading_01,
  #version2025 .m_heading_01 {
    font-size: 17px;
    line-height: 28px;
  }
  #version2025 .heading_02,
  #version2025 .m_heading_01 {
    font-size: 18px;
    line-height: 24px;
  }
  #version2025 .m_subtitle_01 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
  }
}
#version2025 img {
  width: 100%;
  height: auto;
}
#version2025 .main_container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding-left: var(--padding-normal);
  padding-right: 120px;
  position: relative;
  z-index: 1;
  background-color: var(--grey-scale-white);
  transition: all 0.15s linear;
}
#version2025 .main_container > header,
#version2025 .main_container > article,
#version2025 .main_container > div,
#version2025 .main_container > section,
#version2025 .main_container > p {
  width: 100%;
  max-width: 1200px;
}
@media screen and (min-width: 751px) and (max-width: 1199px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-1199);
    padding-right: var(--padding-max-1199);
  }
}
@media screen and (max-width: 750px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-767);
    padding-right: var(--padding-max-767);
  }
}
@media screen and (max-width: 575px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-575);
    padding-right: var(--padding-max-575);
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  #version2025 .main_container {
    padding-left: var(--padding-max-767);
    padding-right: var(--padding-max-767);
  }
}
#version2025 .common_btn {
  display: flex;
  gap: 1px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#version2025 .common_btn span {
  color: var(--text-color-white);
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-orange);
  border-radius: 4px 0 0 4px;
  transition: all 0.4s ease;
}
#version2025 .common_btn::before {
  content: "";
  display: block;
  height: calc(100% - 1px);
  width: calc(100% - 8px);
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: -1;
  background-color: var(--grey-scale-white);
  transition: all 0.4s ease;
}
#version2025 .common_btn::after {
  content: "";
  display: block;
  width: 47px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/7.5px;
  transition: all 0.4s ease;
}
#version2025 .common_btn:hover::before {
  background-color: var(--grey-scale-grey-80);
}
#version2025 .common_btn:disabled {
  cursor: not-allowed;
}
#version2025 .common_btn:disabled span, #version2025 .common_btn:disabled::after {
  background-color: var(--grey-scale-grey-60);
}
#version2025 .index_block_link {
  color: var(--primary-color-orange);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
#version2025 .index_block_link::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/30%;
  border-radius: 50%;
  box-shadow: var(--shadow-01);
}
#version2025 .index_block_link:hover {
  color: var(--primary-color-yellow);
}
#version2025 .index_block_link:hover::after {
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .index_block_link {
    font-size: 14px;
    letter-spacing: 0px;
    gap: 5px;
  }
  #version2025 .index_block_link::after {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  #version2025 .index_block_link {
    gap: 8px;
  }
  #version2025 .index_block_link::after {
    width: 24px;
    height: 24px;
  }
}
#version2025 .swiper-btn-prev {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/20%;
  border-radius: 50%;
  transform: rotate(180deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
#version2025 .swiper-btn-prev:hover {
  background-image: url("/images/icon/icon_sub_menu_arrow_orange.svg");
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .swiper-btn-prev {
    width: 32px;
    height: 32px;
  }
}
#version2025 .swiper-btn-next {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/20%;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
}
#version2025 .swiper-btn-next:hover {
  background-image: url("/images/icon/icon_sub_menu_arrow_orange.svg");
  background-color: var(--primary-color-yellow);
}
@media screen and (max-width: 991px) {
  #version2025 .swiper-btn-next {
    width: 32px;
    height: 32px;
  }
}
#version2025 .swiper_container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
#version2025 .swiper_container .swiper-wrapper .swiper-slide {
  opacity: 1;
  transform: none;
  transition: none;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  #version2025 .swiper_container .swiper-wrapper .swiper-slide {
    min-width: auto;
    margin-left: 0;
  }
}
#version2025 .desktop_ver {
  display: none;
}
#version2025 .mobile_ver {
  display: block;
}

.img_enlarge_modal,
.video_enlarge_modal {
  cursor: default;
}
.img_enlarge_modal + .fancybox-close-small,
.video_enlarge_modal + .fancybox-close-small {
  background: var(--primary-color-orange);
}
.img_enlarge_modal + .fancybox-close-small svg,
.video_enlarge_modal + .fancybox-close-small svg {
  color: var(--text-color-white);
}
.img_enlarge_modal + .fancybox-close-small:hover,
.video_enlarge_modal + .fancybox-close-small:hover {
  background: var(--primary-color-yellow);
}
.img_enlarge_modal + .fancybox-close-small:hover svg,
.video_enlarge_modal + .fancybox-close-small:hover svg {
  color: var(--primary-color-orange);
}
.img_enlarge_modal .img_container img,
.video_enlarge_modal .img_container img {
  border-radius: 8px;
}
.img_enlarge_modal .video_container,
.video_enlarge_modal .video_container {
  border-radius: 8px;
}

.fancybox-navigation .fancybox-button {
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  opacity: 1 !important;
  visibility: visible !important;
  background: url(/images/icon/icon_sub_menu_arrow_white.svg) var(--primary-color-orange) no-repeat left 55% center/30%;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  transform: rotate(180deg);
  left: 5vw;
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 5vw;
}
.fancybox-navigation .fancybox-button:hover {
  background-image: url(/images/icon/icon_sub_menu_arrow_orange.svg);
  background-color: var(--primary-color-yellow);
}
.fancybox-navigation .fancybox-button svg {
  display: none;
}
.fancybox-navigation .fancybox-button[disabled] {
  display: none;
}
@media screen and (max-width: 991px) {
  .fancybox-navigation .fancybox-button {
    top: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 1vw;
  }
  .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 1vw;
  }
}

.fancybox-stage .img_container {
  position: relative;
}
.fancybox-stage .img_container h3 {
  width: auto;
  color: var(--text-color-white);
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: 32px;
  left: 32px;
}
@media screen and (max-width: 767px) {
  .fancybox-stage .img_container h3 {
    font-size: 22px;
    top: 28px;
    left: 28px;
  }
}

.wrapper::after {
  display: none;
}

/* 
    fontStyle 文字樣式設定 
    font_fontWeight 字重
    font_fontSize 大小,
    lineheight 行高
    font_letterSpacing 字距
    magin 邊距
*/
*,
p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#questionnaireModal {
  opacity: 0;
  transition: all 0.5s ease;
}

.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

#questionnaireModal.show {
  opacity: 1;
}

.modal-content {
  border: 0;
  box-shadow: 0px 5px 10px 0 rgba(39, 39, 39, 0.1);
  transform-origin: center;
  border-radius: 28px;
  outline: 0;
  position: relative;
  /* min-height: 594px; */
}

#questionnaireModal .modal-content {
  width: 100%;
  background: #fff;
}

#questionnaireModal .modal-content.entrance-modal-content {
  background: linear-gradient(60deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.75) 47%, rgb(255, 255, 255) 100%);
}

@media screen and (max-width: 992px) {
  .modal-content {
    border-radius: 16px;
    overflow: hidden;
  }
}
.modal-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  top: 50%;
  left: 50%;
  background-color: #D9D9D9;
  border-radius: 28px;
  z-index: -1;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(4.45deg);
}

.modal-content.entrance-modal-content::before {
  display: none;
}

@media screen and (max-width: 992px) {
  .modal-content::before {
    display: none;
  }
}
.modal-dialog {
  max-width: 974px;
  padding: 0 92px;
  top: 50%;
  transform: translateY(-50%);
}

#questionnaireModal.show .modal-dialog {
  transform: translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .modal-dialog {
    padding: 0 16px;
  }
}
.modal-body {
  padding: 32px;
}

.modal-content.entrance-modal-content .modal-body {
  padding-top: 142px;
}

.modal-body .entrance_section {
  text-align: right;
}

.modal-body .entrance_section p {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #5C606D;
  margin-bottom: 32px;
  text-align: center;
  letter-spacing: 0.8px;
}

.modal-body .entrance_section .heading_01 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #EA6143;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.modal-body .entrance_section .heading_01 span {
  color: #fff;
  padding: 8px 12px;
  padding-right: 8px;
  background: #EA6143;
  border-radius: 8px;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
}

.modal-body .entrance_section .start_btn {
  position: relative;
  z-index: 1;
}
.modal-body .entrance_section .start_btn::before {
  position: absolute;
  content: "";
  bottom: 36px;
  right: 0;
  background: url("/images/popup/entrance_icon.svg") no-repeat center;
  background-size: contain;
  width: 184px;
  height: 156px;
}
.modal-body .entrance_section .start_btn .common_btn {
  display: inline-flex;
  gap: 1px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 40px;
  margin-top: 216px;
  width: 100%;
  max-width: 184px;
}
.modal-body .entrance_section .start_btn .common_btn span {
  color: var(--text-color-white);
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color-orange);
  border-radius: 4px 0 0 4px;
  transition: all 0.4s ease;
}
.modal-body .entrance_section .start_btn .common_btn::before {
  content: "";
  display: block;
  height: calc(100% - 1px);
  width: calc(100% - 8px);
  position: absolute;
  top: 1px;
  left: 4px;
  z-index: -1;
  background-color: var(--grey-scale-white);
  transition: all 0.4s ease;
}
.modal-body .entrance_section .start_btn .common_btn::after {
  content: "";
  display: block;
  width: 47px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url("/images/icon/icon_sub_menu_arrow_white.svg") var(--primary-color-orange) no-repeat center/7.5px;
  transition: all 0.4s ease;
}
.modal-body .entrance_section .start_btn .common_btn:hover::before {
  background-color: var(--grey-scale-grey-80);
}
.modal-body .entrance_section .start_btn .common_btn:disabled {
  cursor: not-allowed;
}
.modal-body .entrance_section .start_btn .common_btn:disabled span, .modal-body .entrance_section .start_btn .common_btn:disabled::after {
  background-color: var(--grey-scale-grey-60);
}

@media screen and (max-width: 992px) {
  .modal-body {
    padding: 24px;
    height: 616px;
    max-height: 616px;
    overflow-y: scroll;
    padding-right: 18px;
  }
  .modal-content.entrance-modal-content .modal-body {
    padding-top: 48px;
    height: auto;
    max-height: initial;
    overflow: hidden;
    padding-right: 24px;
  }
  .modal-body::-webkit-scrollbar-thumb {
    background: #EA6143;
    border-radius: 6px;
  }
  .modal-body::-webkit-scrollbar-thumb:hover {
    background: #F58B74;
  }
  .modal-body .entrance_section p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .modal-body .entrance_section .heading_01 {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
  .modal-body .entrance_section .start_btn {
    position: relative;
    z-index: 1;
  }
  .modal-body .entrance_section .start_btn::before {
    width: 139px;
    height: 118px;
    background-size: 139px 118px;
  }
  .modal-body .entrance_section .start_btn .common_btn {
    margin-top: 138px;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .modal-body .entrance_section p {
    font-size: 14px;
  }
  .modal-body .entrance_section .heading_01 {
    font-size: 18px;
  }
  .modal-body .entrance_section .heading_01 span {
    min-width: 63px;
  }
}
@media screen and (max-width: 750px) {
  .modal-body {
    height: 530px;
    max-height: 530px;
  }
}
@media screen and (max-width: 576px) {
  .modal-content.entrance-modal-content .modal-body {
    padding: 24px 16px;
  }
  .modal-body .entrance_section p {
    line-height: 24px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
  .modal-body .entrance_section .heading_01 {
    font-size: 18px;
    font-weight: 900;
  }
  .modal-body .entrance_section .heading_01 span {
    font-size: 16px;
  }
  .modal-body .entrance_section .start_btn {
    position: relative;
    z-index: 1;
  }
  .modal-body .entrance_section .start_btn::before {
    background-size: 99px 84px;
    width: 99px;
    height: 84px;
  }
  .modal-body .entrance_section .start_btn .common_btn {
    margin-top: 100px;
  }
}
.modal-header {
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #B7BAC2;
  border-radius: 0;
}

.modal_close {
  background-image: url("/images/icon/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  width: 32px;
  height: 32px;
  background-color: initial;
  cursor: pointer;
}

.modal_close:hover {
  opacity: 0.25;
}

.title_wra {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .title_wra {
    display: block;
  }
}
.question_title {
  display: flex;
  align-items: center;
  color: #EA6143;
}

.question_title span {
  font-family: "Roboto", "Noto Sans TC", "微軟正黑體修正", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif, "新細明體";
  margin-right: 8px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.question_title div {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
}

@media screen and (max-width: 992px) {
  .question_title div {
    font-size: 17px;
    letter-spacing: 1.6px;
  }
}
.question_body {
  min-height: 300px;
}

@media screen and (max-width: 992px) {
  .question_body {
    min-height: 390px;
  }
}
@media screen and (max-width: 750px) {
  .question_body {
    min-height: 304px;
  }
}
.progress_bar {
  display: flex;
  width: 211px;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .progress_bar {
    width: 100%;
    margin-top: 12px;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.progress_bar li {
  display: block;
  width: 20%;
  background-color: #D8D9DF;
  height: 8px;
  margin-left: 8px;
  border-radius: 1000px;
}

@media screen and (max-width: 992px) {
  .progress_bar li {
    margin: 0 2px;
  }
}
.progress_bar li.active {
  background-color: #EA6143;
  cursor: pointer;
}

.answer_wra {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-top: 47px;
}

@media screen and (max-width: 992px) {
  .answer_wra {
    display: block;
    margin: 0;
    margin-top: 40px;
  }
}
.answer_wra li {
  width: calc(33.3333333% - 8px);
  outline: 1px solid #D8D9DF;
  border-radius: 12px;
  margin: 0 4px;
  margin-bottom: 8px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: rgba(31, 41, 55, 0.7);
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 992px) {
  .answer_wra li {
    width: 100%;
    margin: 0;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    padding-right: 56px;
  }
}
.answer_wra li:hover {
  background-color: #FDE8E3;
  outline: 2px solid #FDD4CB;
}

.answer_wra li.selected {
  outline: 2px solid #EA6143;
  background: #FDE8E3;
  color: #EA6143;
  /*background: url(/images/icon/check.svg) #FDE8E3;
  background-repeat: no-repeat;
  background-size: 25px 24px;
  background-position: 97% center; */
}

.answer_wra li.selected::after {
  position: absolute;
  content: "";
  background: url(/images/icon/check.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  transition: all 0.4s ease;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}

.answer_wra li:last-child {
  width: 100%;
}

.answer_wra li.q2_option {
  width: 100%;
}

.answer_wra li.q3_option {
  width: calc(33.3333333% - 8px);
}

@media screen and (max-width: 992px) {
  .answer_wra li.q3_option {
    width: 100%;
  }
}
.recommend {
  display: flex;
  gap: 16px;
  margin-top: 42px;
}

@media screen and (max-width: 992px) {
  .recommend {
    flex-direction: column;
    gap: 0;
    margin-top: 40px;
  }
}
.recommend .main-course {
  width: calc(50% - 8px);
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.recommend .main-course .r_card_img {
  width: 100%;
  height: 100%;
  max-width: initial;
}

@media screen and (max-width: 992px) {
  .recommend .main-course .r_card_img {
    max-width: 134px;
    height: auto;
  }
}
.recommend .side-courses {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 992px) {
  .recommend .side-courses {
    width: 100%;
    display: block;
    gap: 0;
  }
}
.recommend .side-courses .course-item {
  width: 100%;
  min-height: 118px;
  height: 100%;
  display: flex;
}

@media screen and (max-width: 992px) {
  .recommend .side-courses .course-item {
    min-height: 118px;
  }
}
.recommend .main-course .course-info .name {
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .recommend .main-course .course-info .name {
    font-size: 14px;
    line-height: 20px;
  }
}
.recommend .main-course .course-info .description {
  font-size: 15px;
  line-height: 22px;
}

@media screen and (max-width: 992px) {
  .recommend .main-course .course-info .description {
    font-size: 12px;
    line-height: 21px;
  }
}
.recommend .course-item {
  width: calc(50% - 8px);
  min-height: 118px;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #D8D9DF;
}

@media screen and (max-width: 992px) {
  .recommend .course-item {
    width: 100%;
    min-height: 130px;
    flex-direction: row;
    margin-bottom: 12px;
  }
}
.recommend .r_card_img {
  width: 100%;
  max-width: 134px;
  min-width: 134px;
}

.recommend .r_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recommend .course-info {
  padding: 8px;
}

@media screen and (max-width: 992px) {
  .recommend .course-info {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 750px) {
  .recommend .course-info {
    padding: 14px 8px;
  }
}
.recommend .main-course .course-info {
  padding: 16px;
}

@media screen and (max-width: 992px) {
  .recommend .main-course .course-info {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 750px) {
  .recommend .main-course .course-info {
    padding: 14px 8px;
  }
}
.recommend .course-info .time {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: rgba(31, 41, 55, 0.8);
  padding: 4px;
  border-radius: 8px;
  background-color: #D8D9DF;
  display: inline-block;
}

.recommend .course-info .name {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 4px;
  color: #EA6143;
}

@media screen and (max-width: 992px) {
  .recommend .course-info .name {
    font-size: 14px;
    line-height: 20px;
  }
}
.recommend .course-info .description {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  margin-top: 8px;
  color: rgba(31, 41, 55, 0.8);
}

@media screen and (max-width: 992px) {
  .recommend .course-info .description {
    font-size: 12px;
    line-height: 21px;
  }
}
.btn_group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50px;
}

.btn_group .return_btn {
  width: 100%;
  max-width: 124px;
  margin-right: 40px;
  color: #EA6143;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.8px;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .btn_group .return_btn {
    max-width: initial;
    margin-right: 8px;
  }
}
.btn_group .return_btn:hover {
  background-color: #D8D9DF;
}

.btn_group .common_btn {
  display: flex;
  gap: 1px;
  position: relative;
  z-index: 1;
  cursor: not-allowed;
  height: 40px;
  width: 100%;
  max-width: 150px;
  pointer-events: none;
  transition: all 0.4s ease;
}

@media screen and (max-width: 992px) {
  .btn_group .common_btn {
    max-width: initial;
  }
}
.btn_group .common_btn.active {
  pointer-events: auto;
  cursor: pointer;
}

.btn_group .common_btn span {
  color: #fff;
  flex: 1 1 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #757575;
  border-radius: 4px 0 0 4px;
  transition: all 0.4s ease;
  letter-spacing: 0.8px;
}

.btn_group .common_btn.active span {
  background-color: #EA6143;
}

.btn_group .common_btn::after {
  content: "";
  display: block;
  width: 47px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  background: url(/images/icon/icon_sub_menu_arrow_white.svg) #757575 no-repeat center/7.5px;
  transition: all 0.4s ease;
}

.btn_group .common_btn.active::after {
  background: url(/images/icon/icon_sub_menu_arrow_white.svg) #EA6143 no-repeat center/7.5px;
}



/*# sourceMappingURL=style.css.map */
