<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
.design_ba-002 {
  padding: 64px 0;
}
.design_ba-002 .contentBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ba-002 .contentBox &gt; .leftBox {
  width: 25%;
}
.design_ba-002 .contentBox &gt; .rightBox {
  width: 75%;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  .design_ba-002 .contentBox &gt; .leftBox {
    width: 100%;
  }
  .design_ba-002 .contentBox &gt; .rightBox {
    width: 100%;
    padding-left: 0px;
  }
}
.design_ba-002 .topBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 10px;
}
.design_ba-002 .topBox .titleBox {
  text-align: left;
  width: 200px;
}
.design_ba-002 .topBox .titleBox .titleTw {
  font-size: 32px;
  font-weight: bold;
}
.design_ba-002 .topBox .bread {
  margin: 0;
  padding: 20px 0 32px;
  border: none;
  max-width: calc(100% - 200px);
}
.design_ba-002 .topBox .bread .wrap {
  padding: 0;
  -ms-flex-pack: end;
      justify-content: end;
}
.design_ba-002 .topBox .bread .wrap a {
  line-height: 1.4;
}
.design_ba-002 .topBox .bread .wrap img {
  opacity: 0.5;
  width: 15px;
}
@media (min-width: 1201px) {
  .design_ba-002 .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  .design_ba-002 .classBoxColumn {
    border-top: 2px solid #393939;
  }
  .design_ba-002 .classBoxColumn .classLink {
    border-bottom: 1px solid #ccc;
  }
  .design_ba-002 .classBoxColumn .classLink a {
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
    position: relative;
    color: #393939;
    letter-spacing: 0;
    font-weight: 600;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: rgba(0, 0, 0, 0);
  }
  .design_ba-002 .classBoxColumn .classLink a::before {
    content: "";
    display: block;
    width: 5px;
    height: 17px;
    background-color: #f1f1f1;
    margin-right: 15px;
    transition: all 0.5s;
  }
  .design_ba-002 .classBoxColumn .classLink a.current::before {
    background-color: #393939;
  }
}
@media (min-width: 1024px) and (min-width: 1201px) {
  .design_ba-002 .classBoxColumn .classLink a:hover::before {
    background-color: #393939;
  }
}
.design_ba-002 .textEditor {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.design_ba-002 .textEditor .left {
  width: 57%;
  padding-right: 40px;
}
@media (max-width: 1023px) {
  .design_ba-002 .textEditor .left {
    width: 100%;
    padding-right: 0;
  }
}
.design_ba-002 .textEditor .left .text {
  margin-bottom: 40px;
  font-size: 14px;
}
.design_ba-002 .textEditor .right {
  width: 43%;
}
@media (max-width: 1023px) {
  .design_ba-002 .textEditor .right {
    width: 100%;
  }
}</pre></body></html>