@import "../plugin/css/swiper-bundle.min.css" layer(plugin);

/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all components css inside @layer components 
***
* please make sure all components css inside @layer components 
* please make sure all components css inside @layer components 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/

@layer components {

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR swiper slider 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .swiperhugecontainer {
    --swiper_btn_size: 1rem;
    --swiper_btn_gap: 1rem;
  }

  .swiperbigcontainer {
    position: relative;
  }

  .swiper_nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
  }

  .swiper_nav:has(.swiper-button-prev.swiper-button-lock, .swiper-button-next.swiper-button-lock),
  .swiper_nav:has(.swiper-pagination-lock) {
    display: none;
  }

  .swiperpaginwrapper {
    display: inline-block;
  }

  .swiper_nav .swiper-pagination {
    position: static;
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 1rem;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background: none;
    font-size: 0;
    display: inline-block;
    margin-top: 0;
    width: var(--swiper_btn_size);
    height: 2.25rem;
  }

  .swiper-button-prev:before,
  .swiper-button-next:before {
    content: "";
    background-image: url("../images/icon/icon_prev.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
  }

  .swiper-button-next:before {
    transform: rotate(180deg);
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    content: "";
  }

  .swiper_nav .swiper-button-prev,
  .swiper_nav .swiper-button-next {
    position: static;
  }

  .swiper-button-pause {
    display: inline-block;
    position: relative;
    font-size: 0;
    vertical-align: middle;
    height: 1rem;
  }

  .swiper-button-pause:hover,
  .swiper-button-pause:focus {
    cursor: pointer;
  }

  .swiper-button-pause:before,
  .swiper-button-pause:after {
    content: "";
    width: 0.25rem;
    height: 1rem;
    display: inline-block;
    margin-left: 2.5px;
    margin-right: 2.5px;
    background-color: var(--black);
  }

  .paused .swiper-button-pause:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5rem 0 0.5rem 1rem;
    /*border-color: transparent transparent transparent #00335b;*/
    border-color: transparent transparent transparent #000;
    background-color: transparent;
    margin-top: 1px;
  }

  .paused .swiper-button-pause:after {
    display: none;
  }


  .swiper-pagination-horizontal .swiper-pagination-bullet {
    --bullet_visible_size: max(0.75rem, 12px);
    box-shadow: none;
    /*dpo w3c requirement at least 24px * 24px*/
    width: var(--dpo_minimum_require_btn_size);
    height: var(--dpo_minimum_require_btn_size);
    border-radius: 0;
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .swiper-pagination-horizontal .swiper-pagination-bullet::before {
    content: '';
    display: block;
    width: var(--bullet_visible_size);
    height: var(--bullet_visible_size);
    background-color: var(--light_grey_600);
    border-radius: 50%;
  }

  .swiper-pagination-horizontal .swiper-pagination-bullet-active::before {
    background-color: var(--purple_500);
  }

  .swiper-slide {
    height: auto;
  }

  .swiper-fade .swiper-slide {
    opacity: 0 !important;
    /*transition: opacity 0.4s ease-in-out;*/
  }

  .swiper-fade .swiper-slide-active {
    opacity: 1 !important;
  }

  .swiper_style1 {
    display: flex;
    align-items: center;
  }

  .swiper_style1 .swiper {
    order: 2;
    max-width: calc(100% - calc(var(--swiper_btn_size) * 2) - calc(var(--swiper_btn_gap) * 2));
  }

  .swiper_style1 .swiper-slide {
    display: flex;
    justify-content: center;
  }

  .swiper_style1 :where(.swiper-button-prev, .swiper-button-next) {
    position: static;
  }

  .swiper_style1 .swiper-button-next {
    order: 3;
  }


  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR accordion 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR alert 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR badge 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .badge_row {
    display: flex;
    flex-wrap: wrap;
    column-gap: .75rem;
  }

  .badge_row:has(+*) {
    margin-bottom: .5rem;
  }

  .badge {

    display: inline-block;
    font-size: .96rem;
    font-weight: 900;

    padding: .365rem .625rem;
    border-radius: var(--border_radius_extreme);
    border: 1px solid var(--badge_border_color);
    background: var(--badge_bg_color);
    color: var(--badge_text_color);
  }

  .badge1 {
    --badge_border_color: var(--light_grey_200);
    --badge_bg_color: var(--light_blue_200);
    --badge_text_color: var(--purple_200);
  }

  .badge2 {
    --badge_border_color: var(--purple_400);
    --badge_bg_color: var(--purple_400);
    --badge_text_color: #fff;
  }

  .badge_a {

    display: inline-block;
    font-size: 1.3rem;
    font-weight: 900;

    padding: .65rem 1rem;
    border: 1px solid var(--badge_border_color);
    background: var(--badge_bg_color);
    color: var(--badge_text_color);
  }

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR button 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .btn {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    padding-top: 0.66rem;
    padding-bottom: 0.66rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: var(--border_radius2);
    border: 0;
    width: fit-content;
    min-width: 127px;
    background: var(--btn_bg_color);
    color: var(--btn_text_color);
  }


  .btn:hover,
  .btn:focus {
    cursor: pointer;
    color: var(--btn_hover_text_color);
    background: var(--btn_hover_bg_color);
  }


  .btn1 {
    --btn_bg_color: var(--purple_400);
    --btn_text_color: #fff;
    --btn_hover_bg_color: var(--purple_500);
    --btn_hover_text_color: #fff;
  }

  .btn2 {
    --btn_bg_color: linear-gradient(180deg, #ff7a3d, #f26b2a);
    --btn_text_color: #000;
    --btn_hover_bg_color: linear-gradient(180deg, #D54401, #D54401);
    --btn_hover_text_color: #fff;

  }

  .btn2_2 {
    box-shadow: 0 .875rem 2.125rem rgba(242, 107, 42, .35);
    font-size: 1.125rem;
    font-weight: 700;
    padding: .875rem 2.375rem;
  }

  .btn3 {
    --btn_bg_color: #fff;
    --btn_text_color: var(--purple_400);
    --btn_hover_bg_color: #fff;
    --btn_hover_text_color: var(--purple_400);

    box-shadow: var(--box_shadow2);
    font-size: 1.125rem;
    font-weight: 700;
    border-radius: var(--border_radius4);
    border: 1px solid var(--light_grey_200);
  }

  .btn3.icon_btn::before {
    filter: var(--purple_400_filter);
  }

  .btn4 {
    --btn_bg_color: var(--light_blue_200);
    --btn_text_color: var(--purple_400);
    --btn_hover_bg_color: var(--purple_400);
    --btn_hover_text_color: #fff;
    border: 1px solid var(--light_blue_300);
    min-width: unset;
    border-radius: var(--border_radius_extreme);
  }

  .icon_btn {
    display: inline-grid;
    grid-template-columns: max-content 1fr;
    column-gap: .5rem;
    align-items: center;
    min-width: unset;
  }

  .icon_btn::before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .icon_earth_before::before {
    background-image: url('../images/icon/icon_earth.svg');
  }


  .icon_textsize_before::before {
    background-image: url('../images/icon/icon_textsize.svg');
  }

  .cross_btn {
    margin-left: auto;
  }

  .cross_btn a {
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .cross_btn a>span:first-child {
    display: inline-block;
    padding-right: 0.75rem;
  }

  .cross_btn a>span:last-child {
    position: relative;
    min-width: 16px;
    min-height: 16px;
    display: inline-block;
    font-size: 0;
  }

  .cross_btn a>span:last-child:before,
  .cross_btn a>span:last-child:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 2px;
    background-color: #fff;
  }

  .cross_btn a>span:last-child:before {
    transform: translate(0, -50%) rotate(45deg);
    margin-left: -2px;
  }

  .cross_btn a>span:last-child:after {
    transform: translate(0, -50%) rotate(-45deg);
    margin-left: -2px;
  }

  .btn_row {
    display: flex;
    justify-content: center;
  }

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR card 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .card {
    background: #fff;
    border: 1px solid var(--light_grey_200);
    box-shadow: var(--box_shadow1);
    border-radius: var(--border_radius2);
    padding: 1.125rem .875rem;
    display: block;
  }

  .card1 *:first-child {
    margin-top: 0;
  }

  .card *:last-child {
    margin-bottom: 0;
  }

  .animate_card {
    transition: transform .2s ease-in-out, box-shadow .3s ease-in-out;
    transform: translateY(0);
  }

  .animate_card:hover,
  .animate_card:focus {
    transform: translateY(-4px);
    box-shadow: var(--box_shadow1_5);
  }

  .card1 {
    padding: 2.25rem;
  }



  .card2 {
    border: 1px solid var(--light_blue_200);
    border-radius: var(--border_radius3);
    box-shadow: 0 1.125rem 60px rgb(143 163 243 / 50%);
    padding: 2.25rem 2.125rem;
    display: block;
  }

  .card2 *:first-child {
    margin-top: 0;
  }

  .card2 *:last-child {
    margin-bottom: 0;
  }

  .card2_2 {
    background: radial-gradient(81.82% 23.64% at 10% 0%, rgba(134, 227, 255, .14), transparent 60%), radial-gradient(81.82% 27.27% at 90% 10%, rgba(124, 92, 255, .10), transparent 64%), linear-gradient(180deg, #ffffff, #fbfdff);
  }

  .card3 {
    border: 1px solid var(--light_grey_200);
    padding-top: 1rem;
    padding-right: 1.75rem;
    padding-bottom: 1rem;
    padding-left: 1.75rem;
    background: var(--light_grey_100);
    display: block;
    transition: transform .2s ease, box-shadow .2s ease;
    transform: translateY(0);
  }

  .card3 .card_title {
    font-size: 1rem;
    font-weight: 700;
  }

  .card3:hover {
    transform: translateY(-2px);
    box-shadow: var(--box_shadow1);
  }

  .card3 *:first-child {
    margin-top: 0;
  }

  .card3 *:last-child {
    margin-bottom: 0;
  }

  .card4 {
    background: #fff;
    border: 1px solid var(--light_grey_200);
    box-shadow: var(--box_shadow1);
    padding: 1.125rem .875rem;
    display: block;
    transition: transform .2s ease, box-shadow .2s ease;
    transform: translateY(0);
  }

  .card4 *:first-child {
    margin-top: 0;
  }

  .card4 *:last-child {
    margin-bottom: 0;
  }

  .card4:has(.card_inner) {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: .8rem;
  }

  .card4:has(.card_inner):before {
    content: '';
    width: 5px;
    border-radius: var(--border_radius_extreme);
    background: linear-gradient(180deg, rgba(134, 227, 255, .95), rgba(124, 92, 255, .85));
    opacity: .95;
  }

  .card4 .inner_inner {
    padding-left: .6rem;
  }


  .card4:hover {
    transform: translateY(-2px);
    box-shadow: var(--box_shadow1_5);
  }




  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR pagination 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR preloader spinner 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .preloader_wrapper {
    width: 100vw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: var(--white);
    z-index: 4000;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.7s ease;
  }

  .preloader_wrapper.removing {
    opacity: 0;
  }

  .preloadernotshow .preloader_wrapper {
    display: none;
  }

  .ellipsis {
    display: inline-block;
    position: relative;
    height: 40px;
  }

  .ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: var(--main_theme_color);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .ellipsis div:nth-child(1) {
    left: 8px;
    animation: ellipsis1 0.6s infinite;
  }

  .ellipsis div:nth-child(2) {
    left: 8px;
    animation: ellipsis2 0.6s infinite;
  }

  .ellipsis div:nth-child(3) {
    left: 32px;
    animation: ellipsis2 0.6s infinite;
  }

  .ellipsis div:nth-child(4) {
    left: 56px;
    animation: ellipsis3 0.6s infinite;
  }

  @keyframes ellipsis1 {
    0% {
      transform: scale(0);
    }

    100% {
      transform: scale(1);
    }
  }

  @keyframes ellipsis3 {
    0% {
      transform: scale(1);
    }

    100% {
      transform: scale(0);
    }
  }

  @keyframes ellipsis2 {
    0% {
      transform: translate(0, 0);
    }

    100% {
      transform: translate(24px, 0);
    }
  }

  .loading_text {
    font-size: 1.3rem;
    text-align: center;
    display: block;
    margin-top: 1.5rem;
    font-family: "Microsoft JhengHei", "微軟正黑體", "Arial", sans-serif;
    font-weight: 600;
  }

  @keyframes passing {
    0% {
      transform: translateX(-50%);
      opacity: 0;
    }

    50% {
      transform: translateX(0);
      opacity: 1;
    }

    100% {
      transform: translateX(50%);
      opacity: 0;
    }
  }

  .preloadernotshow .wrap {
    visibility: visible;
  }

  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR tab 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR component table
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .table_wrapper1 {
    position: relative;
  }

  .table_wrapper1::before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 1px);
    border: var(--main_table_border);
    border-radius: var(--main_table_borderradius);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
    pointer-events: none;
  }

  .table_wrapper1 table {
    overflow: hidden;
    border-radius: var(--main_table_borderradius);
  }

  .table_wrapper1 th {
    --th_color: #fff;
    font-size: 1rem;
    font-weight: 700;
    color: var(--th_color);
    background-color: var(--greygreen_600);
  }

  .table_wrapper1 thead th {
    padding: 0.5rem;
    border: 1px solid #fff;
  }

  .table_wrapper1 th a {
    color: #fff;
  }

  .table_wrapper1 tbody :where(th, td) {
    /*padding-left: 1.5rem;
  padding-right: 1.5rem;*/
    padding-left: var(--main_table_td_pad_left);
    padding-right: var(--main_table_td_pad_right);
    padding-top: var(--main_table_td_pad_top);
    padding-bottom: var(--main_table_td_pad_bottom);
  }

  .table_wrapper1 td {
    font-size: 1rem;
    color: #333;
  }

  .table_wrapper1 :where(th, td) {
    /*text-align: center;*/
  }

  .table_wrapper1 :where(th, td) {
    border: 1px solid #d4d4d4;
  }

  .table_wrapper1 tbody tr:nth-child(even) td {
    background-color: #f3f3f3;
  }


}

@layer components {
  .icon_card .icon {
    margin-bottom: .625rem;
    text-align: center;
    font-size: 1rem;
  }

  .icon_card img {
    height: 4.75rem;
  }

  .icon_card :where(.text, p) {
    text-align: center;
  }

  .icon_card .text *:last-child {
    margin-bottom: 0;
  }
}


@layer components {
  .img_grid {
    --row_gap_size: 1.125rem;
    --column_gap_size: 1.125rem;
    --number_of_gap_in_each_row: calc(var(--item_in_each_row, 3) - 1);
    --total_gap: calc(var(--column_gap_size) * var(--number_of_gap_in_each_row));
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--column_gap_size);
    row-gap: var(--row_gap_size);
    justify-content: center;
  }

  .img_grid3 {
    --item_in_each_row: 3;
  }

  .img_grid3>* {
    --each_item_width: calc(calc(100% - var(--total_gap)) / var(--item_in_each_row));
    width: var(--each_item_width);
  }
}

@layer components {
  .img_grid4 {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    column-gap: 1.625rem;
    row-gap: 2.3rem;
  }
}

@layer components {
  .logo_grid img {
    max-height: 3.25rem;
  }

  .logo_grid .card>* {
    text-align: center;
  }

  .logo_grid2 img {
    max-height: 4.3rem;
  }

  .logo_grid2 .card>* {
    text-align: center;
  }
}

@layer components {
  .dropdown_outer {
    position: relative;
  }

  .dropdown_outer .dropdown_list {
    min-width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    transition: all .3s ease-in-out;
  }

  .dropdown_open .dropdown_list {
    opacity: 1;
    max-height: 3000px;
  }

  .dropdown_list {
    border-radius: var(--border_radius2);
    border: 1px solid var(--light_grey_200);
    box-shadow: var(--box_shadow1);
    padding: .375rem;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    background: #fff;
    font-size: 1.125rem;
  }

  .dropdown_list li:not(:last-child) {
    margin-bottom: .625rem;
  }

  .dropdown_list li a {
    display: block;
    padding: .5rem .75rem;
    text-decoration: none;
    color: var(--purple_400);
    border-radius: var(--border_radius1_5);
  }

  .dropdown_list li a:hover,
  .dropdown_list li a:focus {
    background: var(--light_grey_200);
  }
}


@layer components {
  .info_list {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1.5rem;
    row-gap: 1.125rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }

  .info_list>li {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }

  .info_list .label {
    font-weight: 600;
    color: var(--greygreen_500);
  }
}


@layer components {
  .timeline_grid {
    display: grid;
    grid-template-columns: max-content max-content 1fr;
    column-gap: 1rem;
  }

  .timeline_grid .timeline_item {
    --timeline_item_row_gap: 2rem;
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 3;
    padding-bottom: var(--timeline_item_row_gap);
  }

  .timeline_grid .time {
    font-weight: 700;
    text-align: right;
  }

  .timeline_grid .line {
    display: grid;
    grid-template-areas: 'timeline_element_overlap';
  }

  .timeline_grid .line::before {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% + var(--timeline_item_row_gap));
    background: linear-gradient(180deg, rgba(124, 92, 255, .22), rgba(134, 227, 255, .22));
    opacity: .95;
    grid-area: timeline_element_overlap;
    z-index: 29;
    margin-left: auto;
    margin-right: auto;
  }

  .timeline_grid .line::after {
    content: '';
    display: block;
    width: .875rem;
    height: .875rem;
    border-radius: 50%;
    z-index: 100;
    grid-area: timeline_element_overlap;
    background: #fff;
    border: 2px solid rgba(59, 130, 246, .55);
    margin-top: .3rem;
  }
}

@layer components {
  .avatar_container:has(+*) {
    margin-bottom: 2rem;
  }

  .avatar_inner {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 1rem;
    align-items: center;
  }

  .avatar_img_container {
    background: #fff;
    border-radius: 50%;

    box-shadow: var(--box_shadow1);
    width: 8.75rem;
    height: 8.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .avatar_img_container .img_inner {
    border: max(.3125rem, 4px) solid var(--orange_400);
    border-radius: 50%;
    width: 95%;
    height: 95%;
    overflow: hidden;
  }

  .avatar_inner .avatar_intro {
    display: none;
  }

  .avatar_inner .avatar_name {
    font-size: 1.2rem;
    font-weight: 900;
    color: var(--main_text_color);
    margin-bottom: .25rem;
  }

  .chineseVersion .avatar_inner .avatar_name {
    /*-webkit-text-stroke: clamp(0.2px, 0.02vw, 0.7px) var(--main_text_color);*/
  }

  .avatar_inner .avatar_post {
    font-weight: 600;
    color: var(--light_grey_600);
    margin-bottom: 1.3rem;
  }
}

@layer components {


  /* ========================= ========================= ========================= ========================= ========================= =========================
***
* SECTION FOR popup modal 
***
* A paragraph with information
* that would be useful for someone
* who didn't write the code.
* The asterisks around the paragraph 
* help make it more readable.
***
 ========================= ========================= ========================= ========================= ========================= =========================*/
  .modal {
    position: fixed;
    z-index: 9000;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    pointer-events: none;
  }

  .modal_box {
    transition: all 0.4s ease-in-out;
    transform: translateY(30dvh);
    opacity: 0;
    /*transform: none;*/
    width: min(calc(100% - 40px), 800px);
    max-height: 70dvh;
    position: relative;
    border-radius: 0.5rem;
    top: auto;
    left: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.3rem;
    padding-bottom: 1.5rem;
    background-color: var(--white);
  }

  .modal_title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .modal_box .modal_big_content {
    max-height: calc(80dvh - 3rem);
    overflow-y: auto;
    font-size: 1.3rem;
  }

  .modal_box .modal_content:focus {
    outline: none;
  }


  .modal_box .modal_content *:first-child {
    margin-top: 0;
  }

  .modal_box .modal_content *:last-child {
    margin-bottom: 0;
  }

  .modal_box .close_wrapper {
    /* width: 100%; */
    position: absolute;
    right: 0;
    top: -2.25rem;
    /* background-color: var(--white); */
    /* border-radius: 50%; */
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal_box .close_wrapper a {
    display: inline-block;
    position: relative;
    font-size: 0;
    /* border-radius: 50%; */
    /* border: 2px solid #000; */
    width: 100%;
    height: 100%;
  }

  .modal_box .close_wrapper a:hover,
  .modal_box .close_wrapper a:focus {
    color: #a1fba3;
  }

  .modal_box .close_wrapper a:before,
  .modal_box .close_wrapper a:after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background-color: var(--white);
    top: 45%;
    position: absolute;
    left: 10%;
  }

  .modal_box .close_wrapper a:before {
    transform: rotate(45deg);
  }

  .modal_box .close_wrapper a:after {
    transform: rotate(-45deg);
  }

  .modelopen {
    overflow: hidden;
  }

  .show_modal_box .modal_box {
    display: block;
  }

  .modal.modalopen {
    pointer-events: auto;
  }

  .modal.modalopen .modal_box {
    transform: translateY(0);
    opacity: 1;

  }

  .modalopen .modal_bg {
    display: block;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
}

@layer components {
  .modal2 .modal_box {
    padding: 0;
    display: grid;
    grid-template-rows: max-content 1fr;
  }

  .modal2 .modal_title {
    background: var(--purple_400);
    padding: 1.5rem;
    margin-bottom: 0;
    color: #fff;
  }

  .modal2 .modal_content {
    padding: 1.5rem;
    overflow-y: auto;
    line-height: 1.6;
    background-color: var(--light_blue_100);
  }

  .modal2 .avatar_img_container {
    width: 9.3rem;
    height: 9.3rem;
    margin-bottom: 1rem;
  }

  .modal2 .avatar_img_container .img_inner {
    width: 100%;
    height: 100%;
  }

  .modal2 .avatar_name {
    margin-bottom: .2rem;
  }

  .modal2 .avatar_post {
    font-size: 1rem;
    font-weight: 400;
  }
}

@layer components {

  .remarks_container {
    font-size: .95rem;
    margin-top: 1.3rem;
  }

  .remarks_title {
    margin-bottom: .5rem;
    margin-top: 0;
  }

  .remarks_title+ul {
    margin-top: 0;
  }
}

@layer components {
  .data_grid {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: fit-content(20%) 1fr;
    column-gap: clamp(1.4rem, 3vw, 4rem);
  }

  .data_item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }

  .data_item .title {
    grid-row: span 3;
  }

  .data_item .data_title {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 700;
  }

  .data_item .data_content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
  }

  .data_item.active .data_content {
    margin-top: 1.5rem;
    opacity: 1;
    max-height: 999999999999px;
  }

  .data_item .data_btn_row {
    text-align: right;
    margin-top: 1rem;
  }
}

/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all components css inside @layer components 
***
* please make sure all components css inside @layer components 
* please make sure all components css inside @layer components 
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/