<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#s09 {
  background: var(--section-background) !important;
}
#s09 .content {
  padding: 110px 15px !important;
  background-color: transparent !important;
}
#s09 .section-title {
  align-items: flex-start;
}
#s09 .section-title .section-bar {
  width: 100%;
}
#s09 .blogs {
  margin-top: 5px;
}
#s09 .i-blog {
  padding: 45px 16px;
  border-bottom: 1px solid #e5e5e5;
}
#s09 .i-blog.inactive {
  display: none;
}
#s09 .i-blog.two-row .cont-body {
  overflow: hidden;

  height: 20px;
  padding-right: 46px;

  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
#s09 .i-blog .item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#s09 .i-blog .item .thumb {
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f0f3f4;
}

#s09 .i-blog .item .cont {
  flex: 1;
  padding: 4px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#s09 .i-blog .item .cont .cont-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
}
#s09 .i-blog .item .cont .cont-head .tit {
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}
#s09 .i-blog .item .cont .cont-head .tit:hover {
  color: #5cb0ff;
}
#s09 .i-blog .item .cont .cont-head .date {
  margin-left: auto;
  color: rgb(145, 145, 145);
  font-size: 12px;
  width: 65px;
  text-align: right;
}

#s09 .i-blog .item .cont .cont-tag {
  margin-top: 8px;
  font-size: 12px;
  color: rgb(163, 163, 163);
}
#s09 .i-blog .item .cont .cont-tag span {
  width: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background: #1dc801;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 4px;
  margin-top: -4px;

  vertical-align: middle;
}
#s09 .i-blog .item .cont .cont-body {
  position: relative;
  font-size: 15px;
  color: #333333;
  margin: 20px 0;
  width: 100%;
}
#s09 .i-blog .item .cont .cont-body .more-txt {
  position: absolute;
  bottom: -1px;
  right: 14px;
  font-size: 12px;
  color: #c3c3c3;
  letter-spacing: -0.05em;
  cursor: pointer;
}

#s09 .i-blog-m {
  display: none;
  padding: 15px 0px;
  background: #fafafa;
  border-bottom: 1px solid #e5e5e5;
}
#s09 .i-blog-m.inactive {
  display: none;
}
#s09 .i-blog-m.two-row .cont-body {
  overflow: hidden;

  height: 42px;
  padding-right: 26px;

  /* text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
}
#s09 .i-blog-m .item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#s09 .i-blog-m .item .thumb {
  position: relative;
  width: 100px;
  height: 126px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  /* background-color: #f0f3f4; */
}
#s09 .i-blog-m .item .thumb .date {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  /* background: red; */
  /* margin-left: auto; */
  color: rgb(145, 145, 145);
  font-size: 12px;
  text-align: right;
}

#s09 .i-blog-m .item .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-right: 10px;
}

#s09 .i-blog-m .item .cont .tit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
}

#s09 .i-blog-m .item .cont .cont-tag {
  font-size: 12px;
  color: rgb(163, 163, 163);
}
#s09 .i-blog-m .item .cont .cont-tag span {
  width: 15px;
  height: 15px;
  font-size: 12px;
  font-weight: 900;
  color: white;
  background: #1dc801;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-right: 4px;
  margin-top: -4px;

  vertical-align: middle;
}
#s09 .i-blog-m .item .cont .cont-body {
  position: relative;
  font-size: 14px;
  color: rgb(85, 85, 85);
  margin: 10px 0;
  width: 100%;
}
#s09 .i-blog-m .item .cont .cont-body .more-txt {
  position: absolute;
  bottom: -1px;
  right: 14px;
  font-size: 12px;
  color: #c3c3c3;
  letter-spacing: -0.05em;
  cursor: pointer;
}

/*******************************/
/* ë°˜ì‘í˜• */
/*******************************/

/* ëª¨ë°”ì¼ */
@media screen and (max-width: 450px) {
  #s09 .content {
    padding: 70px 15px !important;
  }
  #s09 .blogs {
    margin-top: 23px;
  }
  #s09 .i-blog {
    display: none;
  }
  #s09 .i-blog-m {
    display: block;
  }
  /* #s09 .i-blog .item .thumb {
    display: none;
    width: 70px;
    height: 70px;
  }
  #s09 .i-blog .item .cont {
    padding: 0;
  }
  #s09 .i-blog .item .cont .cont-head {
    flex-direction: column;
    align-items: flex-start;
  }
  #s09 .i-blog .item .cont .cont-head .tit {
    font-size: 15px;
  }
  #s09 .i-blog .item .cont .cont-head .date {
    margin-left: 0px;
  } */
}
/* í…Œë¸”ë¦¿ */
@media screen and (min-width: 451px) and (max-width: 1023px) {
}
/* PC */
@media screen and (min-width: 1024px) {
}
</pre></body></html>