#sub-main {
  width: 100%;
  height: auto;
  padding-top: 120px;
  display: flex;
  flex-direction: column;
  background: white;
}
#sub-main .subvisual {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#sub-main .subvisual .container {
  position: relative;
  width: 95%;
  height: 360px;
  max-width: 1720px;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#sub-main .subvisual .container > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-main .subvisual .container .cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: rgba(24, 14, 75, 0.6);
  z-index: 3;
}
#sub-main .subvisual .container .cover .title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
#sub-main .subvisual .container .cover .title-wrap > span {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
#sub-main .subvisual .container .cover .title-wrap > h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.sub-01 {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sub-01 .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
.sub-01 .container .left {
  flex: 1 1 40%;
  padding-top: 60px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sub-01 .container .left > b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.sub-01 .container .left > p {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: #464646;
}
.sub-01 .container > figure {
  flex: 1 1 40%;
  padding: 32px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 0 12px -4px rgba(0, 0, 0, 0.4);
}
.sub-01 .container > figure > img {
  width: 100%;
  height: auto;
}

.sub-02 {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sub-02 .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  padding: 80px 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background: rgba(56, 91, 154, 0.05);
  border-radius: 12px;
}
.sub-02 .container .contents-wrap {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.sub-02 .container .contents-wrap > b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
.sub-02 .container .contents-wrap > p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #464646;
  word-break: keep-all;
}
.sub-02 .container .contents-wrap > p > a {
  color: #385B9A;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  text-decoration-color: #385B9A;
}
.sub-02 .container > figure {
  width: 100%;
  height: auto;
  padding: 24px 36px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 10px -4px rgba(0, 0, 0, 0.5);
}
.sub-02 .container > figure > img {
  width: 100%;
  height: auto;
}

.sub-effects {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sub-effects .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sub-effects .container > h4 {
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.sub-effects .container .effect-group {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  gap: 3px;
}
.sub-effects .container .effect-group .majors {
  flex: 0 0 35%;
  padding: 40px 16px 40px 30px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fafafa;
}
.sub-effects .container .effect-group .majors > span {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.3;
  word-break: keep-all;
  color: #3D3D3D;
}
.sub-effects .container .effect-group .majors > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #3D3D3D;
  border-radius: 10000rem;
}
.sub-effects .container .effect-group .addition {
  flex: 1 1 auto;
  padding: 40px 4%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #F8F8FE;
}
.sub-effects .container .effect-group .addition > b {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.2;
  color: #180E4B;
  word-break: keep-all;
}
.sub-effects .container .effect-group .addition > b::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 10000rem;
  background: #180E4B;
}
.sub-effects .container .effect-group .addition > p {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  color: black;
}

.sub-table {
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sub-table .container {
  width: 95%;
  height: auto;
  max-width: 1280px;
  display: flex;
  flex-direction: column;
}
.sub-table .container .title-wrap {
  width: 100%;
  height: auto;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub-table .container .title-wrap > h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #3D3D3D;
  word-break: keep-all;
}
.sub-table .container .title-wrap > span {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  color: black;
}
.sub-table .container table {
  width: 100%;
  height: auto;
  border-bottom: 4px solid #EAEBFD;
}
.sub-table .container table.col-3 colgroup col {
  width: 33.3333333333%;
}
.sub-table .container table.col-4 colgroup col {
  width: 25%;
}
.sub-table .container table.col-6 colgroup col {
  width: 16.6666666667%;
}
.sub-table .container table.col-7 colgroup col {
  width: 14.2857142857%;
}
.sub-table .container table thead {
  border-bottom: 3px solid white;
}
.sub-table .container table thead tr {
  height: 44px;
  background: #EAEBFD;
}
.sub-table .container table thead tr th {
  height: 100%;
  padding: 0 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
  color: #180E4B;
}
.sub-table .container table thead tr th:not(:last-child) {
  border-right: 3px solid white;
}
.sub-table .container table tbody tr {
  height: 44px;
  background: white;
}
.sub-table .container table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.sub-table .container table tbody tr td {
  height: 100%;
  padding: 0 12px;
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
  color: #2D2D2D;
}
.sub-table .container table tbody tr td:not(:last-child) {
  border-right: 3px solid white;
}

.see-more {
  width: 90%;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 70px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #180E4B;
  border-radius: 8px;
}
.see-more > span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.see-more > b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}

.sdi-summary {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.sdi-summary .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  background: #F5F6FA;
  border-radius: 10px;
  overflow: hidden;
}
.sdi-summary .container .left {
  flex: 1 1 40%;
  padding: 64px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sdi-summary .container .left .tag {
  margin-bottom: 10px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: white;
  word-break: keep-all;
  text-align: center;
  background: #030EEB;
  border-radius: 10000rem;
}
.sdi-summary .container .left .summary-title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  word-break: keep-all;
}
.sdi-summary .container .left .summary-contents {
  font-size: 18px;
  line-height: 1.4;
  word-break: keep-all;
  color: #707070;
}
.sdi-summary .container .right {
  position: relative;
  flex: 1 1 40%;
  display: flex;
}
.sdi-summary .container .right > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.solution-title-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.solution-title-wrap .tag {
  padding: 8px 16px;
  background: #030EEB;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  word-break: keep-all;
  border-radius: 100000rem;
}
.solution-title-wrap .tag.white {
  background: white;
  color: #030EEB;
}
.solution-title-wrap .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: black;
  word-break: keep-all;
  text-align: center;
}
.solution-title-wrap .title.white {
  color: white;
}
.solution-title-wrap .content {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  word-break: keep-all;
  text-align: center;
  color: black;
}
.solution-title-wrap .content.white {
  color: white;
}

.about-solution {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.about-solution .cover {
  width: 100%;
  height: 100%;
  padding: 70px 0;
  background: rgba(0, 0, 0, 0.3);
}
.about-solution .cover .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.about-solution .cover .container .content-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
}
.about-solution .cover .container .content-wrap .card {
  flex: 1 1 40%;
  padding: 52px 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid white;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
}
.about-solution .cover .container .content-wrap .card > img {
  width: 100%;
  height: auto;
  margin-bottom: 28px;
}
.about-solution .cover .container .content-wrap .card .card-box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-solution .cover .container .content-wrap .card .card-box .name-group {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 16px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.about-solution .cover .container .content-wrap .card .card-box .name-group span {
  font-size: 18px;
  line-height: 1.1;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.about-solution .cover .container .content-wrap .card .card-box .name-group em {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
}
.about-solution .cover .container .content-wrap .card .card-box .name-group::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: white;
}
.about-solution .cover .container .content-wrap .card .card-box .card-desc {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
  text-align: center;
  color: white;
}

.whole-industry {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}
.whole-industry .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.whole-industry .container .industry-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
.whole-industry .container .industry-grid .cell {
  width: 100%;
  height: 76px;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #EAEBFD;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  color: #180E4B;
  word-break: keep-all;
  text-align: center;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}

.competition {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 100px 100px 0 0;
  overflow: hidden;
}
.competition .cover {
  width: 100%;
  height: 100%;
  padding: 100px 0;
  background: rgba(11, 17, 129, 0.6);
}
.competition .cover .container {
  width: 95%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.competition .cover .container .competit-grid {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
.competition .cover .container .competit-grid .cell {
  width: 100%;
  height: auto;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.competition .cover .container .competit-grid .cell .competit-icon {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 24px;
  overflow: hidden;
}
.competition .cover .container .competit-grid .cell .competit-icon > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.competition .cover .container .competit-grid .cell .competit-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  word-break: keep-all;
  text-align: center;
  margin-bottom: 10px;
}
.competition .cover .container .competit-grid .cell .competit-desc {
  font-size: 16px;
  line-height: 1.2;
  word-break: keep-all;
  text-align: center;
  color: #aaa;
}/*# sourceMappingURL=sub.css.map */