@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("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
@import url(public/css/textEditor.css);
@import url(public/css/contentbuilder.css);
.cartList h3 a, .hasVideo .Img > a::before, .hImgScale .Img, .cardList .item, .cardList > li, .prevArrowBtn, .nextArrowBtn, .slick-dots button::before, .arrowBtn, .addCartBtnStyle, .moreBtn, .backBtn, .shareBox a, .side_album li, .tab a, .sideMenu > ul > li > a, .bread, .contactFormList select, .contactFormList input[type=text], .contactFormList textarea, .contactFormList li, .sideContactInfo, .searchBox input, .mSearchBox input, .hideBox, .controlBox .main, .controlBox, .menu a, .menu > li > ul > li, header .wrap, .moduleBox#popWindow .textEditor, .moduleBox#popWindow .moduleContent, .moduleBox, .mainArea, .wrap, .b-box, [class*=col-] {
	box-sizing: border-box;
}

.fixedMessageBox, .hasVideo .Img > a::before, .hImgScale .Img img, .prevArrowBtn svg, .nextArrowBtn svg, .prevArrowBtn, .nextArrowBtn, .slick-dots button::before, .addCartBtnStyle svg, .tab a::before, .classBox, .contactBtnBox button, .contactFormList input[type=text], .contactFormList textarea, .searchBox button, .mSearchBox button, .searchBox input, .mSearchBox input, .mMenu > li > ul > li, .mMenu > li > a::after, .controlBox .main span, .controlBox .main::before, .controlBox .main::after, .controlBox .main, .controlBox, .m_logo, .cartBtn svg, .mCartBtnBox svg, header .wrap, header, a {
	transition: all 0.5s ease-out;
}

body {
	background-color: #fff;
	font-family: "Roboto", sans-serif;f
	font-size: 15px;
	color: #666;
}
body > svg {
	display: none;
}

/*css3*/
a {
	color: #10a3b3;
	cursor: pointer;
}
@media (min-width: 1181px) {
	a:hover {
		color: #0c7884;
	}
}

[class*=col-] {
	float: left;
}

div.titan {
	/*--隱藏開影音、開相簿--*/
	display: none;
}

.col-1 {
	width: 100%;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33%;
}

.col-4 {
	width: 25%;
}

.col-5 {
	width: 20%;
}

a.btn_color1 {
	/*按鈕主色1*/
	color: #fff;
	background-color: #1f265b;
}

a.btn_color1:hover {
	background-color: #121635;
}

a.btn_color2 {
	/*按鈕主色2*/
	color: #fff;
	background-color: #1f265b;
}

a.btn_color2:hover {
	background-color: #2c3681;
}

input[type=text], textarea {
	-webkit-appearance: none;
}

.outerWrap {
	position: relative;
	overflow: hidden;
	padding-top: 100px;
}
@media (max-width: 1180px) {
	.outerWrap {
		padding-top: 60px;
	}
}

.wrap {
	width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1340px) {
	.wrap {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
}

.mainArea {
	min-height: calc(100vh - 348px);
	padding-top: 35px;
	padding-bottom: 80px;
}
@media (max-width: 1180px) {
	.mainArea {
		padding-top: 10px;
		padding-bottom: 50px;
	}
}

/*-moduleBox--*/
.moduleBox {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1005;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition-property: top, opacity, visibility;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	pointer-events: none;
}
.moduleBox.show {
	opacity: 1;
	visibility: visible;
}
.moduleBox.show > * {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}
.moduleBox > * {
	pointer-events: auto;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	opacity: 0;
	transition: 0.5s ease-in-out;
}
.moduleBox#popWindow .moduleContent {
	max-width: 1480px;
	padding: 25px;
	max-height: auto;
	overflow-y: visible;
	background-color: transparent;
}
.moduleBox#popWindow .textEditor {
	padding: 50px;
	max-height: 80vh;
	overflow-y: auto;
	background-color: #fff;
}
.moduleBox#popWindow .moduleClose {
	top: 0;
	right: 0;
}

.moduleContent {
	position: relative;
	max-height: 80vh;
	overflow-y: auto;
	background-color: #fff;
}
@media (min-width: 769px) {
	.moduleContent {
		max-width: 80vw;
		padding: 65px 90px;
	}
}
@media (max-width: 768px) {
	.moduleContent {
		max-width: 90vw;
		padding: 50px;
	}
}

.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;
	transition: all 0.5s ease-in-out;
}
.moduleMask.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.moduleClose {
	position: absolute;
	top: -25px;
	right: -25px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border: none;
	background-color: #30c9e9;
	border-radius: 50%;
}
.moduleClose::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	outline: none;
	background-image: linear-gradient(to right, #fff 0, #fff 100%), linear-gradient(to right, #fff 0, #fff 100%);
	background-position: 50%;
	background-size: 100% 1px, 1px 100%;
	background-repeat: no-repeat;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	cursor: pointer;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #163e6a;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1180px) {
	header {
		display: none;
	}
}
header .wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width: 1860px) {
	header .wrap {
		width: 1820px;
	}
}
@media (min-width: 1341px) and (max-width: 1860px) {
	header .wrap {
		width: 100%;
	}
}
@media (min-width: 1461px) and (max-width: 1860px) {
	header .wrap {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (min-width: 1341px) and (max-width: 1460px) {
	header .wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
}
header .logo svg {
	fill: #fff;
}
@media (min-width: 1151px) {
	header .logo svg {
		width: 264px;
		height: 84px;
	}
}
@media (min-width: 1251px) and (max-width: 1550px) {
	header .logo svg {
		width: 220px;
		height: 70px;
	}
}
@media (max-width: 1250px) {
	header .logo svg {
		width: 180px;
		height: 57px;
	}
}
@media (max-width: 640px) {
	header .searchBox {
		display: none;
	}
}
@media (max-width: 1180px) {
	header .searchBox.focus input {
		width: 180px;
	}
}
@media (min-width: 1181px) and (max-width: 1550px) {
	header .searchBox input {
		width: 130px;
	}
}
@media (max-width: 1180px) {
	header .searchBox input {
		width: 0;
	}
}

.logo a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.menuBox {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.menu {
	display: -ms-flexbox;
	display: flex;
}
.menu > li:hover > a {
	background-color: #0c193b;
}
/* .menu > li:hover > ul {
	display: -ms-flexbox;
	display: flex;
} */
.menu > li > a {
	position: relative;
	padding: 41px 16px;
	color: #fff;
	text-transform: uppercase;
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.menu > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 1200px) {
	.menu > li > a {
		padding-left: 7px;
		padding-right: 7px;
	}
}
.menu > li > ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	width: 100%;
	max-height: 380px;
	background-color: #0c193b;
	/* border: 1px solid #ccc; */
    overflow: auto;
    flex-wrap: wrap;
}
.menu > li > ul::-webkit-scrollbar {
    width: 7px;
}
.menu > li > ul::-webkit-scrollbar-button {
    display: none;
}
.menu > li > ul::-webkit-scrollbar-track-piece {
    background: transparent;
}
.menu > li > ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #30c9e9;
}
.menu > li > ul::-webkit-scrollbar-track {
    box-shadow: transparent;
}
.menu > li > ul > li {
	width: 20%;
	padding: 40px 35px 20px;
}
.menu > li > ul > li + li {
	/*border-left: 1px solid #e5e5e5;*/
}
.menu > li > ul > li > a {
	margin-bottom: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}
.menu > li > ul > li > a.current {
	color: #30c9e9;
}
@media (min-width: 1181px) {
	.menu > li > ul > li > a:hover {
		color: #30c9e9;
	}
}
.menu > li > ul ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #fff;
}
.menu > li > ul ul a.current {
	color: #30c9e9;
}
@media (min-width: 1181px) {
	.menu > li > ul ul a:hover {
		color: #30c9e9;
	}
}
.menu a {
	display: block;
}
.menu a.current {
	background-color: #0c193b;
}

.functionBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
@media (max-width: 1180px) {
	.functionBox {
		margin-left: auto;
	}
}
.functionBox > a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #fff;
}
@media (min-width: 1181px) {
	.functionBox > a:hover {
		color: #30c9e9;
	}
}

.cartBtn, .mCartBtnBox {
	position: relative;
	width: 50px;
	height: 50px;
}
.cartBtn, .cartBtn span, .mCartBtnBox, .mCartBtnBox span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}
.cartBtn span, .mCartBtnBox span {
	position: absolute;
	z-index: 1;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	background-color: #30c9e9;
}
.cartBtn svg, .mCartBtnBox svg {
	width: 27px;
	height: 25px;
	fill: #fff;
}

.cartBtn {
	position: relative;
	margin-right: 30px;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}
@media (max-width: 1300px) {
	.cartBtn {
		margin-right: 10px;
	}
}
.cartBtn span {
	top: -3px;
	right: -5px;
	width: 28px;
	height: 28px;
	font-size: 16px;
}

.mCartBtnBox span {
	top: 0;
	right: -3px;
	width: 24px;
	height: 24px;
	font-size: 13px;
}

.m_menu {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 91;
	width: 100%;
}
@media (min-width: 1181px) {
	.m_menu {
		display: none;
	}
}
.m_menu.active {
	height: 100%;
}
.m_menu.active .controlBox {
	box-shadow: none;
}
.m_menu.active .controlBox .main::before, .m_menu.active .controlBox .main::after {
	top: 50%;
}
.m_menu.active .controlBox .main::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.m_menu.active .controlBox .main::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.m_menu.active .controlBox .main span {
	opacity: 0;
}
.m_menu.active .hideBox {
	display: block;
}

.m_logo {
	line-height: 0;
}
.m_logo svg {
	width: 110px;
	height: 35px;
	fill: #fff;
}

.controlBox {
	position: relative;
	z-index: 2;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	height: 60px;
	padding-left: 20px;
	padding-right: 60px;
	background-color: #1f265b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.controlBox .main {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	border: none;
}
.controlBox .main span, .controlBox .main::before, .controlBox .main::after {
	content: "";
	position: absolute;
	left: 50%;
	z-index: 1;
	width: 26px;
	height: 2px;
	margin-left: -13px;
	margin-top: -0.5px;
	background-color: #fff;
}
.controlBox .main span {
	top: 50%;
}
.controlBox .main::before {
	top: calc(50% - 7px);
}
.controlBox .main::after {
	top: calc(50% + 7px);
}

.hideBox {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 2;
	display: none;
	width: 100%;
	height: calc(100vh - 60px);
	-webkit-overflow-scrolling: touch;
	overflow: auto;
	background-color: #fff;
}
.hideBox .topBox {
	display: -ms-flexbox;
	display: flex;
}
.hideBox .bottomBox {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	background-color: #1f265b;
}
.hideBox .mSearchBox input, .hideBox .logo {
	padding-left: 40px;
}
.hideBox .logo {
	margin-top: 2vh;
	margin-bottom: 1vh;
}
.hideBox .logo svg {
	width: 150px;
	height: 48px;
	fill: #1f265b;
}
.hideBox .socialList {
	-ms-flex-pack: center;
	    justify-content: center;
	margin-bottom: 10px;
}
@media (max-width: 400px) {
	.hideBox .socialList {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.hideBox .socialList .socialForMail::before {
	color: #fff;
}
@media (min-width: 641px) {
	.hideBox .footerDescriptionList {
		display: -ms-flexbox;
		display: flex;
	}
}
.hideBox .copyrightBox {
	margin-top: 10px;
}

.mMailBtn {
	position: absolute;
	right: 115px;
	top: 8px;
	font-size: 24px;
	/* bottom: 60px;
	left: 0;
	right: 0; */
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 40px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-radius: 50%;
	color: #fff;
	background-color: #1f265b;
}

.closeMenuBtn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 50px;
	height: 50px;
	outline: none;
	border: none;
	background-color: #1f265b;
}
.closeMenuBtn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #fff, #fff);
	background-size: 2px 100%, 100% 2px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}

.mMenu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	padding-bottom: 100px;
	overflow: hidden;
}
.mMenu > li {
	border-bottom: 1px solid #ccc;
}
.mMenu > li > a {
	position: relative;
	padding: 10px 60px 10px 40px;
	font-weight: 300;
	color: #1f265b;
}
.mMenu > li > a::before, .mMenu > li > a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 33px;
	z-index: 1;
	width: 12px;
	height: 1px;
	margin-top: -0.5px;
	background-color: #1f265b;
}
.mMenu > li > a::after {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.mMenu > li > a.current::after {
	-webkit-transform: rotate(0);
	        transform: rotate(0);
}
.mMenu > li > ul {
	margin-left: 40px;
}
.mMenu > li > ul > li {
	padding-left: 10px;
}
.mMenu > li > ul > li.blockLine {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.mMenu > li > ul > li > a {
	font-size: 14px;
	color: #010101;
}
.mMenu > li > ul ul {
	margin-left: 15px;
}
.mMenu > li > ul ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #777;
}
.mMenu ul {
	display: none;
	margin-bottom: 10px;
}
.mMenu a {
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.mMenu a.current {
	color: #10a3b3 !important;
}
.mMenu a.current + ul {
	display: block;
	-webkit-animation: 0.3s showSubmenuAni both ease-out 0.3s;
	        animation: 0.3s showSubmenuAni both ease-out 0.3s;
}

@-webkit-keyframes showSubmenuAni {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}

@keyframes showSubmenuAni {
	0% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
.searchBox, .mSearchBox {
	position: relative;
}
.searchBox svg, .mSearchBox svg {
	width: 20px;
	height: 20px;
}
.searchBox input, .mSearchBox input {
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	border: none;
	outline: none;
	background-color: transparent;
}
.searchBox input::-webkit-search-cancel-button, .mSearchBox input::-webkit-search-cancel-button {
	display: none;
}
.searchBox button, .mSearchBox button {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: none;
	background-color: transparent;
}

.searchBox {
	position: relative;
	margin-left: 40px;
	border-bottom: 1px solid #fff;
}
@media (max-width: 1300px) {
	.searchBox {
		margin-left: 15px;
	}
}
.searchBox::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	z-index: 1;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #fff;
}
@media (max-width: 1300px) {
	.searchBox::before {
		left: -10px;
	}
}
.searchBox svg {
	fill: #fff;
}
.searchBox input {
	width: 200px;
	padding: 10px 40px 10px 10px;
	color: #fff;
}
.searchBox input::-webkit-input-placeholder {
	/* Chrome */
	color: #fff;
}
.searchBox input:-ms-input-placeholder {
	/* IE 10+ */
	color: #fff;
}
.searchBox input::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
	opacity: 1;
}
.searchBox input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #fff;
	opacity: 1;
}

.mSearchBox {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	background-color: #f2f2f2;
}
.mSearchBox input {
	width: 100%;
	height: 100%;
	padding-right: 60px;
}
.mSearchBox input::-webkit-input-placeholder {
	/* Chrome */
	color: #c7c7c7;
}
.mSearchBox input:-ms-input-placeholder {
	/* IE 10+ */
	color: #c7c7c7;
}
.mSearchBox input::-moz-placeholder {
	/* Firefox 19+ */
	color: #c7c7c7;
	opacity: 1;
}
.mSearchBox input:-moz-placeholder {
	/* Firefox 4 - 18 */
	color: #c7c7c7;
	opacity: 1;
}
.mSearchBox svg {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1;
	margin-top: -10px;
	fill: #424242;
}

footer {
	position: relative;
	padding-top: 60px;
	padding-bottom: 70px;
	background-color: #0c193b;
}
@media (max-width: 1180px) {
	footer {
		padding-top: 20px;
	}
}
@media (max-width: 640px) {
	footer {
		display: none;
	}
}
footer .topBox, footer .bottomBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}
@media (max-width: 1180px) {
	footer .topBox, footer .bottomBox {
		-ms-flex-direction: column;
		    flex-direction: column;
	}
}
footer .topBox {
	margin-bottom: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid #2e356a;
}
@media (max-width: 1180px) {
	footer .topBox {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 320px) {
	footer .socialForMail {
		display: none;
	}
}
@media (max-width: 480px) {
	footer .socialForMail::before {
		display: none;
	}
}

@media (max-width: 1180px) {
	.footerLogo {
		display: none;
	}
}
.footerLogo svg {
	width: 165px;
	height: 53px;
	fill: #fff;
}

.socialList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}
.socialList a {
	display: -ms-flexbox;
	display: flex;
}
.socialList a:not(.socialForMail) {
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 25px;
	height: 25px;
}
.socialList .socialForMail {
	margin-left: 10px;
	font-size: 13px;
}
.socialList .socialForMail::before {
	content: "CONTACT US :";
	margin-right: 3px;
	font-size: 12px;
	color: #fff;
}
.socialList a {
	color: #fff;
}

.copyrightBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 12px;
	color: #fff;
}
@media (min-width: 1181px) {
	.copyrightBox {
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}
@media (min-width: 401px) and (max-width: 1180px) {
	.copyrightBox {
		margin-top: 10px;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
@media (max-width: 400px) {
	.copyrightBox {
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-pack: center;
		    justify-content: center;
		text-align: center;
	}
}

.design {
	position: relative;
	margin-left: 4px;
	padding-left: 4px;
}
@media (min-width: 401px) {
	.design::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		z-index: 1;
		width: 1px;
		height: 10px;
		margin-top: -5px;
		background-color: #434876;
	}
}
.design a {
	color: #fff;
}
@media (min-width: 1181px) {
	.design a:hover {
		color: #fff;
	}
}

.footerLinkBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	margin-top: 5px;
}
@media (min-width: 1181px) {
	.footerLinkBox {
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}
@media (max-width: 1180px) {
	.footerLinkBox {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
.footerLinkBox a {
	position: relative;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #fff;
	border-bottom: 1px solid #b7bad4;
}
@media (min-width: 1181px) {
	.footerLinkBox a:hover {
		color: #fff;
	}
}
.footerLinkBox a + a {
	margin-left: 14px;
}
.footerLinkBox a + a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	z-index: 1;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #434876;
}

.footerDescriptionList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 550px;
	color: #fff;
	font-size: 13px;
}
@media (max-width: 1180px) {
	.footerDescriptionList {
		max-width: 100%;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
@media (max-width: 640px) {
	.footerDescriptionList {
		display: none;
	}
}
.footerDescriptionList li:not(:last-child) {
	position: relative;
	margin-right: 5px;
	padding-right: 5px;
}
.footerDescriptionList li:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 1px;
	height: 10px;
	margin-top: -5px;
	background-color: #6a6f98;
}
footer .sideContactInfo li,
footer .sideContactInfo a,
footer .sideContactInfo i {
    color: #fff;
}
@media (max-width: 1180px) {
	.sideContactInfo {
	    display:none;
	}
}

.sideContactInfo li, .sideContactInfo a, .sideContactInfo i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #000;
}
.sideContactInfo li {
	margin-top: 10px;
}
@media (min-width: 1181px) {
	.sideContactInfo a:hover {
		color: #10a3b3;
	}
}
.sideContactInfo i {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	border-radius: 50%;
	background-color: #1f265b;
}

.thankInfo {
	margin-bottom: 50px;
}
.thankInfo > h2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 25px;
	font-size: 16px;
	letter-spacing: 1px;
}
.thankInfo > h2 svg {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.contactFormList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width: 641px) {
	.contactFormList {
		margin-left: -6px;
		margin-right: -6px;
	}
}
.contactFormList li {
	width: 100%;
	margin-bottom: 20px;
}
@media (min-width: 641px) {
	.contactFormList li {
		padding-left: 6px;
		padding-right: 6px;
	}
}
@media (min-width: 641px) {
	.contactFormList li:nth-child(2), .contactFormList li:nth-child(3) {
		width: 50%;
	}
}
.contactFormList li:last-child .contactItemBox {
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: start;
	    align-items: flex-start;
}
.contactFormList .contactItemBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (max-width: 480px) {
	.contactFormList .contactItemBox {
		position: relative;
		-ms-flex-direction: column;
		    flex-direction: column;
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}
.contactFormList label {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media (min-width: 481px) {
	.contactFormList label {
		width: 110px;
		margin-right: 10px;
	}
}
@media (max-width: 480px) {
	.contactFormList label {
		margin-bottom: 5px;
	}
}
.contactFormList input[type=text], .contactFormList textarea {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	width: 100%;
	padding: 6px 5px 6px 15px;
	color: #000;
	outline: none;
	border: 1px solid #d2d2d2;
	background-color: transparent;
	font-family: "Roboto", sans-serif;
}
.contactFormList input[type=text].error, .contactFormList textarea.error {
	outline: 1px solid #cc1f1f;
}
@media (min-width: 481px) {
	.contactFormList input[type=text] ~ label {
		margin-right: 5px;
	}
}
@media (max-width: 480px) {
	.contactFormList input[type=text] ~ label {
		position: absolute;
		top: 0;
		right: 60px;
		z-index: 1;
	}
}
.contactFormList input[type=text] ~ label:last-child {
	margin-right: 0;
}
@media (max-width: 480px) {
	.contactFormList input[type=text] ~ label:last-child {
		right: 0;
	}
}
.contactFormList textarea {
	height: 75px;
	margin-top: 10px;
}
.contactFormList select {
	width: 100%;
	padding: 5px 5px 5px 15px;
	border: none;
	font-family: "Roboto", sans-serif;
	color: #fff;
	background: #323232 url("../images/selectArrow.svg") right 10px top 50% no-repeat;
	border-radius: 0;
	-webkit-appearance: none;
}
@media (min-width: 481px) {
	.contactFormList select + select {
		margin-left: 30px;
	}
}
@media (max-width: 480px) {
	.contactFormList select + select {
		margin-top: 10px;
	}
}

.contactBtnBox {
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 768px) {
	.contactBtnBox {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
.contactBtnBox button {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	max-width: 140px;
	height: 40px;
	color: #fff;
	outline: none;
	border: 2px solid;
	border-radius: 2px;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	background-color: transparent;
	cursor: pointer;
}
.contactBtnBox button + button {
	margin-left: 8px;
}
.contactBtnBox button.contactFormSubmitBtn, .contactBtnBox button.contactFormPageSubmitBtn, .contactBtnBox button.contactFormClearBtn, .contactBtnBox button.resetButton {
	color: #1f265b;
	border-color: #1f265b;
}
@media (min-width: 1181px) {
	.contactBtnBox button.contactFormSubmitBtn:hover, .contactBtnBox button.contactFormPageSubmitBtn:hover, .contactBtnBox button.contactFormClearBtn:hover, .contactBtnBox button.resetButton:hover {
		color: #fff;
		border-color: #1f265b;
		background-color: #1f265b;
	}
	.contactBtnBox button.contactFormSubmitBtn:hover svg, .contactBtnBox button.contactFormPageSubmitBtn:hover svg, .contactBtnBox button.contactFormClearBtn:hover svg, .contactBtnBox button.resetButton:hover svg {
		-webkit-animation: 2s arrowRight ease-out infinite;
		        animation: 2s arrowRight ease-out infinite;
	}
}

.moduleQaptcha h4 {
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
	font-size: 19px;
	color: #000;
}
.moduleQaptcha p {
	margin-bottom: 10px;
	font-size: 13px;
	text-align: center;
}

.resetButton {
	display: block;
	width: 140px;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	color: #fff !important;
}

/*********內頁**********/
/**********************/
.bannerArea {
	position: relative;
}

.bannerBox img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
@media (max-width: 480px) {
	.bannerBox img {
		min-height: 200px;
		object-fit: cover;
	}
}

#banner .slick-slide {
	position: relative;
}

.titleArea {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
	margin-bottom: 40px;
	color: #1f265b;
}
@media (max-width: 1180px) {
	.titleArea {
		margin-bottom: 30px;
	}
}
@media (max-width: 640px) {
	.titleArea {
		padding-top: 30px;
	}
}
.titleArea .titleBox {
	margin-bottom: 0;
}

.titleBox {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
@media (max-width: 1180px) {
	.titleBox {
		margin-bottom: 20px;
	}
}
.titleBox.center {
	text-align: center;
}
.titleBox h1, .titleBox h2 {
	font-size: 34px;
	font-weight: 400;
	color: #000;
}
@media (max-width: 1180px) {
	.titleBox h1, .titleBox h2 {
		font-size: 30px;
		text-align: center;
	}
}
@media (max-width: 480px) {
	.titleBox h1, .titleBox h2 {
		font-size: 24px;
	}
}

.bread {
	margin-bottom: 30px;
}
@media (max-width: 1023px) {
	.bread {
		margin-bottom: 10px;
	}
}
@media (max-width: 480px) {
	.bread {
		display: none;
	}
}
.bread a, .bread span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.5px;
	/*text-transform: uppercase;*/
	color: #000;
}
.bread a + a::before, .bread a + span::before, .bread span + a::before, .bread span + span::before {
	content: "/";
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
	color: #000;
}
.bread a:first-child::before {
	content: "\f105";
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 16px;
	height: 16px;
	margin-right: 5px;
	color: #fff;
	background-color: #6b6b6b;
	font: 12px FontAwesome;
}
@media (min-width: 1181px) {
	.bread a:hover {
		color: #10a3b3;
	}
}

.articleTitle {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: 400;
	color: #111;
	border-bottom: 1px solid #e7e7e7;
}
@media (max-width: 480px) {
	.articleTitle {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 18px;
	}
}

table.breakpoint > tbody > tr > td.expand {
	cursor: pointer;
	padding-left: 40px;
}

.classBox {
	position: relative;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 70px;
}
@media (max-width: 1023px) {
	.classBox {
		padding-bottom: 40px;
	}
}
.classBox > ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
}
@media (max-width: 1023px) {
	.classBox > ul {
		display: none;
	}
}
.classBox > ul > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #010101;
	text-transform:uppercase;
}
.classBox > ul > li ul {
	margin-bottom: 30px;
}
.classBox > ul ul li + li {
	border-top: 1px solid #e1e1e1;
}
.classBox > ul a {
	position: relative;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	color: #1f265b;
}
.classBox > ul > li > a.current, .classBox > ul > li > a:hover {
	color: #000;
	font-weight: 600;
}

@media (max-width: 1023px) {
	.sideMenu > ul {
		display: none;
	}
}
.classBox > ul > li > ul  li  a.current,.classBox > ul > li > ul  li  a:hover{
    color: #fff;
    background: #0c193b;
}
.sideMenu > ul > li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #d2d2d2;
}
.sideMenu > ul > li > a {
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	color: #636363;
}
.sideMenu > ul > li > a.current {
	padding-left: 10px;
	color: #1f265b;
	border-left: 3px solid #1f265b;
}
@media (min-width: 1181px) {
	.sideMenu > ul > li > a:hover {
		padding-left: 10px;
		border-left: 3px solid #1f265b;
	}
}

.m_classLink {
	position: relative;
}
@media (min-width: 1024px) {
	.m_classLink {
		display: none;
	}
}
.m_classLink > div {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 15px 20px;
	color: #fff;
	letter-spacing: 1px;
	background-color: #1f265b;
	cursor: pointer;
}
.m_classLink > div::before {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 50%;
	z-index: 1;
	margin-top: -6px;
	font-size: 15px;
	font-family: FontAwesome;
}
.m_classLink > ul {
	display: none;
	transition: all 0.3s ease-out;
}
.m_classLink > ul > li > a {
	color: #101010;
}
.m_classLink > ul a {
	display: block;
	padding: 10px;
}
.m_classLink > ul a.current {
	color: #10a3b3 !important;
}
.m_classLink > ul ul {
	display: none;
	background-color: #f7f7f7;
}
.m_classLink > ul ul a {
	font-size: 13px;
	color: #777;
}
.m_classLink.open > div::after {
	-webkit-transform: rotateX(-180deg);
	        transform: rotateX(-180deg);
}
.m_classLink.open > ul {
	display: block;
	position: absolute;
	background-color: #fff;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	left: 0;
	z-index: 10;
	top: 100%;
	width: 100%;
    height: 350px;
    overflow-y: auto;
}
@media (max-width: 1023x) {
	.m_classLink.open > ul {
        height: 300px;
	}
}
@media (max-width: 640px) {
	.m_classLink.open > ul {
        height: 200px;
	}
}
.hasItems {
	position: relative;
}
.hasItems::after {
	content: "\f107";
	position: absolute;
	width: 40px;
	line-height: 45px;
	display: block;
	color: #1f265b;
	top: 0;
	right: 0;
	font-family: FontAwesome;
	font-size: 20px;
	text-align: center;
	transition: all 0.4s ease;
}
.hasItems.open {
	color: #10a3b3 !important;
}
.hasItems.open::after {
	-webkit-transform: rotateX(-180deg);
	        transform: rotateX(-180deg);
}
.hasItems.open + ul {
	display: block;
}
.hasItems.current.open + ul {
	display: block !important;
}

/*側邊標題字*/
.sectionTitle {
	padding: 5px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #10a3b3;
}

/******頁籤*******/
.tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	    justify-content: flex-start;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-bottom: 40px;
}
.tab a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	height: 36px;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	color: #383838;
	border-radius: 20px;
}
@media (min-width: 1181px) {
	.tab a:hover {
		color: #1f265b;
	}
}
@media (max-width: 1180px) {
	.tab a {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.tab a.current {
	color: #fff;
	background-color: #10a3b3;
}
.tab a.current::before {
	bottom: -5px;
	opacity: 1;
	transition-delay: 0.3s;
}
.tab a::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	width: 0;
	height: 0;
	margin-left: -2.5px;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #10a3b3 transparent transparent transparent;
	opacity: 0;
}
.tab a + a {
	margin-left: 10px;
}

.tabContent {
	margin-bottom: 70px;
}
.tabContent > li {
	display: none;
}

.side_album {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}
@media (min-width: 1024px) {
	.side_album {
		margin-top: 30px;
	}
}
@media (max-width: 1023px) {
	.side_album {
		margin-top: 10px;
	}
}
.side_album li {
	width: 20%;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 20px;
}
.side_album a {
	display: block;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.side_album a img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/*側邊_聯絡資訊*/
@media (min-width: 1024px) {
	.side_contactInfo {
		margin-top: 50px;
	}
}
@media (max-width: 1023px) {
	.side_contactInfo {
		margin-top: 20px;
	}
}
.side_contactInfo li {
	margin-bottom: 10px;
}
.side_contactInfo a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 16px;
}
.side_contactInfo i {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	background-color: #1f265b;
}
.side_contactInfo b {
	width: calc(100% - 45px);
	font-weight: 400;
	letter-spacing: 1px;
	word-break: break-all;
}

.shareBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 30px;
}
.shareBox p {
	margin-right: 20px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 700;
}
.shareBox a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 40px;
	height: 40px;
	font-size: 20px;
	color: #30c9e9;
	border: 1px solid #30c9e9;
	border-radius: 50%;
}
@media (min-width: 1181px) {
	.shareBox a:hover {
		color: #fff;
		background-color: #30c9e9;
	}
}
.shareBox a svg {
	fill: #30c9e9;
}
.shareBox a + a {
	margin-left: 10px;
}

.btnBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 35px;
}
.btnBox.center {
	-ms-flex-pack: center;
	    justify-content: center;
}
@media (max-width: 1180px) {
	.btnBox {
		margin-top: 20px;
		-ms-flex-pack: center;
		    justify-content: center;
	}
}
.btnBox a + a {
	margin-left: 20px;
}

.moreBtn, .backBtn {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	color: #1f265b;
	outline: none;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 2px;
	border: 2px solid #1f265b;
	background-color: #fff;
}
@media (min-width: 1181px) {
	.moreBtn:hover, .backBtn:hover {
		color: #fff;
		background-color: #1f265b;
	}
}
.moreBtn svg, .backBtn svg {
	display: none;
	width: 12px;
	height: 11px;
	fill: #fff;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.moreBtn {
	width: 160px;
	height: 40px;
}
.moreBtn svg {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5.5px;
}
@media (max-width: 400px) {
	.moreBtn {
		width: 120px;
	}
}
.moreBtn.current svg {
	-webkit-animation-name: arrowRight;
	        animation-name: arrowRight;
}
@media (min-width: 1181px) {
	.moreBtn:hover svg {
		-webkit-animation-name: arrowRight;
		        animation-name: arrowRight;
	}
}

.backBtn {
	width: 160px;
	height: 40px;
	font-size: 14px;
}
.backBtn svg {
	-webkit-transform: scaleX(-1);
	        transform: scaleX(-1);
}
.backBtn.current svg {
	-webkit-animation-name: arrowLeft;
	        animation-name: arrowLeft;
}
@media (min-width: 1181px) {
	.backBtn:hover svg {
		-webkit-animation-name: arrowLeft;
		        animation-name: arrowLeft;
	}
}

.addCartBtnStyle {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 110px;
	height: 30px;
	margin-left: auto;
	font-size: 12px;
	color: #1f265b;
	text-transform: uppercase;
	border: 1px solid #1f265b;
	border-radius: 2px;
}
@media (min-width: 1181px) {
	.addCartBtnStyle:hover {
		color: #fff;
		background-color: #1f265b;
	}
	.addCartBtnStyle:hover svg {
		fill: #fff;
	}
}
.addCartBtnStyle svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	fill: #1f265b;
}

.arrowBtn {
	position: relative;
	z-index: 1;
	display: block;
	width: 90px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 50px;
	outline: none;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	color: #1f265b;
}
@media (min-width: 1181px) {
	.arrowBtn:hover svg {
		-webkit-animation: 2s arrowRight ease-out infinite;
		        animation: 2s arrowRight ease-out infinite;
	}
}
@media (max-width: 1180px) {
	.arrowBtn svg {
		-webkit-animation: 2s arrowRight ease-out infinite;
		        animation: 2s arrowRight ease-out infinite;
	}
}
.arrowBtn svg {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	width: 37px;
	height: 7px;
	margin-top: -3.5px;
}

@-webkit-keyframes arrowRight {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-20%);
		        transform: translateX(-20%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
}

@keyframes arrowRight {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
	}
	40% {
		-webkit-transform: translateX(-20%);
		        transform: translateX(-20%);
	}
	60% {
		-webkit-transform: translateX(-10%);
		        transform: translateX(-10%);
	}
}
@-webkit-keyframes arrowLeft {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: scaleX(-1) translateX(0);
		        transform: scaleX(-1) translateX(0);
	}
	40% {
		-webkit-transform: scaleX(-1) translateX(-20%);
		        transform: scaleX(-1) translateX(-20%);
	}
	60% {
		-webkit-transform: scaleX(-1) translateX(-10%);
		        transform: scaleX(-1) translateX(-10%);
	}
}
@keyframes arrowLeft {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: scaleX(-1) translateX(0);
		        transform: scaleX(-1) translateX(0);
	}
	40% {
		-webkit-transform: scaleX(-1) translateX(-20%);
		        transform: scaleX(-1) translateX(-20%);
	}
	60% {
		-webkit-transform: scaleX(-1) translateX(-10%);
		        transform: scaleX(-1) translateX(-10%);
	}
}
.slick-dots {
	text-align: center;
}
.slick-dots .slick-active button::before {
	background-color: #1f265b;
}
.slick-dots > li {
	display: inline-block;
}
.slick-dots button {
	position: relative;
	width: 30px;
	height: 30px;
	border: none;
	outline: none;
	color: transparent;
	background-color: transparent;
	cursor: pointer;
}
.slick-dots button::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	margin-left: -4px;
	border-radius: 50%;
	border: 1px solid #1f265b;
}

.parallaxImg, .parallaxText {
	position: absolute;
	z-index: -1;
}

.parallaxImg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallaxText {
	line-height: 1;
}

.prevArrowBtn, .nextArrowBtn {
	position: absolute;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 50px;
	height: 50px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}
@media (min-width: 1181px) {
	.prevArrowBtn:hover svg, .nextArrowBtn:hover svg {
		fill: #10a3b3;
	}
}
.prevArrowBtn svg, .nextArrowBtn svg {
	width: 24px;
	height: 46px;
	fill: #9a9a9a;
}

.cardList {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
@media (min-width: 481px) {
	.cardList {
		margin-left: -8px;
		margin-right: -8px;
	}
}
@media (min-width: 961px) {
	.cardList.cardOrigin3 > li {
		width: 33.3333333333%;
	}
}
@media (min-width: 481px) and (max-width: 960px) {
	.cardList.cardOrigin3 > li {
		width: 50%;
	}
}
@media (min-width: 1181px) {
	.cardList.cardOrigin4 > li {
		width: 25%;
	}
}
@media (min-width: 769px) and (max-width: 1180px) {
	.cardList.cardOrigin4 > li {
		width: 33.3333333333%;
	}
}
@media (min-width: 481px) and (max-width: 768px) {
	.cardList.cardOrigin4 > li {
		width: 50%;
	}
}
.cardList > li {
	padding-bottom: 40px;
}
@media (min-width: 481px) {
	.cardList > li {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media (max-width: 480px) {
	.cardList > li {
		width: 100%;
	}
}
.cardList .item {
	margin-left: auto;
	margin-right: auto;
}
.cardList .Img img {
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.cardList .Txt {
	padding-top: 5px;
}
.cardList .Txt > p {
	height: 50px;
	font-size: 13px;
	line-height: 1.8;
}
.cardList h3 a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (min-width: 1181px) {
	.hImgScale:hover .Img img {
		-webkit-transform: scale(1.03);
		        transform: scale(1.03);
	}
}
.hImgScale .Img {
	position: relative;
	overflow: hidden;
}
@media (min-width: 1181px) {
	.hasVideo:hover .Img > a::before {
		-webkit-transform: translateY(20px);
		        transform: translateY(20px);
		opacity: 0;
	}
}
.hasVideo .Img > a {
	position: relative;
	display: block;
}
.hasVideo .Img > a::before {
	content: "\f04b";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 90px;
	height: 90px;
	margin-top: -45px;
	margin-left: -45px;
	border-radius: 50%;
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	border: 1px solid #fff;
	pointer-events: none;
}

/*480*/
@media (max-width: 480px) {
	.col-2, .col-3, .col-4, .col-5 {
		float: none;
		width: 100%;
	}
}
.fixedMessageBox {
	position: fixed;
	right: 0;
	bottom: -424px;
	z-index: 90;
	width: 300px;
	background-color: #fdfdfd;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
	.fixedMessageBox {
		width: 100%;
		height: calc(100vh - 60px);
		bottom: calc(-100vh + 100px);
	}
}
.fixedMessageBox.show {
	bottom: 0;
}
.fixedMessageBox > p {
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 20px;
	font-size: 13px;
}
.fixedMessageBox .formBox {
	padding: 17px 20px 30px 15px;
}
.fixedMessageBox .contactFormList .contactItemBox {
	padding-top: 0;
	padding-bottom: 0;
}
@media (min-width: 401px) {
	.fixedMessageBox .contactFormList label {
		width: 70px;
		font-size: 13px;
	}
}
.fixedMessageBox .contactFormList textarea {
	margin-top: 0;
	height: 85px;
}
.fixedMessageBox .contactFormList li {
	margin-bottom: 7px;
}
@media (min-width: 641px) {
	.fixedMessageBox .contactFormList li:nth-child(2), .fixedMessageBox .contactFormList li:nth-child(3) {
		width: 100%;
	}
}
@media (min-width: 401px) {
	.fixedMessageBox .contactFormList li:last-child .contactItemBox {
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.fixedMessageBox .contactFormList li:last-child label {
		padding-top: 10px;
	}
}
.fixedMessageBox .contactBtnBox {
	margin-top: 15px;
}

.messageTiggerBar {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	height: 40px;
	padding-left: 45px;
	padding-right: 45px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	background-color: #30c9e9;
	cursor: pointer;
}
.messageTiggerBar::before {
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 15px;
	z-index: 1;
	margin-top: -8px;
	font-size: 16px;
	font-family: FontAwesome;
}
.messageTiggerBar svg {
	position: absolute;
	top: 12px;
	left: 15px;
	z-index: 1;
	width: 20px;
	height: 19px;
	fill: #fff;
}

.cartArea {
	position: absolute;
	top: 100%;
	right: 70px;
	z-index: 1;
	max-width: 640px;
	background-color: #fff;
	box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
	display: none;
}
.cartArea .btnBox {
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	margin-top: 0;
	padding: 20px 30px;
}
.cartArea .moreBtn {
	width: 155px;
	height: 40px;
	font-size: 14px;
}
.cartArea .totalBox {
	margin-right: 30px;
}

.totalBox {
	font-size: 18px;
	color: #0c193b;
}
.totalBox::before {
	content: "Total";
	margin-right: 8px;
	text-transform: uppercase;
}
.totalBox span::before {
	content: "$";
}

.cartItemTitle > :nth-last-child(3), .cartList .item > :nth-last-child(3) {
	-ms-flex: 0 0 70px;
	    flex: 0 0 70px;
}
.cartItemTitle > :nth-last-child(2), .cartList .item > :nth-last-child(2) {
	-ms-flex: 0 0 100px;
	    flex: 0 0 100px;
}
.cartItemTitle > :last-child, .cartList .item > :last-child {
	-ms-flex: 0 0 60px;
	    flex: 0 0 60px;
}

.cartItemTitle {
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 15px;
	color: #1f265b;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.cartItemTitle span {
	padding-top: 16px;
	padding-bottom: 16px;
}
.cartItemTitle span:first-child {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}
.cartItemTitle span + span {
	text-align: center;
}
.cartItemTitle span:nth-last-child(3) {
	-ms-flex: 0 0 70px;
	    flex: 0 0 70px;
}
.cartItemTitle span:nth-last-child(2) {
	-ms-flex: 0 0 100px;
	    flex: 0 0 100px;
}
.cartItemTitle span:last-child {
	-ms-flex: 0 0 60px;
	    flex: 0 0 60px;
}

.cartList {
	max-height: 500px;
	overflow-y: auto;
}
@media (max-height: 720px) {
	.cartList {
		max-height: calc(100vh - 150px - 130px);
	}
}
.cartList .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 15px 25px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.cartList .Img {
	-ms-flex: 0 0 130px;
	    flex: 0 0 130px;
}
.cartList .Img img {
	display: block;
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.cartList h3 {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}
.cartList h3 a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}
.cartList .priceBox {
	text-align: center;
}

.hasPrice::before {
	content: "$";
}

.deteleItemBtn {
	padding: 0;
	height: 40px;
	font-size: 22px;
	color: #9b9b9b;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

.quantityBox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}
.quantityBox button {
	-ms-flex: 0 0 20px;
	    flex: 0 0 20px;
	border: none;
	outline: none;
	background-repeat: no-repeat;
	background-position: 50%;
	background-color: transparent;
	cursor: pointer;
}
.quantityBox button[data-add="-1"] {
	background-size: 8px 2px;
	background-image: linear-gradient(to right, #7a7a7a, #7a7a7a);
}
.quantityBox button[data-add="1"] {
	background-size: 2px 8px, 8px 2px;
	background-image: linear-gradient(to right, #7a7a7a, #7a7a7a), linear-gradient(to right, #7a7a7a, #7a7a7a);
}
.quantityBox input {
	width: 40px;
	height: 30px;
	font-size: 13px;
	color: #666;
	border: none;
	font-family: "Roboto", sans-serif;
	background-color: #f1f1f1;
	text-align: center;
}
.quantityBox input::-webkit-outer-spin-button, .quantityBox input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.goTop {
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	border-radius: 50%;
	color: #fff;
	background-color: #1f265b;
}
@media (min-width: 1181px) {
	.goTop:hover {
		color: #1f265b;
		background-color: #fff;
	}
}
@media (max-width: 400px) {
	.goTop {
		right: 5px;
	}
}

.g_menu_list_outer {
	width: 100%;
	height: 400px;
	background-color: #0c193b;
	overflow-y: auto;
    overflow-x: hidden;
	display: none;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 49;
	visibility: hidden;
	transform: translateY(-100%);
	transition: all 0.5s;
}
.g_menu_list_outer.show {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}
.g_menu_list_outer::-webkit-scrollbar {
	width: 4px;
}
.g_menu_list_outer::-webkit-scrollbar-button {
	display: none;
}
.g_menu_list_outer::-webkit-scrollbar-track-piece {
	background: transparent;
}
.g_menu_list_outer::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #30c9e9;
}
.g_menu_list_outer::-webkit-scrollbar-track {
	box-shadow: transparent;
}
.g_menu_list_outer .g_menu_list {
	height: 100%;
	position: relative;
}
.g_menu_list_outer .submenuBox {
	width: 100%;
	height: 100%;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	transition: all 0.5s;
}

.g_menu_list_outer .submenuBox.show {
	opacity: 1;
	pointer-events: auto;
}

.g_menu_list_outer .submenuList {
	display: flex;
	flex-wrap: wrap;
}
.g_menu_list_outer .submenuItem {
	width: calc(100%/5);
	padding: 40px 35px 20px;
	box-sizing: border-box;
}

.g_menu_list_outer .submenuList .submenuItem > a {
	color: #fff;
	display: block;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.g_menu_list_outer .submenuList .submenuItem > a.current {
	color: #30c9e9;
}

.g_menu_list_outer .submenuList .submenuItem li > a.current {
	color: #30c9e9;
}
.g_menu_list_outer .submenuList .submenuItem ul a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 13px;
	color: #fff;
	display: block;
}
.g_menu_list_outer .submenuList .submenuItem ul a.current {
	color: #30c9e9;
}

@media (min-width: 1181px) {
	.g_menu_list_outer {
		display: block;
	}
	
	.g_menu_list_outer .submenuList .submenuItem > a:hover,
	.g_menu_list_outer .submenuList .submenuItem li > a:hover {
		color: #30c9e9;
	}

	.g_menu_list_outer .submenuList .submenuItem ul a:hover {
		color: #30c9e9;
	}
}
