@charset "UTF-8";
/*045*/
:root {
  --main-color1: #5A71AB;
  --main-color2: #E39680;
  --main-color3: #192E5D;
  --gray: #888888;
  --bg-gray: #f5f5f5;
  --border: #e4e4e4;
  --text-indark: #ffffff;
  --text-inlight: #000000;
  --text-inC1: var(--text-indark);
  --text-inC2: var(--text-inlight);
  --text-inC3: var(--text-indark);
  --tt3d: translate3d(-50%, 50%, 0);
  --svg-toggler: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

  --bs-font-sans-serif: 'Oswald', Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bngt: #1E1F2E;

  --min-size: 16;
  --max-size: 28;
  /*
  code by muki.tw:
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
  font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
    */
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.imgFCC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.br {
  border-radius: 0.5rem;
}
.heading {
  font-weight: bold;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  /* border-radius: 0.25rem; */
  border-radius: 3rem;
  transition: .3s ease;
  transition-property: background-color, color;
  background-color: var(--main-color1);
  color: var(--text-inC1);
}

.btn:hover {
  background-color: transparent;
  border-color: var(--main-color1);
  color: var(--main-color1);
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled {
  pointer-events: none;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header */
#toolbarWrap {
  position: relative;
  padding-top: 12px;
  padding-bottom: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0.75rem;
}
#toolbarWrap li {
  display: inline-block;
  white-space: nowrap;
}
#toolbarRight {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.supplier-logo {margin-right: 1rem;}
#language, #imgwrap {margin: 0 0.5rem;padding: 0;text-align: center;
  /*消除子元素不存在的空格*/
  display: flex;
  flex-direction: row;
  /*單純置中*/
  justify-content: center;
}
.langList a {
  padding: 0px 6px;
}
.langList + .langList:before {
  content: '|';
}
.iconList {
  margin: 0 6px;
}
.iconList > a {
  width: 22px;
  height: 22px;
  background-color: #fff;
  display: inline-block;
}
.icon_globe {
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M11 21.633C16.5228 21.633 21 17.0141 21 11.3165C21 5.61885 16.5228 1 11 1C5.47715 1 1 5.61885 1 11.3165C1 17.0141 5.47715 21.633 11 21.633Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M1 11.3165H21" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M10.9999 1C13.5012 3.82502 14.9226 7.49116 14.9999 11.3165C14.9226 15.1418 13.5012 18.8079 10.9999 21.633C8.4986 18.8079 7.07713 15.1418 6.99988 11.3165C7.07713 7.49116 8.4986 3.82502 10.9999 1Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center;
}
.icon_lock {
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg width="20" height="22" viewBox="0 0 20 22" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16.5092 9.99999H2.93865C1.86796 9.99999 1 10.8954 1 12V19C1 20.1046 1.86796 21 2.93865 21H16.5092C17.5799 21 18.4478 20.1046 18.4478 19V12C18.4478 10.8954 17.5799 9.99999 16.5092 9.99999Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M4.87732 10V6C4.87732 4.67392 5.38794 3.40215 6.29686 2.46447C7.20578 1.52678 8.43853 1 9.72393 1C11.0093 1 12.2421 1.52678 13.151 2.46447C14.0599 3.40215 14.5705 4.67392 14.5705 6V10" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center;
}
.icon_cart {
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M8.27274 20.6951C8.77482 20.6951 9.18183 20.2752 9.18183 19.7572C9.18183 19.2393 8.77482 18.8194 8.27274 18.8194C7.77066 18.8194 7.36365 19.2393 7.36365 19.7572C7.36365 20.2752 7.77066 20.6951 8.27274 20.6951Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M18.2729 20.6951C18.7749 20.6951 19.182 20.2752 19.182 19.7572C19.182 19.2393 18.7749 18.8194 18.2729 18.8194C17.7708 18.8194 17.3638 19.2393 17.3638 19.7572C17.3638 20.2752 17.7708 20.6951 18.2729 20.6951Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M1 1H4.63636L7.07273 13.558C7.15586 13.9898 7.38355 14.3776 7.71595 14.6537C8.04835 14.9297 8.46427 15.0764 8.89091 15.0679H17.7273C18.1539 15.0764 18.5698 14.9297 18.9022 14.6537C19.2346 14.3776 19.4623 13.9898 19.5455 13.558L21 5.68931H5.54545" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E') no-repeat center;
}
@media (min-width: 992px) {
  #main-nav {
    position: fixed;
    width: 100%;
    color: var(--text-indark);
    z-index: 100;
    transition: background-color .3s ease;
  }
  #main-nav.outtop {
    background-color: var(--main-color3);
  }
  .supplier-logo {
    padding: 0.5rem;
    background: #ffffff;
    border-radius: 0.5rem;
    flex: 0 0 auto;
  }
  #imgwrap {flex: 0 0 auto;}
  #toolbarWrap {
    flex-wrap: nowrap;
  }
}
.attrcart {
  position: relative;
}
.attrcart::after {
  content: attr(data-cart);
  font-size: 12px;
  background-color: var(--main-color2);
  color: var(--text-inC2);
  padding: 0.25em 0.7em;
  border-radius: 1rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-40%, 0%);
  opacity: 0;
  transition: transform .3s, opacity .3s;
}
.attrcart:hover:after {
  opacity: 1;
  transform: translate(-40%, -100%);
}
 #main-nav .attrcart:not([data-cart="0"]) > a {
  background-color: gold;
  animation: bounce 2s ease infinite;
}
@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}
/* Search */
.btn-search {
  width: 26px;
  height: 26px;
  background-color: #000;
  -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512" %3E%3Cpath d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z" /%3E%3C/svg%3E') no-repeat center;
  
}
#ke {
  background-color: #ffffff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
#ke input {
  border: none;background-color: #ffffff; flex: 1;
}

/* navbar */
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: var(--text-inC1) 0 0 0 0.25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-color: var(--text-inC1);
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
.dropdown-item {
  display: block;
  padding: 1rem 0.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--text-inC1);
  background-color: var(--main-color1);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--text-inC2);
  text-decoration: none;
  background-color: var(--main-color2);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

@media (min-width: 992px) {
  .dropdown-item {
    padding: 0.5rem 1.5rem;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
@keyframes scaleTIn {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
}
@-webkit-keyframes scaleTIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: scaleY(0);
    -webkit-opacity: 0;
  }
}
.scaleTIn {
  -webkit-animation-name: scaleTIn;
  animation-name: scaleTIn;
  transform-origin: top;
}

/* 套版特有風格 */
#homeFeature {background-image: linear-gradient(260deg, rgba(25, 46, 93, 0.91) 50%, rgba(90, 142, 171, 0.91) 90%), url('https://www.cens.com/cens/rwd/045/img/home_bg.jpg');}
#suboBanner {
  background-image: linear-gradient(215deg, #16224E 36.2%, rgba(66, 128, 155, 0.72) 82.36%), url('https://www.cens.com/cens/rwd/045/img/banner_general01.jpg');
}
.heading {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0.75em;
}
main {
  padding: 3rem 0;
}
#mainMenu {
  flex-grow: 1;
  justify-content: space-evenly;
}
#mainMenu .nav-link {
  padding: 1rem;
  text-align: center;
  white-space: nowrap;
  display: block;
}
#mainMenu .nav-link:hover {
}
#mainMenu .nav-link.show {
  color: var(--text-inlight);
  background-color: #ffffff;
  text-decoration: underline 2px var(--main-color1);
  text-underline-offset: 6px;

}
#mainMenu .dropdown-menu {border: 0;}

.page-heading { }
.heading.icon {	padding-left: 1.5em; position: relative;}
.heading.icon::before {
	content: '';
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  #main-nav {background-color: var(--main-color1); color: var(--text-inC1);}
  #navbarSupportedContent1 {
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
  #headerSearch {flex: 0 0 100%;}
  #mainMenu .nav-link.show {
    background-color: var(--main-color3);
    color: var(--text-inC3);
  }
  .dropdown-item:hover {
    color: var(--main-color1);
    background-color: initial;
  }
}
@media (min-width: 992px) {
  #toolbarWrap .supplier-logo {order: -5;}
  #navbarSupportedContent1 {order: -4;}
  #mainMenu .nav-link {
    font-size: 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    transition: border-color .3s ease;
  }
  #mainMenu .nav-link:hover {
    border-color: var(--border);
  }
  #mainMenu .dropdown-menu[data-bs-popper] {
    top: calc(100% + -0.5rem);
    margin-top: 0;
  }
  #mainMenu .nav-link.show {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.7);
  }
  #mainMenu .dropdown-menu.show {box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);}
}
/**----------------------------
			頁尾
----------------------------**/

#page-footer {
  background-color: var(--main-color3);
  color: var(--text-inC3);
  padding: 3rem 2rem 0;
  border-radius: 0 100px 0 0;
}
#footer-container2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 0.75rem 2rem;
}
#footer-logo {}
.ft-box {
    flex: 1 0 240px;
    display: flex;
    flex-direction: column;
}
#footer4 {
    flex: 0 0 320px;
}
#footer4 h5 {margin: 0.5rem 0 1rem;}
.ft-box h4 {width: 100%;}
.footerCN {}
.form-horizontal {margin-bottom: 1.5rem;}
.footer-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid;
  background-color: transparent;
  color: var(--text-inC3);
}
.footer-social-group {
  margin: 1rem 0;
}
.footer-social {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-social-item {
  list-style-type: none;
}
.footer-social-item svg {
  margin-right: 0.5rem;
}
#copyright {
	font-size: 0.9rem;
	text-align: center;
	font-weight: 100;
	padding: 24px;
	border-top: 1px solid var(--border);
}
@media (min-width: 768px) {
  #page-footer {
    border-radius: 0 200px 0 0;
  }
  .ft-box {
    flex: 0 0 240px;
  }
}

/**----------------------------
		  產品頁開始
----------------------------**/

#suboBanner {
  height: 20vh;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 50px;
  color: var(--text-indark);
}
h1.page-heading {
  --min-size: 32;
  --max-size: 64;
  color: var(--text-indark);
  font-size: 4rem;
  --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
  margin-bottom: 0.5em;
}
#bannerInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#suboBanner .breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-size: 1rem;
  flex-wrap: wrap;
}
#suboBanner .breadcrumb li:first-child {color: var(--main-color1);}
#suboBanner .breadcrumb li + li::before {
 content: '＞';
 margin: 0 0.25em;
}
@media (min-width: 992px) {
  #suboBanner .breadcrumb {font-size: 1.25rem;}
}
/**/
.dpSubSort .list-group {
	width: 100%;
}
.collapse.show {
  visibility: visible;
}
.collapsing {
  visibility: visible;
  height: 0;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
  height: inherit;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
@media (min-width: 992px) {
  #suboBanner {
    height: 500px;
    border-radius: 0 0 0 200px;
  }
}


/*----------------------------------
  			Back To Top
------------------------------------*/
#goTop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  font-size: 1rem;
  text-align: center;
  border: none;
  outline: none;
  background: var(--main-color3);
  color: var(--text-inC3);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#goTop:hover {
  background-color: rgba(130,130,130,1);
	color: #fff;}

@media (max-width: 450px){

	#goTop {
  	  width: 48px;
  	  height: 48px;	  
	  font-size: 0.5rem;
	  right: 20px;
	}

}
