#s-023b4277-db6e-4847-97a3-a6deb899df51 {
  text-align: right;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-6965286b-56fe-4127-bd30-04793eb7f828 {
  min-height: 50px;
}








#s-6965286b-56fe-4127-bd30-04793eb7f828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6965286b-56fe-4127-bd30-04793eb7f828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4af058-b0c4-4e96-82c1-43f55c674e05 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-left: 0%;
padding-bottom: 20px;
padding-right: 0%;
background-position: center center;
}
@media (min-width: 1200px){#s-be4af058-b0c4-4e96-82c1-43f55c674e05 {
  
}
}







#s-be4af058-b0c4-4e96-82c1-43f55c674e05 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-be4af058-b0c4-4e96-82c1-43f55c674e05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-9179682e-6765-49bc-b686-35cfaa1aa22b {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-9179682e-6765-49bc-b686-35cfaa1aa22b {
  
}
}






  #s-9179682e-6765-49bc-b686-35cfaa1aa22b img.shogun-image {
    

    
    
    
  }


#s-9179682e-6765-49bc-b686-35cfaa1aa22b .shogun-image-content {
  
    align-items: center;
  
}

#s-734f54a8-d10a-4bdd-af00-4ea55e0c7999 {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-734f54a8-d10a-4bdd-af00-4ea55e0c7999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734f54a8-d10a-4bdd-af00-4ea55e0c7999.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed815d1a-5224-4d93-ba12-d49902544132 {
  min-height: 50px;
}








#s-ed815d1a-5224-4d93-ba12-d49902544132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed815d1a-5224-4d93-ba12-d49902544132.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e44018bd-8d36-4235-a5d3-663fe442e9b1 {
  min-height: 50px;
}








#s-e44018bd-8d36-4235-a5d3-663fe442e9b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e44018bd-8d36-4235-a5d3-663fe442e9b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8911b53-3043-4c0d-bb9c-92e1356088d0 {
  text-align: center;
}







  #s-a8911b53-3043-4c0d-bb9c-92e1356088d0 img.shogun-image {
    

    
    
    
  }


#s-a8911b53-3043-4c0d-bb9c-92e1356088d0 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-32649733-0876-42e8-abf0-b7cd1b429953 {
  text-align: center;
}
@media (max-width: 767px){#s-32649733-0876-42e8-abf0-b7cd1b429953 {
  margin-bottom: -10px;
}
}
#s-32649733-0876-42e8-abf0-b7cd1b429953 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-32649733-0876-42e8-abf0-b7cd1b429953 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-32649733-0876-42e8-abf0-b7cd1b429953 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: 2px;
  
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-6deeb9c6-a239-446e-8b1c-b1968b60532f {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-6deeb9c6-a239-446e-8b1c-b1968b60532f {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6deeb9c6-a239-446e-8b1c-b1968b60532f {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6deeb9c6-a239-446e-8b1c-b1968b60532f {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-6deeb9c6-a239-446e-8b1c-b1968b60532f {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-678ccc74-4367-40cc-b9c2-e3750c0f5b2f {
  text-align: center;
}







  #s-678ccc74-4367-40cc-b9c2-e3750c0f5b2f img.shogun-image {
    

    
    
    
  }


#s-678ccc74-4367-40cc-b9c2-e3750c0f5b2f .shogun-image-content {
  
    align-items: center;
  
}

#s-1ff9b465-8e59-4666-af12-a37ac8ccb737 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-1ff9b465-8e59-4666-af12-a37ac8ccb737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ff9b465-8e59-4666-af12-a37ac8ccb737.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d8b31ec-2eaf-4c5a-b3f7-9b75520e19d0 {
  text-align: center;
}







  #s-7d8b31ec-2eaf-4c5a-b3f7-9b75520e19d0 img.shogun-image {
    

    
    
    
  }


#s-7d8b31ec-2eaf-4c5a-b3f7-9b75520e19d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f13766f5-37ff-4f9a-a1d7-c6be350c714c {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-f13766f5-37ff-4f9a-a1d7-c6be350c714c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f13766f5-37ff-4f9a-a1d7-c6be350c714c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19ada7b-c792-4449-a2f3-dabca0b43415 {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a19ada7b-c792-4449-a2f3-dabca0b43415 {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-a19ada7b-c792-4449-a2f3-dabca0b43415 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a19ada7b-c792-4449-a2f3-dabca0b43415 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-a19ada7b-c792-4449-a2f3-dabca0b43415 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-850a580d-3b4f-48b5-b796-420df43f5a15 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-850a580d-3b4f-48b5-b796-420df43f5a15 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-850a580d-3b4f-48b5-b796-420df43f5a15 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-850a580d-3b4f-48b5-b796-420df43f5a15 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-850a580d-3b4f-48b5-b796-420df43f5a15 img.shogun-image {
    

    
    
    
  }


#s-850a580d-3b4f-48b5-b796-420df43f5a15 .shogun-image-content {
  
    align-items: center;
  
}

#s-a923f896-cf8a-4a65-8aa4-89ec118ef74d {
  text-align: center;
}







  #s-a923f896-cf8a-4a65-8aa4-89ec118ef74d img.shogun-image {
    

    
    
    
  }


#s-a923f896-cf8a-4a65-8aa4-89ec118ef74d .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-a3db3f45-ae9f-40f8-a1b6-575ba7025509 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a3db3f45-ae9f-40f8-a1b6-575ba7025509"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-5e7d0bd4-d607-4960-b851-da80bc5945d4 {
  text-align: center;
}







  #s-5e7d0bd4-d607-4960-b851-da80bc5945d4 img.shogun-image {
    

    
    
    
  }


#s-5e7d0bd4-d607-4960-b851-da80bc5945d4 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ebf98966-9206-4113-971b-32c63a860901 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ebf98966-9206-4113-971b-32c63a860901 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ebf98966-9206-4113-971b-32c63a860901 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ebf98966-9206-4113-971b-32c63a860901 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-ebf98966-9206-4113-971b-32c63a860901 td.shogun-table-column, #s-ebf98966-9206-4113-971b-32c63a860901 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-49eff5d4-ec7a-4d4f-b7c3-fb9a0e038a08 {
  text-align: center;
}







  #s-49eff5d4-ec7a-4d4f-b7c3-fb9a0e038a08 img.shogun-image {
    

    
    
    
  }


#s-49eff5d4-ec7a-4d4f-b7c3-fb9a0e038a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-09386913-bec3-43e7-801f-2ef38b92bc6b {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 85, 65, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(134, 85, 65, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-9dc116d9-fc4d-4af1-a1b6-522fd826ecf6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}


}
#s-a1d54ebb-ad05-4428-a561-4695288f19ae {
  margin-bottom: -13px;
text-align: center;
}

#s-a1d54ebb-ad05-4428-a561-4695288f19ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 35px;
  line-height: 0.8em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a1d54ebb-ad05-4428-a561-4695288f19ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1d54ebb-ad05-4428-a561-4695288f19ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 0.8em;
  
  
}


}@media (max-width: 767px){#s-a1d54ebb-ad05-4428-a561-4695288f19ae .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.3em;
  
  
}


}
#s-3f951571-e360-4ff1-9f6d-43c107132977 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-3f951571-e360-4ff1-9f6d-43c107132977 {
  margin-top: 0px;
}
}






  #s-3f951571-e360-4ff1-9f6d-43c107132977 img.shogun-image {
    

    
    
    
  }


#s-3f951571-e360-4ff1-9f6d-43c107132977 .shogun-image-content {
  
    align-items: center;
  
}

#s-57b1c06c-fd52-4f5d-96ca-80b3206d056e {
  margin-bottom: 1%;
min-height: 50px;
}








#s-57b1c06c-fd52-4f5d-96ca-80b3206d056e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57b1c06c-fd52-4f5d-96ca-80b3206d056e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfd59ea2-aa7b-4589-810b-0e155e0e2a94 {
  text-align: center;
}







  #s-dfd59ea2-aa7b-4589-810b-0e155e0e2a94 img.shogun-image {
    

    
    
    
  }


#s-dfd59ea2-aa7b-4589-810b-0e155e0e2a94 .shogun-image-content {
  
    align-items: center;
  
}

#s-98c1a717-877b-48b8-b6fd-d6ef25e05f95 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-98c1a717-877b-48b8-b6fd-d6ef25e05f95 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-98c1a717-877b-48b8-b6fd-d6ef25e05f95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98c1a717-877b-48b8-b6fd-d6ef25e05f95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98c1a717-877b-48b8-b6fd-d6ef25e05f95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98c1a717-877b-48b8-b6fd-d6ef25e05f95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f9400d2e-5c00-4c3d-ad3e-9ba34b064de3 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f9400d2e-5c00-4c3d-ad3e-9ba34b064de3 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f9400d2e-5c00-4c3d-ad3e-9ba34b064de3 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-f9400d2e-5c00-4c3d-ad3e-9ba34b064de3 img.shogun-image {
    

    
    
    
  }


#s-f9400d2e-5c00-4c3d-ad3e-9ba34b064de3 .shogun-image-content {
  
    align-items: center;
  
}

#s-269439b5-c81a-4494-ac44-18b4a051bf60 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 {
  margin-top: 50px;
text-align: center;
}
}
#s-269439b5-c81a-4494-ac44-18b4a051bf60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-269439b5-c81a-4494-ac44-18b4a051bf60 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-3a79e9e7-09bd-46e3-ba73-8ddd9702d0cb {
  text-align: left;
}
@media (max-width: 767px){#s-3a79e9e7-09bd-46e3-ba73-8ddd9702d0cb {
  margin-bottom: -30px;
}
}
#s-3a79e9e7-09bd-46e3-ba73-8ddd9702d0cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3a79e9e7-09bd-46e3-ba73-8ddd9702d0cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3a79e9e7-09bd-46e3-ba73-8ddd9702d0cb .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd {
  display: none;
}
#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd, #wrap-s-7c6b3a26-1964-4da7-b50c-21c6c73708cd { display:none !important; }}@media (max-width: 767px){#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd {
  display: none;
}
#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd, #wrap-s-7c6b3a26-1964-4da7-b50c-21c6c73708cd { display:none !important; }}






  #s-7c6b3a26-1964-4da7-b50c-21c6c73708cd img.shogun-image {
    

    
    
    
  }


#s-7c6b3a26-1964-4da7-b50c-21c6c73708cd .shogun-image-content {
  
    align-items: center;
  
}

#s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f4f59219-dfcb-4516-ba48-1abcb1f2e7c8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3e9f8418-4e94-4c4c-8190-f4dc7f042a33 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-3223d81d-9e25-463a-8224-38220e4101ad {
  text-align: left;
}
@media (max-width: 767px){#s-3223d81d-9e25-463a-8224-38220e4101ad {
  margin-bottom: -30px;
}
}
#s-3223d81d-9e25-463a-8224-38220e4101ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3223d81d-9e25-463a-8224-38220e4101ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3223d81d-9e25-463a-8224-38220e4101ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-d6c03351-ee09-4995-9686-ba6b9ceaef30 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6c03351-ee09-4995-9686-ba6b9ceaef30 {
  display: none;
}
#s-d6c03351-ee09-4995-9686-ba6b9ceaef30, #wrap-s-d6c03351-ee09-4995-9686-ba6b9ceaef30 { display:none !important; }}@media (max-width: 767px){#s-d6c03351-ee09-4995-9686-ba6b9ceaef30 {
  display: none;
}
#s-d6c03351-ee09-4995-9686-ba6b9ceaef30, #wrap-s-d6c03351-ee09-4995-9686-ba6b9ceaef30 { display:none !important; }}






  #s-d6c03351-ee09-4995-9686-ba6b9ceaef30 img.shogun-image {
    

    
    
    
  }


#s-d6c03351-ee09-4995-9686-ba6b9ceaef30 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3edd413-565f-4741-9e2c-45c90d31283e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f3edd413-565f-4741-9e2c-45c90d31283e {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f3edd413-565f-4741-9e2c-45c90d31283e {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-f3edd413-565f-4741-9e2c-45c90d31283e img.shogun-image {
    

    
    
    
  }


#s-f3edd413-565f-4741-9e2c-45c90d31283e .shogun-image-content {
  
    align-items: center;
  
}

#s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7747e5b-4f89-41d3-b5ba-91acec1f3ca0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 img.shogun-image {
    

    
    
    
  }


#s-bfa024d0-3b7b-4753-96bc-65d21f92ed83 .shogun-image-content {
  
    align-items: center;
  
}

#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 {
  margin-top: 20px;
text-align: center;
}
}
#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-bee26a34-ed97-489f-b188-87ecff0cb7d0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-a5b4a651-0018-4752-8437-29625f38b6bc {
  text-align: left;
}
@media (max-width: 767px){#s-a5b4a651-0018-4752-8437-29625f38b6bc {
  margin-bottom: -30px;
}
}
#s-a5b4a651-0018-4752-8437-29625f38b6bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a5b4a651-0018-4752-8437-29625f38b6bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a5b4a651-0018-4752-8437-29625f38b6bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a {
  display: none;
}
#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a, #wrap-s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a { display:none !important; }}@media (max-width: 767px){#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a {
  display: none;
}
#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a, #wrap-s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a { display:none !important; }}






  #s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a img.shogun-image {
    

    
    
    
  }


#s-899a8f1d-4b66-4a3c-b29b-1ce6161e5c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-536eabd7-e8a5-4342-ad3a-8eff6682944c {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-536eabd7-e8a5-4342-ad3a-8eff6682944c {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-536eabd7-e8a5-4342-ad3a-8eff6682944c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-536eabd7-e8a5-4342-ad3a-8eff6682944c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-536eabd7-e8a5-4342-ad3a-8eff6682944c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-536eabd7-e8a5-4342-ad3a-8eff6682944c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-536eabd7-e8a5-4342-ad3a-8eff6682944c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-44fa3134-de71-4901-b2a8-86dbf7cbd8ce .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-55967b39-8fa5-47a7-beec-afd57746b2d6 {
  text-align: left;
}
@media (max-width: 767px){#s-55967b39-8fa5-47a7-beec-afd57746b2d6 {
  margin-bottom: -30px;
}
}
#s-55967b39-8fa5-47a7-beec-afd57746b2d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-55967b39-8fa5-47a7-beec-afd57746b2d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-55967b39-8fa5-47a7-beec-afd57746b2d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 {
  display: none;
}
#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2, #wrap-s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 { display:none !important; }}@media (max-width: 767px){#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 {
  display: none;
}
#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2, #wrap-s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 { display:none !important; }}






  #s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 img.shogun-image {
    

    
    
    
  }


#s-b04c57bf-0d0d-4b6b-9d3f-5572b87a03d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-352e0f8a-5bea-4df3-860a-3dbf0d60ca2b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-352e0f8a-5bea-4df3-860a-3dbf0d60ca2b {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-352e0f8a-5bea-4df3-860a-3dbf0d60ca2b {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-352e0f8a-5bea-4df3-860a-3dbf0d60ca2b img.shogun-image {
    

    
    
    
  }


#s-352e0f8a-5bea-4df3-860a-3dbf0d60ca2b .shogun-image-content {
  
    align-items: center;
  
}

#s-37314823-6e86-4933-8dde-bf97ab56154e {
  text-align: center;
}







  #s-37314823-6e86-4933-8dde-bf97ab56154e img.shogun-image {
    

    
    
    
  }


#s-37314823-6e86-4933-8dde-bf97ab56154e .shogun-image-content {
  
    align-items: center;
  
}

#s-ed9c7494-ff15-4838-aab0-35677daa1a4b {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ed9c7494-ff15-4838-aab0-35677daa1a4b {
  padding-top: 10px;
}
}






  #s-ed9c7494-ff15-4838-aab0-35677daa1a4b img.shogun-image {
    

    
    
    
  }


#s-ed9c7494-ff15-4838-aab0-35677daa1a4b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-850b158c-f167-4cc8-9618-07eeb55212fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-710cf704-2498-4f9d-aa37-58d52f88d80c {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-710cf704-2498-4f9d-aa37-58d52f88d80c .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-710cf704-2498-4f9d-aa37-58d52f88d80c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-710cf704-2498-4f9d-aa37-58d52f88d80c td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-710cf704-2498-4f9d-aa37-58d52f88d80c td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-710cf704-2498-4f9d-aa37-58d52f88d80c td.shogun-table-column, #s-710cf704-2498-4f9d-aa37-58d52f88d80c td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-766eee85-962e-4a13-83e1-5aea1f833749 {
  text-align: center;
}







  #s-766eee85-962e-4a13-83e1-5aea1f833749 img.shogun-image {
    

    
    
    
  }


#s-766eee85-962e-4a13-83e1-5aea1f833749 .shogun-image-content {
  
    align-items: center;
  
}

#s-3874800e-218e-4077-a038-138a9b0b8602 {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-3874800e-218e-4077-a038-138a9b0b8602 {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3874800e-218e-4077-a038-138a9b0b8602 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3874800e-218e-4077-a038-138a9b0b8602 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-3874800e-218e-4077-a038-138a9b0b8602 {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-3874800e-218e-4077-a038-138a9b0b8602 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1.3em;
  
  text-align: left;
}


@media (max-width: 767px){#s-3874800e-218e-4077-a038-138a9b0b8602 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-d0a8ff46-088b-46b3-8160-b8d09e4b5c74 {
  text-align: center;
}







  #s-d0a8ff46-088b-46b3-8160-b8d09e4b5c74 img.shogun-image {
    

    
    
    
  }


#s-d0a8ff46-088b-46b3-8160-b8d09e4b5c74 .shogun-image-content {
  
    align-items: center;
  
}

#s-d628058e-c80d-4f1f-af88-6c676a17be04 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d628058e-c80d-4f1f-af88-6c676a17be04 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-d628058e-c80d-4f1f-af88-6c676a17be04 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-d628058e-c80d-4f1f-af88-6c676a17be04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-d628058e-c80d-4f1f-af88-6c676a17be04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d628058e-c80d-4f1f-af88-6c676a17be04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-d628058e-c80d-4f1f-af88-6c676a17be04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-35fcce4f-276b-410b-a622-2d4f60c88d5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-35fcce4f-276b-410b-a622-2d4f60c88d5d {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-35fcce4f-276b-410b-a622-2d4f60c88d5d .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-35fcce4f-276b-410b-a622-2d4f60c88d5d .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}


}@media (max-width: 767px){#s-35fcce4f-276b-410b-a622-2d4f60c88d5d .shogun-heading-component h6 {
  color: #000;
  font-weight:  100 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  
}


}
#s-f6d6500f-079e-4ddf-95f2-9225af604688 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f6d6500f-079e-4ddf-95f2-9225af604688 img.shogun-image {
    

    
    
    
  }


#s-f6d6500f-079e-4ddf-95f2-9225af604688 .shogun-image-content {
  
    align-items: center;
  
}

#s-a15f87b9-633b-4de4-a150-a0f748a941d5 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-a15f87b9-633b-4de4-a150-a0f748a941d5 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a15f87b9-633b-4de4-a150-a0f748a941d5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9a2afe13-0572-4f4c-abec-c279522dea71 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9a2afe13-0572-4f4c-abec-c279522dea71 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a2afe13-0572-4f4c-abec-c279522dea71 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-9a2afe13-0572-4f4c-abec-c279522dea71 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-9a2afe13-0572-4f4c-abec-c279522dea71 img.shogun-image {
    

    
    
    
  }


#s-9a2afe13-0572-4f4c-abec-c279522dea71 .shogun-image-content {
  
    align-items: center;
  
}

#s-23f16fb0-12c0-400f-80e0-6aa7d46f09ee {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-23f16fb0-12c0-400f-80e0-6aa7d46f09ee {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-23f16fb0-12c0-400f-80e0-6aa7d46f09ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-23f16fb0-12c0-400f-80e0-6aa7d46f09ee .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-ae117996-5430-4101-9d9b-ae6ea320d2a8 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-ae117996-5430-4101-9d9b-ae6ea320d2a8 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-fc8e689e-921c-41bf-acbf-4238fb0ae68d {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-fc8e689e-921c-41bf-acbf-4238fb0ae68d {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-fc8e689e-921c-41bf-acbf-4238fb0ae68d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-38314022-93b5-4dfd-88d3-76c215ee3ee4 {
  border-style: solid;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: #2C2A34;
border-radius: 15px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-38314022-93b5-4dfd-88d3-76c215ee3ee4 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-38314022-93b5-4dfd-88d3-76c215ee3ee4 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-38314022-93b5-4dfd-88d3-76c215ee3ee4 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-38314022-93b5-4dfd-88d3-76c215ee3ee4 img.shogun-image {
    

    
    
    
  }


#s-38314022-93b5-4dfd-88d3-76c215ee3ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e75461d-3f0d-4616-a042-a5a9a86bae83 {
  margin-top: 10px;
margin-left: 28px;
margin-bottom: 10px;
margin-right: 28px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-1e75461d-3f0d-4616-a042-a5a9a86bae83 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-1e75461d-3f0d-4616-a042-a5a9a86bae83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-1e75461d-3f0d-4616-a042-a5a9a86bae83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-a6f52d43-9b14-4228-af57-b996a61e213c {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-a6f52d43-9b14-4228-af57-b996a61e213c {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-1f4eb057-cf3a-4145-b1de-e6460619f277 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-1f4eb057-cf3a-4145-b1de-e6460619f277 img.shogun-image {
    

    
    
    
  }


#s-1f4eb057-cf3a-4145-b1de-e6460619f277 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cd623ba-aca9-43b2-8d11-e8174888f4be {
  text-align: center;
}







  #s-1cd623ba-aca9-43b2-8d11-e8174888f4be img.shogun-image {
    

    
    
    
  }


#s-1cd623ba-aca9-43b2-8d11-e8174888f4be .shogun-image-content {
  
    align-items: center;
  
}

#s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c {
  
}
}@media (max-width: 767px){#s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-80fdc0aa-fe97-4a3e-8885-036b8a52c76c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-fedd08e6-2898-41a9-93e1-126337a6d1ee {
  text-align: center;
}
@media (max-width: 767px){#s-fedd08e6-2898-41a9-93e1-126337a6d1ee {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-fedd08e6-2898-41a9-93e1-126337a6d1ee img.shogun-image {
    

    
    
    
  }


#s-fedd08e6-2898-41a9-93e1-126337a6d1ee .shogun-image-content {
  
    align-items: center;
  
}

#s-8d25f09b-9ac2-45b4-9e0c-5bc2c55fb163 {
  text-align: center;
}
@media (max-width: 767px){#s-8d25f09b-9ac2-45b4-9e0c-5bc2c55fb163 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-8d25f09b-9ac2-45b4-9e0c-5bc2c55fb163 img.shogun-image {
    

    
    
    
  }


#s-8d25f09b-9ac2-45b4-9e0c-5bc2c55fb163 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c96864a-fb7b-40bf-a8be-14933f33241b {
  margin-top: 14px;
text-align: center;
}







  #s-8c96864a-fb7b-40bf-a8be-14933f33241b img.shogun-image {
    

    
    
    
  }


#s-8c96864a-fb7b-40bf-a8be-14933f33241b .shogun-image-content {
  
    align-items: center;
  
}

#s-a7527480-b9c5-4399-8c0f-9e9c1fe366ba {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a7527480-b9c5-4399-8c0f-9e9c1fe366ba {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-a7527480-b9c5-4399-8c0f-9e9c1fe366ba .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-a7527480-b9c5-4399-8c0f-9e9c1fe366ba .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-ac836150-aee4-48e5-883a-317edeaa8ede {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ac836150-aee4-48e5-883a-317edeaa8ede {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-ac836150-aee4-48e5-883a-317edeaa8ede .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-ac836150-aee4-48e5-883a-317edeaa8ede .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-a188753a-bfff-4a4c-898b-349982ec1b83 {
  min-height: 50px;
}








#s-a188753a-bfff-4a4c-898b-349982ec1b83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a188753a-bfff-4a4c-898b-349982ec1b83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5802ad3d-1157-486c-b0b3-85b51d410ba7 {
  text-align: center;
}







  #s-5802ad3d-1157-486c-b0b3-85b51d410ba7 img.shogun-image {
    

    
    
    
  }


#s-5802ad3d-1157-486c-b0b3-85b51d410ba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a15b7ec-500b-4fc0-a67f-6cb124a19bdf {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-4a15b7ec-500b-4fc0-a67f-6cb124a19bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a15b7ec-500b-4fc0-a67f-6cb124a19bdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57642c35-c5da-451e-918a-e7314ca28235 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-57642c35-c5da-451e-918a-e7314ca28235 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-57642c35-c5da-451e-918a-e7314ca28235 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-22fd912c-1762-4330-8c8e-2c8df7777729 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-22fd912c-1762-4330-8c8e-2c8df7777729 img.shogun-image {
    

    
    
    
  }


#s-22fd912c-1762-4330-8c8e-2c8df7777729 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}