/* Minification failed. Returning unminified contents.
(1958,1): run-time error CSS1019: Unexpected token, found '@import'
(1958,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/earlyaccess/notosanstc.css)'
(2474,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2475,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '10%'
(3031,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3032,8): run-time error CSS1035: Expected colon, found '{'
 */
/*! jQuery UI - v1.13.0 - 2021-10-07
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 16.5em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0; 
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;font-weight: bold;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding:0 .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif, Noto Sans TC;
	font-size: 1em; font-weight: bold;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #a7cac7; box-shadow:0 0 5px rgba(95,139,105,.4);
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #d8e6e9;
	background: #f2f4f8;
	font-weight:bold;
	color: #333;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #bdd7d4;
	background: #bdd7d4;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #b01727;
	background: #c04552;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #c04552;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #e9ce90;
	background: #fae1a9;
	color: #666;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fae1a9;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background: url("../images/arw_datepicker.svg") center no-repeat;-webkit-transform: rotate(-90deg);transform: rotate(-90deg);
}
.ui-datepicker .ui-datepicker-prev .ui-icon{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	opacity: .8;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	-ms-filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/**
 * Swiper 4.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 16, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide img{width: 100%; height: auto; vertical-align: top;}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
  background-image: url("../images/arrow-db.svg"); 
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 40px; height: 40px; background-color: #eeeeee; border-radius: 100%; border:2px solid #eeeeee;
  left: 0;
  right: auto;
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
  background-image:url("../images/arrow-db.svg");
  width: 40px; height: 40px; background-color: #eeeeee; border-radius: 100%;border:2px solid #eeeeee;
  right: 0;
  left: auto;
}




.swiper-button-prev:hover,.swiper-container-rtl .swiper-button-next:hover,
.swiper-button-next:hover,.swiper-container-rtl .swiper-button-prev:hover{
  background-image: url(../images/arrow-more.svg); background-color: #fff; border-color: #bb1100;
}


.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom:0;/*首頁輪播*/
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;/*首頁輪播*/
}
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background-color: transparent;
  border:2px solid #b01727;
  opacity: 1;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b01727;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #b01727;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  /*overflow: visible;*/
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

@charset "UTF-8";
/*思源黑體*/
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
/*reset*/
body, header, footer, section, article, picture, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
input, textarea, p, blockquote, iframe, button, a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
  letter-spacing: 0.1px;
  text-decoration: none;
  border: 0;
  word-break: normal;
  word-wrap: break-word;
}

html,
body {
  height: 100%;
}

body {
  color: #1a1b29;
  background: #ffffff;
  font: normal 16px/140% "Noto Sans TC", "Arial", "微軟正黑體", sans-serif;
}

input, button, textarea, select, optgroup, option, a, button {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

a,
button {
  color: inherit;
  text-decoration: none;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
ul li {
  padding: 0;
}

ol {
  margin: 0;
  padding-left: 1.4em;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

:hover {
  transition-duration: 0.3s;
}

/*reset end*/
/*樣式設定
.class {
  @include mid-width() {
  }
}*/
/*1320px*/
.imgbox.radius:hover img, .pageMenu-btn .line, #pageMenu .hasSub button, #pageMenu, .page {
  transition: 0.2s;
}

/*color*/
/*標準色*/
/*radius*/
input[type=text],
input[type=password],
select {
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  height: 36px;
  width: 100%;
  font-size: 18px;
}
input[type=text].inpt_qry,
input[type=password].inpt_qry,
select.inpt_qry {
  border: 1px solid #a7b8d7;
  border-radius: 10px;
  padding: 0 30px 0 10px;
}

a.inpt_qry_a {
  position: absolute;
  right: 10px;
  top: 0;
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/ic-search_blue.svg) right 10px center no-repeat;
  background-size: 20px auto;
}

input[type=text]:disabled,
input[type=password]:disabled {
  background: #f0f0f0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #c0c0c0;
}

input::-moz-placeholder {
  color: #c0c0c0;
}

input:-ms-input-placeholder {
  color: #c0c0c0;
}

input:-moz-placeholder {
  color: #c0c0c0;
}

select {
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #666;
  padding: 0 36px 0 10px;
  background: #fff url(../images/arrow-dark.svg) right 7px center no-repeat;
  background-size: 24px auto;
}
select.lineBlue {
  border: 1px solid #a7b8d7;
  border-radius: 10px;
}

select::-ms-expand {
  display: none;
}

select option {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

select option:hover {
  color: #fff;
  background-color: #666;
}

/*checkbox*/
.checkboxBx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.checkboxBx + .checkboxBx {
  margin-left: 16px;
}
@media all and (max-width: 768px) {
  .checkboxBx {
    display: inline-block;
  }
}

input[type=checkbox] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  opacity: 0;
  line-height: 20px;
}
input[type=checkbox] + label {
  line-height: 20px;
  cursor: pointer;
  color: #666;
}
input[type=checkbox] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  cursor: pointer;
  background: #eee;
  margin-right: 10px;
}
input[type=checkbox]:checked + label span {
  background: #eee url(../images/arw_check.svg) center no-repeat;
  background-size: 20px auto;
}
input[type=checkbox].bgW + label span {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
input[type=checkbox].bgW:checked + label span {
  background-color: #fff;
}

/*radio*/
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin: 5px 5px;
  cursor: pointer;
}
input[type=radio] + label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #fff;
  background-size: 100%;
  border-radius: 50%;
  border: 1px solid #a3a3a3;
}
input[type=radio]:checked + label span {
  border-color: #c2001e;
}
input[type=radio]:checked + label span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c2001e;
}

/*-------------------------------- 頁面 --------------------------------*/
.page {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.wrapper {
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
  background: #fff;
}

.pagesize {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media all and (max-width: 1280px) {
  .pagesize {
    padding: 0 20px;
    max-width: 1000px;
  }
}
@media all and (max-width: 768px) {
  .pagesize {
    padding: 0 20px;
  }
}
.pagesize.flex-two {
  display: flex;
  justify-content: space-around;
}
.pagesize.flex-two .colBx {
  width: 44%;
}
@media all and (max-width: 1024px) {
  .pagesize.flex-two {
    flex-wrap: wrap;
  }
  .pagesize.flex-two .colBx {
    width: 100%;
  }
  .pagesize.flex-two .colBx .title {
    margin-bottom: 24px;
  }
  .pagesize.flex-two .colBx + .colBx {
    margin-top: 24px;
  }
}

.container {
  position: relative;
}
.container.inTop {
  padding-top: 100px;
}

/*header*/
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  padding: 16px 0;
}
header .pagesize {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header .logo {
  display: block;
  width: 210px;
  height: 40px;
  background: url(../images/logo.svg) left center no-repeat;
  background-size: auto 100%;
  position: relative;
}
header .logo a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
header .topMenu {
  display: flex;
}
header .topMenu > ul {
  display: flex;
  justify-content: right;
  align-items: center;
}
header .topMenu > ul li a {
  color: #414141;
  padding: 10px;
  line-height: 30px;
  font-size: 1.25rem;
  display: block;
  position: relative;
}
header .topMenu > ul li a:hover {
  color: #c2001e;
}
header .topMenu > ul li a.ic {
  min-width: 30px;
  height: 30px;
  padding: 0;
  margin-left: 5px;
}
header .topMenu > ul li a.login {
  /*未登入*/
  background: url(../images/ic-topMenu-user.png) 0 center no-repeat;
  background-size: contain;
}
header .topMenu > ul li a.login:hover {
  filter: grayscale(500%);
}
header .topMenu > ul li a.logout {
  /*登出*/
  background: url(../images/ic-topMenu-logout.png) 0 center no-repeat;
  background-size: contain;
}
header .topMenu > ul li a.logout:hover {
  filter: grayscale(500%);
}
header .topMenu > ul li a.remind {
  /*提醒*/
  background: url(../images/ic-topMenu-bell.png) 0 center no-repeat;
  background-size: contain;
}
header .topMenu > ul li a.remind:hover {
  filter: grayscale(500%);
}
header .topMenu > ul li a.remind.rang {
  background: url(../images/ic-topMenu-bell-rang.png) 0 center no-repeat;
  background-size: contain;
  animation: bellRang 1.5s ease-in-out infinite alternate;
}
header .topMenu > ul li a.remind.rang:hover {
  background: url(../images/ic-topMenu-bell.png) 0 center no-repeat;
  background-size: contain;
  filter: grayscale(0);
}
header .topMenu > ul li.member {
  position: relative;
}
header .topMenu > ul li.member > a {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: normal;
  position: relative;
  padding: 0 30px 0 10px;
  background-color: #c2001e;
  border-radius: 20px;
}
header .topMenu > ul li.member > a::after {
  content: "";
  background: url(../images/ic-arw-down.svg) center no-repeat;
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  filter: brightness(1000%);
}
header .topMenu > ul li.member .memberMenu {
  display: none;
  width: 170px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  box-shadow: 0 5px 0 rgba(100, 100, 100, 0.2);
}
header .topMenu > ul li.member .memberMenu::before {
  content: "";
  background: url(../images/ic-arw-down.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -16px;
  right: 10px;
  width: 30px;
  height: 30px;
  transform: rotate(180deg);
  z-index: 1;
}
header .topMenu > ul li.member .memberMenu.open {
  display: block;
  position: absolute;
  top: 44px;
  right: -11px;
}
header .topMenu > ul li.member .memberMenu ul {
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}
header .topMenu > ul li.member .memberMenu a {
  text-align: center;
  font-weight: normal;
  color: #000;
  padding: 5px 0;
}
header .topMenu > ul li.member .memberMenu a:hover {
  background-color: #c1c1c1;
  color: #ffffff;
}
header .topMenu .memberMenu {
  display: none;
}
@media all and (max-width: 1024px) {
  header .topMenu {
    display: none;
  }
}
header.sticky {
  position: fixed;
  background: #fff;
  height: 60px;
  transition-duration: 0.3s;
  padding: 10px;
}
header.sticky .topMenu a {
  font-size: 1rem;
}
header.sticky .logo {
  width: 158px;
  height: 30px;
}
@media all and (max-width: 1280px) {
  header .pagesize {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  header.sticky {
    height: 50px;
  }
}

@keyframes bellRang {
  10% {
    transform: rotate(15deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/*menu*/
.page_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -2;
}

.openmenu {
  position: fixed;
}

.page.openmenu .page_cover {
  z-index: 1001;
}

/* menu */
#pageMenu {
  position: fixed;
  z-index: 9999;
  width: 80%;
  height: 100vh;
  background: #313131;
}
#pageMenu ul {
  list-style: none;
}
#pageMenu ul li {
  border-bottom: 1px solid #626262;
}
#pageMenu ul li > a {
  display: block;
  min-height: 50px;
  padding: 16px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
}
#pageMenu .hasSub {
  position: relative;
}
#pageMenu .hasSub ul {
  background-color: #444;
}
#pageMenu .hasSub ul a {
  color: #fff;
  font-size: 1rem;
}
#pageMenu .hasSub ul li ul {
  background-color: #434343;
}
#pageMenu .hasSub ul li ul li {
  border: none;
}
#pageMenu .hasSub ul li ul li a {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-weight: normal;
  padding: 10px 50px 10px 60px;
  min-height: 40px;
  position: relative;
}
#pageMenu .hasSub ul li ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  position: absolute;
  top: 16px;
  left: 44px;
}
#pageMenu .hasSub button {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/arrow-grey.svg) center center no-repeat;
  background-size: 24px;
  filter: brightness(1000%);
  cursor: pointer;
  outline: none;
  border: none;
}
#pageMenu .hasSub.open > button {
  transform: scaleY(-1);
}
#pageMenu a.ic {
  padding-left: 48px;
}
#pageMenu a.ic::before {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%) brightness(1000%);
}
#pageMenu a.login {
  /*未登入*/
  position: relative;
  background-color: #c2001e;
}
#pageMenu a.login::before {
  background: url(../images/ic-topMenu-user.png) center no-repeat;
  background-size: 30px;
}
#pageMenu a.remind {
  /*提醒*/
  position: relative;
  background-color: #c2001e;
}
#pageMenu a.remind::before {
  background: url(../images/ic-topMenu-bell.png) 0 center no-repeat;
  background-size: 30px;
}

.openmenu ~ #pageMenu {
  opacity: 1;
}

/* menu_按鈕 */
.pageMenu-btn {
  position: absolute;
  right: 10px;
  top: 0;
  width: 30px;
  height: 30px;
  outline: none;
  border: none;
  display: none;
}
@media all and (max-width: 1024px) {
  .pageMenu-btn {
    display: block;
  }
}

.pageMenu-btn .line {
  display: block;
  position: absolute;
  left: 4px;
  width: 24px;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
}

.pageMenu-btn .line01 {
  top: 7px;
}

.pageMenu-btn .line02 {
  top: 14px;
}

.pageMenu-btn .line03 {
  top: 21px;
}

/* menu_按鈕_展開 */
.openmenu .pageMenu-btn .line01 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(-45deg);
}

.openmenu .pageMenu-btn .line02 {
  display: none;
}

.openmenu .pageMenu-btn .line03 {
  width: 24px;
  top: 14px;
  left: 2px;
  transform: rotate(45deg);
}

.show-left.openmenu {
  transform: translateX(60%);
}

.show-left ~ #pageMenu {
  top: 0;
  left: -80%;
}

.show-left.openmenu ~ #pageMenu {
  left: 0;
}

.show-right.openmenu {
  transform: translateX(-80%);
}

.show-right ~ #pageMenu {
  left: auto;
  right: -80%;
}

.show-right.openmenu ~ #pageMenu {
  right: 0;
}

.show-up ~ #pageMenu {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
}

.show-up.openmenu ~ #pageMenu {
  top: 0;
}

.show-up.openmenu {
  transform: translateX(0);
}

@media all and (max-width: 768px) {
  .m-logout {
    width: 100%;
    padding: 20px;
  }
  .m-logout a {
    border-radius: 4px;
    line-height: 40px;
    background-color: #bb1100;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    display: block;
  }
}
/*------------------------------------------*/
/*footer*/
footer {
  background-color: #254a91;
  color: #ffffff;
}
footer .pagesize {
  padding: 32px;
  text-align: center;
}
footer .footer-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
footer .footer-link li {
  position: relative;
}
footer .footer-link li::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: 0;
}
footer .footer-link li a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  padding: 4px 10px;
}
footer .footer-link li a:hover {
  color: #ededed;
}
footer .footer-link > li:first-child::before {
  display: none;
}
footer .copy-right p {
  font-size: 1.1rem;
  font-weight: 100;
}
/*title*/
.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.title .ul_tags {
  justify-content: center;
}

/*popup*/
.popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup.is_hide {
  display: none;
}
.popup.open {
  display: block;
}
.popup.fixed {
  position: fixed;
}
.popupBx {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px 36px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 500px;
  min-height: 200px;
}
.popupBx.wide {
  min-width: 940px;
}
.popupBx.absolute {
  position: absolute;
  top: 40px;
  transform: inherit;
  margin-left: -25%;
}
@media all and (max-width: 1440px) {
  .popupBx.absolute {
    left: 5%;
    right: 5%;
    margin-left: 0;
  }
}
.popup_close {
  position: absolute;
  top: 25px;
  right: 36px;
  width: 24px;
  height: 24px;
  background: url(../images/ic-close.svg) center no-repeat;
  background-size: 30px;
  filter: grayscale(100%);
}
.popup_close.outside {
  top: -30px;
  right: 0;
  filter: grayscale(100%) brightness(1000%);
}
.popup_close:hover {
  filter: grayscale(0) brightness(1);
}
.popup::before {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.popup .title {
  padding-right: 30px;
}
@media all and (max-width: 1440px) {
  .popupBx {
    position: absolute;
    top: 40px;
    left: 5%;
    right: 5%;
    transform: inherit;
  }
  .popupBx.wide {
    min-width: 90%;
  }
}
@media all and (max-width: 768px) {
  .popupBx {
    width: 90%;
    padding: 16px;
    position: absolute;
  }
  .popupBx .title {
    padding-right: 30px;
  }
  .popupBx .title.paddR-0 {
    padding-right: 0;
  }
  .popup_close {
    top: 16px;
    right: 16px;
  }
}

/*loading*/
.popup .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

section {
  padding: 0 0 48px 0;
}
section.bg-red {
  background-color: #c2001e;
}
section.bg-grey {
  background-color: #f2f2f2;
}
section.bg-lightBlue {
  background-color: #f5f8fb;
}
@media all and (max-width: 1024px) {
  section {
    padding: 0 0 16px 0;
  }
}
@media all and (max-width: 480px) {
  section {
    padding: 0 0 16px 0;
  }
}

/*btn*/
.btnBx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnBx.width-auto a {
  min-width: auto;
}
.btnBx a {
  background-color: #ffffff;
  color: #c2001e;
  border: 2px solid #c2001e;
  text-align: center;
  border-radius: 4px;
  font-size: 1.1rem;
  min-width: 150px;
  line-height: 40px;
  padding: 0 10px;
  display: block;
}
.btnBx a:hover {
  background-color: #000;
  color: #ffffff;
  border-color: #000;
}
.btnBx > a:last-child {
  background-color: #c2001e;
  color: #ffffff;
}
.btnBx > a:last-child:hover {
  background-color: #000;
  border-color: #000;
}
.btnBx a + a {
  margin-left: 16px;
}
@media all and (max-width: 768px) {
  .btnBx {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .btnBx a {
    min-width: calc(50% - 8px);
  }
}
@media all and (max-width: 320px) {
  .btnBx a {
    width: 100%;
  }
  .btnBx a + a {
    margin-top: 10px;
    margin-left: 0;
  }
}

/*輸入欄位*/
.inputBx {
  width: 100%;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.inputBx select,
.inputBx input[type=text],
.inputBx input[type=password] {
  position: relative;
  border: none;
}
.inputBx.pw {
  padding-right: 40px;
}
.inputBx .eye {
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../images/ic_eye_close.svg) center no-repeat;
  background-size: contain;
}
.inputBx .eye.open {
  background: url(../images/ic_eye_open.svg) center no-repeat;
  background-size: contain;
}
.inputBx .warn {
  position: absolute;
  top: 4px;
  right: 10px;
  color: #c2001e;
  font-size: 0.875rem;
  line-height: 36px;
  padding-left: 28px;
  background: #fff url(../images/ic-warn.svg) 4px center no-repeat;
  background-size: 20px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*a*/
a.a-all {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
a.a-ic {
  /*有icon的連結*/
  line-height: 30px;
  display: flex;
  align-items: center;
}
a.a-ic span {
  width: 30px;
  height: 30px;
  display: inline-block;
  filter: brightness(0.2);
}
a.a-ic:hover {
  color: #c2001e;
}
a.a-ic:hover span {
  filter: inherit;
}

.pst-rlt {
  position: relative;
}

/*hr*/
.dash {
  border-top: 1px dashed #c0c0c0;
  margin-bottom: 10px;
}

/*省略*/
.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* checkbox 的開關元件(toggle switch)*/
.switch {
  position: relative;
  display: inline-block;
  width: 64px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background-color: #b5b5b5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch input:checked + .slider {
  background-color: #57c6a3;
}
.switch input:checked + .slider::before {
  -webkit-transform: translateX(34px);
  -ms-transform: translateX(34px);
  transform: translateX(34px);
}

/*首頁 股票頁 共用內容*/
.index-main {
  margin-bottom: 24px;
  position: relative;
}
.index-main .fixedBx {
  z-index: 99;
  width: 640px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -640px;
}
.index-main .fixedBx .text {
  color: #414141;
}
.index-main .fixedBx .text p {
  font-size: 3rem;
  line-height: 4.5rem;
  display: block;
}
.index-main .fixedBx a.btn {
  min-width: 290px;
  text-align: center;
  padding: 10px;
  display: inline-block;
  font-size: 1.875rem;
  line-height: 2.8rem;
  color: #ffffff;
  border-radius: 10px;
  background-color: #c2001e;
  text-align: center;
}
.index-main .fixedBx a.btn:hover {
  filter: grayscale(500%);
}
.index-main .fixedBx .text + a {
  margin-top: 16px;
}
@media all and (max-width: 1440px) {
  .index-main .fixedBx {
    top: 100px;
  }
}
@media all and (max-width: 1280px) {
  .index-main .fixedBx {
    top: 80px;
    left: 0;
    margin-left: 20px;
  }
  .index-main .fixedBx .text p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .index-main .fixedBx a.btn {
    min-width: 200px;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
@media all and (max-width: 1024px) {
  .index-main .fixedBx .text p {
    font-size: 1.875rem;
    line-height: 2.4rem;
  }
  .index-main .fixedBx a.btn {
    min-width: 200px;
    line-height: 1.8rem;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 768px) {
  .index-main .fixedBx {
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .index-main .fixedBx .text + a {
    margin-top: 16px;
  }
}
@media all and (max-width: 480px) {
  .index-main .fixedBx {
    position: absolute;
    top: 0;
    bottom: 40px;
    left: 0;
    right: 0;
  }
  .index-main .fixedBx .text {
    padding-top: 80px;
  }
  .index-main .fixedBx .text p {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  .index-main .fixedBx a.btn {
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -100px;
    margin-top: 0;
  }
}
@media all and (max-width: 320px) {
  .index-main .fixedBx .text p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .index-main .fixedBx a.btn {
    line-height: 1.6rem;
    font-size: 1.2rem;
    bottom: -30px;
  }
}
.index-main .banner img {
  width: 100%;
  height: auto;
}
.index-main.right .fixedBx {
  width: 320px;
  left: inherit;
  margin-left: inherit;
  right: 50%;
  margin-right: -420px;
}
.index-main.right .fixedBx a.btn {
  background-color: #254a91;
}
.index-main.right .fixedBx a.btn:hover {
  filter: grayscale(500%);
}
@media all and (max-width: 1440px) {
  .index-main.right .fixedBx {
    top: 120px;
  }
}
@media all and (max-width: 1024px) {
  .index-main.right .fixedBx {
    top: 80px;
  }
}
@media all and (max-width: 768px) {
  .index-main.right .fixedBx {
    right: 0;
    margin: 0;
    width: 100%;
  }
}
@media all and (max-width: 768px) and (max-width: 480px) {
  .index-main.right .fixedBx {
    top: 0;
  }
}
.index-main .swiper-container, .index-main .banner {
  height: 540px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.index-main .swiper-container a, .index-main .banner a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media all and (max-width: 1440px) {
  .index-main .swiper-container, .index-main .banner {
    height: 400px;
  }
}
@media all and (max-width: 1280px) {
  .index-main .swiper-container, .index-main .banner {
    height: 360px;
  }
}
@media all and (max-width: 1024px) {
  .index-main .swiper-container, .index-main .banner {
    height: 300px;
  }
}
@media all and (max-width: 768px) {
  .index-main .swiper-container, .index-main .banner {
    height: auto;
    min-height: 300px;
  }
}

/*主要資訊*/
section.bg-lightBlue + section.main-info::before {
  border-color: #f5f8fb transparent transparent transparent;
}

section {
  position: relative;
}
section .title {
  display: block;
  text-align: center;
}
section .title h2 {
  font-size: 2.5rem;
  color: #282828;
  margin-bottom: 20px;
}
section .title p {
  font-size: 1.5rem;
  color: #4b555f;
}
@media all and (max-width: 1280px) {
  section .title h2 {
    font-size: 2rem;
  }
}
@media all and (max-width: 768px) {
  section .title h2 {
    font-size: 2rem;
  }
  section .title p {
    font-size: 1.2rem;
  }
}
section.main-info {
  background-color: #e7ebee;
  padding: 100px 0 20px;
}
section.main-info::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 150px 0 150px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -150px;
}
@media all and (max-width: 768px) {
  section.main-info {
    padding-top: 40px;
  }
  section.main-info::before {
    border-width: 30px 40px 0 40px;
    margin-left: -40px;
  }
}
section .two-col {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 16px;
}
@media all and (max-width: 1280px) {
  section .two-col {
    padding-top: 0;
  }
}
@media all and (max-width: 768px) {
  section .two-col {
    flex-wrap: wrap;
  }
}

/*stepBx - 步驟說明*/
.stepArea {
  display: flex;
  justify-content: space-between;
  background: url(../images/line-step.png) center 120px no-repeat;
  background-size: 840px auto;
  margin-bottom: 32px;
  padding: 0 80px;
}
.stepArea .stepBx {
  text-align: center;
}
.stepArea .stepBx .ic {
  background-color: #ffffff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
.stepArea .stepBx .ic.ic-1 {
  background-image: url(../images/ic-stock-step-1.svg);
}
.stepArea .stepBx .ic.ic-2 {
  background-image: url(../images/ic-stock-step-2.svg);
}
.stepArea .stepBx .ic.ic-3 {
  background-image: url(../images/ic-stock-step-3.svg);
}
.stepArea .stepBx .ic.ic-4 {
  background-image: url(../images/ic-stock-step-4.svg);
}
.stepArea .stepBx .step-name {
  font-size: 1.5rem;
  background-color: #cb1b3b;
  color: #ffffff;
  border-radius: 40px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  width: 120px;
  margin: -30px auto 10px;
  display: block;
}
.stepArea .stepBx p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #626262;
  font-weight: 500;
}
.stepArea .stepBx p .w-break {
  display: block;
}
.stepArea > .stepBx:nth-child(1) {
  margin-top: -60px;
}
.stepArea > .stepBx:nth-child(2) {
  margin-top: 60px;
}
.stepArea > .stepBx:nth-child(3) {
  margin-top: 30px;
}
@media all and (max-width: 1280px) {
  .stepArea {
    background: url(../images/line-step.png) center 40px no-repeat;
    background-size: contain;
    padding: 0 48px;
  }
  .stepArea .stepBx .ic {
    width: 140px;
    height: 140px;
    background-size: 80px;
  }
  .stepArea .stepBx .step-name {
    font-size: 1rem;
    line-height: 30px;
    margin-top: -40px;
  }
  .stepArea .stepBx p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .stepArea > .stepBx:nth-child(1), .stepArea > .stepBx:nth-child(2), .stepArea > .stepBx:nth-child(3) {
    margin-top: 0;
  }
}
@media all and (max-width: 768px) {
  .stepArea {
    flex-wrap: wrap;
    background-image: none;
    justify-content: center;
  }
  .stepArea .stepBx {
    width: 100%;
    padding-bottom: 40px;
    background: url(../images/arrow-grey.svg) center bottom 10px no-repeat;
    background-size: 20px;
  }
  .stepArea .stepBx .ic {
    width: 140px;
    height: 140px;
    background-size: 80px;
  }
  .stepArea .stepBx .step-name {
    font-size: 1rem;
    line-height: 40px;
    margin-top: -40px;
  }
  .stepArea .stepBx p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .stepArea .stepBx p .w-break {
    display: inline-block;
  }
  .stepArea > .stepBx:nth-child(1), .stepArea > .stepBx:nth-child(2), .stepArea > .stepBx:nth-child(3) {
    margin-top: 0;
  }
  .stepArea > .stepBx:last-child {
    background-image: none;
    padding-bottom: 0;
  }
}

/*tradeBx - 交易日說明*/
.tradeBx {
  position: relative;
  height: 286px;
  padding: 50px 220px 20px 330px;
  margin-bottom: 32px;
  color: #1f1f1d;
  background: url(../images/bg-ind-trade.png) 0 0 no-repeat;
  background-size: contain;
}
.tradeBx .tradeDate li {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.tradeBx .tradeDate li .titBx {
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: bold;
  min-width: 140px;
  padding: 10px 10px 10px 25px;
  background-color: #9e8a65;
  margin-right: 16px;
}
.tradeBx .tradeDate li p {
  font-size: 1.5rem;
}
.tradeBx .tradeDate > li:nth-child(even) .titBx {
  background-color: #7b602f;
}
.tradeBx .tradeTxt {
  position: relative;
}
.tradeBx .tradeTxt p {
  font-size: 1rem;
  line-height: 1.6rem;
}
.tradeBx::before {
  content: "";
  width: 306px;
  height: 306px;
  background: url(../images/bg-ind-trade-1.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 1;
}
@media all and (max-width: 1280px) {
  .tradeBx {
    height: auto;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px 20px 20px 150px;
  }
  .tradeBx::before {
    content: "";
    width: 130px;
    height: 130px;
    top: 30px;
  }
  .tradeBx .tradeDate li .titBx {
    font-size: 1.2rem;
    line-height: 1.2rem;
    min-width: 100px;
    padding-left: 15px;
  }
  .tradeBx .tradeDate li p {
    font-size: 1.4rem;
  }
  .tradeBx .tradeTxt p {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
@media all and (max-width: 768px) {
  .tradeBx {
    background-image: url(../images/bg-ind-trade-m.png);
    padding: 20px;
  }
  .tradeBx::before {
    display: none;
  }
  .tradeBx .tradeDate li {
    flex-wrap: wrap;
  }
  .tradeBx .tradeDate li .titBx {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .tradeBx .tradeDate li p {
    font-size: 1.2rem;
  }
}

/* common use */
.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

.vM {
  vertical-align: middle;
}

.tN {
  font-weight: normal;
}

.tM {
  font-weight: 500;
}

.tLight {
  font-weight: 300;
}

.tB {
  font-weight: bold;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both;
}

.web {
  display: block;
}

.mobile {
  display: none;
}

@media all and (max-width: 768px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}
/*字體大小*/
.fsize-xs {
  font-size: 12px !important;
}

.fsize-s {
  font-size: 14px !important;
}

.fsize-m {
  font-size: 16px !important;
}

.fsize-ml {
  font-size: 18px !important;
}

.fsize-l {
  font-size: 20px !important;
}

.fsize-xl {
  font-size: 22px !important;
}

.fsize-2xl {
  font-size: 24px !important;
}

/*行高*/
.lineH-2 {
  line-height: 2rem;
}

/*長度*/
.width-70 {
  width: 70px;
}

.width-half {
  min-width: 50% !important;
}

@media all and (max-width: 768px) {
  .width-70, .width-half {
    width: 100% !important;
  }
}
/*間距*/
.Mb-0 {
  margin-bottom: 0 !important;
}

.Mb-02 {
  margin-bottom: 3.2px !important;
}

.Mb-05 {
  margin-bottom: 8px !important;
}

.Mb-08 {
  margin-bottom: 12.8px !important;
}

.Mb-1 {
  margin-bottom: 16px !important;
}

.Mb-15 {
  margin-bottom: 24px !important;
}

.Mb-2 {
  margin-bottom: 32px !important;
}

.Mb-25 {
  margin-bottom: 40px !important;
}

.Mb-3 {
  margin-bottom: 48px;
}

.Mr-0 {
  margin-right: 0 !important;
}

.Mr-05 {
  margin-right: 8px;
}

.Mr-1 {
  margin-right: 16px;
}

.Ml-0 {
  margin-left: 0px !important;
}

.Ml-05 {
  margin-left: 8px;
}

/*內距*/
.padd-0 {
  padding: 0 !important;
}

.padd-1 {
  padding: 16px !important;
}

.Pt-2 {
  padding-top: 32px;
}

.paddL-1 {
  padding-left: 16px !important;
}

.paddRL-05 {
  padding-right: 8px;
  padding-left: 8px !important;
}

.paddRL-1 {
  padding-right: 16px;
  padding-left: 16px !important;
}

.paddRL-2 {
  padding-right: 32px;
  padding-left: 32px !important;
}

.paddRL-3 {
  padding-right: 48px;
  padding-left: 48px !important;
}

.paddB-0 {
  padding-bottom: 0 !important;
}

.paddB-1 {
  padding-bottom: 16px !important;
}

@media all and (max-width: 768px) {
  .m-fsize-xs {
    font-size: 12px !important;
  }
  .m-fsize-s {
    font-size: 14px !important;
  }
  .m-fsize-m {
    font-size: 16px !important;
  }
  .m-Mb-0 {
    margin-bottom: 0 !important;
  }
  .m-Mb-05 {
    margin-bottom: 8px !important;
  }
  .m-Mb-1 {
    margin-bottom: 16px !important;
  }
  .m-Mb-15 {
    margin-bottom: 24px !important;
  }
  .m-Mt-05 {
    margin-top: 8px !important;
  }
  .m-Mr-0 {
    margin-right: 0 !important;
  }
  .m-Ml-0 {
    margin-left: 0 !important;
  }
  /*內距*/
  .m-padd-0 {
    padding: 0 !important;
  }
  .m-padd-1 {
    padding: 16px !important;
  }
  .m-tC {
    text-align: center;
  }
}
/*-------------------------------- 共用 --------------------------------*/
/*area*/
.mainArea {
  position: relative;
}

/*----------------- element -----------------*/
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex.top {
  align-items: stretch;
}
.flex.s-around {
  justify-content: space-around;
}
.flex.center {
  justify-content: center;
}
.flex.flex-end {
  align-items: flex-end;
}
.flex.noWrap {
  flex-wrap: nowrap;
}
@media all and (max-width: 1024px) {
  .flex {
    flex-wrap: wrap;
  }
  .flex.m-center {
    justify-content: center;
    align-items: center;
  }
  .flex.m-wrap {
    flex-wrap: wrap;
  }
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.noFlex {
  display: block;
}

.flex-left {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.noWrap {
  flex-wrap: nowrap !important;
}
.noWrap .tit {
  white-space: nowrap;
}

.align-top {
  align-items: flex-start !important;
}

.imgbox {
  position: relative;
  /*
  &:hover{overflow: hidden;
    img{ transform:scale(1.1,1.1);@extend %transition-time;}
  }*/
}
.imgbox.radius {
  border-radius: 4px;
  overflow: hidden;
}
.imgbox.radius:hover {
  overflow: hidden;
}
.imgbox.radius:hover img {
  transform: scale(1.1, 1.1);
}
.imgbox img {
  display: block;
  max-width: 100%;
}
.imgbox a {
  display: block;
  padding: 0;
}
.imgbox a.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.imgbox.full img {
  width: 100%;
}
.imgbox.tC img {
  margin: 0 auto;
}

picture a.cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
picture a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.icbox {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.icbox img {
  width: 100%;
  height: auto;
}

hr.line {
  border: none;
  border-bottom: 1px solid #d2d2d2;
}

@media all and (max-width: 768px) {
  .m-hr {
    border-bottom: 1px solid #d2d2d2;
  }
  .m-wrap {
    flex-wrap: wrap;
  }
  .noWrap.m-wrap {
    flex-wrap: wrap !important;
  }
}
/*color*/
.color-white {
  color: #ffffff;
}

.color-red {
  color: #c2001e !important;
}

.color-lightGrey {
  color: #f5f5f5;
}

.color-grey {
  color: #6e6e6e;
}

.color-dark {
  color: #313131 !important;
}

.color-black {
  color: #000 !important;
}

.color-orange {
  color: #e49347;
}

.color-blue {
  color: #254a91;
}

.color-green {
  color: #68b587;
}

.color-grn {
  color: #5db07e;
}

.color-grn-dark {
  color: #089790;
}

/*bg*/
.bg-red {
  background-color: #c2001e;
}

.bg-lightGrey {
  background-color: #f5f5f5;
}

.bg-lightGrey2 {
  background-color: #eee;
}

.bg-grey {
  background-color: #6e6e6e;
}

.bg-blue {
  background-color: #254a91;
}

.bg-lightBlue {
  background-color: #f5f8fb;
}

/*內頁*/
h2 {
  font-size: 48px;
  font-weight: bold;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

h4 {
  font-size: 24px;
}

.cnt_bx {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 1440px) {
  .cnt_bx {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .cnt_bx {
    padding: 0 10px;
  }
}

.top_bx {
  transition: all 0.3s;
}

/*登入*/
.logBlock {
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1);
  min-height: 640px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.logBlock h2 {
  font-size: 2.25rem;
  font-weight: normal;
  margin-bottom: 32px;
}
.logBlock h3 {
  font-size: 1.875rem;
}
.logBlock > div {
  width: 50%;
}
.logBlock .loginBx {
  padding: 70px 150px 0 50px;
  color: #282828;
  position: relative;
  z-index: 9;
}
.logBlock .loginBx ul {
  padding-top: 16px;
  margin-bottom: 64px;
}
.logBlock .loginBx ul li {
  margin-bottom: 32px;
}
.logBlock .loginBx ul li .inputTit {
  font-size: 1.3rem;
  margin-bottom: 10px;
}
.logBlock .loginBx ul li .inputBx {
  border-color: #999999;
}
.logBlock .newcomerBx {
  position: relative;
  color: #ffffff;
  padding: 70px 50px 20px;
  background: #254a91 url(../images/bg-logBx-rt.png) right 0 no-repeat;
  border-radius: 10px;
}
.logBlock .newcomerBx h2 {
  color: #ffffff;
}
.logBlock .newcomerBx .conBx {
  padding-left: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.logBlock .newcomerBx .conBx p.mark {
  font-size: 0.8rem;
  font-weight: normal;
}
.logBlock .newcomerBx .dot-li {
  position: relative;
  padding: 20px 0;
  margin-right: 20px;
  margin-bottom: 16px;
}
.logBlock .newcomerBx .dot-li li {
  position: relative;
  margin-bottom: 16px;
  font-size: 1.3rem;
  padding-left: 40px;
}
.logBlock .newcomerBx .dot-li li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: 8px;
  left: 10px;
}
.logBlock .newcomerBx .dot-li::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  background: -moz-linear-gradient(top, rgb(37, 74, 145) 0%, rgb(146, 165, 200) 20%, rgb(146, 165, 200) 50%, rgb(146, 165, 200) 80%, rgb(37, 74, 145) 100%);
  background: -webkit-linear-gradient(top, rgb(37, 74, 145) 0%, rgb(146, 165, 200) 20%, rgb(146, 165, 200) 50%, rgb(146, 165, 200) 80%, rgb(37, 74, 145) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(37, 74, 145) 0%, rgb(146, 165, 200) 20%, rgb(146, 165, 200) 50%, rgb(146, 165, 200) 80%, rgb(37, 74, 145) 100%);
}
.logBlock .newcomerBx .dot-li > li:last-child {
  margin: 0;
}
.logBlock .newcomerBx .appBx {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  z-index: 9;
}
.logBlock .newcomerBx .appBx .app-link {
  width: 200px;
  padding: 10px 10px 0;
}
.logBlock .newcomerBx .appBx .app-link a {
  display: block;
  margin: 0 0 10px;
}
.logBlock .newcomerBx .appBx .app-link a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.logBlock .newcomerBx .role {
  width: 500px;
  height: 500px;
  background: url(../images/bg-log-role.png) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: 1;
}
.logBlock .logBtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.logBlock .logBtn a {
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  background-color: #b5b5b5;
}
.logBlock .logBtn a:hover {
  filter: brightness(0.9);
}
.logBlock .logBtn > a:last-child {
  background-color: #c2001e;
}
.logBlock .captcha {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
.logBlock .logBtn + .captcha {
  margin-top: 32px;
}
.logBlock .inputBx + .flex-switch {
  margin-top: 16px;
}
.logBlock .flex-switch {
  display: flex;
  justify-content: right;
  align-items: center;
  font-weight: normal;
  color: #333;
}
.logBlock .flex-switch label {
  margin-left: 5px;
}
@media all and (max-width: 1280px) {
  .logBlock {
    flex-wrap: wrap;
  }
  .logBlock > div {
    width: 100%;
  }
  .logBlock .loginBx {
    padding: 20px;
  }
  .logBlock .loginBx .logBtn {
    flex-wrap: wrap;
  }
  .logBlock .loginBx .logBtn a {
    min-width: 44%;
  }
  .logBlock .loginBx ul {
    margin-bottom: 32px;
  }
  .logBlock .newcomerBx {
    padding: 20px;
    background-size: 50% auto;
  }
  .logBlock .newcomerBx h2 {
    margin-bottom: 16px;
  }
  .logBlock .newcomerBx .conBx {
    padding: 0 0 0 100px;
  }
  .logBlock .newcomerBx .conBx .dot-li {
    margin-bottom: 16px;
  }
  .logBlock .newcomerBx .role {
    width: 240px;
    height: 240px;
    left: -50px;
  }
  .logBlock .newcomerBx .appBx {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 768px) {
  .logBlock .newcomerBx .conBx {
    padding: 0 0 0 100px;
  }
  .logBlock .newcomerBx .role {
    width: 200px;
    height: 200px;
    left: -20px;
  }
  .logBlock .newcomerBx .appBx .imgBx {
    width: 100px;
    height: 100px;
  }
  .logBlock .newcomerBx .appBx .imgBx img {
    width: 100%;
    height: auto;
  }
  .logBlock .newcomerBx .appBx .app-link {
    width: 150px;
  }
}
@media all and (max-width: 480px) {
  .logBlock .newcomerBx .conBx {
    padding: 0;
  }
  .logBlock .newcomerBx .conBx .dot-li {
    margin-bottom: 0;
  }
  .logBlock .newcomerBx .conBx .mark {
    padding: 0 0 0 80px;
  }
  .logBlock .newcomerBx .role {
    left: -40px;
  }
  .logBlock .newcomerBx .appBx {
    padding: 0 0 0 80px;
  }
}
@media all and (max-width: 440px) {
  .logBlock .newcomerBx .conBx {
    padding: 0;
  }
  .logBlock .newcomerBx .role {
    width: 180px;
    height: 180px;
    left: -40px;
    bottom: -40px;
  }
  .logBlock .newcomerBx .appBx {
    padding: 0;
  }
}

/*股票清單*/
.tLdata_bx .flex-two {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.tLdata_bx .flex-two > div {
  width: 48%;
  margin-bottom: 0;
}
.tLdata_bx .flex-two .ul_tags {
  margin-bottom: 0;
}
@media all and (max-width: 1024px) {
  .tLdata_bx .flex-two {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .tLdata_bx .flex-two > div {
    width: 100%;
    margin-bottom: 16px;
  }
}
.tLdata_bx .set_bx {
  margin-bottom: 32px;
}
.tLdata_bx .set_bx .set_tit {
  font-size: 1.3rem;
  color: #1f1f1d;
  margin-bottom: 10px;
}
.tLdata_bx .data_frm {
  flex: 1 1 auto;
}
.tLdata_bx .btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tLdata_bx .btn a {
  display: block;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  background-color: #b5b5b5;
  margin-left: 16px;
}
.tLdata_bx .btn a:hover {
  filter: brightness(0.9);
}
.tLdata_bx .btn a.btn_red {
  background-color: #c2001e;
}
.tLdata_bx .btn a.btn_blue {
  background-color: #254a91;
}
.tLdata_bx .btn > a:first-child {
  margin-left: 0;
}
@media all and (max-width: 1024px) {
  .tLdata_bx .set_bx {
    margin-bottom: 16px;
  }
  .tLdata_bx .btn a {
    min-width: 40%;
  }
}

/*滑桿-處理數字*/
.sliderBar {
  position: relative;
  padding-top: 16px;
}
.sliderBar .sliderWrapper {
  background-color: #a0a0a0;
  height: 4px;
  position: relative;
}
.sliderBar .sliderWrapper .sliderTrack {
  background-color: #c2001e;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sliderBar .sliderWrapper .sliderTrack .sliderRing {
  width: 16px;
  height: 16px;
  background-color: #f6a6ae;
  border-radius: 100%;
  position: absolute;
  top: -6px;
  right: -8px;
  cursor: pointer;
}
.sliderBar .underTit {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}
.sliderBar .underTit .subTit {
  color: #3a3a3a;
  font-size: 1rem;
  text-align: center;
  flex: 1 1 20%;
}
.sliderBar .underTit > .subTit:first-child {
  text-align: left;
}
.sliderBar .underTit > .subTit:last-child {
  text-align: right;
}

/*收益*/
.incomeBx {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.incomeBx li {
  text-align: center;
  padding: 0 20px 20px;
  min-width: 33%;
}
.incomeBx-value {
  font-size: 40px;
  line-height: 3rem;
  font-weight: bold;
  color: #7699de;
  margin-bottom: 16px;
}
.incomeBx-tit {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #434343;
}
@media all and (max-width: 768px) {
  .incomeBx {
    flex-wrap: wrap;
  }
  .incomeBx li {
    width: 100%;
    margin-bottom: 24px;
  }
}

/*股票清單 - 卡片式*/
.filterBx {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -24px;
}
.filterBx-con {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  width: 31.4%;
  margin-bottom: 32px;
  margin-left: 24px;
}
.filterBx-con .btn {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.filterBx-con .btn a {
  font-size: 1.25rem;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background: #254a91;
  border-radius: 5px;
  min-width: 100px;
  display: inline-block;
}
.filterBx-con .btn a:hover {
  filter: brightness(0.9);
}
.filterBx-con a.more {
  font-size: 1.125rem;
  padding-bottom: 6px;
  color: #575757;
  border-bottom: 1px solid #575757;
  text-align: center;
  display: inline-block;
}
.filterBx-con a.more:hover {
  border-color: transparent;
}
@media all and (max-width: 1280px) {
  .filterBx-con {
    width: 30.5%;
  }
}
@media all and (max-width: 1024px) {
  .filterBx {
    margin-left: -15px;
  }
  .filterBx-con {
    width: 48%;
    margin-left: 15px;
  }
}
@media all and (max-width: 768px) {
  .filterBx {
    margin-left: 0;
  }
  .filterBx-con {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
    margin-left: 0;
  }
}

.flexUi li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1.25rem;
  color: #6e6e6e;
}
.flexUi li .filt-name {
  color: #000;
  padding-right: 10px;
  max-width: 300px;
}
@media all and (max-width: 1280px) {
  .flexUi li .filt-name {
    max-width: 200px;
  }
}
@media all and (max-width: 480px) {
  .flexUi li .filt-name {
    max-width: 100%;
  }
}

.lightBx {
  position: relative;
  padding: 10px 0 0;
  margin-bottom: 16px;
}
.lightBx .lightWrapper {
  height: 10px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.lightBx .lightWrapper > div {
  width: 33.33%;
}
.lightBx .lightWrapper > div.green {
  background-color: #5db07e;
}
.lightBx .lightWrapper > div.yallow {
  background-color: #fbd62a;
}
.lightBx .lightWrapper > div.red {
  background-color: #b01727;
}
.lightBx .pointer {
  width: 20px;
  height: 14px;
  border-color: #a7a7a7 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  position: absolute;
  top: 0;
}

/*委託頁*/
/*chk_bx*/
.chk_bx {
  margin: 0 0 20px;
}
.chk_bx input[type=checkbox] {
  display: none;
}
.chk_bx input[type=checkbox] + label {
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  line-height: 30px;
  justify-content: center;
}
.chk_bx input[type=checkbox] + label span {
  width: auto;
  background: none;
  color: #000;
  margin: 0;
}
.chk_bx input[type=checkbox] + label .icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  background: url("../images/ic-check.svg") center no-repeat;
  background-size: 80%;
  background-size: 100%;
}
.chk_bx input[type=checkbox]:checked + label .icon {
  background: url("../images/ic-check_on.svg") center no-repeat;
  background-size: 100%;
}

/*btn*/
.btn_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.btn_bx a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 0 10px;
  border-radius: 13px;
  font-size: 1.5rem;
}
.btn_bx a:hover {
  filter: grayscale(500%);
}
@media all and (max-width: 768px) {
  .btn_bx a {
    flex: 1 1 50%;
    margin: 0 0 10px;
  }
  .btn_bx a.btn_bg_red:first-child {
    margin: 0 10px 10px 0;
  }
}

a.btn_bg_blDark {
  background: #254a91;
}
a.btn_bg_gry {
  background: #aaaaaa;
}
a.btn_bg_red {
  background: #fff;
  border: 1px solid #b01727;
  color: #b01727;
}
a.btn_bg_red:hover {
  background: #b01727;
  color: #fff;
}
a.btn_bg_bl {
  background: #5f80c0;
}
a.btn_bg_pn {
  background: #dd818b;
}
a:hover {
  filter: grayscale(500%);
}

a.btn_bg_bl,
a.btn_bg_pn,
.btn_bg_blDark,
.btn_bg_gry {
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  margin: 3px;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

a.btn_edit,
a.btn_del,
a.btn_add {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}

a.btn_edit {
  background: url("../images/ic-edit.svg") 1px center no-repeat;
  background-size: 27px;
}

a.btn_del {
  background: url("../images/ic-del.svg") 1px center no-repeat;
  background-size: 27px;
}

a.btn_add {
  background: url("../images/ic-add.svg") 1px center no-repeat;
  background-size: 27px;
}

/*分頁page_num*/
.page_num {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.page_num a {
  padding: 0 5px;
  margin: 0 10px;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
}
.page_num a.prev {
  background: url(../images/arrow-dark.svg) center no-repeat;
  background-size: 14px;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
.page_num a.next {
  background: url(../images/arrow-dark.svg) center no-repeat;
  background-size: 14px;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
}
.page_num a:hover, .page_num a.on {
  border-bottom: 4px solid #254a91;
  color: #254a91;
}
.page_num a.prev:hover, .page_num a.next:hover {
  border: none;
}
.page_num .update {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  color: #a0a0a0;
}
@media all and (max-width: 768px) {
  .page_num {
    padding: 0 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page_num a {
    padding: 0 5px;
    margin: 0 5px;
    font-size: 1.2rem;
  }
  .page_num .update {
    position: static;
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}

/*inPage*/
.inPage {
  font-size: 20px;
  padding-bottom: 30px;
}
.inPage.bg01 {
  background: #f7f7f7 url("../images/bg_inPage_bg01.svg") center top no-repeat;
  background-size: auto 412px;
}
.inPage.bg01 h2 {
  color: #254a91;
  text-align: left;
}
.inPage.bg01 .top_bx {
  height: 330px;
  background: url("../images/top_character.png") 170px 70px no-repeat;
  background-size: auto;
}
.inPage.bg01 .slogan {
  padding-top: 120px;
  padding-left: calc(50% - 30px);
  line-height: 1.2;
}
.inPage.bg02 {
  background: #fff url("../images/bg_inPage_bg02.svg") center top no-repeat;
  background-size: auto 412px;
}
.inPage.bg03 {
  background: url("../images/bg_inPage_bg03.svg") center top no-repeat;
  background-size: auto 412px;
}
.inPage h2 {
  color: #414141;
  text-align: center;
}
.inPage .top_bx {
  height: 410px;
  margin: 0;
}
.inPage .slogan {
  padding-top: 230px;
  text-align: left;
}
.inPage .slogan h4 {
  font-weight: normal;
}
.inPage .slogan .date {
  color: #707070;
  padding: 20px 0 0;
}
.inPage .cont_bx {
  margin: 0;
}
@media all and (max-width: 1440px) {
  .inPage.bg01 .top_bx {
    background: url("../images/top_character.png") 0 70px no-repeat;
    background-size: 450px auto;
  }
  .inPage.bg02 {
    background: #fff url("../images/bg_inPage_bg02.svg") center top no-repeat;
    background-size: auto 360px;
  }
  .inPage.bg03 {
    background: #fff url("../images/bg_inPage_bg03.svg") center top no-repeat;
    background-size: auto 360px;
  }
  .inPage .top_bx {
    height: 360px;
  }
  .inPage .slogan {
    padding-top: 180px;
  }
}
@media all and (max-width: 1024px) {
  .inPage {
    font-size: 18px;
  }
  .inPage h2 {
    font-size: 40px;
  }
  .inPage h3 {
    font-size: 28px;
  }
  .inPage h4 {
    font-size: 20px;
  }
  .inPage.bg01 .slogan {
    padding-left: 400px;
  }
  .inPage.bg01 .slogan h2 {
    text-align: center;
  }
  .inPage.bg02 {
    background: #fff url("../images/bg_inPage_bg02.svg") center top no-repeat;
    background-size: auto 300px;
  }
  .inPage.bg03 {
    background: #fff url("../images/bg_inPage_bg03.svg") center top no-repeat;
    background-size: auto 300px;
  }
  .inPage .top_bx {
    height: 300px;
  }
}
@media all and (max-width: 768px) {
  .inPage.bg01 h2 {
    line-height: 1;
  }
  .inPage.bg01 .top_bx {
    position: relative;
    height: 350px;
    background: url("../images/top_character.png") center 70px no-repeat;
    background-size: 260px auto;
  }
  .inPage.bg01 .slogan {
    position: absolute;
    top: 200px;
    width: 100%;
    padding: 7px 0;
    border-radius: 20px;
    text-align: center;
    background: rgba(64, 100, 171, 0.8);
    color: #fff;
  }
  .inPage.bg01 .slogan .date {
    padding: 0px 0 0;
    color: #fff;
  }
  .inPage.bg02 {
    background: #fff url("../images/bg_inPage_bg02.svg") center top no-repeat;
    background-size: auto 190px;
  }
  .inPage.bg02 .cont_bx {
    margin: 0;
  }
  .inPage.bg03 {
    background: #fff url("../images/bg_inPage_bg03.svg") center top no-repeat;
    background-size: auto 190px;
  }
  .inPage.bg03 .cont_bx {
    margin: 0;
  }
  .inPage h2 {
    font-size: 36px;
    text-shadow: 3px 3px 0 rgb(255, 255, 255);
  }
  .inPage .top_bx {
    height: 200px;
  }
  .inPage .slogan {
    padding-top: 100px;
  }
  .inPage .data_bx {
    padding: 15px;
    margin: 0 0 30px;
  }
  .inPage .cont_bx {
    padding: 15px 0;
    margin: 0 0 30px;
  }
  .inPage .cont_bx .in_bx {
    padding: 0 15px;
  }
  .inPage .cont_bx.bgNone {
    padding: 0 0 15px;
    margin: 0 0 30px;
  }
  .inPage .cnt_bx {
    max-width: 100%;
    padding: 0 10px;
  }
}

.data_bx {
  width: 100%;
  padding: 30px;
  margin: 0 0 30px;
  border-radius: 14px;
  background: #fff;
}
.data_bx:last-child {
  margin-bottom: 0;
}
.data_bx > h3 {
  color: #434343;
  text-align: center;
  margin-bottom: 20px;
}

.cont_bx {
  width: 100%;
  padding: 30px 0;
  margin: 0 0 30px;
  border-radius: 14px;
  background: #fff;
}
.cont_bx.bgNone {
  padding: 0 30px;
  background: none;
}
.cont_bx .in_bx {
  width: 100%;
  padding: 0 30px;
}

.scroll_bx {
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 14px;
  margin-bottom: 20px;
  max-height: 500px;
  color: #535353;
  font-size: 16px;
  overflow-y: auto;
  word-wrap: break-word;
  word-break: normal;
  word-wrap: break-word;
}
.scroll_bx p {
  margin-bottom: 10px;
  word-break: normal;
  word-wrap: break-word;
}
.scroll_bx ol > li {
  margin-bottom: 10px;
}

.tax_bx {
  color: #535353;
  margin-bottom: 16px;
}
.tax_bx p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tit-part {
  color: #254a91;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  line-height: 30px;
}

.tit-sub {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
  margin-bottom: 16px;
}
.tit-sub::before {
  content: "";
  width: 6px;
  background-color: #254a91;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.chk_li li {
  display: flex;
  margin-bottom: 10px;
}

.arw_li {
  margin-bottom: 16px;
}
.arw_li li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 500;
}
.arw_li li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #b01726;
}

.notice_bx {
  border-radius: 14px;
  background-color: #fff5f4;
  padding: 30px;
  color: #000;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.notice_bx .tit {
  font-weight: bold;
  margin-right: 30px;
  font-size: 18px;
}
.notice_bx p {
  font-size: 16px;
  line-height: 1.4em;
}

/*暫無資料*/
.noData_bx {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding: 50px 0;
}
.noData_bx img {
  display: block;
}
.noData_bx .noData_txt {
  text-align: center;
  width: 100%;
}
.noData_bx .noData_txt > span {
  background-color: #accce7;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  padding: 10px 30px;
  letter-spacing: 2px;
  display: inline-block;
}
.noData_bx img + .noData_txt {
  margin-top: 20px;
}
@media all and (max-width: 768px) {
  .noData_bx {
    padding: 20px;
  }
  .noData_bx .noData_txt > span {
    padding: 10px 20px;
    letter-spacing: 0;
  }
}

/*fl_bx*/
.fl_bx {
  display: flex;
}
.fl_bx .rndCake_bx {
  margin: 0 20px 0 0;
  flex: 0 0 50%;
}
.fl_bx .rndCake_bx img {
  width: 100%;
  height: auto;
}
.fl_bx .rndData_bx {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 50%;
}
.fl_bx .noData_bx {
  padding: 50px 0;
}
.fl_bx .noData_bx .noData_txt > span {
  background-color: #f7f7f7;
  color: #8e8e8e;
}
@media all and (max-width: 768px) {
  .fl_bx {
    display: block;
  }
  .fl_bx .rndCake_bx {
    margin: 0 auto 20px;
    flex: 0 0 100%;
    text-align: center;
  }
  .fl_bx .rndCake_bx img {
    width: 80%;
    height: auto;
  }
  .fl_bx .noData_bx {
    padding: 20px;
  }
}

/*ul_rndData*/
.ul_rndData li {
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}
.ul_rndData li::before {
  content: " ";
  width: 10px;
  height: 20px;
  border-radius: 99em;
  display: block;
  margin: 0 20px 0 0;
}
.ul_rndData li.clr01::before {
  background: #b01727;
}
.ul_rndData li.clr01 span {
  color: #b01727;
  padding: 0 0 0 20px;
}
.ul_rndData li.clr02::before {
  background: #dd818b;
}
.ul_rndData li.clr02 span {
  color: #dd818b;
  padding: 0 0 0 20px;
}
.ul_rndData li.clr03::before {
  background: #254a91;
}
.ul_rndData li.clr03 span {
  color: #254a91;
  padding: 0 0 0 20px;
}
.ul_rndData li.clr04::before {
  background: #5f80c0;
}
.ul_rndData li.clr04 span {
  color: #5f80c0;
  padding: 0 0 0 20px;
}
@media all and (max-width: 768px) {
  .ul_rndData li {
    margin: 0 0 15px;
  }
}

/*ul_asset*/
.ul_asset {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.ul_asset li {
  flex: 0 0 25%;
  padding: 20px 0;
  border-right: 1px solid #dfdfdf;
}
.ul_asset li:last-child {
  border-right: none;
}
.ul_asset li span {
  display: block;
  color: #626262;
}
.ul_asset li h3 {
  color: #b01727;
}
@media all and (max-width: 768px) {
  .ul_asset {
    display: block;
  }
  .ul_asset li {
    flex: 0 0 100%;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #dfdfdf;
  }
  .ul_asset li:last-child {
    border-right: none;
    border-bottom: none;
  }
}

/*ul_tab*/
.ul_tab {
  display: flex;
  align-items: center;
}
.ul_tab li {
  margin: 0 20px 0 0;
  text-align: center;
}
.ul_tab li:last-child {
  margin: 0;
}
.ul_tab li a {
  position: relative;
  padding: 0px 20px;
  color: #707070;
  text-align: center;
  display: block;
}
.ul_tab li a::after {
  content: " ";
  width: 100%;
  height: 5px;
  background: #b01727;
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
  display: none;
}
.ul_tab li a:hover {
  color: #b01727;
}
.ul_tab li a:hover::after {
  display: block;
}
@media all and (max-width: 768px) {
  .ul_tab li a:hover::after {
    bottom: -15px;
  }
}
.ul_tab li.on a {
  color: #b01727;
}
.ul_tab li.on a::after {
  content: " ";
  width: 100%;
  height: 5px;
  background: #b01727;
  display: block;
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media all and (max-width: 768px) {
  .ul_tab li.on a::after {
    bottom: -15px;
  }
}
@media all and (max-width: 768px) {
  .ul_tab li a {
    padding: 0;
  }
}
@media all and (max-width: 768px) {
  .ul_tab {
    justify-content: center;
  }
}

/*ul_tags*/
.ul_tags {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.ul_tags li {
  margin: 0 10px 0 0;
}
.ul_tags a {
  font-size: 1rem;
  line-height: 26px;
  text-align: center;
  padding: 5px 10px;
  color: #fff;
  background: #a0a0a0;
  border-radius: 5px;
  min-width: 60px;
  display: block;
}
.ul_tags a.on, .ul_tags a:hover {
  background: #c2001e;
}
.ul_tags .flR {
  margin-left: auto;
}
.ul_tags .flR a {
  background: #00afba;
}
@media all and (max-width: 768px) {
  .ul_tags {
    display: block;
  }
  .ul_tags li {
    margin: 0 5px 5px 0;
    display: inline-block;
  }
  .ul_tags a {
    display: block;
    text-align: center;
  }
  .ul_tags .flR {
    display: block;
    margin: 10px 0 5px;
  }
  .ul_tags .flR a {
    width: 100%;
    display: block;
  }
}

/*trend*/
.trend_bx {
  width: 100%;
}
.trend_bx img {
  width: 100%;
  height: auto;
}

/*twoSet_bx*/
.twoSet_bx {
  display: flex;
  justify-content: space-between;
}
.twoSet_bx .L_bx,
.twoSet_bx .R_bx {
  flex: 0 0 50%;
}
.twoSet_bx .L_bx {
  padding: 0 30px 0 0;
  border-right: 1px solid #dfdfdf;
}
.twoSet_bx .R_bx {
  padding: 0 0 0 30px;
}
.twoSet_bx h4 {
  margin: 0 0 20px;
}
@media all and (max-width: 768px) {
  .twoSet_bx {
    display: block;
  }
  .twoSet_bx .L_bx,
  .twoSet_bx .R_bx {
    width: 100%;
    flex: 0 0 100%;
  }
  .twoSet_bx .L_bx {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: 1px solid #dfdfdf;
    border-right: none;
  }
  .twoSet_bx .R_bx {
    padding: 0;
  }
}

/*scrlTB_bx*/
.scrlTB_bx {
  margin: 0 auto 30px;
  overflow: hidden;
}
.scrlTB_bx table {
  width: 100%;
}
.scrlTB_bx thead tr {
  border-radius: 5px;
}
.scrlTB_bx table,
.scrlTB_bx th,
.scrlTB_bx td {
  border-collapse: collapse;
  line-height: 1.2;
  margin: 0 auto;
  font-weight: normal;
}
.scrlTB_bx th,
.scrlTB_bx td {
  padding: 10px 5px;
  text-align: center;
}
.scrlTB_bx th {
  color: #222222;
  background: #e2e2e2;
  min-width: 4.5em;
}
.scrlTB_bx th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.scrlTB_bx th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.scrlTB_bx td {
  border-bottom: 1px solid #eeeeee;
}
.scrlTB_bx td.td_comb {
  border-bottom: 1px solid #eeeeee;
  background: #f2f4f8;
}
.scrlTB_bx tr:last-child td {
  border-bottom: none;
}
@media all and (max-width: 768px) {
  .scrlTB_bx table {
    position: relative;
    width: 100%;
    display: block !important;
    border-spacing: 0;
    border-top: 1px solid #eeeeee;
  }
  .scrlTB_bx thead {
    display: block;
    float: left;
  }
  .scrlTB_bx thead tr {
    display: block;
  }
  .scrlTB_bx tbody {
    display: block;
    width: auto;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
  }
  .scrlTB_bx tbody tr {
    display: inline-block;
    background: #fff;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eee;
    margin: 0 -1px 0 -2px;
  }
  .scrlTB_bx th {
    padding: 10px 15px;
    display: block;
    text-align: right;
    background: #1a3a79;
    color: #fff;
    border-bottom: 1px solid #eeeeee;
  }
  .scrlTB_bx th:nth-child(odd) {
    background: #254a91;
  }
  .scrlTB_bx th:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
  }
  .scrlTB_bx th:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .scrlTB_bx td {
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #eeeeee;
  }
  .scrlTB_bx td.btnSet {
    padding: 2px 15px;
  }
  .scrlTB_bx tr:last-child td {
    border-bottom: 1px solid #eeeeee;
  }
  .scrlTB_bx .data_blank {
    min-height: 20px;
  }
  .scrlTB_bx th, .scrlTB_bx td {
    height: 42px;
    box-sizing: border-box;
  }
}

/*scrlTB_bx2*/
.scrlTB_bx2 {
  margin: 0 auto 20px;
}
.scrlTB_bx2 table {
  width: 100%;
}
.scrlTB_bx2 thead tr {
  border-radius: 5px;
}
.scrlTB_bx2 table,
.scrlTB_bx2 th,
.scrlTB_bx2 td {
  border-collapse: collapse;
  line-height: 1.2;
  margin: 0 auto;
  font-weight: normal;
}
.scrlTB_bx2 th,
.scrlTB_bx2 td {
  padding: 10px 5px;
  text-align: center;
}
.scrlTB_bx2 th {
  color: #222222;
  background: #e2e2e2;
  font-size: 16px;
}
.scrlTB_bx2 th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.scrlTB_bx2 th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.scrlTB_bx2 td {
  border-bottom: 1px solid #eeeeee;
}
.scrlTB_bx2 td.td_comb {
  border-bottom: 1px solid #eeeeee;
  background: #f2f4f8;
}
.scrlTB_bx2 tr:last-child td {
  border-bottom: none;
}
@media all and (max-width: 1024px) {
  .scrlTB_bx2 {
    overflow-x: auto;
  }
  .scrlTB_bx2 table {
    width: 1000px;
  }
}

/*tb_nrl*/
.tb_nrl {
  margin: 0 auto 30px;
}
.tb_nrl table {
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
}
.tb_nrl thead tr {
  border-radius: 5px;
}
.tb_nrl table,
.tb_nrl th,
.tb_nrl td {
  border-collapse: collapse;
  line-height: 1.2;
  margin: 0 auto;
  font-weight: normal;
}
.tb_nrl th,
.tb_nrl td {
  padding: 10px 5px;
  text-align: center;
}
.tb_nrl th {
  color: #222222;
  background: #e2e2e2;
}
.tb_nrl th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tb_nrl th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tb_nrl tr {
  border-top: 1px solid #e2e2e2;
}
.tb_nrl tr:first-child {
  border-top: none;
}
.tb_nrl tr.td_comb {
  border-top: none;
}
.tb_nrl tr.td_comb td {
  background: #f2f4f8;
  padding: 20px;
}
.tb_nrl tr.td_comb td p {
  font-size: 16px;
  color: #767b87;
  text-align: left;
  line-height: 2;
  margin: 0 0 20px;
}
@media all and (max-width: 768px) {
  .tb_nrl {
    margin: 0 auto 30px;
  }
  .tb_nrl table {
    width: 100%;
    border-top: 2px solid #e5e5e5;
  }
  .tb_nrl thead,
  .tb_nrl th {
    display: none;
  }
  .tb_nrl tr {
    padding: 0;
    display: block;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    border-top: 2px solid #e5e5e5;
    background: #fff;
  }
  .tb_nrl td {
    width: 100%;
    display: block;
    padding: 10px;
    text-align: left;
    box-sizing: border-box;
  }
  .tb_nrl td::before {
    content: attr(data-th);
    font-weight: bold;
    color: #333333;
    display: block;
  }
  .tb_nrl td.data_blank {
    padding: 0;
  }
  .tb_nrl tr.td_comb {
    width: 100%;
    box-sizing: border-box;
  }
  .tb_nrl tr.td_comb td {
    padding: 10px;
  }
  .tb_nrl tr.td_comb .btn_bg_blDark {
    display: block;
    margin: 0 auto;
  }
}

/*qry_bx*/
.qry_bx {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto 30px;
}
.qry_bx .ul_qry {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 15px;
}
.qry_bx .ul_qry li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 15px;
  border-right: 1px solid #e5e5e5;
}
.qry_bx .ul_qry li:last-child {
  border-right: none;
}
.qry_bx .ul_qry li p {
  white-space: nowrap;
  padding: 0 10px 0 0;
}
.qry_bx .ul_qry li input[type=text],
.qry_bx .ul_qry li input[type=password],
.qry_bx .ul_qry li select {
  flex: 1 1 280px;
}
.qry_bx .ul_qry .input_bx {
  position: relative;
}
.qry_bx .ul_qry .input_bx .ui-datepicker-trigger {
  top: 6px;
  right: 5px;
}
.qry_bx .ul_qry .input_bx + p {
  margin-left: 5px;
}
.qry_bx.lineNone {
  border-bottom: none;
  padding: 0;
  margin: 0 0 50px;
}
.qry_bx.lineNone h3 {
  margin: 0 0 50px;
  text-align: center;
}
.qry_bx.lineNone .ul_qry {
  margin: 0;
}
.qry_bx.lineNone .ul_qry li {
  border-right: none;
  padding: 0 5px;
}
.qry_bx.lineNone .ul_qry li.single {
  flex: 0 1 480px;
}
.qry_bx.lineNone .ul_qry li a {
  margin: 0;
}
.qry_bx.lineNone .ul_qry li input[type=text],
.qry_bx.lineNone .ul_qry li input[type=password],
.qry_bx.lineNone .ul_qry li select {
  flex: 0 1 100%;
}
@media all and (max-width: 1024px) {
  .qry_bx {
    padding: 15px;
    margin: 0 auto 15px;
  }
  .qry_bx .ul_qry {
    display: block;
  }
  .qry_bx .ul_qry li {
    flex-wrap: wrap;
    border: none;
    margin-bottom: 15px;
  }
  .qry_bx .ul_qry li > div {
    flex: 1 1 auto;
  }
}

/*tCdata_bx*/
.tCdata_bx {
  padding: 40px 0 0;
  margin: 0 auto 30px;
  width: 530px;
}
.tCdata_bx .set_bx {
  display: flex;
  align-items: center;
  margin: 0 auto 40px;
}
.tCdata_bx .set_bx .ul_tags {
  margin: 0;
}
.tCdata_bx .set_bx p {
  flex: 0 0 25%;
}
@media all and (max-width: 768px) {
  .tCdata_bx {
    padding: 0;
    margin: 0 auto 20px;
    width: 100%;
  }
  .tCdata_bx .set_bx {
    display: block;
    margin: 0 auto 20px;
  }
  .tCdata_bx .set_bx p {
    margin: 0 0 10px;
  }
}

.data_frm {
  position: relative;
  flex: 0 0 75%;
}
.data_frm input.inp_num {
  padding: 0 36px;
  text-align: center;
}

a.btn_minus,
a.btn_plus {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  display: block;
}

a.btn_minus {
  left: 0;
  background: url("../images/ic-mny-minus.png") center no-repeat;
  background-size: auto 24px;
}

a.btn_plus {
  right: 0;
  background: url("../images/ic-mny-plus.png") center no-repeat;
  background-size: auto 24px;
}

.ui-datepicker-trigger {
  width: 24px;
  height: auto;
  position: absolute;
  right: 15px;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .ui-datepicker-trigger {
    right: 5px;
  }
}

/*note_bx*/
.note_bx {
  margin: 0 auto;
  padding: 0 0 30px;
}
.note_bx ol.dec-li {
  list-style-type: decimal;
  font-size: 18px;
}
.note_bx ol.dec-li li {
  margin-bottom: 10px;
}
.note_bx p {
  font-size: 18px;
  line-height: 2;
  color: #555555;
}
@media all and (max-width: 768px) {
  .note_bx {
    padding: 0 20px 30px;
  }
}

.cont_bx + .note_bx {
  margin-top: 24px;
}

/*detail_set*/
.detail_set {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  margin: 0 0 30px;
}
.detail_set ul {
  flex: 1 1 50%;
}
.detail_set ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 10px;
  min-height: 36px;
}
.detail_set ul li p:first-child {
  min-width: 120px;
  color: #222222;
}
.detail_set ul li p:last-child {
  color: #626262;
  word-break: break-all;
}
.detail_set ul:first-child {
  border-right: 1px solid #eeeeee;
}
.detail_set ul:first-child li p:last-child {
  padding: 0 20px 0 0;
}
.detail_set ul:last-child li p:first-child {
  padding: 0 0 0 20px;
}
.detail_set > .set_bx {
  flex: 1 1 50%;
  padding: 0 20px;
}
.detail_set > .set_bx:first-child {
  padding-left: 0;
  border-right: 1px solid #ccc;
}
.detail_set > .set_bx:last-child {
  padding-right: 0;
}
@media all and (max-width: 768px) {
  .detail_set {
    display: block;
  }
  .detail_set ul li {
    border-bottom: 1px solid #eeeeee;
    margin: 0;
    padding: 5px 0;
  }
  .detail_set ul:first-child {
    border-right: none;
  }
  .detail_set ul:first-child li p:last-child {
    padding: 0;
  }
  .detail_set ul:last-child {
    border-right: none;
  }
  .detail_set ul:last-child li p:first-child {
    padding: 0;
  }
  .detail_set.mBlk li {
    display: block;
    height: auto;
    padding: 10px 0;
  }
  .detail_set.mBlk li p:first-child {
    font-weight: bold;
    margin: 0 0 5px;
  }
  .detail_set > .set_bx {
    flex: 1 1 100%;
    padding: 0;
    border: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  .detail_set > .set_bx:first-child {
    border-right: none;
  }
  .detail_set > .set_bx:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .detail_set > .set_bx li {
    border: none;
  }
}

/*qa_bx*/
.qa_bx {
  margin: 0 0 30px;
}
.qa_bx h3 {
  text-align: center;
  margin: 0 0 10px;
}

/*常見問題 questionbx*/
.questionbx {
  padding: 50px 30px 30px;
  background: #f7f7f7;
  border-radius: 14px;
}
.questionbx li {
  margin-bottom: 20px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.questionbx li:hover {
  opacity: 0.8;
}
.questionbx li:last-child .qbx,
.questionbx li:last-child .abx {
  border-bottom: none;
}
.questionbx li:last-child .abx {
  border-top: 1px solid #d9d8d8;
}
.questionbx li:last-child.op .qbx,
.questionbx li:last-child.op .abx {
  border-color: #b01727;
}
.questionbx .qbx {
  position: relative;
  padding: 0 30px 20px 25px;
  border-bottom: 1px solid #d9d8d8;
  color: #333;
  background: url("../images/ic-qa_up.svg") right top no-repeat;
  background-size: 25px;
}
.questionbx .qbx::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  display: block;
  content: " ";
  background: #b01727;
  border-radius: 99em;
}
.questionbx .qbx span {
  width: 130px;
  display: inline-block;
  color: #959595;
}
.questionbx .abx {
  padding: 25px;
  color: #535353;
  display: none;
  border-bottom: 1px solid #d9d8d8;
}
.questionbx .op .abx {
  display: block;
  border-bottom: 1px solid #b01727;
}
.questionbx .op .qbx {
  color: #b01727;
  border-color: #b01727;
  background: url("../images/ic-qa_dw.svg") right top no-repeat;
  background-size: 25px;
}
.questionbx .op .qbx span {
  color: #b01727;
}
.questionbx .op:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  .questionbx {
    padding: 30px 15px 10px;
  }
  .questionbx .qbx {
    padding: 0 25px 20px 15px;
  }
  .questionbx .qbx span {
    width: 100px;
    display: inline-block;
    color: #959595;
  }
  .questionbx .abx {
    padding: 10px 0;
  }
}

/*popup*/
.popup {
  display: none;
}

.openPop .popup {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}
@media all and (max-width: 768px) {
  .openPop .popup {
    position: absolute;
  }
}

.popup_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  max-width: calc(100% - 40px);
  padding: 30px;
  background: #fff;
  z-index: 1001;
  font-size: 20px;
}
.popup_area h4 {
  margin: 0 0 30px;
}
.popup_area .data_frm {
  flex: 0 0 200px;
}
.popup_area input[type=text] {
  width: 200px;
}
.popup_area .popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/ic-close.svg) center no-repeat;
  background-size: 24px;
}
@media all and (max-width: 768px) {
  .popup_area {
    padding: 30px 15px 15px;
    top: 50px;
    left: 20px;
    right: 20px;
    transform: inherit;
  }
  .popup_area .btn_bx a {
    margin-right: 10px;
  }
  .popup_area .data_frm {
    flex: 0 0 100%;
  }
  .popup_area input[type=text] {
    width: 100%;
  }
}/*# sourceMappingURL=inner.css.map */
