@charset "UTF-8";
/******************************************************************
	引入共通的 Vars 變數
*******************************************************************/
/* 編寫順序
 *
 * - 色彩
 * - 文字
 * - Header、Footer 設定
 * - Breakpoints
 */
/*----------------------------------------------------------
	Theme Color 主/輔 顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	文字顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	錯誤顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	提示顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	醒目顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	Money 貨幣顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	社群顏色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	背景色
-----------------------------------------------------------*/
/*----------------------------------------------------------
	側選單
-----------------------------------------------------------*/
/*----------------------------------------------------------
	分隔線
-----------------------------------------------------------*/
/*----------------------------------------------------------
	遮罩
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表格
-----------------------------------------------------------*/
/*----------------------------------------------------------
	表單
-----------------------------------------------------------*/
/***********************************************************
	Font 文字
***********************************************************/
/*----------------------------------------------------------
	預設
-----------------------------------------------------------*/
/*----------------------------------------------------------
	標題字
-----------------------------------------------------------*/
/*----------------------------------------------------------
	字體
-----------------------------------------------------------*/
/***********************************************************
	桌機選單 選項 PC Menu Options
***********************************************************/
/***********************************************************
	頁尾 選項 Footer Options
***********************************************************/
/***********************************************************
	Breakpoints
***********************************************************/
/******************************************************************
    個別主題樣式調整
*******************************************************************/
#header-top .fw-menu {
  display: none;
}
#header-top .fw-menu {
  width: 100%;
  height: calc(80vh - 100px);
  position: fixed;
  top: 70px;
  left: 0;
  padding-top: 30px;
  background: transparent;
  border: transparent;
}
#header-top .wrap-nav li:hover > .fw-menu {
  display: flex;
  flex-wrap: wrap;
}
#header-top .left-sub-menu {
  min-width: 20%;
  height: 100%;
  background: #f7f7f7;
  flex-shrink: 0;
  overflow: auto;
  padding: 32px 0;
}
#header-top .left-sub-menu .menu-title-link {
  font-size: 14px;
  position: relative;
}
#header-top .left-sub-menu .menu-title-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #010BA7;
  left: 0;
  bottom: -2px;
  border-radius: 2px;
  visibility: hidden;
  transition: all 0.2s;
}
#header-top .left-sub-menu .menu-title {
  display: block;
  flex: 1;
  padding: 6px 20px;
  text-decoration: none;
}
#header-top .left-sub-menu .menu-title.active {
  background-color: #FFF;
}
#header-top .left-sub-menu .menu-title.active .menu-title-link::after {
  visibility: visible;
}
#header-top .right-sub-groups {
  width: 100%;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  padding: 32px 40px 40px;
  /* 3~n 小分類*/
}
#header-top .right-sub-groups .fw-nav-btn {
  margin-bottom: 8px;
}
#header-top .right-sub-groups .fw-nav-btn span {
  font-size: 14px;
  color: #606060;
  position: relative;
}
#header-top .right-sub-groups .fw-nav-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #606060;
  left: 0;
  bottom: -1px;
  visibility: hidden;
  transition: all 0.2s;
}
#header-top .right-sub-groups .fw-nav-btn:hover span::after {
  visibility: visible;
}
#header-top .right-sub-groups .fw-sub-item-2 {
  padding: 0 12px 12px;
  min-width: 20%;
}
#header-top .right-sub-groups .fw-nav-btn-2 {
  font-weight: 900;
  line-height: 22px;
  margin-bottom: 8px;
  transition: all 0.2s;
}
#header-top .right-sub-groups .fw-nav-btn-2 span {
  font-size: 16px;
  position: relative;
  color: #323232;
}
#header-top .right-sub-groups .fw-nav-btn-2 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #010BA7;
  left: 0;
  bottom: -4px;
  border-radius: 2px;
  visibility: hidden;
  transition: all 0.2s;
}
#header-top .right-sub-groups .fw-nav-btn-2:hover span::after {
  visibility: visible;
}
#header-top .sub-group-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#header-top .fw-menu-wrap {
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  background-color: #FFF;
}/*# sourceMappingURL=theme-1.css.map */