@charset "UTF-8";
@import url(public/css/reset.css);
@import url(public/css/font-awesome-4.7.0/font-awesome.min.css);
@import url(public/css/rwdgrid.css);
@import url(public/css/textEditor.css);
.selectorBox .selectorList, .selectorBox .selectorCurrent::after, .selectorBox .selectorCurrent, .selectorBox, .esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after, .esg_slideMenuTrigger, .slideModuleBox.moduleBox, .scrollHint, .slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before, .slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before, .slick-slider .slick-arrow,
.controlBox .slick-arrow, .imh_opacity img, .imh_opacity, .sideDataArea .sideDataList .Txt, .sideDataArea .sideDataList .Img img, .sideDataArea .sideDataList .item::after, .tab a::after, .pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before, .classBox a,
.classBox span, .privacyArea, footer .footerMenu a::after, .slideMenuArea .languageBox .languageCurrent, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after, .slideMenuArea .menuBox .nav > .menuItem > span::after, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after, .slideMenuTrigger .line::before, .slideMenuTrigger .line::after, .slideMenuTrigger, header .languageBox .languageList, header .languageBox .languageCurrent, header .menu > .menuItem a::after, .fixedSideArea .fixedArrow::after, .fixedSideArea .fixedArrow, .fixedSideArea .sideNav .sideNavItem a::after, .fixedSideArea .sideNav .sideNavItem, .loadingArea.show, .moduleMask, .moduleBox.cart .cartList .del, .moduleBox.privacy .customList .topBox .trigger label span::before, .moduleBox.privacy .customList .topBox .trigger label span, .moduleBox.privacy .customList .topBox .subtitle, .moduleBox.privacy .customList .topBox::before, .moduleBox.privacy .btnBox .btn.textLink::before, .moduleBox .moduleClose::before, .moduleBox .moduleClose::after, .moduleBox .moduleClose, .btnBox .btn .btnIcon::before, .btnBox .btn::before, .btnBox .btn::after, .btnBox .btn, button, a, .formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea, .formBox .columnCheckBox .columnCheckLabel .columnCheck::after, .formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.formBox.changePassword {
	max-width: 640px;
	margin: 0 auto;
}
.formBox .formList {
	position: relative;
	color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 24px;
	font-size: 16px;
	margin-left: -22px;
	margin-right: -22px;
}
@media (max-width: 1400px) {
	.formBox .formList {
		margin-left: -12px;
		margin-right: -12px;
	}
}
.formBox .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.formBox .formColumn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
	        column-gap: 30px;
	padding: 0 22px;
}
.formBox .formColumn.select {
	position: relative;
}
.formBox .formColumn.select::before {
	content: "";
	width: 11px;
	height: 11px;
	border-right: 2px solid #1d28a8;
	border-bottom: 2px solid #1d28a8;
	border-radius: 1px;
	pointer-events: none;
	position: absolute;
	bottom: 26px;
	right: 46px;
	z-index: 1;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media (max-width: 840px) {
	.formBox .formColumn.select::before {
		right: 30px;
		bottom: 20px;
	}
}
.formBox .formColumn.pt0 {
	padding-top: 0;
}
.formBox .formColumn.pb0 {
	padding-bottom: 0;
}
@media (max-width: 1400px) {
	.formBox .formColumn {
		padding: 0 12px;
	}
}
@media (max-width: 840px) {
	.formBox .formColumn {
		-webkit-column-gap: 20px;
		   -moz-column-gap: 20px;
		        column-gap: 20px;
	}
}
@media (max-width: 400px) {
	.formBox .formColumn {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}
.formBox .columnTitle {
	position: relative;
	width: 81px;
	height: 54px;
	padding-left: 13px;
	font-weight: 500;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.formBox .columnTitle.withCheckBox {
	width: auto;
}
.formBox .columnTitle.withCheckBox + .columnCheckBox {
	margin-left: 10px;
	margin-bottom: 12px;
}
.formBox .columnTitle.requireStyle::before {
	content: "*";
	color: #1d28a8;
	font-size: 18px;
	font-weight: 700;
	position: absolute;
	left: 0;
	z-index: 1;
}
@media (max-width: 1180px) {
	.formBox .columnTitle {
		height: 48px;
	}
}
.formBox .columnCheckBox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 -5px;
	padding-left: 111px;
}
@media (max-width: 840px) {
	.formBox .columnCheckBox {
		padding-left: 98px;
	}
}
@media (max-width: 400px) {
	.formBox .columnCheckBox {
		padding-left: 0;
	}
}
.formBox .columnCheckBox .columnCheckLabel {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
	        column-gap: 15px;
	padding: 2px 5px;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck {
	width: 21px;
	height: 21px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	outline: 0;
	position: relative;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 5px;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck::after {
	content: "";
	opacity: 0;
	position: absolute;
	top: 5px;
	left: 4px;
	z-index: 2;
	width: 12px;
	height: 8px;
	border-left: 2px solid #1d28a8;
	border-bottom: 2px solid #1d28a8;
	border-radius: 1px;
	pointer-events: none;
	z-index: 1;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:checked::after {
	opacity: 1;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::before {
	background-color: #e5e5e5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled::after {
	background-color: #b5b5b5 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck:disabled + span {
	color: #737373 !important;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.square::before, .formBox .columnCheckBox .columnCheckLabel .columnCheck.square::after {
	border-radius: 0;
}
.formBox .columnCheckBox .columnCheckLabel .columnCheck.error::before {
	border-color: #1d28a8;
}
.formBox .columnCheckBox .columnCheckBoxTitle {
	display: inline-block;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.48px;
	color: rgba(34, 34, 34, 0.7);
}
.formBox .columnCheckBox .columnCheckBoxTitle a {
	color: rgba(34, 34, 34, 0.7);
	border-bottom: 1px solid rgba(34, 34, 34, 0.7);
}
@media (min-width: 1181px) {
	.formBox .columnCheckBox .columnCheckBoxTitle a:hover {
		color: #1d28a8;
		border-bottom-color: #1d28a8;
	}
}
.formBox .columnSelect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 5px 55px 5px 10px;
	margin: 0;
	border-bottom-color: #1d28a8 !important;
}
.formBox .columnSelect:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
@media (max-width: 840px) {
	.formBox .columnSelect {
		padding-right: 40px;
	}
}
.formBox .columnInput {
	padding: 5px 10px;
}
.formBox .columnInput::-webkit-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-moz-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::-ms-input-placeholder {
	color: #a6a6a6;
}
.formBox .columnInput::placeholder {
	color: #a6a6a6;
}
.formBox .columnInput:disabled {
	background-color: #e5e5e5 !important;
	color: #737373 !important;
}
.formBox .columnArea {
	height: 240px;
	padding: 10px;
}
@media (max-width: 1180px) {
	.formBox .columnArea {
		height: 120px;
	}
}
.formBox .columnInput,
.formBox .columnSelect,
.formBox .columnArea {
	width: 100%;
	font-weight: 400;
	color: #222;
	border: 1px solid #fff;
	background-color: #fff;
}
.formBox .columnInput:focus,
.formBox .columnSelect:focus,
.formBox .columnArea:focus {
	background-color: #f3f3fb;
	border-color: #1d28a8;
}
.formBox .columnInput,
.formBox .columnSelect {
	height: 54px;
}
@media (max-width: 1180px) {
	.formBox .columnInput,
	.formBox .columnSelect {
		height: 48px;
	}
}
.formBox .btnBox {
	width: 100%;
	padding-left: 111px;
	margin-top: 7px;
}
@media (max-width: 840px) {
	.formBox .btnBox {
		padding-left: 98px;
	}
}
@media (max-width: 400px) {
	.formBox .btnBox {
		padding-left: 0;
	}
}
.formBox .noteTxt {
	width: 100%;
	color: #999;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 0.02rem;
	margin-top: 10px;
}
.formBox .noteTxt.red {
	color: #f00;
}
@media (max-width: 1180px) {
	.formBox .noteTxt {
		font-size: 14px;
	}
}
.formBox .error {
	border-color: #f00 !important;
}
.formBox .error.columnCheck::before {
	border-color: #f00 !important;
}

@-webkit-keyframes btnAni {
	20% {
		background-color: rgba(29, 40, 168, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}

@keyframes btnAni {
	20% {
		background-color: rgba(29, 40, 168, 0.3);
	}
	100% {
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		background-color: transparent;
	}
}
@-webkit-keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes imgLoading {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideLeftAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes slideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		        transform: translateX(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes slideUpAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes aniSlideLeft {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes aniSlideDown {
	0% {
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@keyframes bannerScrollAnimation {
	0% {
		height: 0;
	}
	50% {
		height: 100%;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
}
@-webkit-keyframes scrollHorizontal {
	100% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
		opacity: 0;
	}
}
@keyframes scrollHorizontal {
	100% {
		-webkit-transform: translateX(-30px);
		        transform: translateX(-30px);
		opacity: 0;
	}
}
@-webkit-keyframes scrollVertical {
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
		opacity: 0;
	}
}
@keyframes scrollVertical {
	100% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
		opacity: 0;
	}
}
@-webkit-keyframes loadingAni {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15%);
		        transform: translateY(-15%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes loadingAni {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15%);
		        transform: translateY(-15%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes textSlideRightAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes textSlideDownAnimation {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-10px);
		        transform: translateY(-10px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes serviceIconScale_1 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;
	}
	5% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0;
	}
}
@keyframes serviceIconScale_1 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;
	}
	5% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
		opacity: 0;
	}
}
@-webkit-keyframes serviceIconScale_2 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;
	}
	5% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 0;
	}
}
@keyframes serviceIconScale_2 {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 0;
	}
	5% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1.4);
		        transform: scale(1.4);
		opacity: 0;
	}
}
@-webkit-keyframes serviceIconRotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		opacity: 1;
	}
}
@keyframes serviceIconRotate {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		opacity: 1;
	}
}
@-webkit-keyframes servicePopBtn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes servicePopBtn {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.95);
		        transform: scale(0.95);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes btnLine {
	0% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -200%;
	}
}
@keyframes btnLine {
	0% {
		background-position-x: 0%;
	}
	100% {
		background-position-x: -200%;
	}
}
@-webkit-keyframes btnArrow {
	0% {
		-webkit-transform: translateX(0) rotate(45deg);
		        transform: translateX(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(-6px) rotate(45deg);
		        transform: translateX(-6px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateX(0) rotate(45deg);
		        transform: translateX(0) rotate(45deg);
	}
}
@keyframes btnArrow {
	0% {
		-webkit-transform: translateX(0) rotate(45deg);
		        transform: translateX(0) rotate(45deg);
	}
	50% {
		-webkit-transform: translateX(-6px) rotate(45deg);
		        transform: translateX(-6px) rotate(45deg);
	}
	100% {
		-webkit-transform: translateX(0) rotate(45deg);
		        transform: translateX(0) rotate(45deg);
	}
}
@-webkit-keyframes bodyAni {
	100% {
		opacity: 1;
	}
}
@keyframes bodyAni {
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes dots_rotate {
	0% {
		-webkit-transform: rotate(0deg) translate(-84.5px) rotate(0deg);
		        transform: rotate(0deg) translate(-84.5px) rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-84.5px) rotate(-360deg);
		        transform: rotate(360deg) translate(-84.5px) rotate(-360deg);
	}
}
@keyframes dots_rotate {
	0% {
		-webkit-transform: rotate(0deg) translate(-84.5px) rotate(0deg);
		        transform: rotate(0deg) translate(-84.5px) rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg) translate(-84.5px) rotate(-360deg);
		        transform: rotate(360deg) translate(-84.5px) rotate(-360deg);
	}
}
@-webkit-keyframes bimCircleScale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes bimCircleScale {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes initialAnimateInHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@keyframes initialAnimateInHeader {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
}
@-webkit-keyframes initialAnimateInText {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@keyframes initialAnimateInText {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		        transform: translateX(-20px);
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
}
@-webkit-keyframes initialAnimateInHeaderBg {
	0% {
		background-color: transparent;
		border-color: transparent;
	}
	100% {
		background-color: rgba(0, 0, 0, 0.3);
		border-color: rgba(255, 255, 255, 0.3);
	}
}
@keyframes initialAnimateInHeaderBg {
	0% {
		background-color: transparent;
		border-color: transparent;
	}
	100% {
		background-color: rgba(0, 0, 0, 0.3);
		border-color: rgba(255, 255, 255, 0.3);
	}
}
html {
	scrollbar-gutter: stable;
}

body {
	background-color: #fff;
	font-size: 16px;
	font-family: "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	opacity: 0;
	-webkit-animation: bodyAni 0.5s ease-in-out forwards;
	        animation: bodyAni 0.5s ease-in-out forwards;
}
@media (max-width: 1180px) {
	body {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
	}
}
body.overflow, body.popwinOverflow, body.loadingOverflow {
	overflow: hidden;
}
body.errorPage .mainArea {
	width: 100%;
	height: calc(100vh - 300px);
	min-height: 500px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
body.errorPage .mainArea .top {
	max-width: 380px;
	color: #1d28a8;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 auto;
}
@media (max-width: 768px) {
	body.errorPage .mainArea {
		height: 50vh;
		min-height: 350px;
	}
	body.errorPage .mainArea .top {
		font-size: 24px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt {
	padding: 132px 50px 60px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt.esg,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt.esg {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 110px 60px 85px 20px;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .btnBox,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .btnBox {
	margin-top: 60px;
}
@media (max-width: 768px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .btnBox,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .btnBox {
		margin-top: 40px;
	}
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .textBox {
	position: relative;
	margin-top: 3.3%;
	padding-top: 2%;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox::before,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .textBox::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100%;
	height: 3px;
	max-width: 120px;
	background-color: #f6dd00;
	top: 0;
	left: 0;
}
body:not(.WebSiteHome) .bannerArea .bannerItem .Img,
body:not(.WebSiteHome) .bannerInsArea .bannerItem .Img {
	height: 594px;
}
@media (max-width: 1400px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt {
		padding: 132px 30px 40px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Img {
		height: 500px;
	}
}
@media (max-width: 1180px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt {
		padding: 105px 30px 40px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .textBox {
		margin-top: 30px;
		padding-top: 20px;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Img {
		height: 450px;
	}
}
@media (max-width: 768px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt .textBox,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt .textBox {
		margin-top: 0;
	}
	body:not(.WebSiteHome) .bannerArea .bannerItem .Img,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Img {
		height: 400px;
	}
}
@media (max-width: 400px) {
	body:not(.WebSiteHome) .bannerArea .bannerItem .Txt,
	body:not(.WebSiteHome) .bannerInsArea .bannerItem .Txt {
		padding: 95px 20px 40px;
	}
}
address {
	font-style: normal;
}

a {
	color: #222;
	cursor: pointer;
}
@media (min-width: 1181px) {
	a:hover {
		color: #1d28a8;
	}
}

input[type=text],
input[type=password],
textarea,
button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 16px;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	outline: none;
	padding: 0;
	margin: 0;
}

button {
	cursor: pointer;
}

select {
	cursor: pointer;
}

textarea {
	resize: vertical;
}

input[type=file],
input[type=file]::-webkit-file-upload-button {
	/* chromes and blink button */
	cursor: pointer;
}

.Img.imgMask {
	overflow: hidden;
}
.Img.imgMask::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	z-index: -1;
	height: 0;
	width: 100%;
	background-color: rgba(20, 28, 117, 0.9);
	z-index: 2;
	-webkit-transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
	transition: all 0.6s cubic-bezier(0.78, 0, 0.22, 1);
}
@media (min-width: 1181px) {
	.Img.imgMask:hover::after {
		height: 100%;
		bottom: 0;
		top: auto;
	}
}
.Img img {
	height: auto;
	will-change: transform, opacity;
}

div.titan {
	display: none;
}

[class*=col-] {
	float: left;
}

.col-1 {
	width: 100%;
}
.col-2 {
	width: 50%;
}
.col-3 {
	width: 33.33%;
}
.col-4 {
	width: 25%;
}
.col-5 {
	width: 20%;
}
@media (max-width: 480px) {
	.col-1, .col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}

.linkWrap {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/* 共用的樣式 */
.titleBox {
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.titleBox.textLeft {
	text-align: left;
}
.titleBox.white .decoTitle,
.titleBox.white .title,
.titleBox.white .subtitle,
.titleBox.white .text {
	color: #fff;
}
.titleBox .decoTitle {
	color: #1d28a8;
	font-size: 18px;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.5px;
}
@media (max-width: 400px) {
	.titleBox .decoTitle {
		font-size: 16px;
	}
}
.titleBox .title {
	color: #222;
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1.2px;
	margin-top: 18px;
}
@media (max-width: 1400px) {
	.titleBox .title {
		font-size: 46px;
	}
}
@media (max-width: 1180px) {
	.titleBox .title {
		font-size: 42px;
		margin-top: 10px;
	}
}
@media (max-width: 400px) {
	.titleBox .title {
		font-size: 36px;
	}
}
.titleBox .subtitle {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.5px;
	margin-top: 35px;
}
@media (max-width: 1180px) {
	.titleBox .subtitle {
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	.titleBox .subtitle {
		font-size: 15px;
		margin-top: 16px;
	}
}
.titleBox .text {
	color: rgba(34, 34, 34, 0.7);
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.5px;
}

.titleBoxArea {
	margin-bottom: 50px;
}
@media (max-width: 1180px) {
	.titleBoxArea {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.titleBoxArea {
		margin-top: 30px;
	}
}
@media (max-width: 400px) {
	.titleBoxArea {
		margin: 20px 0;
	}
}
.titleBoxArea .titleBox {
	margin-bottom: 0;
}
.titleBoxArea .decoTitle {
	color: #222;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.96px;
	padding-bottom: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}
.titleBoxArea .decoTitle::after {
	content: "";
	display: inline-block;
	max-width: 123px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
@media (max-width: 1400px) {
	.titleBoxArea .decoTitle {
		font-size: 22px;
	}
}
@media (max-width: 1180px) {
	.titleBoxArea .decoTitle {
		font-size: 20px;
	}
}
.titleBoxArea .subtitle {
	display: block;
	color: #1d28a8;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	font-size: 66px;
	line-height: 1;
	letter-spacing: 2.97px;
	margin-top: 0;
}
@media (max-width: 1400px) {
	.titleBoxArea .subtitle {
		font-size: 58px;
	}
}
@media (max-width: 1180px) {
	.titleBoxArea .subtitle {
		font-size: 50px;
	}
}
@media (max-width: 840px) {
	.titleBoxArea .subtitle {
		font-size: 45px;
	}
}
@media (max-width: 540px) {
	.titleBoxArea .subtitle {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
}
.titleBoxArea .title {
	display: block;
	color: #222;
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 1.17px;
	padding-top: 16px;
}
@media (max-width: 1400px) {
	.titleBoxArea .title {
		font-size: 40px;
		padding-top: 12px;
	}
}
@media (max-width: 1180px) {
	.titleBoxArea .title {
		font-size: 35px;
	}
}
.titleBoxArea .text {
	margin-top: 44px;
	color: rgba(34, 34, 34, 0.7);
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.54px;
}
@media (max-width: 1180px) {
	.titleBoxArea .text {
		font-size: 16px;
		margin-top: 30px;
	}
}
@media (max-width: 400px) {
	.titleBoxArea .text {
		margin-top: 20px;
	}
}

.btnBox {
	margin-top: 20px;
	display: inline-block;
}
.btnBox.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 12px;
}
.btnBox.flex.left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.btnBox.flex.right {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.btnBox.flex .btn {
	min-width: auto;
	max-width: 234px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media (max-width: 400px) {
	.btnBox.flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.btnBox.flex .btn {
		width: 100%;
	}
}
.btnBox.single.center .btn {
	margin: 0 auto;
}
.btnBox.single .btn {
	width: 100%;
	max-width: 234px;
}
@media (max-width: 320px) {
	.btnBox.single {
		width: 100%;
	}
	.btnBox.single .btn {
		max-width: 100%;
		min-width: auto;
	}
}
.btnBox.full .btn {
	width: 100%;
}
.btnBox .btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-width: 234px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 2px;
	padding: 16px 24px;
	text-align: left;
}
.btnBox .btn::before, .btnBox .btn::after {
	content: "";
	position: absolute;
	width: 54px;
	right: 0;
	pointer-events: none;
}
.btnBox .btn::before {
	top: 0;
	height: 100%;
	z-index: -1;
}
.btnBox .btn::after {
	background-color: #000;
	z-index: 2;
	height: 0;
	bottom: 0;
}
.btnBox .btn .btnText {
	display: inline-block;
	width: 100%;
	max-width: 130px;
	-ms-flex-negative: 0.5;
	    flex-shrink: 0.5;
}
.btnBox .btn .btnText::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	z-index: -1;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out, opacity 0.1s ease-in-out;
	transition: all 0.5s ease-in-out, opacity 0.1s ease-in-out;
}
.btnBox .btn .btnIcon {
	width: 100%;
	max-width: 87px;
	height: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
	position: relative;
	z-index: 3;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
.btnBox .btn .btnIcon::before {
	content: "";
	position: relative;
	pointer-events: none;
	display: inline-block;
	width: 100%;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(10%, transparent), color-stop(20%, white), color-stop(50%, transparent), color-stop(60%, white));
	background-image: linear-gradient(to right, white 0 10%, transparent 10% 20%, white 20% 50%, transparent 50% 60%, white 60% 100%);
	background-repeat: repeat-x;
	background-size: 200% 100%;
	z-index: 3;
}
.btnBox .btn .btnIcon::after {
	content: "";
	position: relative;
	pointer-events: none;
	display: inline-block;
	width: 9px;
	height: 9px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	z-index: 3;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (min-width: 1181px) {
	.btnBox .btn:hover::before {
		height: 100%;
	}
	.btnBox .btn:hover::after {
		height: 100%;
		bottom: auto;
		top: 0;
	}
	.btnBox .btn:hover .btnText::after {
		opacity: 0;
		right: 0;
		left: auto;
		width: 0;
		-webkit-transition: all 0.5s 0.4s ease-in-out, opacity 0.4s ease-in-out;
		transition: all 0.5s 0.4s ease-in-out, opacity 0.4s ease-in-out;
	}
	.btnBox .btn:hover .btnIcon::before {
		-webkit-animation: btnLine 1.6s linear infinite;
		        animation: btnLine 1.6s linear infinite;
	}
	.btnBox .btn:hover .btnIcon::after {
		-webkit-animation: btnArrow 1s linear infinite;
		        animation: btnArrow 1s linear infinite;
	}
}
.btnBox .btn.bgMain {
	background-color: #1d28a8;
	color: #fff;
}
.btnBox .btn.bgMain::before {
	background-color: #141c75;
}
.btnBox .btn.bgMain .btnText::after {
	background-color: #f6dd00;
}
@media (min-width: 1181px) {
	.btnBox .btn.bgMain:hover {
		color: #000;
		background-color: #f6dd00;
	}
}
.btnBox .btn.bgSecond {
	background-color: #000;
	color: #fff;
}
.btnBox .btn.bgSecond::before {
	background-color: #141c75;
}
.btnBox .btn.bgSecond .btnText::after {
	background-color: #f6dd00;
}
@media (min-width: 1181px) {
	.btnBox .btn.bgSecond:hover {
		color: #fff;
		background-color: #1d28a8;
	}
}

/* 共用的樣式 END */
.outerWrap {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-bottom: env(safe-area-inset-bottom);
	}
}

.wrap {
	width: 100%;
	max-width: 1572px;
	margin: 0 auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 1400px) {
	.wrap {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media (max-width: 400px) {
	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/*module*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition-property: top, opacity, visibility;
	transition-property: top, opacity, visibility;
	-webkit-transition-duration: 0.5s;
	        transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	        transition-timing-function: ease-in-out;
	/*洽詢車&購物車*/
	/*訂單查詢*/
	/*搜尋*/
	/*提醒使用cookie彈窗*/
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show .moduleWrap {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	pointer-events: auto;
}
.moduleBox .moduleWrap {
	position: relative;
	width: 100%;
	max-width: 960px;
	background-color: #eee;
	pointer-events: none;
	padding-top: 85px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.moduleBox .moduleTitle {
	color: #000;
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	text-align: center;
}
.moduleBox .moduleContent {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
.moduleBox .moduleClose {
	width: 50px;
	height: 50px;
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 48px;
	top: 44px;
	z-index: 1;
}
.moduleBox .moduleClose::before, .moduleBox .moduleClose::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: -0.5px;
	width: 30px;
	height: 4px;
	background-color: rgba(34, 34, 34, 0.7);
}
.moduleBox .moduleClose::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.moduleBox .moduleClose::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media (min-width: 1181px) {
	.moduleBox .moduleClose:hover::after, .moduleBox .moduleClose:hover::before {
		background-color: #1d28a8;
	}
}
@media (max-width: 768px) {
	.moduleBox .moduleClose {
		right: 30px;
		top: 30px;
	}
}
.moduleBox.privacy .moduleWrap {
	max-width: 700px;
	position: relative;
	z-index: 1004;
}
.moduleBox.privacy .moduleTitle {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 15px;
	text-align: left;
}
@media (max-width: 640px) {
	.moduleBox.privacy .moduleTitle {
		font-size: 18px;
		padding-bottom: 10px;
	}
}
.moduleBox.privacy .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.privacy .settingBox + .settingBox {
	margin-top: 25px;
}
.moduleBox.privacy .text {
	font-size: 15px;
	line-height: 1.35;
}
@media (max-width: 640px) {
	.moduleBox.privacy .text {
		font-size: 14px;
	}
}
.moduleBox.privacy .btnBox {
	margin-top: 20px;
}
.moduleBox.privacy .btnBox .btn {
	font-size: 14px;
}
.moduleBox.privacy .btnBox .btn.textLink {
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.moduleBox.privacy .btnBox .btn.textLink::before {
	content: "";
	width: 0;
	height: 1px;
	background-color: #1d28a8;
	position: absolute;
	bottom: -3px;
	left: 50%;
}
@media (min-width: 1181px) {
	.moduleBox.privacy .btnBox .btn.textLink:hover::before {
		width: 100%;
		left: 0;
	}
}
@media (max-width: 540px) {
	.moduleBox.privacy .btnBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.moduleBox.privacy .btnBox .btn {
		width: 100%;
	}
}
.moduleBox.privacy .customList .customItem:not(:last-child) {
	padding-bottom: 10px;
}
.moduleBox.privacy .customList .topBox {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 15px;
	position: relative;
}
.moduleBox.privacy .customList .topBox::before {
	content: "";
	width: 9px;
	height: 9px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	pointer-events: none;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-80%) rotate(-45deg);
	        transform: translateY(-80%) rotate(-45deg);
}
.moduleBox.privacy .customList .topBox.open::before {
	-webkit-transform: translateY(-100%) rotate(45deg);
	        transform: translateY(-100%) rotate(45deg);
}
.moduleBox.privacy .customList .topBox .subtitle {
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding: 10px 20px 10px 0;
}
.moduleBox.privacy .customList .topBox .trigger {
	font-size: 15px;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.moduleBox.privacy .customList .topBox .trigger .alwaysOn {
	color: #1d28a8;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	line-height: 1.35;
	padding-bottom: 3px;
}
.moduleBox.privacy .customList .topBox .trigger label {
	cursor: pointer;
	display: inline-block;
}
.moduleBox.privacy .customList .topBox .trigger label[for=cookie_necessary] {
	cursor: not-allowed;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	outline: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span {
	background-color: #424fde;
}
.moduleBox.privacy .customList .topBox .trigger label input[type=checkbox]:checked + span::before {
	background-color: #212dbe;
	-webkit-transform: translate(75%, -50%);
	        transform: translate(75%, -50%);
}
.moduleBox.privacy .customList .topBox .trigger label span {
	width: 38px;
	height: 14px;
	border-radius: 30px;
	background-color: #d9d9d9;
	display: block;
	margin-left: auto;
	position: relative;
}
.moduleBox.privacy .customList .topBox .trigger label span::before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 50%;
	background-color: #b5b5b5;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 1181px) {
	.moduleBox.privacy .customList .topBox:hover .subtitle {
		color: #1d28a8;
	}
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .topBox {
		margin-bottom: 5px;
	}
}
.moduleBox.privacy .customList .text {
	background-color: #e1e1e1;
	padding: 18px 15px;
}
@media (max-width: 640px) {
	.moduleBox.privacy .customList .text {
		padding: 15px 12px;
	}
}
.moduleBox.cart .moduleWrap {
	max-width: 480px;
}
.moduleBox.cart .text {
	color: #373737;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
}
.moduleBox.cart .text b {
	padding-left: 4px;
	padding-right: 4px;
	font-weight: 400;
	font-size: 18px;
	color: #1d28a8;
}
.moduleBox.cart .cartBox {
	max-height: 50vh;
	border-top: 2px solid #1d28a8;
	border-bottom: 2px solid #e6e6e6;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow-y: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
.moduleBox.cart .cartList .cartItem {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.moduleBox.cart .cartList .cartItem:not(:first-child) {
	border-top: 1px solid #e6e6e6;
	margin-top: 12px;
	padding-top: 12px;
}
.moduleBox.cart .cartList .Img {
	width: 100px;
	padding-right: 10px;
}
.moduleBox.cart .cartList .Img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.moduleBox.cart .cartList .Txt {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 10px;
	position: relative;
}
.moduleBox.cart .cartList .title {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding-right: 5px;
}
.moduleBox.cart .cartList .title a {
	color: #000;
	display: block;
	font-size: 15px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1181px) {
	.moduleBox.cart .cartList .title a:hover {
		color: #1d28a8;
	}
}
.moduleBox.cart .cartList .spec {
	color: #6a6a6a;
	font-size: 14px;
	margin-bottom: 3px;
}
.moduleBox.cart .cartList .num {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 1;
}
.moduleBox.cart .cartList .del {
	width: 35px;
	height: 35px;
	border: none;
	background-color: #eee;
	border-radius: 50%;
	color: #5f5f5f;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media (min-width: 1181px) {
	.moduleBox.cart .cartList .del:hover {
		background-color: #1d28a8;
		color: #fff;
	}
}
.moduleBox.cart .cartList .del svg {
	width: 15px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
@media (max-width: 400px) {
	.moduleBox.cart .cartList .Img {
		width: 85px;
	}
}
.moduleBox.orderCheck .moduleWrap {
	max-width: 480px;
}
.moduleBox.orderCheck .formBox {
	max-height: 50vh;
	overflow-x: hidden;
	overflow-y: auto;
}
.moduleBox.search .moduleWrap {
	max-width: 480px;
}
.moduleBox.search .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.search .searchBox {
	margin: 30px 0;
	position: relative;
}
.moduleBox.search .searchBox input[type=text] {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 12px 55px 12px 15px;
}
.moduleBox.search .searchBox button {
	width: 50px;
	height: 50px;
	background-color: #1d28a8;
	color: #fff;
	display: block;
	font-size: 16px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
}
@media (min-width: 1181px) {
	.moduleBox.search .searchBox button:hover {
		background-color: #000;
	}
}
.moduleBox.cookie .moduleWrap {
	max-width: 480px;
}
.moduleBox.cookie .text {
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 1.6;
}

.moduleMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1003;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*loading*/
.loadingArea {
	width: 100%;
	height: 100vh;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.loadingArea:before, .loadingArea:after {
	content: "";
	z-index: -1;
	position: absolute;
	top: 0;
	height: 100%;
	width: calc(50% + 1px);
	background-color: #141c75;
	-webkit-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
}
.loadingArea:before {
	left: 0;
}
.loadingArea:after {
	right: 0;
}
.loadingArea .loadLogo {
	opacity: 0;
	width: 400px;
}
.loadingArea .loadLogo img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transition: all 0.4s 0s ease-in-out;
	transition: all 0.4s 0s ease-in-out;
	opacity: 1;
}
@media (max-width: 540px) {
	.loadingArea .loadLogo {
		width: 300px;
	}
}
.loadingArea.show {
	pointer-events: auto;
}
.loadingArea.show .loadLogo {
	opacity: 1;
	-webkit-animation: loadingAni 0.5s forwards ease-in-out;
	        animation: loadingAni 0.5s forwards ease-in-out;
}
.loadingArea.show .loadLogo img {
	-webkit-transition: all 0.4s 1.2s ease-in-out;
	transition: all 0.4s 1.2s ease-in-out;
	opacity: 0;
}
.loadingArea.hide:before, .loadingArea.hide:after {
	width: 0;
}

.fixedSideArea {
	position: fixed;
	top: 0;
	left: unset;
	right: 0;
	bottom: unset;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	z-index: 50;
	height: 100dvh;
	width: 99px;
	background-color: #1d28a8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.fixedSideArea .searchToggle {
	display: block;
	color: #fff;
	width: 99px;
	height: 99px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1181px) {
	.fixedSideArea .searchToggle:hover {
		background-color: #141c75;
	}
}
.fixedSideArea .searchToggle svg {
	width: 22px;
	height: 22px;
}
.fixedSideArea .sideNav {
	position: absolute;
	top: 50%;
	left: 50%;
	right: unset;
	bottom: unset;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	row-gap: 10px;
}
.fixedSideArea .sideNav .sideNavItem.current a {
	height: 60px;
}
.fixedSideArea .sideNav .sideNavItem.current a::after {
	height: 100%;
	background-color: #f6dd00;
}
.fixedSideArea .sideNav .sideNavItem a {
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
}
.fixedSideArea .sideNav .sideNavItem a::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 4px;
	height: 4px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.5);
}
.fixedSideArea .fixedArrow {
	cursor: pointer;
	width: 99px;
	height: 99px;
	background-color: #141c75;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.fixedSideArea .fixedArrow.goTop::after {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.fixedSideArea .fixedArrow.noBn::after {
	-webkit-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}
.fixedSideArea .fixedArrow.noBn:not(.goTop) {
	opacity: 0;
	pointer-events: none;
}
.fixedSideArea .fixedArrow::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 14px;
	height: 20px;
	background: url("../images/icon/scrollDown.png") no-repeat center center/contain;
}
@media (min-width: 1181px) {
	.fixedSideArea .fixedArrow:hover {
		background-color: #000;
	}
}
@media (max-width: 1180px) {
	.fixedSideArea {
		display: none;
	}
}

@media (min-width: 1181px) {
	section.unFill,
	article.unFill {
		padding-right: 99px;
	}
}

/*header*/
header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 99px;
	z-index: 100;
	max-width: calc(100% - 99px);
	background-color: rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	/*menu*/
	/* 語系 */
}
header::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
@media (max-width: 1180px) {
	header {
		max-width: 100%;
		height: 80px;
	}
}
@media (max-width: 400px) {
	header {
		height: 70px;
	}
}
header.scroll, header.show {
	border-color: #e6e6e6;
}
header.scroll::after, header.show::after {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
header.scroll .logo a::before, header.show .logo a::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
header.scroll .logo a::after, header.show .logo a::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header.scroll .menu > .menuItem a, header.show .menu > .menuItem a {
	color: #222;
}
header.scroll .menu > .menuItem a::after, header.show .menu > .menuItem a::after {
	background-color: #1d28a8;
}
header.scroll .menu > .menuItem a.current, header.show .menu > .menuItem a.current {
	color: #1d28a8;
}
@media (min-width: 1181px) {
	header.scroll .menu > .menuItem a:hover, header.show .menu > .menuItem a:hover {
		color: #1d28a8;
	}
}
header.scroll .languageBox .languageCurrent, header.show .languageBox .languageCurrent {
	color: #222;
}
header .wrap {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	height: 100%;
	max-width: 1800px;
}
@media (max-width: 1180px) {
	header .wrap {
		padding-right: 0;
		-webkit-column-gap: 10px;
		   -moz-column-gap: 10px;
		        column-gap: 10px;
	}
}
header .logo a {
	display: block;
	width: 270px;
	height: 34px;
	position: relative;
}
header .logo a::before, header .logo a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: no-repeat center center/contain;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
header .logo a::before {
	background-image: url("../images/logo_white.png");
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
header .logo a::after {
	background-image: url("../images/logo.png");
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
	        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
@media (max-width: 540px) {
	header .logo a {
		width: 224px;
		height: 28px;
	}
}
@media (max-width: 400px) {
	header .logo a {
		width: 200px;
		height: 26px;
	}
}
header .menuBox {
	margin-left: auto;
	padding: 0 64px;
	max-width: 1235px;
	width: 100%;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
@media (max-width: 1600px) {
	header .menuBox {
		padding: 0 45px;
	}
}
@media (max-width: 1400px) {
	header .menuBox {
		padding: 0 30px;
	}
}
@media (max-width: 1180px) {
	header .menuBox {
		display: none;
	}
}
header .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}
header .menu > .menuItem {
	position: relative;
	display: inline-block;
}
header .menu > .menuItem a {
	color: #fff;
	display: block;
	padding: 41px 0;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.64px;
	position: relative;
}
header .menu > .menuItem a::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 3px;
	bottom: 20px;
	left: 0;
	background-color: #f6dd00;
}
header .menu > .menuItem a.current {
	color: #f6dd00;
}
header .menu > .menuItem a.current::after {
	width: 30px;
}
@media (min-width: 1181px) {
	header .menu > .menuItem a:hover {
		color: #f6dd00;
	}
	header .menu > .menuItem a:hover::after {
		width: 30px;
	}
}
@media (max-width: 1400px) {
	header .menu > .menuItem a {
		font-size: 14px;
	}
}
header .menu .submenu {
	width: 150px;
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 99;
	text-align: center;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: 1px solid #e6e6e6;
}
header .menu .submenu .submenuItem {
	width: 100%;
	display: block;
	position: relative;
	padding: 0;
}
header .menu .submenu .submenuItem:not(:last-child) a {
	border-bottom: 1px solid #e6e6e6;
}
header .menu .submenu a {
	background-color: #fff;
	color: rgba(34, 34, 34, 0.7);
	display: block;
	padding: 10px;
}
header .menu .submenu a::after {
	display: none;
}
header .menu .submenu a.current {
	color: #1d28a8;
}
@media (min-width: 1181px) {
	header .menu .submenu a:hover {
		color: #1d28a8;
	}
}
header .languageBox {
	position: relative;
	z-index: 2;
}
header .languageBox .languageCurrent {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 4px;
	   -moz-column-gap: 4px;
	        column-gap: 4px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0px;
	text-transform: uppercase;
}
header .languageBox .languageCurrent svg {
	width: 22px;
	height: 22px;
}
header .languageBox .languageList {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
}
header .languageBox .languageList.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
header .languageBox .languageList li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .languageBox .languageList li a {
	display: block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 10px;
	text-align: center;
}
@media (min-width: 1181px) {
	header .languageBox .languageList li a:hover {
		background-color: #1d28a8;
		color: #fff;
	}
}
header .languageBox .languageList li a.current {
	background-color: #1d28a8;
	color: #fff;
}
@media (max-width: 1180px) {
	header .languageBox {
		display: none;
	}
}

/*slideMenu*/
.slideMenuTrigger {
	width: 79px;
	height: auto;
	aspect-ratio: 1/1;
	background-color: #1d28a8;
	border: 1px solid #1d28a8;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	cursor: pointer;
}
@media (min-width: 1181px) {
	.slideMenuTrigger {
		display: none;
	}
}
@media (max-width: 400px) {
	.slideMenuTrigger {
		width: 69px;
	}
}
.slideMenuTrigger .line {
	width: 50%;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before, .slideMenuTrigger .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	z-index: 1;
	-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
	transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
}
.slideMenuTrigger .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(-8px);
	        transform: translateY(-8px);
}
.slideMenuTrigger .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(8px);
	        transform: translateY(8px);
}
.slideMenuTrigger.show {
	margin-left: 0;
}
.slideMenuTrigger.show .line {
	background-color: transparent;
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before, .slideMenuTrigger.show .line::after {
	-webkit-transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out;
	transition: background-color 0.5s 0s ease-in-out, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out;
}
.slideMenuTrigger.show .line::before {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0) rotate(45deg);
	        transform: translateY(0) rotate(45deg);
}
.slideMenuTrigger.show .line::after {
	bottom: 0;
	right: 0;
	-webkit-transform: translateY(0) rotate(-45deg);
	        transform: translateY(0) rotate(-45deg);
}
@media (min-width: 1181px) {
	.slideMenuTrigger.show:hover span {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}
@media (min-width: 1181px) {
	.slideMenuTrigger:hover {
		background-color: #fff;
	}
	.slideMenuTrigger:hover span {
		background-color: transparent;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.6s ease-in-out, -webkit-transform 0.3s 0.6s ease-in-out;
	}
	.slideMenuTrigger:hover span::before, .slideMenuTrigger:hover span::after {
		background-color: #1d28a8;
		-webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out;
		transition: background-color 0.3s 0s ease-in-out, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out;
	}
	.slideMenuTrigger:hover span::before {
		-webkit-transform: translateY(0) rotate(45deg);
		        transform: translateY(0) rotate(45deg);
	}
	.slideMenuTrigger:hover span::after {
		-webkit-transform: translateY(0) rotate(-45deg);
		        transform: translateY(0) rotate(-45deg);
	}
}

.slideMenuArea {
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: #fff;
	padding-bottom: env(safe-area-inset-bottom);
	padding-top: 90px;
	pointer-events: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transition: all 0.55s ease-in-out;
	transition: all 0.55s ease-in-out;
	/* 語系 */
}
.slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	height: 100dvh;
}
.slideMenuArea.show .menuBox {
	-webkit-animation: slideDownAnimation 0.5s 0.5s ease-in-out both;
	        animation: slideDownAnimation 0.5s 0.5s ease-in-out both;
}
.slideMenuArea.show .funcBox {
	-webkit-animation: slideUpAnimation 0.5s 0.8s ease-in-out both;
	        animation: slideUpAnimation 0.5s 0.8s ease-in-out both;
}
@media (min-width: 1181px) {
	.slideMenuArea.show {
		opacity: 0;
		pointer-events: none;
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@media (max-width: 400px) {
	.slideMenuArea {
		padding-top: 80px;
	}
}
.slideMenuArea .menuBox {
	width: 100%;
	max-height: calc(100dvh - 180px);
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	padding: 0 20px;
	opacity: 0;
}
.slideMenuArea .menuBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.slideMenuArea .menuBox::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.slideMenuArea .menuBox::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
@media (max-width: 400px) {
	.slideMenuArea .menuBox {
		max-height: calc(100dvh - 160px);
	}
}
.slideMenuArea .menuBox .nav > .menuItem {
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span {
	cursor: pointer;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #222;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu > span > a.current::after {
	background-color: #1d28a8;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span::after {
	width: 100%;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a {
	color: #1d28a8;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::before, .slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
	background-color: #1d28a8;
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open > span > a::after {
	-webkit-transform: translate(-50%, 0) rotate(0);
	        transform: translate(-50%, 0) rotate(0);
}
.slideMenuArea .menuBox .nav > .menuItem.dropDown.hasSubMenu.open .submenu {
	-webkit-animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
	        animation: slideDownAnimation 0.4s 0.3s ease-in-out both;
}
.slideMenuArea .menuBox .nav > .menuItem:not(:last-child) > span {
	border-bottom: 1px solid #e6e6e6;
}
.slideMenuArea .menuBox .nav > .menuItem > span {
	display: block;
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem > span::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 1px;
	background-color: #1d28a8;
	left: 0;
	bottom: -1px;
	pointer-events: none;
}
.slideMenuArea .menuBox .nav > .menuItem a {
	color: #222;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0px;
	padding: 20px 30px;
	position: relative;
}
.slideMenuArea .menuBox .nav > .menuItem a.current {
	color: #1d28a8;
}
.slideMenuArea .menuBox .nav .submenu {
	padding: 10px 0;
	width: 100%;
	display: none;
}
.slideMenuArea .menuBox .nav .submenu.fullSubmenu .wrap {
	padding: 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem {
	padding: 5px 0;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a {
	color: rgba(34, 34, 34, 0.7);
	font-size: 15px;
	font-weight: 500;
	padding: 5px 30px;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem a.current {
	color: #1d28a8;
}
@media (min-width: 1181px) {
	.slideMenuArea .menuBox .nav .submenu .submenuItem a:hover {
		color: #1d28a8;
	}
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle {
	color: #1d28a8;
}
.slideMenuArea .menuBox .nav .submenu .submenuItem.open .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(0deg);
	        transform: translate(-50%, 0) rotate(0deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle {
	position: relative;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #1d28a8;
	position: absolute;
	top: 50%;
	right: 5px;
	-webkit-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
	z-index: 1;
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.hasThirdMenu::after {
	-webkit-transform: translate(-50%, 0) rotate(90deg);
	        transform: translate(-50%, 0) rotate(90deg);
}
.slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::before, .slideMenuArea .menuBox .nav .submenu .submenuItemTitle.current::after {
	background-color: #1d28a8;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu {
	padding: 5px 0px;
	display: none;
}
.slideMenuArea .menuBox .nav .submenu .thirdMenu a {
	color: #999;
}
.slideMenuArea .funcBox {
	opacity: 0;
	width: 100%;
	height: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	position: absolute;
	top: unset;
	left: 0;
	right: unset;
	bottom: 0;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	z-index: 1;
}
@media (max-width: 400px) {
	.slideMenuArea .funcBox {
		height: 80px;
	}
}
.slideMenuArea .languageBox {
	position: relative;
	z-index: 2;
	height: 100%;
	background-color: #f6dd00;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}
.slideMenuArea .languageBox .languageCurrent {
	position: relative;
	color: #222;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0px;
}
.slideMenuArea .languageBox .languageCurrent svg {
	width: 22px;
	height: 22px;
}
.slideMenuArea .languageBox .languageCurrent .text {
	display: none;
}
.slideMenuArea .languageBox .languageList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 8px;
	   -moz-column-gap: 8px;
	        column-gap: 8px;
}
.slideMenuArea .languageBox .languageList li:not(:first-child) {
	position: relative;
}
.slideMenuArea .languageBox .languageList li:not(:first-child)::after {
	content: "/";
	position: absolute;
	pointer-events: none;
	color: rgba(34, 34, 34, 0.7);
	font-weight: bold;
	font-size: 16px;
	left: -6px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slideMenuArea .languageBox .languageList a {
	display: block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding: 10px 5px;
	text-align: center;
	font-weight: bold;
	color: #222;
}
.slideMenuArea .languageBox .languageList a.current {
	position: relative;
	color: #1d28a8;
}
.slideMenuArea .languageBox .languageList a.current::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 30px;
	height: 2px;
	background-color: #1d28a8;
	left: 50%;
	bottom: 3px;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.slideMenuArea .searchToggle {
	display: block;
	height: 100%;
	color: #fff;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
	background-color: #1d28a8;
}
.slideMenuArea .searchToggle::after {
	content: "Search";
}
.slideMenuArea .searchToggle svg {
	width: 22px;
	height: 22px;
}

.slideMenuMask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.slideMenuMask.show {
	opacity: 1;
	pointer-events: auto;
}
@media (min-width: 1181px) {
	.slideMenuMask.show {
		opacity: 0;
		pointer-events: none;
	}
}

/*banner*/
.bannerArea,
.bannerInsArea {
	clear: both;
	position: relative;
	z-index: 1;
}
.bannerArea .wrap,
.bannerInsArea .wrap {
	padding: 0;
	max-width: 100%;
}
.bannerArea .bannerItem,
.bannerInsArea .bannerItem {
	position: relative;
}
.bannerArea .bannerItem .Txt,
.bannerInsArea .bannerItem .Txt {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: normal;
	    -ms-flex-align: normal;
	        align-items: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	max-width: 1572px;
	pointer-events: none;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.bannerArea .bannerItem .Txt .decoTitle,
.bannerInsArea .bannerItem .Txt .decoTitle {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0.96px;
	padding-bottom: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
	        column-gap: 10px;
}
.bannerArea .bannerItem .Txt .decoTitle::after,
.bannerInsArea .bannerItem .Txt .decoTitle::after {
	content: "";
	display: inline-block;
	max-width: 123px;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .decoTitle,
	.bannerInsArea .bannerItem .Txt .decoTitle {
		font-size: 22px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .decoTitle,
	.bannerInsArea .bannerItem .Txt .decoTitle {
		font-size: 20px;
	}
}
.bannerArea .bannerItem .Txt .subtitle,
.bannerInsArea .bannerItem .Txt .subtitle {
	display: block;
	color: #fff;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-weight: 700;
	font-size: 66px;
	line-height: 1;
	letter-spacing: 2.97px;
	padding-top: 11px;
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .subtitle,
	.bannerInsArea .bannerItem .Txt .subtitle {
		font-size: 58px;
		padding-top: 5px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .subtitle,
	.bannerInsArea .bannerItem .Txt .subtitle {
		font-size: 50px;
	}
}
@media (max-width: 840px) {
	.bannerArea .bannerItem .Txt .subtitle,
	.bannerInsArea .bannerItem .Txt .subtitle {
		font-size: 45px;
	}
}
@media (max-width: 540px) {
	.bannerArea .bannerItem .Txt .subtitle,
	.bannerInsArea .bannerItem .Txt .subtitle {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
}
.bannerArea .bannerItem .Txt .title,
.bannerInsArea .bannerItem .Txt .title {
	display: block;
	color: #fff;
	font-weight: 600;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 1.17px;
	padding-top: 16px;
}
@media (max-width: 1400px) {
	.bannerArea .bannerItem .Txt .title,
	.bannerInsArea .bannerItem .Txt .title {
		font-size: 40px;
		padding-top: 12px;
	}
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .title,
	.bannerInsArea .bannerItem .Txt .title {
		font-size: 35px;
	}
}
.bannerArea .bannerItem .Txt .text,
.bannerInsArea .bannerItem .Txt .text {
	margin-top: 44px;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.54px;
}
@media (max-width: 1180px) {
	.bannerArea .bannerItem .Txt .text,
	.bannerInsArea .bannerItem .Txt .text {
		font-size: 16px;
		margin-top: 30px;
	}
}
@media (max-width: 400px) {
	.bannerArea .bannerItem .Txt .text,
	.bannerInsArea .bannerItem .Txt .text {
		margin-top: 20px;
	}
}
.bannerArea .bannerItem .Txt .btn,
.bannerArea .bannerItem .Txt .bread,
.bannerInsArea .bannerItem .Txt .btn,
.bannerInsArea .bannerItem .Txt .bread {
	pointer-events: auto;
}
.bannerArea .bannerItem .Txt .bread,
.bannerInsArea .bannerItem .Txt .bread {
	padding: 0;
	margin: 0;
	margin-top: 13px;
	z-index: 3;
}
.bannerArea .bannerItem .Txt .bread a,
.bannerArea .bannerItem .Txt .bread span,
.bannerInsArea .bannerItem .Txt .bread a,
.bannerInsArea .bannerItem .Txt .bread span {
	color: #fff;
}
.bannerArea .bannerItem .Txt .bread a::before,
.bannerArea .bannerItem .Txt .bread span::before,
.bannerInsArea .bannerItem .Txt .bread a::before,
.bannerInsArea .bannerItem .Txt .bread span::before {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
@media (min-width: 1181px) {
	.bannerArea .bannerItem .Txt .bread a:hover,
	.bannerInsArea .bannerItem .Txt .bread a:hover {
		color: #1d28a8;
	}
}
.bannerArea .bannerItem .Img,
.bannerInsArea .bannerItem .Img {
	position: relative;
	z-index: 1;
}
.bannerArea .bannerItem .Img img,
.bannerInsArea .bannerItem .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bannerArea .bannerLink,
.bannerInsArea .bannerLink {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

/*footer*/
footer {
	position: relative;
	z-index: 2;
	padding-top: 70px;
	padding-bottom: 28px;
	background-color: #1b1b1b;
}
@media (min-width: 1181px) {
	footer {
		padding-right: 99px;
	}
}
footer .footerTop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (max-width: 1400px) {
	footer .footerTop {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		row-gap: 40px;
	}
}
footer .footerLogo a {
	display: block;
	width: 307px;
	height: 39px;
	background: url("../images/logo_white.png") no-repeat center center/contain;
}
@media (max-width: 400px) {
	footer .footerLogo {
		width: 100%;
	}
	footer .footerLogo a {
		width: 100%;
		height: 35px;
		background-position-x: left;
	}
}
footer .footerMenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 30px 45px;
}
footer .footerMenu a {
	color: #fff;
	position: relative;
	padding: 10px 0;
}
footer .footerMenu a::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 0;
	height: 3px;
	background-color: #f6dd00;
	left: 0;
	bottom: 0;
}
@media (min-width: 1181px) {
	footer .footerMenu a:hover {
		color: #f6dd00;
	}
	footer .footerMenu a:hover::after {
		width: 30px;
	}
}
@media (max-width: 1600px) {
	footer .footerMenu {
		-webkit-column-gap: 28px;
		   -moz-column-gap: 28px;
		        column-gap: 28px;
	}
}
@media (max-width: 840px) {
	footer .footerMenu {
		max-width: 400px;
		-webkit-column-gap: 14px;
		   -moz-column-gap: 14px;
		        column-gap: 14px;
	}
	footer .footerMenu li {
		width: calc(33.33% - 10px);
	}
}
footer .footerCenter {
	padding-top: 93px;
}
@media (max-width: 840px) {
	footer .footerCenter {
		padding-top: 60px;
	}
}
footer .infoList {
	width: 100%;
	max-width: 800px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 12px 24px;
}
footer .infoList li.address {
	width: 100%;
}
footer .infoList a,
footer .infoList span {
	line-height: 1;
	position: relative;
	color: rgba(255, 255, 255, 0.5);
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.64px;
}
footer .infoList .infoText {
	color: #fff;
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
	letter-spacing: 1px;
}
footer .infoList .infoText::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 1px;
	height: 20px;
	background-color: #fff;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (min-width: 1181px) {
	footer .infoList a:hover {
		color: #f6dd00;
	}
}
@media (max-width: 840px) {
	footer .infoList {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	footer .infoList li {
		width: 100%;
	}
}
footer .footerBottom {
	padding-top: 107px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
	        column-gap: 20px;
}
@media (max-width: 1180px) {
	footer .footerBottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		row-gap: 20px;
	}
}
@media (max-width: 840px) {
	footer .footerBottom {
		padding-top: 60px;
	}
}
footer .socialBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5px 15px;
}
footer .socialBox::before {
	content: "Follow Us";
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.7);
}
footer .socialBox .socialList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 5px 12px;
}
footer .socialBox li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
footer .socialBox a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 35px;
	height: 35px;
	color: #bbb;
	font-size: 33px;
	text-align: center;
	line-height: 46px;
}
footer .socialBox a svg {
	width: 33px;
	height: 33px;
	fill: #bbb;
}
@media (min-width: 1181px) {
	footer .socialBox a:hover {
		opacity: 0.8;
	}
}
footer .copyrightBox {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
footer .copyrightBox .copyright {
	font-size: 14px;
}
footer .copyrightBox .ibestLink a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1181px) {
	footer .copyrightBox .ibestLink a:hover {
		color: #f6dd00;
	}
}

.privacyArea {
	width: 100%;
	max-width: 800px;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 50;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea.show {
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
.privacyArea.check {
	opacity: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
}
.privacyArea .wrap {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.privacyArea .text {
	width: 100%;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	text-align: center;
}
.privacyArea .text a {
	color: #1d28a8;
	display: inline-block;
	margin-top: 8px;
	text-decoration: underline;
}
@media (min-width: 1181px) {
	.privacyArea .text a:hover {
		color: #1d28a8;
	}
}
.privacyArea .btnBox {
	width: 100%;
	margin-top: 15px;
}
.privacyArea .btnBox .btn {
	font-size: 14px;
}
@media (max-width: 540px) {
	.privacyArea .btnBox {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.privacyArea .btnBox .btn {
		width: 100%;
	}
}

/*手機快捷選單*/
.fixedQuickLink {
	width: 100%;
	background-color: #000;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5;
}
@media (min-width: 1181px) {
	.fixedQuickLink {
		display: none;
	}
}
.fixedQuickLink ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fixedQuickLink li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.fixedQuickLink li:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.fixedQuickLink a,
.fixedQuickLink button {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 55px;
	font-size: 13px;
	color: #fff;
}
.fixedQuickLink i {
	margin-bottom: 5px;
}

/*後台預覽模式 系統預設，非必要請勿刪除*/
.adminPreviewArea {
	max-width: 320px;
	border: 4px solid #ffe2e2;
	border-radius: 5px;
	background: #fdc9c9;
	color: #000;
	padding: 20px;
	position: fixed;
	top: 15px;
	right: 0;
	z-index: 99999;
}
.adminPreviewArea button {
	text-decoration: underline;
}

/*後台登入模式 系統預設，非必要請勿刪除*/
.adminLoginArea {
	width: 100%;
	background-color: rgba(180, 0, 0, 0.85);
	color: #fff;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 0.5px;
	padding-bottom: env(safe-area-inset-bottom);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	text-align: center;
}
.adminLoginArea p {
	padding: 20px 15px;
}

/*文字跑馬燈*/
.marqueeArea {
	padding: 15px 0;
	background-color: rgb(6, 21, 64);
}
.marqueeArea .title {
	float: left;
	margin-right: 20px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
@media (max-width: 640px) {
	.marqueeArea .title {
		display: none;
	}
}
.marqueeArea .title em {
	margin-left: 5px;
}
.marqueeArea .marqueeBox {
	max-height: 30px;
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtList {
	overflow: hidden;
}
.marqueeArea .marqueeBox .marqueeTxtItem {
	line-height: 20px;
}
.marqueeArea .marqueeBox .marqueeTxtItem .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.marqueeArea .marqueeBox .marqueeTxtItem .date {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	font-size: 13px;
	color: #dbdbdb;
}
@media (max-width: 640px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .date {
		display: none;
	}
}
.marqueeArea .marqueeBox .marqueeTxtItem .title {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.marqueeArea .marqueeBox .marqueeTxtItem .title a {
	color: #fff;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 1181px) {
	.marqueeArea .marqueeBox .marqueeTxtItem .title a:hover {
		color: #1d28a8;
	}
}

/*********內頁**********/
.mainArea .contentBox {
	clear: both;
}

/*bread*/
.bread {
	padding: 32px 0;
	margin-bottom: 44px;
}
@media (min-width: 1181px) {
	.bread {
		padding-right: 99px;
	}
}
@media (max-width: 1180px) {
	.bread {
		padding: 20px 0;
		margin-bottom: 30px;
	}
}
.bread .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	row-gap: 4px;
}
.bread .wrap a,
.bread .wrap span {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.5px;
	color: #222;
}
.bread .wrap a {
	color: #222;
}
.bread .wrap a.home {
	position: relative;
	padding-left: 26px;
}
.bread .wrap a.home::before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 15px;
	height: 16px;
	-webkit-mask: url("../images/icon/home.png") no-repeat center center/contain;
	        mask: url("../images/icon/home.png") no-repeat center center/contain;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-color: #222;
}
@media (min-width: 1181px) {
	.bread .wrap a:hover {
		color: #1d28a8;
	}
}
.bread .wrap span {
	color: rgba(34, 34, 34, 0.7);
}
.bread .wrap a + a,
.bread .wrap span + span,
.bread .wrap span + a,
.bread .wrap a + span {
	position: relative;
}
.bread.arrow .wrap a + a,
.bread.arrow .wrap span + span,
.bread.arrow .wrap span + a,
.bread.arrow .wrap a + span {
	padding-left: 25px;
}
.bread.arrow .wrap a + a::before,
.bread.arrow .wrap span + span::before,
.bread.arrow .wrap span + a::before,
.bread.arrow .wrap a + span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid rgba(34, 34, 34, 0.7);
	border-bottom: 1px solid rgba(34, 34, 34, 0.7);
	position: absolute;
	top: 50%;
	left: 7px;
	z-index: 1;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	        transform: translateY(-50%) rotate(-45deg);
}
.bread.verticalLine .wrap a + a,
.bread.verticalLine .wrap span + span,
.bread.verticalLine .wrap span + a,
.bread.verticalLine .wrap a + span {
	padding-left: 20px;
}
.bread.verticalLine .wrap a + a::before,
.bread.verticalLine .wrap span + span::before,
.bread.verticalLine .wrap span + a::before,
.bread.verticalLine .wrap a + span::before {
	content: "";
	width: 1px;
	height: 80%;
	background-color: rgba(34, 34, 34, 0.7);
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 1;
}
.bread.horizontalLine .wrap a + a,
.bread.horizontalLine .wrap span + span,
.bread.horizontalLine .wrap span + a,
.bread.horizontalLine .wrap a + span {
	padding-left: 25px;
}
.bread.horizontalLine .wrap a + a::before,
.bread.horizontalLine .wrap span + span::before,
.bread.horizontalLine .wrap span + a::before,
.bread.horizontalLine .wrap a + span::before {
	content: "";
	width: 8px;
	height: 1px;
	background-color: rgba(34, 34, 34, 0.7);
	position: absolute;
	top: 50%;
	left: 8px;
	z-index: 1;
}
@media (max-width: 768px) {
	.bread {
		display: none;
	}
}

/*文章標題*/
.articleTitle {
	color: #222;
	font-size: 45px;
	line-height: 1.2;
	letter-spacing: 1.35px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 18px;
	position: relative;
}
.articleTitle::before {
	content: "";
	position: absolute;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 3px;
	background: #f6dd00;
}
@media (max-width: 1400px) {
	.articleTitle {
		font-size: 40px;
	}
}
@media (max-width: 768px) {
	.articleTitle {
		font-size: 35px;
	}
}
@media (max-width: 540px) {
	.articleTitle {
		font-size: 30px;
	}
}
@media (max-width: 400px) {
	.articleTitle {
		font-size: 26px;
	}
}

/*側邊標題字*/
.sectionTitle {
	color: #222;
	font-size: 24px;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.sectionTitle span {
	display: inline-block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.sectionTitle a {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
@media (min-width: 641px) {
	.sectionTitle {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-column-gap: 32px;
		   -moz-column-gap: 32px;
		        column-gap: 32px;
	}
	.sectionTitle::after {
		content: "";
		display: inline-block;
		-ms-flex-negative: 1;
		    flex-shrink: 1;
		width: 100%;
		height: 1px;
		background-color: rgba(0, 0, 0, 0.2);
	}
}

table.breakpoint > tbody > tr > td.expand {
	background: url("../images/plus.png") no-repeat 5px center;
	cursor: pointer;
	padding-left: 40px;
}

.classNote {
	padding: 20px 0;
}
.classNote.thankInfo {
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e6e6;
}
.classNote img {
	max-width: 100%;
}

/*類別*/
.classBox {
	position: relative;
	z-index: 20;
}
.classBox::after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100dvw;
	height: 1px;
	background-color: #e6e6e6;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 1;
}
.classBox .classCurrent {
	z-index: 1;
	position: relative;
	cursor: pointer;
	color: #222;
	font-size: 18px;
	letter-spacing: 1px;
	padding: 16px 34px;
	text-align: center;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.classBox .classCurrent::before {
	content: "\f107";
	color: #222;
	font-size: 20px;
	font-family: FontAwesome;
	line-height: 1;
	margin-top: -6px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 1;
}
@media (min-width: 1181px) {
	.classBox .classCurrent {
		display: none;
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}
}
.classBox a,
.classBox span {
	cursor: pointer;
}

.classBoxRow {
	margin-bottom: 50px;
}
@media (min-width: 1181px) {
	.classBoxRow .classLink {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: normal;
		    -ms-flex-align: normal;
		        align-items: normal;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		position: relative;
	}
	.classBoxRow .classLink::before {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 1px;
		height: 100%;
		background-color: #e6e6e6;
		top: 0;
		left: 0;
	}
	.classBoxRow .classLink.singleLine li,
	.classBoxRow .classLink.singleLine .classItem {
		max-width: 100%;
	}
	.classBoxRow .classLink li,
	.classBoxRow .classLink .classItem {
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		min-width: 25%;
		max-width: 25%;
		position: relative;
		border-bottom: 1px solid #e6e6e6;
	}
	.classBoxRow .classLink li::after,
	.classBoxRow .classLink .classItem::after {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 1px;
		height: 100%;
		background-color: #e6e6e6;
		top: 0;
		right: 0;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span {
		display: -ms-grid;
		display: grid;
		place-items: center;
		height: 100%;
		padding: 25px 15px;
		text-align: center;
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0.54px;
		color: #222;
		font-weight: 600;
		position: relative;
	}
	.classBoxRow .classLink a::after,
	.classBoxRow .classLink span::after {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 0px;
		height: 3px;
		background-color: #1d28a8;
		left: 0;
		bottom: 0;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
}
@media (min-width: 1181px) and (min-width: 1181px) {
	.classBoxRow .classLink a:hover,
	.classBoxRow .classLink span:hover {
		color: #1d28a8;
		background-color: #f3f3fb;
	}
}
@media (min-width: 1181px) and (hover: none) and (pointer: coarse) {
	.classBoxRow .classLink a:active,
	.classBoxRow .classLink span:active {
		color: #1d28a8;
		background-color: #f3f3fb;
	}
}
@media (min-width: 1181px) {
	.classBoxRow .classLink a.current,
	.classBoxRow .classLink span.current {
		color: #1d28a8;
	}
	.classBoxRow .classLink a.current::after,
	.classBoxRow .classLink span.current::after {
		width: 100%;
	}
}

.classBoxColumn {
	margin-bottom: 30px;
}
.classBoxColumn .classLink .linkHasItems::before, .classBoxColumn .classLink .linkHasItems::after {
	content: "";
	width: 13px;
	height: 1px;
	background-color: #2f2f2f;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.classBoxColumn .classLink .linkHasItems::before {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.classBoxColumn .classLink .linkHasItems::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	        transform: translateY(-50%) rotate(90deg);
}
.classBoxColumn .classLink .linkHasItems.open {
	background-color: #1d28a8;
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::before, .classBoxColumn .classLink .linkHasItems.open::after {
	background-color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open::after {
	-webkit-transform: translateY(-50%) rotate(0);
	        transform: translateY(-50%) rotate(0);
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span {
	padding-left: 25px;
	background-color: #f1f1f1;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.current,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.current {
	background-color: rgba(29, 40, 168, 0.75);
	color: #fff;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a.open,
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span.open {
	background-color: rgba(29, 40, 168, 0.75);
	color: #fff;
}
@media (min-width: 1181px) {
	.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem a:hover,
	.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem span:hover {
		background-color: rgba(29, 40, 168, 0.75);
	}
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a {
	padding-left: 35px;
}
.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a.current {
	background-color: rgba(29, 40, 168, 0.5);
	color: #fff;
}
@media (min-width: 1181px) {
	.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem .dataList a:hover {
		background-color: rgba(29, 40, 168, 0.5);
	}
}
@media (min-width: 1181px) {
	.classBoxColumn .classLink .linkHasItems.open + .dataList > .dataItem {
		-webkit-animation: aniSlideLeft 0.5s 0.3s ease-out both;
		        animation: aniSlideLeft 0.5s 0.3s ease-out both;
	}
}
@media (min-width: 1181px) {
	.classBoxColumn .classLink > .classItem:not(:first-child) {
		border-top: 1px solid #e6e6e6;
	}
	.classBoxColumn .classLink .dataList {
		display: none;
	}
	.classBoxColumn .classLink .dataList .dataItem:not(:first-child) {
		border-top: 1px solid #e6e6e6;
	}
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		color: #222;
		display: block;
		line-height: 1.2;
		letter-spacing: 0.2rem;
		padding: 18px 15px;
		position: relative;
	}
	.classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span.current {
		background-color: #1d28a8;
		color: #fff;
	}
	.classBoxColumn .classLink a.current::before, .classBoxColumn .classLink a.current::after,
	.classBoxColumn .classLink span.current::before,
	.classBoxColumn .classLink span.current::after {
		background-color: #fff;
	}
}
@media (min-width: 1181px) and (min-width: 1181px) {
	.classBoxColumn .classLink a:hover,
	.classBoxColumn .classLink span:hover {
		background-color: #1d28a8;
		color: #fff;
	}
	.classBoxColumn .classLink a:hover::before, .classBoxColumn .classLink a:hover::after,
	.classBoxColumn .classLink span:hover::before,
	.classBoxColumn .classLink span:hover::after {
		background-color: #fff;
	}
}

@media (max-width: 1180px) {
	.classBoxRow.sticky,
	.classBoxColumn.sticky {
		position: sticky;
		top: 79px;
	}
	.classBoxRow.sticky::before,
	.classBoxColumn.sticky::before {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 100dvw;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		background-color: #fff;
		z-index: 0;
	}
}
@media (max-width: 400px) {
	.classBoxRow.sticky,
	.classBoxColumn.sticky {
		top: 69px;
	}
}
@media (max-width: 1180px) {
	.classBoxRow .classLink,
	.classBoxColumn .classLink {
		width: 100%;
		max-height: 65dvh;
		background-color: #fff;
		overflow-y: auto;
		z-index: 20;
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		opacity: 0;
		pointer-events: none;
		translate: 0 -10px;
		-webkit-transition: opacity 0.1s ease-in-out, translate 0.1s 0.1s ease-in-out;
		transition: opacity 0.1s ease-in-out, translate 0.1s 0.1s ease-in-out;
	}
	.classBoxRow .classLink.open,
	.classBoxColumn .classLink.open {
		opacity: 1;
		pointer-events: auto;
		translate: 0 0;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.classBoxRow .classLink > li,
	.classBoxRow .classLink .classItem,
	.classBoxColumn .classLink > li,
	.classBoxColumn .classLink .classItem {
		border-bottom: 1px solid #e6e6e6;
	}
	.classBoxRow .classLink > li > a.current,
	.classBoxRow .classLink > li span.current,
	.classBoxRow .classLink .classItem > a.current,
	.classBoxRow .classLink .classItem span.current,
	.classBoxColumn .classLink > li > a.current,
	.classBoxColumn .classLink > li span.current,
	.classBoxColumn .classLink .classItem > a.current,
	.classBoxColumn .classLink .classItem span.current {
		color: #1d28a8;
	}
	.classBoxRow .classLink > li ul,
	.classBoxRow .classLink > li .dataList,
	.classBoxRow .classLink .classItem ul,
	.classBoxRow .classLink .classItem .dataList,
	.classBoxColumn .classLink > li ul,
	.classBoxColumn .classLink > li .dataList,
	.classBoxColumn .classLink .classItem ul,
	.classBoxColumn .classLink .classItem .dataList {
		display: none;
	}
	.classBoxRow .classLink a,
	.classBoxRow .classLink span,
	.classBoxColumn .classLink a,
	.classBoxColumn .classLink span {
		position: relative;
		color: #222;
		display: block;
		padding: 14px 15px;
		text-align: center;
		position: relative;
	}
	.classBoxRow .classLink a::after,
	.classBoxRow .classLink span::after,
	.classBoxColumn .classLink a::after,
	.classBoxColumn .classLink span::after {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 0px;
		height: 3px;
		background-color: #1d28a8;
		left: 0;
		bottom: -1px;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
	}
	.classBoxRow .classLink a.current,
	.classBoxRow .classLink span.current,
	.classBoxColumn .classLink a.current,
	.classBoxColumn .classLink span.current {
		color: #1d28a8;
	}
	.classBoxRow .classLink a.current::after,
	.classBoxRow .classLink span.current::after,
	.classBoxColumn .classLink a.current::after,
	.classBoxColumn .classLink span.current::after {
		width: 100%;
	}
}

.classBoxArea {
	border-top: 1px solid #e6e6e6;
	overflow-x: clip;
}
.classBoxArea .classBox {
	margin-bottom: 0;
}
@media (max-width: 1180px) {
	.classBoxArea.sticky {
		z-index: 30;
		position: sticky;
		top: 79px;
		overflow: unset;
	}
	.classBoxArea.sticky::before {
		content: "";
		position: absolute;
		pointer-events: none;
		width: 100dvw;
		height: 100%;
		left: 50%;
		top: 0;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
		background-color: #fff;
		z-index: 0;
	}
}
@media (max-width: 400px) {
	.classBoxArea.sticky {
		top: 69px;
	}
}

/*頁碼*/
.pageBox {
	position: relative;
	z-index: 1;
}
.pageBox .pageList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	row-gap: 20px;
	padding-top: 80px;
}
@media (max-width: 1180px) {
	.pageBox .pageList {
		padding-top: 60px;
	}
}
@media (max-width: 400px) {
	.pageBox .pageList {
		padding-top: 40px;
	}
}
.pageBox .pageList a {
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #1d28a8;
	border: 1px solid #1d28a8;
}
.pageBox .pageList a.prevBtn::before, .pageBox .pageList a.nextBtn::before {
	content: "";
	width: 10px;
	height: 10px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: block;
	position: absolute;
}
.pageBox .pageList a.prevBtn::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.pageBox .pageList a.nextBtn::before {
	-webkit-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
@media (min-width: 1181px) {
	.pageBox .pageList a:hover {
		border: 1px solid #222;
		background-color: #222;
		color: #fff;
	}
	.pageBox .pageList a:hover.prevBtn::before, .pageBox .pageList a:hover.nextBtn::before {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
.pageBox .pageList.number {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.pageBox .pageList.number.oval a {
	width: 50px;
}
.pageBox .pageList.number a {
	width: 54px;
	height: 54px;
	font-weight: 400;
	line-height: 52px;
	position: relative;
	text-align: center;
}
.pageBox .pageList.number a.prevBtn::before, .pageBox .pageList.number a.nextBtn::before {
	margin: auto;
	top: 0;
	bottom: 0;
}
.pageBox .pageList.number a.prevBtn::before {
	left: 5px;
	right: 0;
}
.pageBox .pageList.number a.nextBtn::before {
	left: 0;
	right: 5px;
}
.pageBox .pageList.number a.firstBtn, .pageBox .pageList.number a.lastBtn {
	width: auto;
	height: auto;
	border: none;
	padding: 5px 10px;
	margin: 0;
}
@media (min-width: 1181px) {
	.pageBox .pageList.number a.firstBtn:hover, .pageBox .pageList.number a.lastBtn:hover {
		background-color: transparent;
		color: #1d28a8;
	}
}
.pageBox .pageList.number a.current {
	border: 1px solid #1d28a8;
	background-color: #1d28a8;
	color: #fff;
}
@media (min-width: 1181px) {
	.pageBox .pageList.number a:hover.firstBtn::before, .pageBox .pageList.number a:hover.firstBtn::after, .pageBox .pageList.number a:hover.lastBtn::before, .pageBox .pageList.number a:hover.lastBtn::after {
		border-left: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
}
@media (max-width: 1180px) {
	.pageBox .pageList.number .pageNumberBtnBox {
		display: none;
	}
}
.pageBox .pageList.number .pageNumberSelect {
	width: 30px;
	height: 30px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	text-align: center;
	margin: 5px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: 1px solid #c2c2c2;
	color: #666;
	display: block;
	font-size: 15px;
}
@media (min-width: 1180px) {
	.pageBox .pageList.number .pageNumberSelect {
		display: none;
	}
}
.pageBox .pageList.number .pageNumber {
	padding: 0 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	font-weight: 500;
	color: #222;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.72px;
}
.pageBox .pageList.number .pageNumber .totalPage {
	position: relative;
	padding-left: 28px;
	color: #b3b3b3;
}
.pageBox .pageList.number .pageNumber .totalPage::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 16px;
	top: 2px;
	width: 2px;
	height: 16px;
	-webkit-transform: rotate(16deg);
	        transform: rotate(16deg);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	background-color: #b3b3b3;
}
@media (max-width: 320px) {
	.pageBox .pageList.number .pageNumber {
		width: 100%;
	}
}
.pageBox .pageList.prevnext li.prev {
	margin-right: auto;
}
.pageBox .pageList.prevnext li.next {
	margin-left: auto;
}
.pageBox .pageList.prevnext a {
	width: 180px;
	height: 45px;
	font-weight: 300;
	line-height: 43px;
	padding: 0 20px;
	position: relative;
}
.pageBox .pageList.prevnext a::after {
	content: attr(data-near-title);
	position: absolute;
	pointer-events: none;
	top: 50%;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	width: 30dvw;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 0.36px;
	color: #222;
	font-weight: 400;
}
.pageBox .pageList.prevnext a.prevBtn::before, .pageBox .pageList.prevnext a.nextBtn::before {
	top: calc(50% - 5px);
}
.pageBox .pageList.prevnext a.prevBtn {
	text-align: right;
}
.pageBox .pageList.prevnext a.prevBtn::before {
	left: 15px;
}
.pageBox .pageList.prevnext a.prevBtn::after {
	right: -24px;
	-webkit-transform: translate(100%, -50%);
	        transform: translate(100%, -50%);
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn {
	margin-left: auto;
	text-align: left;
}
.pageBox .pageList.prevnext a.nextBtn::before {
	right: 15px;
}
.pageBox .pageList.prevnext a.nextBtn::after {
	left: -24px;
	-webkit-transform: translate(-100%, -50%);
	        transform: translate(-100%, -50%);
	text-align: right;
}
@media (max-width: 1180px) {
	.pageBox .pageList.prevnext a::after {
		font-size: 16px;
	}
}
@media (max-width: 840px) {
	.pageBox .pageList.prevnext a::after {
		display: none;
	}
}
@media (max-width: 768px) {
	.pageBox .pageList.prevnext a {
		width: 125px;
		padding: 0 15px;
	}
}
@media (max-width: 640px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 15px);
	}
	.pageBox .pageList.prevnext a {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.pageBox .pageList.prevnext li {
		width: calc(50% - 10px);
	}
}
.pageBox .pageList.prevnext.circle a, .pageBox .pageList.prevnext.square a {
	width: 54px;
	height: 54px;
	padding: 0;
}
.pageBox .pageList.prevnext.circle a span, .pageBox .pageList.prevnext.square a span {
	display: none;
}
.pageBox .pageList.prevnext.circle a.prevBtn::before, .pageBox .pageList.prevnext.square a.prevBtn::before {
	left: calc(50% - 3px);
}
.pageBox .pageList.prevnext.circle a.nextBtn::before, .pageBox .pageList.prevnext.square a.nextBtn::before {
	right: calc(50% - 3px);
}
.pageBox .pageList.circle a {
	border-radius: 50%;
	overflow: hidden;
}
.pageBox .pageList.oval a {
	border-radius: 30px;
	overflow: hidden;
}

/*標籤*/
.tagBox {
	padding: 20px 0;
}
.tagBox b {
	display: inline-block;
	margin-right: 10px;
}
.tagBox ul {
	display: inline-block;
}
.tagBox li {
	display: inline-block;
	margin-bottom: 5px;
}
.tagBox a {
	position: relative;
	display: block;
	margin: 0 3px;
	padding: 5px 10px;
	border: 1px solid #1d28a8;
	font-size: 13px;
	color: #1d28a8;
}
@media (min-width: 1181px) {
	.tagBox a:hover {
		color: #fff;
		background-color: #1d28a8;
	}
}
.tagBox a.current {
	color: #fff;
	background-color: #1d28a8;
}
.tagBox a.current:before {
	content: "\f00d";
	margin-right: 5px;
	font-family: FontAwesome;
	font-size: 12px;
}

/*頁籤*/
.tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 87px;
}
@media (max-width: 1180px) {
	.tab {
		padding-top: 65px;
	}
}
@media (max-width: 400px) {
	.tab {
		padding-top: 35px;
	}
}
.tab .tabItem {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.tab a {
	position: relative;
	z-index: 2;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	color: #222;
	background-color: #f3f3fb;
	padding: 23px 10px;
	text-align: center;
	word-break: break-word;
}
.tab a::after {
	content: "";
	position: absolute;
	pointer-events: none;
	z-index: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16.5px 9.5px 0 9.5px;
	border-color: #f3f3fb transparent transparent transparent;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	top: calc(100% - 1px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	translate: 0 -15px;
	opacity: 0;
}
@media (min-width: 1181px) {
	.tab a:hover {
		color: #1d28a8;
	}
}
.tab a.current {
	background-color: #1d28a8;
	color: #fff;
}
.tab a.current::after {
	translate: 0 0;
	opacity: 1;
	border-color: #1d28a8 transparent transparent transparent;
}

/*頁籤內容*/
.tabContent {
	margin-top: 60px;
	padding: 56px;
	border: 1px solid #1d28a8;
}
.tabContent .tabContentItem {
	display: none;
}
@media (max-width: 768px) {
	.tabContent {
		padding: 30px;
	}
}
@media (max-width: 400px) {
	.tabContent {
		padding: 20px;
	}
}

/*相簿*/
.albumBox {
	width: 50%;
	margin-right: 30px;
}
@media (max-width: 768px) {
	.albumBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}
.albumBox .albumList .albumItem {
	cursor: pointer;
}
.albumBox .albumList .albumItem img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.albumBox .albumListMain .albumItem {
	height: 400px;
}
.albumBox .albumListNav {
	margin: 15px -5px 0;
}
.albumBox .albumListNav .albumItem {
	aspect-ratio: 4/3;
	padding: 0 5px;
}

/*側邊_menu*/
.side_menu {
	margin-bottom: 50px;
}
.side_menu li {
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}
.side_menu li > a {
	display: block;
	font-size: 14px;
	padding: 10px 15px;
}
.side_menu li > a.current {
	background-color: #8c8c8c;
	color: #fff;
}
.side_menu li > a b {
	color: #808080;
	font-size: 13px;
	font-weight: 400;
	margin-left: 10px;
}
.side_menu dl {
	padding-left: 25px;
}
.side_menu dl a {
	display: block;
	padding: 10px 15px;
	font-size: 14px;
}
.side_menu dl a.current {
	color: #000;
	text-decoration: underline;
}

/*側邊_相簿*/
.side_album {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: -10px;
}
.side_album li {
	float: left;
	width: 33.33%;
	padding: 0 10px 10px 0;
}
.side_album a {
	display: block;
	-webkit-box-shadow: 2px 2px 5px #c3c3c3;
	        box-shadow: 2px 2px 5px #c3c3c3;
}
.side_album a img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/*對應&相關*/
.sideDataArea {
	padding-top: 27px;
	overflow-x: clip;
}
.sideDataArea .sideDataTopBox {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 10px 32px;
}
@media (max-width: 640px) {
	.sideDataArea .sideDataTopBox {
		gap: 10px 20px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.sideDataArea .sideDataBox {
	padding-top: 26px;
}
.sideDataArea .sideDataList {
	width: calc(100% + 34px);
	margin: 0 -17px;
}
.sideDataArea .sideDataList .sideDataItem {
	padding: 0 17px;
}
.sideDataArea .sideDataList .item {
	position: relative;
	overflow: hidden;
}
.sideDataArea .sideDataList .item::after {
	content: "+";
	position: absolute;
	pointer-events: none;
	width: 54px;
	height: 54px;
	background-color: #f6dd00;
	right: 0;
	bottom: -1px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	color: #fff;
	font-size: 34px;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
}
@media (min-width: 1181px) {
	.sideDataArea .sideDataList .item:hover::after {
		-webkit-transition-delay: 0.2s;
		        transition-delay: 0.2s;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	.sideDataArea .sideDataList .item:hover .Img::after {
		height: 100%;
		bottom: 0;
		top: auto;
	}
	.sideDataArea .sideDataList .item:hover .Img img {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
	.sideDataArea .sideDataList .item:hover .Txt.front {
		-webkit-transform: translateY(100%);
		        transform: translateY(100%);
	}
	.sideDataArea .sideDataList .item:hover .Txt.back {
		-webkit-transition-delay: 0.2s;
		        transition-delay: 0.2s;
		opacity: 1;
		translate: 0 0;
	}
}
.sideDataArea .sideDataList .Img {
	height: 264px;
	overflow: hidden;
}
.sideDataArea .sideDataList .Img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.sideDataArea .sideDataList .Txt {
	pointer-events: none;
}
.sideDataArea .sideDataList .Txt.front {
	background-color: #f5f5f5;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 0 30px;
	height: 54px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.sideDataArea .sideDataList .Txt.front .title {
	color: #222;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.sideDataArea .sideDataList .Txt.back {
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 0;
	padding: 30px;
	translate: -8px 0;
}
.sideDataArea .sideDataList .Txt.back .title,
.sideDataArea .sideDataList .Txt.back .subtitle {
	color: #fff;
}
.sideDataArea .sideDataList .Txt .title,
.sideDataArea .sideDataList .Txt .subtitle {
	font-size: 16px;
	line-height: 1.3;
	letter-spacing: 0.48px;
}
.sideDataArea .sideDataList .Txt .subtitle {
	margin-top: 12px;
}
@media (max-width: 1180px) {
	.sideDataArea .sideDataList {
		margin: 0 -10px;
		width: calc(100% + 20px);
	}
	.sideDataArea .sideDataList .sideDataItem {
		padding: 0 10px;
	}
	.sideDataArea .sideDataList .Txt.front {
		padding: 0 20px;
	}
	.sideDataArea .sideDataList .Txt .title,
	.sideDataArea .sideDataList .Txt .subtitle {
		font-size: 15px;
	}
}
@media (max-width: 400px) {
	.sideDataArea .sideDataList {
		margin: 0;
	}
	.sideDataArea .sideDataList .sideDataItem {
		padding: 0;
	}
}

/*圖片Hover效果1: 放大淡出*/
.imh_opacity {
	overflow: hidden;
}
.imh_opacity img {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (min-width: 1181px) {
	.imh_opacity:hover {
		background-color: #000;
	}
	.imh_opacity:hover img {
		opacity: 0.8;
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
}

.slick-slider .slick-arrow,
.controlBox .slick-arrow {
	width: 24px;
	height: 24px;
	border-radius: 0;
	background-color: transparent !important;
	cursor: pointer;
	overflow: hidden;
	border: none;
	position: absolute;
	z-index: 2;
	margin: 0;
	pointer-events: auto;
}
.slick-slider .slick-arrow::before,
.controlBox .slick-arrow::before {
	content: "";
	border: none;
	display: block;
	opacity: 1;
	pointer-events: none;
	z-index: 2;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 9px;
	height: 15px;
	background-color: #222;
	-webkit-mask: url("../images/icon/slick-arrow.png") no-repeat center center/contain;
	        mask: url("../images/icon/slick-arrow.png") no-repeat center center/contain;
}
.slick-slider .slick-arrow.slick-prev::before,
.controlBox .slick-arrow.slick-prev::before {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
@media (min-width: 1181px) {
	.slick-slider .slick-arrow:hover::before,
	.controlBox .slick-arrow:hover::before {
		background-color: #f6dd00;
	}
}
.slick-slider .slick-arrow.cube,
.controlBox .slick-arrow.cube {
	width: 54px;
	height: 54px;
	background-color: #1d28a8 !important;
}
.slick-slider .slick-arrow.cube::before,
.controlBox .slick-arrow.cube::before {
	background-color: #fff;
}
@media (min-width: 1181px) {
	.slick-slider .slick-arrow.cube:hover,
	.controlBox .slick-arrow.cube:hover {
		background-color: #141c75 !important;
	}
	.slick-slider .slick-arrow.cube:hover::before,
	.controlBox .slick-arrow.cube:hover::before {
		background-color: #fff;
	}
}
.slick-slider .slick-dots,
.controlBox .slick-dots {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 640px) {
	.slick-slider .slick-dots,
	.controlBox .slick-dots {
		gap: 10px;
	}
}
.slick-slider .slick-dots.center,
.controlBox .slick-dots.center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-slider .slick-dots.vertical,
.controlBox .slick-dots.vertical {
	width: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: absolute;
}
.slick-slider .slick-dots.large li,
.controlBox .slick-dots.large li {
	width: 16px;
	height: 16px;
}
.slick-slider .slick-dots.white li button::before,
.controlBox .slick-dots.white li button::before {
	background-color: #fff;
}
.slick-slider .slick-dots li,
.controlBox .slick-dots li {
	margin: 0;
	width: 7.5px;
	height: 7.5px;
	border-radius: 50%;
	overflow: hidden;
}
.slick-slider .slick-dots li button,
.controlBox .slick-dots li button {
	width: 100%;
	height: 100%;
	border: none;
	color: transparent;
	display: block;
	padding: 0;
	position: relative;
}
.slick-slider .slick-dots li button::before,
.controlBox .slick-dots li button::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f0f0f0;
	border: none;
	border-radius: 50%;
	color: transparent;
	font-size: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.slick-slider .slick-dots li.slick-active button::before,
.controlBox .slick-dots li.slick-active button::before {
	background-color: #f6dd00;
	opacity: 1;
}
@media (min-width: 1181px) {
	.slick-slider .slick-dots li:hover button::before,
	.controlBox .slick-dots li:hover button::before {
		background-color: #f6dd00;
		opacity: 1;
	}
}
.slick-slider .pageBox,
.controlBox .pageBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	font-weight: 500;
	color: #222;
	font-family: "Roboto", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.72px;
}
.slick-slider .pageBox .totalPage,
.controlBox .pageBox .totalPage {
	position: relative;
	padding-left: 28px;
	color: #b3b3b3;
}
.slick-slider .pageBox .totalPage::after,
.controlBox .pageBox .totalPage::after {
	content: "";
	position: absolute;
	pointer-events: none;
	left: 16px;
	top: 2px;
	width: 2px;
	height: 16px;
	-webkit-transform: rotate(16deg);
	        transform: rotate(16deg);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	background-color: #b3b3b3;
}

.controlBox {
	position: relative;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	gap: 10px 15px;
}
.controlBox.fill {
	width: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.controlBox.white .pageBox {
	color: #fff;
}
.controlBox.white .pageBox .totalPage {
	color: #fff;
}
.controlBox.white .pageBox .totalPage::after {
	background-color: #fff;
}
@media (min-width: 1181px) {
	.controlBox.white .arrowBox .slick-arrow:not(:hover)::before {
		background-color: #fff;
	}
}
@media (max-width: 1180px) {
	.controlBox.white .arrowBox .slick-arrow::before {
		background-color: #fff;
	}
}
.controlBox .arrowBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-column-gap: 6px;
	   -moz-column-gap: 6px;
	        column-gap: 6px;
}
.controlBox .slick-arrow {
	position: relative;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	-webkit-transform: none;
	        transform: none;
}

.slickClsList:not(.slick-slider) {
	overflow: hidden;
}
.slickClsList:not(.slick-slider) .slickClsItem:not(:first-child) {
	display: none;
}

/*img lazy load */
.Img {
	position: relative;
}
.Img.observer:not(.loaded), .Img.observerSlick:not(.loaded) {
	-webkit-animation: imgLoading 0.9s ease infinite;
	        animation: imgLoading 0.9s ease infinite;
	background-size: 400% 100%;
	background-image: linear-gradient(135deg, rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(246, 246, 246), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225), rgb(225, 225, 225));
	background-color: #f0f0f0;
}
.Img.observer:not(.loaded) img, .Img.observerSlick:not(.loaded) img {
	opacity: 0 !important;
	-webkit-transition: all 1.2s ease !important;
	transition: all 1.2s ease !important;
}

/* lightgallery 圖片不被標題、選單遮擋 */
.lg-outer.lg-thumb-open .lg .lg-img-wrap {
	padding-bottom: 138px;
}
.lg-outer .lg .lg-img-wrap {
	padding-top: 47px;
	padding-bottom: 38px;
}

/* scroll hint */
.scrollHint {
	width: 120px;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 5;
}
.scrollHint.hide {
	opacity: 0;
}
.scrollHint.horizontal .scrollIcon {
	-webkit-animation: scrollHorizontal 1.25s ease-out infinite;
	        animation: scrollHorizontal 1.25s ease-out infinite;
}
.scrollHint.vertical .scrollIcon {
	-webkit-animation: scrollVertical 1.25s ease-out infinite;
	        animation: scrollVertical 1.25s ease-out infinite;
}
.scrollHint .scrollIcon {
	position: relative;
	content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" d="M13 2c-1.645 0-3 1.355-3 3v11.813l-.656-.688l-.25-.219a2.968 2.968 0 0 0-4.188 0a2.968 2.968 0 0 0 0 4.188v.031l8.188 8.094l.062.031l.031.063a8.307 8.307 0 0 0 5 1.687h1.72a8.17 8.17 0 0 0 8.187-8.188V14c0-1.645-1.356-3-3-3c-.426 0-.82.117-1.188.281C23.578 9.981 22.395 9 21 9c-.766 0-1.469.3-2 .781A2.984 2.984 0 0 0 17 9a2.95 2.95 0 0 0-1 .188V5c0-1.645-1.355-3-3-3m0 2c.555 0 1 .445 1 1v11h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2v-4c0-.555.445-1 1-1c.555 0 1 .445 1 1v4h2.094v-2c0-.555.445-1 1-1c.554 0 1 .445 1 1v7.813c0 3.464-2.723 6.187-6.188 6.187h-1.718c-1.465 0-2.731-.523-3.782-1.313l-8.094-8c-.445-.445-.445-.93 0-1.375c.446-.445.93-.445 1.375 0L12 21.625V5c0-.555.445-1 1-1"/></svg>');
	width: 32px;
	height: 32px;
	-webkit-filter: invert(1);
	        filter: invert(1);
	z-index: 2;
}
.scrollHint .scrollText {
	margin-top: 10px;
	color: #fff;
}

/* toast */
.toastMessageBox {
	position: fixed;
	z-index: 1005;
}
.toastMessageBox.top {
	top: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.top {
		top: 10px;
	}
}
.toastMessageBox.right {
	right: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.right {
		right: 10px;
	}
}
.toastMessageBox.bottom {
	bottom: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.bottom {
		bottom: 10px;
	}
}
.toastMessageBox.left {
	left: 40px;
}
@media (max-width: 640px) {
	.toastMessageBox.left {
		left: 10px;
	}
}
.toastMessageBox .toastMessage {
	cursor: pointer;
	color: #fff;
	display: block;
	margin: 10px;
	padding: 10px 20px;
	border-radius: 5px;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.toastMessageBox .toastMessage.show {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.toastMessageBox .toastMessageText {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.toastMessageBox .toastMessageText i {
	font-size: 24px;
	margin-right: 10px;
}

.slideModuleBox.moduleBox {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 0;
	top: 0;
	background-color: rgba(209, 209, 209, 0.8);
}
@-webkit-keyframes modlueSildeLeftAnimation {
	0% {
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes modlueSildeLeftAnimation {
	0% {
		-webkit-transform: translateX(50px);
		        transform: translateX(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes modlueSildeTopAnimation {
	0% {
		-webkit-transform: translateY(50px);
		        transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes modlueSildeTopAnimation {
	0% {
		-webkit-transform: translateY(50px);
		        transform: translateY(50px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
.slideModuleBox.moduleBox.show .moduleWrap {
	-webkit-animation: modlueSildeLeftAnimation 0.8s ease-in-out;
	        animation: modlueSildeLeftAnimation 0.8s ease-in-out;
}
@media (max-width: 1200px) {
	.slideModuleBox.moduleBox.show .moduleWrap {
		-webkit-animation: modlueSildeTopAnimation 0.8s ease-in-out;
		        animation: modlueSildeTopAnimation 0.8s ease-in-out;
	}
}
@media (max-width: 1200px) {
	.slideModuleBox.moduleBox {
		padding: 40px 20px 20px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}
.slideModuleBox.moduleBox .moduleClose {
	background: transparent;
	border-radius: 99px;
	width: 50px;
	height: 50px;
	border: 1px solid #414141;
	right: 60px;
	top: 47px;
}
@media (max-width: 720px) {
	.slideModuleBox.moduleBox .moduleClose {
		left: 50%;
		top: 20px;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
.slideModuleBox.moduleBox .moduleClose::before, .slideModuleBox.moduleBox .moduleClose::after {
	background-color: #666666;
	width: 26px;
	margin-left: -12px;
}
.slideModuleBox.moduleBox .moduleClose:hover {
	background-color: #666666;
}
.slideModuleBox.moduleBox .moduleClose:hover::before, .slideModuleBox.moduleBox .moduleClose:hover::after {
	background-color: #fff;
}
.slideModuleBox.moduleBox .moduleWrap {
	max-width: 860px;
	height: 100%;
	-webkit-transform: none;
	        transform: none;
	padding-top: 153px;
}
@media (max-width: 720px) {
	.slideModuleBox.moduleBox .moduleWrap {
		padding-top: 100px;
	}
}
.slideModuleBox.moduleBox .moduleContent {
	padding: 0 60px;
	padding-left: 77px;
	overflow-y: auto;
}
.slideModuleBox.moduleBox .moduleContent::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.slideModuleBox.moduleBox .moduleContent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.slideModuleBox.moduleBox .moduleContent::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
@media (max-width: 960px) {
	.slideModuleBox.moduleBox .moduleContent {
		padding: 0 20px;
	}
}
.slideModuleBox.moduleBox .moduleContent .text {
	font-size: 17px;
	color: #888888;
	letter-spacing: 2.5px;
}
@media (max-width: 720px) {
	.slideModuleBox.moduleBox .moduleContent .text {
		font-size: 15px;
		letter-spacing: 1.2px;
	}
}
.slideModuleBox.moduleBox .moduleTitle {
	text-align: left;
	font-size: 34px;
	font-weight: 500;
	color: #1d28a8;
	padding-bottom: 13px;
}

#SDGsModule .moduleWrap {
	max-width: 960px;
	height: 100%;
	padding-right: 150px;
	padding-top: 152px;
}
@media (max-width: 1400px) {
	#SDGsModule .moduleWrap {
		padding-right: 80px;
	}
}
@media (max-width: 1200px) {
	#SDGsModule .moduleWrap {
		padding-top: 110px;
	}
}
@media (max-width: 1024px) {
	#SDGsModule .moduleWrap {
		padding-right: 20px;
		padding-left: 20px;
	}
}
#SDGsModule .topBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 20px;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
#SDGsModule .topBox::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background-color: #1d28a8;
	bottom: 0;
	left: auto;
}
#SDGsModule .topBox .line {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	height: 1px;
	background-color: #e5e5e5;
	background-clip: content-box;
	padding: 0 36px;
	width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin-top: 8px;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox .line {
		margin-bottom: 0;
		margin-top: 0;
	}
}
@media (max-width: 1024px) {
	#SDGsModule .topBox .line {
		padding: 0 20px;
	}
}
#SDGsModule .topBox .classTitle {
	font-size: 15px;
	color: #1d28a8;
	padding-top: 23px;
	line-height: 1.2;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	letter-spacing: 1.2px;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox .classTitle {
		padding-top: 0;
	}
}
#SDGsModule .topBox .dateBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox .dateBox {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
#SDGsModule .topBox .dateBox .date {
	font-size: 34px;
	font-weight: 500;
	color: #555555;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox .dateBox .date {
		font-size: 24px;
	}
}
#SDGsModule .topBox .dateBox .year {
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 10px;
	padding-right: 30px;
	letter-spacing: 1.1px;
	position: relative;
}
@media (max-width: 1200px) {
	#SDGsModule .topBox .dateBox .year {
		font-size: 14px;
		margin-bottom: 0;
	}
}
#SDGsModule .topBox .dateBox .year::after {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 99px;
	background-color: #c9c9c9;
	right: 10px;
	top: 6px;
}
@media (max-width: 1200px) {
	#SDGsModule .moduleClose {
		left: 50%;
		top: 40px;
		-webkit-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
#SDGsModule .moduleContent {
	padding-left: 80px;
	padding-bottom: 60px;
}
@media (max-width: 1200px) {
	#SDGsModule .moduleContent {
		padding-bottom: 80px;
		padding-right: 0px;
	}
	#SDGsModule .moduleContent::-webkit-scrollbar {
		display: none;
	}
}
@media (max-width: 1024px) {
	#SDGsModule .moduleContent {
		padding-left: 0px;
	}
}
#SDGsModule .moduleContent .moduleTitle {
	line-height: 1.5;
	padding-bottom: 70px;
}
@media (max-width: 1200px) {
	#SDGsModule .moduleContent .moduleTitle {
		font-size: 28px;
	}
}
@media (max-width: 1024px) {
	#SDGsModule .moduleContent .moduleTitle {
		padding-bottom: 50px;
	}
}
@media (max-width: 540px) {
	#SDGsModule .moduleContent .moduleTitle {
		padding-bottom: 40px;
	}
}
#SDGsModule .moduleContent .Img {
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 18px;
}
#SDGsModule .moduleContent .Img img {
	width: 100%;
}
#SDGsModule .moduleContent .textEditor {
	font-size: 17px;
	color: #666666;
	letter-spacing: 1.1px;
}

.esg_slideMenuTrigger {
	width: 50px;
	height: 50px;
	border: solid 1px #000000;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	margin-left: 30px;
	cursor: pointer;
}
@media (max-width: 1700px) {
	.esg_slideMenuTrigger {
		margin-left: 10px;
	}
}
@media (max-width: 1200px) {
	.esg_slideMenuTrigger {
		width: 42px;
		height: 42px;
	}
}
.esg_slideMenuTrigger:hover {
	background-color: #000000;
}
.esg_slideMenuTrigger:hover .line::before, .esg_slideMenuTrigger:hover .line::after {
	background-color: #fff;
}
.esg_slideMenuTrigger .line {
	width: 50%;
	height: 2px;
	position: relative;
}
.esg_slideMenuTrigger .line::before, .esg_slideMenuTrigger .line::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	top: 0;
	left: 0;
}
.esg_slideMenuTrigger .line::before {
	-webkit-transform: translateY(-5px);
	        transform: translateY(-5px);
}
.esg_slideMenuTrigger .line::after {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}

.esg_slideMenuArea {
	width: 100%;
	height: 100vh;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	opacity: 0;
	pointer-events: none;
	padding-bottom: calc(40px + env(safe-area-inset-bottom));
}
.esg_slideMenuArea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.esg_slideMenuArea::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
.esg_slideMenuArea.show {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}
.esg_slideMenuArea.show .slideMenuLogo {
	-webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
.esg_slideMenuArea.show .menuBox {
	-webkit-animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
	        animation: textSlideRightAnimation 0.5s 0.6s ease-in-out both;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea.show .menuBox {
		padding-bottom: 0px;
	}
}
.esg_slideMenuArea.show .menuBox .nav li.dropDown.open .submenu {
	-webkit-animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
	        animation: textSlideDownAnimation 0.3s 0.15s ease-in-out both;
}
.esg_slideMenuArea .wrap {
	max-width: 1540px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	padding: 0 20px;
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.esg_slideMenuArea .esg_slideMenuTrigger .line::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.esg_slideMenuArea .headBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 45px 0 15px;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .headBox {
		padding-top: 20px;
	}
}
.esg_slideMenuArea .headBox .slideMenuLogo {
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.esg_slideMenuArea .headBox .slideMenuLogo img {
	width: 190px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (max-width: 1700px) {
	.esg_slideMenuArea .headBox .slideMenuLogo img {
		width: 150px;
	}
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .headBox .slideMenuLogo img {
		width: 120px;
	}
}
.esg_slideMenuArea .headBox .slideMenuLogo .title {
	color: #f6dd00;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 30px;
}
@media (max-width: 1700px) {
	.esg_slideMenuArea .headBox .slideMenuLogo .title {
		font-size: 16px;
		padding-left: 20px;
	}
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .headBox .slideMenuLogo .title {
		font-size: 14px;
	}
}
.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 24px;
	background: #f6dd00;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media (max-width: 1700px) {
	.esg_slideMenuArea .headBox .slideMenuLogo .title::before {
		left: 10px;
	}
}
.esg_slideMenuArea .contentBox {
	min-height: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-bottom: 10px;
	overflow: auto;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
.esg_slideMenuArea .contentBox::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .contentBox {
		min-height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-flex: 0;
		    -ms-flex-positive: 0;
		        flex-grow: 0;
		padding-bottom: 20px;
		overflow: visible;
	}
}
.esg_slideMenuArea .menuBox {
	width: auto;
	position: relative;
	padding: 40px 280px 40px 0;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox {
		padding: 0 0 25px;
	}
}
.esg_slideMenuArea .menuBox .slideMenu {
	width: 260px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-right: 40px;
	margin-right: 20px;
	overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu {
		width: 100%;
		height: auto;
		padding-right: 0;
	}
}
.esg_slideMenuArea .menuBox .slideMenu::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 80%;
	background: #e6e6e6;
	right: 280px;
	top: 80px;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu::before {
		content: normal;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .submenu {
	display: block;
	width: 280px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	padding: 60px 20px 60px 60px;
	pointer-events: none;
	overflow: auto;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
	background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #f1f1f1;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::-webkit-scrollbar-thumb {
	background: #1d28a8;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .submenu {
		display: none;
		width: 100%;
		position: static;
		padding: 0;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .submenu::before {
	content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .wrap {
	padding: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li {
	border-bottom: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
	display: block;
	color: rgba(34, 34, 34, 0.7);
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 10px 0;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .submenu li a {
		font-size: 15px;
		padding: 5px 0;
	}
}
@media (min-width: 1181px) {
	.esg_slideMenuArea .menuBox .slideMenu .submenu li a:hover {
		color: #1d28a8;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
	display: block;
	color: rgba(34, 34, 34, 0.7);
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	padding: 10px 0;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle {
		font-size: 15px;
		padding: 5px 0;
	}
}
@media (min-width: 1181px) {
	.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle:hover {
		color: #1d28a8;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem.open::after {
	content: "-";
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .submenuItemTitle.hasItem::after {
	content: "+";
	position: absolute;
	right: 0;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu {
	display: none;
	padding: 0 20px;
}
.esg_slideMenuArea .menuBox .slideMenu .submenu .thirdMenu .thirdMenuItem a {
	font-size: 13px;
	opacity: 0.8;
}
.esg_slideMenuArea .menuBox .slideMenu .slide {
	border-bottom: solid 1px #e6e6e6;
	position: static;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .slide.active {
		padding-bottom: 20px;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .slide.active .submenu {
	opacity: 1;
	pointer-events: auto;
	-webkit-animation: textSlideRightAnimation 0.5s ease-in-out;
	        animation: textSlideRightAnimation 0.5s ease-in-out;
}
.esg_slideMenuArea .menuBox .slideMenu .slide.noSubmenu .mainLink::after {
	content: normal;
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
	display: block;
	color: #222;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 30px 20px 24px 0;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink {
		font-size: 16px;
		position: relative;
		padding: 10px 0;
	}
}
@media (min-width: 1181px) {
	.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink:hover {
		color: #1d28a8;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::before, .esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
	content: normal;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink::after {
		content: "+";
		position: absolute;
		right: 0;
	}
}
.esg_slideMenuArea .menuBox .slideMenu .slide > span .mainLink.open::after {
	content: "-";
}
.esg_slideMenuArea .imgBox {
	min-width: 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding-top: 80px;
}
@media (max-width: 1200px) {
	.esg_slideMenuArea .imgBox {
		display: none;
	}
}
.esg_slideMenuArea .imgBox img {
	display: none;
	width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/* google 搜尋相關 */
/* google 搜尋 輸入欄彈窗 */
.moduleBox.googleSearch .moduleWrap {
	max-width: 960px;
}
.moduleBox.googleSearch .moduleContent {
	max-height: calc(90vh - 50px);
	overflow-y: auto;
}
.moduleBox.googleSearch .gsc-input-box {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.moduleBox.googleSearch .gsc-search-button {
	height: 40px;
}

.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
	width: 60vw;
	height: 70vh;
	top: calc(50% - 35dvh);
	left: calc(50% - 30dvw);
}
@media (max-width: 1180px) {
	.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
		width: 80dvw;
		height: 90dvh;
		top: calc(50% - 45dvh);
		left: calc(50% - 40dvw);
	}
}
@media (max-width: 768px) {
	.moduleBox.googleSearch .tabContentItem.googlePopup .gsc-results-wrapper-overlay {
		width: 100dvw;
		height: 100dvh;
		top: calc(50% - 50dvh);
		left: calc(50% - 50dvw);
	}
}

/* lightGallery 淺色版本 */
.lg-outer,
.lg-outer .lg-toogle-thumb {
	background-color: #ffffff !important;
}

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-outer .lg-thumb-outer {
	background-color: #eee !important;
}

.lg-toolbar,
.lg-sub-html {
	background-color: #eee !important;
	color: #222 !important;
}

.lg-icon {
	color: #222 !important;
}

.selectorBox {
	width: 100%;
	max-width: 466px;
	margin-top: 87px;
	margin-bottom: 90px;
	position: relative;
	z-index: 10;
}
.selectorBox.ajaxDisabled {
	opacity: 0.15;
	pointer-events: none;
}
.selectorBox .selectorCurrent {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.64px;
	color: #222;
	font-weight: 500;
	background-color: #f3f3fb;
	padding: 14px 68px 15px 23px;
	cursor: pointer;
	border-bottom: 3px solid #1d28a8;
	position: relative;
	z-index: 2;
}
.selectorBox .selectorCurrent::after {
	content: "\f107";
	position: absolute;
	pointer-events: none;
	background-color: #1d28a8;
	color: #fff;
	font-size: 26px;
	font-family: FontAwesome;
	line-height: 1;
	right: 0;
	height: 100%;
	width: 54px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
@media (min-width: 1181px) {
	.selectorBox .selectorCurrent:hover {
		background-color: #e5e5ee;
	}
	.selectorBox .selectorCurrent:hover::after {
		background-color: #141c75;
	}
}
.selectorBox .selectorList {
	opacity: 0;
	pointer-events: none;
	translate: 0 -10px;
	position: absolute;
	top: 100%;
	left: 0;
	right: unset;
	bottom: unset;
	-webkit-transform: translate(0, 0);
	        transform: translate(0, 0);
	z-index: 1;
	width: 100%;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	max-height: 65dvh;
	overflow-y: auto;
}
.selectorBox .selectorList.open {
	opacity: 1;
	pointer-events: auto;
	translate: 0 0;
}
.selectorBox .selectorList .selectorItem {
	padding: 14px 23px;
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0px;
	color: #222;
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
	position: relative;
}
.selectorBox .selectorList .selectorItem.current {
	color: #1d28a8;
}
@media (min-width: 1181px) {
	.selectorBox .selectorList .selectorItem:hover {
		color: #222;
		background-color: #f3f3fb;
	}
}
@media (max-width: 1180px) {
	.selectorBox {
		margin: 60px 0;
	}
}
@media (max-width: 400px) {
	.selectorBox {
		margin: 40px 0;
	}
}
/*# sourceMappingURL=master.css.map */