.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-53030927-b6f6-4c6f-9fa2-032d1c6d1270 {
  min-height: 50px;
}








#s-53030927-b6f6-4c6f-9fa2-032d1c6d1270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53030927-b6f6-4c6f-9fa2-032d1c6d1270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0d5859e-a803-46da-a33b-7e67950e59ce {
  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-d0d5859e-a803-46da-a33b-7e67950e59ce {
  
}
}







#s-d0d5859e-a803-46da-a33b-7e67950e59ce > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d0d5859e-a803-46da-a33b-7e67950e59ce.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-49cd155e-78a9-43ee-bdcd-89cdef2d7c9c {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-49cd155e-78a9-43ee-bdcd-89cdef2d7c9c {
  
}
}






  #s-49cd155e-78a9-43ee-bdcd-89cdef2d7c9c img.shogun-image {
    

    
    
    
  }


#s-49cd155e-78a9-43ee-bdcd-89cdef2d7c9c .shogun-image-content {
  
    align-items: center;
  
}

#s-6a8d060d-1610-4a4e-afc9-22223707654a {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-6a8d060d-1610-4a4e-afc9-22223707654a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a8d060d-1610-4a4e-afc9-22223707654a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c72e1c25-018f-4fbf-ba59-e6102582bd2f {
  text-align: center;
}







  #s-c72e1c25-018f-4fbf-ba59-e6102582bd2f img.shogun-image {
    

    
    
    
  }


#s-c72e1c25-018f-4fbf-ba59-e6102582bd2f .shogun-image-content {
  
    align-items: center;
  
}

#s-4444d7ec-bf98-446e-bc52-c20d85e2f2f0 {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-4444d7ec-bf98-446e-bc52-c20d85e2f2f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4444d7ec-bf98-446e-bc52-c20d85e2f2f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-3afb3858-7fc9-4f1f-8916-6e73ae5678c0 {
  text-align: center;
}
@media (max-width: 767px){#s-3afb3858-7fc9-4f1f-8916-6e73ae5678c0 {
  margin-bottom: -10px;
}
}
#s-3afb3858-7fc9-4f1f-8916-6e73ae5678c0 .shogun-heading-component h3 {
  color: rgba(170, 141, 111, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-3afb3858-7fc9-4f1f-8916-6e73ae5678c0 .shogun-heading-component h3 {
  color: rgba(170, 141, 111, 1);
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-0626ce64-8044-40ff-b44f-a4472bd4540b {
  text-align: center;
}
@media (max-width: 767px){#s-0626ce64-8044-40ff-b44f-a4472bd4540b {
  margin-bottom: -10px;
}
}
#s-0626ce64-8044-40ff-b44f-a4472bd4540b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0626ce64-8044-40ff-b44f-a4472bd4540b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-0626ce64-8044-40ff-b44f-a4472bd4540b .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  
  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-2cd198c1-26df-4d7e-9b3f-a614ac589aaf {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-2cd198c1-26df-4d7e-9b3f-a614ac589aaf {
  margin-left: 3%;
margin-right: 3%;
padding-left: 10%;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2cd198c1-26df-4d7e-9b3f-a614ac589aaf {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2cd198c1-26df-4d7e-9b3f-a614ac589aaf {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-2cd198c1-26df-4d7e-9b3f-a614ac589aaf {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-8c4f1d16-2c39-497b-a5e4-bf96685ab2b9 {
  text-align: center;
}







  #s-8c4f1d16-2c39-497b-a5e4-bf96685ab2b9 img.shogun-image {
    

    
    
    
  }


#s-8c4f1d16-2c39-497b-a5e4-bf96685ab2b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-44806143-7fc4-4bd7-ba2b-b6d2b325ca95 {
  min-height: 50px;
}








#s-44806143-7fc4-4bd7-ba2b-b6d2b325ca95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44806143-7fc4-4bd7-ba2b-b6d2b325ca95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5c199b-b401-44e4-8970-6c928a32539b {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-0f5c199b-b401-44e4-8970-6c928a32539b img.shogun-image {
    

    
    
    
  }


#s-0f5c199b-b401-44e4-8970-6c928a32539b .shogun-image-content {
  
    align-items: center;
  
}

#s-fb8212c8-e496-476e-884d-c7ed144f8aba {
  min-height: 50px;
}








#s-fb8212c8-e496-476e-884d-c7ed144f8aba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8212c8-e496-476e-884d-c7ed144f8aba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-149254c3-6f9b-44b2-8eed-6749a7cd2be6 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-149254c3-6f9b-44b2-8eed-6749a7cd2be6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-149254c3-6f9b-44b2-8eed-6749a7cd2be6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77aceacf-4764-4f91-91ba-6ca9eab5d94e {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-77aceacf-4764-4f91-91ba-6ca9eab5d94e {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-77aceacf-4764-4f91-91ba-6ca9eab5d94e .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-77aceacf-4764-4f91-91ba-6ca9eab5d94e .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-4c641f4a-8397-41d8-8b36-b6875adb4f83 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4c641f4a-8397-41d8-8b36-b6875adb4f83 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c641f4a-8397-41d8-8b36-b6875adb4f83 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-4c641f4a-8397-41d8-8b36-b6875adb4f83 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-4c641f4a-8397-41d8-8b36-b6875adb4f83 img.shogun-image {
    

    
    
    
  }


#s-4c641f4a-8397-41d8-8b36-b6875adb4f83 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3495479-a054-4639-8cb9-58cc356aa8aa {
  text-align: center;
}







  #s-d3495479-a054-4639-8cb9-58cc356aa8aa img.shogun-image {
    

    
    
    
  }


#s-d3495479-a054-4639-8cb9-58cc356aa8aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c533160c-9f5b-4ce2-83b2-206681663118 {
  min-height: 50px;
}








#s-c533160c-9f5b-4ce2-83b2-206681663118 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c533160c-9f5b-4ce2-83b2-206681663118.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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;
}

@media (min-width: 0px) {
[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-135d0d3b-5d76-4672-9176-eebe02a1d93f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-9266ca8e-2e98-43de-8b73-12fb70ab6e12 {
  text-align: center;
}







  #s-9266ca8e-2e98-43de-8b73-12fb70ab6e12 img.shogun-image {
    

    
    
    
  }


#s-9266ca8e-2e98-43de-8b73-12fb70ab6e12 .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-f550cade-45f6-4685-82b7-4ce5d3333109 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-f550cade-45f6-4685-82b7-4ce5d3333109 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f550cade-45f6-4685-82b7-4ce5d3333109 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-f550cade-45f6-4685-82b7-4ce5d3333109 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-f550cade-45f6-4685-82b7-4ce5d3333109 td.shogun-table-column, #s-f550cade-45f6-4685-82b7-4ce5d3333109 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-c9c9fb1b-af02-4ac9-b31c-a6ed274cbad6 {
  text-align: center;
}







  #s-c9c9fb1b-af02-4ac9-b31c-a6ed274cbad6 img.shogun-image {
    

    
    
    
  }


#s-c9c9fb1b-af02-4ac9-b31c-a6ed274cbad6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0029365-4f89-41dc-99e9-bcded261e8e5 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-5ccf0c2b-be9b-4476-827f-d23667e39b08 {
  padding-top: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(134, 85, 65, 1);
border-style: solid;
border-radius: 8px;
text-align: center;
background-repeat: repeat;
background-color: rgba(134, 85, 65, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5ccf0c2b-be9b-4476-827f-d23667e39b08 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ccf0c2b-be9b-4476-827f-d23667e39b08 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-5ccf0c2b-be9b-4476-827f-d23667e39b08 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-5ccf0c2b-be9b-4476-827f-d23667e39b08 .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-5ccf0c2b-be9b-4476-827f-d23667e39b08 .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-5ccf0c2b-be9b-4476-827f-d23667e39b08 .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-ac66be49-dd7c-4dbd-b72a-33e2c6aa9b04 {
  margin-bottom: -13px;
text-align: center;
}

#s-ac66be49-dd7c-4dbd-b72a-33e2c6aa9b04 .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-ac66be49-dd7c-4dbd-b72a-33e2c6aa9b04 .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-ac66be49-dd7c-4dbd-b72a-33e2c6aa9b04 .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-bd24347c-393f-448d-8602-a59bd07d71c6 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-bd24347c-393f-448d-8602-a59bd07d71c6 {
  margin-top: 0px;
}
}






  #s-bd24347c-393f-448d-8602-a59bd07d71c6 img.shogun-image {
    

    
    
    
  }


#s-bd24347c-393f-448d-8602-a59bd07d71c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd737d5e-415a-4b1c-be3d-6949133c5205 {
  min-height: 50px;
}








#s-cd737d5e-415a-4b1c-be3d-6949133c5205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd737d5e-415a-4b1c-be3d-6949133c5205.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb5c0337-9b70-44eb-baa8-6ffd6de8d248 {
  text-align: center;
}







  #s-bb5c0337-9b70-44eb-baa8-6ffd6de8d248 img.shogun-image {
    

    
    
    
  }


#s-bb5c0337-9b70-44eb-baa8-6ffd6de8d248 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-298a3706-c16f-44f4-9066-51fca50606af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ec9f7ae7-bea6-4f25-ab41-2ae3de5882f5 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec9f7ae7-bea6-4f25-ab41-2ae3de5882f5 {
  padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-ec9f7ae7-bea6-4f25-ab41-2ae3de5882f5 {
  margin-left: 80px;
margin-bottom: -30px;
margin-right: 80px;
}
}






  #s-ec9f7ae7-bea6-4f25-ab41-2ae3de5882f5 img.shogun-image {
    

    
    
    
  }


#s-ec9f7ae7-bea6-4f25-ab41-2ae3de5882f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 {
  margin-top: 50px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 {
  margin-top: 5%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}
}
#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-4456d54d-033e-4a6b-a2b8-2b4acc2af2e8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-1ba70415-e5ed-4d8b-8e48-ba48485fffe8 {
  text-align: center;
}







  #s-1ba70415-e5ed-4d8b-8e48-ba48485fffe8 img.shogun-image {
    

    
    
    
  }


#s-1ba70415-e5ed-4d8b-8e48-ba48485fffe8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2a3e5ee9-965a-4c4c-811f-22840560b1a3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 {
  margin-top: 50px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 {
  margin-top: 5%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}
}
#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-21f4e892-4dc7-4853-8117-e4a4f6e93dc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-a4ac3c36-5ab3-4768-9526-38945e119d1f {
  text-align: center;
}







  #s-a4ac3c36-5ab3-4768-9526-38945e119d1f img.shogun-image {
    

    
    
    
  }


#s-a4ac3c36-5ab3-4768-9526-38945e119d1f .shogun-image-content {
  
    align-items: center;
  
}

#s-e2b91af4-6da8-44b7-889d-ad4780adade6 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e2b91af4-6da8-44b7-889d-ad4780adade6 {
  padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-e2b91af4-6da8-44b7-889d-ad4780adade6 {
  margin-left: 80px;
margin-bottom: -30px;
margin-right: 80px;
}
}






  #s-e2b91af4-6da8-44b7-889d-ad4780adade6 img.shogun-image {
    

    
    
    
  }


#s-e2b91af4-6da8-44b7-889d-ad4780adade6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-86ad8fe4-3fcd-46d8-a52c-573dae99ccf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-71c54ff6-4805-48dd-ab51-9318ff5764cb {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-71c54ff6-4805-48dd-ab51-9318ff5764cb {
  padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-71c54ff6-4805-48dd-ab51-9318ff5764cb {
  margin-left: 80px;
margin-bottom: -30px;
margin-right: 80px;
}
}






  #s-71c54ff6-4805-48dd-ab51-9318ff5764cb img.shogun-image {
    

    
    
    
  }


#s-71c54ff6-4805-48dd-ab51-9318ff5764cb .shogun-image-content {
  
    align-items: center;
  
}

#s-886fea43-f644-4eb4-b626-3c49ce7d9daa {
  margin-top: 50px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-886fea43-f644-4eb4-b626-3c49ce7d9daa {
  margin-top: 5%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-886fea43-f644-4eb4-b626-3c49ce7d9daa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-886fea43-f644-4eb4-b626-3c49ce7d9daa {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}
}
#s-886fea43-f644-4eb4-b626-3c49ce7d9daa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-886fea43-f644-4eb4-b626-3c49ce7d9daa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-886fea43-f644-4eb4-b626-3c49ce7d9daa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-2fb9a98a-389e-4770-b27a-7e53487394c6 {
  text-align: center;
}







  #s-2fb9a98a-389e-4770-b27a-7e53487394c6 img.shogun-image {
    

    
    
    
  }


#s-2fb9a98a-389e-4770-b27a-7e53487394c6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ce2fbcdb-7814-4608-849b-8b094a877106"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4b7090aa-1121-46d1-922a-306cfba806aa {
  margin-top: 50px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-4b7090aa-1121-46d1-922a-306cfba806aa {
  margin-top: 5%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b7090aa-1121-46d1-922a-306cfba806aa {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-4b7090aa-1121-46d1-922a-306cfba806aa {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}
}
#s-4b7090aa-1121-46d1-922a-306cfba806aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4b7090aa-1121-46d1-922a-306cfba806aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-4b7090aa-1121-46d1-922a-306cfba806aa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-fd66f91d-2978-4088-920c-b1c8970f3994 {
  text-align: center;
}







  #s-fd66f91d-2978-4088-920c-b1c8970f3994 img.shogun-image {
    

    
    
    
  }


#s-fd66f91d-2978-4088-920c-b1c8970f3994 .shogun-image-content {
  
    align-items: center;
  
}

#s-362ba078-e893-4fdd-8451-e095ec1d094f {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-362ba078-e893-4fdd-8451-e095ec1d094f {
  padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-362ba078-e893-4fdd-8451-e095ec1d094f {
  margin-left: 80px;
margin-bottom: -30px;
margin-right: 80px;
}
}






  #s-362ba078-e893-4fdd-8451-e095ec1d094f img.shogun-image {
    

    
    
    
  }


#s-362ba078-e893-4fdd-8451-e095ec1d094f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-37fa2c51-27a9-43a5-a41e-8669f71db515"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-a1d8d3c7-eb98-4d86-8fc6-0eb69d4acaf6 {
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a1d8d3c7-eb98-4d86-8fc6-0eb69d4acaf6 {
  padding-top: 30%;
padding-bottom: 0%;
}
}@media (max-width: 767px){#s-a1d8d3c7-eb98-4d86-8fc6-0eb69d4acaf6 {
  margin-left: 80px;
margin-bottom: -30px;
margin-right: 80px;
}
}






  #s-a1d8d3c7-eb98-4d86-8fc6-0eb69d4acaf6 img.shogun-image {
    

    
    
    
  }


#s-a1d8d3c7-eb98-4d86-8fc6-0eb69d4acaf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-56eefd56-0f47-4f8b-9740-701e196005ef {
  margin-top: 50px;
margin-bottom: -10px;
text-align: left;
}
@media (min-width: 1200px){#s-56eefd56-0f47-4f8b-9740-701e196005ef {
  margin-top: 5%;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56eefd56-0f47-4f8b-9740-701e196005ef {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}@media (max-width: 767px){#s-56eefd56-0f47-4f8b-9740-701e196005ef {
  margin-top: 40px;
margin-bottom: 0px;
text-align: center;
}
}
#s-56eefd56-0f47-4f8b-9740-701e196005ef .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-56eefd56-0f47-4f8b-9740-701e196005ef .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-56eefd56-0f47-4f8b-9740-701e196005ef .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-64fd4555-0929-43dd-8d81-13fceff06586 {
  text-align: center;
}







  #s-64fd4555-0929-43dd-8d81-13fceff06586 img.shogun-image {
    

    
    
    
  }


#s-64fd4555-0929-43dd-8d81-13fceff06586 .shogun-image-content {
  
    align-items: center;
  
}

#s-e276387f-0f3d-4303-a1a0-66f9b635e020 {
  margin-bottom: 1%;
min-height: 50px;
}








#s-e276387f-0f3d-4303-a1a0-66f9b635e020 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e276387f-0f3d-4303-a1a0-66f9b635e020.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f052caaf-d922-4285-be32-e4826a788d2f {
  text-align: center;
}
@media (max-width: 767px){#s-f052caaf-d922-4285-be32-e4826a788d2f {
  padding-top: 10px;
}
}






  #s-f052caaf-d922-4285-be32-e4826a788d2f img.shogun-image {
    

    
    
    
  }


#s-f052caaf-d922-4285-be32-e4826a788d2f .shogun-image-content {
  
    align-items: center;
  
}

#s-a0cf9e7f-827f-4b36-b72f-d0a3d062b04c {
  min-height: 50px;
}








#s-a0cf9e7f-827f-4b36-b72f-d0a3d062b04c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cf9e7f-827f-4b36-b72f-d0a3d062b04c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f4c88465-b131-4adf-9611-1e757ac1c866"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-399ca455-bf39-470e-9640-d7e77c28df49 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-399ca455-bf39-470e-9640-d7e77c28df49 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-399ca455-bf39-470e-9640-d7e77c28df49 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-399ca455-bf39-470e-9640-d7e77c28df49 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-399ca455-bf39-470e-9640-d7e77c28df49 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-399ca455-bf39-470e-9640-d7e77c28df49 td.shogun-table-column, #s-399ca455-bf39-470e-9640-d7e77c28df49 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-7e0fbd6c-0ac4-4f11-97cc-c92577589dbb {
  text-align: center;
}







  #s-7e0fbd6c-0ac4-4f11-97cc-c92577589dbb img.shogun-image {
    

    
    
    
  }


#s-7e0fbd6c-0ac4-4f11-97cc-c92577589dbb .shogun-image-content {
  
    align-items: center;
  
}

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


}
#s-daaf5ec2-4ab2-4ef5-a77f-86446bf31e2d {
  text-align: center;
}







  #s-daaf5ec2-4ab2-4ef5-a77f-86446bf31e2d img.shogun-image {
    

    
    
    
  }


#s-daaf5ec2-4ab2-4ef5-a77f-86446bf31e2d .shogun-image-content {
  
    align-items: center;
  
}

#s-911b09f4-1c5d-464a-b575-e98ad1b76350 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-911b09f4-1c5d-464a-b575-e98ad1b76350 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-911b09f4-1c5d-464a-b575-e98ad1b76350 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-911b09f4-1c5d-464a-b575-e98ad1b76350 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-911b09f4-1c5d-464a-b575-e98ad1b76350 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-911b09f4-1c5d-464a-b575-e98ad1b76350 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d4f81b9d-92d6-4844-85aa-2ce668c8e1e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d4f81b9d-92d6-4844-85aa-2ce668c8e1e7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d4f81b9d-92d6-4844-85aa-2ce668c8e1e7 .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-d4f81b9d-92d6-4844-85aa-2ce668c8e1e7 .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-d4f81b9d-92d6-4844-85aa-2ce668c8e1e7 .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-52924d7f-ed4f-455a-99b5-eb279ef6907f {
  min-height: 50px;
}








#s-52924d7f-ed4f-455a-99b5-eb279ef6907f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52924d7f-ed4f-455a-99b5-eb279ef6907f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b293d528-c2b2-467c-9d29-cd4753863da1 {
  margin-top: 5px;
margin-bottom: -2%;
padding-right: 600px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b293d528-c2b2-467c-9d29-cd4753863da1 {
  padding-right: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b293d528-c2b2-467c-9d29-cd4753863da1 {
  margin-bottom: -3%;
padding-right: 50%;
}
}@media (max-width: 767px){#s-b293d528-c2b2-467c-9d29-cd4753863da1 {
  margin-top: 20px;
margin-bottom: -4%;
padding-right: 20%;
}
}






  #s-b293d528-c2b2-467c-9d29-cd4753863da1 img.shogun-image {
    

    
    
    
  }


#s-b293d528-c2b2-467c-9d29-cd4753863da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f47e0cae-d827-4406-9343-9356fbe02a74 {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-f47e0cae-d827-4406-9343-9356fbe02a74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f47e0cae-d827-4406-9343-9356fbe02a74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f47e0cae-d827-4406-9343-9356fbe02a74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f47e0cae-d827-4406-9343-9356fbe02a74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-99e8c41a-4aed-486a-b7e9-adc292c6d53b {
  text-align: center;
}







  #s-99e8c41a-4aed-486a-b7e9-adc292c6d53b img.shogun-image {
    

    
    
    
  }


#s-99e8c41a-4aed-486a-b7e9-adc292c6d53b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-2b125db2-27ec-4bc4-b566-c0ecddb0ccf8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2b125db2-27ec-4bc4-b566-c0ecddb0ccf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b125db2-27ec-4bc4-b566-c0ecddb0ccf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b125db2-27ec-4bc4-b566-c0ecddb0ccf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-018316fa-f442-4243-8a72-83a842d975b2 {
  max-width: 100%;
text-align: center;
}







  #s-018316fa-f442-4243-8a72-83a842d975b2 img.shogun-image {
    

    
    
    
  }


#s-018316fa-f442-4243-8a72-83a842d975b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-882278ee-2c30-45dc-8e44-b5b41a096f79 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
min-height: 100%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 {
  padding-top: 50%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-882278ee-2c30-45dc-8e44-b5b41a096f79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-882278ee-2c30-45dc-8e44-b5b41a096f79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-8baa4ddc-e94c-4db1-bdf1-da57bbf68275 {
  text-align: center;
}







  #s-8baa4ddc-e94c-4db1-bdf1-da57bbf68275 img.shogun-image {
    

    
    
    
  }


#s-8baa4ddc-e94c-4db1-bdf1-da57bbf68275 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f6a4c37a-0cb0-4dce-826f-c51345b1ceaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f6a4c37a-0cb0-4dce-826f-c51345b1ceaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6a4c37a-0cb0-4dce-826f-c51345b1ceaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6a4c37a-0cb0-4dce-826f-c51345b1ceaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6bd2d61d-7464-4c34-8731-3a32078d6469 {
  max-width: 100%;
text-align: center;
}







  #s-6bd2d61d-7464-4c34-8731-3a32078d6469 img.shogun-image {
    

    
    
    
  }


#s-6bd2d61d-7464-4c34-8731-3a32078d6469 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
min-height: 100%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-c1b35071-3e14-494e-b63e-ddc1d5fce2f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-d5581af0-4fe1-4f0a-9e1b-91c20c5fd290 {
  text-align: center;
}







  #s-d5581af0-4fe1-4f0a-9e1b-91c20c5fd290 img.shogun-image {
    

    
    
    
  }


#s-d5581af0-4fe1-4f0a-9e1b-91c20c5fd290 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0b44e3db-33c3-495e-ad2e-8638fb777fba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0b44e3db-33c3-495e-ad2e-8638fb777fba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b44e3db-33c3-495e-ad2e-8638fb777fba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b44e3db-33c3-495e-ad2e-8638fb777fba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d8882817-e93e-4969-b441-567e68f9a9c9 {
  max-width: 100%;
text-align: center;
}







  #s-d8882817-e93e-4969-b441-567e68f9a9c9 img.shogun-image {
    

    
    
    
  }


#s-d8882817-e93e-4969-b441-567e68f9a9c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
min-height: 100%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-dd5c6d53-b5e0-4a3b-9d57-8a88c878f182 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-435c669e-a04f-4987-a64f-5d32baca1c3d {
  text-align: center;
}







  #s-435c669e-a04f-4987-a64f-5d32baca1c3d img.shogun-image {
    

    
    
    
  }


#s-435c669e-a04f-4987-a64f-5d32baca1c3d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-61061744-19b8-4111-b34f-9bc813e1c7aa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-61061744-19b8-4111-b34f-9bc813e1c7aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61061744-19b8-4111-b34f-9bc813e1c7aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61061744-19b8-4111-b34f-9bc813e1c7aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8510a393-0928-453e-a84e-dddfbea12563 {
  max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-8510a393-0928-453e-a84e-dddfbea12563 {
  max-width: 100%;
}
}






  #s-8510a393-0928-453e-a84e-dddfbea12563 img.shogun-image {
    

    
    
    
  }


#s-8510a393-0928-453e-a84e-dddfbea12563 .shogun-image-content {
  
    align-items: center;
  
}

#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
min-height: 100%;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-2484fda3-c3ce-4ed2-b9e5-2537ab46c266 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-55ecd2bd-a029-4d76-8b80-6d0c4cfe8d1e {
  text-align: center;
}







  #s-55ecd2bd-a029-4d76-8b80-6d0c4cfe8d1e img.shogun-image {
    

    
    
    
  }


#s-55ecd2bd-a029-4d76-8b80-6d0c4cfe8d1e .shogun-image-content {
  
    align-items: center;
  
}

#s-2b9a681e-2c48-4614-bd64-df759a88655e {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-2b9a681e-2c48-4614-bd64-df759a88655e {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2b9a681e-2c48-4614-bd64-df759a88655e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-20354cc2-89bf-41b4-8346-741bea3405ed {
  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-20354cc2-89bf-41b4-8346-741bea3405ed {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20354cc2-89bf-41b4-8346-741bea3405ed {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-20354cc2-89bf-41b4-8346-741bea3405ed {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-20354cc2-89bf-41b4-8346-741bea3405ed img.shogun-image {
    

    
    
    
  }


#s-20354cc2-89bf-41b4-8346-741bea3405ed .shogun-image-content {
  
    align-items: center;
  
}

#s-e571b50f-c06c-4d06-96cd-ff68ade1e801 {
  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-e571b50f-c06c-4d06-96cd-ff68ade1e801 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-e571b50f-c06c-4d06-96cd-ff68ade1e801 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-e571b50f-c06c-4d06-96cd-ff68ade1e801 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-5478b2ce-416a-4444-9c12-8777694d0367 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-5478b2ce-416a-4444-9c12-8777694d0367 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-86fbed81-fa27-44ef-96c6-b2aa7598eace {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-86fbed81-fa27-44ef-96c6-b2aa7598eace {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-86fbed81-fa27-44ef-96c6-b2aa7598eace"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-408bbbfd-c03f-4384-8312-f13856cfb90e {
  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-408bbbfd-c03f-4384-8312-f13856cfb90e {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-408bbbfd-c03f-4384-8312-f13856cfb90e {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-408bbbfd-c03f-4384-8312-f13856cfb90e {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-408bbbfd-c03f-4384-8312-f13856cfb90e img.shogun-image {
    

    
    
    
  }


#s-408bbbfd-c03f-4384-8312-f13856cfb90e .shogun-image-content {
  
    align-items: center;
  
}

#s-e499d6c2-9966-488a-bb65-bee9954a2e22 {
  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-e499d6c2-9966-488a-bb65-bee9954a2e22 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-e499d6c2-9966-488a-bb65-bee9954a2e22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-e499d6c2-9966-488a-bb65-bee9954a2e22 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-bca0da37-36ec-43df-8135-491b645d28ec {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-bca0da37-36ec-43df-8135-491b645d28ec {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-19daf54f-98f4-4e68-ba0b-490205a8a9f8 {
  text-align: center;
}







  #s-19daf54f-98f4-4e68-ba0b-490205a8a9f8 img.shogun-image {
    

    
    
    
  }


#s-19daf54f-98f4-4e68-ba0b-490205a8a9f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a671d0ac-7abf-4fd1-96b9-ced85d2bf1cf {
  border-style: solid;
margin-top: 4px;
margin-bottom: 4px;
padding-left: 20px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-a671d0ac-7abf-4fd1-96b9-ced85d2bf1cf {
  padding-left: 8px;
padding-right: 8px;
}
}






  #s-a671d0ac-7abf-4fd1-96b9-ced85d2bf1cf img.shogun-image {
    

    
    
    
  }


#s-a671d0ac-7abf-4fd1-96b9-ced85d2bf1cf .shogun-image-content {
  
    align-items: center;
  
}

#s-f9a3ec3c-8b3c-420b-ab06-dde4df5079a9 {
  min-height: 50px;
}








#s-f9a3ec3c-8b3c-420b-ab06-dde4df5079a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9a3ec3c-8b3c-420b-ab06-dde4df5079a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1d0d220-3dd5-42b1-8192-0af08a77ec57 {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}
@media (max-width: 767px){#s-f1d0d220-3dd5-42b1-8192-0af08a77ec57 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-f1d0d220-3dd5-42b1-8192-0af08a77ec57 img.shogun-image {
    

    
    
    
  }


#s-f1d0d220-3dd5-42b1-8192-0af08a77ec57 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdcb8da1-df8b-4e24-a9c5-9152ba80575d {
  min-height: 50px;
}








#s-fdcb8da1-df8b-4e24-a9c5-9152ba80575d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdcb8da1-df8b-4e24-a9c5-9152ba80575d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8477619-e6df-42a9-ba7d-ae3085709097 {
  min-height: 50px;
}

#s-e8477619-e6df-42a9-ba7d-ae3085709097 {
  background-image: url();
}








#s-e8477619-e6df-42a9-ba7d-ae3085709097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8477619-e6df-42a9-ba7d-ae3085709097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e4720d8-4823-4493-ac15-d34c272d2532 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: -8px;
min-height: 20px;
background-position: center top;
}








#s-1e4720d8-4823-4493-ac15-d34c272d2532 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e4720d8-4823-4493-ac15-d34c272d2532.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-857d2aa7-710f-4649-b646-21d2d745c153 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-857d2aa7-710f-4649-b646-21d2d745c153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857d2aa7-710f-4649-b646-21d2d745c153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-281e44b5-84e5-4736-a822-e12e5a65f49f {
  min-height: 50px;
}








#s-281e44b5-84e5-4736-a822-e12e5a65f49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-281e44b5-84e5-4736-a822-e12e5a65f49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37b2c5f8-3415-4f98-80fb-6ad92515cc8a {
  margin-top: 2px;
margin-left: 24.5%;
margin-bottom: 2px;
margin-right: 24.5%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-37b2c5f8-3415-4f98-80fb-6ad92515cc8a {
  margin-left: 20.5%;
margin-bottom: 7px;
margin-right: 20.5%;
}
}@media (max-width: 767px){#s-37b2c5f8-3415-4f98-80fb-6ad92515cc8a {
  margin-left: 17%;
margin-right: 17%;
}
}






  #s-37b2c5f8-3415-4f98-80fb-6ad92515cc8a img.shogun-image {
    

    
    
    
  }


#s-37b2c5f8-3415-4f98-80fb-6ad92515cc8a .shogun-image-content {
  
    align-items: center;
  
}

#s-8da06c7a-81a4-49dc-917a-d2a129b352d5 {
  margin-top: 7px;
margin-left: 0px;
margin-bottom: 7px;
margin-right: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8da06c7a-81a4-49dc-917a-d2a129b352d5 {
  margin-top: 4px;
margin-bottom: 4px;
}
}
#s-8da06c7a-81a4-49dc-917a-d2a129b352d5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8da06c7a-81a4-49dc-917a-d2a129b352d5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  text-align: center;
}


}@media (max-width: 767px){#s-8da06c7a-81a4-49dc-917a-d2a129b352d5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.5px;
  text-align: center;
}


}
#s-c5f99dc3-76e9-40a4-9f29-33e7027a3783 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c5f99dc3-76e9-40a4-9f29-33e7027a3783 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-c5f99dc3-76e9-40a4-9f29-33e7027a3783 {
  margin-left: 15%;
margin-right: 15%;
}
}






  #s-c5f99dc3-76e9-40a4-9f29-33e7027a3783 img.shogun-image {
    

    
    
    
  }


#s-c5f99dc3-76e9-40a4-9f29-33e7027a3783 .shogun-image-content {
  
    align-items: center;
  
}

#s-29078d6a-244d-4333-9850-6164181f0208 {
  margin-top: 15px;
margin-left: 27%;
margin-bottom: 15px;
margin-right: 27%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-29078d6a-244d-4333-9850-6164181f0208 {
  margin-left: 14%;
margin-right: 14%;
padding-left: 9%;
padding-right: 9%;
}
}@media (max-width: 767px){#s-29078d6a-244d-4333-9850-6164181f0208 {
  margin-top: 10px;
margin-left: 12%;
margin-bottom: 10px;
margin-right: 12%;
padding-top: 5px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
}
}







#s-29078d6a-244d-4333-9850-6164181f0208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29078d6a-244d-4333-9850-6164181f0208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e22f20a-c8db-4d02-b89b-baae1705b871 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-1e22f20a-c8db-4d02-b89b-baae1705b871 {
  margin-top: 5px;
margin-bottom: 12px;
}
}
@media (min-width: 0px) {
[id="s-1e22f20a-c8db-4d02-b89b-baae1705b871"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1e22f20a-c8db-4d02-b89b-baae1705b871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1e22f20a-c8db-4d02-b89b-baae1705b871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e22f20a-c8db-4d02-b89b-baae1705b871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2b5e98ff-58ab-4417-a9de-99bee1e9bbcc {
  margin-top: 0px;
margin-bottom: -20px;
text-align: center;
}

#s-2b5e98ff-58ab-4417-a9de-99bee1e9bbcc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2b5e98ff-58ab-4417-a9de-99bee1e9bbcc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-2b5e98ff-58ab-4417-a9de-99bee1e9bbcc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-a120f461-73e6-425e-9030-caef37fb62c5 {
  margin-top: 0px;
margin-bottom: -20px;
text-align: center;
}

#s-a120f461-73e6-425e-9030-caef37fb62c5 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a120f461-73e6-425e-9030-caef37fb62c5 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a120f461-73e6-425e-9030-caef37fb62c5 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-f05b9281-9261-4727-8ebf-0900ef099291 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-f05b9281-9261-4727-8ebf-0900ef099291"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f05b9281-9261-4727-8ebf-0900ef099291"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f05b9281-9261-4727-8ebf-0900ef099291"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05b9281-9261-4727-8ebf-0900ef099291"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-b547af2d-d53f-48b1-9896-d62914964cbc {
  margin-top: 0px;
margin-bottom: -20px;
text-align: center;
}

#s-b547af2d-d53f-48b1-9896-d62914964cbc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b547af2d-d53f-48b1-9896-d62914964cbc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-b547af2d-d53f-48b1-9896-d62914964cbc .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-a7de3671-6299-44d3-952a-e9a8cef07b25 {
  margin-top: 0px;
margin-bottom: -20px;
text-align: center;
}

#s-a7de3671-6299-44d3-952a-e9a8cef07b25 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 37px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a7de3671-6299-44d3-952a-e9a8cef07b25 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}@media (max-width: 767px){#s-a7de3671-6299-44d3-952a-e9a8cef07b25 .shogun-heading-component h2 {
  color: rgba(100, 100, 100, 1);
  font-weight:  700 ;
  font-family: "Noto Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 1px;
  
}


}
#s-b394aa46-d0ab-4681-bdfa-1f643e95bcbb {
  margin-top: -100px;
margin-left: 22%;
margin-bottom: -8px;
margin-right: -22%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b394aa46-d0ab-4681-bdfa-1f643e95bcbb {
  margin-top: -90px;
margin-left: 5%;
margin-bottom: -10px;
margin-right: 5%;
padding-left: 75%;
padding-right: 0%;
text-align: right;
}
}@media (max-width: 767px){#s-b394aa46-d0ab-4681-bdfa-1f643e95bcbb {
  margin-top: -60px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 75%;
text-align: right;
}
}






  #s-b394aa46-d0ab-4681-bdfa-1f643e95bcbb img.shogun-image {
    

    
    
    
  }


#s-b394aa46-d0ab-4681-bdfa-1f643e95bcbb .shogun-image-content {
  
    align-items: center;
  
}

#s-eee36eab-8703-49eb-9e14-f48cd6eefe37 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-eee36eab-8703-49eb-9e14-f48cd6eefe37 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-fe2ac2f2-d135-4053-8d2a-9f1327785384 {
  margin-top: 25px;
margin-left: 18%;
margin-bottom: 0px;
margin-right: 18%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe2ac2f2-d135-4053-8d2a-9f1327785384 {
  margin-top: 18px;
margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-fe2ac2f2-d135-4053-8d2a-9f1327785384 {
  margin-top: 12px;
margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-fe2ac2f2-d135-4053-8d2a-9f1327785384"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-98d085e0-a421-4757-b99b-90bf2bd47684 {
  min-height: 100%;
}
@media (max-width: 767px){#s-98d085e0-a421-4757-b99b-90bf2bd47684 {
  margin-right: -16%;
}
}







#s-98d085e0-a421-4757-b99b-90bf2bd47684 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98d085e0-a421-4757-b99b-90bf2bd47684.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7457121e-38be-49e7-be0d-b90e37eba9de {
  text-align: center;
}







  #s-7457121e-38be-49e7-be0d-b90e37eba9de img.shogun-image {
    

    
    
    
  }


#s-7457121e-38be-49e7-be0d-b90e37eba9de .shogun-image-content {
  
    align-items: center;
  
}

#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.7em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 .shogun-heading-component h6 {
  color: rgba(134, 85, 65, 1);
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.7em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-dcc77a8d-88bb-4e69-9002-4fe22491eeb6 .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.7em;
  
  text-align: left;
}


}
#s-a5616978-791e-4fe8-9a3b-c705b7db748e {
  text-align: center;
}







  #s-a5616978-791e-4fe8-9a3b-c705b7db748e img.shogun-image {
    

    
    
    
  }


#s-a5616978-791e-4fe8-9a3b-c705b7db748e .shogun-image-content {
  
    align-items: center;
  
}

#s-d1341f4e-b99b-4f94-a172-a469c6fc84b4 {
  padding-left: 10%;
padding-right: 0%;
min-height: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1341f4e-b99b-4f94-a172-a469c6fc84b4 {
  padding-top: 0%;
padding-left: 8%;
padding-bottom: 0%;
padding-right: 4%;
}
}@media (max-width: 767px){#s-d1341f4e-b99b-4f94-a172-a469c6fc84b4 {
  margin-left: 8%;
margin-right: -8%;
padding-left: 6%;
padding-right: 6%;
}
}







#s-d1341f4e-b99b-4f94-a172-a469c6fc84b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1341f4e-b99b-4f94-a172-a469c6fc84b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70cdef07-84e6-45b8-900c-caecfe152db6 {
  margin-top: -18px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 6%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-70cdef07-84e6-45b8-900c-caecfe152db6 {
  margin-top: -3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70cdef07-84e6-45b8-900c-caecfe152db6 {
  margin-top: -3%;
margin-right: -6%;
}
}@media (max-width: 767px){#s-70cdef07-84e6-45b8-900c-caecfe152db6 {
  margin-top: -3%;
padding-left: 6%;
padding-right: 0%;
}
}







#s-70cdef07-84e6-45b8-900c-caecfe152db6 .shogun-image-content {
  
    align-items: center;
  
}

#s-affc7c30-f584-43bf-af76-866fe29e90bb {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -8px;
min-height: 20px;
background-position: center bottom;
}








#s-affc7c30-f584-43bf-af76-866fe29e90bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-affc7c30-f584-43bf-af76-866fe29e90bb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-48cbec1f-f36a-4225-af1b-c762ec69697a {
  text-align: center;
}







  #s-48cbec1f-f36a-4225-af1b-c762ec69697a img.shogun-image {
    

    
    
    
  }


#s-48cbec1f-f36a-4225-af1b-c762ec69697a .shogun-image-content {
  
    align-items: center;
  
}

#s-d37aeb04-5096-4341-aee1-2e09a20641c7 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d37aeb04-5096-4341-aee1-2e09a20641c7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d37aeb04-5096-4341-aee1-2e09a20641c7 {
  
}
}@media (max-width: 767px){#s-d37aeb04-5096-4341-aee1-2e09a20641c7 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-d37aeb04-5096-4341-aee1-2e09a20641c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d37aeb04-5096-4341-aee1-2e09a20641c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d37aeb04-5096-4341-aee1-2e09a20641c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d37aeb04-5096-4341-aee1-2e09a20641c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-029af7ba-c6bc-4561-b973-b0132be837fc {
  text-align: center;
}
@media (max-width: 767px){#s-029af7ba-c6bc-4561-b973-b0132be837fc {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-029af7ba-c6bc-4561-b973-b0132be837fc .shogun-image-content {
  
    align-items: center;
  
}

#s-5eb13940-e7d5-45d6-ac2e-6aff61fdcb47 {
  text-align: center;
}
@media (max-width: 767px){#s-5eb13940-e7d5-45d6-ac2e-6aff61fdcb47 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-5eb13940-e7d5-45d6-ac2e-6aff61fdcb47 .shogun-image-content {
  
    align-items: center;
  
}

#s-dad61cde-8d2b-46da-8719-3732b40191f5 {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-dad61cde-8d2b-46da-8719-3732b40191f5 img.shogun-image {
    

    
    
    
  }


#s-dad61cde-8d2b-46da-8719-3732b40191f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fecdb027-ca19-49d3-9cbd-f44ee047d3bc {
  padding-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-fecdb027-ca19-49d3-9cbd-f44ee047d3bc {
  padding-top: 16px;
}
}
#s-fecdb027-ca19-49d3-9cbd-f44ee047d3bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-fecdb027-ca19-49d3-9cbd-f44ee047d3bc .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}
#s-ebc8adf3-8e20-4242-b7b9-7a1e60f3dc09 {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-ebc8adf3-8e20-4242-b7b9-7a1e60f3dc09 img.shogun-image {
    

    
    
    
  }


#s-ebc8adf3-8e20-4242-b7b9-7a1e60f3dc09 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bc2fb9f-796f-4a58-8f95-9a47a6cf8d6b {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-3bc2fb9f-796f-4a58-8f95-9a47a6cf8d6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc2fb9f-796f-4a58-8f95-9a47a6cf8d6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-234a94e6-1698-423f-a69e-7bbffe2c0d3d {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-234a94e6-1698-423f-a69e-7bbffe2c0d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-234a94e6-1698-423f-a69e-7bbffe2c0d3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aac0e5e4-a2c9-47d4-9448-f1bc4eb29b6c {
  min-height: 50px;
}








#s-aac0e5e4-a2c9-47d4-9448-f1bc4eb29b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aac0e5e4-a2c9-47d4-9448-f1bc4eb29b6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ff1d953-19a8-4ae1-96ef-e918f37db0d1 {
  margin-top: 20px;
margin-bottom: -30px;
text-align: center;
}
@media (max-width: 767px){#s-0ff1d953-19a8-4ae1-96ef-e918f37db0d1 {
  margin-bottom: -10px;
}
}
#s-0ff1d953-19a8-4ae1-96ef-e918f37db0d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-0ff1d953-19a8-4ae1-96ef-e918f37db0d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-cd05d64a-cec8-4f51-a94d-8ff108e4713d {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-cd05d64a-cec8-4f51-a94d-8ff108e4713d {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-c8053a85-4365-4821-a7b2-474b474d22ac {
  text-align: center;
}







  #s-c8053a85-4365-4821-a7b2-474b474d22ac img.shogun-image {
    

    
    
    
  }


#s-c8053a85-4365-4821-a7b2-474b474d22ac .shogun-image-content {
  
    align-items: center;
  
}

#s-e5694270-eb46-4f58-ae97-62af5823094f {
  min-height: 50px;
}








#s-e5694270-eb46-4f58-ae97-62af5823094f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5694270-eb46-4f58-ae97-62af5823094f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8153d815-3b3a-4268-8e81-a53a4046d329 {
  margin-top: 20px;
margin-bottom: -30px;
text-align: center;
}
@media (max-width: 767px){#s-8153d815-3b3a-4268-8e81-a53a4046d329 {
  margin-bottom: -10px;
}
}
#s-8153d815-3b3a-4268-8e81-a53a4046d329 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-8153d815-3b3a-4268-8e81-a53a4046d329 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-fb8705a1-49d4-405e-8536-c7576cd1a7ae {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-fb8705a1-49d4-405e-8536-c7576cd1a7ae {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-7c987fd8-9f6b-4fbe-881d-bf70a0508b15 {
  text-align: center;
}







  #s-7c987fd8-9f6b-4fbe-881d-bf70a0508b15 img.shogun-image {
    

    
    
    
  }


#s-7c987fd8-9f6b-4fbe-881d-bf70a0508b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa8c959f-5049-48ce-8d09-0f08a4e25242 {
  min-height: 50px;
}








#s-aa8c959f-5049-48ce-8d09-0f08a4e25242 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa8c959f-5049-48ce-8d09-0f08a4e25242.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d65036e-6c57-482e-8bd7-35d662629711 {
  margin-top: 20px;
margin-bottom: -30px;
text-align: center;
}
@media (max-width: 767px){#s-9d65036e-6c57-482e-8bd7-35d662629711 {
  margin-bottom: -10px;
}
}
#s-9d65036e-6c57-482e-8bd7-35d662629711 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-9d65036e-6c57-482e-8bd7-35d662629711 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-1dd44b89-a2a8-4852-ab00-49c3ea605ee8 {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-1dd44b89-a2a8-4852-ab00-49c3ea605ee8 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-48006487-45ec-42da-898e-07356a0f1459 {
  text-align: center;
}







  #s-48006487-45ec-42da-898e-07356a0f1459 img.shogun-image {
    

    
    
    
  }


#s-48006487-45ec-42da-898e-07356a0f1459 .shogun-image-content {
  
    align-items: center;
  
}

#s-d35a2fcb-8ab4-486a-8d40-27e48d08f085 {
  min-height: 50px;
}








#s-d35a2fcb-8ab4-486a-8d40-27e48d08f085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d35a2fcb-8ab4-486a-8d40-27e48d08f085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb3a3fc6-14fb-4c05-ac14-a7c066bab3d1 {
  margin-top: 20px;
margin-bottom: -30px;
text-align: center;
}
@media (max-width: 767px){#s-bb3a3fc6-14fb-4c05-ac14-a7c066bab3d1 {
  margin-bottom: -10px;
}
}
#s-bb3a3fc6-14fb-4c05-ac14-a7c066bab3d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-bb3a3fc6-14fb-4c05-ac14-a7c066bab3d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-08dcbebd-fee6-4d45-bf6f-bfd78ca781c9 {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-08dcbebd-fee6-4d45-bf6f-bfd78ca781c9 {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-d6e4467a-b85f-4cdf-b093-d3f46d528494 {
  text-align: center;
}







  #s-d6e4467a-b85f-4cdf-b093-d3f46d528494 img.shogun-image {
    

    
    
    
  }


#s-d6e4467a-b85f-4cdf-b093-d3f46d528494 .shogun-image-content {
  
    align-items: center;
  
}

#s-f835a32c-c92e-4906-abd8-bb86be4bc865 {
  min-height: 50px;
}








#s-f835a32c-c92e-4906-abd8-bb86be4bc865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f835a32c-c92e-4906-abd8-bb86be4bc865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e93e82d-3255-4562-8b7b-28aad8eab701 {
  margin-top: 20px;
margin-bottom: -30px;
text-align: center;
}
@media (max-width: 767px){#s-0e93e82d-3255-4562-8b7b-28aad8eab701 {
  margin-bottom: -10px;
}
}
#s-0e93e82d-3255-4562-8b7b-28aad8eab701 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-0e93e82d-3255-4562-8b7b-28aad8eab701 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-c8b64734-0ab1-41b1-bb59-c2445afa2bea {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-c8b64734-0ab1-41b1-bb59-c2445afa2bea {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-fa8ce6f9-1807-4ee2-900b-385492a4df7f {
  text-align: center;
}







  #s-fa8ce6f9-1807-4ee2-900b-385492a4df7f img.shogun-image {
    

    
    
    
  }


#s-fa8ce6f9-1807-4ee2-900b-385492a4df7f .shogun-image-content {
  
    align-items: center;
  
}

#s-9cc53d3d-3276-46a3-b977-2c3aa2500d4a {
  margin-top: 14px;
text-align: center;
}







  #s-9cc53d3d-3276-46a3-b977-2c3aa2500d4a img.shogun-image {
    

    
    
    
  }


#s-9cc53d3d-3276-46a3-b977-2c3aa2500d4a .shogun-image-content {
  
    align-items: center;
  
}

#s-d3416a6b-5ce8-4a0a-b5ff-f76e5b5329fe {
  min-height: 50px;
}








#s-d3416a6b-5ce8-4a0a-b5ff-f76e5b5329fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3416a6b-5ce8-4a0a-b5ff-f76e5b5329fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55af7164-40b0-4e51-af33-1f127379cdb8 {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-55af7164-40b0-4e51-af33-1f127379cdb8 {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-55af7164-40b0-4e51-af33-1f127379cdb8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-55af7164-40b0-4e51-af33-1f127379cdb8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-0490f343-48f1-462d-93cf-e11fef05561d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0490f343-48f1-462d-93cf-e11fef05561d {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-0490f343-48f1-462d-93cf-e11fef05561d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-0490f343-48f1-462d-93cf-e11fef05561d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-0678a701-cc2a-40bf-a5ba-10e255d9f097 {
  text-align: center;
}







  #s-0678a701-cc2a-40bf-a5ba-10e255d9f097 img.shogun-image {
    

    
    
    
  }


#s-0678a701-cc2a-40bf-a5ba-10e255d9f097 .shogun-image-content {
  
    align-items: center;
  
}

#s-71781338-cbbd-4917-9ae1-8f4934a14e6c {
  min-height: 50px;
}








#s-71781338-cbbd-4917-9ae1-8f4934a14e6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71781338-cbbd-4917-9ae1-8f4934a14e6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-219ffc62-558d-4825-9997-b03105bef303 {
  text-align: center;
}







  #s-219ffc62-558d-4825-9997-b03105bef303 img.shogun-image {
    

    
    
    
  }


#s-219ffc62-558d-4825-9997-b03105bef303 .shogun-image-content {
  
    align-items: center;
  
}

#s-68ff9505-6890-4501-8d0c-4f4a3b41c82c {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-68ff9505-6890-4501-8d0c-4f4a3b41c82c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ff9505-6890-4501-8d0c-4f4a3b41c82c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44a24e94-49dc-49bc-a9e3-ba69a744cd37 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-44a24e94-49dc-49bc-a9e3-ba69a744cd37 .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-44a24e94-49dc-49bc-a9e3-ba69a744cd37 .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-80ec251d-3b19-4352-967b-7005dd2ba571 {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-80ec251d-3b19-4352-967b-7005dd2ba571 img.shogun-image {
    

    
    
    
  }


#s-80ec251d-3b19-4352-967b-7005dd2ba571 .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}
