.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-f079e66e-5fba-4b46-9143-fe6bc7958a62 {
  min-height: 50px;
}








#s-f079e66e-5fba-4b46-9143-fe6bc7958a62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f079e66e-5fba-4b46-9143-fe6bc7958a62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4373328b-1af8-4af7-a62b-2da6f44e4f28 {
  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-4373328b-1af8-4af7-a62b-2da6f44e4f28 {
  
}
}







#s-4373328b-1af8-4af7-a62b-2da6f44e4f28 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-4373328b-1af8-4af7-a62b-2da6f44e4f28.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-83d941da-e18f-4472-88a8-8eef5df7c311 {
  max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-83d941da-e18f-4472-88a8-8eef5df7c311 {
  
}
}






  #s-83d941da-e18f-4472-88a8-8eef5df7c311 img.shogun-image {
    

    
    
    
  }


#s-83d941da-e18f-4472-88a8-8eef5df7c311 .shogun-image-content {
  
    align-items: center;
  
}

#s-db85f43c-e46c-45f5-84b3-7f84dbf296fb {
  min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-db85f43c-e46c-45f5-84b3-7f84dbf296fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db85f43c-e46c-45f5-84b3-7f84dbf296fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-437bbce9-ffda-4827-97f6-c5b8acca2306 {
  min-height: 50px;
}








#s-437bbce9-ffda-4827-97f6-c5b8acca2306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-437bbce9-ffda-4827-97f6-c5b8acca2306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6123d9fd-cb22-426e-b4c1-d4aca569f607 {
  min-height: 50px;
}








#s-6123d9fd-cb22-426e-b4c1-d4aca569f607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6123d9fd-cb22-426e-b4c1-d4aca569f607.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38f6b451-8b43-4376-9920-c38390c40c3d {
  text-align: center;
}







  #s-38f6b451-8b43-4376-9920-c38390c40c3d img.shogun-image {
    

    
    
    
  }


#s-38f6b451-8b43-4376-9920-c38390c40c3d .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-01d8b7bb-4bda-46d1-a77a-3a2fd7ff08eb {
  text-align: center;
}

#s-01d8b7bb-4bda-46d1-a77a-3a2fd7ff08eb .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-01d8b7bb-4bda-46d1-a77a-3a2fd7ff08eb .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-0ffef54d-f35c-4817-ba36-6a712518ecb9 {
  text-align: center;
}
@media (max-width: 767px){#s-0ffef54d-f35c-4817-ba36-6a712518ecb9 {
  margin-bottom: -10px;
}
}
#s-0ffef54d-f35c-4817-ba36-6a712518ecb9 .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-0ffef54d-f35c-4817-ba36-6a712518ecb9 .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-0ffef54d-f35c-4817-ba36-6a712518ecb9 .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-f1fd3c76-a85a-4ad9-b9ad-5371751a3ee2 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-f1fd3c76-a85a-4ad9-b9ad-5371751a3ee2 {
  margin-left: 3%;
margin-right: 3%;
padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1fd3c76-a85a-4ad9-b9ad-5371751a3ee2 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1fd3c76-a85a-4ad9-b9ad-5371751a3ee2 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-f1fd3c76-a85a-4ad9-b9ad-5371751a3ee2 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}
#s-3fbc77bc-dc1f-459b-af0d-c418bcd947a6 {
  text-align: center;
}







  #s-3fbc77bc-dc1f-459b-af0d-c418bcd947a6 img.shogun-image {
    

    
    
    
  }


#s-3fbc77bc-dc1f-459b-af0d-c418bcd947a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6a3aca3-8a4d-4d3f-b0e0-6a319cf74ef9 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-f6a3aca3-8a4d-4d3f-b0e0-6a319cf74ef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6a3aca3-8a4d-4d3f-b0e0-6a319cf74ef9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f1cabc0-fc43-46b0-b3e6-182a2c658f5a {
  text-align: center;
}







  #s-0f1cabc0-fc43-46b0-b3e6-182a2c658f5a img.shogun-image {
    

    
    
    
  }


#s-0f1cabc0-fc43-46b0-b3e6-182a2c658f5a .shogun-image-content {
  
    align-items: center;
  
}

#s-1a488727-496c-42a6-9c79-6cbd616a6503 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(177, 227, 252, 1);
}








#s-1a488727-496c-42a6-9c79-6cbd616a6503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a488727-496c-42a6-9c79-6cbd616a6503.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29dafd07-076f-4ce2-9751-3b79d70e0010 {
  margin-left: 44px;
margin-right: 44px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-29dafd07-076f-4ce2-9751-3b79d70e0010 {
  padding-top: 1px;
padding-bottom: 1px;
}
}
#s-29dafd07-076f-4ce2-9751-3b79d70e0010 .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-29dafd07-076f-4ce2-9751-3b79d70e0010 .shogun-heading-component h6 {
  color: #000;
  font-weight:  300 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-9c235ed5-2f5e-435f-8dd0-22867f49f362 {
  padding-left: 300px;
padding-bottom: 20px;
padding-right: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-9c235ed5-2f5e-435f-8dd0-22867f49f362 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c235ed5-2f5e-435f-8dd0-22867f49f362 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-9c235ed5-2f5e-435f-8dd0-22867f49f362 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-9c235ed5-2f5e-435f-8dd0-22867f49f362 img.shogun-image {
    

    
    
    
  }


#s-9c235ed5-2f5e-435f-8dd0-22867f49f362 .shogun-image-content {
  
    align-items: center;
  
}

#s-94bd4203-6e62-4e39-9dac-ce5a73c3e4bf {
  text-align: center;
}







  #s-94bd4203-6e62-4e39-9dac-ce5a73c3e4bf img.shogun-image {
    

    
    
    
  }


#s-94bd4203-6e62-4e39-9dac-ce5a73c3e4bf .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-fabf7662-b8c5-4436-9fe8-71621aeee50c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-fabf7662-b8c5-4436-9fe8-71621aeee50c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-87c73991-c4af-4508-8ec2-6fd0b230cf2a {
  text-align: center;
}







  #s-87c73991-c4af-4508-8ec2-6fd0b230cf2a img.shogun-image {
    

    
    
    
  }


#s-87c73991-c4af-4508-8ec2-6fd0b230cf2a .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-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 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-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 td.shogun-table-column, #s-13ea142a-057b-4b88-abaa-a5c2b3f3cdc1 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-556985b7-3952-4198-9696-8766c4f6c311 {
  text-align: center;
}







  #s-556985b7-3952-4198-9696-8766c4f6c311 img.shogun-image {
    

    
    
    
  }


#s-556985b7-3952-4198-9696-8766c4f6c311 .shogun-image-content {
  
    align-items: center;
  
}

#s-17c6a695-ce34-427f-a7a5-2b4e685d80c3 {
  margin-top: -10px;
padding-left: 18px;
padding-right: 18px;
background-color: rgba(255, 255, 255, 0);
}

#s-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 {
  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-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 {
  padding-top: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 {
  padding-top: 18px;
}
}@media (max-width: 767px){#s-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 {
  padding-top: 16px;
padding-bottom: 8px;
}
}
#s-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 .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-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 .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-d7b950e4-cb53-4ffe-80a1-1ba2f0334497 .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-a183d7da-ed03-4497-82dd-dfbc1fcb804e {
  margin-bottom: -13px;
text-align: center;
}

#s-a183d7da-ed03-4497-82dd-dfbc1fcb804e .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-a183d7da-ed03-4497-82dd-dfbc1fcb804e .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-a183d7da-ed03-4497-82dd-dfbc1fcb804e .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-f0e82cf8-3752-443a-99a3-9b147e33df13 {
  margin-top: 30px;
text-align: center;
}
@media (max-width: 767px){#s-f0e82cf8-3752-443a-99a3-9b147e33df13 {
  margin-top: 0px;
}
}






  #s-f0e82cf8-3752-443a-99a3-9b147e33df13 img.shogun-image {
    

    
    
    
  }


#s-f0e82cf8-3752-443a-99a3-9b147e33df13 .shogun-image-content {
  
    align-items: center;
  
}

#s-738a9166-f8de-4765-a66a-f8ef7752b55c {
  margin-bottom: 1%;
min-height: 50px;
}








#s-738a9166-f8de-4765-a66a-f8ef7752b55c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-738a9166-f8de-4765-a66a-f8ef7752b55c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dc78537-c1c9-43ad-98a9-97b24ef273d8 {
  text-align: center;
}
@media (max-width: 767px){#s-0dc78537-c1c9-43ad-98a9-97b24ef273d8 {
  padding-top: 10px;
}
}






  #s-0dc78537-c1c9-43ad-98a9-97b24ef273d8 img.shogun-image {
    

    
    
    
  }


#s-0dc78537-c1c9-43ad-98a9-97b24ef273d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee60f965-3a0d-4be6-8264-208e93ca61a3 {
  min-height: 50px;
}








#s-ee60f965-3a0d-4be6-8264-208e93ca61a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee60f965-3a0d-4be6-8264-208e93ca61a3.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-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c4758f48-91a7-4423-aee2-b221a99d1b3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-03a57aea-712e-47d2-9734-3945031753e4 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
#s-03a57aea-712e-47d2-9734-3945031753e4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-03a57aea-712e-47d2-9734-3945031753e4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-03a57aea-712e-47d2-9734-3945031753e4 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-03a57aea-712e-47d2-9734-3945031753e4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-03a57aea-712e-47d2-9734-3945031753e4 td.shogun-table-column, #s-03a57aea-712e-47d2-9734-3945031753e4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-0ffae139-5a4d-42ce-b73c-a2675ee52b9a {
  text-align: center;
}







  #s-0ffae139-5a4d-42ce-b73c-a2675ee52b9a img.shogun-image {
    

    
    
    
  }


#s-0ffae139-5a4d-42ce-b73c-a2675ee52b9a .shogun-image-content {
  
    align-items: center;
  
}

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


}
#s-77102037-76b0-44bc-84bb-b402733465f3 {
  text-align: center;
}







  #s-77102037-76b0-44bc-84bb-b402733465f3 img.shogun-image {
    

    
    
    
  }


#s-77102037-76b0-44bc-84bb-b402733465f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-82b01db6-feaa-42e9-a05b-29f729f070b3 {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: -30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-82b01db6-feaa-42e9-a05b-29f729f070b3 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-82b01db6-feaa-42e9-a05b-29f729f070b3 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-82b01db6-feaa-42e9-a05b-29f729f070b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-82b01db6-feaa-42e9-a05b-29f729f070b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-82b01db6-feaa-42e9-a05b-29f729f070b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3bb63418-7822-4a0b-b2d1-e2a6bdd665ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3bb63418-7822-4a0b-b2d1-e2a6bdd665ae {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-3bb63418-7822-4a0b-b2d1-e2a6bdd665ae .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-3bb63418-7822-4a0b-b2d1-e2a6bdd665ae .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-3bb63418-7822-4a0b-b2d1-e2a6bdd665ae .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-35d1394b-474c-4ffe-b0dd-1bf3b2f2ec7a {
  min-height: 50px;
}








#s-35d1394b-474c-4ffe-b0dd-1bf3b2f2ec7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35d1394b-474c-4ffe-b0dd-1bf3b2f2ec7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31c673a9-6be7-41fd-8d41-22e41544f1ea {
  margin-top: 5px;
margin-bottom: -2%;
padding-right: 600px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-31c673a9-6be7-41fd-8d41-22e41544f1ea {
  padding-right: 50%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31c673a9-6be7-41fd-8d41-22e41544f1ea {
  margin-bottom: -3%;
padding-right: 50%;
}
}@media (max-width: 767px){#s-31c673a9-6be7-41fd-8d41-22e41544f1ea {
  margin-top: 20px;
margin-bottom: -4%;
padding-right: 20%;
}
}






  #s-31c673a9-6be7-41fd-8d41-22e41544f1ea img.shogun-image {
    

    
    
    
  }


#s-31c673a9-6be7-41fd-8d41-22e41544f1ea .shogun-image-content {
  
    align-items: center;
  
}

#s-38c4a5f1-2d70-47a4-a0f1-ae6bf78c0e92 {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-38c4a5f1-2d70-47a4-a0f1-ae6bf78c0e92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-38c4a5f1-2d70-47a4-a0f1-ae6bf78c0e92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38c4a5f1-2d70-47a4-a0f1-ae6bf78c0e92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38c4a5f1-2d70-47a4-a0f1-ae6bf78c0e92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b1298314-15cc-4a40-8c95-7686ba9de02d {
  text-align: center;
}







  #s-b1298314-15cc-4a40-8c95-7686ba9de02d img.shogun-image {
    

    
    
    
  }


#s-b1298314-15cc-4a40-8c95-7686ba9de02d .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a915dd61-b88f-4995-9435-22cab3f1cc8f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a915dd61-b88f-4995-9435-22cab3f1cc8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a915dd61-b88f-4995-9435-22cab3f1cc8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a915dd61-b88f-4995-9435-22cab3f1cc8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dd4e766d-97a5-455f-b014-2a5084675c84 {
  max-width: 100%;
text-align: center;
}







  #s-dd4e766d-97a5-455f-b014-2a5084675c84 img.shogun-image {
    

    
    
    
  }


#s-dd4e766d-97a5-455f-b014-2a5084675c84 .shogun-image-content {
  
    align-items: center;
  
}

#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb {
  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-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb {
  padding-top: 50%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  line-height: 1em;
  
  
}


@media (min-width: 1200px){#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb .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-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb .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-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 1em;
  
  
}


}@media (max-width: 767px){#s-86fe7cf6-10ae-49e2-84cc-2e5fee109ebb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-3fa3b770-1c3e-4c31-9980-15f476ea2eea {
  text-align: center;
}







  #s-3fa3b770-1c3e-4c31-9980-15f476ea2eea img.shogun-image {
    

    
    
    
  }


#s-3fa3b770-1c3e-4c31-9980-15f476ea2eea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-761a9379-e81f-4b24-a69c-88642504a318"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-761a9379-e81f-4b24-a69c-88642504a318"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-761a9379-e81f-4b24-a69c-88642504a318"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-761a9379-e81f-4b24-a69c-88642504a318"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-fb5b6a9d-5b8f-4abd-80ed-7052d453799f {
  max-width: 100%;
text-align: center;
}







  #s-fb5b6a9d-5b8f-4abd-80ed-7052d453799f img.shogun-image {
    

    
    
    
  }


#s-fb5b6a9d-5b8f-4abd-80ed-7052d453799f .shogun-image-content {
  
    align-items: center;
  
}

#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f {
  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-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f .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-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f .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-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-0db8aa02-0f86-4aa2-8acd-5a51bf377d7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-7fc255d9-8564-4fbd-bc80-44642c7d6ff8 {
  text-align: center;
}







  #s-7fc255d9-8564-4fbd-bc80-44642c7d6ff8 img.shogun-image {
    

    
    
    
  }


#s-7fc255d9-8564-4fbd-bc80-44642c7d6ff8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-78ab9f8e-e7e1-481e-ac1e-e9609c89ad92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-78ab9f8e-e7e1-481e-ac1e-e9609c89ad92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78ab9f8e-e7e1-481e-ac1e-e9609c89ad92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78ab9f8e-e7e1-481e-ac1e-e9609c89ad92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-017f61c1-272b-4c25-ad80-59575c5b4a7b {
  max-width: 100%;
text-align: center;
}







  #s-017f61c1-272b-4c25-ad80-59575c5b4a7b img.shogun-image {
    

    
    
    
  }


#s-017f61c1-272b-4c25-ad80-59575c5b4a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 {
  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-e3092ef7-b617-4685-b8a1-a183ffc28f09 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 .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-e3092ef7-b617-4685-b8a1-a183ffc28f09 .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-e3092ef7-b617-4685-b8a1-a183ffc28f09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-e3092ef7-b617-4685-b8a1-a183ffc28f09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-1eae01c3-739f-436b-995a-49bec10185de {
  text-align: center;
}







  #s-1eae01c3-739f-436b-995a-49bec10185de img.shogun-image {
    

    
    
    
  }


#s-1eae01c3-739f-436b-995a-49bec10185de .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-389f1824-0ed8-44fa-b235-c4a6f0d6292a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-389f1824-0ed8-44fa-b235-c4a6f0d6292a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-389f1824-0ed8-44fa-b235-c4a6f0d6292a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-389f1824-0ed8-44fa-b235-c4a6f0d6292a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f57cb720-ef74-408d-8d56-327c2caeb11a {
  max-width: 100%;
text-align: center;
}
@media (max-width: 767px){#s-f57cb720-ef74-408d-8d56-327c2caeb11a {
  max-width: 100%;
}
}






  #s-f57cb720-ef74-408d-8d56-327c2caeb11a img.shogun-image {
    

    
    
    
  }


#s-f57cb720-ef74-408d-8d56-327c2caeb11a .shogun-image-content {
  
    align-items: center;
  
}

#s-57d18839-c39e-414e-8d98-14da2d16fe76 {
  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-57d18839-c39e-414e-8d98-14da2d16fe76 {
  padding-top: 30%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
min-height: 100%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57d18839-c39e-414e-8d98-14da2d16fe76 {
  padding-top: 51%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 16%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-57d18839-c39e-414e-8d98-14da2d16fe76 {
  padding-top: 57%;
padding-bottom: 0%;
padding-right: 0px;
}
}@media (max-width: 767px){#s-57d18839-c39e-414e-8d98-14da2d16fe76 {
  padding-top: 50%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 9px;
min-height: 100%;
}
}
#s-57d18839-c39e-414e-8d98-14da2d16fe76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.2px;
  
  
  
}


@media (min-width: 1200px){#s-57d18839-c39e-414e-8d98-14da2d16fe76 .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-57d18839-c39e-414e-8d98-14da2d16fe76 .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-57d18839-c39e-414e-8d98-14da2d16fe76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  line-height: 0.5em;
  
  
}


}@media (max-width: 767px){#s-57d18839-c39e-414e-8d98-14da2d16fe76 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}


}
#s-7fbd5b85-6855-4a55-87d8-96140e60fe60 {
  text-align: center;
}







  #s-7fbd5b85-6855-4a55-87d8-96140e60fe60 img.shogun-image {
    

    
    
    
  }


#s-7fbd5b85-6855-4a55-87d8-96140e60fe60 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ae89f87-77b9-4eef-9b99-f4facb41adf7 {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-0ae89f87-77b9-4eef-9b99-f4facb41adf7 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0ae89f87-77b9-4eef-9b99-f4facb41adf7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 {
  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-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 img.shogun-image {
    

    
    
    
  }


#s-81f017ac-77a2-4b1f-a8ae-67dad6a460c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-2639aa85-6f4b-4298-869b-d802f18d7ac9 {
  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-2639aa85-6f4b-4298-869b-d802f18d7ac9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-2639aa85-6f4b-4298-869b-d802f18d7ac9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-2639aa85-6f4b-4298-869b-d802f18d7ac9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-7e0f4037-d42d-49b2-bb1e-75488cbe8f2b {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-7e0f4037-d42d-49b2-bb1e-75488cbe8f2b {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-cadca2c8-5fbc-4c17-951c-6a641c85751e {
  margin-top: 6px;
margin-left: 20px;
margin-bottom: 11px;
margin-right: 20px;
}
@media (max-width: 767px){#s-cadca2c8-5fbc-4c17-951c-6a641c85751e {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cadca2c8-5fbc-4c17-951c-6a641c85751e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-55b13254-3e71-4019-b5ca-3d0899361fd7 {
  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-55b13254-3e71-4019-b5ca-3d0899361fd7 {
  margin-top: 9%;
margin-bottom: 9%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-55b13254-3e71-4019-b5ca-3d0899361fd7 {
  margin-top: 45%;
margin-bottom: 45%;
}
}@media (max-width: 767px){#s-55b13254-3e71-4019-b5ca-3d0899361fd7 {
  margin-left: 45px;
margin-right: 45px;
padding-top: 5px;
padding-bottom: 5px;
}
}






  #s-55b13254-3e71-4019-b5ca-3d0899361fd7 img.shogun-image {
    

    
    
    
  }


#s-55b13254-3e71-4019-b5ca-3d0899361fd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-687ba59c-0c59-49da-8515-610757fd6826 {
  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-687ba59c-0c59-49da-8515-610757fd6826 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 24px;
margin-right: 0px;
}
}
#s-687ba59c-0c59-49da-8515-610757fd6826 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


@media (min-width: 1200px){#s-687ba59c-0c59-49da-8515-610757fd6826 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e1514778-8c17-46f4-a9f6-8199f7b7b547 {
  margin-top: -40px;
margin-left: 28px;
margin-right: 28px;
}
@media (max-width: 767px){#s-e1514778-8c17-46f4-a9f6-8199f7b7b547 {
  margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 10px;
padding-right: 10px;
}
}
#s-d5d818cd-c77e-4620-aa4d-66e11ae97738 {
  text-align: center;
}







  #s-d5d818cd-c77e-4620-aa4d-66e11ae97738 img.shogun-image {
    

    
    
    
  }


#s-d5d818cd-c77e-4620-aa4d-66e11ae97738 .shogun-image-content {
  
    align-items: center;
  
}

#s-e20eb527-2784-4200-8326-61c8d359bfc9 {
  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-e20eb527-2784-4200-8326-61c8d359bfc9 {
  padding-left: 8px;
padding-right: 8px;
}
}






  #s-e20eb527-2784-4200-8326-61c8d359bfc9 img.shogun-image {
    

    
    
    
  }


#s-e20eb527-2784-4200-8326-61c8d359bfc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8604a10-98a1-48a4-9aa5-34f6be8edea4 {
  padding-left: 100px;
padding-right: 100px;
text-align: center;
}
@media (max-width: 767px){#s-a8604a10-98a1-48a4-9aa5-34f6be8edea4 {
  padding-left: 0px;
padding-right: 0px;
}
}






  #s-a8604a10-98a1-48a4-9aa5-34f6be8edea4 img.shogun-image {
    

    
    
    
  }


#s-a8604a10-98a1-48a4-9aa5-34f6be8edea4 .shogun-image-content {
  
    align-items: center;
  
}

#s-769dd2da-9b80-412c-829e-cfa7876d8184 {
  text-align: center;
}







  #s-769dd2da-9b80-412c-829e-cfa7876d8184 img.shogun-image {
    

    
    
    
  }


#s-769dd2da-9b80-412c-829e-cfa7876d8184 .shogun-image-content {
  
    align-items: center;
  
}

#s-01bda135-3e3a-4c52-b35f-963a7f306ee5 {
  padding-left: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-01bda135-3e3a-4c52-b35f-963a7f306ee5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-01bda135-3e3a-4c52-b35f-963a7f306ee5 {
  
}
}@media (max-width: 767px){#s-01bda135-3e3a-4c52-b35f-963a7f306ee5 {
  padding-left: 2%;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-01bda135-3e3a-4c52-b35f-963a7f306ee5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01bda135-3e3a-4c52-b35f-963a7f306ee5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-01bda135-3e3a-4c52-b35f-963a7f306ee5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-01bda135-3e3a-4c52-b35f-963a7f306ee5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-64d747ae-6949-4474-8d08-999e7a8bad92 {
  text-align: center;
}
@media (max-width: 767px){#s-64d747ae-6949-4474-8d08-999e7a8bad92 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-64d747ae-6949-4474-8d08-999e7a8bad92 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3fc78ff-e3f9-484b-a043-460547552171 {
  text-align: center;
}
@media (max-width: 767px){#s-f3fc78ff-e3f9-484b-a043-460547552171 {
  margin-left: 40px;
margin-right: 40px;
}
}







#s-f3fc78ff-e3f9-484b-a043-460547552171 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ff615fe-374e-4265-ad06-937f564b9f8f {
  min-height: 50px;
}








#s-4ff615fe-374e-4265-ad06-937f564b9f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ff615fe-374e-4265-ad06-937f564b9f8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f11c798f-6bfc-409a-afb1-8da40c245903 {
  text-align: center;
background-color: rgba(247, 245, 239, 1);
}







  #s-f11c798f-6bfc-409a-afb1-8da40c245903 img.shogun-image {
    

    
    
    
  }


#s-f11c798f-6bfc-409a-afb1-8da40c245903 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ef008e3-8086-421c-94c5-a1bb56149c84 {
  padding-top: 70px;
text-align: center;
}
@media (max-width: 767px){#s-5ef008e3-8086-421c-94c5-a1bb56149c84 {
  padding-top: 16px;
}
}
#s-5ef008e3-8086-421c-94c5-a1bb56149c84 .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-5ef008e3-8086-421c-94c5-a1bb56149c84 .shogun-heading-component h3 {
  color: #000;
  font-weight:  700 ;
  font-family: "Noto Sans TC";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 2px;
  
}


}
#s-08bec176-6f01-4eb1-8523-c39daeac1585 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-08bec176-6f01-4eb1-8523-c39daeac1585 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08bec176-6f01-4eb1-8523-c39daeac1585.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55896d65-70d8-4d35-99db-c6911d1ea829 {
  text-align: center;
}







  #s-55896d65-70d8-4d35-99db-c6911d1ea829 img.shogun-image {
    

    
    
    
  }


#s-55896d65-70d8-4d35-99db-c6911d1ea829 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eb95a62-e25c-42f1-9359-7e6e432439bb {
  margin-left: 90px;
margin-right: 90px;
}
@media (max-width: 767px){#s-4eb95a62-e25c-42f1-9359-7e6e432439bb {
  margin-left: 40px;
margin-right: 40px;
}
}
#s-9758bcbd-12c8-4da5-a23f-bea2d4b91f77 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-9758bcbd-12c8-4da5-a23f-bea2d4b91f77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9758bcbd-12c8-4da5-a23f-bea2d4b91f77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9d4f440-e20b-485d-ae49-90a4c805f986 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
text-align: center;
}







  #s-f9d4f440-e20b-485d-ae49-90a4c805f986 img.shogun-image {
    

    
    
    
  }


#s-f9d4f440-e20b-485d-ae49-90a4c805f986 .shogun-image-content {
  
    align-items: center;
  
}

#s-911a63a7-68a0-49ab-a6e5-9de36b667b31 {
  margin-top: 14px;
text-align: center;
}







  #s-911a63a7-68a0-49ab-a6e5-9de36b667b31 img.shogun-image {
    

    
    
    
  }


#s-911a63a7-68a0-49ab-a6e5-9de36b667b31 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7cfdf3e-bfe2-494e-982a-9b6646edae0c {
  margin-top: 10px;
margin-bottom: -30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d7cfdf3e-bfe2-494e-982a-9b6646edae0c {
  margin-top: 0px;
margin-bottom: -20px;
}
}
#s-d7cfdf3e-bfe2-494e-982a-9b6646edae0c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-d7cfdf3e-bfe2-494e-982a-9b6646edae0c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


}
#s-4c2f333e-6227-419a-993a-1dcae82478af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4c2f333e-6227-419a-993a-1dcae82478af {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4c2f333e-6227-419a-993a-1dcae82478af .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-4c2f333e-6227-419a-993a-1dcae82478af .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: center;
}


}
#s-e005aedb-8d44-41c1-89f8-c6241825597b {
  text-align: center;
}







  #s-e005aedb-8d44-41c1-89f8-c6241825597b img.shogun-image {
    

    
    
    
  }


#s-e005aedb-8d44-41c1-89f8-c6241825597b .shogun-image-content {
  
    align-items: center;
  
}

#s-812cb2ae-529f-4ad9-bf4a-99a434d311ae {
  min-height: 50px;
}








#s-812cb2ae-529f-4ad9-bf4a-99a434d311ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812cb2ae-529f-4ad9-bf4a-99a434d311ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3582ede6-8a5b-4705-9f01-4dce859e7802 {
  text-align: center;
}







  #s-3582ede6-8a5b-4705-9f01-4dce859e7802 img.shogun-image {
    

    
    
    
  }


#s-3582ede6-8a5b-4705-9f01-4dce859e7802 .shogun-image-content {
  
    align-items: center;
  
}

#s-f967a8af-3f82-4c21-bf94-a99f3cf569a8 {
  min-height: 50px;
background-color: rgba(247, 245, 239, 1);
}








#s-f967a8af-3f82-4c21-bf94-a99f3cf569a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f967a8af-3f82-4c21-bf94-a99f3cf569a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f094779-8a8d-44be-b50c-eef8bd69e1d6 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}

#s-9f094779-8a8d-44be-b50c-eef8bd69e1d6 .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-9f094779-8a8d-44be-b50c-eef8bd69e1d6 .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-f65c53f0-3e92-4360-a461-a45beb193e2a {
  text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f65c53f0-3e92-4360-a461-a45beb193e2a img.shogun-image {
    

    
    
    
  }


#s-f65c53f0-3e92-4360-a461-a45beb193e2a .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}
