.bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #4d4d4d;
    -webkit-transform: translateX(-102%);
            transform: translateX(-102%);
  }
  
  .bar-container {
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    height: 4px;
    top: 24px;
    right: -30px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow: hidden;
  }
  
  .bar-container .bar {
    top: 0;
    height: 100%;
    margin: auto;
    background-color: #fc5c00;
  }
  
  @media screen and (max-width: 768px) {
    .bar-container {
      top: 12px;
      right: 0;
      width: calc(50vw - 20px);
      -webkit-transform: none;
              transform: none;
    }
  }
  
  .about-history footer {
    position: relative;
    z-index: 100;
  }
  
  .section-about-history-intro {
    margin: 0 !important;
    z-index: 10;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-intro {
      padding: 0;
    }
  }
  
  .section-about-history-intro .text-group,
  .section-about-history-intro h1.text-title {
    color: #000 !important;
  }
  
  .is-dark .section-about-history-intro .text-group, .is-dark
  .section-about-history-intro h1.text-title {
    color: #fff !important;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-intro .text-group.text-group,
    .section-about-history-intro h1.text-title.text-group {
      width: 100%;
      margin: 120px auto 0;
    }
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-intro .text-group,
    .section-about-history-intro h1.text-title {
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
    }
    .section-about-history-intro .text-group.text-title,
    .section-about-history-intro h1.text-title.text-title {
      padding: 0 20px 30px;
    }
  }
  
  .section-about-history-intro h3.text-title {
    margin: 58px 0 38px !important;
    font-size: 24px !important;
    line-height: 40px !important;
    letter-spacing: -0.06em !important;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-intro h3.text-title {
      margin: 120px 0 60px !important;
      padding: 0 20px !important;
    }
  }
  
  .section-about-history-intro .text-desc {
    width: 20vw;
    color: #585858 !important;
    font-size: 16px;
    line-height: 2;
  }
  
  .is-dark .section-about-history-intro .text-desc {
    color: #999 !important;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-intro .text-desc {
      color: #808080 !important;
      font-size: 14px !important;
      line-height: 2 !important;
      letter-spacing: -0.02em !important;
    }
    .section-about-history-intro .text-desc .d-list {
      padding-right: 20px;
    }
    .is-dark .section-about-history-intro .text-desc {
      color: #999 !important;
    }
  }
  
  .section-about-history-content {
    width: calc(10vw * 6);
    float: right;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content {
      width: 100%;
      margin: 0 auto;
      padding: 0;
    }
  }
  
  .section-about-history-content .history-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content .history-container {
      width: 100%;
      padding: 250px 0 0;
      margin-bottom: 140px;
    }
  }
  
  .section-about-history-content .history-year {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
  }
  
  .section-about-history-content .history-year .year-count {
    position: relative;
    width: 20vw;
    padding: 0 30px;
    margin: 0;
    font-weight: 500;
    font-size: 90px;
    letter-spacing: -0.02em;
    line-height: 0.5;
    white-space: nowrap;
  }
  
  .is-dark .section-about-history-content .history-year .year-count {
    color: #fff;
  }
  
  @media screen and (max-width: 1440px) {
    .section-about-history-content .history-year .year-count {
      font-size: 72px;
    }
  }
  
  @media screen and (max-width: 1080px) {
    .section-about-history-content .history-year .year-count {
      font-size: 54px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content .history-year .year-count {
      width: 100%;
      padding: 0;
    }
  }
  
  .section-about-history-content .history-year .year-count .bar {
    top: 50%;
    opacity: 0;
  }
  
  .section-about-history-content .history-year .line {
    position: absolute;
    right: 0;
    width: 20vw;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content .history-year {
      top: 250px;
      left: 20px;
      width: calc(100% - 40px);
    }
  }
  
  .section-about-history-content .history-content {
    width: 35vw;
    padding: 0 30px 25vh;
    /* margin: 20px auto; */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    color: #585858;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content .history-content {
      width: 50%;
      margin: 0 0 0 auto;
      padding: 0 20px 0 0;
    }
  }
  
  .section-about-history-content .history-content .content {
    position: relative;
    padding-top: 2px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  .section-about-history-content .history-content ul {
    padding: 56px 0;
    margin: 0;
  }
  
  .section-about-history-content .history-content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px 0;
    color: inherit;
    font-size: 16px;
    letter-spacing: -0.06em;
    line-height: 2;
    word-break: break-all;
  }
  
  @media screen and (max-width: 768px) {
    .section-about-history-content .history-content li {
      width: 100%;
      padding: 10px 0;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: -0.02em;
    }
  }
  
  .fixed-blur {
    position: fixed;
    bottom: 0;
    width: 20vw;
    right: calc(10vw * 3);
    height: 320px;
    background-image: url(../assets/images/about/about_blur.png);
    background-size: cover;
    background-repeat: repeat-x;
    -webkit-transform: rotate(180deg) translateX(-1px);
            transform: rotate(180deg) translateX(-1px);
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  
  .is-dark .fixed-blur {
    background-image: url(../assets/images/about/about_blur-dark.png);
  }
  
  @media screen and (max-width: 768px) {
    .fixed-blur {
      width: calc(50vw - 18px);
      height: 260px;
      right: 20px;
    }
  }
  
  .fixed-blur.fixed-top {
    bottom: auto;
    top: 0;
    right: auto;
    left: calc(10vw * 5);
    -webkit-transform: translateX(-1px);
            transform: translateX(-1px);
  }
  
  .history-lnb {
    z-index: 1000;
  }
  
  @media screen and (max-width: 768px) {
    .history-lnb {
      overflow-x: auto;
      pointer-events: auto;
    }
    .history-lnb ul {
      min-width: -webkit-max-content;
      min-width: -moz-max-content;
      min-width: max-content;
    }
  }
  
  .history-mask-image {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 5%;
    left: 0;
    width: calc(10vw * 6.5);
    height: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
    pointer-events: none;
    z-index: 10;
  }
  
  @media screen and (max-width: 768px) {
    .history-mask-image {
      display: none;
    }
  }
  
  .history-mask-image div {
    position: relative;
    margin: 0 0 0 auto;
  }
  
  .history-mask-image div:nth-of-type(2n) {
    margin: 0 auto 0 0;
  }
  
  .history-mask-image .image-horizon {
    width: 22%;
    min-width: 130px;
  }
  
  .history-mask-image .image-vertical {
    width: 25%;
    min-width: 150px;
  }
  
  .history-mask-image img {
    width: 100%;
  }
  
  .history-mask-image .image-container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  
  .history-mask-image .image-container > img {
    width: 100%;
  }
  
  .history-mask-image .image-transform {
    position: absolute;
    width: 80%;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translate(30%, 70%);
            transform: translate(30%, 70%);
  }
  
  .history-mask-image .image-transform img {
    padding: 0;
  }
  
  @media screen and (max-width: 768px) {
    .fixed-lnb {
      z-index: 1000 !important;
    }
  }
  
  # sourceMappingURL=styles_about_history.css.map