.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-94c78687-2092-4a5d-976f-957ceb510372 {
  min-height: 50px;
}








#s-94c78687-2092-4a5d-976f-957ceb510372 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94c78687-2092-4a5d-976f-957ceb510372.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25386f4c-b59e-43fe-a914-b8f1f27b4486 {
  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-25386f4c-b59e-43fe-a914-b8f1f27b4486 {
  
}
}







#s-25386f4c-b59e-43fe-a914-b8f1f27b4486 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-25386f4c-b59e-43fe-a914-b8f1f27b4486.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-f14000cb-58b2-4220-b988-1bf91de013eb {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-f14000cb-58b2-4220-b988-1bf91de013eb {
  
}
}






  #s-f14000cb-58b2-4220-b988-1bf91de013eb img.shogun-image {
    

    
    
    
  }


#s-f14000cb-58b2-4220-b988-1bf91de013eb .shogun-image-content {
  
    align-items: center;
  
}

#s-f54873c6-c228-4dda-a97a-325009bea325 {
  min-height: 50px;
background-color: rgba(178, 236, 239, 1);
}








#s-f54873c6-c228-4dda-a97a-325009bea325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f54873c6-c228-4dda-a97a-325009bea325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcad3ea3-2b55-4d1e-8769-8c45c6c0b3eb {
  min-height: 50px;
}








#s-bcad3ea3-2b55-4d1e-8769-8c45c6c0b3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcad3ea3-2b55-4d1e-8769-8c45c6c0b3eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76224dce-1da5-410c-a121-fe25d88e49e4 {
  min-height: 50px;
}








#s-76224dce-1da5-410c-a121-fe25d88e49e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76224dce-1da5-410c-a121-fe25d88e49e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf00f2a1-ddba-4220-bee6-e44967405b4f {
  text-align: center;
}







  #s-cf00f2a1-ddba-4220-bee6-e44967405b4f img.shogun-image {
    

    
    
    
  }


#s-cf00f2a1-ddba-4220-bee6-e44967405b4f .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-85d1019f-356a-4837-89e1-917cbf114720 {
  text-align: center;
}
@media (max-width: 767px){#s-85d1019f-356a-4837-89e1-917cbf114720 {
  margin-bottom: -10px;
}
}
#s-85d1019f-356a-4837-89e1-917cbf114720 .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-85d1019f-356a-4837-89e1-917cbf114720 .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-85d1019f-356a-4837-89e1-917cbf114720 .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-9427694d-5e29-4cd9-ad5c-fe899a327fd8 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-9427694d-5e29-4cd9-ad5c-fe899a327fd8 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9427694d-5e29-4cd9-ad5c-fe899a327fd8 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9427694d-5e29-4cd9-ad5c-fe899a327fd8 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-9427694d-5e29-4cd9-ad5c-fe899a327fd8 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-7a7a45b8-b440-46bb-9226-9132cfa17b16 {
  text-align: center;
}







  #s-7a7a45b8-b440-46bb-9226-9132cfa17b16 img.shogun-image {
    

    
    
    
  }


#s-7a7a45b8-b440-46bb-9226-9132cfa17b16 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d7a5131-f4eb-4f47-b481-7db4de763699 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-4d7a5131-f4eb-4f47-b481-7db4de763699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7a5131-f4eb-4f47-b481-7db4de763699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea142b2b-8a82-43fc-878e-fc7408431d2d {
  text-align: center;
}







  #s-ea142b2b-8a82-43fc-878e-fc7408431d2d img.shogun-image {
    

    
    
    
  }


#s-ea142b2b-8a82-43fc-878e-fc7408431d2d .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4e5591-d58f-42eb-87e9-3b3506383bb6 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(178, 236, 238, 1);
}








#s-4f4e5591-d58f-42eb-87e9-3b3506383bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4e5591-d58f-42eb-87e9-3b3506383bb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f199760c-8aee-429f-b92f-39adf5583cfa {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f199760c-8aee-429f-b92f-39adf5583cfa {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-f199760c-8aee-429f-b92f-39adf5583cfa .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-f199760c-8aee-429f-b92f-39adf5583cfa .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-f199760c-8aee-429f-b92f-39adf5583cfa .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-bdbab614-3ed4-41cd-99f0-bcf533869b9f {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bdbab614-3ed4-41cd-99f0-bcf533869b9f {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdbab614-3ed4-41cd-99f0-bcf533869b9f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-bdbab614-3ed4-41cd-99f0-bcf533869b9f {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-bdbab614-3ed4-41cd-99f0-bcf533869b9f img.shogun-image {
    

    
    
    
  }


#s-bdbab614-3ed4-41cd-99f0-bcf533869b9f .shogun-image-content {
  
    align-items: center;
  
}

#s-d135b9f6-630c-4f25-ba2c-245d15498c86 {
  text-align: center;
}







  #s-d135b9f6-630c-4f25-ba2c-245d15498c86 img.shogun-image {
    

    
    
    
  }


#s-d135b9f6-630c-4f25-ba2c-245d15498c86 .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-67453ad0-9e48-44c7-bf46-4f9071c04b86 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67453ad0-9e48-44c7-bf46-4f9071c04b86"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-04b15d25-2fa5-4e43-a66d-8c6565fd2388 {
  text-align: center;
}







  #s-04b15d25-2fa5-4e43-a66d-8c6565fd2388 img.shogun-image {
    

    
    
    
  }


#s-04b15d25-2fa5-4e43-a66d-8c6565fd2388 .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-640ca8e7-558f-43eb-af39-95740ad03a6e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-640ca8e7-558f-43eb-af39-95740ad03a6e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-640ca8e7-558f-43eb-af39-95740ad03a6e 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-640ca8e7-558f-43eb-af39-95740ad03a6e td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-640ca8e7-558f-43eb-af39-95740ad03a6e td.shogun-table-column, #s-640ca8e7-558f-43eb-af39-95740ad03a6e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-b0b0f0dc-4c37-46b6-81a7-1e2740f21d6d {
  text-align: center;
}







  #s-b0b0f0dc-4c37-46b6-81a7-1e2740f21d6d img.shogun-image {
    

    
    
    
  }


#s-b0b0f0dc-4c37-46b6-81a7-1e2740f21d6d .shogun-image-content {
  
    align-items: center;
  
}

#s-b5a5ac99-867e-40a5-b072-9c2108ac87ac {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-8b070201-cbb1-4048-8033-554ba50a6e2d {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(71, 188, 198, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(71, 188, 198, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-8b070201-cbb1-4048-8033-554ba50a6e2d {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8b070201-cbb1-4048-8033-554ba50a6e2d {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-8b070201-cbb1-4048-8033-554ba50a6e2d {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-8b070201-cbb1-4048-8033-554ba50a6e2d .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-8b070201-cbb1-4048-8033-554ba50a6e2d .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-8b070201-cbb1-4048-8033-554ba50a6e2d .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-8b070201-cbb1-4048-8033-554ba50a6e2d .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-21270648-ee55-4f93-baf2-3c52538f613a {
  margin-bottom: -13px;
text-align: center;
}

#s-21270648-ee55-4f93-baf2-3c52538f613a .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-21270648-ee55-4f93-baf2-3c52538f613a .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-21270648-ee55-4f93-baf2-3c52538f613a .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-21270648-ee55-4f93-baf2-3c52538f613a .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-9d89d624-9d54-4e00-9973-b1459c3c5dd1 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-9d89d624-9d54-4e00-9973-b1459c3c5dd1 {
  margin-top: 0px;
}
}






  #s-9d89d624-9d54-4e00-9973-b1459c3c5dd1 img.shogun-image {
    

    
    
    
  }


#s-9d89d624-9d54-4e00-9973-b1459c3c5dd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a3ff493-c2de-45b0-be5c-840352d5f275 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-0a3ff493-c2de-45b0-be5c-840352d5f275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a3ff493-c2de-45b0-be5c-840352d5f275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cd2f36a-6ca0-4249-b7cd-96d64f851d05 {
  text-align: center;
}







  #s-4cd2f36a-6ca0-4249-b7cd-96d64f851d05 img.shogun-image {
    

    
    
    
  }


#s-4cd2f36a-6ca0-4249-b7cd-96d64f851d05 .shogun-image-content {
  
    align-items: center;
  
}

#s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-261cfe9a-8a2a-468d-bf6c-24a7f7184a1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ec14d0d-8a61-4542-9f1d-e6b5fcd516c4 {
  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-3ec14d0d-8a61-4542-9f1d-e6b5fcd516c4 {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-3ec14d0d-8a61-4542-9f1d-e6b5fcd516c4 {
  margin-left: 50px;
margin-bottom: -30px;
margin-right: 50px;
}
}






  #s-3ec14d0d-8a61-4542-9f1d-e6b5fcd516c4 img.shogun-image {
    

    
    
    
  }


#s-3ec14d0d-8a61-4542-9f1d-e6b5fcd516c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c {
  margin-top: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c {
  margin-top: 50px;
text-align: center;
}
}
#s-6005a3a7-b1e7-4f29-b30c-09daf5b8728c .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-6005a3a7-b1e7-4f29-b30c-09daf5b8728c .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-6005a3a7-b1e7-4f29-b30c-09daf5b8728c .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-6005a3a7-b1e7-4f29-b30c-09daf5b8728c .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-46c4d52d-799f-4fd6-b361-51a0629a78bc {
  text-align: left;
}
@media (max-width: 767px){#s-46c4d52d-799f-4fd6-b361-51a0629a78bc {
  margin-bottom: -30px;
}
}
#s-46c4d52d-799f-4fd6-b361-51a0629a78bc .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-46c4d52d-799f-4fd6-b361-51a0629a78bc .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-46c4d52d-799f-4fd6-b361-51a0629a78bc .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-0715f7ae-5dd2-433a-9573-d5a1765b949c {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0715f7ae-5dd2-433a-9573-d5a1765b949c {
  display: none;
}
#s-0715f7ae-5dd2-433a-9573-d5a1765b949c, #wrap-s-0715f7ae-5dd2-433a-9573-d5a1765b949c { display:none !important; }}@media (max-width: 767px){#s-0715f7ae-5dd2-433a-9573-d5a1765b949c {
  display: none;
}
#s-0715f7ae-5dd2-433a-9573-d5a1765b949c, #wrap-s-0715f7ae-5dd2-433a-9573-d5a1765b949c { display:none !important; }}






  #s-0715f7ae-5dd2-433a-9573-d5a1765b949c img.shogun-image {
    

    
    
    
  }


#s-0715f7ae-5dd2-433a-9573-d5a1765b949c .shogun-image-content {
  
    align-items: center;
  
}

#s-e9d7318f-de0a-4d96-95a2-28ee97dec52d {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-e9d7318f-de0a-4d96-95a2-28ee97dec52d {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-e9d7318f-de0a-4d96-95a2-28ee97dec52d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9d7318f-de0a-4d96-95a2-28ee97dec52d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9d7318f-de0a-4d96-95a2-28ee97dec52d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9d7318f-de0a-4d96-95a2-28ee97dec52d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e9d7318f-de0a-4d96-95a2-28ee97dec52d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-f41abb11-c5de-4b3a-854d-f60c2e86ee85 .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-f41abb11-c5de-4b3a-854d-f60c2e86ee85 .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-f41abb11-c5de-4b3a-854d-f60c2e86ee85 .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-f41abb11-c5de-4b3a-854d-f60c2e86ee85 .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-5a809ced-5847-45a1-8bcf-0a9dce2c7843 {
  text-align: left;
}
@media (max-width: 767px){#s-5a809ced-5847-45a1-8bcf-0a9dce2c7843 {
  margin-bottom: -30px;
}
}
#s-5a809ced-5847-45a1-8bcf-0a9dce2c7843 .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-5a809ced-5847-45a1-8bcf-0a9dce2c7843 .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-5a809ced-5847-45a1-8bcf-0a9dce2c7843 .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-0a7e2e78-109a-4867-b51b-54061d6b1fe7 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 {
  display: none;
}
#s-0a7e2e78-109a-4867-b51b-54061d6b1fe7, #wrap-s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 { display:none !important; }}@media (max-width: 767px){#s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 {
  display: none;
}
#s-0a7e2e78-109a-4867-b51b-54061d6b1fe7, #wrap-s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 { display:none !important; }}






  #s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 img.shogun-image {
    

    
    
    
  }


#s-0a7e2e78-109a-4867-b51b-54061d6b1fe7 .shogun-image-content {
  
    align-items: center;
  
}

#s-30850cb8-2cd1-4ef8-bf39-2557c0bca926 {
  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-30850cb8-2cd1-4ef8-bf39-2557c0bca926 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-30850cb8-2cd1-4ef8-bf39-2557c0bca926 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-30850cb8-2cd1-4ef8-bf39-2557c0bca926 img.shogun-image {
    

    
    
    
  }


#s-30850cb8-2cd1-4ef8-bf39-2557c0bca926 .shogun-image-content {
  
    align-items: center;
  
}

#s-02f753cc-e112-4308-af7a-835add784cfa {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-02f753cc-e112-4308-af7a-835add784cfa {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-02f753cc-e112-4308-af7a-835add784cfa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02f753cc-e112-4308-af7a-835add784cfa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02f753cc-e112-4308-af7a-835add784cfa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02f753cc-e112-4308-af7a-835add784cfa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a843cf69-2637-4cc2-915b-7afa88e5278a {
  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-a843cf69-2637-4cc2-915b-7afa88e5278a {
  padding-left: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a843cf69-2637-4cc2-915b-7afa88e5278a {
  padding-top: 0%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-a843cf69-2637-4cc2-915b-7afa88e5278a {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-a843cf69-2637-4cc2-915b-7afa88e5278a img.shogun-image {
    

    
    
    
  }


#s-a843cf69-2637-4cc2-915b-7afa88e5278a .shogun-image-content {
  
    align-items: center;
  
}

#s-2c32b983-fccf-421f-974e-bc35f29931a7 {
  margin-top: 80px;
margin-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2c32b983-fccf-421f-974e-bc35f29931a7 {
  margin-top: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c32b983-fccf-421f-974e-bc35f29931a7 {
  margin-top: 16%;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c32b983-fccf-421f-974e-bc35f29931a7 {
  margin-top: 0px;
padding-top: 10%;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-2c32b983-fccf-421f-974e-bc35f29931a7 {
  margin-top: 20px;
text-align: center;
}
}
#s-2c32b983-fccf-421f-974e-bc35f29931a7 .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-2c32b983-fccf-421f-974e-bc35f29931a7 .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-2c32b983-fccf-421f-974e-bc35f29931a7 .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-2c32b983-fccf-421f-974e-bc35f29931a7 .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-d50e84c6-07cb-4990-931d-f88c8f6a1319 {
  text-align: left;
}
@media (max-width: 767px){#s-d50e84c6-07cb-4990-931d-f88c8f6a1319 {
  margin-bottom: -30px;
}
}
#s-d50e84c6-07cb-4990-931d-f88c8f6a1319 .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-d50e84c6-07cb-4990-931d-f88c8f6a1319 .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-d50e84c6-07cb-4990-931d-f88c8f6a1319 .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-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 {
  display: none;
}
#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5, #wrap-s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 { display:none !important; }}@media (max-width: 767px){#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 {
  display: none;
}
#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5, #wrap-s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 { display:none !important; }}






  #s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 img.shogun-image {
    

    
    
    
  }


#s-d94230cb-8587-4e39-8eb4-e9ed0bf31ec5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1d932d0-c713-4030-b2e6-4a2591ede347 {
  margin-bottom: 20px;
}
@media (max-width: 767px){#s-a1d932d0-c713-4030-b2e6-4a2591ede347 {
  margin-top: 5px;
margin-bottom: 45px;
}
}
@media (min-width: 0px) {
[id="s-a1d932d0-c713-4030-b2e6-4a2591ede347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1d932d0-c713-4030-b2e6-4a2591ede347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1d932d0-c713-4030-b2e6-4a2591ede347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1d932d0-c713-4030-b2e6-4a2591ede347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a1d932d0-c713-4030-b2e6-4a2591ede347"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2b50de68-419e-44b7-8815-3f87e0526680 {
  margin-top: 80px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-2b50de68-419e-44b7-8815-3f87e0526680 {
  margin-top: 20%;
margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b50de68-419e-44b7-8815-3f87e0526680 {
  margin-top: 16%;
margin-bottom: 0px;
padding-top: 5%;
padding-bottom: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b50de68-419e-44b7-8815-3f87e0526680 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-2b50de68-419e-44b7-8815-3f87e0526680 {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}
}
#s-2b50de68-419e-44b7-8815-3f87e0526680 .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-2b50de68-419e-44b7-8815-3f87e0526680 .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-2b50de68-419e-44b7-8815-3f87e0526680 .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-2b50de68-419e-44b7-8815-3f87e0526680 .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-7ed4735b-b270-4936-b220-2826ce275611 {
  text-align: left;
}
@media (max-width: 767px){#s-7ed4735b-b270-4936-b220-2826ce275611 {
  margin-bottom: -30px;
}
}
#s-7ed4735b-b270-4936-b220-2826ce275611 .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-7ed4735b-b270-4936-b220-2826ce275611 .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-7ed4735b-b270-4936-b220-2826ce275611 .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-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 {
  display: none;
}
#s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2, #wrap-s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 { display:none !important; }}@media (max-width: 767px){#s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 {
  display: none;
}
#s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2, #wrap-s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 { display:none !important; }}






  #s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 img.shogun-image {
    

    
    
    
  }


#s-bd84fce4-d528-4861-a6a0-9cd9e0e7e7b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-952c37d0-3820-4000-afb6-ee2c7ae220e1 {
  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-952c37d0-3820-4000-afb6-ee2c7ae220e1 {
  padding-top: 5%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-952c37d0-3820-4000-afb6-ee2c7ae220e1 {
  margin-left: 50px;
margin-right: 50px;
}
}






  #s-952c37d0-3820-4000-afb6-ee2c7ae220e1 img.shogun-image {
    

    
    
    
  }


#s-952c37d0-3820-4000-afb6-ee2c7ae220e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7941e13b-452e-477c-8ccc-77e2aa19e7f8 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-7941e13b-452e-477c-8ccc-77e2aa19e7f8 {
  padding-top: 10px;
}
}






  #s-7941e13b-452e-477c-8ccc-77e2aa19e7f8 img.shogun-image {
    

    
    
    
  }


#s-7941e13b-452e-477c-8ccc-77e2aa19e7f8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68b68df9-dbb5-41bb-8eb8-225bda481d31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 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-6faa4c8f-4202-49bc-bf4b-41452cd91f68 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 td.shogun-table-column, #s-6faa4c8f-4202-49bc-bf4b-41452cd91f68 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-455a8ba6-ef95-4226-9e01-12f196e30106 {
  text-align: center;
}







  #s-455a8ba6-ef95-4226-9e01-12f196e30106 img.shogun-image {
    

    
    
    
  }


#s-455a8ba6-ef95-4226-9e01-12f196e30106 .shogun-image-content {
  
    align-items: center;
  
}

#s-52bbe921-ec16-4900-af8e-6dc352eee325 {
  margin-top: 54px;
margin-left: 20%;
padding-left: 20px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-52bbe921-ec16-4900-af8e-6dc352eee325 {
  padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52bbe921-ec16-4900-af8e-6dc352eee325 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-52bbe921-ec16-4900-af8e-6dc352eee325 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-52bbe921-ec16-4900-af8e-6dc352eee325 {
  margin-top: 43px;
margin-left: 10%;
padding-left: 0%;
padding-right: 0px;
}
}
#s-52bbe921-ec16-4900-af8e-6dc352eee325 .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-52bbe921-ec16-4900-af8e-6dc352eee325 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  
  text-align: left;
}


}
#s-eef7f7f5-bb06-4773-b3c2-eef793cf5068 {
  text-align: center;
}







  #s-eef7f7f5-bb06-4773-b3c2-eef793cf5068 img.shogun-image {
    

    
    
    
  }


#s-eef7f7f5-bb06-4773-b3c2-eef793cf5068 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe6b2dd4-c467-447e-855b-30bff6710f25 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe6b2dd4-c467-447e-855b-30bff6710f25 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-fe6b2dd4-c467-447e-855b-30bff6710f25 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-fe6b2dd4-c467-447e-855b-30bff6710f25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-fe6b2dd4-c467-447e-855b-30bff6710f25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-fe6b2dd4-c467-447e-855b-30bff6710f25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-fe6b2dd4-c467-447e-855b-30bff6710f25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-599a3e8c-8f4d-43c7-a5ff-e357b45a9e8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-599a3e8c-8f4d-43c7-a5ff-e357b45a9e8b {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-599a3e8c-8f4d-43c7-a5ff-e357b45a9e8b .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-599a3e8c-8f4d-43c7-a5ff-e357b45a9e8b .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-599a3e8c-8f4d-43c7-a5ff-e357b45a9e8b .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-018f5837-1542-4784-8e67-74f539e99b7c {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-018f5837-1542-4784-8e67-74f539e99b7c img.shogun-image {
    

    
    
    
  }


#s-018f5837-1542-4784-8e67-74f539e99b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2f99efc5-137f-43ae-9e3e-b6a81582dcd7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b154b440-65f3-4231-a692-5641e6bef485 {
  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-b154b440-65f3-4231-a692-5641e6bef485 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b154b440-65f3-4231-a692-5641e6bef485 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-b154b440-65f3-4231-a692-5641e6bef485 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-b154b440-65f3-4231-a692-5641e6bef485 img.shogun-image {
    

    
    
    
  }


#s-b154b440-65f3-4231-a692-5641e6bef485 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec9d2e19-4869-4476-8ed9-a5d60a7d6edd {
  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-ec9d2e19-4869-4476-8ed9-a5d60a7d6edd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-ec9d2e19-4869-4476-8ed9-a5d60a7d6edd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-ec9d2e19-4869-4476-8ed9-a5d60a7d6edd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3e96bddd-6ab4-4b2c-8206-18b7031e0206 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-3e96bddd-6ab4-4b2c-8206-18b7031e0206 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-16fd5964-2c2c-4e74-8ce9-8e1f40607211 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-16fd5964-2c2c-4e74-8ce9-8e1f40607211 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-16fd5964-2c2c-4e74-8ce9-8e1f40607211"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0c34419a-096b-475e-863e-4b1e956ab99f {
  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-0c34419a-096b-475e-863e-4b1e956ab99f {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c34419a-096b-475e-863e-4b1e956ab99f {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-0c34419a-096b-475e-863e-4b1e956ab99f {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-0c34419a-096b-475e-863e-4b1e956ab99f img.shogun-image {
    

    
    
    
  }


#s-0c34419a-096b-475e-863e-4b1e956ab99f .shogun-image-content {
  
    align-items: center;
  
}

#s-2ff1d9fe-fcd2-435c-9543-32672ab5ca2a {
  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-2ff1d9fe-fcd2-435c-9543-32672ab5ca2a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-2ff1d9fe-fcd2-435c-9543-32672ab5ca2a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-2ff1d9fe-fcd2-435c-9543-32672ab5ca2a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-f602197f-f899-41b2-935b-c742a42b2520 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-f602197f-f899-41b2-935b-c742a42b2520 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-e0422446-26fc-41af-aa19-0cde16373f40 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-e0422446-26fc-41af-aa19-0cde16373f40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0422446-26fc-41af-aa19-0cde16373f40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0806f093-470c-44f5-872f-5388274cea7b {
  text-align: left;
}

#s-0806f093-470c-44f5-872f-5388274cea7b .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-0806f093-470c-44f5-872f-5388274cea7b .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-e7ed3a46-f7d6-4598-b8e8-87ec65c508d7 {
  text-align: left;
}

#s-e7ed3a46-f7d6-4598-b8e8-87ec65c508d7 .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-e7ed3a46-f7d6-4598-b8e8-87ec65c508d7 .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-1d2f9398-2b3b-4824-98f9-097f710f3ac1 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-1d2f9398-2b3b-4824-98f9-097f710f3ac1 img.shogun-image {
    

    
    
    
  }


#s-1d2f9398-2b3b-4824-98f9-097f710f3ac1 .shogun-image-content {
  
    align-items: center;
  
}

#s-798591f6-297a-4821-b07d-e2757b3e6491 {
  text-align: center;
}







  #s-798591f6-297a-4821-b07d-e2757b3e6491 img.shogun-image {
    

    
    
    
  }


#s-798591f6-297a-4821-b07d-e2757b3e6491 .shogun-image-content {
  
    align-items: center;
  
}

#s-d67773fd-adaf-409f-9f58-3ab4e697fe91 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d67773fd-adaf-409f-9f58-3ab4e697fe91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d67773fd-adaf-409f-9f58-3ab4e697fe91 {
  
}
}@media (max-width: 767px){#s-d67773fd-adaf-409f-9f58-3ab4e697fe91 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-d67773fd-adaf-409f-9f58-3ab4e697fe91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d67773fd-adaf-409f-9f58-3ab4e697fe91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d67773fd-adaf-409f-9f58-3ab4e697fe91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d67773fd-adaf-409f-9f58-3ab4e697fe91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-86660a27-0613-46e8-a580-5c4d9ec7eec8 {
  text-align: center;
}
@media (max-width: 767px){#s-86660a27-0613-46e8-a580-5c4d9ec7eec8 {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-86660a27-0613-46e8-a580-5c4d9ec7eec8 img.shogun-image {
    

    
    
    
  }


#s-86660a27-0613-46e8-a580-5c4d9ec7eec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5133e5bf-18f1-479e-aa24-35e1786e66be {
  text-align: center;
}
@media (max-width: 767px){#s-5133e5bf-18f1-479e-aa24-35e1786e66be {
  margin-left: 40px;
margin-right: 40px;
}
}






  #s-5133e5bf-18f1-479e-aa24-35e1786e66be img.shogun-image {
    

    
    
    
  }


#s-5133e5bf-18f1-479e-aa24-35e1786e66be .shogun-image-content {
  
    align-items: center;
  
}

#s-a17df66f-92df-4713-baac-6d4247639896 {
  margin-top: 14px;
text-align: center;
}







  #s-a17df66f-92df-4713-baac-6d4247639896 img.shogun-image {
    

    
    
    
  }


#s-a17df66f-92df-4713-baac-6d4247639896 .shogun-image-content {
  
    align-items: center;
  
}

#s-820e4452-f11d-48e0-b808-2c583a3cdf7d {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-820e4452-f11d-48e0-b808-2c583a3cdf7d {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-820e4452-f11d-48e0-b808-2c583a3cdf7d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-820e4452-f11d-48e0-b808-2c583a3cdf7d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-e2b6df26-c1f3-4738-a01d-fd26d83c7179 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-e2b6df26-c1f3-4738-a01d-fd26d83c7179 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-e2b6df26-c1f3-4738-a01d-fd26d83c7179 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-e2b6df26-c1f3-4738-a01d-fd26d83c7179 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-2237fca7-118d-48ee-a47e-f0b076ff0fbc {
  min-height: 50px;
}








#s-2237fca7-118d-48ee-a47e-f0b076ff0fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2237fca7-118d-48ee-a47e-f0b076ff0fbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b60e7b6-a4ce-4eab-896d-29ee21558bc5 {
  text-align: center;
}







  #s-6b60e7b6-a4ce-4eab-896d-29ee21558bc5 img.shogun-image {
    

    
    
    
  }


#s-6b60e7b6-a4ce-4eab-896d-29ee21558bc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-01340ebd-cf58-4204-bb01-bef0097c130c {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-01340ebd-cf58-4204-bb01-bef0097c130c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01340ebd-cf58-4204-bb01-bef0097c130c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ae511fd-7db2-4e60-9bf0-714d4b095900 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-3ae511fd-7db2-4e60-9bf0-714d4b095900 .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-3ae511fd-7db2-4e60-9bf0-714d4b095900 .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-485417eb-523e-40b4-9cfd-4aef79e57b76 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-485417eb-523e-40b4-9cfd-4aef79e57b76 img.shogun-image {
    

    
    
    
  }


#s-485417eb-523e-40b4-9cfd-4aef79e57b76 .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}
