@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&display=swap");
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.title {
  width: 100%;
  display: block;
  text-align: center;
}
.title > span {
  font-family: GmarketSansMedium;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
  color: #303dc9;
}
.title > h2 {
  font-weight: 100;
  font-size: 38px;
  line-height: 150%;
}
.title > strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
}

.white {
  color: white !important;
}

.block {
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
}
.container header {
  text-align: center;
}
.container header h1 {
  font-size: 38px;
  color: #323C95;
}
.container header h1 strong {
  font-size: 38px;
  color: #0A0A68;
}
.container .section01 {
  background-color: #ECEDF1;
  padding: 130px 0;
}
.container .section01 .cube {
  background: #a4dfff;
  display: block;
  width: 823px;
  height: 330px;
  text-align: center;
  margin: 50px auto 44px;
  border-radius: 20px;
  position: relative;
}
.container .section01 .cube > img {
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.container .section01 .cube .cube-txt {
  font-family: Pretendard;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: #c5f0ff;
  font-size: 150px;
  width: 100%;
  letter-spacing: -5px;
  opacity: 20%;
  z-index: 3;
}
.container .section01 .cube .cube-txt2 {
  font-family: Pretendard;
  z-index: 0 !important;
  opacity: 100% !important;
}
.container .section01 .stats {
  width: 820px;
  margin: 0 auto;
}
.container .section01 .stats .rating-summary {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 66px;
  margin-top: 33px;
}
.container .section01 .stats .rating-summary .left .label {
  color: #131A51;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 17px;
}
.container .section01 .stats .rating-summary .left .stars {
  display: inline-block;
}
.container .section01 .stats .rating-summary .right .right-top {
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 155.556% */
}
.container .section01 .stats .rating-summary .right .right-bottom {
  font-family: "GmarketSansMedium", sans-serif;
  display: flex;
  justify-content: space-between;
  margin-top: 33px;
}
.container .section01 .stats .rating-summary .right .right-bottom .price b {
  color: #303DC9;
  font-family: "Gmarket Sans TTF";
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
}
.container .section01 .stats .rating-summary .right .right-bottom .price span {
  font-size: 24px;
}
.container .section01 .stats .rating-summary .right .right-bottom .price p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.container .section01 .stats .rating-summary .right .right-bottom .score .value {
  color: #303DC9;
  font-family: "Gmarket Sans TTF";
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
}
.container .section01 .stats .rating-summary .right .right-bottom .score .total {
  color: #999;
  font-family: "Gmarket Sans TTF";
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
}
.container .section01 .stats .rating-summary .right .right-bottom .score p {
  color: #000;
  text-align: center;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.container .section01 .stats .info-box .chart-graph {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  position: relative;
  width: 240px;
  height: 240px;
  border-radius: 320px;
  background: #c0bebf;
}
.container .section01 .stats .info-box .chart-graph::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 75%;
  background: #fff;
  border-radius: 100%;
}
.container .section01 .stats .info-box .chart-graph .chart-graph-bar {
  position: absolute;
  top: 10%;
  left: 50%;
  background: #091d70;
  height: 100%;
  width: 80%;
  transform: translate(-50%, 0) rotateZ(-90deg);
  transform-origin: center;
}
.container .section01 .stats .info-box .chart-graph .chart-graph-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #091d70;
  width: 64%;
  text-align: center;
}
.container .section01 .stats .info-box .chart-graph .chart-graph-txt .chart-graph-txt-per {
  font-size: 54px;
}
.container .section01 .stats .info-box .chart-graph .chart-graph-txt .chart-graph-txt-cap {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  padding-top: 6px;
}
.container .section01 .stats .info-box .chart-txt {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  text-align: center;
}
.container .section01 .stats .stat-box {
  position: relative;
}
.container .section01 .stats .stat-box .bar {
  position: absolute;
  right: 64px;
  top: 46%;
  transform: translateY(-50%);
}
.container .section01 .stats .stat-box .bar .bar-chart-txt {
  position: absolute;
  left: 24%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: right;
}
.container .section01 .stats .stat-box .bar .bar-chart-txt .bar-chart-txt-per {
  color: #0e0e6c;
}
.container .section01 .stats .stat-box .bar .bar-chart-txt .bar-chart-txt-per > span {
  font-size: 22px;
}
.container .section01 .stats .stat-box .bar .bar-chart-txt .bar-chart-txt-per > b {
  margin-top: 10px;
  font-size: 34px;
  display: block;
}
.container .section01 .stats .stat-box .bar .bar-chart-txt .bar-chart-txt-cap {
  color: #666;
  font-size: 16px;
  line-height: 150%;
  margin-top: 40px;
}
.container .section01 .stats .stat-box .bar .chart-txt {
  display: block;
  font-size: 18px;
  text-align: center;
  margin-top: 18px;
}
.container .section01 .stats .box {
  width: 820px;
  background: #fff;
  border-radius: 20px;
  padding: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  height: 404px;
}
.container .section01 .stats .box .box-text-title {
  font-size: 28px;
  line-height: 130%;
  color: #303dc9;
}
.container .section01 .stats .box .box-text-title strong {
  color: #000;
  font-size: 28px;
}
.container .section01 .stats .box .box-desc {
  font-size: 18px;
  color: #666;
  margin-top: 52px;
  font-weight: 600;
  line-height: 150%;
}
.container .section02 {
  background: #303DC9;
  padding: 130px 0;
}
.container .section02 .recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.container .section02 .recommend .recommend-list {
  background: #fff;
  padding: 26px 42px;
  width: 820px;
  margin-bottom: 14px;
  border-radius: 18px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.container .section02 .recommend .recommend-list .emoji {
  width: 40px;
  margin-right: 4px;
}
.container .section02 .recommend .recommend-list .job {
  margin-right: 6px;
  color: #fff;
  background: #303dc9;
  padding: 6px 8px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 22px;
}
.container .section02 .recommend .recommend-list .desc {
  margin-left: 4px;
  font-size: 22px;
  font-weight: 500;
}
.container .section03 {
  background: #101116;
  padding: 146px 0;
}
.container .section03 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section03 .type8 .title {
  width: 100%;
  display: block;
  text-align: center;
}
.container .section03 .type8 .title > span {
  font-family: GmarketSansMedium;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
}
.container .section03 .type8 .title > h2 {
  font-weight: 200;
  font-size: 38px;
  line-height: 150%;
  display: block;
}
.container .section03 .type8 .title > strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
}
.container .section03 .type8 .title-04 {
  color: #fff;
}
.container .section03 .type8 .title-04 > span {
  color: #303dc9;
  font-size: 18px;
}
.container .section03 .type8 .skill {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  justify-content: center;
  padding: 40px;
  padding-bottom: 0;
}
.container .section03 .type8 .skill .skill-card {
  position: relative;
  padding: 36px 24px 48px;
  color: #fff;
  background: #1d202f;
  border-radius: 20px;
  z-index: 1;
  text-align: center;
  width: calc(50% - 12px);
  overflow: hidden;
}
.container .section03 .type8 .skill .skill-card .skill-card-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 24px;
}
.container .section03 .type8 .skill .skill-card .skill-card-title > img {
  width: 29px;
  vertical-align: text-bottom;
}
.container .section03 .type8 .skill .skill-card .skill-card-description {
  font-size: 17px;
  line-height: 1.5;
  color: #999;
  font-weight: 200;
}
.container .section03 .type8 .skill .skill-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px solid #273199;
  border-radius: 20px;
  pointer-events: none;
  z-index: 2;
  -webkit-mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  mask-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}
.container .section03 .type8 .skill .skill-card .skill-card-img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}
.container .section03 .type8 .skill .skill-card .skill-card-img > img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.container .section03 .type8 .skill .skill-card .skill-card-img .round {
  display: flex;
  right: 20px;
  top: 16px;
  gap: 8px;
  position: absolute;
}
.container .section03 .type8 .skill .skill-card .skill-card-img .round .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.container .section03 .type8 .skill .skill-card .skill-card-img .round .circle-one {
  background-color: #a1a1a0;
}
.container .section03 .type8 .skill .skill-card .skill-card-img .round .circle-two {
  background-color: #8ba2eb;
}
.container .section03 .type8 .skill .skill-card .skill-card-img .round .circle-three {
  background-color: #16161e;
}
.container .section04 {
  padding: 130px 0 150px 0;
}
.container .section04 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section04 .type8 .title {
  width: 100%;
  display: block;
  text-align: center;
}
.container .section04 .type8 .title > span {
  color: #303DC9;
  font-family: GmarketSansMedium;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 8px;
  display: block;
}
.container .section04 .type8 .title h2 {
  font-weight: 200;
  font-size: 38px;
  line-height: 150%;
  display: block;
}
.container .section04 .type8 .title strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
}
.container .section04 .type8 .point2-img {
  margin-top: 36px;
  text-align: center;
  position: relative;
}
.container .section04 .type8 .point2-img .point2-img-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #303dc9;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
.container .section04 .type8 .point2-img > .txt_1 {
  text-align: right;
  left: 18%;
  top: 33%;
}
.container .section04 .type8 .point2-img > .txt_2 {
  text-align: right;
  left: 16.5%;
  top: 60%;
}
.container .section04 .type8 .point2-img > .txt_2 > img {
  width: 24px;
  padding-bottom: 4px;
  vertical-align: middle;
}
.container .section04 .type8 .point2-img > .txt_3 {
  text-align: right;
  left: 15%;
  top: 86%;
}
.container .section04 .type8 .point2-img > .txt_4 {
  text-align: left;
  left: 84%;
  top: 33%;
}
.container .section04 .type8 .point2-img > .txt_5 {
  text-align: left;
  left: 84%;
  top: 87%;
}
.container .section04 .type8 .point2-card {
  margin-top: 84px;
}
.container .section04 .type8 .point2-card .point2-card-box {
  background-color: #fff;
  border: 2px solid #141527;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-bottom: 16px;
  position: relative;
}
.container .section04 .type8 .point2-card .point2-card-box .point2-card-box-plus {
  position: absolute;
  background-color: #141527;
  border-radius: 100%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -18%;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  width: 64px;
  height: 64px;
  font-weight: 200;
}
.container .section04 .type8 .point2-card .point2-card-box .point2-card-box-plus > .plus-icon {
  font-size: 48px;
}
.container .section04 .type8 .point2-card .point2-card-box-list {
  list-style: none;
  padding: 30px 24px 0;
  margin: 0;
}
.container .section04 .type8 .point2-card .point2-card-box-list .bullet {
  display: flex;
  align-items: baseline;
  margin-bottom: 15px;
}
.container .section04 .type8 .point2-card .point2-card-box-list .bullet .bullet-number {
  background: #303dc9;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 12px;
}
.container .section04 .type8 .point2-card .point2-card-box-list .bullet .bullet-text {
  color: #000;
  line-height: 1.5;
  font-size: 20px;
  display: flex;
}
.container .section04 .type8 .point2-card .point2-card-box-list .bullet .bullet-text > strong {
  color: #303dc9;
  font-weight: 700;
  margin-right: 24px;
  width: 74px;
}
.container .section04 .type8 .point2-card .point2-card-box-divider {
  background: #141527;
  color: #fff;
  text-align: center;
  padding: 15px 0 20px;
  font-weight: 700;
  font-size: 20px;
  margin-top: 24px;
}
.container .section04 .type8 .point2-card .point2-card-box-divider > span {
  color: #737376;
  font-weight: 400;
  margin-right: 8px;
  font-size: 22px;
}
.container .section04 .type8 .sub {
  font-size: 22px;
  margin-top: 76px;
  line-height: 150%;
  text-align: center;
  color: #333;
}
.container .section05 {
  width: 100%;
  padding: 130px 0 150px 0;
  background: #141527;
}
.container .section05 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section05 .type8 .title-05 {
  color: #fff;
}
.container .section05 .type8 .point_03-img-list {
  margin-top: 18px;
}
.container .section05 .type8 .point_03-img-list .point_03-img-list-item {
  line-height: 180%;
  font-size: 16px;
  font-weight: 100;
  text-align: left;
  color: #fff;
  opacity: 65%;
}
.container .section05 .type8 .dot-list {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  color: rgb(102, 102, 102);
  font-size: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.container .section05 .type8 .dot-list > li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  color: rgb(102, 102, 102);
  font-size: 15px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.container .section05 .type8 .dot-list > li::after {
  content: "·";
  position: absolute;
  left: 0px;
  font-family: Montserrat, sans-serif;
  top: 0px;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.container .section05 .type8 .down_arrow {
  text-align: center;
}
.container .section05 .type8 .down_arrow > img {
  background: #303dc9;
  padding: 32px 10px;
  border-radius: 24px;
  margin: 64px 0;
}
.container .section05 .type8 .point_03-tit .sub_tit {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 150%;
  color: #fff;
  opacity: 85%;
}
.container .section05 .type8 .point_03-content {
  display: flex;
  gap: 28px;
  margin-bottom: 64px;
}
.container .section05 .type8 .point_03-content .point_03-content-box {
  width: 50%;
  text-align: center;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-top {
  padding-bottom: 36px;
  border-bottom: 1px solid #666;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-top img {
  margin-bottom: 36px;
  display: block;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-top b {
  font-size: 24px;
  color: #fff;
  margin-bottom: 18px;
  display: block;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-top p {
  font-size: 18px;
  color: #999;
  line-height: 150%;
  font-weight: 200;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-bottom {
  margin-top: 40px;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-bottom .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  list-style: none;
  padding: 0;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-bottom .tag .left-item {
  width: calc(50% - 20px);
  padding: 10px 0;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-bottom .tag .right-item {
  padding: 10px 8px;
}
.container .section05 .type8 .point_03-content .point_03-content-box .point_03-content-box-bottom .tag .tag-item {
  border: 1px solid #b5b5b5;
  border-radius: 26px;
  font-size: 16px;
  color: #b5b5b5;
  font-weight: 200;
  white-space: nowrap;
}
.container .section05 .type8 .point_03-sub {
  text-align: center;
  color: #fff;
  font-size: 28px;
  line-height: 150%;
}
.container .section05 .type8 .point_03-sub p {
  font-weight: 200;
}
.container .section05 .type8 .point_03-sub b {
  font-weight: 800;
}
.container .section06 {
  padding: 120px 0 176px 0;
  background-color: #fff;
}
.container .section06 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section06 .type8 .title-07 > .titlte-07-txt {
  font-size: 24px !important;
}
.container .section06 .type8 .title-07-sub {
  margin-top: 42px;
  font-size: 18px !important;
  line-height: 180% !important;
  color: #000;
  opacity: 85%;
}
.container .section06 .type8 .point_04-card {
  margin-top: 66px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.container .section06 .type8 .point_04-card .point_04-card-list {
  background: #141527;
  padding: 24px 20px;
  width: calc(50% - 16px);
  height: 190px;
  position: relative;
  color: #ddd;
  box-sizing: border-box;
}
.container .section06 .type8 .point_04-card .point_04-card-list > img {
  position: absolute;
  right: 20px;
  top: 24px;
  z-index: 0;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-tit p {
  font-size: 22px;
  font-weight: 100;
}
.container .section06 .type8 .point_04-card .point_04-card-list ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-con {
  margin-top: 16px;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-con .point_04-card-list-con-li {
  font-size: 16px;
  font-weight: 100;
  line-height: 160%;
  display: flex;
  letter-spacing: -0.1px;
  gap: 6px;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-con .point_04-card-list-con-li p {
  font-weight: 100;
  margin: 0;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-con .point_04-card-list-con-li p strong {
  color: #fff;
  font-weight: 600;
}
.container .section06 .type8 .point_04-card .point_04-card-list .point_04-card-list-con .point_04-card-list-con-li p .l-txt {
  font-size: 19px;
  color: #fff;
  font-weight: 600;
}
.container .section06 .type8 .point_04-card .point_04-card-list::after {
  position: absolute;
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background: #303dc9;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.container .section06 .type8 .point_04-sub {
  margin-top: 60px;
  text-align: center;
}
.container .section06 .type8 .point_04-sub .point_04-sub-txt {
  line-height: 150%;
  font-size: 32px;
  margin-bottom: 90px;
}
.container .section06 .type8 .point_04-sub .point_04-sub-txt .blue-txt {
  font-size: 40px;
  color: #303dc9;
}
.container .section06 .type8 .point_04-sub .point_04-sub-img {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  width: 80%;
  text-align: center;
  margin: 90px auto 0;
}
.container .section07 {
  padding: 120px 0 176px 0;
  background: #141527;
}
.container .section07 .title {
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
}
.container .section07 .title h2 strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
}
.container .section07 .point_5 {
  width: 820px;
  margin: 0 auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.container .section07 .point_5 .point_5-card {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 9px);
  background-color: #fff;
  padding: 22px 12px;
  border: 1px solid #707070;
  border-radius: 12px;
}
.container .section07 .point_5 .point_5-card .point_5-card-right {
  text-align: center;
  width: 53%;
}
.container .section07 .point_5 .point_5-card .point_5-card-right .point_5-card-right-check {
  margin-bottom: 12px;
}
.container .section07 .point_5 .point_5-card .point_5-card-right .point_5-card-right-txt {
  border-top: 1px solid #303dc9;
}
.container .section07 .point_5 .point_5-card .point_5-card-right .point_5-card-right-txt .point_5-card-right-txt-p {
  color: #333;
  font-size: 18px;
  line-height: 150%;
  font-weight: 300;
  padding: 14px 0;
}
.container .section07 .point_5 .point_5-card .point_5-card-right .point_5-card-right-txt .point_5-card-right-txt-b {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 0;
  border-radius: 20px;
  background: linear-gradient(#303dc9, #1f2998);
}
.container .section08 {
  padding: 160px 0;
  background-color: #ececec;
}
.container .section08 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section08 .type8 header {
  width: 100%;
  display: block;
  text-align: center;
}
.container .section08 .type8 header h2 {
  font-weight: 100;
  font-size: 38px;
  line-height: 150%;
  display: block;
}
.container .section08 .type8 header h2 strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 150%;
}
.container .section08 .type8 .curriculum {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 24px;
}
.container .section08 .type8 .curriculum .accent {
  border: 2px solid #475eff !important;
}
.container .section08 .type8 .curriculum .accent_color {
  color: #303dc9 !important;
}
.container .section08 .type8 .curriculum .accent_bullet {
  background: #303dc9 !important;
}
.container .section08 .type8 .curriculum .curriculum-list {
  background: 0 0;
  border: 2px solid #b1b1b1;
  border-radius: 20px;
  padding: 24px 18px;
  width: calc(50% - 24px);
  gap: 16px;
  display: flex;
  align-items: flex-start;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-bullet {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-txt-tit {
  font-size: 22px;
  line-height: 140%;
  font-weight: 800;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-txt-level {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin-top: 8px;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-txt-level li {
  border-radius: 26px;
  font-size: 16px;
  width: 86px;
  text-align: center;
  font-weight: 300;
  white-space: nowrap;
  padding: 2px 0;
}
.container .section08 .type8 .curriculum .curriculum-list .offline {
  background-image: linear-gradient(#160c7f 0, #7341fc 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.container .section08 .type8 .curriculum .curriculum-list .offline::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(#160c7f 0, #7341fc 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}
.container .section08 .type8 .curriculum .curriculum-list .theory {
  background: #fff;
  border: 2px solid #c4c4c4;
  color: #000;
}
.container .section08 .type8 .curriculum .curriculum-list .practice {
  background: #000;
  color: #fff;
}
.container .section08 .type8 .curriculum .curriculum-list .coaching {
  background: linear-gradient(#2f3cc5, #222c9f);
  color: #fff;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-txt-con {
  margin-top: 20px;
}
.container .section08 .type8 .curriculum .curriculum-list .curriculum-list-txt-con .curriculum-list-txt-con-li {
  color: #61626b;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  display: flex;
  gap: 0 6px;
}
.container .section09 {
  background: repeating-linear-gradient(-45deg, #141527, #141527 4px, #fff 0, #fff 2px);
  padding: 124px 0;
}
.container .section09 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section09 .type8 header {
  color: #fff;
  margin-bottom: 60px;
}
.container .section09 .type8 header h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 1.5;
}
.container .section09 .type8 header strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 1.5;
}
.container .section09 .type8 .field {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 0;
}
.container .section09 .type8 .field .field-list:nth-of-type(3n)::before {
  width: 0;
}
.container .section09 .type8 .field .field-list {
  background-color: #2c46ff;
  width: calc(33.3% - 24px);
  height: 70px;
  line-height: 70px;
  margin-right: 24px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  z-index: 10;
}
.container .section09 .type8 .field .field-list p {
  font-size: 20px;
  color: #fff;
}
.container .section09 .type8 .field .field-list::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  width: 23px;
  border-top: 3px dotted #fff;
  opacity: 40%;
  z-index: 1;
}
.container .section09 .type8 .field_sub {
  margin-top: 70px;
}
.container .section09 .type8 .field_sub .field_sub-txt {
  text-align: center;
  color: #d8d8d8;
  font-size: 20px;
  line-height: 160%;
  font-weight: 100;
}
.container .section09 .type8 .field_sub .field_sub-txt strong {
  color: #fff;
  font-weight: 600;
}
.container .section10 {
  padding: 100px 0 120px;
}
.container .section10 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section10 .type8 header {
  width: 100%;
  display: block;
  text-align: center;
}
.container .section10 .type8 header h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 1.5;
}
.container .section10 .type8 header strong {
  display: block;
  font-size: 38px;
  line-height: 1.5;
  font-weight: 800;
}
.container .section10 .type8 .campus {
  margin-top: 70px;
}
.container .section10 .type8 .campus img {
  text-align: center;
}
.container .section11 {
  padding: 124px 0 136px 0;
  background: #141527;
}
.container .section11 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section11 .type8 header {
  color: #fff;
}
.container .section11 .type8 header h2 {
  font-weight: 100;
  font-size: 38px;
  line-height: 1.5;
}
.container .section11 .type8 header strong {
  display: block;
  font-weight: 800;
  font-size: 38px;
  line-height: 1.5;
}
.container .section11 .type8 .step {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 0;
}
.container .section11 .type8 .step .step-order {
  width: 33.3%;
  text-align: center;
  position: relative;
}
.container .section11 .type8 .step .step-order::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -3%;
  top: 50%;
  transform: translateY(-140%);
  background-image: url(/img/right_arrow.png);
}
.container .section11 .type8 .step .step-order:last-of-type::before {
  width: 0;
}
.container .section11 .type8 .step .step-order .step-order-title {
  display: block;
  color: #6e71ff;
}
.container .section11 .type8 .step .step-order .step-order-img {
  margin: 12px 0 16px;
}
.container .section11 .type8 .step .step-order .step-order-con {
  color: #fff;
}
.container .section11 .type8 .step .step-order .step-order-con p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}
.container .section11 .type8 .step .step-order .step-order-con b {
  font-size: 24px;
  line-height: 1.5;
}
.container .section12 {
  padding: 120px 0 200px;
}
.container .section12 .type8 {
  width: 820px;
  margin: 0 auto;
}
.container .section12 .type8 header {
  width: 100%;
  display: block;
  text-align: center;
}
.container .section12 .type8 header img {
  border: 1px solid #ececec;
  border-radius: 24px;
  width: 40%;
  padding: 10px 16px;
}
.container .section12 .type8 header strong {
  display: block;
  margin-top: 18px;
  font-weight: 800;
  font-size: 38px;
  line-height: 1.5;
}
.container .section12 .type8 .recruit {
  margin-top: 30px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}
.container .section12 .type8 .recruit .recruit-list {
  display: flex;
  gap: 0 90px;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dedede;
  padding: 16px 0 18px;
  font-weight: 400;
}
.container .section12 .type8 .recruit .recruit-list .letter-spacing_1 {
  letter-spacing: 2px;
}
.container .section12 .type8 .recruit .recruit-list .letter-spacing_2 {
  letter-spacing: 10px;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-title {
  padding-left: 40px;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-title b {
  font-size: 20px;
  width: 80px;
  display: block;
  line-height: 150%;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-con {
  font-size: 20px;
  line-height: 150%;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-con .small-txt {
  font-weight: 300;
  font-size: 17px;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-con .red {
  margin-left: 16px;
  font-size: 16px;
  color: #b83131;
  font-weight: 600;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-con .map {
  margin-top: 18px;
}
.container .section12 .type8 .recruit .recruit-list .recruit_1-txt b {
  font-size: 26px;
  display: block;
  line-height: 150%;
}
.container .section12 .type8 .recruit .recruit-list .recruit_1-txt .red {
  font-size: 16px;
  color: #b83131;
  font-weight: 600;
}
.container .section12 .type8 .recruit .recruit-list .recruit_2-txt span {
  font-weight: 300;
}
.container .section12 .type8 .recruit .recruit-list .recruit_6-txt {
  font-size: 24px;
  font-weight: 700;
}
.container .section12 .type8 .recruit .recruit-list .recruit_6-txt-notice {
  margin-top: 16px;
}
.container .section12 .type8 .recruit .recruit-list .recruit_6-txt-notice .recruit_6-txt-notice-list {
  display: flex;
  gap: 0 6px;
  color: #282828;
  font-weight: 300;
  margin-bottom: 4px;
  line-height: 1.5;
}
.container .section12 .type8 .recruit .recruit-list .recruit-list-sub {
  color: #282828;
  font-weight: 300;
  display: block;
  font-size: 19px;
  margin-top: 4px;
}
.container .section12 .type8 .recruit .recruit_1 {
  padding: 26px 0 28px;
}/*# sourceMappingURL=style.css.map */