/* 
  盡量勿動此 css
 */

/*org*/
.section--org {
  color: #333333;
  padding: 2rem 0 5rem;
  background-color: #ffffff; }

.section--org .title {
  color: #eeeeee;
  margin: 1rem 0 .6rem; }

.section--org .org__logobox {
  margin-top: 10px;
  padding: 15px;
  text-align: center; }

.section--org .org__logobox a {
  cursor: pointer;
  display: block;
  margin: 3px; }
  .section--org .org__logobox a:hover, .section--org .org__logobox a:focus {
    box-shadow: 0 2px 5px #aaa; }

.section--org .org__logobox img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 10px;
  background-color: #fff; }

.section--org .org__logobox .org__title {
  font-size: 28px;
  text-align: center;
  color: #057290;
  margin: 2% 0;
  position: relative;
  /* border-top: 3px dotted #d4fcff; */
  padding-top: 10px; }

.section--org .org__logobox .org__title:before {
  content: '';
  background-image: url('https://ithelp.ithome.com.tw/static/2021ironman/images/deco-title.png');
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: calc(50% - 50px); }

.section--org .org h3 {
  color: #333333; }

.section--org .org__logobox .logo-word {
  max-width: 300px;
  width: 100%;
  line-height: 1.4;
  color: #00676d;
  text-align: center;
  padding: 30px 0;
  margin: auto; }

@media (min-width: 768px) {
  .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .flex-center {
    justify-content: center; } }

/*# sourceMappingURL=logowall.css.map */
