._brand .titleVisual {
    display: flex;
    align-items: flex-end;
  }
  ._brand .titleVisual h3 {
    font-family: 'Mont-Heavy';
    font-size: 140px;
    color: #ff5400;
    margin-right: 1.0714285714em;
    line-height: 0.95;
  }
  ._brand .titleVisual p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.5;
    word-break: keep-all;
    color: #4b4b4b;
  }
  @media screen and (max-width: 1440px) {
    ._brand .titleVisual h3 {
      font-size: 120px;
    }
    ._brand .titleVisual p {
        font-size: 20px;
      }
  }

  @media screen and (max-width: 1180px) {
    ._brand .titleVisual p {
      font-size: 16px;
    }
  }


  @media screen and (max-width: 1280px) {
    ._brand .titleVisual h3 {
      font-size: 100px;
    }
  }

  @media (orientation: landscape) and (min-width: 1441px) and (max-width: 1909px){
    ._brand .titleVisual p {
        font-size: 16px;
    }
  }

  @media screen and (max-width: 1024px) {
    ._brand .titleVisual h3 {
      font-size: 80px;
      line-height: 1;
    }
    ._brand .titleVisual p {
      font-size: 16px;
      line-height: 1.57;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand .titleVisual {
      flex-direction: column;
      align-items: flex-start;
    }
    ._brand .titleVisual p {
      margin-top: 1.6666666667em;
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand .titleVisual p {
      font-size: 14px;
    }
  }
  ._brand.story .secTitle h4 {
    font-size: 68px;
    line-height: 1.1176470588;
    font-family: 'Mont-Heavy';
    margin-bottom: 0.8823529412em;
  }
  @media screen and (max-width: 1024px) {
    ._brand.story .secTitle h4 {
      font-size: 50px;
      text-align: center;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand.story .secTitle h4 {
      font-size: 40px;
      text-align: center;
      line-height: 1.2222222222;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.story .secTitle h4 {
      font-size: 36px;
      text-align: center;
    }
  }
  ._brand.story .s1 {
    padding-top: 80px;
  }
  ._brand.story .s1 .storyWrap .s_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 120px;
  }
  ._brand.story .s1 .storyWrap .s_box .txt {
    display: flex;
    flex-direction: column;
  }
  ._brand.story .s1 .storyWrap .s_box .txt b {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1666666667;
    letter-spacing: -0.01em;
    margin-bottom: 0.6666666667em;
  }
  ._brand.story .s1 .storyWrap .s_box .txt p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #4b4b4b;
    line-height: 1.4166666667;
  }
  ._brand.story .s1 .storyWrap .s_box .imgbox {
    width: 740px;
    margin-left: 5.3125%;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 16px;
  }
  ._brand.story .s1 .storyWrap .s_box:nth-child(2n) {
    flex-direction: row-reverse;
  }
  ._brand.story .s1 .storyWrap .s_box:nth-child(2n) .imgbox {
    margin-left: 0;
    margin-right: 5.3125%;
  }
  ._brand.story .s1 .bottomVisual {
    margin-top: 120px;
  }
  ._brand.story .s1 .bottomVisual .imgbox {
    width: 100%;
    overflow: hidden;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._brand.story .s1 .bottomVisual .txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    text-align: center;
  }
  ._brand.story .s1 .bottomVisual .txt b {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -0.01em;
    margin-bottom: 0.3333333333em;
    line-height: 1.1666666667;
  }
  ._brand.story .s1 .bottomVisual .txt b .rebr {
    display: none;
  }
  ._brand.story .s1 .bottomVisual .txt p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #4b4b4b;
    line-height: 1.4166666667;
  }
  ._brand.story .s1 .s1_endVisual {
    position: relative;
    margin-top: 160px;
  }
  ._brand.story .s1 .s1_endVisual .imgbox {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  ._brand.story .s1 .s1_endVisual .imgbox img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  ._brand.story .s1 .s1_endVisual .imgbox::after {
    content: '';
    display: block;
    padding-top: 27%;
    background: #000;
    opacity: 0.2;
  }
  ._brand.story .s1 .s1_endVisual .txt {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  ._brand.story .s1 .s1_endVisual .txt b {
    font-family: 'Mont-Heavy';
    font-size: 68px;
    line-height: 1.1176470588;
    margin-bottom: 0.1764705882em;
  }
  ._brand.story .s1 .s1_endVisual .txt b br.mob{ display: none; }
  ._brand.story .s1 .s1_endVisual .txt span {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.25;
  }
  @media screen and (max-width: 1440px) {
    ._brand.story .s1 .storyWrap .s_box .txt b {
      font-size: 50px;
    }
    ._brand.story .s1 .storyWrap .s_box .txt p {
      font-size: 20px;
    }
    ._brand.story .s1 .storyWrap .s_box .imgbox {
      width: 700px;
    }
    ._brand.story .s1 .bottomVisual .txt p{ font-size: 20px; }
  }


  @media screen and (max-width: 1180px){
    ._brand.story .s1 .storyWrap .s_box .txt p{ font-size: 16px; }
    ._brand.story .s1 .bottomVisual .txt p{ font-size: 16px; }
  }

  @media (orientation: landscape) and (min-width: 1441px) and (max-width: 1909px){
    ._brand.story .s1 .storyWrap .s_box .txt p {
        font-size: 16px; line-height: 1.5;
      }

      ._brand.story .s1 .bottomVisual .txt p{ font-size: 16px; }
  }

  @media screen and (max-width: 1280px) {
    ._brand.story .s1 .storyWrap .s_box .txt b {
      font-size: 40px;
    }
    /* ._brand.story .s1 .storyWrap .s_box .txt p {
      font-size: 18px;
    } */
    ._brand.story .s1 .storyWrap .s_box .imgbox {
      width: 54.6875%;
    }
  }

  
  @media screen and (max-width: 1024px) {
    /* ._brand.story .s1 .storyWrap .s_box .txt b {
      font-size: 36px;
    } */
    ._brand.story .s1 .s1_endVisual .txt span{ font-size: 24px; }
    ._brand.story .s1 .storyWrap .s_box .txt p {
      font-size: 16px;
      line-height: 1.57;
    }
    ._brand.story .s1 .storyWrap .s_box .imgbox {
      width: 46.875%;
    }
    ._brand.story .s1 .bottomVisual .txt p{ font-size: 16px; }
    ._brand.story .s1 .bottomVisual .txt b {
      font-size: 40px;
    }
    
    ._brand.story .s1 .s1_endVisual .txt b {
      font-size: 50px;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand.story .s1 {
      padding-top: 30px;
    }
    ._brand.story .s1 .storyWrap .s_box {
      flex-direction: column-reverse;
      align-items: flex-start;
      margin-top: 60px;
    }
    ._brand.story .s1 .storyWrap .s_box .txt b {
      font-size: 32px;
      line-height: 1.25;
    }
    ._brand.story .s1 .s1_endVisual .txt b br.mob{ display: block; }
    ._brand.story .s1 .storyWrap .s_box .txt p {
      font-size: 14px;
    }
    ._brand.story .s1 .storyWrap .s_box .txt p br {
      display: none;
    }
    ._brand.story .s1 .storyWrap .s_box .imgbox {
      width: 100%;
      margin-left: 0;
      margin-bottom: 24px;
      align-self: center;
    }
    ._brand.story .s1 .storyWrap .s_box:nth-child(2n) {
      flex-direction: column-reverse;
    }
    ._brand.story .s1 .storyWrap .s_box:nth-child(2n) .imgbox {
      margin-right: 0;
    }
    ._brand.story .s1 .bottomVisual {
      margin-top: 60px;
    }
    ._brand.story .s1 .bottomVisual .imgbox img {
      max-width: 132.3529411765%;
    }
    ._brand.story .s1 .bottomVisual .txt {
      text-align: left;
      align-items: flex-start;
      margin-top: 24px;
    }
    ._brand.story .s1 .bottomVisual .txt b {
      font-size: 32px;
      line-height: 1.25;
      margin-bottom: 0.6666666667em;
    }
    ._brand.story .s1 .bottomVisual .txt b .rebr {
      display: block;
    }
    ._brand.story .s1 .bottomVisual .txt p {
      font-size: 14px;
      text-shadow: none;
      line-height: 1.57;
    }
    ._brand.story .s1 .bottomVisual .txt p br {
      display: none;
    }
    ._brand.story .s1 .s1_endVisual {
      margin-top: 80px;
    }
    ._brand.story .s1 .s1_endVisual .imgbox::after {
      padding-top: 50%;
    }
    ._brand.story .s1 .s1_endVisual .txt b {
      font-size: 36px;
      margin-bottom: 8px;
    }
    ._brand.story .s1 .s1_endVisual .txt span {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.story .s1 .storyWrap .s_box .txt b {
      font-size: 32px;
      line-height: 1.25;
    }
    ._brand.story .s1 .storyWrap .s_box .txt p {
      font-size: 14px;
    }
    ._brand.story .s1 .bottomVisual .txt b {
      font-size: 32px;
    }
    ._brand.story .s1 .bottomVisual .txt p {
      font-size: 14px;
      
    }
    ._brand.story .s1 .s1_endVisual .imgbox::after {
      padding-top: 76%;
    }
  }
  ._brand.story .s2 {
    margin-top: 160px;
  }
  ._brand.story .s2 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ._brand.story .s2 .cont .block {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 36px 0;
    border-top: 1px solid #000;
  }
  ._brand.story .s2 .cont .block + .block {
    margin-top: 15px;
  }
  ._brand.story .s2 .cont .block .h span {
    font-family: 'Mont-Heavy';
    font-size: 40px;
    line-height: 1.2em;
  }
  ._brand.story .s2 .cont .block .d {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3125;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ._brand.story .s2 .cont .block .before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 200px;
    font-family: 'Mont-Bold';
    line-height: 1;
    color: #000;
    opacity: 0.05;
    text-align: center;
    text-transform: uppercase;
  }
  ._brand.story .s2 .marquee {
    width: 100vw;
    background: #ff5400;
    padding: 0.8em 0;
    font-size: 40px;
    display: flex;
    align-items: center;
    margin-top: 4em;
  }
  ._brand.story .s2 .marquee .mar_ch {
    font-size: inherit;
    font-family: 'Mont-Bold';
    line-height: 1;
    color: #fff;
    padding-right: 3em;
    text-transform: uppercase;
    white-space: nowrap;
    box-sizing: border-box;
  }
  ._brand.story .s2 .marquee .mar_ch span + span {
    padding-left: 3em;
  }

  @media screen and (max-width: 1180px){
    ._brand.story .s2 .marquee{ font-size: 32px; }
  }
  @media screen and (max-width: 1024px) {
    ._brand.story .s2 .cont .block .before {
      font-size: 120px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    ._brand.story .s2 .cont .block .h span {
      font-size: 26px;
    }
    ._brand.story .s2 .cont .block .d p {
      font-size: 24px;
      line-height: 1.3;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand.story .s2 {
      margin-top: 80px;
    }
    ._brand.story .s2 .cont .block {
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
    }
    ._brand.story .s2 .cont .block .before {
      display: none;
    }
    ._brand.story .s2 .cont .block .h span {
      font-size: 26px;
      margin-bottom: 12px;
      display: block;
    }
    ._brand.story .s2 .cont .block .h span br {
      display: none;
    }
    ._brand.story .s2 .cont .block .d {
      position: static;
    }
    ._brand.story .s2 .cont .block .d p {
      font-size: 20px;
      line-height: 1.5;
    }
    ._brand.story .s2 .marquee {
      margin-top: 80px;
      font-size: 30px;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.story .s2 .cont .block .h span {
      font-size: 24px;
    }
    ._brand.story .s2 .cont .block .d p {
      font-size: 16px;
    }
    ._brand.story .s2 .marquee {
      font-size: 20px;
    }
  }
  ._brand.story .s3 {
    padding: 160px 0;
    background: #f8f8f8;
  }
  ._brand.story .s3 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ._brand.story .s3 .cont ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
  ._brand.story .s3 .cont ul li {
    position: relative;
  }
  ._brand.story .s3 .cont ul li .imgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 16px;
  }
  ._brand.story .s3 .cont ul li .imgbox img {
    transform-origin: center;
    transition: 0.6s;
  }
  ._brand.story .s3 .cont ul li .txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  }
  ._brand.story .s3 .cont ul li .txt b {
    font-family: 'Mont-Heavy';
    font-size: 40px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 20px;
    display: block;
  }
  ._brand.story .s3 .cont ul li .txt p {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4166666667em;
    color: #fff;
  }
  @media screen and (min-width: 769px) {
    ._brand.story .s3 .cont ul li:hover .imgbox img {
      transform: scale(1.1);
    }
  }
  @media screen and (max-width: 1440px){
    ._brand.story .s3 .cont ul li .txt p{ font-size: 20px; }
  }
  @media screen and (max-width: 1280px) {
    ._brand.story .s3 .cont ul li .txt b {
      font-size: 36px;
    }
    /* ._brand.story .s3 .cont ul li .txt p {
      font-size: 20px;
    } */
  }
  @media (orientation: landscape) and (min-width: 1441px) and (max-width: 1909px){
    ._brand.story .s3 .cont ul li .txt p {
        font-size: 16px;
        line-height: 1.57;
    }
  }
  @media screen and (max-width: 1180px){
    ._brand.story .s3 .cont ul li .txt p {
        font-size: 16px;
        line-height: 1.57;
    }
    ._store.excellent_store .store-list li .txt-box .info{
        display: -webkit-inline-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        text-overflow: ellipsis;
        overflow: hidden;
    }
  }
  @media screen and (max-width: 1024px) {
    ._brand.story .s3 .cont ul li .txt b {
      font-size: 28px;
    }
    
  }
  @media screen and (max-width: 768px) {
    ._brand.story .s3 {
      padding: 80px 0;
    }
    ._brand.story .s3 .cont ul {
      grid-template-columns: repeat(1, 3fr);
    }
    ._brand.story .s3 .cont ul li .txt p{ font-size: 14px; }
  }
  @media screen and (max-width: 480px) {
    ._brand.story .s3 .cont .secTitle h4 {
      margin-bottom: 15px;
    }
    ._brand.story .s3 .cont ul li .txt b {
      font-size: 24px;
      margin-bottom: 12px;
    }
    ._brand.story .s3 .cont ul li .txt p {
      font-size: 14px;
    }
  }
  ._brand.story .s4 {
    padding: 160px 0;
  }
  ._brand.story .s4 .cont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  ._brand.story .s4 .cont .block {
    width: 100%;
  }
  ._brand.story .s4 .cont .block.color {
    margin-top: 60px;
  }
  ._brand.story .s4 .cont .block .title {
    margin-bottom: 24px;
  }
  ._brand.story .s4 .cont .block .title span {
    font-family: 'Mont-Heavy';
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0.4em;
    display: block;
  }
  ._brand.story .s4 .cont .block .title p {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #4b4b4b;
    line-height: 1.4166666667;
  }
  ._brand.story .s4 .cont .block .logoViewWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ._brand.story .s4 .cont .block .logoViewWrap .imgbox {
    width: 49.296875%;
  }
  ._brand.story .s4 .cont .block .colorViewWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView {
    width: 50.078125%;
    height: 144px;
    position: relative;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView .dscrp {
    padding: 20px;
    font-size: 20px;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView .dscrp b {
    display: block;
    font-family: 'Mont-Bold';
    line-height: 1;
    margin-bottom: 0.2em;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView .dscrp span {
    font-family: 'Mont-Regular';
    line-height: 1;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView:nth-child(1) {
    background: #ff5400;
    color: #fff;
  }
  ._brand.story .s4 .cont .block .colorViewWrap .colorView:nth-child(2) {
    background: #ffffff;
    border: 1px solid #cecece;
  }
  @media screen and (max-width: 1440px){
    ._brand.story .s4 .cont .block .title p{ font-size: 20px; }
  }
  @media screen and (max-width: 1180px){
    ._brand.story .s4 .cont .block .title p{ font-size: 16px; }
  }
  @media (orientation: landscape) and (min-width: 1441px) and (max-width: 1909px){
    ._brand.story .s4 .cont .block .title p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 1024px){
    ._brand.story .s4 .cont .block .title p{ font-size: 16px; }
  }
  @media screen and (max-width: 768px) {
    ._brand.story .s4 {
      padding: 80px 0;
    }
    ._brand.story .s4 .secTitle h4 {
      margin-bottom: 40px;
    }
    ._brand.story .s4 .cont .block .title span {
      font-size: 30px;
    }
    ._brand.story .s4 .cont .block .title p {
      font-size: 14px;
      line-height: 1.57;
    }
    ._brand.story .s4 .cont .block .title p br {
      display: none;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.story .s4 .cont .block .title {
      margin-bottom: 12px;
    }
    ._brand.story .s4 .cont .block .title span {
      font-size: 24px;
    }
    ._brand.story .s4 .cont .block .title p {
      font-size: 14px;
    }
    ._brand.story .s4 .cont .block .title p br {
      display: none;
    }
    ._brand.story .s4 .cont .block .logoViewWrap {
      flex-direction: column;
    }
    ._brand.story .s4 .cont .block .logoViewWrap .imgbox {
      margin-top: 16px;
      width: 100%;
    }
    ._brand.story .s4 .cont .block .logoViewWrap .imgbox:nth-child(1) {
      margin-top: 0;
    }
    ._brand.story .s4 .cont .block .colorViewWrap {
      flex-direction: column;
    }
    ._brand.story .s4 .cont .block .colorViewWrap .colorView {
      width: 100%;
      height: 120px;
    }
    ._brand.story .s4 .cont .block .colorViewWrap .colorView .dscrp {
      font-size: 16px;
    }
    ._brand.story .s4 .cont .block.color {
      margin-top: 40px;
    }
  }
  ._brand.history .s1 {
    margin-top: 80px;
  }
  ._brand.history .s1 .awwward {
    margin-top: 160px;
  }
  ._brand.history .s1 .awwward ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ._brand.history .s1 .awwward ul li {
    width: 11.5625%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  ._brand.history .s1 .awwward ul li .imgbox {
    width: 81.0810810811%;
    position: relative;
  }
  ._brand.history .s1 .awwward ul li .imgbox::after {
    content: '';
    display: block;
    padding-top: 100%;
  }
  ._brand.history .s1 .awwward ul li .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  ._brand.history .s1 .awwward ul li .txt {
    margin-top: 16px;
    text-align: center;
  }
  ._brand.history .s1 .awwward ul li .txt span {
    font-size: 22px;
    font-family: 'Mont-Bold';
    line-height: 1.2727272727;
    letter-spacing: -0.01em;
  }
  ._brand.history .s1 .awwward ul li .txt p {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.01em;
    line-height: 1.4;
  }
  ._brand.history .s1 .awwward ul li._100 .imgbox {
    width: 100%;
  }
  ._brand.history .s1 .awwward ul li._100 .imgbox::after {
    padding-top: 81%;
  }
  @media screen and (max-width: 1280px) {
    ._brand.history .s1 .awwward ul li .txt span {
      font-size: 20px;
    }
    ._brand.history .s1 .awwward ul li .txt p {
      font-size: 18px;
    }
  }
  @media screen and (max-width: 1024px) {
    ._brand.history .s1 .awwward ul li {
      width: 14.6484375%;
    }
    ._brand.history .s1 .awwward ul li .txt {
      margin-top: 10px;
    }
    ._brand.history .s1 .awwward ul li .txt span {
      font-size: 18px;
    }
    ._brand.history .s1 .awwward ul li .txt p {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand.history .s1 .awwward {
      margin-top: 60px;
    }
    ._brand.history .s1 .awwward ul {
      flex-wrap: wrap;
    }
    ._brand.history .s1 .awwward ul li {
      width: calc(100% / 3 - 10px);
      margin-bottom: 40px;
    }
    ._brand.history .s1 .awwward ul li .txt span {
      font-size: 16px;
    }
    ._brand.history .s1 .awwward ul li .txt p {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.history .s1 .awwward {
      margin-top: 60px;
    }
    ._brand.history .s1 .awwward ul li {
      justify-content: flex-start;
    }
    ._brand.history .s1 .awwward ul li .txt {
      margin-top: 10px;
    }
    ._brand.history .s1 .awwward ul li .txt span {
      font-size: 14px;
    }
    ._brand.history .s1 .awwward ul li .txt p {
      font-size: 12px;
    }
  }
  ._brand.history .s2 {
    padding-top: 160px;
    padding-bottom: 40px;
  }
  ._brand.history .s2 .cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  ._brand.history .s2 .cont .backText {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  ._brand.history .s2 .cont .backText span {
    font-size: 200px;
    font-family: 'Mont-Bold';
    line-height: 1;
    color: #000;
    opacity: 0.05;
  }
  ._brand.history .s2 .cont dl {
    max-width: 848px;
    width: 100%;
    margin-bottom: 120px;
  }
  ._brand.history .s2 .cont dl dt {
    font-family: 'Mont-Heavy';
    font-size: 48px;
    line-height: 1.25;
    margin-bottom: 0.5em;
  }
  ._brand.history .s2 .cont dl dd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em 0;
    font-size: 24px;
    line-height: 1.5;
    border-top: 1px solid #cecece;
  }
  ._brand.history .s2 .cont dl dd p {
    font-weight: bold;
    word-break: keep-all;
  }
  ._brand.history .s2 .cont dl dd span {
    font-weight: 600;
    color: #888;
  }
  ._brand.history .s2 .cont dl:nth-child(2n-1) {
    align-self: flex-end;
  }
  @media screen and (max-width: 1024px) {
    ._brand.history .s2 .cont .backText span {
      font-size: 130px;
    }
    ._brand.history .s2 .cont dl dt {
      font-size: 42px;
    }
    ._brand.history .s2 .cont dl dd {
      font-size: 22px;
    }
  }
  @media screen and (max-width: 768px) {
    ._brand.history .s2 {
      padding-top: 60px;
    }
    ._brand.history .s2 .cont .backText span {
      font-size: 100px;
    }
    ._brand.history .s2 .cont dl {
      margin-bottom: 60px;
    }
    ._brand.history .s2 .cont dl dt {
      font-size: 38px;
    }
    ._brand.history .s2 .cont dl dd {
      font-size: 18px;
      padding: 16px 0;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media screen and (max-width: 480px) {
    ._brand.history .s2 .cont .backText {
      display: none;
    }
    ._brand.history .s2 .cont dl dt {
      font-size: 36px;
      margin-bottom: 12px;
    }
    ._brand.history .s2 .cont dl dd {
      font-size: 16px;
    }
  }





  /* �ㅼ떆�붽만 */

  ._location {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 160px;
  }
  ._location h1 {
    font-size: 140px;
    line-height: 0.92;
    font-weight: 400;
    font-family: 'Mont-Heavy';
    color: #ff5400;
  }
  ._location .locaInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
  }
  ._location .locaInfo .lbx strong {
    font-size: 60px;
    letter-spacing: -0.01em;
    font-weight: 900;
    line-height: 1.16;
    display: block;
  }
  ._location .locaInfo .lists {
    display: flex;
  }
  ._location .locaInfo .lists li {
    position: relative;
    margin-right: 60px;
  }
  ._location .locaInfo .lists li:last-of-type {
    margin-right: 0;
  }
  ._location .locaInfo .lists li span {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Mont-Heavy';
    padding-top: 31px;
    position: relative;
    display: block;
  }
  ._location .locaInfo .lists li span::after {
    content: '';
    display: block;
    width: 32px;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
  }
  ._location .locaInfo .lists li p {
    margin-top: 24px;
    line-height: 1.6;
    font-size: 20px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #4b4b4b;
  }
  ._location #map {
    height: 480px;
    width: 100%;
    margin-top: 80px;
  }
  @media screen and (max-width: 1440px) {
    ._location h1 {
      font-size: 120px;
    }
    ._location .locaInfo .lbx strong {
      font-size: 50px;
    }
  }
  @media screen and (max-width: 1280px) {
    ._location h1 {
      font-size: 100px;
    }
    ._location .locaInfo {
      margin-top: 50px;
    }
    ._location .locaInfo .lbx {
      flex-shrink: 0;
    }
    ._location .locaInfo .lbx strong {
      font-size: 35px;
      padding-right: 30px;
      display: block;
      box-sizing: border-box;
    }
    ._location .locaInfo .lists li {
      margin-right: 30px;
    }
    ._location .locaInfo .lists li span {
      font-size: 30px;
      padding-top: 20px;
    }
    ._location .locaInfo .lists li p {
      font-size: 16px;
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 820px) {
    ._location {
      padding-bottom: 100px;
    }
    ._location h1 {
      font-size: 80px;
    }
    ._location .locaInfo {
      margin-top: 60px;
      display: block;
    }
    ._location .locaInfo .lbx strong {
      font-size: 32px;
      padding-right: 0;
    }
    ._location .locaInfo .lists {
      display: block;
      margin-top: 40px;
    }
    ._location .locaInfo .lists li {
      margin-right: 0;
      width: 100%;
      margin-bottom: 40px;
    }
    ._location .locaInfo .lists li span {
      font-size: 24px;
      padding-top: 19px;
    }
    ._location .locaInfo .lists li p {
      font-size: 14px;
      margin-top: 12px;
    }
    ._location #map {
      height: 240px;
      margin-top: 40px;
    }
  }
  
  