@charset "utf-8";
/* CSS Document */
/* 16px = 1em */

/* ========================================= */
/* ==  SM-CORE-CSS MENU BAR ================ */
/* ========================================= */
.sm {
	box-sizing: border-box;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sm,
.sm ul,
.sm li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	direction: ltr;
	text-align: left;
}

.sm-rtl,
.sm-rtl ul,
.sm-rtl li {
	direction: rtl;
	text-align: right;
}

.sm > li > h1,
.sm > li > h2,
.sm > li > h3,
.sm > li > h4,
.sm > li > h5,
.sm > li > h6 {
	margin: 0;
	padding: 0;
	font-size: inherit;
}

.sm ul {
	display: none;
}

.sm li,
.sm a {
	position: relative;
}

.sm a {
	display: block;
}

.sm a.disabled {
	cursor: default;
}

.sm::after {
	content: "";
	display: block;
	height: 0;
	/*font: 0px/0 serif;*/
	font-size: 0;
	line-height: 0;
	font-family: serif;
	clear: both;
	overflow: hidden;
}

.sm *,
.sm *::before,
.sm *::after {
	box-sizing: inherit;
}
/* ========================================= */
/* ==  SM-CORE-CSS MENU BAR ================ */
/* ========================================= */

/* ========================================== */
/* ==  SM-CLEAN MENU BAR START ============== */
/* ========================================== */
.sm-clean {
	/*background: #eeeeee;*/
	/*border-radius: 5px;*/
  
	/* JESS 新增 20210910 */
	background: transparent;
	border-radius: 0px;
}

/* JESS 新增 20210910 */
@media (max-width: 768px) {
    .sm-clean {
        /*height: 310px;*/
        overflow: auto;
        scrollbar-width: thin; /* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
    }
}
/* JESS 新增 20210910 */

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
	padding: 15px 20px;
  /* make room for the toggle button (sub indicator) */
	padding-right: 58px;
	color: #333333;
	font-family: "open sans","微軟正黑體",sans-serif;
	font-size: 112.5%; /*1.125em*//*18px*/
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}

.sm-clean a.current {
	color: #D23600;
}

.sm-clean a.disabled {
	color: #bbbbbb;
}

.sm-clean a .sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: auto;
	right: 4px;
	width: 34px;
	height: 34px;
	overflow: hidden;
	/*font: bold 16px/34px monospace !important;*/	
	font-size: 100%; /*1em*/ /*16px*/
	line-height: 34px;
	font-weight: bold;

	text-align: center;
	text-shadow: none;
	/*background: rgba(255, 255, 255, 0.5);*/
	border-radius: 5px;
}

.sm-clean a .sub-arrow::before {
	content: '+';
}

.sm-clean a.highlighted .sub-arrow::before {
	content: '-';
}

.sm-clean > li:first-child > a, 
.sm-clean > li:first-child > :not(ul) a {
	/*border-radius: 5px 5px 0 0;*/
	/* JESS 新增 20210910 */
	border-radius: 0px;
	/* JESS 新增 20210910 */
}

.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
	/*border-radius: 0 0 5px 5px;*/
	/* JESS 新增 20210910 */
	border-radius: 0px;
	/* JESS 新增 20210910 */
}

.sm-clean > li:last-child > a.highlighted, 
.sm-clean > li:last-child > *:not(ul) a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a.highlighted, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a.highlighted {
	border-radius: 0;
}

.sm-clean li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-clean > li:first-child {
	border-top: 0;
}

.sm-clean ul {
	background: rgba(162, 162, 162, 0.1);
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {
	font-size: 100%; /*1em*/ /*16px*/
	border-left: 8px solid transparent;
}

.sm-clean ul ul a,
.sm-clean ul ul a:hover,
.sm-clean ul ul a:focus,
.sm-clean ul ul a:active {
	border-left: 16px solid transparent;
}

.sm-clean ul ul ul a,
.sm-clean ul ul ul a:hover,
.sm-clean ul ul ul a:focus,
.sm-clean ul ul ul a:active {
	border-left: 24px solid transparent;
}

.sm-clean ul ul ul ul a,
.sm-clean ul ul ul ul a:hover,
.sm-clean ul ul ul ul a:focus,
.sm-clean ul ul ul ul a:active {
	border-left: 32px solid transparent;
}

.sm-clean ul ul ul ul ul a,
.sm-clean ul ul ul ul ul a:hover,
.sm-clean ul ul ul ul ul a:focus,
.sm-clean ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}

/*@media (min-width: 768px) {*/
@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-clean ul {
    position: absolute;
    width: 16em !important; /*12em*/
  }

  /* JESS 新增 20210910 */
  .sm-clean ul,
  .sm-clean ul ul,
  .sm-clean ul ul ul,
  .sm-clean ul ul ul ul,
  .sm-clean ul ul ul ul ul {
      width: 16em; /*12em*/
  }
  /* JESS 新增 20210910 */

  .sm-clean li {
    float: left;
  }

  .sm-clean.sm-rtl li {
    float: right;
  }

  .sm-clean ul li, 
  .sm-clean.sm-rtl ul li, 
  .sm-clean.sm-vertical li {
    float: none;
  }

  .sm-clean a {
    white-space: nowrap;
  }

  .sm-clean ul a, 
  .sm-clean.sm-vertical a {
    white-space: normal;
  }

  .sm-clean .sm-nowrap > li > a, 
  .sm-clean .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  
  .sm-clean {
    padding: 0 10px;
    background: #eeeeee;
    border-radius: 100px;

    /* JESS 新增 20210910 */
    background: transparent;
    border-radius: 0px;
    /* JESS 新增 20210910 */
  }
  
  .sm-clean a, 
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    padding: 15px 15px;    /* 12 12 重要 MENU 第一層 LI 邊寬*/
    color: #FFFFFF;
    border-radius: 0 !important;
  }
  
  /* JESS 新增 20210910 */
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    color: #FFFFFF; /*aa210f*/;
	background: #41403C ;
  }
  /* JESS 新增 20210910 */

  /* ----------------------------------------------*/
  /* === JESS 取消 放到下面 =20210423 ============== */
  /* ----------------------------------------------*/
  /*
  .sm-clean a:hover, 
  .sm-clean a:focus, 
  .sm-clean a:active, 
  .sm-clean a.highlighted {
    color: #D23600;
  }
  
  .sm-clean a.current {
    color: #D23600;
  }
  */
  /* ----------------------------------------------*/
  /* ----------------------------------------------*/

  .sm-clean a.disabled {
    color: #bbbbbb;
  }
  
  .sm-clean a.has-submenu {
    padding-right: 24px;
  }
  
  .sm-clean a .sub-arrow {
    top: 50%;
    margin-top: -2px;
    right: 12px;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
    background: transparent;
    border-radius: 0;
  }
  
  .sm-clean a .sub-arrow::before {
    display: none;
  }
  
  .sm-clean li {
    border-top: 0;
  }
  
  .sm-clean > li > ul::before,
  .sm-clean > li > ul::after {
    content: '';
    position: absolute;
    top: -18px;
    left: 30px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
  }
  
  .sm-clean > li > ul::after {
    top: -16px;
    left: 31px;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
  }

.sm-clean > li > ul:hover::after {
    border-color: transparent transparent #aa210f transparent;
}
  
  .sm-clean ul {
    border: 1px solid #bbbbbb;
    /*padding: 5px 0;*/
    background: #fff;
	/*border-radius: 5px !important;*/
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
	
  }
  
  .sm-clean ul a, 
  .sm-clean ul a:hover, 
  .sm-clean ul a:focus, 
  .sm-clean ul a:active, 
  .sm-clean ul a.highlighted {
    border: 0 !important;
    padding: 15px 20px; /*10px 20px*/
    color: #555555;
  }
  
  .sm-clean ul a:hover, 
  .sm-clean ul a:focus, 
  .sm-clean ul a:active, 
  .sm-clean ul a.highlighted {    
    color: #FFFFFF;
	background: #aa210f;
  }
  
  .sm-clean ul a.current {
    color: #D23600;
  }
  
  .sm-clean ul a.disabled {
    background: #fff;
    color: #cccccc;
  }
  
  .sm-clean ul a.has-submenu {
    padding-right: 20px;
  }
  
  .sm-clean ul a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  
  .sm-clean .scroll-up,
  .sm-clean .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  
  .sm-clean .scroll-up:hover,
  .sm-clean .scroll-down:hover {
    background: #eeeeee;
  }
  
  .sm-clean .scroll-up:hover .scroll-up-arrow {
    border-color: transparent transparent #D23600 transparent;
  }
  
  .sm-clean .scroll-down:hover .scroll-down-arrow {
    border-color: #D23600 transparent transparent transparent;
  }
  
  .sm-clean .scroll-up-arrow,
  .sm-clean .scroll-down-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  
  .sm-clean .scroll-down-arrow {
    top: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  
  .sm-clean.sm-rtl a.has-submenu {
    padding-right: 12px;
    padding-left: 24px;
  }
  
  .sm-clean.sm-rtl a .sub-arrow {
    right: auto;
    left: 12px;
  }
  
  .sm-clean.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  
  .sm-clean.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  
  .sm-clean.sm-rtl > li > ul::before {
    left: auto;
    right: 30px;
  }
  
  .sm-clean.sm-rtl > li > ul::after {
    left: auto;
    right: 31px;
  }
  
  .sm-clean.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  
  .sm-clean.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 8px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #555555 transparent transparent;
  }
  
  .sm-clean.sm-vertical {
    padding: 10px 0;
    border-radius: 5px;
  }
  
  .sm-clean.sm-vertical a {
    padding: 10px 20px;
  }
  
  .sm-clean.sm-vertical a:hover, 
  .sm-clean.sm-vertical a:focus, 
  .sm-clean.sm-vertical a:active, 
  .sm-clean.sm-vertical a.highlighted {
    background: #fff;
  }
  
  .sm-clean.sm-vertical a.disabled {
    background: #eeeeee;
  }
  
  .sm-clean.sm-vertical a .sub-arrow {
    right: 8px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #555555;
  }
  
  .sm-clean.sm-vertical > li > ul::before,
  .sm-clean.sm-vertical > li > ul::after {
    display: none;
  }
  
  .sm-clean.sm-vertical ul a {
    padding: 10px 20px;
  }
  
  .sm-clean.sm-vertical ul a:hover, 
  .sm-clean.sm-vertical ul a:focus, 
  .sm-clean.sm-vertical ul a:active, 
  .sm-clean.sm-vertical ul a.highlighted {
    background: #eeeeee;
  }
  
  .sm-clean.sm-vertical ul a.disabled {
    background: #fff;
  }
}

/* ========================================== */
/* ==  SM-CLEAN MENU BAR END ================ */
/* ========================================== */


/* ========================================== */
/* == 重要 JESS 新增 20210910 =============== */
/* ========================================== */

/* == //PC模式 選擇 UL 不重疊設定 // == */
/* --------------------------------- */
.sm-clean ul,
.sm-clean ul ul,
.sm-clean ul ul ul,
.sm-clean ul ul ul ul,
.sm-clean ul ul ul ul ul {
  left: 7px !important;
}

.sm-clean ul ul,
.sm-clean ul ul ul,
.sm-clean ul ul ul ul,
.sm-clean ul ul ul ul ul {
  left: 7px !important;
  margin-top: -15px !important;
}

@media (max-width: 991px) {
  .sm-clean ul ul,
  .sm-clean ul ul ul,
  .sm-clean ul ul ul ul,
  .sm-clean ul ul ul ul ul {
    margin-top: 0px !important;
  }
}

/* --------------------------------- */
/* == //PC模式 選擇 UL 不重疊設定 // == */


/* == //PC模式 第一層 UL a 箭頭 HOVER 顏色 // == */
/* ------------------------------------------- */
@media (min-width: 992px) {
	.sm-clean a .sub-arrow {
        top: 50%;
        margin-top: -2px;
        right: 12px;
        width: 0;
        height: 0;
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #FFFFFF transparent transparent transparent;
        background: transparent;
        border-radius: 0;
    }

    .sm-clean a .sub-arrow::before {
        display: none;
    }
	
	/*第一層箭頭*/
	sm-clean a:hover .sub-arrow, 
	.sm-clean a:focus .sub-arrow, 
	.sm-clean a:active .sub-arrow {
		border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #aa210f transparent transparent transparent;
	}
	.sm-clean a.highlighted .sub-arrow {
		border-width: 5px;
        border-style: solid dashed dashed dashed;
        border-color: #FFFFFF transparent transparent transparent;
	}
	
	/*第二層箭頭*/
	.sm-clean ul a:hover .sub-arrow, 
	.sm-clean ul a:focus .sub-arrow, 
	.sm-clean ul a:active .sub-arrow, 
	.sm-clean ul a.highlighted .sub-arrow,
	/*第三層箭頭*/
	.sm-clean ul ul a:hover .sub-arrow, 
	.sm-clean ul ul a:focus .sub-arrow, 
	.sm-clean ul ul a:active .sub-arrow, 
	.sm-clean ul ul a.highlighted .sub-arrow,
	/*第四層箭頭*/
	.sm-clean ul ul ul a:hover .sub-arrow, 
	.sm-clean ul ul ul a:focus .sub-arrow, 
	.sm-clean ul ul ul a:active .sub-arrow, 
	.sm-clean ul ul ul a.highlighted .sub-arrow,
	/*第五層箭頭*/
	.sm-clean ul ul ul a:hover .sub-arrow, 
	.sm-clean ul ul ul a:focus .sub-arrow, 
	.sm-clean ul ul ul a:active .sub-arrow, 
	.sm-clean ul ul ul a.highlighted .sub-arrow {
		border-color: #FFFFFF transparent transparent transparent;
		transform: rotate(-90deg);
	}
}
/* ------------------------------------------- */
/* == //PC模式 第一層 UL a 箭頭 HOVER 顏色 // == */


/* == //手機模式 選擇 HOVER 顏色 // == */
/* --------------------------------- */

/* 取代上方 105行 顏色 CSS*/
.sm-clean a {
	color: #FFFFFF; /*#333333*/
}
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
	color: #FFFFFF; /*aa210f*/
	background: #41403C ;
}
/* 取代上方 105行 CSS*/

@media (max-width: 992px) {	
	/* 手機模式 字的顏色 */
	.sm-clean a {
		color: #FFFFFF;
	}
	
	/* PC版 / 手機模式 選取的顏色 */
	.sm-clean a:hover, 
	.sm-clean a:focus, 
	.sm-clean a:active {
		color: #FFFFFF;
		background: #aa210f; /*#00bad9*/
	}
}
/* --------------------------------- */
/* == //手機模式 選擇 HOVER 顏色 // == */


/* -------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
@media (max-width: 992px) {
	.menu_section .navbar-collapse {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-align: center;
		align-items: center;
		
		position: absolute;
		top: 100%;
		background-color: #2e2e2e;
		left: 0px;
		right: 0px;
		max-height: 53.75vh; /*80vh*/
		z-index: 9999;
		
		margin: 0 -15px;
		
		/* scrollbar 樣式 */
		/*height: 335px;*/
		overflow-y: auto;
        scrollbar-width: thin;	/* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
		/*
		overflow-y: auto;
		clear: both;
		box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
		border-radius: 0px 0px 5px 5px;		
		*/
		/* scrollbar 樣式 */
	}
}
/* ------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
