/*------------------- Responsive --------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html,
body {
  font-size: 16px;
  color: #222222;
  line-height: normal;
  letter-spacing: .3px;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 15.6px; } }

em {
  font-style: normal; }

a {
  text-decoration: none;
  color: #222222; }

@media screen and (min-width: 992px) {
  a {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
    a:hover {
      color: rgba(0, 80, 230, 0.8); } }

@media screen and (max-width: 991px) {
  a {
    cursor: auto !important; } }

input:focus {
  outline: none; }

button,
select {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none; }

input[type="text"], input[type='submit'], input[type='button'] {
  -webkit-appearance: none;
  -webkit-appearance--moz-appearance: none;
  -webkit-appearance-appearance: none; }

address {
  font-style: normal; }

main > .inner {
  min-height: 800px; }

@media screen and (max-width: 1440px) {
  main#cube .container {
    padding: 0 60px; }
    main#cube .container.min {
      max-width: calc(1200px + (60px * 2)) !important; } }

@media screen and (max-width: 1199px) {
  main#cube .container {
    padding: 0 40px; } }

@media screen and (max-width: 991px) {
  main#cube {
    padding: 0 20px; } }

@media screen and (max-width: 766px) {
  main#cube {
    padding: 0; } }

ul.nostyle,
ol.nostyle {
  list-style: none;
  padding-left: 0;
  margin: 0; }

.jqimgFill {
  width: 100%;
  height: 100%; }

img {
  max-width: 100%;
  height: auto; }

/* ==========================================================================
 *   flexbox
 *==========================================================================*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .flex-row > .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.jc-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.jc-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jc-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jc-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.ai-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.ai-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.ai-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ai-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.ai-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.btn,
.btn-fillet50 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.5;
  border: 1px solid transparent;
  padding: 10px 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

@media screen and (max-width: 479px) {
  .btn,
  .btn-fillet50 {
    min-width: auto; } }

.btn {
  border-radius: 4px; }

.btn-gradient {
  color: #fff;
  background: #1A2658;
  background: -webkit-gradient(linear, left top, right top, from(#1A2658), to(#0035A0));
  background: linear-gradient(90deg, #1A2658 0%, #0035A0 100%); }

@media screen and (min-width: 992px) {
  .btn-border-primary:hover {
    color: #fff;
    background-color: #0050E6; }
  .btn-gradient:hover {
    background: transparent;
    border-color: #0050E6;
    color: #0050E6; }
    .btn-gradient:hover.hover-w {
      background: transparent;
      color: #fff;
      border-color: #fff; } }

.animate {
  -webkit-animation: spinningH 6s infinite linear;
  animation: spinningH 6s infinite linear; }

[not-existing] {
  zoom: 1; }

.f-en {
  font-family: "Helvetica Neue", Helvetica, sans-serif; }

.f-12 {
  font-size: 12px; }

.f-14 {
  font-size: 14px; }

.f-18 {
  font-size: 18px; }

.f-20 {
  font-size: 20px; }

.f-22 {
  font-size: 22px; }

.f-24 {
  font-size: 24px; }

.f-28 {
  font-size: 28px; }

.fw700 {
  font-weight: 700; }

.fw600 {
  font-weight: 600; }

.fw400 {
  font-weight: 400; }

.f-title_big,
.f-title_l,
.f-title_ml,
.f-title_m {
  font-weight: 700; }

@media screen and (min-width: 1441px) {
  .f-title_big {
    font-size: 56px; } }

@media screen and (max-width: 1440px) {
  .f-title_big {
    font-size: 49.28px; } }

@media screen and (max-width: 600px) {
  .f-title_big {
    font-size: 32px; } }

@media screen and (min-width: 992px) {
  .f-title_l {
    font-size: 53.33333px; } }

@media screen and (max-width: 991px) {
  .f-title_l {
    font-size: 42.66667px; } }

@media screen and (max-width: 600px) {
  .f-title_l {
    font-size: 32px; } }

@media screen and (min-width: 1441px) {
  .f-title_ml {
    font-size: 49.77778px; } }

@media screen and (max-width: 1440px) {
  .f-title_ml {
    font-size: 46.22222px; } }

@media screen and (max-width: 991px) {
  .f-title_ml {
    font-size: 20px; } }

@media screen and (max-width: 600px) {
  .f-title_ml {
    font-size: 24px; } }

@media screen and (min-width: 992px) {
  .f-title_m {
    font-size: 35.55556px; } }

@media screen and (max-width: 991px) {
  .f-title_m {
    font-size: 32.0px; } }

@media screen and (max-width: 600px) {
  .f-title_m {
    font-size: 21.33333px; } }

@media screen and (min-width: 992px) {
  .f-title_s {
    font-size: 32px; } }

@media screen and (max-width: 991px) {
  .f-title_s {
    font-size: 28.8px; } }

@media screen and (min-width: 992px) {
  .f-title_xs {
    font-size: 28.8px; } }

@media screen and (max-width: 991px) {
  .f-title_xs {
    font-size: 18px; } }

.f-subTitle_l,
.f-subTitle {
  font-style: normal; }

@media screen and (min-width: 1200px) {
  .f-subTitle_l {
    font-size: 23.11111px; } }

@media screen and (max-width: 1199px) {
  .f-subTitle_l {
    font-size: 20.8px; } }

@media screen and (min-width: 992px) {
  .f-subTitle {
    font-size: 21.33333px; } }

@media screen and (max-width: 991px) {
  .f-subTitle {
    font-size: 17.77778px; } }

.t-center {
  text-align: center; }

.slick-arrow {
  width: auto;
  height: auto; }
  .slick-arrow::before {
    font-family: "fontello";
    color: #909090;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out; }

.slick-prev {
  left: -3%; }

@media screen and (max-width: 766px) {
  .slick-prev {
    left: -30px; } }

.slick-next {
  right: -3%; }

@media screen and (max-width: 766px) {
  .slick-next {
    right: -30px; } }

.arrow-m .slick-arrow::before {
  font-size: 40px; }

.arrow-m .slick-prev::before {
  content: '\e811'; }

.arrow-m .slick-next::before {
  content: '\e80d'; }

.main-title {
  color: #1A2658;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 800;
  line-height: 1.5; }

@media screen and (max-width: 991px) {
  .main-title {
    margin-bottom: 25.5px; } }

@media screen and (max-width: 479px) {
  .main-title {
    margin-bottom: 19.8px; } }

@media screen and (min-width: 1441px) {
  .main-title {
    font-size: 49.77778px; } }

@media screen and (max-width: 1440px) {
  .main-title {
    font-size: 35.55556px; } }

@media screen and (max-width: 991px) {
  .main-title {
    font-size: 32.0px; } }

@media screen and (max-width: 766px) {
  .main-title {
    font-size: 28.44444px; }
    .main-title br {
      display: none; } }

.bg-light {
  background-color: #FAFAF6; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px; }

.slick-dots li {
  margin: 0 4px; }
  .slick-dots li.slick-active button {
    background-color: #606060; }
  .slick-dots li button {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50%;
    border: 1px solid transparent;
    color: transparent !important; }
    .slick-dots li button::before {
      width: auto !important;
      height: auto !important; }

.sc-ptb {
  padding-top: 80px;
  padding-bottom: 120px; }

@media screen and (max-width: 991px) {
  .sc-ptb {
    padding-top: 68px; } }

@media screen and (max-width: 479px) {
  .sc-ptb {
    padding-top: 52.8px; } }

@media screen and (max-width: 991px) {
  .sc-ptb {
    padding-bottom: 102px; } }

@media screen and (max-width: 479px) {
  .sc-ptb {
    padding-bottom: 79.2px; } }

@media screen and (max-width: 991px) {
  .sc-ptb {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media screen and (max-width: 991px) and (max-width: 991px) {
  .sc-ptb {
    padding-top: 51px; } }

@media screen and (max-width: 991px) and (max-width: 479px) {
  .sc-ptb {
    padding-top: 39.6px; } }

@media screen and (max-width: 991px) and (max-width: 991px) {
  .sc-ptb {
    padding-bottom: 51px; } }

@media screen and (max-width: 991px) and (max-width: 479px) {
  .sc-ptb {
    padding-bottom: 39.6px; } }

.d-block {
  display: block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.t-center {
  text-align: center; }

.pageFill {
  height: 100vh; }

@media screen and (max-width: 991px) {
  .pageFill {
    height: auto; } }

@media screen and (max-height: 980px) {
  .pageFill {
    height: auto; } }

.l-inline-label {
  font-weight: 300; }
  .l-inline-label > * {
    display: inline-block; }
  .l-inline-label .label {
    font-size: 17px;
    font-weight: 500;
    margin-right: 20px; }

@media screen and (max-width: 600px) {
  .l-inline-label .label {
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px; } }

.l-head_text .label {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #222222;
  margin-right: 40px; }

@media screen and (max-width: 600px) {
  .l-head_text .label {
    font-size: 16px;
    margin-right: 0; } }

@media screen and (min-width: 992px) {
  .l-half_box .l-half:nth-child(odd) .text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    .l-half_box .l-half:nth-child(odd) .text + * {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .l-half_box .l-half:nth-child(even) .text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .l-half_box .l-half:nth-child(even) .text + * {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.l-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-half .text .main-title {
    margin-bottom: 20px; }
  .l-half .l-half_w25 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%; }
  .l-half .l-half_w33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%; }
  .l-half .l-half_w45 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .l-half .l-half_w50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .l-half .l-half_w55 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%; }
  .l-half .l-half_w67 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%; }
  .l-half .l-half_w100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }

@media screen and (max-width: 991px) {
  .l-half .text .main-title {
    margin-bottom: 17px; } }

@media screen and (max-width: 479px) {
  .l-half .text .main-title {
    margin-bottom: 13.2px; } }

@media screen and (min-width: 992px) {
  .l-half .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
    .l-half .text + div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
  .l-half.pageFill {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 991px) {
  .l-half .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .l-half .text + div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.l-list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media screen and (min-width: 767px) {
  .l-list_box {
    margin: 0 -20px; } }

.l-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .l-list .l-list_pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    height: 140px; }
  .l-list .l-list_text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 170px);
    padding-left: 24px; }
    .l-list .l-list_text .title {
      text-align: justify;
      margin-top: 0; }
  .l-list .l-list_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .l-list .l-list_info > * {
      display: inline-block;
      margin: 0;
      padding: 0; }

@media screen and (min-width: 992px) {
  .l-list {
    min-width: calc(50% - 40px);
    margin: 24px 20px; }
    .l-list .l-list_text {
      padding-right: 24px; } }

@media screen and (max-width: 991px) {
  .l-list {
    width: calc(50% - 40px);
    margin: 20px 10px; }
    .l-list .l-list_text {
      padding-left: 20px;
      padding-right: 0; } }

@media screen and (max-width: 766px) {
  .l-list {
    width: 100%;
    margin: 20px 0; }
    .l-list .l-list_text {
      width: calc(100% - 140px);
      padding-left: 16px; }
    .l-list .l-list_info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.l-chartNews {
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative; }
  .l-chartNews .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  .l-chartNews .text {
    width: 40%;
    padding-right: 6%; }
  .l-chartNews .slider-info {
    width: 60%;
    margin-top: -120px; }
  .l-chartNews .chart_item {
    display: block;
    padding: 10px;
    width: 100%;
    height: 26vw; }
  .l-chartNews .chart_pic {
    width: 100%;
    height: 100%;
    background-size: contain !important;
    min-height: 240px; }
  .l-chartNews .chart_name {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 0; }
  .l-chartNews .slick-list {
    overflow: visible; }
  .l-chartNews .slick-dots {
    bottom: 5px;
    text-align: right; }

@media screen and (max-width: 991px) {
  .l-chartNews {
    padding-top: 68px; } }

@media screen and (max-width: 479px) {
  .l-chartNews {
    padding-top: 52.8px; } }

@media screen and (max-width: 991px) {
  .l-chartNews {
    padding-bottom: 51px; } }

@media screen and (max-width: 479px) {
  .l-chartNews {
    padding-bottom: 39.6px; } }

@media screen and (min-width: 1681px) {
  .l-chartNews .slider-info {
    width: 60%; }
  .l-chartNews .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%; } }

@media screen and (max-width: 1680px) {
  .l-chartNews .slider-info {
    width: 50%; }
  .l-chartNews .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; } }

@media screen and (max-width: 1199px) {
  .l-chartNews .slider-info {
    width: 55%; }
  .l-chartNews .text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; } }

@media screen and (min-width: 992px) {
  .l-chartNews .chart_item {
    min-height: 360px; } }

@media screen and (min-width: 767px) {
  .l-chartNews .slider-info .chart_item {
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: -webkit-box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, -webkit-box-shadow 0.25s ease-in-out; }
  .l-chartNews .slider-info .chart_pic {
    -webkit-transition: transform 0.25s ease-in-out;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out; }
  .l-chartNews .slider-info .chart_name {
    -webkit-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out; }
  .l-chartNews .slider-info:hover .chart_pic {
    -webkit-transform: scale(1.02);
    transform: scale(1.02); }
  .l-chartNews .slider-info:hover .chart_name {
    color: #0050E6; } }

@media screen and (max-width: 991px) {
  .l-chartNews {
    margin: 70px 0 60px; }
    .l-chartNews .chart_item {
      min-height: 300px; }
    .l-chartNews .slider-info {
      margin-top: -100px; } }

@media screen and (max-width: 766px) {
  .l-chartNews {
    margin: 0; }
    .l-chartNews .chart_item {
      height: 58vw;
      padding: 5px; }
    .l-chartNews .text,
    .l-chartNews .slider-info {
      display: block;
      width: 100%; }
    .l-chartNews .text {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none; }
    .l-chartNews .slider-info {
      width: calc(100% + 40px);
      max-width: none;
      margin: 20px -20px 0; }
    .l-chartNews .chart_name {
      margin: 30px 20px 0; }
    .l-chartNews .slick-dots {
      text-align: center;
      bottom: -30px; } }

@media screen and (max-width: 479px) {
  .l-chartNews .chart_name {
    margin-top: 20px;
    margin-bottom: 20px; } }

.l-iconGrid .line_w,
.l-iconGrid .line_h {
  display: inline-block;
  background-color: #DDD; }

.l-iconGrid .l-iconGrid_name {
  font-weight: 400;
  font-size: 17.6px;
  margin: 0; }

.l-iconGrid .item {
  width: 280px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.l-iconGrid .name_1,
.l-iconGrid .name_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1A2658;
  font-weight: 700;
  grid-row: 2; }

@media screen and (min-width: 1441px) {
  .l-iconGrid .name_1,
  .l-iconGrid .name_2 {
    font-size: 42.66667px; } }

@media screen and (max-width: 1440px) {
  .l-iconGrid .name_1,
  .l-iconGrid .name_2 {
    font-size: 35.55556px; } }

@media screen and (max-width: 991px) {
  .l-iconGrid .name_1,
  .l-iconGrid .name_2 {
    font-size: 32.0px; } }

@media screen and (max-width: 1199px) {
  .l-iconGrid {
    margin: 0 5%; } }

@media screen and (min-width: 992px) {
  .l-iconGrid {
    display: grid;
    min-height: 70vh;
    grid-template-columns: 280px auto 280px auto 280px;
    grid-template-rows: auto 120px auto 120px auto; }
    .l-iconGrid .name_1 {
      grid-column: 2; }
    .l-iconGrid .name_2 {
      grid-column: 4; }
    .l-iconGrid .item._01, .l-iconGrid .item._02, .l-iconGrid .item._03 {
      grid-row: 1; }
    .l-iconGrid .item._01 {
      grid-column: 1; }
    .l-iconGrid .item._02 {
      grid-column: 3; }
    .l-iconGrid .item._03 {
      grid-column: 5; }
    .l-iconGrid .item._04, .l-iconGrid .item._05, .l-iconGrid .item._06 {
      grid-row: 3; }
    .l-iconGrid .item._04 {
      grid-column: 1; }
    .l-iconGrid .item._05 {
      grid-column: 3; }
    .l-iconGrid .item._06 {
      grid-column: 5; }
    .l-iconGrid .line_w {
      width: 100px;
      height: 1px;
      margin: calc(180px / 2) auto 0; }
      .l-iconGrid .line_w._01, .l-iconGrid .line_w._02 {
        grid-row: 1; }
      .l-iconGrid .line_w._03, .l-iconGrid .line_w._04 {
        grid-row: 3; }
      .l-iconGrid .line_w._01, .l-iconGrid .line_w._03 {
        grid-column: 2; }
      .l-iconGrid .line_w._02, .l-iconGrid .line_w._04 {
        grid-column: 4; }
    .l-iconGrid .line_h {
      height: 100px;
      width: 1px;
      grid-row: 2;
      margin: 10% auto; } }

@media screen and (max-width: 991px) {
  .l-iconGrid {
    margin: 0 auto;
    padding: 0 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .l-iconGrid h2 {
      display: block; }
    .l-iconGrid .name_1,
    .l-iconGrid .name_2,
    .l-iconGrid .line_w,
    .l-iconGrid .line_h {
      display: none; }
    .l-iconGrid .item {
      margin: 20px; } }

.l-iconGrid_icon > i {
  width: 180px;
  height: 180px;
  display: block;
  background-position: center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1440px) {
  .l-iconGrid_icon > i {
    width: 160px;
    height: 160px; } }

.l-label_text {
  margin: 10px 0; }
  .l-label_text:last-child {
    margin-bottom: 0; }
  .l-label_text * {
    display: inline-block; }
  .l-label_text .label {
    min-width: 72px;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-right: 40px; }

@media screen and (max-width: 991px) {
  .l-label_text .label {
    margin-right: 20px; } }

@media screen and (max-width: 479px) {
  .l-label_text .label {
    font-size: 16.6px;
    width: 50%; } }

#cube {
  font-size: 17px;
  line-height: 1.54; }

#cube .goApply::after {
  content: '\e817';
  margin-top: 10px;
  font-size: 20px; }

#cube .l-list_num {
  width: 112px;
  text-align: center;
  padding-bottom: 5px;
  margin: 0 10px;
  border-bottom: 6px solid #0050E6; }
  #cube .l-list_num .num {
    font-weight: 900;
    font-size: 60px;
    color: #0050E6;
    line-height: 1; }
  #cube .l-list_num .unit {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 10px 0 5px;
    color: #202020; }

#cube .l-half:nth-child(2) .l-list {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
  margin-bottom: 70px; }

#cube .l-half:nth-child(2) .l-list_text {
  font-size: 16px;
  padding-right: 0; }
  #cube .l-half:nth-child(2) .l-list_text .f-subTitle {
    margin-top: 0;
    margin-bottom: 0; }
  #cube .l-half:nth-child(2) .l-list_text p {
    margin-bottom: 0;
    margin-top: 10px; }

#cube .l-half:nth-child(2) .l-list_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-right: 10px; }

@media screen and (max-width: 991px) {
  #cube .l-half:nth-child(2) .l-list {
    margin-bottom: 59.5px; } }

@media screen and (max-width: 479px) {
  #cube .l-half:nth-child(2) .l-list {
    margin-bottom: 46.2px; } }

@media screen and (min-width: 1200px) {
  #cube .l-half:first-child, #cube .l-half:nth-child(2) {
    min-height: 90vh; }
  #cube .l-half:first-child .text {
    padding-right: 5%;
    min-height: calc(70vh - 21vh); }
  #cube .l-half:first-child .breck-pic {
    top: 15%;
    right: 0%; }
    #cube .l-half:first-child .breck-pic .pic > * {
      height: 60vh; }
  #cube .l-half:nth-child(2) .bg {
    bottom: -20%; }
    #cube .l-half:nth-child(2) .bg > img {
      width: 40vw; } }

@media screen and (min-width: 992px) {
  #cube .l-half:first-child {
    position: relative; }
    #cube .l-half:first-child .text {
      min-height: calc(60vh - 12vh); }
    #cube .l-half:first-child .breck-pic {
      position: absolute; }
      #cube .l-half:first-child .breck-pic .pic > * {
        width: auto; }
  #cube .l-half:nth-child(2) {
    position: relative;
    z-index: 1; }
    #cube .l-half:nth-child(2) .bg {
      display: block;
      position: absolute;
      right: 0;
      bottom: -20%;
      opacity: .8;
      z-index: -1; }
    #cube .l-half:nth-child(2) > * {
      height: 90%; }
    #cube .l-half:nth-child(2) .iconList {
      min-height: 60vh; }
    #cube .l-half:nth-child(2) .text {
      min-height: 60vh;
      padding: 0 5%; }
    #cube .l-half:nth-child(2) .l-list:first-child {
      margin-top: 20px; }
    #cube .l-half:nth-child(2) .l-list:nth-child(2) {
      margin-left: 15%; }
    #cube .l-half:nth-child(2) .l-list:last-child {
      margin-bottom: 0; } }

@media screen and (max-width: 1199px) {
  #cube .l-half:first-child .text {
    padding-left: 6%;
    padding-right: 0; }
    #cube .l-half:first-child .text p {
      padding-right: 18%; }
  #cube .l-half:first-child .breck-pic {
    top: 14%;
    right: 0; }
    #cube .l-half:first-child .breck-pic .pic > * {
      height: 58vh; }
  #cube .l-half:nth-child(2) .iconList {
    padding-left: 5.8%; }
  #cube .l-half:nth-child(2) .l-list {
    margin-bottom: 40px; }
  #cube .l-half:nth-child(2) .bg > img {
    width: 60vw; } }

@media screen and (max-width: 991px) {
  #cube .l-half:first-child .main-title br {
    display: none; }
  #cube .l-half:first-child .text p {
    width: 60%; }
  #cube .l-half:first-child .breck-pic {
    position: static;
    text-align: right;
    padding-right: 6%;
    margin-top: -20%; }
    #cube .l-half:first-child .breck-pic .pic > * {
      height: 40vw; }
  #cube .l-half:nth-child(2) {
    position: relative; }
    #cube .l-half:nth-child(2) .text {
      padding-left: 6%; }
    #cube .l-half:nth-child(2) .main-title br {
      display: none; }
    #cube .l-half:nth-child(2) .bg {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      position: absolute;
      z-index: -1;
      bottom: 0;
      right: 0; }
    #cube .l-half:nth-child(2) .iconList {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px; } }

@media screen and (max-width: 766px) {
  #cube .l-half:first-child .text {
    padding: 0; }
    #cube .l-half:first-child .text p {
      width: 100%;
      padding-right: 0; }
  #cube .l-half:first-child .breck-pic {
    margin-top: 40px; }
  #cube .l-half:nth-child(2) .text {
    padding: 0; }
  #cube .l-half:nth-child(2) .iconList {
    margin-top: 20px; }
  #cube .l-half:nth-child(2) .l-list_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
  #cube .l-half:nth-child(2) .l-list_text {
    width: 100%; }
  #cube .l-half:nth-child(2) .bg > img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 479px) {
  #cube .l-half:first-child .breck-pic {
    margin-top: -10px;
    padding-right: 0; }
    #cube .l-half:first-child .breck-pic .pic > * {
      height: auto; } }

.slick-dots li button {
  background-color: #CCC; }

.icon-group_G {
  background-image: url("../../images/v3/cube/icon_group.png"); }

.icon-time_G {
  background-image: url("../../images/v3/cube/icon_time.png"); }

.icon-chart-up_G {
  background-image: url("../../images/v3/cube/icon_chart-up.png"); }

.icon-certificate_G {
  background-image: url("../../images/v3/cube/icon_certificate.png"); }

.icon-money-house_G {
  background-image: url("../../images/v3/cube/icon_moneyhouse.png"); }

.icon-ui_G {
  background-image: url("../../images/v3/cube/icon_ui.png"); }

.icon-certificate_G {
  background-image: url("../../images/v3/cube/icon_certificate.png"); }

.cube-logo {
  display: inline-block;
  width: 100px;
  height: 50px;
  background-image: url(../../images/v3/cube/cubeLogo-w.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px; }
