.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-a02a1f0b-6c68-4c6d-81f4-239cf23dc150 {
  min-height: 50px;
}








#s-a02a1f0b-6c68-4c6d-81f4-239cf23dc150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a02a1f0b-6c68-4c6d-81f4-239cf23dc150.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9785c52e-5eac-4eb1-9b51-faa7b543435e {
  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-9785c52e-5eac-4eb1-9b51-faa7b543435e {
  
}
}







#s-9785c52e-5eac-4eb1-9b51-faa7b543435e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-9785c52e-5eac-4eb1-9b51-faa7b543435e.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-106232d7-77b1-40a1-bf4d-a7a7eb5bdc6c {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-106232d7-77b1-40a1-bf4d-a7a7eb5bdc6c {
  
}
}






  #s-106232d7-77b1-40a1-bf4d-a7a7eb5bdc6c img.shogun-image {
    

    
    
    
  }


#s-106232d7-77b1-40a1-bf4d-a7a7eb5bdc6c .shogun-image-content {
  
    align-items: center;
  
}

#s-fc80d689-21f5-4151-947f-1aac193664a4 {
  min-height: 50px;
background-color: rgba(191, 234, 176, 1);
}








#s-fc80d689-21f5-4151-947f-1aac193664a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc80d689-21f5-4151-947f-1aac193664a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3151ab8e-898f-4acf-8eab-4f895e3d8863 {
  min-height: 50px;
}








#s-3151ab8e-898f-4acf-8eab-4f895e3d8863 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3151ab8e-898f-4acf-8eab-4f895e3d8863.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c540b6e9-5011-4a30-ae1c-e5664cc32f2e {
  min-height: 50px;
}








#s-c540b6e9-5011-4a30-ae1c-e5664cc32f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c540b6e9-5011-4a30-ae1c-e5664cc32f2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3328ec91-66b5-4837-8640-32340e4fd46c {
  text-align: center;
}







  #s-3328ec91-66b5-4837-8640-32340e4fd46c img.shogun-image {
    

    
    
    
  }


#s-3328ec91-66b5-4837-8640-32340e4fd46c .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-479dbbcd-4bbb-45e2-b6c0-36ddf503e664 {
  text-align: center;
}
@media (max-width: 767px){#s-479dbbcd-4bbb-45e2-b6c0-36ddf503e664 {
  margin-bottom: -10px;
}
}
#s-479dbbcd-4bbb-45e2-b6c0-36ddf503e664 .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-479dbbcd-4bbb-45e2-b6c0-36ddf503e664 .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-479dbbcd-4bbb-45e2-b6c0-36ddf503e664 .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-c8b284af-6ca8-4af3-9908-231642649333 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-c8b284af-6ca8-4af3-9908-231642649333 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8b284af-6ca8-4af3-9908-231642649333 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8b284af-6ca8-4af3-9908-231642649333 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-c8b284af-6ca8-4af3-9908-231642649333 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-a544e139-3d22-4490-b331-ddba18eba853 {
  text-align: center;
}







  #s-a544e139-3d22-4490-b331-ddba18eba853 img.shogun-image {
    

    
    
    
  }


#s-a544e139-3d22-4490-b331-ddba18eba853 .shogun-image-content {
  
    align-items: center;
  
}

#s-38c7b912-630a-436b-89d7-2f875bd3f17a {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-38c7b912-630a-436b-89d7-2f875bd3f17a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38c7b912-630a-436b-89d7-2f875bd3f17a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dcf93955-6a3c-4e7e-8f7e-76de6aa8a20d {
  text-align: center;
}







  #s-dcf93955-6a3c-4e7e-8f7e-76de6aa8a20d img.shogun-image {
    

    
    
    
  }


#s-dcf93955-6a3c-4e7e-8f7e-76de6aa8a20d .shogun-image-content {
  
    align-items: center;
  
}

#s-20bd79df-b779-4175-b1ff-db6c7f68ff59 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(191, 234, 176, 1);
}








#s-20bd79df-b779-4175-b1ff-db6c7f68ff59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20bd79df-b779-4175-b1ff-db6c7f68ff59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb5d440-0b6a-4f30-a4b0-398f51802bce {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5eb5d440-0b6a-4f30-a4b0-398f51802bce {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-5eb5d440-0b6a-4f30-a4b0-398f51802bce .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


@media (max-width: 767px){#s-5eb5d440-0b6a-4f30-a4b0-398f51802bce .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b img.shogun-image {
    

    
    
    
  }


#s-1df57d78-3e9d-4806-a8bd-7ad4dfe3ba4b .shogun-image-content {
  
    align-items: center;
  
}

#s-7bd3ab99-e996-49e9-8157-baa7679ac784 {
  text-align: center;
}







  #s-7bd3ab99-e996-49e9-8157-baa7679ac784 img.shogun-image {
    

    
    
    
  }


#s-7bd3ab99-e996-49e9-8157-baa7679ac784 .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-7ab0d09e-63c5-4f5a-a830-0887f9e28115 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7ab0d09e-63c5-4f5a-a830-0887f9e28115"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-75f8e08e-e16a-4880-a584-09797fe55f9a {
  text-align: center;
}







  #s-75f8e08e-e16a-4880-a584-09797fe55f9a img.shogun-image {
    

    
    
    
  }


#s-75f8e08e-e16a-4880-a584-09797fe55f9a .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-32e1feae-9a17-4f8a-a776-97844611028e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-32e1feae-9a17-4f8a-a776-97844611028e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-32e1feae-9a17-4f8a-a776-97844611028e 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-32e1feae-9a17-4f8a-a776-97844611028e td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-32e1feae-9a17-4f8a-a776-97844611028e td.shogun-table-column, #s-32e1feae-9a17-4f8a-a776-97844611028e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-32ef754a-1ef3-43a0-9697-8df38854d3c1 {
  text-align: center;
}







  #s-32ef754a-1ef3-43a0-9697-8df38854d3c1 img.shogun-image {
    

    
    
    
  }


#s-32ef754a-1ef3-43a0-9697-8df38854d3c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2ba2dad-a240-4a50-aa70-cfe23ac1acf1 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-a42b3618-00cb-411e-9a2d-40924f080a5b {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(125, 188, 118, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(125, 188, 118, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a42b3618-00cb-411e-9a2d-40924f080a5b {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a42b3618-00cb-411e-9a2d-40924f080a5b {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-a42b3618-00cb-411e-9a2d-40924f080a5b {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-a42b3618-00cb-411e-9a2d-40924f080a5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-a42b3618-00cb-411e-9a2d-40924f080a5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a42b3618-00cb-411e-9a2d-40924f080a5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 0.5em;
  letter-spacing: 1px;
  
}


}
#s-9d08aa2e-6273-4bfc-a727-9c0b379749aa {
  margin-bottom: -13px;
text-align: center;
}

#s-9d08aa2e-6273-4bfc-a727-9c0b379749aa .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-9d08aa2e-6273-4bfc-a727-9c0b379749aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-9d08aa2e-6273-4bfc-a727-9c0b379749aa .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-7c946399-cbf4-43e6-ab67-92aa11b34ac8 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-7c946399-cbf4-43e6-ab67-92aa11b34ac8 {
  margin-top: 0px;
}
}






  #s-7c946399-cbf4-43e6-ab67-92aa11b34ac8 img.shogun-image {
    

    
    
    
  }


#s-7c946399-cbf4-43e6-ab67-92aa11b34ac8 .shogun-image-content {
  
    align-items: center;
  
}

#s-86231101-ca9f-4d94-b701-c946781baae4 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-86231101-ca9f-4d94-b701-c946781baae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86231101-ca9f-4d94-b701-c946781baae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52e69364-6bdb-45f7-abdd-7cd0a658f22d {
  text-align: center;
}







  #s-52e69364-6bdb-45f7-abdd-7cd0a658f22d img.shogun-image {
    

    
    
    
  }


#s-52e69364-6bdb-45f7-abdd-7cd0a658f22d .shogun-image-content {
  
    align-items: center;
  
}

#s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaf7f26d-0328-4ed9-bea7-8f23e0abe345"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-039946f5-bc27-47ea-9164-4c2da348cc6b {
  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-039946f5-bc27-47ea-9164-4c2da348cc6b {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-039946f5-bc27-47ea-9164-4c2da348cc6b {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-039946f5-bc27-47ea-9164-4c2da348cc6b img.shogun-image {
    

    
    
    
  }


#s-039946f5-bc27-47ea-9164-4c2da348cc6b .shogun-image-content {
  
    align-items: center;
  
}

#s-b47c9808-f408-472e-8f6f-c7763d5b1583 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-b47c9808-f408-472e-8f6f-c7763d5b1583 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b47c9808-f408-472e-8f6f-c7763d5b1583 {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b47c9808-f408-472e-8f6f-c7763d5b1583 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-b47c9808-f408-472e-8f6f-c7763d5b1583 {
  margin-top: 50px;
text-align: center;
}
}
#s-b47c9808-f408-472e-8f6f-c7763d5b1583 .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-b47c9808-f408-472e-8f6f-c7763d5b1583 .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-b47c9808-f408-472e-8f6f-c7763d5b1583 .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-b47c9808-f408-472e-8f6f-c7763d5b1583 .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-394f6251-acaf-47eb-920b-0b27b765237c {
  text-align: left;
}
@media (max-width: 767px){#s-394f6251-acaf-47eb-920b-0b27b765237c {
  margin-bottom: -30px;
}
}
#s-394f6251-acaf-47eb-920b-0b27b765237c .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-394f6251-acaf-47eb-920b-0b27b765237c .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-394f6251-acaf-47eb-920b-0b27b765237c .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-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 {
  display: none;
}
#s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7, #wrap-s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 { display: none !important; }}@media (max-width: 767px){#s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 {
  display: none;
}
#s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7, #wrap-s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 { display: none !important; }}






  #s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 img.shogun-image {
    

    
    
    
  }


#s-cf40c71c-2f64-49a7-8ff6-bb76994c74d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e14113c2-73fa-4496-b069-663700f03376 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-e14113c2-73fa-4496-b069-663700f03376 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-e14113c2-73fa-4496-b069-663700f03376"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e14113c2-73fa-4496-b069-663700f03376"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e14113c2-73fa-4496-b069-663700f03376"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e14113c2-73fa-4496-b069-663700f03376"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e14113c2-73fa-4496-b069-663700f03376"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-1fde58ba-1d43-4fbf-a372-ad80d9880b60 .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-1fde58ba-1d43-4fbf-a372-ad80d9880b60 .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-1fde58ba-1d43-4fbf-a372-ad80d9880b60 .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-1fde58ba-1d43-4fbf-a372-ad80d9880b60 .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-1185d714-18c0-4575-963d-5d1c9d63b2ea {
  text-align: left;
}
@media (max-width: 767px){#s-1185d714-18c0-4575-963d-5d1c9d63b2ea {
  margin-bottom: -30px;
}
}
#s-1185d714-18c0-4575-963d-5d1c9d63b2ea .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-1185d714-18c0-4575-963d-5d1c9d63b2ea .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-1185d714-18c0-4575-963d-5d1c9d63b2ea .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-453902d5-cc55-4455-bb20-34a4ee4fa52a {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-453902d5-cc55-4455-bb20-34a4ee4fa52a {
  display: none;
}
#s-453902d5-cc55-4455-bb20-34a4ee4fa52a, #wrap-s-453902d5-cc55-4455-bb20-34a4ee4fa52a { display: none !important; }}@media (max-width: 767px){#s-453902d5-cc55-4455-bb20-34a4ee4fa52a {
  display: none;
}
#s-453902d5-cc55-4455-bb20-34a4ee4fa52a, #wrap-s-453902d5-cc55-4455-bb20-34a4ee4fa52a { display: none !important; }}






  #s-453902d5-cc55-4455-bb20-34a4ee4fa52a img.shogun-image {
    

    
    
    
  }


#s-453902d5-cc55-4455-bb20-34a4ee4fa52a .shogun-image-content {
  
    align-items: center;
  
}

#s-3d4271c8-0c55-4b78-9fa9-cd4a70dbff0d {
  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-3d4271c8-0c55-4b78-9fa9-cd4a70dbff0d {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-3d4271c8-0c55-4b78-9fa9-cd4a70dbff0d {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-3d4271c8-0c55-4b78-9fa9-cd4a70dbff0d img.shogun-image {
    

    
    
    
  }


#s-3d4271c8-0c55-4b78-9fa9-cd4a70dbff0d .shogun-image-content {
  
    align-items: center;
  
}

#s-24bdc54a-3a95-4e21-b739-3d7ad047ad81 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-24bdc54a-3a95-4e21-b739-3d7ad047ad81 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-24bdc54a-3a95-4e21-b739-3d7ad047ad81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24bdc54a-3a95-4e21-b739-3d7ad047ad81"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24bdc54a-3a95-4e21-b739-3d7ad047ad81"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24bdc54a-3a95-4e21-b739-3d7ad047ad81"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6a4c3203-a032-4693-8d37-11425e58ec87 {
  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-6a4c3203-a032-4693-8d37-11425e58ec87 {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a4c3203-a032-4693-8d37-11425e58ec87 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-6a4c3203-a032-4693-8d37-11425e58ec87 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-6a4c3203-a032-4693-8d37-11425e58ec87 img.shogun-image {
    

    
    
    
  }


#s-6a4c3203-a032-4693-8d37-11425e58ec87 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 {
  margin-top: 20px;
text-align: center;
}
}
#s-6d249fa1-b2ea-43b6-87fd-76bbed445103 .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-6d249fa1-b2ea-43b6-87fd-76bbed445103 .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-6d249fa1-b2ea-43b6-87fd-76bbed445103 .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-6d249fa1-b2ea-43b6-87fd-76bbed445103 .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-892a0917-86ba-4974-b56a-58168e0bbee3 {
  text-align: left;
}
@media (max-width: 767px){#s-892a0917-86ba-4974-b56a-58168e0bbee3 {
  margin-bottom: -30px;
}
}
#s-892a0917-86ba-4974-b56a-58168e0bbee3 .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-892a0917-86ba-4974-b56a-58168e0bbee3 .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-892a0917-86ba-4974-b56a-58168e0bbee3 .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-283b2142-ee10-4901-b7d5-a3485b3a9c98 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-283b2142-ee10-4901-b7d5-a3485b3a9c98 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-283b2142-ee10-4901-b7d5-a3485b3a9c98 {
  display: none;
}
#s-283b2142-ee10-4901-b7d5-a3485b3a9c98, #wrap-s-283b2142-ee10-4901-b7d5-a3485b3a9c98 { display: none !important; }}@media (max-width: 767px){#s-283b2142-ee10-4901-b7d5-a3485b3a9c98 {
  display: none;
}
#s-283b2142-ee10-4901-b7d5-a3485b3a9c98, #wrap-s-283b2142-ee10-4901-b7d5-a3485b3a9c98 { display: none !important; }}






  #s-283b2142-ee10-4901-b7d5-a3485b3a9c98 img.shogun-image {
    

    
    
    
  }


#s-283b2142-ee10-4901-b7d5-a3485b3a9c98 .shogun-image-content {
  
    align-items: center;
  
}

#s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3db61f79-cf8f-4f85-a2b9-150c2552f2c7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-f4e38f6e-2355-4cb4-ab6a-18f479531043 .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-f4e38f6e-2355-4cb4-ab6a-18f479531043 .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-f4e38f6e-2355-4cb4-ab6a-18f479531043 .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-f4e38f6e-2355-4cb4-ab6a-18f479531043 .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-753f4afd-57df-4afb-9c72-25dbcc8dab26 {
  text-align: left;
}
@media (max-width: 767px){#s-753f4afd-57df-4afb-9c72-25dbcc8dab26 {
  margin-bottom: -30px;
}
}
#s-753f4afd-57df-4afb-9c72-25dbcc8dab26 .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-753f4afd-57df-4afb-9c72-25dbcc8dab26 .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-753f4afd-57df-4afb-9c72-25dbcc8dab26 .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-918c52e6-0388-4b2f-8888-7c80ffdf5084 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-918c52e6-0388-4b2f-8888-7c80ffdf5084 {
  display: none;
}
#s-918c52e6-0388-4b2f-8888-7c80ffdf5084, #wrap-s-918c52e6-0388-4b2f-8888-7c80ffdf5084 { display: none !important; }}@media (max-width: 767px){#s-918c52e6-0388-4b2f-8888-7c80ffdf5084 {
  display: none;
}
#s-918c52e6-0388-4b2f-8888-7c80ffdf5084, #wrap-s-918c52e6-0388-4b2f-8888-7c80ffdf5084 { display: none !important; }}






  #s-918c52e6-0388-4b2f-8888-7c80ffdf5084 img.shogun-image {
    

    
    
    
  }


#s-918c52e6-0388-4b2f-8888-7c80ffdf5084 .shogun-image-content {
  
    align-items: center;
  
}

#s-98a16bf9-fbd2-484d-86f5-4cf242dedf2d {
  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-98a16bf9-fbd2-484d-86f5-4cf242dedf2d {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-98a16bf9-fbd2-484d-86f5-4cf242dedf2d {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-98a16bf9-fbd2-484d-86f5-4cf242dedf2d img.shogun-image {
    

    
    
    
  }


#s-98a16bf9-fbd2-484d-86f5-4cf242dedf2d .shogun-image-content {
  
    align-items: center;
  
}

#s-0016d45f-fbba-4bea-be90-62c003816297 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-0016d45f-fbba-4bea-be90-62c003816297 {
  padding-top: 10px;
}
}






  #s-0016d45f-fbba-4bea-be90-62c003816297 img.shogun-image {
    

    
    
    
  }


#s-0016d45f-fbba-4bea-be90-62c003816297 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c9ea5f9f-67c2-4d48-a87a-967ef311ae6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-6f417d20-a384-4a5e-b844-a6fb558c42d0 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-6f417d20-a384-4a5e-b844-a6fb558c42d0 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6f417d20-a384-4a5e-b844-a6fb558c42d0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6f417d20-a384-4a5e-b844-a6fb558c42d0 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-6f417d20-a384-4a5e-b844-a6fb558c42d0 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6f417d20-a384-4a5e-b844-a6fb558c42d0 td.shogun-table-column, #s-6f417d20-a384-4a5e-b844-a6fb558c42d0 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-6f349094-f3eb-4e4e-a6e0-8ed5636aae81 {
  text-align: center;
}







  #s-6f349094-f3eb-4e4e-a6e0-8ed5636aae81 img.shogun-image {
    

    
    
    
  }


#s-6f349094-f3eb-4e4e-a6e0-8ed5636aae81 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 .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-3e383f63-f17e-4e9b-8f4c-0fe2930e9b35 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-91c7d682-057e-4337-9427-989acb0753a2 {
  text-align: center;
}







  #s-91c7d682-057e-4337-9427-989acb0753a2 img.shogun-image {
    

    
    
    
  }


#s-91c7d682-057e-4337-9427-989acb0753a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-ade90ca5-e3eb-42c0-bd72-44bbf655ed0b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-38f54396-ae2c-4135-959b-07ea3ced5f5e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-38f54396-ae2c-4135-959b-07ea3ced5f5e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-38f54396-ae2c-4135-959b-07ea3ced5f5e .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-38f54396-ae2c-4135-959b-07ea3ced5f5e .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-38f54396-ae2c-4135-959b-07ea3ced5f5e .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-806e2385-b99b-4666-bd36-da78138ac25a {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-806e2385-b99b-4666-bd36-da78138ac25a img.shogun-image {
    

    
    
    
  }


#s-806e2385-b99b-4666-bd36-da78138ac25a .shogun-image-content {
  
    align-items: center;
  
}

#s-9a5ad67e-34a4-4774-9083-627dc8c45276 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-9a5ad67e-34a4-4774-9083-627dc8c45276 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9a5ad67e-34a4-4774-9083-627dc8c45276"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad3f1768-5464-4570-9f11-7f940f39fcba {
  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-ad3f1768-5464-4570-9f11-7f940f39fcba {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad3f1768-5464-4570-9f11-7f940f39fcba {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-ad3f1768-5464-4570-9f11-7f940f39fcba {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-ad3f1768-5464-4570-9f11-7f940f39fcba img.shogun-image {
    

    
    
    
  }


#s-ad3f1768-5464-4570-9f11-7f940f39fcba .shogun-image-content {
  
    align-items: center;
  
}

#s-3404ba37-b1e4-4a8a-955d-e054f5a780eb {
  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-3404ba37-b1e4-4a8a-955d-e054f5a780eb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-3404ba37-b1e4-4a8a-955d-e054f5a780eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-3404ba37-b1e4-4a8a-955d-e054f5a780eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-ed20d256-259d-4d5c-a6ac-d3d5c07bfa42 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-ed20d256-259d-4d5c-a6ac-d3d5c07bfa42 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-8949bb16-3b09-4639-87b9-e0b74322d102 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-8949bb16-3b09-4639-87b9-e0b74322d102 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8949bb16-3b09-4639-87b9-e0b74322d102"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fef304ba-3168-4067-b70f-a634bee6da09 {
  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-fef304ba-3168-4067-b70f-a634bee6da09 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fef304ba-3168-4067-b70f-a634bee6da09 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-fef304ba-3168-4067-b70f-a634bee6da09 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-fef304ba-3168-4067-b70f-a634bee6da09 img.shogun-image {
    

    
    
    
  }


#s-fef304ba-3168-4067-b70f-a634bee6da09 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce61a2c0-00e1-4312-bc02-edd24068dc9a {
  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-ce61a2c0-00e1-4312-bc02-edd24068dc9a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-ce61a2c0-00e1-4312-bc02-edd24068dc9a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-ce61a2c0-00e1-4312-bc02-edd24068dc9a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-7cc3f8b0-9460-48a4-8943-6405159596ad {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-7cc3f8b0-9460-48a4-8943-6405159596ad {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-590c9256-c1f7-42d8-8423-00e6c48e3f01 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-590c9256-c1f7-42d8-8423-00e6c48e3f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-590c9256-c1f7-42d8-8423-00e6c48e3f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df8a8f79-c222-49f2-9d01-5ffcd9bb9be1 {
  text-align: left;
}

#s-df8a8f79-c222-49f2-9d01-5ffcd9bb9be1 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-df8a8f79-c222-49f2-9d01-5ffcd9bb9be1 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans HK";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-dffb9c10-5bb0-4be6-bf6f-14997c3b01d0 {
  text-align: left;
}

#s-dffb9c10-5bb0-4be6-bf6f-14997c3b01d0 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-dffb9c10-5bb0-4be6-bf6f-14997c3b01d0 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-f5cb4099-25c3-40d6-b4cd-4e1a1839d8c3 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f5cb4099-25c3-40d6-b4cd-4e1a1839d8c3 img.shogun-image {
    

    
    
    
  }


#s-f5cb4099-25c3-40d6-b4cd-4e1a1839d8c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-482bda6e-3cfa-45bc-a076-3a6f18008988 {
  text-align: center;
}







  #s-482bda6e-3cfa-45bc-a076-3a6f18008988 img.shogun-image {
    

    
    
    
  }


#s-482bda6e-3cfa-45bc-a076-3a6f18008988 .shogun-image-content {
  
    align-items: center;
  
}

#s-255c7754-2c5a-47f5-8d3b-750b278e52b0 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-255c7754-2c5a-47f5-8d3b-750b278e52b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-255c7754-2c5a-47f5-8d3b-750b278e52b0 {
  
}
}@media (max-width: 767px){#s-255c7754-2c5a-47f5-8d3b-750b278e52b0 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-255c7754-2c5a-47f5-8d3b-750b278e52b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-255c7754-2c5a-47f5-8d3b-750b278e52b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-255c7754-2c5a-47f5-8d3b-750b278e52b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-255c7754-2c5a-47f5-8d3b-750b278e52b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-de9e74e0-9ef0-42e3-9dfd-081ef15f307a {
  text-align: center;
}
@media (max-width: 767px){#s-de9e74e0-9ef0-42e3-9dfd-081ef15f307a {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-de9e74e0-9ef0-42e3-9dfd-081ef15f307a .shogun-image-content {
  
    align-items: center;
  
}

#s-238378b5-c44e-4365-a957-7df734099b63 {
  text-align: center;
}
@media (max-width: 767px){#s-238378b5-c44e-4365-a957-7df734099b63 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-238378b5-c44e-4365-a957-7df734099b63 .shogun-image-content {
  
    align-items: center;
  
}

#s-92bfc66b-2a82-44cb-ad7f-c9957bfa4043 {
  margin-top: 14px;
text-align: center;
}







  #s-92bfc66b-2a82-44cb-ad7f-c9957bfa4043 img.shogun-image {
    

    
    
    
  }


#s-92bfc66b-2a82-44cb-ad7f-c9957bfa4043 .shogun-image-content {
  
    align-items: center;
  
}

#s-95363501-0145-4013-a08b-5e8387b2454c {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-95363501-0145-4013-a08b-5e8387b2454c {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-95363501-0145-4013-a08b-5e8387b2454c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-95363501-0145-4013-a08b-5e8387b2454c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-fbfa5287-f450-4eaf-b66a-5b6b00a77a8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fbfa5287-f450-4eaf-b66a-5b6b00a77a8f {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-fbfa5287-f450-4eaf-b66a-5b6b00a77a8f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-fbfa5287-f450-4eaf-b66a-5b6b00a77a8f .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-6f2981c6-fdd7-44b8-a564-ef1fe0a42dcb {
  min-height: 50px;
}








#s-6f2981c6-fdd7-44b8-a564-ef1fe0a42dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f2981c6-fdd7-44b8-a564-ef1fe0a42dcb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ea5291c-32bb-4feb-a085-f5d1ad13ce32 {
  text-align: center;
}







  #s-3ea5291c-32bb-4feb-a085-f5d1ad13ce32 img.shogun-image {
    

    
    
    
  }


#s-3ea5291c-32bb-4feb-a085-f5d1ad13ce32 .shogun-image-content {
  
    align-items: center;
  
}

#s-52cfb7c5-b86d-4798-9d12-afcb102384a8 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-52cfb7c5-b86d-4798-9d12-afcb102384a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52cfb7c5-b86d-4798-9d12-afcb102384a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2677675-54b9-4e03-81bb-d69243d461b3 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-f2677675-54b9-4e03-81bb-d69243d461b3 .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-f2677675-54b9-4e03-81bb-d69243d461b3 .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-ff4480e6-6f49-457a-920e-bf1bb3bdcd01 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-ff4480e6-6f49-457a-920e-bf1bb3bdcd01 img.shogun-image {
    

    
    
    
  }


#s-ff4480e6-6f49-457a-920e-bf1bb3bdcd01 .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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
