.main_brand {
    font-family: "Pretendard";
    background-color: #000;
  }
  .main_brand .se1 {
    height: 100vh;
    position: relative;
    background-image: url('/img/brand/mainvs.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .main_brand .se1 ._wrap {
    height: 100%;
    position: relative;
    height: 100%;
    z-index: 3;
  }
  .main_brand .se1 .mainImg {
    position: absolute;
    height: auto;
    top: 48%;
    left: 19.765625%;
    transform: translate(0, -50%);
    max-width: 699px;
    border-radius: 50px;
    overflow: hidden;
    width: 75%;
  }
  .main_brand .se1 .mainImg::after {
    content: '';
    display: block;
    padding-bottom: 56.2231759657%;
  }
  .main_brand .se1 .mainImg .bg {
    background-image: url('/img/brand/mainvs_img.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .main_brand .se1 .mainTxt {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
  }
  .main_brand .se1 .mainTxt .tit {
    display: flex;
    justify-content: space-between;
  }
  .main_brand .se1 .mainTxt .tit span {
    font-size: 120px;
    font-weight: bold;
    letter-spacing: -0.045em;
  }
  .main_brand .se1 .b-t {
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    right: 0;
    bottom: 19.5%;
    color: #fff;
    z-index: 2;
    letter-spacing: -0.045em;
    text-align: center;
  }
  .main_brand .se1 .b-t span {
    font-weight: bold;
  }
  .main_brand .se1 .b-t.end {
    text-align: right;
  }
  .main_brand .se1 .scrollTxt {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    min-height: 300px;
    height: 56vh;
    overflow: hidden;
    z-index: 2;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, black 70%);
    width: 60%;
    max-width: 610px;
  }
  .main_brand .se1 .scrollTxt li {
    margin-bottom: 70px;
  }
  .main_brand .se1 .scrollTxt li dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main_brand .se1 .scrollTxt li dl dt {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.045em;
  }
  .main_brand .se1 .scrollTxt li dl dd {
	font-size: 90px;
    font-weight: bold;
    letter-spacing: -0.045em;
  }
  .main_brand .se1 .scrollTxt li dl dd span {
    font-size: 90px;
    font-weight: bold;
    letter-spacing: -0.045em;
	margin-right: 10px;
  }
  .main_brand .se1 .scrollTxt li:last-of-type {
    margin-bottom: 0;
  }
  @media screen and (max-width: 1280px) {
    .main_brand .se1 .mainTxt .tit span {
      font-size: 9.375vw;
    }
    .main_brand .se1 .b-t {
      font-size: 18px;
    }
    .main_brand .se1 .scrollTxt li {
      margin-bottom: 5.859375vw;
    }
    .main_brand .se1 .scrollTxt li dl dt {
      font-size: 2.34375vw;
    }
	.main_brand .se1 .scrollTxt li dl dd {
      font-size: 7.03125vw;
    }
    .main_brand .se1 .scrollTxt li dl dd span {
      font-size: 7.03125vw;
    }
    .main_brand .se1 .scrollTxt:last-of-type:last-of-type {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 820px) {
    .main_brand .se1 .mainImg {
      border-radius: 25px;
      width: 85%;
      left: 10%;
    }
    .main_brand .se1 .b-t {
      font-size: 16px;
      width: 90%;
    }
    .main_brand .se1 .scrollTxt {
      height: 45vh;
      min-height: auto;
      -webkit-mask-image: none;
    }
    .main_brand .se1 .scrollTxt li {
      margin-bottom: 6.7073170732vw;
    }
    .main_brand .se1 .scrollTxt li dl dt {
      font-size: 2.9268292683vw;
    }
	.main_brand .se1 .scrollTxt li dl dd {
      font-size: 8.5365853659vw;
    }
    .main_brand .se1 .scrollTxt li dl dd span {
      font-size: 8.5365853659vw;
    }
    .main_brand .se1 .scrollTxt:last-of-type:last-of-type {
      margin-bottom: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .main_brand .se1 .b-t {
      font-size: 14px;
    }
  }
  .main_brand .se2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  .main_brand .se2 .vidWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .main_brand .se2 .vidWrap iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    object-fit: cover;
    min-height: 100vh;
    min-width: 177.77vh;
  }
  .main_brand .se2 .vidWrap::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .main_brand .se3 ._wrap {
    display: flex;
    padding: 145px 75px 205px 100px;
    box-sizing: border-box;
    align-items: flex-start;
  }
  .main_brand .se3 .item {
    position: relative;
    background: #000 no-repeat center/cover;
    font-family: "Pretendard";
    color: #fff;
    flex: 1;
  }
  .main_brand .se3 .item + .item {
    margin-left: 75px;
    margin-top: 120px;
  }
  .main_brand .se3 .item::after {
    content: '';
    display: block;
    padding-bottom: 78.1371280724%;
  }
  .main_brand .se3 .item .over {
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: border-radius 0.4s;
  }
  .main_brand .se3 .item .over .bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .main_brand .se3 .item .over .back {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    transform: scale(1.1);
    width: 0;
  }
  .main_brand .se3 .item .ve {
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.3);
    font-style: italic;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transform: translateX(calc(-100% - 15px));
    white-space: nowrap;
    transition: color 0.4s;
  }
  .main_brand .se3 .item .ve::after {
    width: 1px;
    height: 0;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    transition: 0.4s;
  }
  .main_brand .se3 .item .tbx {
    position: absolute;
    left: 11.6129032258%;
    bottom: 12.5%;
    z-index: 5;
  }
  .main_brand .se3 .item .tbx dl {
    font-size: 4.4270833333vw;
  }
  .main_brand .se3 .item .tbx dl dt {
    font-weight: bold;
    letter-spacing: -0.045em;
    position: relative;
    margin-bottom: 0.4705882353em;
    display: inline-block;
  }
  .main_brand .se3 .item .tbx dl dt .icon {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(150%, -25%);
    transition: transform 0.6s, opacity 0.4s;
  }
  .main_brand .se3 .item .tbx dl dd {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.045em;
    line-height: 1.5;
  }
  .main_brand .se3 .item .more {
    position: absolute;
    width: 137px;
    border: 3px solid #d92b2a;
    border-radius: 1000px;
    background: #000;
    right: 55px;
    bottom: 0;
    transform: translateY(70%);
    z-index: 4;
    opacity: 0;
    transition: transform 0.6s, opacity 0.4s;
  }
  .main_brand .se3 .item .more::after {
    content: '';
    display: block;
    padding-bottom: 100%;
  }
  .main_brand .se3 .item .more .t {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 12px;
    color: #d92b2a;
  }
  .main_brand .se3 .item .more .t p {
    letter-spacing: -0.045em;
    margin-top: 1.5em;
  }
  .main_brand .se3 .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/img/ing/red_filter.png) no-repeat center/cover;
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.4s, border-radius 0.4s;
    z-index: 4;
  }
  @media screen and (min-width: 821px) {
    .main_brand .se3 .item:hover::before {
      opacity: 1;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .main_brand .se3 .item:hover .over {
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .main_brand .se3 .item:hover .tbx dl dt .icon {
      transform: translate(150%, 0%);
      opacity: 0;
    }
    .main_brand .se3 .item:hover .more {
      transform: translateY(50%);
      opacity: 1;
    }
    .main_brand .se3 .item:hover .ve {
      color: white;
    }
    .main_brand .se3 .item:hover .ve::after {
      height: 100%;
    }
  }
  @media screen and (min-width: 1920px) {
    .main_brand .se3 .tbx dl {
      font-size: 85px;
    }
  }
  @media screen and (max-width: 1280px) {
    .main_brand .se3 ._wrap {
      padding: 145px 5% 205px;
    }
    .main_brand .se3 .item + .item {
      margin-left: 45px;
    }
    .main_brand .se3 .item::before {
      border-radius: 25px;
    }
    .main_brand .se3 .item .over {
      border-radius: 25px;
    }
    .main_brand .se3 .item .tbx {
      left: 5%;
    }
    .main_brand .se3 .item .tbx dl {
      font-size: 4.296875vw;
    }
    .main_brand .se3 .item .tbx dl dt {
      margin-bottom: 0.4705882353em;
    }
    .main_brand .se3 .item .tbx dl dd {
      font-size: 16px;
      word-break: keep-all;
    }
  }
  @media screen and (max-width: 820px) {
    .main_brand .se3 ._wrap {
      padding: 15vw 5%;
      display: block;
    }
    .main_brand .se3 .item {
      width: 70%;
      display: block;
    }
    .main_brand .se3 .item + .item {
      margin-left: auto;
      margin-top: 45px;
    }
    .main_brand .se3 .item .ve {
      font-size: 12px;
    }
    .main_brand .se3 .item .tbx dl {
      font-size: 5.487804878vw;
    }
    .main_brand .se3 .item .tbx dl dd {
      font-size: 16px;
      word-break: keep-all;
    }
  }
  @media screen and (max-width: 480px) {
    .main_brand .se3 ._wrap {
      padding: 20vw 5%;
    }
    .main_brand .se3 .item .tbx dl dd {
      font-size: 14px;
    }
  }
  .main_brand .se2 .vidWrap video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }

