.crumbs {
  padding: 0 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 70px;
  border-bottom: 1px solid #F0F0F0;
  z-index: 99;
  background: #FFFFFF; }
  .crumbs .l a {
    display: block; }
    .crumbs .l a h1 {
      color: #5B637C;
      font-size: 20px;
      font-weight: 700;
      line-height: 50px;
      transition: 0.6s; }
    .crumbs .l a:hover h1 {
      color: #DC755A; }
  .crumbs .r {
    display: flex;
    gap: 36px; }
    .crumbs .r a {
      display: block;
      color: #555;
      font-size: 14px;
      font-weight: 500;
      line-height: 50px;
      transition: 0.6s;
      position: relative; }
      .crumbs .r a:after {
        content: "";
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -1px;
        left: 0;
        background: #DC755A;
        transform: scaleX(0);
        transition: 0.6s; }
      .crumbs .r a:hover, .crumbs .r a.on {
        color: #DC755A; }
        .crumbs .r a:hover:after, .crumbs .r a.on:after {
          transform: scaleX(1); }

.header {
  border-bottom: 1px solid #F0F0F0; }

.section {
  overflow: unset; }
  .section .wrap {
    padding: 183px 0 267px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .section .wrap .l_box {
      width: 552px;
      position: sticky;
      top: 100px;
      padding: 0 0 60px; }
      .section .wrap .l_box .date {
        font-family: 'Resource Han Rounded CN Normal';
        color: #000;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 18px; }
      .section .wrap .l_box .title {
        color: #111;
        text-align: justify;
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 14px; }
      .section .wrap .l_box .label {
        font-family: 'Resource Han Rounded CN Normal';
        color: #111;
        font-size: 16px;
        font-weight: 400; }
      .section .wrap .l_box .line {
        width: 100%;
        height: 1px;
        background: #D9D9D9;
        margin: 36px 0; }
      .section .wrap .l_box .shares {
        display: flex;
        align-items: center;
        gap: 31px; }
        .section .wrap .l_box .shares .icon {
          display: block;
          width: 24px; }
          .section .wrap .l_box .shares .icon svg {
            display: block;
            width: 100%;
            height: unset; }
            .section .wrap .l_box .shares .icon svg path {
              transition: 0.6s; }
          .section .wrap .l_box .shares .icon:hover svg path {
            fill: #DC755A; }
    .section .wrap .r_box {
      width: 1000px;
      color: #333;
      text-align: justify;
      font-size: 16px;
      font-weight: 400;
      line-height: 2;
      padding: 39px 0 0; }
      .section .wrap .r_box * {
        font-family: 'Resource Han Rounded CN Normal'; }
      .section .wrap .r_box h3 {
        font-size: 24px;
        font-weight: 400; }
      .section .wrap .r_box img {
        height: unset !important; }

.crumbs {
  transition: 0.6s; }
  .crumbs.hide {
    transform: translateY(-69px); }

@media screen and (max-width: 1919px) {
  .crumbs {
    padding: 0px 6.25vw;
    top: 3.6458333333vw; }

  .crumbs .l a h1 {
    font-size: 1.0416666667vw;
    line-height: 2.6041666667vw; }

  .crumbs .r {
    gap: 1.875vw; }

  .crumbs .r a {
    font-size: 0.7291666667vw;
    line-height: 2.6041666667vw; }

  .crumbs .r a::after {
    height: 0.1041666667vw; }

  .section .wrap {
    padding: 9.53125vw 0px 13.90625vw; }

  .section .wrap .l_box {
    width: 28.75vw;
    top: 5.2083333333vw;
    padding: 0px 0px 3.125vw; }

  .section .wrap .l_box .date {
    font-size: 0.8333333333vw;
    margin-bottom: 0.9375vw; }

  .section .wrap .l_box .title {
    font-size: 1.875vw;
    margin-bottom: 0.7291666667vw; }

  .section .wrap .l_box .label {
    font-size: 0.8333333333vw; }

  .section .wrap .l_box .line {
    margin: 1.875vw 0px; }

  .section .wrap .l_box .shares {
    gap: 1.6145833333vw; }

  .section .wrap .l_box .shares .icon {
    width: 1.25vw; }

  .section .wrap .r_box {
    width: 52.0833333333vw;
    font-size: 0.8333333333vw;
    padding: 2.03125vw 0px 0px; }

  .section .wrap .r_box h3 {
    font-size: 1.25vw; }

  .crumbs.hide {
    transform: translateY(-3.59375vw); } }
@media screen and (max-width: 768px) {
  .crumbs {
    top: 50px;
    transform: unset !important;
    padding: 0 20px; }
    .crumbs .l a h1 {
      font-size: 13px;
      line-height: 36px; }
    .crumbs .r {
      gap: 10px; }
      .crumbs .r a {
        font-size: 12px;
        line-height: 36px; }

  .section {
    padding: 70px 0 60px; }
    .section .wrap {
      padding: 0;
      display: block; }
      .section .wrap .l_box {
        width: 100%;
        position: unset;
        padding: 0 0 25px; }
        .section .wrap .l_box .date {
          font-size: 13px;
          margin-bottom: 10px; }
        .section .wrap .l_box .title {
          font-size: 20px;
          margin-bottom: 12px; }
        .section .wrap .l_box .label {
          font-size: 13px; }
        .section .wrap .l_box .line {
          margin: 10px 0 15px; }
        .section .wrap .l_box .shares {
          gap: 8px; }
          .section .wrap .l_box .shares .icon {
            width: 14px; }
      .section .wrap .r_box {
        width: 100%;
        padding: 10px 0 0;
        font-size: 13px; }
        .section .wrap .r_box h3 {
          font-size: 15px; } }
