﻿@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v38/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz76Cy_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v38/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz75Ky_Co.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosanstc/v38/-nFuOG829Oofr2wohFbTp9ifNAn722rq0MXz70e1_Co.ttf) format('truetype');
}
document,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  color: #0A0A0A;
  font-family: Noto Sans TC, 微軟正黑體;
}
document.popup,
body.popup {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
.black_bg_block {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
  display: none;
}
.black_bg_block .container {
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  width: 425px;
  height: fit-content;
}
.popup_container > .title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.popup_container > .title .main {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.popup_container > .title .sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #737373;
}
#popup_community > .tab_list {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 3px;
  grid-template-columns: repeat(2, 1fr);
  display: none;
  width: 100%;
}
#popup_community > .tab_list .tab {
  width: 100%;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
}
#popup_community > .tab_list .tab.active {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
#popup_community > .select_block {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
#popup_community > .select_block > .input_block {
  border-bottom: 1px solid #e5e5e5;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
#popup_community > .select_block > .input_block .icon {
  display: flex;
  align-items: center;
}
#popup_community > .select_block > .input_block .icon img {
  width: 16px;
  height: 16px;
}
#popup_community > .select_block > .input_block input {
  border: none;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding: 0px;
}
#popup_community > .select_block > .no_find {
  height: 274px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  display: none;
}
#popup_community > .select_block > .no_find .icon {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#popup_community > .select_block > .no_find .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
#popup_community > .select_block > .tree_block {
  padding: 4px 0px;
  font-size: 14px;
  line-height: 20px;
  height: 274px;
  overflow-y: auto;
}
#popup_community > .select_block > .tree_block .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  padding: 0px 12px;
}
#popup_community > .select_block > .tree_block .text > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
#popup_community > .select_block > .tree_block .text:hover {
  background-color: #e5e5e5;
}
#popup_community > .select_block > .tree_block .text .icon {
  width: 16px;
}
#popup_community > .select_block > .tree_block .list {
  display: none;
}
#popup_community > .select_block > .tree_block .level {
  display: flex;
  flex-direction: column;
}
#popup_community > .select_block > .tree_block .level.open > .text .icon {
  transform: rotate(180deg);
}
#popup_community > .select_block > .tree_block .L1 .text {
  padding-left: 16px;
}
#popup_community > .select_block > .tree_block .L1.open {
  border-bottom: 1px solid #e5e5e5;
  background-color: #F5F5F5;
}
#popup_community > .select_block > .tree_block .L2 .text {
  padding-left: 32px;
}
#popup_community > .select_block > .tree_block .L3 .text {
  padding-left: 48px;
}
#popup_community > .select_block > .tree_block .L4 .text {
  padding-left: 64px;
}
#popup_community > .select_block > .tree_block .L4 .text.active {
  background-image: url(../images/icon/Check.svg);
  background-repeat: no-repeat;
  background-position: 12px 8px;
}
#popup_community > .btn_block {
  display: flex;
  justify-content: end;
}
#popup_community > .btn_block button {
  padding: 8px 16px;
  color: #fff;
  background-color: #166534;
  opacity: 0.5;
  width: fit-content;
  border: 0px none;
  border-radius: 8px;
  pointer-events: none;
}
#popup_community > .btn_block button.active {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
#popup_community > .btn_block button:hover {
  opacity: 0.9;
}
#popup_community > .btn_block button.cancel {
  display: none;
}
#popup_community > .btn_block button.cancel:hover {
  background-color: #f5f5f5;
}