/* main color */
/* base color */
/* gray type */
/* xirn accent */
.l_main .section {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.l_main .section_main {
  height: 1146px;
  margin-top: 90px;
}
.l_main .section_main .hero_wrap {
  position: relative;
  height: 100%;
  background: url(/Content/static/images/sub/brand/intro_bg.png) no-repeat center/cover;
}
.l_main .section_main .hero_wrap .txt_wrap {
  position: absolute;
  color: #ffffff;
  top: calc(50% - 90px);
  left: 13.5416%;
  transform: translateY(-50%);
  z-index: 1;
}
.l_main .section_main .hero_wrap .txt_wrap .small {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 44px;
}
.l_main .section_main .hero_wrap .txt_wrap .desc {
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}
.l_main .section_main .hero_wrap .txt_wrap .line {
  display: block;
  width: 3px;
  height: 70px;
  background: #ffffff;
  margin-top: 25px;
  margin-bottom: 36px;
}
.l_main .section_main .hero_wrap .txt_wrap h2 {
  font-size: 46px;
  line-height: 51px;
  letter-spacing: -0.05em;
}
.l_main .section_01 {
  padding: 130px 0 110px;
  background-image: url(/Content/static/images/sub/brand/sec_01_bg.jpg);
}
.l_main .section_01 .inner {
  display: flex;
  justify-content: space-between;
}
.l_main .section_01 .inner .cont_left {
  width: 692px;
}
.l_main .section_01 .inner .cont_left ul {
  display: flex;
  flex-wrap: wrap;
}
.l_main .section_01 .inner .cont_left ul li {
  width: 330px;
  height: 548px;
  margin-right: 32px;
  margin-top: 24px;
  border-radius: 30px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 45px 40px;
  position: relative;
}
.l_main .section_01 .inner .cont_left ul li:nth-child(2n) {
  margin-right: 0;
}
.l_main .section_01 .inner .cont_left ul li:nth-child(1) {
  margin-top: 0;
}
.l_main .section_01 .inner .cont_left ul li:nth-child(2) {
  margin-top: 210px;
}
.l_main .section_01 .inner .cont_left ul li:nth-child(3) {
  margin-top: -186px;
}
.l_main .section_01 .inner .cont_left ul li:nth-child(1) {
  background-image: url(/Content/static/images/sub/brand/sec_01_img01.png);
}
.l_main .section_01 .inner .cont_left ul li:nth-child(2) {
  background-image: url(/Content/static/images/sub/brand/sec_01_img02.png);
}
.l_main .section_01 .inner .cont_left ul li:nth-child(3) {
  background-image: url(/Content/static/images/sub/brand/sec_01_img03.png);
}
.l_main .section_01 .inner .cont_left ul li:nth-child(4) {
  background-image: url(/Content/static/images/sub/brand/sec_01_img04.png);
}
.l_main .section_01 .inner .cont_left ul li .txt_wrap {
  color: #ffffff;
  display: inline-block;
}
.l_main .section_01 .inner .cont_left ul li .txt_wrap p {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 48px;
}
.l_main .section_01 .inner .cont_left ul li .txt_wrap .btn {
  width: 103px;
  height: 34px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 30px;
  font-size: 14px;
}
.l_main .section_01 .inner .cont_left ul li .txt_wrap .btn .icon {
  width: 13px;
  height: 8px;
  background-image: url(/Content/static/images/sub/brand/icon_arrow_right.png);
  margin-left: 13px;
}
.l_main .section_01 .inner .cont_right {
  text-align: right;
  padding-top: 158px;
}
.l_main .section_01 .inner .cont_right h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 107px;
}
.l_main .section_01 .inner .cont_right .desc {
  font-size: 21px;
  line-height: 36px;
  color: #666666;
}
.l_main .section_02 {
  padding: 112px 0 240px;
  background-image: url(/Content/static/images/sub/brand/sec_02_bg.png);
  display: flex;
}
.l_main .section_02 .tit_wrap {
  position: relative;
  width: 40.625%;
  padding-left: 9.1145%;
}
.l_main .section_02 .tit_wrap .desc {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.l_main .section_02 .tit_wrap .swiper_control {
  position: absolute;
  right: 70px;
  bottom: 35px;
  width: 156px;
  height: 18px;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-prev,
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-next {
  width: 8px;
  height: 100%;
  top: 0;
  margin: 0;
  z-index: 11;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-prev::after,
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(/Content/static/images/sub/brand/btn_slide.png) no-repeat 0 0/cover;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-prev {
  left: 0;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-next {
  right: 0;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-button-next::after {
  transform: rotate(180deg);
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-pagination {
  bottom: 0;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-pagination span {
  position: relative;
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #888888;
  padding: 0 13px;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-pagination span.current {
  color: #ffffff;
}
.l_main .section_02 .tit_wrap .swiper_control .swiper-pagination span.current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  transform: translateY(-50%);
  background: #888888;
}
.l_main .section_02 .news_slide {
  position: relative;
  max-width: 1140px;
  width: 59.375%;
  overflow: hidden;
}
.l_main .section_02 .news_slide .swiper-slide {
  background: #ffffff;
  width: 380px !important;
  height: 542px;
  border: 1px solid #dbdbdb;
  padding: 70px 45px 50px;
  position: relative;
  margin-right: 5% !important;
  border: 1px solid #929292;
}
.l_main .section_02 .news_slide .swiper-slide p {
  letter-spacing: -0.03em;
}
.l_main .section_02 .news_slide .swiper-slide .news {
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 10px;
}
.l_main .section_02 .news_slide .swiper-slide .tit {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  margin-bottom: 30px;
}
.l_main .section_02 .news_slide .swiper-slide .desc {
  font-size: 14px;
  line-height: 25px;
  height: 127px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  margin-bottom: 80px;
}
.l_main .section_02 .news_slide .swiper-slide .date {
  font-size: 12px;
  color: #763e3e;
  text-decoration: underline;
  font-weight: 500;
}
.l_main .section_02 .news_slide .swiper-slide button {
  position: absolute;
  right: 45px;
  bottom: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.l_main .section_02 .news_slide .swiper-slide button .icon {
  width: 28px;
  height: 19px;
  margin-left: 13px;
  background-image: url(/Content/static/images/sub/brand/icon_view.png);
}
.l_main .section_03 {
  padding: 140px 0 100px;
  background-color: #ffffff;
}
.l_main .section_03 .tit_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.l_main .section_03 .tit_wrap .sec_tit {
  position: relative;
  display: inline-block;
  font-weight: 800;
  font-size: 80px;
  letter-spacing: -0.025em;
  color: #000000;
  margin-right: 10px;
}
.l_main .section_03 .tit_wrap .sec_tit span {
  font-weight: inherit;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  color: #ffffff;
  letter-spacing: inherit;
}
.l_main .section_03 .tit_wrap a {
  position: relative;
  z-index: 1;
}
@keyframes infinite_round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.l_main .section_03 .tit_wrap .rotate_img {
  position: absolute;
  right: -115px;
  top: 50%;
  margin-top: -74.5px;
  animation: infinite_round 20s infinite linear;
}
.l_main .section_03 .hashtag {
  margin-bottom: 50px;
}
.l_main .section_03 .hashtag ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l_main .section_03 .hashtag ul li {
  margin: 0 5px;
  height: 35px;
  padding: 0 20px;
  background: #ebebeb;
  border-radius: 18px;
}
.l_main .section_03 .hashtag ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
}
.l_main .section_03 .video_list ul {
  display: flex;
  flex-wrap: wrap;
}
.l_main .section_03 .video_list ul li {
  width: 383px;
  margin-right: 25px;
  margin-top: 90px;
}
.l_main .section_03 .video_list ul li:nth-child(3n) {
  margin-right: 0;
}
.l_main .section_03 .video_list ul li:nth-child(-n+3) {
  margin-top: 0;
}
.l_main .section_03 .video_list ul li .img_wrap {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.l_main .section_03 .video_list ul li .img_wrap a {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-bottom: 56.25%;
}
.l_main .section_03 .video_list ul li .img_wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.5s;
}
.l_main .section_03 .video_list ul li .img_wrap a > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.l_main .section_03 .video_list ul li .img_wrap a > div span {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.l_main .section_03 .video_list ul li .img_wrap a > div button {
  width: 27px;
  height: 27px;
  background: url(/Content/static/images/sub/brand/btn_thumb_play.png) no-repeat center/100% auto;
  margin-top: 12px;
}
.l_main .section_03 .video_list ul li .txt_wrap .hash {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}
.l_main .section_03 .video_list ul li .txt_wrap .tit {
  font-size: 21px;
  line-height: 28px;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 28px;
  margin-bottom: 14px;
  white-space: nowrap;
}
.l_main .section_03 .video_list ul li .txt_wrap .date {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #666666;
}
.l_main .section_03 .video_list ul li:hover a::before {
  opacity: 1;
}
.l_main .section_03 .video_list ul li.cate1 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate1.jpg);
}
.l_main .section_03 .video_list ul li.cate2 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate2.jpg);
}
.l_main .section_03 .video_list ul li.cate3 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate3.jpg);
}
.l_main .section_03 .video_list ul li.cate4 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate4.jpg);
}
.l_main .section_03 .video_list ul li.cate5 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate5.jpg);
}
.l_main .section_03 .video_list ul li.cate6 .img_wrap a {
  background-image: url(/Content/static/images/sub/brand/thumb_cate6.jpg);
}
.l_main .section_03 .video_list .btn_more {
  position: relative;
  display: block;
  margin: 90px auto 0;
  width: 224px;
  height: 70px;
  /*border-top: 2px solid $black;
  border-bottom: 2px solid $black;*/
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 70px;
}
@media screen and (min-width: 1920px) {
  .l_main .section_02 .news_slide {
    max-width: unset;
  }
}