@charset "utf-8";
/* CSS Document */
/* 16px = 1em */

.header-shadow {
	position: relative;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35) !important;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35) !important;
	z-index: 1000;
}

.menu_section .mr-7,
.menu_section .mx-7 {
    margin-right: 12rem !important;
}

@media (max-width: 1350px) {
    .menu_section .mr-7,
    .menu_section .mx-7 {
        margin-right: 0 !important;
    }
}

/* ========================================= */
/* ==  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>li>h_2menu {
    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: #c4e5f7 !important;
    /*border-radius: 5px;*/

    /* JESS 新增 20210910 */
    background: transparent;
    border-radius: 0px;
}

/* JESS 新增 20210910 */
@media (max-width: 991px) {
    .sm-clean {
        height: 240px;
        overflow: auto;
        scrollbar-width: thin;        /* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
		
		padding: 10px 10px;
    }
}

/* 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: 100%;
    /*1.125em*/
    /*18*/
    font-weight: 600;
    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*/
    /*16*/
    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(255, 255, 255, 0.2);
}

.sm-clean ul a,
.sm-clean ul a:hover,
.sm-clean ul a:focus,
.sm-clean ul a:active {
    font-size: 100%;    /*1em*/    /*16*/
    /*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;
    }

    /* cara 20231101 */
    .sm-clean > li:not(:last-child)::after{
        content: "/";
        position: absolute;
        top: 47%;
        right: -2px;
        transform: translate(0%, -50%);
        color: #333333;
        font-weight: 600;
    }

    .sm-clean > li{
        font-size: 107%;
    }

    .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: 0px;
		background: transparent;	/* #eeeeee */
		border-radius: 0px;	/* 100px */
    }

    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        padding: 15px 20px 15px 20px;
        /* 12 12 重要 MENU 第一層 LI 邊寬*/
        color: #FFFFFF;
        border-radius: 0 !important;		
    }
    /* cara 20220812 */
    .sm-clean{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* cara 20220812 */
    /* JESS 新增 20210910 */
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        color: #ff7004;
    }

    /* 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: 20px;
    }

    .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: #333333 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 #FFFFFF transparent;
    } */

    /* .sm-clean>li>ul:hover::after {
        border-color: transparent transparent #FFFFFF transparent;
    } */

    .sm-clean ul {
        border: 1px solid #bbbbbb;
        border-top: 5px solid #859f3b;
        /*padding: 5px 0;*/
        background: #fff;
        border-radius: 0px !important;
        box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.4);

    }

    .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;
        border-top:  0.5px solid #bfbfbf !important;
        border-bottom:  0.5px solid #bfbfbf !important;
        padding: 15px 20px;
        /*10px 20px*/
        color: #333333;
        background: #e9e9e9;
    }

    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a:active,
    .sm-clean ul a.highlighted {
        color: #333333;
        background: #c4e5f7;
        border-radius: 0px !important;
    }

    .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 #333333; */
        border-color: transparent transparent transparent transparent;
    }

    .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 #333333 transparent;
    }

    .sm-clean .scroll-down-arrow {
        top: 8px;
        border-style: solid dashed dashed dashed;
        border-color: #333333 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 #333333 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 #333333 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 #333333;
    }

    .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 START ========== */
/* ========================================== */

/* == //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 {
    margin-top: 4px !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: -54px !important;
    /*-15px*/
}

@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: #333333 transparent transparent transparent; */
        border-color: transparent 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,
    .sm-clean a.highlighted .sub-arrow {
        border-width: 5px;
        border-style: solid dashed dashed dashed;
        /* border-color: #028053 transparent transparent transparent; */
        border-color: transparent 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: #000000 transparent transparent transparent; */
        border-color: transparent transparent transparent transparent;
        transform: rotate(-90deg);
    }
}

/* ------------------------------------------- */
/* == //PC模式 第一層 UL a 箭頭 HOVER 顏色 // == */


/* == //手機模式 選擇 HOVER 顏色 // == */
/* --------------------------------- */

/* 取代上方 105行 顏色 CSS*/
.sm-clean .first-menu {
    color: #333333;
    position: relative;
    /*transition: all 500ms ease;*/
    /*background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 89% / 0px 1px no-repeat;*/
}

/*新增底線滑動*/
/* .sm-clean .first-menu::before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0%;
	border-bottom: 1px solid #FFFFFF;
	transition: 0.4s;
}
.sm-clean a:hover::before {
	width: 100%;
}  */
/*新增底線滑動*/

.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    color: #028053;

    background-size: 100% 1px;
}
.sm-clean a.highlighted {
    color: #028053;
}

/* 取代上方 105行 CSS*/

@media (max-width: 991px) {

    /* 手機模式 字的顏色 */
    .sm-clean a {
        color: #FFFFFF;
    }

    /* PC版 / 手機模式 選取的顏色 */
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active {
        color: #028053 !important;
        background: transparent!important;
        /*#9b5f00 /#00bad9*/
    }
}

/* --------------------------------- */
/* == //手機模式 選擇 HOVER 顏色 // == */


/* -------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
@media (max-width: 991px) {

    /* 手機模式 字的顏色 */
    .sm-clean a {
        color: #333333;
    }
	.sm li {
		display: inline-block;
		width: 100%;
	}
}
/*-----------------------------------------------*/
.menu_section .navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}
.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;
}
:root {
    --size: 76px;
  }
@media (max-width: 991px) {	
	.menu_section .navbar-collapse {
		background: #000000; /*transparent*/
		margin-top: 0;
		margin-left: 0px; /*-15px*/
		margin-right: -15px;
		margin-bottom: -4px;
		/*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15)*/
	}
	.menu_section .navbar-collapse {
		position: absolute;
		top: calc(var(--size) + 5px);
		width: 100%;
		z-index: 1000;
	}
	
	.navbar-collapse .ml-auto.mr-4 {
		margin-right: 0 !important;
	}
}
@media (max-width: 576px) {	
	.menu_section .navbar-collapse {
		position: absolute;
		/* top: 56px; */
		width: 100%;
		z-index: 1000;
	}
}
@media (max-width: 480px) {	
	.menu_section .navbar-collapse {
		position: absolute;
		/* top: 48px; */
		width: 100%;
		z-index: 1000;
	}
}
/* ------------------------------------------- */
/* == //手機模式 下拉選單框 浮動於 BANNER 上 // == */
/* ------------------------------------------- */


.sm li .h2menu {
	display: block;
	list-style: none;
	margin: 0;
	/*padding: 0px 5px;*/
	line-height: normal;
	direction: ltr;
	border-radius: 0px !important;
}

.sm li .h2menu a {
	padding: 10px 25px;
	border: 1px solid #c4e5f7;
	border-radius: 50px !important;
	/*margin-right: 15px;*/
	margin-bottom: 1px;
}
.sm li:last-child .h2menu a {
	margin-right: 0;
}
/* .sm-clean a{
    color: #fff;
} */
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active
.sm-clean .h2menu a:hover,
.sm-clean .h2menu a:focus,
.sm-clean .h2menu a:active,
.sm-clean .h2menu a.highlighted {
	/* color: #FFFFFF !important; */
	/*border: 1px solid #FF0000;*/
	/* background-color: #c4e5f7; */
}
@media (max-width: 991px) {
    .sm-clean {
        height: auto; /*240px;*/
        overflow: auto;
        scrollbar-width: thin;        /* "auto" or "thin" */
        scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.3);
    }
}
@media (max-width: 991px) {
    .sm li .h2menu a {
        padding: 10px 20px;
        border: 1px solid transparent;
        border-radius: 0px !important;
    }
}
/* ========================================== */
/* == 重要 JESS 新增 20210910 END ============ */
/* ========================================== */


/* ================================================== */
/* == 重要 JESS 新增 MEGA MENU 20220610 ============== */
/* ================================================== */
.sm-clean ul.mega-menu .row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}
.sm-clean ul.mega-menu li {
	float: left;
}

.sm-clean ul.mega-menu li .mega-h2::before {
	float: left;
	color: #000000;
	content: "▍";
}
.sm-clean ul.mega-menu li .mega-h2:hover::before {
	color: #FFFFFF;
}
/* == //PC模式 設定 // == */
/* --------------------------------- */
@media (min-width: 991px) {
    .sm-clean ul.mega-menu {
        position: fixed;
        width: calc(100% - 21.2%) !important; /*calc(100% - 200px)*/
		left: calc(21.2% - 21.2% / 2) !important; /*100px*/
        padding: 20px 0;
    }

    .sm-clean ul.mega-menu li a {
        color: inherit;
        border: 0 !important;
        padding: 0 !important;
    }

    .sm-clean ul.mega-menu li .mega-h2 {
        font-size: 1.125rem;        /*18px*/
        font-weight: 600;
        line-height: 17px;
        text-decoration: none;
        text-align: left;

        border-top: 0px !important;
        border-left: 0px !important;
        border-right: 0px !important;
        border-bottom: 1px solid #d7d6d6 !important;

        padding: 15px 20px;
        color: #FFFFFFF;
    }

    .sm-clean ul.mega-menu li a.text-item {
        border: 0 !important;
        padding: 15px 20px !important;
        color: #FFFFFFF;
    }

    .sm-clean > li > ul.mega-menu::before,
    .sm-clean > li > ul.mega-menu::after {
        content: '';
        /*position: absolute;*/
        top: -18px;
        left: calc(50% + 5%); /*69%*/
        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.mega-menu::after {
        top: -16px;
        left: calc(50% + 5%); /*69%*/
        border-width: 8px;
        border-color: transparent transparent #fff transparent;
    }
}

/* == //手機模式 設定 // == */
/* --------------------------------- */
@media (max-width: 991px) {
	.sm-clean ul.mega-menu li a.mega-a  {
		padding: 15px 20px;
		padding-right: 0px !important;
		border-bottom: 1px solid #fff;
	}
	
	.sm-clean ul.mega-menu li a.text-item  {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 20px !important;
		padding-mottom: 15px;
	}
	
	
	.sm-clean ul.mega-menu li a mega-h2,
	.sm-clean ul.mega-menu li a mega-h2:hover,
	.sm-clean ul.mega-menu li a mega-h2:focus,
	.sm-clean ul.mega-menu li a mega-h2:active {
		color: inherit;
		font-size: 1.125rem;
		/*18px*/
		text-decoration: none;
		text-align: left;
	
		margin-bottom: 0;
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d6d6 !important;
	}	
}
/* ================================================== */
/* == 重要 JESS 新增 MEGA MENU 20220610 ============== */
/* ================================================== */


/*========================================*/
/*============== NEW =====================*/
/*========================================*/
/* NEW 搜尋+購物車--自訂圖示 START */
.menu_section .pc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu_section .pc-box {
    display: flex;
}

.menu_section .mobile-box {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.menu_section .mobile-box {
    display: none;
}

@media (max-width: 991px) {
    .menu_section .pc-box {
        display: none;
    }

    .menu_section .mobile-box {
        display: flex;
    }
}


.menu_section .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .menu_section .icons {
        padding-right: 0.5rem;
    }
}

.menu_section .icons .fa-search,
.menu_section .icons .fa-shopping-cart {
    cursor: pointer;
    font-size: 125%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #FFFFFF;
    /*width: 32px;*/
    /*height: 32px;*/
	width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #c4e5f7;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width: 480px) {

    .menu_section .icons .fa-search,
    .menu_section .icons .fa-shopping-cart {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

@media (min-width: 320px) and (max-width: 435px) {

    .menu_section .icons .fa-search,
    .menu_section .icons .fa-shopping-cart {
        font-size: 123%;
    }
}


.menu_section .icons div:hover {
    /*width: 32px;*/
    /*height: 32px;*/
	width: 40px;
    height: 40px;
    border-radius: 100%;

    color: #263337;
    background: #fff;
}

/*#menu-btn {
    display: none;
}*/
/*-----------------------------------------*/
.menu_section .search-form-down {
    position: absolute;
    top: 100%;    /*115%*/
    right: calc(21.2% - 21.2% / 2);    /*14rem / 12%*/
    background: #fff;
    width: calc(100% - 21.2%);    /*21.75rem*/
    height: 3rem !important;    /*3rem*/
    display: flex;
    align-items: center;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1000;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);

    border-radius: 32px;
}

@media (max-width:991px) {
    .menu_section .search-form-down {
        width: calc(100% - 1.75rem);        /*90%*/
        right: 0.8rem;        /*2rem*/
    }
}

.menu_section .search-form-down.active {
    transform: scaleY(1);
    transition: .3s linear;
}

.menu_section .search-form-down input {
    height: 100%;
    width: 100%;
    font-size: 100%;
    color: #13131a;

    border-top: none;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    text-transform: none;

    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;

    /*border-radius: 30px;*/
    border-top-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
}

.menu_section .search-form-down label {
    cursor: pointer;
    font-size: 150%;
    margin: 0rem;    /*1rem*/
    color: #263337;

    padding: 0.75rem 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 0;
}

.menu_section .search-form-down label:hover {
    color: #FFFFFF;
    background-color: #c4e5f7;
}

/*-----------------------------------------*/
.menu_section .icons span.count {
    position: absolute;
    font-size: 87.5%;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ff7004;
}

.menu_section .icons span.count {
    top: -5px;
    /*15px*/
    right: -5px;
}

@media (max-width:991px) {
    .menu_section .icons span.count {
        top: 20px;
        /*5px*/
        right: 38.5px;
    }
}

/*-----------------------------------------*/
/*== 側邊購物車清單 ==*/
.menu_section .cart-items-container {
    position: absolute;
    top: 100%;
    right: -120%;
    height: calc(100vh - 9.5rem);
    width: 21.75rem;
    background: #fff;
    padding: 1rem 1rem 1rem 1rem;
    z-index: 1000;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.menu_section .cart-items-container.active {
    right: 0;
    transition: .3s linear;
}

.menu_section .cart-items-container .cart-item {
    position: relative;
    margin: 2rem 0;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.menu_section .cart-items-container .cart-item .fa-times {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 000%;
    cursor: pointer;
    color: #13131a;
}

.menu_section .cart-items-container .cart-item .fa-times:hover {
    color: #d3ad7f;
}

.menu_section .cart-items-container .cart-item img {
    height: 7rem;
}

.menu_section .cart-items-container .cart-item .content h3 {
    font-size: 100%;
    color: #13131a;
    padding-bottom: .5rem;
}

.menu_section .cart-items-container .cart-item .content .price {
    font-size: 100%;
    color: #d3ad7f;
}

.menu_section .cart-items-container .btn {
    width: 100%;
    text-align: center;
}

/* ================================= */
/* == 下拉式 商品購物清單 ============= */
.cart-items-container .right-widget .dropdown-form {
    padding: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 991px) {
    .cart-items-container .right-widget .dropdown-form {
        padding: 0;
    }
}

.cart-items-container .right-widget .dropdown-form::before,
.cart-items-container .right-widget .dropdown-form::after {
    content: '';
    position: absolute;
    top: -18px;
    right: 3%;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 9px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #bbbbbb transparent;
}

.cart-items-container .right-widget .dropdown-form::after {
    top: -16px;
    right: 3.1%;
    border-width: 8px;
    border-color: transparent transparent #fff transparent;
}

@media (min-width: 320px) and (max-width: 990px) {

    .cart-items-container .right-widget .dropdown-form::before,
    .cart-items-container .right-widget .dropdown-form::after {
        right: 15%;
    }

    .cart-items-container .right-widget .dropdown-form::after {
        right: 15.1%;
    }
}

.cart-items-container .mincart-list-box {
    position: relative;
    display: block;
    height: 80vh;
    padding: 0px 15px 0px 0px;
    overflow-y: scroll;
}

/*----------------------------------*/
/* scrollbar 樣式 ------------------*/
/*Firefox 用*/
.cart-items-container .mincart-list-box {
    scrollbar-width: thin;
    /*auto | thin | none | <length> 這幾種選項*/
    scrollbar-border: 1px solid #FFFFFF;
    /*scrollbar-color: var(--color-v2) #000000;*/
    scrollbar-color: rgba(255, 255, 255, 0.3) rgba(0, 0, 0, 0.5);
}

/*Firefox 用*/
/*Chrome 用*/
.cart-items-container .mincart-list-box::-webkit-scrollbar-track {
    background: #000000;
    /*transparent;*/
    /* color of the 滾動區塊 */
}

.cart-items-container .mincart-list-box::-webkit-scrollbar {
    width: 8px;
    /* width of the 滾動條寬度 */
}

.cart-items-container .mincart-list-box::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.5);
    /* color of the 滾動條顏色 */
    border-radius: 20px;
    /* roundness of the 滾動條寬度圓角 */
    /*border: 1px solid #FFFFFF;*/
    /* creates padding around 滾動條邊框+顏色 */
}

/*Chrome 用*/
/* scrollbar 樣式 ------------------*/
/*----------------------------------*/

.cart-items-container .mincart-list-box .minicart-product-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 15px;
}

.cart-items-container .mincart-list-box .minicart-product-list li {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.cart-items-container .mincart-list-box .minicart-product-list li a {
    color: #212121;
}

.cart-items-container .mincart-list-box .minicart-product-list li a:hover {
    color: #ff7004;
}

.cart-items-container .mincart-list-box .minicart-product-list li .image {
    /*flex: 1 0 75px;*/

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-items: flex-start;
}

.cart-items-container .mincart-list-box .minicart-product-list li .image img {
    /*max-width: 100%;*/
    max-width: 30%;
    /*25%*/
    border: 1px solid #ebebeb;
    margin-top: 4px;
}

@media only screen and (max-width:575px) {
    .cart-items-container .mincart-list-box .minicart-product-list li .image {
        flex: 1 0 50px
    }
}

.cart-items-container .mincart-list-box .minicart-product-list li .content {
    position: relative;
    flex: 1 0 calc(100% - 100px);
    /* 1 0 calc(100% - 150px)*/
    padding-left: 15px
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .title {
    font-size: 87.5%;
    color: #212121;
    font-weight: 400;
    display: block;
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .title:hover {
    color: #ff7004
}

.quantity-price-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cart-items-container .mincart-list-box .minicart-product-list li .content .quantity-price {
    font-size: 87.5%;
    /*0.875rem / 14px*/
    /*display: block;*/
    margin-top: 10px
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.quantity {
    display: inline-block;
    font-size: 0.875rem;
    /*14px*/
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.take {
    display: inline-block;
    font-size: 87.5%;
    /*0.875rem / 14px*/
    /*margin: 12px 10px 0 10px;*/
}

.cart-items-container .mincart-list-box .minicart-product-list li .content span.amount {
    font-size: 87.5%;
    color: #ff7004;
    font-weight: 600;
    font-size: 100%;
    /*16px*/
    /*margin: 13px 0 0 0;*/
}

/*.cart-items-container .mincart-list-box .minicart-product-list li .content .remove*/
.cart-items-container .mincart-list-box .minicart-product-list li a.remove {
    line-height: 1.5;
    position: relative;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #212121;
    font-size: 100%;
    /*16px*/
}

/*.cart-items-container .mincart-list-box .minicart-product-list li .content .remove:hover*/
.cart-items-container .mincart-list-box .minicart-product-list li a.remove:hover {
    color: #eb2606
}

@media only screen and (max-width:575px) {
    .cart-items-container .mincart-list-box .minicart-product-list li .content {
        flex: 1 0 calc(100% - 75px)
    }
}

.cart-items-container .mincart-list-box .minicart-product-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}


/* == 數量選擇 == */
.cart-items-container .mincart-list-box .cart-plus-minus {
    border: 1px solid #ebebeb;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 94px;
    /*115*/
}

.cart-items-container .mincart-list-box .cart-plus-minus .qtybutton {
    color: #000000;
    cursor: pointer;
    float: inherit;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all .3s ease 0s;
    width: 30px;
    /*40*/
}

.cart-items-container .mincart-list-box .cart-plus-minus input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #000000;
    float: left;
    font-size: 0.875rem;
    /*14px*/
    height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 94px;
    /*115*/
    outline: 0
}

/*移除 input type="number" 时浏览器自带的上下箭头*/
.cart-items-container .mincart-list-box .cart-plus-minus input::-webkit-outer-spin-button,
.cart-items-container .mincart-list-box .cart-plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.cart-items-container .mincart-list-box .cart-plus-minus input[type='number'] {
    -moz-appearance: textfield;
}

/*移除 input type="number" 时浏览器自带的上下箭头*/

.cart-items-container .mincart-list-box .cart-plus-minus .inc.qtybutton {
    height: 50px;
    padding-top: 14px;
    right: 0;
    top: 0
}

.cart-items-container .mincart-list-box .cart-plus-minus .dec.qtybutton {
    height: 50px;
    padding-top: 14px;
    left: 0;
    top: 0
}

/* == 數量選擇 == */


/* ===== STYLE 01 Cart Total 購物車 結算總計 區塊 ====== */
.cart-items-container .mincart-list-box .custom-totall {
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 15px 15px;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap {
    position: relative;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap::before {
    background-color: #e3e1e1;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 13px;
    transition: all .4s ease 0s;
    width: 100%;
    z-index: 1;
}

.cart-items-container .mincart-list-box .custom-totall .title-wrap .cart-bottom-title.h4,
.cart-items-container .mincart-list-box .custom-totall .title-wrap h4.cart-bottom-title {
    display: inline-block;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
    margin: 0;
    padding-right: 18px;
    background-color: #ebebeb;
    position: relative;
    z-index: 1;
    color: #000000;
}

.cart-items-container .mincart-list-box .custom-totall .tax-wrapper {
    margin-top: 22px;
}

.cart-items-container .mincart-list-box .custom-totall .h5,
.cart-items-container .mincart-list-box .custom-totall h5 {
    font-size: 0.9375rem;
    /*15px*/
    margin: 20px 0 27px 0;
    font-weight: 400;
}

.cart-items-container .mincart-list-box .custom-totall .h5 span,
.cart-items-container .mincart-list-box .custom-totall h5 span {
    float: right;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin: 0 0 27px;
    /*padding: 28px 0;*/
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping .h5,
.cart-items-container .mincart-list-box .custom-totall .total-shipping h5 {
    font-size: 0.9375rem;
    /*15px*/
    margin: 0;
}

.cart-items-container .mincart-list-box .custom-totall .total-shipping .h5 span,
.cart-items-container .mincart-list-box .custom-totall .total-shipping h5 span {
    float: right;
    font-size: 1.125rem;
    /*18px*/
    font-weight: 700;
}

.cart-items-container .mincart-list-box .custom-totall .custom-totall-title {
    color: #ff7004;
    font-size: 1.25rem;
    /*20px*/
    font-weight: 700;
    margin: 0 0 25px;
}

.cart-items-container .mincart-list-box .custom-totall .custom-totall-title span {
    float: right;
}

.cart-items-container .mincart-list-box .custom-totall a {
    display: block;
    font-size: 0.9375rem;
    /*15px*/
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;

    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;

    border-radius: 99rem;
    background-color: #ff7004;
}

.cart-items-container .mincart-list-box .custom-totall a:hover {
    background-color: var(--color-v2)
}

.cart-items-container .mincart-list-box .totall-button {
    background-color: transparent;
    border: 1px solid transparent;
    /*background-color: #ebebeb;*/
    /*border: 1px solid #ebebeb;*/
    border-radius: 0;
    padding: 0px 30px 30px 30px;
}

.cart-items-container .mincart-list-box .totall-button a {
    display: block;
    font-size: 1.25rem;
    /*20*/
    font-weight: 700;
    line-height: 1;
    color: #212121;
    padding: 18px 10px 17px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    border-radius: 99rem;
    border: 1px solid #ff7004;
    background-color: #FFFFFF;
}

.cart-items-container .mincart-list-box .totall-button a:hover {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background-color: #ff7004;
}

/* ===== STYLE 01 Cart Total 購物車 結算總計 區塊 ====== */
/*== 側邊購物車清單 ==*/

.cart-items-container .mincart-list-box .minicart-product-list li .remove {
    position: relative;
    top: 0;
    right: 0;
    padding: 0 3px;
    color: #212121;
    font-size: 100%;
    /*16px*/
    line-height: 1.5;
}

.cart-items-container .mincart-list-box .minicart-product-list li .remove input {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../../images/shop/icon-remove_24x24.svg");
    background-color: transparent;
    top: 4px;
}

.cart-items-container .mincart-list-box .minicart-product-list li .remove input:hover {
    background-image: url("../../images/shop/icon-remove_24x24_hover.svg");
}

/* NEW 搜尋+購物車--自訂圖示 START *
/*========================================*/
/*============== NEW =====================*/
/*========================================*/