/* SUB UI CSS */
/* SUB UI COMMON CSS */
#sub .sub-header {
  margin-top: 76px;
}
#sub .sub-header h2 {
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #212121;
  font-weight: 700;
  line-height: 1.5;
}
#sub .sub-header h2 img {
  height: 79px;
  margin-right: 26px;
}
#sub .sub-header p {
  margin-top: 19px;
  color: #212121;
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
}
#sub .sub-content {
  margin-top: 115px;
}
#sub .sub-content .service-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 79px 38px;
  margin-top: 115px;
}
#sub .sub-content .service-list li {
  padding-top: 30px;
  border-top: 1px solid #eee;
}
#sub .sub-content .service-list li img {
  height: 79px;
}
#sub .sub-content .service-list li h3 {
  margin-top: 26px;
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  line-height: 51px;
}
#sub .sub-content .service-list li .sub {
  display: block;
  margin-top: 12px;
  color: #212121;
  font-size: 26px;
  line-height: 51px;
}
#sub .sub-content .service-list li p {
  margin-top: 26px;
  color: #666;
  line-height: 26px;
}
#sub .sub-content .service-list li .sub + p {
  margin-top: 16px;
}

/* CULTURE SECTION CSS */
#sub .culture-section {
  padding: 105px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%),
    center center/cover url('../images/picture/culture-img01.jpg') no-repeat;
}
#sub .culture-section .row01,
#sub .culture-section .row02 {
  text-align: center;
}
#sub .culture-section .row01 h3,
#sub .culture-section .row02 h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
#sub .culture-section .row01 p,
#sub .culture-section .row02 p {
  margin-top: 26px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
#sub .culture-section .row02,
#sub .culture-section .row03 {
  margin-top: 117px;
}
#sub .culture-section .row03 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 38px;
}
#sub .culture-section .row03 .list li {
  padding: 49px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(25px);
}
#sub .culture-section .row03 .list li img {
  height: 79px;
}
#sub .culture-section .row03 .list li span {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  opacity: 0.6;
}
#sub .culture-section .row03 .list li p {
  margin-top: 26px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: justify;
  line-height: 42px;
}
#sub .culture-section .row04 {
  margin-top: 117px;
  text-align: center;
}
#sub .culture-section .row04 img {
  height: 143px;
}
#sub .culture-section .row04 span {
  display: block;
  margin-top: 79px;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  opacity: 0.6;
}
#sub .culture-section .row04 p {
  margin-top: 23px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
/* HISTORY SECTION CSS */
#sub .history-section .row01 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 38px;
}
#sub .history-section .row01 .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 156px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
#sub .history-section .row01 .list li .tit {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .history-section .row01 .list li b {
  margin-top: 26px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .history-section .row01 .list li .txt {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .history-section .row01 .list li:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/history-img01.jpg');
}
#sub .history-section .row01 .list li:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/history-img02.jpg');
}
#sub .history-section .row01 .list li:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/history-img03.jpg');
}
#sub .history-section .row01 .list li:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/history-img04.jpg');
}
#sub .history-section .row02 {
  margin-top: 196px;
}
#sub .history-section .row02 .list {
  position: relative;
}
#sub .history-section .row02 .list:after {
  position: absolute;
  left: 4px;
  top: 7px;
  width: 3px;
  height: 100%;
  background: #eee;
  content: '';
}
#sub .history-section .row02 .list > li {
  display: flex;
  align-items: baseline;
  position: relative;
  padding: 0 0 79px 54px;
}
#sub .history-section .row02 .list > li:after {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
  width: 12px;
  height: 12px;
  background: #111;
  content: '';
  border-radius: 100px;
}
#sub .history-section .row02 .list > li .year {
  font-size: 19px;
  font-weight: 500;
  color: #212121;
}
#sub .history-section .row02 .list > li ul {
  margin-left: 26px;
}
#sub .history-section .row02 .list > li ul li {
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #333;
}
/* PARTNERSHIP SECTION CSS */
#sub .partnership-section .row01 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
}
#sub .partnership-section .row01 .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 19px);
  min-height: 152px;
  padding: 0 17px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#sub .partnership-section .row01 .list li img {
  max-width: 100%;
}
/* NEWS SECTION CSS */
#sub .news-section .container li {
  margin-top: 38px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#sub .news-section .container li .row01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 30px 0 30px;
}
#sub .news-section .container li .row01 .type {
  display: flex;
  align-items: center;
  color: #212121;
  font-size: 14px;
  font-weight: 500;
}
#sub .news-section .container li .row01 .type img {
  margin-right: 9px;
}
#sub .news-section .container li .row01 .date {
  color: #424242;
  font-size: 12px;
  font-weight: 400;
}
#sub .news-section .container li .row02 {
  margin-top: 23px;
  padding: 0 30px;
}
#sub .news-section .container li .row02 p {
  display: -webkit-box;
  color: #212121;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  word-break: keep-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#sub .news-section .container li .row03 {
  margin-top: 49px;
}
#sub .news-section .container li .row03 img {
  width: 100%;
  max-width: 100%;
}
#sub .history-section .row02 .list > li ul li:first-child {
  margin-top: 0;
}
/* SERVICE SECTION01 CSS */
#sub .service-section01 .container {
  width: 100%;
  max-width: 100%;
}
#sub .service-section01 .container .row01,
#sub .service-section01 .container .row02 {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
#sub .service-section01 .row01 .list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
#sub .service-section01 .row01 .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 79px 30px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  box-sizing: border-box;
}
#sub .service-section01 .row01 .list li span {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}
#sub .service-section01 .row01 .list li p {
  margin-top: 19px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
  line-height: 31px; /* 163.158% */
}
#sub .service-section01 .row01 .list li:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service-img01.jpg');
}
#sub .service-section01 .row01 .list li:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service-img02.jpg');
}
#sub .service-section01 .row01 .list li:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service-img03.jpg');
}
#sub .service-section01 .row02 {
  margin-top: 196px !important;
  text-align: center;
}
#sub .service-section01 .row02 h3 {
  font-size: 37px;
  font-weight: 700;
  color: #212121;
  line-height: 59px;
}
#sub .service-section01 .row02 p {
  margin-top: 37px;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
  line-height: 42px;
}
#sub .service-section01 .row03 {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 147px;
  margin-top: 79px;
  overflow-x: hidden;
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
}
#sub .service-section01 .row03 .track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 30s linear infinite;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
}
#sub .service-section01 .row03 .track span {
  display: flex;
  align-items: center;
  margin-left: 31px;
}
#sub .service-section01 .row03 .track span img {
  height: 49px;
  margin-right: 12px;
  vertical-align: middle;
}
#sub .service-section01 .row04 {
  margin-top: 79px;
}
#sub .service-section01 .row04 p {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  color: #212121;
  line-height: 42px;
}
#sub .service-section01 .row05 {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 115px;
}
#sub .service-section01 .row05 .div-wrap {
  width: 100%;
  margin: 0 auto;
}
#sub .service-section01 .row05 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 38px;
}
#sub .service-section01 .row05 .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 156px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
#sub .service-section01 .row05 .list li .tit {
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .service-section01 .row05 .list li b {
  display: block;
  padding: 0 26px;
  margin-top: 26px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .service-section01 .row05 .list li .txt {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}
#sub .service-section01 .row05 .list li:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/service01-img01.jpg');
}
#sub .service-section01 .row05 .list li:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/service01-img02.jpg');
}
#sub .service-section01 .row05 .list li:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/service01-img03.jpg');
}
#sub .service-section01 .row05 .list li:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),
    url('../images/picture/service01-img04.jpg');
}
#sub .service-section01 .row06 {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
/* SERVICE SECTION02 CSS */
#sub .service-section02 .row01,
#sub .service-section02 .row03 {
  text-align: center;
}
#sub .service-section02 .row01 h2,
#sub .service-section02 .row03 h2 {
  font-size: 37px;
  font-weight: 700;
  color: #212121;
  line-height: 59px;
}
#sub .service-section02 .row01 span,
#sub .service-section02 .row03 span {
  display: block;
  margin-top: 37px;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
  line-height: 42px;
}
#sub .service-section02 .row01 p,
#sub .service-section02 .row03 p {
  margin-top: 26px;
  font-size: 19px;
  color: #444;
  line-height: 1.6;
}
#sub .service-section02 .row02 {
  margin-top: 115px;
  padding: 115px 30px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    center center/cover url('../images/picture/service-img04.jpg') no-repeat;
  border-radius: 20px;
}
#sub .service-section02 .row02 h3 {
  font-size: 37px;
  font-weight: 700;
  color: #fff;
}
#sub .service-section02 .row02 p {
  margin-top: 19px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 31px;
}
#sub .service-section02 .row03 {
  margin-top: 115px;
}
#sub .service-section02 .row04 {
  margin-top: 117px;
  text-align: center;
}
#sub .service-section02 .row04 > img {
  width: 320px;
  max-width: 100%;
}
#sub .service-section02 .row04 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 38px;
  margin-top: 38px;
}
#sub .service-section02 .row04 .list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 122px 30px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  border-radius: 20px;
}
#sub .service-section02 .row04 .list li span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
#sub .service-section02 .row04 .list li p {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  line-height: 42px;
}
#sub .service-section02 .row04 .list li:nth-child(1) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img01.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(2) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img02.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(3) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img03.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(4) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img04.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(5) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img05.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(6) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img06.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(7) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img07.jpg');
}
#sub .service-section02 .row04 .list li:nth-child(8) {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    url('../images/picture/service02-img08.jpg');
}
#sub .service-section02 .row05 {
  margin-top: 115px;
  text-align: center;
}
#sub .service-section02 .row05 span {
  display: block;
  margin-top: 37px;
  font-size: 23px;
  font-weight: 500;
  color: #212121;
  line-height: 42px;
}
/* SERVICE SECTION03 CSS */
#sub .service-section03 .row01 {
  padding: 158px 30px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%),
    center center/cover url('../images/picture/service-img08.jpg') no-repeat;
  border-radius: 20px;
}
#sub .service-section03 .row01 h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
}
#sub .service-section03 .row01 p {
  margin-top: 26px;
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  text-align: justify;
  line-height: 31px;
}

#sub .service-section03 .row01 a {
  display: inline-block;
  margin-top: 37px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 19px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  border-radius: 20px;
}
#sub .service-section03 .row03 {
  margin-top: 115px;
  text-align: center;
}
#sub .service-section03 .row03 span {
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  color: #212121;
  line-height: 1.6;
}
/* SERVICE SECTION 04 CSS */
#sub .service-section04 .row01 {
  text-align: center;
}
#sub .service-section04 .row01 h2 {
  font-size: 37px;
  font-weight: 700;
  color: #212121;
  line-height: 59px;
}
#sub .service-section04 .row01 p {
  margin-top: 37px;
  font-size: 21px;
  font-weight: 500;
  color: #212121;
  line-height: 42px;
}
#sub .service-section04 .row02 {
  margin-top: 117px;
  text-align: center;
}
#sub .service-section04 .row02 > img {
  width: 300px;
  max-width: 100%;
}
#sub .service-section04 .row02 .service-list {
  text-align: left;
}
/* SERVICE SECTION 05 CSS */
#sub .service-section05 .row01 {
  padding: 49px 49px 79px 49px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#sub .service-section05 .row01 img {
  height: 79px;
}
#sub .service-section05 .row01 p {
  margin-top: 50px;
  font-size: 19px;
  font-weight: 500;
  color: #222;
  text-align: justify;
  line-height: 1.6;
}
#sub .service-section05 .service-list li p {
  line-height: 42px;
}
/* SERVICE SECTION 06 CSS */
#sub .service-section06 .service-list li p {
  line-height: 42px;
}
#sub .service-section06 .service-list li .sub {
  margin-top: 32px;
}
/* SERVICE SECTION07 CSS */
#sub .service-section07 .row01 {
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
}
#sub .service-section07 .row01 .container {
  display: flex;
  flex-direction: column;
}
#sub .service-section07 .row01 .txt {
  padding-top: 117px;
}
#sub .service-section07 .row01 h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
#sub .service-section07 .row01 p {
  margin-top: 26px;
  color: #fff;
  line-height: 26px;
}
#sub .service-section07 .row01 .img {
  width: 60%;
  align-self: flex-end;
  margin-top: 49px;
}
#sub .service-section07 .row01 .img img {
  width: 100%;
  max-width: 100%;
}
/* SEASON2 SECTION CSS */
#sub .season2-section {
  padding: 158px 0 196px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 1) 100%),
    center center / cover url(../images/picture/season2-bg.jpg) no-repeat;
}
#sub .season2-section .row01 {
  text-align: center;
}
#sub .season2-section .row01 .container > img {
  width: 313px;
  max-width: 100%;
}
#sub .season2-section .row01 .app-store {
  display: flex;
  justify-content: center;
  margin-top: 53px;
}
#sub .season2-section .row01 .app-store a:first-child {
  margin-right: 24px;
}
#sub .season2-section .row01 .app-store img {
  height: 40px;
}
#sub .season2-section .row01 p {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
#sub .season2-section .row02 {
  margin-top: 158px;
}
#sub .season2-section .row02 .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sub .season2-section .row02 p {
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
}
#sub .season2-section .row03 {
  margin-top: 79px;
}
#sub .season2-section .row03 p {
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 38px;
}
#sub .season2-section .row04,
#sub .season2-section .row05 {
  margin-top: 310px;
}
#sub .season2-section .row04 h2,
#sub .season2-section .row05 h2 {
  color: #fff;
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  line-height: 51px;
}
#sub .season2-section .row04 .sub-tit,
#sub .season2-section .row05 .sub-tit {
  display: block;
  margin-top: 19px;
  color: #fff;
  text-align: center;
  font-size: 19px;
  line-height: 31px; /* 163.158% */
}
#sub .season2-section .row04 .service-list,
#sub .season2-section .row05 .service-list {
  margin-top: 117px;
}
#sub .season2-section .row04 .service-list li,
#sub .season2-section .row05 .service-list li {
  border-top-color: #424242;
}
#sub .season2-section .row04 .service-list li h3,
#sub .season2-section .row05 .service-list li h3 {
  color: #fff;
}
#sub .season2-section .row04 .service-list li p,
#sub .season2-section .row05 .service-list li p {
  color: #f5f5f5;
  line-height: 42px;
}
#sub .season2-section .row06 {
  margin-top: 316px;
}
#sub .season2-section .row06 .container {
  position: relative;
}
#sub .season2-section .row06 p {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
#sub .season2-section .row06 .tit {
  position: absolute;
  left: 0;
  top: -32px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 59px;
  font-weight: 900;
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#sub .season2-section .row07 {
  margin-top: 117px;
}
#sub .season2-section .row07 .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 38px;
}
#sub .season2-section .row07 .list li {
  padding: 49px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
  backdrop-filter: blur(25px);
}
#sub .season2-section .row07 .list li span {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
  opacity: 0.6;
}
#sub .season2-section .row07 .list li p {
  margin-top: 26px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 42px;
}
#sub .season2-section .row08 {
  margin-top: 196px;
  text-align: center;
}
#sub .season2-section .row08 span {
  color: #424242;
  font-size: 23px;
  font-weight: 400;
}
#sub .season2-section .row08 p {
  margin-top: 23px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  line-height: 37px;
}
#sub .season2-section .row09 {
  margin-top: 196px;
  text-align: center;
}
#sub .season2-section .row09 img {
  width: 313px;
  max-width: 100%;
}
#sub .season2-section .row09 a {
  display: inline-block;
  padding: 26px 41px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  background: linear-gradient(270deg, #7c4dff 0%, #3d5afe 100%);
  border-radius: 20px;
}

@media all and (min-width: 768px) {
  /* SUB UI COMMON CSS */
  #sub .sub-header {
    margin-top: 123px;
  }
  #sub .sub-header h2 {
    font-size: 42px;
  }
  #sub .sub-header p {
    font-size: 32px;
    line-height: 51px;
  }
  /* CULTURE SECTION CSS */
  #sub .culture-section {
    padding: 170px 0;
  }
  #sub .culture-section .row01 h3,
  #sub .culture-section .row02 h3 {
    font-size: 37px;
    line-height: initial;
  }
  #sub .culture-section .row01 p,
  #sub .culture-section .row02 p {
    margin-top: 37px;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 31px;
  }
  #sub .culture-section .row02 p {
    font-size: 23px;
    line-height: 1.5;
  }
  #sub .culture-section .row02,
  #sub .culture-section .row03 {
    margin-top: 196px;
  }
  #sub .culture-section .row03 .list {
    flex-direction: row;
  }
  #sub .culture-section .row03 .list li {
    width: calc(50% - 19px);
    padding: 79px;
  }
  #sub .culture-section .row04 {
    margin-top: 196px;
  }
  #sub .culture-section .row04 span {
    font-size: 37px;
  }
  #sub .culture-section .row04 p {
    margin-top: 37px;
    font-size: 37px;
    line-height: 59px;
  }
  /* HISTORY SECTION CSS */
  #sub .history-section .row01 .list {
    flex-direction: row;
  }
  #sub .history-section .row01 .list li {
    width: calc(50% - 19px);
  }
  #sub .history-section .row02 .list > li .year {
    font-size: 26px;
    font-weight: 500;
    color: #212121;
  }
  #sub .history-section .row02 .list > li ul {
    margin-left: 42px;
  }
  #sub .history-section .row02 .list > li ul li {
    font-size: 19px;
    line-height: 31px;
  }
  /* PARTNERSHIP SECTION CSS */
  #sub .partnership-section .row01 .list li {
    width: calc(25% - 28.5px);
  }
  /* SERVICE SECTION01 CSS */
  #sub .service-section01 .row05 .list {
    flex-direction: row;
  }
  #sub .service-section01 .row05 .list li {
    width: calc(50% - 19px);
  }
  /* SERVICE SECTION03 CSS */
  #sub .service-section03 .row01 h3 {
    font-size: 37px;
  }
  /* SEASON2 SECTION CSS */
  #sub .season2-section {
    padding: 223px 0 196px 0;
  }
  #sub .season2-section .row01 .app-store a:first-child {
    margin-right: 38px;
  }
  #sub .season2-section .row01 .app-store img {
    height: 64px;
  }
  #sub .season2-section .row02 .container {
    flex-direction: row;
  }

  #sub .season2-section .row06 p {
    font-size: 37px;
    line-height: 51px;
  }
  #sub .season2-section .row06 .tit {
    top: -68px;
    font-size: 110px;
  }
  #sub .season2-section .row07 {
    margin-top: 196px;
  }
  #sub .season2-section .row08 span {
    font-size: 37px;
  }
  #sub .season2-section .row08 {
    margin-top: 316px;
  }
  #sub .season2-section .row08 p {
    font-size: 31px;
    line-height: 1.6;
  }
}
@media all and (min-width: 1366px) {
  /* SUB UI COMMON CSS */
  #sub .sub-header {
    margin-top: 199px;
  }
  #sub .sub-content .service-list {
    flex-direction: row;
  }
  #sub .sub-content .service-list li {
    width: calc(50% - 19px);
  }
  /* CULTURE SECTION CSS */
  #sub .culture-section {
    padding: 275px 0;
  }
  /* HISTORY SECTION CSS */
  #sub .history-section .row01 {
    width: 65.7393850658858%;
    margin: 0 auto;
  }
  /* NEWS SECTION CSS */
  #sub .news-section .container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
  }
  #sub .news-section .container .youtube li {
    width: calc(33.33% - 25.33333333333333px);
    margin-top: 0;
  }
  #sub .news-section .container .post li {
    width: calc(25% - 28.5px);
    margin-top: 0;
  }
  /* SERVICE SECTION01 CSS */
  #sub .service-section01 .row01 .list {
    flex-direction: row;
  }
  #sub .service-section01 .row01 .list li {
    width: calc(33.33% - 25.33333333333333px);
  }
  #sub .service-section01 .row05 .div-wrap {
    width: 65.7393850658858%;
  }
  /* SERVICE SECTION02 CSS */
  #sub .service-section02 .row04 .list {
    display: flex;
    flex-direction: row;
    gap: 38px;
  }
  #sub .service-section02 .row04 .list li {
    align-items: center;
    width: calc(25% - 28.5px);
  }
  /* SERVICE SECTION03 CSS */
  #sub .service-section03 .row01 p {
    text-align: center;
  }
  /* SERVICE SECTION07 CSS */
  #sub .service-section07 .row01 .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  #sub .service-section07 .row01 h3 {
    font-size: 37px;
    line-height: 59px;
  }
  #sub .service-section07 .row01 .txt {
    padding: 79px 49px 79px 0;
  }
  #sub .service-section07 .row01 .img {
    width: 35%;
    margin-top: 0;
  }
  /* SEASON2 SECTION CSS */
  #sub .season2-section .row01 p,
  #sub .season2-section .row02 p {
    font-size: 37px;
    line-height: 54px;
  }
  #sub .season2-section .row02 .img {
    width: 319px;
    max-width: 100%;
  }
  #sub .season2-section .row07 .list {
    flex-direction: row;
  }
  #sub .season2-section .row07 .list li {
    width: calc(50% - 19px);
    padding: 79px;
  }
}

/* ANIMATION CSS */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
