﻿@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-Light.otf") format("truetype");
  font-weight: 200
}

@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-Thin.otf") format("truetype");
  font-weight: 100
}

@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-Regular.otf") format("truetype");
  font-weight: 400
}

@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-Medium.otf") format("truetype");
  font-weight: 500
}

@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-SemiBold.otf") format("truetype");
  font-weight: 600
}

@font-face {
  font-family: 'montserrat';
  src: url("../../fonts/montserrat/Montserrat-Bold.otf") format("truetype");
  font-weight: bold
}

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit
}

b,
strong,
th {
  font-weight: bold
}

i,
em {
  font-style: italic
}

sub,
sup {
  font-size: 75%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
  outline: none
}

ol,
ul,
li {
  padding: 0;
  list-style: none;
  margin: 0
}

label {
  font-weight: normal
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding-left: 12px;
  padding-right: 12px
}

select {
  padding-left: 8px;
  cursor: pointer
}

input[type="number"] {
  padding-left: 5px
}

textarea {
  padding: 8px 12px 5px 12px
}

input,
textarea,
select,
button,
a,
button:hover,
button:active,
button:focus {
  outline: none
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top)
}

img {
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover
}

.pad-0 {
  padding-left: 0px;
  padding-right: 0px
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px
}

.margin-auto {
  margin-left: auto;
  margin-right: auto
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px
}

.col-mar-0 [class*="col-"],
.col-mar-0 .col {
  padding-left: 0px;
  padding-right: 0px
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px
}

.col-mar-5 [class*="col-"],
.col-mar-5 .col {
  padding-left: 5px;
  padding-right: 5px
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px
}

.col-mar-8 [class*="col-"],
.col-mar-8 .col {
  padding-left: 8px;
  padding-right: 8px
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px
}

.col-mar-10 [class*="col-"],
.col-mar-10 .col {
  padding-left: 10px;
  padding-right: 10px
}

.fx-mid {
  align-items: center
}

.ifx-top {
  align-self: start
}

.ifx-bot {
  align-self: end
}

.ifx-mid {
  align-self: center
}

.relative {
  position: relative
}

.static {
  position: static
}

.absolute {
  position: absolute
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.smooth {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden
}

@media all and (min-width: 1200px) {
  .container {
    max-width: 1200px
  }
}

@media all and (max-width: 991px) {
  .md-pad-7 {
    margin: 0 -7px
  }

  .md-pad-7 > [class^="col-"] {
    padding: 0 7px
  }

  .md-pad-5 {
    margin: 0 -5px
  }

  .md-pad-5 > [class^="col-"] {
    padding: 0 5px
  }
}

@media all and (max-width: 767px) {
  .sm-pad-7 {
    margin: 0 -7px
  }

  .sm-pad-7 > [class^="col-"] {
    padding: 0 7px
  }

  .sm-pad-5 {
    margin: 0 -5px
  }

  .sm-pad-5 > [class^="col-"] {
    padding: 0 5px
  }

  .tb-responsive {
    display: block
  }

  .tb-responsive tbody,
  .tb-responsive tfoot,
  .tb-responsive tr,
  .tb-responsive th,
  .tb-responsive td {
    display: block
  }

  .tb-responsive thead {
    display: none
  }

  .tb-responsive tr:nth-child(2n) {
    background: #f5f5f5
  }

  .tb-responsive td {
    position: relative;
    padding: 10px 10px 10px 50%
  }

  .tb-responsive td:before {
    content: attr(data-title);
    position: absolute;
    left: 0;
    width: 50%;
    padding-right: 15px
  }
}

@media all and (max-width: 575px) {
  .xs-pad-7 {
    margin: 0 -7px
  }

  .xs-pad-7 > [class^="col-"] {
    padding: 0 7px
  }

  .xs-pad-5 {
    margin: 0 -5px
  }

  .xs-pad-5 > [class^="col-"] {
    padding: 0 5px
  }
}

.slick-list {
  margin: 0 -15px
}

.slick-list .slick-slide {
  margin: 0 15px
}

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute
}

.slick-dots {
  text-align: center
}

.slick-dots button {
  display: none
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer
}

.slick-dots li.slick-active {
  background: #666
}

.i-select {
  position: relative
}

.i-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  width: 100%
}

.s-content {
  word-break: break-word
}

.s-content a[href] {
  color: #007bff
}

.s-content a[href]:hover {
  text-decoration: underline
}

.s-content a,
.s-content a:hover,
.s-content a:focus,
.s-content a:active {
  text-decoration: underline
}

.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px
}

.s-content p {
  margin-bottom: 10px
}

.s-content img {
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  object_fit: initial
}

.s-content .alignleft,
.s-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left
}

.s-content .alignright,
.s-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right
}

.s-content .aligncenter,
.s-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both
}

.s-content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left
}

.s-content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right
}

.s-content table,
.s-content iframe {
  max-width: 100%;
  max-width: calc(100vw - 30px);
  margin: auto
}

.s-content iframe {
  display: block
}

.s-content h1,
.s-content h2,
.s-content h3,
.s-content h4,
.s-content h5,
.s-content h6 {
  font-weight: bold
}

.s-content h1 {
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em
}

.s-content h2 {
  font-size: 1.5em;
  margin-top: 0.83em;
  margin-bottom: 0.83em
}

.s-content h3 {
  font-size: 1.17em;
  margin-top: 1em;
  margin-bottom: 1em
}

.s-content h4 {
  font-size: 1em;
  margin-top: 1.33em;
  margin-bottom: 1.33em
}

.s-content h5 {
  font-size: .83em;
  margin-top: 1.67em;
  margin-bottom: 1.67em
}

.s-content h6 {
  font-size: .67em;
  margin-top: 2.33em;
  margin-bottom: 2.33em
}

.hc-upload {
  position: relative
}

.hc-upload .hc-del {
  position: absolute;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  cursor: pointer
}

.hc-upload .hc-del:hover {
  background: rgba(0, 0, 0, 0.85)
}

body {
  font-size: 14px;
  font-family: "montserrat", sans-serif;
  line-height: 1.5;
  color: #041867
}

.wrap {
  overflow: hidden
}

.head-page {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #2a79cf
}

@media (min-width: 767px) {
  .head-page {
    font-size: 40px;
    margin-bottom: 20px
  }
}

header {
  position: relative;
  background-image: url(../images/background_top.png);
  background-size: cover;
  padding-bottom: 180px
}

header.v2 {
  padding-bottom: 0;
}

@media (max-width: 1600px) {
  header {
    padding-bottom: 100px
  }
}

@media (max-width: 1366px) {
  header {
    padding-bottom: 80px
  }
}

@media (max-width: 575px) {
  header {
    padding-bottom: 150px
  }

  header.v2 {
    padding-bottom: 40px;
  }
}

.h-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  height: 80px !important
}

.h-header.v2 {
  background-image: url("../images/background_top.png");
  background-size: cover;
}

.h-header.fixed {
  border-bottom: solid 1px #e2ebff;
  transition: 0.3s;
  background: white;
  background-image: url("../images/background_top.png");
  background-size: cover;
  width: 100vw;
}

.h-header.fixed li.menu-item,
.h-header.fixed .menu-list .right span {
  color: #fff;
  font-weight: bold;
  /*color: #041867;*/
}

.h-header.fixed svg .cls-1 {
  fill: #1e68ff
}

.h-header.fixed .logo .brand {
  color: #fff;
  font-weight: bold;
}

.h-header.fixed .bars-wrap .my-bars span::after,
.h-header.fixed .bars-wrap .my-bars span::before {
  background: #041867 !important
}

.h-header.fixed .drop.select label {
  color: #041867
}

.h-header.fixed .drop.select label::after {
  color: #041867
}

.h-header.fixed .drop.select label:hover,
.h-header.fixed .drop.select label.active {
  color: #FF9655
}

.h-header.fixed .drop.select label:hover::after,
.h-header.fixed .drop.select label.active::after {
  color: #FF9655
}

.wrap-header {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white
}

.wrap-header .bars-wrap {
  padding: 4px 2px;
  cursor: pointer;
  display: none
}

.wrap-header .bars-wrap .my-bars {
  width: 20px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.wrap-header .bars-wrap .my-bars span {
  display: block;
  width: 20px;
  margin-bottom: 4px
}

.wrap-header .bars-wrap .my-bars span:nth-child(1) {
  position: relative
}

.wrap-header .bars-wrap .my-bars span:nth-child(1)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 3px;
  background: white;
  border-radius: 1.5px
}

.wrap-header .bars-wrap .my-bars span:nth-child(1)::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 1.5px
}

.wrap-header .bars-wrap .my-bars span:nth-child(2) {
  position: relative
}

.wrap-header .bars-wrap .my-bars span:nth-child(2)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 3px;
  background: white;
  border-radius: 1.5px
}

.wrap-header .bars-wrap .my-bars span:nth-child(3) {
  position: relative
}

.wrap-header .bars-wrap .my-bars span:nth-child(3)::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background: white;
  border-radius: 1.5px
}

.wrap-header .bars-wrap .my-bars span:nth-child(3)::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 12px;
  height: 3px;
  background: white;
  border-radius: 1.5px
}

@media (max-width: 1200px) {
  .wrap-header .bars-wrap {
    display: inline-block
  }
}

.wrap-header .logo {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-right: 50px;
  padding: 13px 0;
  height: 100%
}

.wrap-header .logo svg {
  height: 54px
}

.wrap-header .logo .brand {
  display: inline-block;
  font-weight: 500;
  margin-left: 15px;
  display: none
}

@media (max-width: 1200px) {
  .wrap-header .logo {
    margin-right: 0;
    padding-top: 0
  }

  .wrap-header .logo .brand {
    display: block
  }
}

.menu-list {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: baseline;
  font-size: 20px;
  margin: 13px 0;
}

.menu-list .left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  
}

.menu-list .left .menu-item {
  position: relative
}

.menu-list .left .menu-item:not(:last-child) {
  margin-right: 4px
}

.menu-list .left .menu-item > a {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  box-sizing: border-box;
  padding: 9px 24px 9px 24px;
  border-radius: 24px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s
}

.menu-list .left .menu-item ul {
  position: absolute;
  left: 0;
  top: 48px;
  width: 250px;
  padding: 12px;
  font-size: 16px;
  background: white;
  color: #041867;
  border-radius: 5px
}

.menu-list .left .menu-item ul li a {
  display: block;
  padding: 0 20px;
  line-height: 45px;
  border-radius: 5px;
  transition: 0.3s
}

.menu-list .left .menu-item ul li a:hover,
.menu-list .left .menu-item ul li a.active {
  background: #eff2ff;
  color: #1e68ff
}

@media (min-width: 1200px) {

  .menu-list .left .menu-item > a.active,
  .menu-list .left .menu-item > a:hover {
    background: #fff;
    color: #1e68ff
  }

  .menu-list .left .menu-item ul {
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transform-origin: top left
  }

  .menu-list .left .menu-item:hover ul {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: 0.3s;
    opacity: 1;
    transform: scale(1)
  }
}

.menu-list .changlang {
  display: flex;
  padding: 9px 20px;
  margin: 0;
  font-weight: bold;
}

.menu-list .changlang div {
  padding: 10px 20px;
  margin-left: 50px;
  /* border-radius: 20px; */
  color:#007bff;
  background-color: rgba(255, 255, 255, 0.);
  border: 1px solid #fff;
}

.menu-list .changlang div:hover {
  color: #fff;
  background-color: #007bff;
}

.menu-list .right {
  display: flex;
  align-items: center
}

.menu-list .right span {
  font-size: 18px;
  font-weight: 500
}

.menu-list .right img {
  height: 17px
}

.menu-list .right .alliance_with_logo {
  padding: 6px 16px 10px 16px;
  border: 1px solid #e2ebff;
  margin-left: 12px;
  border-radius: 24px;
  background: white
}

.menu-list .right .alliance_with_logo a:first-child {
  margin-right: 17px;
  position: relative
}

.menu-list .right .alliance_with_logo a:first-child::after {
  position: absolute;
  content: '';
  right: -12px;
  top: 8px;
  width: 1px;
  height: 15px;
  background: #e2ebff
}

@media (max-width: 1199px) {
  .h-header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px !important;
    padding: 11px 0;
    width: 100vw;
  }

  .wrap-header {
    align-items: center
  }

  .wrap-header .menu-list {
    display: none
  }

  .m-nav {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    color: #041867;
    transition: 0.3s;
    z-index: 999
  }

  .m-nav .nav-ct {
    position: relative;
    height: 100vh
  }

  .m-nav .nav-ct .close {
    position: absolute;
    width: 15px;
    height: 24px;
    top: 35px;
    right: 20px;
    color: white;
    opacity: 1;
    z-index: 999
  }

  .m-nav .nav-ct .menu-list {
    justify-content: flex-start;
    flex-direction: column;
    width: 100vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s
  }

  .m-nav .nav-ct .menu-list.transform {
    transform: translateY(calc(-50% - 50px))
  }

  .m-nav .nav-ct .menu-list .left,
  .m-nav .nav-ct .menu-list .right {
    display: flex;
    flex-direction: column
  }

  .m-nav .nav-ct .menu-list .left {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    padding: 20px 30px 0 30px
  }

  .m-nav .nav-ct .menu-list .left .menu-item {
    width: 100%;
    text-align: center
  }

  .m-nav .nav-ct .menu-list .left .menu-item > a {
    padding: 0 30px;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    border: none;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-bottom: 20px
  }

  .m-nav .nav-ct .menu-list .left .menu-item > a.active {
    border: none;
    font-weight: bold;
    color: #0031fb;
    background: white
  }

  .m-nav .nav-ct .menu-list .left .menu-item ul {
    position: relative;
    display: none;
    opacity: 1;
    transform: scale(1);
    top: 0
  }

  .m-nav .nav-ct .menu-list .left .menu-item.active > a {
    border: none;
    font-weight: bold;
    color: #0031fb
  }

  .m-nav .nav-ct .menu-list .left .menu-item.m-active {
    text-align: center
  }

  .m-nav .nav-ct .menu-list .left .menu-item.m-active > a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    font-weight: bold;
    color: #0031fb;
    background: white
  }

  .m-nav .nav-ct .menu-list .right {
    width: 100%;
    align-items: center
  }

  .m-nav .nav-ct .menu-list .right span {
    margin: 30px 0;
    color: white
  }

  .m-nav .nav-ct .menu-list .right img {
    margin-left: 0;
    height: 17px
  }

  .m-nav .nav-ct .menu-list .right a {
    width: 150px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px
  }

  .m-nav .nav-ct .menu-list .right .drop.select label {
    margin-top: 30px;
    color: white
  }

  .m-nav .nav-ct .menu-list .right .drop.select label:hover {
    color: #FF9655
  }

  .m-nav .nav-ct .menu-list .right .drop.select ul {
    top: 70px
  }

  .m-nav .nav-ct .menu-list .right .drop.select ul li a {
    margin-bottom: 0
  }
}

.iner-header {
  padding-top: 177px;
  display: flex;
  justify-content: space-between;
  color: white
}

.iner-header.v2 {
  flex-direction: column;
  text-align: center
}

.iner-header.v2 .left {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px
}

@media (max-width: 1199px) {
  .iner-header {
    padding-top: 120px
  }
}

@media (max-width: 575px) {
  .iner-header {
    flex-direction: column
  }

  .iner-header .img-header {
    order: -1
  }

  .iner-header .left {
    margin-top: -10px !important
  }

  .iner-header .committed.v2 {
    padding-bottom: 50px
  }
}

.iner-header .left {
  flex: 0 0 50%;
  text-align: left;
  margin-top: 5%
}

.iner-header .left .opportunity {
  position: relative;
  display: inline-block;
  font-size: 50px;
  letter-spacing: 1.3px
}

.iner-header .left .opportunity h2 {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem
}

.iner-header .left .opportunity .our-business {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: white;
  opacity: 0.5;
  font-weight: 600;
  padding-left: 116px;
  margin-bottom: 0.75em
}

.iner-header .left .opportunity .our-business:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100px;
  height: 2px;
  background: white;
  opacity: 0.5
}

.iner-header .left .opportunity button {
  position: relative;
  margin-top: 35px;
  width: 155px;
  height: 48px;
  text-align: center;
  font-size: 16px;
  border-radius: 24px;
  color: #6bbbff;
  font-weight: 500;
  background: #fff;
  padding-right: 25px;
  transition: 0.5s
}

.iner-header .left .opportunity button .fa-angle-right {
  position: absolute;
  top: 50%;
  right: 20px;
  font-size: 24px;
  transform: translateY(-50%)
}

.iner-header .left .opportunity button:hover {
  background: #e2ebff;
  color: white;
  background: #6bbbff;
  padding-right: 0
}

.iner-header .left .opportunity button:hover .fa-angle-right {
  visibility: hidden
}

@media (max-width: 575px) {
  .iner-header .left .opportunity button {
    margin-top: 20px
  }
}

@media (max-width: 768px) {
  .iner-header .left .opportunity {
    font-size: 40px
  }
}

.iner-header .left .committed {
  font-size: 20px
}

@media (max-width: 575px) {

  .iner-header .left .opportunity,
  .iner-header .left h2 {
    text-align: left
  }
}

.iner-header .img-header {
  flex-grow: 1;
  z-index: 1
}

.drop.select {
  position: relative;
  border-radius: 25px;
  margin-left: 15px
}

@media (max-width: 1199px) {
  .drop.select {
    margin-left: 0
  }
}

.drop.select label {
  width: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 0;
  border-radius: 25px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer
}

.drop.select label:after {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  font-weight: 500;
  transform: translateY(-50%);
  right: 5px;
  font-size: 20px;
  transition: 0.3s;
  color: white
}

.drop.select label:hover,
.drop.select label.active {
  color: #FF9655
}

.drop.select label:hover::after,
.drop.select label.active::after {
  color: #FF9655
}

.drop.select ul {
  position: relative;
  display: none;
  position: absolute;
  top: calc(100% + 40px);
  min-width: 100%;
  right: 0;
  border-radius: 6px;
  z-index: 1;
  background-color: white;
  box-shadow: 0px 6px 24px #0000001F;
  overflow: hidden
}

.drop.select ul li {
  font-size: 18px
}

.drop.select ul li a {
  display: block;
  padding: 17px 35px;
  transition: 0.2s;
  white-space: nowrap;
  color: #041867
}

.drop.select ul li:hover a {
  color: #2a79cf;
  background: #e2ebff
}

footer {
  position: relative;
  color: #e2ebff;
  background-image: url(../images/Background_Footer.png);
  background-size: cover;
  padding-top: 300px
}

@media (max-width: 1600px) {
  footer {
    padding-top: 200px;
  }
}

footer .wrap-ft {
  margin-bottom: 2em
}

footer .wrap-ft .logo_ft img {
  margin-bottom: 1em;
  width: 123px
}

footer .wrap-ft .logo_ft .name {
  font-size: 30px;
  font-weight: 600;
  color: white
}

@media (max-width: 768px) {

  footer .wrap-ft .contact,
  footer .wrap-ft .subscribe {
    margin-top: 30px
  }
}

footer .wrap-ft .contact .title,
footer .wrap-ft .subscribe .title {
  font-size: 30px;
  margin-bottom: 8px;
  font-weight: 600
}

footer .wrap-ft .contact .ct,
footer .wrap-ft .subscribe .ct {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 8px
}

footer .wrap-ft .contact a,
footer .wrap-ft .subscribe a {
  font-size: 16px
}

footer .wrap-ft .contact a:hover,
footer .wrap-ft .subscribe a:hover {
  color: white
}

footer .wrap-ft .contact .list-social,
footer .wrap-ft .subscribe .list-social {
  margin-top: 8px
}

footer .wrap-ft .contact .list-social a,
footer .wrap-ft .subscribe .list-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid white;
  background: #FFFFFF4D;
  margin-right: 12px
}

footer .wrap-ft .contact .list-social a i,
footer .wrap-ft .subscribe .list-social a i {
  color: white
}

footer .wrap-ft .contact .list-social a:last-child,
footer .wrap-ft .subscribe .list-social a:last-child {
  margin-right: 0
}

footer .wrap-ft .contact input[type="text"],
footer .wrap-ft .subscribe input[type="text"] {
  font-size: 14px;
  height: 48px;
  width: 100%;
  border-radius: 24px;
  background-color: transparent;
  border: 1px solid white;
  padding: 0 50px 0 20px;
  margin-top: 8px;
  color: white
}

footer .wrap-ft .contact ::-webkit-input-placeholder,
footer .wrap-ft .subscribe ::-webkit-input-placeholder {
  color: white
}

footer .wrap-ft .contact .email-input,
footer .wrap-ft .subscribe .email-input {
  position: relative
}

footer .wrap-ft .contact .email-input:after,
footer .wrap-ft .subscribe .email-input:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: '';
  width: 14px;
  height: 10px;
  background: url(../../images/mail.svg);
  pointer-events: none
}

footer .wrap-ft .contact .wrap-contact,
footer .wrap-ft .subscribe .wrap-contact {
  display: flex;
  flex-wrap: wrap
}

footer .wrap-ft .contact .wrap-contact a,
footer .wrap-ft .subscribe .wrap-contact a {
  margin: 0 35px 12px 0
}

footer .copy-right {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: white;
  line-height: 64px;
  border-top: solid 1px #e2ebff;
  font-weight: 100;
  letter-spacing: 0.42px
}

body {
  font-size: 20px;
  overflow-x: hidden
}

.group1 .item,
.group4 .item,
.group2 .item,
.group3 .item {
  margin: 0px auto 3.75rem auto;
  text-align: center
}

.group1 .item .title-small,
.group4 .item .title-small,
.group2 .item .title-small,
.group3 .item .title-small {
  color: #0031fb;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 0.52px
}

.group1 .item .big-text,
.group4 .item .big-text,
.group2 .item .big-text,
.group3 .item .big-text {
  font-size: 42px;
  color: #041867;
  margin-bottom: 30px;
  font-weight: bold;
  max-width: 600px;
  margin: auto;
  line-height: 1.2
}

@media (max-width: 768px) {

  .group1 .item .big-text,
  .group4 .item .big-text,
  .group2 .item .big-text,
  .group3 .item .big-text {
    font-size: 36px
  }
}

.group1 .item .title-content,
.group4 .item .title-content,
.group2 .item .title-content,
.group3 .item .title-content {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.8em;
  text-align: left
}

.group1 .item .title-content a:hover,
.group4 .item .title-content a:hover,
.group2 .item .title-content a:hover,
.group3 .item .title-content a:hover {
  color: #2a79cf
}

.group1 .item .ct,
.group4 .item .ct,
.group2 .item .ct,
.group3 .item .ct {
  line-height: 1.4;
  text-align: left
}

.group1 .item .ct a:hover,
.group4 .item .ct a:hover,
.group2 .item .ct a:hover,
.group3 .item .ct a:hover {
  color: #2a79cf
}

.group1.v2,
.group4.v2,
.group2.v2,
.group3.v2 {
  margin: 45px auto 100px auto
}

.group1.v2 .big-text,
.group4.v2 .big-text,
.group2.v2 .big-text,
.group3.v2 .big-text {
  margin-bottom: 80px
}

.map-service {
  position: relative;
  height: 322px;
  width: 322px;
  margin: auto;
  border: 1px dashed #0031fb;
  border-radius: 50%
}

@media (max-width: 575px) {
  .map-service {
    height: calc(100vw - 80px);
    width: calc(100vw - 80px)
  }
}

.map-service .txt-center {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: 500
}

.map-service .service1 {
  position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-10%, -50%)
}

.map-service .service2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%)
}

.map-service .service3 {
  position: absolute;
  top: 90%;
  left: 10%;
  transform: translate(-10%, -50%)
}

.map-service .service4 {
  position: absolute;
  top: 10%;
  right: 10%;
  transform: translate(-10%, -50%)
}

.map-service .service5 {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(50%, -50%)
}

.map-service .service6 {
  position: absolute;
  top: 90%;
  right: 10%;
  transform: translate(-10%, -50%)
}

.map-service .service1 .ct,
.map-service .service2 .ct,
.map-service .service3 .ct {
  position: relative
}

.map-service .service1 .ct .name-service,
.map-service .service2 .ct .name-service,
.map-service .service3 .ct .name-service {
  position: absolute;
  right: calc(100% + 50px);
  top: 6px;
  width: 250px;
  text-align: right;
  font-weight: 600
}

.map-service .service1 .ct .name-service p,
.map-service .service2 .ct .name-service p,
.map-service .service3 .ct .name-service p {
  line-height: 1.3
}

@media (max-width: 1200px) {

  .map-service .service1 .ct .name-service,
  .map-service .service2 .ct .name-service,
  .map-service .service3 .ct .name-service {
    display: none
  }
}

.map-service .service1 .ct a:hover,
.map-service .service2 .ct a:hover,
.map-service .service3 .ct a:hover {
  color: #0031fb
}

.map-service .service4 .ct,
.map-service .service5 .ct,
.map-service .service6 .ct {
  position: relative
}

.map-service .service4 .ct .name-service,
.map-service .service5 .ct .name-service,
.map-service .service6 .ct .name-service {
  position: absolute;
  left: calc(100% + 50px);
  top: 13px;
  width: 250px;
  text-align: left;
  font-weight: 600;
  margin-right: 6px
}

.map-service .service4 .ct .name-service p,
.map-service .service5 .ct .name-service p,
.map-service .service6 .ct .name-service p {
  line-height: 1.3
}

@media (max-width: 1200px) {

  .map-service .service4 .ct .name-service,
  .map-service .service5 .ct .name-service,
  .map-service .service6 .ct .name-service {
    display: none
  }
}

.map-service .service4 .ct a:hover,
.map-service .service5 .ct a:hover,
.map-service .service6 .ct a:hover {
  color: #0031fb
}

.mt-60 {
  margin-top: 60px
}

@media (max-width: 768px) {
  .mt-60 {
    margin-top: 30px
  }
}

.mt-40 {
  margin-top: 40px
}

.group2 {
  background: #F7FAFF;
  padding: 3em 0 0 0
}

.group2.v2 {
  background: white;
  margin: 0
}

.group2 .item.v2 .ct {
  max-width: 550px;
  text-align: center;
  margin: auto;
  margin-top: 1em
}

.group2 .row img {
  display: block;
  margin: auto
}

.group2 .row .item {
  text-align: left;
  margin-bottom: 45px
}

.group2 .row .item .text-top {
  position: relative;
  font-size: 30px;
  padding-left: 84px;
  color: #e2ebff;
  margin-bottom: -5px
}

.group2 .row .item .text-top:before {
  position: absolute;
  content: '';
  top: 50%;
  right: calc(100% - 60px);
  width: 60px;
  height: 2px;
  background: #e2ebff
}

.group2 .row .item .title {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.8em
}

.group2 .row .item .title:hover {
  color: #0031fb
}

.group2 .row .item .ct {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.25;
  height: calc(1.25 * 4);
  margin-bottom: 2em
}

.group2 .row .item button {
  height: 48px;
  width: 160px;
  background: #1e68ff;
  border-radius: 25px;
  font-size: 16px;
  color: white;
  text-transform: capitalize;
  transition: 0.3
}

.group2 .row .item button:hover {
  background: #FF9655
}

.group3 {
  padding: 3em 0 0 0
}

.bg-light-blue {
  background: #f9fbff
}

.bg-light-blue.gradient {
  background-image: linear-gradient(to bottom, #f9fbff, #fbfcff, #fdfdff, #fefeff, #fff)
}

.group4 {
  margin: 70px auto 20px auto
}

.group4 .item {
  text-align: left
}

.group4 .item .ct {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  height: calc(1.4 * 3);
  margin-top: 1em
}

.group4 .cas-latest-news .item:hover {
  box-shadow: 1px 1px 20px 0 #e2ebff
}

.group4 .cas-latest-news .item .wrap-ct {
  padding: 10px 16px 20px 16px;
  border: solid 1px #e2ebff;
  border-radius: 0 0 5px 5px
}

.group4 .cas-latest-news .item .wrap-ct .date {
  font-size: 16px;
  color: #e2ebff
}

.group4 .cas-latest-news .item .wrap-ct .title {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.49px
}

.group4 .cas-latest-news .item .wrap-ct .title:hover {
  color: #0031fb
}

.group4 .cas-latest-news .item .wrap-ct .ct {
  font-size: 18px
}

.cas-latest-news {
  position: relative
}

.cas-latest-news .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 60%;
  right: calc(150% - 90px);
  width: 105px
}

@media (max-width: 575px) {
  .cas-latest-news .owl-nav {
    top: inherit;
    bottom: 0;
    right: 50%;
    transform: translateX(50%)
  }
}

.cas-latest-news .owl-nav .owl-prev,
.cas-latest-news .owl-nav .owl-next {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #e2ebff;
  display: inline-block;
  transition: 0.3s
}

.cas-latest-news .owl-nav .owl-prev:hover,
.cas-latest-news .owl-nav .owl-next:hover {
  background: #FF9655;
  color: white
}

.cas-latest-news .owl-nav .owl-prev:before,
.cas-latest-news .owl-nav .owl-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Pro';
  font-size: 20px;
  color: #e2ebff
}

.cas-latest-news .owl-nav .owl-prev:before {
  content: '\f053'
}

.cas-latest-news .owl-nav .owl-next:before {
  content: '\f054'
}

.slide-our .image-big {
  padding: 15px 0
}

.slide-our.row {
  margin: 0 !important
}

.slide-our .slider-nav .slick-list {
  margin-top: 50px;
  overflow: hidden
}

@media (max-width: 1199px) {
  .slide-our .slider-nav .slick-list {
    margin-top: 20px
  }
}

@media (max-width: 575px) {
  .slide-our .slider-nav .slick-list {
    margin-top: -50px
  }
}

.slide-our .slider-nav .slick-list .slick-slide.item {
  text-align: left;
  overflow: hidden
}

.slide-our .slider-nav .slick-list .slick-slide.item:focus {
  outline: 0;
  box-shadow: none
}

.slide-our .slider-nav .slick-list .slick-slide.item .ct {
  position: relative;
  line-height: 1.4;
  font-size: 20px;
  margin-bottom: 2em
}

.slide-our .slider-nav .slick-list .slick-slide.item .ct::after {
  position: absolute;
  content: '';
  bottom: -22px;
  left: 0;
  height: 2px;
  width: 60px;
  background: #e2ebff
}

.slide-our .slider-nav .slick-list .slick-slide.item .ct.v2 {
  letter-spacing: -0.2px
}

@media (max-width: 359px) {
  .slide-our .slider-nav .slick-list .slick-slide.item .ct {
    letter-spacing: -0.5px
  }

  .slide-our .slider-nav .slick-list .slick-slide.item .ct.v2 {
    font-size: 18px
  }
}

.slide-our .slider-nav .slick-list .slick-slide.item .name {
  font-weight: 600
}

.slide-our .slider-nav .slick-list .slick-slide.item .position {
  font-size: 20px
}

.slide-our .slider-nav .slick-list .slick-slide.item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1
}

.slide-our .slider-nav .slick-list .slick-slide.item:hover:before {
  opacity: 1;
  visibility: visible
}

.slide-our .slider-nav .slick-list .slick-current,
.slide-our .slider-nav .slick-list .slick-active {
  overflow: hidden !important
}

.slide-our .slider-for .thumb-show {
  position: relative;
  height: 420px
}

.slide-our .slider-for .thumb-show:focus {
  outline: 0;
  box-shadow: none
}

/*
.slide-our .slider-for .thumb-show .photo {
  padding: 20px 0;
  display: block;
  margin: auto;
  width: 362px
}
*/

.slide-our .slider-for .thumb-show .photo {
  padding: 0 0;
  display: block;
  margin: auto;
  width: auto;
}

.slide-our .slider-for .thumb-show::after {
  position: absolute;
  content: '';
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 398px;
  height: 398px;
  border-radius: 50%;
  background: white;
  z-index: -1;
  box-shadow: 0 3px 11px 0 #e2ebff
}

.slide-our .slider-for .thumb-show::before {
  position: absolute;
  content: '';
  top: 5px;
  left: calc(50% - 230px);
  transform: translateX(-50%);
  width: 120px;
  height: 100px;
  background: url(../../images/“.png);
  background-size: cover;
  z-index: -1
}

@media (max-width: 575px) {
  .slide-our .slider-for .thumb-show .photo {
    width: calc(100vw - 60px)
  }

  .slide-our .slider-for .thumb-show::after {
    position: absolute;
    content: '';
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    border-radius: 50%;
    background: white;
    z-index: -1;
    box-shadow: 0 3px 11px 0 #e2ebff
  }

  .slide-our .slider-for .thumb-show::before {
    left: calc(10% + 10px);
    width: 80px;
    height: 70px
  }
}

.cas-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #1e68ff;
  left: 0;
  top: calc(50% - 25px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s
}

.cas-arrow.prev {
  display: none !important
}

.cas-arrow:hover {
  background-color: #FF9655
}

.cas-arrow.next {
  left: inherit;
  top: 70%;
  right: calc(50% - 145px);
  transform: translateX(50%)
}

.cas-arrow.next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: white
}

@media (max-width: 575px) {
  .cas-arrow.next {
    right: 50px;
    top: 60%
  }
}

@media (max-width: 575px) {

  #st,
  #first,
  #company-1st {
    order: 1
  }

  #nd,
  #second,
  #company-2nd {
    order: 2
  }

  #third {
    order: 3
  }

  #fourth {
    order: 4
  }

  #fifth {
    order: 5
  }

  #sixth {
    order: 6
  }
}

@media (max-width: 768px) {
  #solution-1st {
    order: 1
  }

  #solution-2nd {
    order: 2
  }
}

.group1 .item-about .wrap-content {
  position: relative;
  padding-left: 100px;
  text-align: left;
  margin-top: 40px
}

.group1 .item-about .wrap-content .title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0.5rem
}

.group1 .item-about .wrap-content .content {
  line-height: 1.4
}

.group1 .item-about .wrap-content .ic {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 6px;
  background: #e2ebff
}

@media (max-width: 575px) {
  .group1 .item-about .wrap-content {
    padding: 90px 0 0 0
  }
}

.group2 .title-about {
  font-size: 42px;
  font-weight: bold
}

.group2 .container #fourth p {
  -webkit-line-clamp: unset;
}

@media (max-width: 768px) {
  .group2 .title-about {
    font-size: 36px
  }
}

@media (max-width: 1199px) {
  .group2 .text-about {
    margin-bottom: 20px
  }
}

.group2 .list-about .about-item {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #e2ebff
}

.group2 .list-about .about-item:last-child {
  border: none
}

.group2 .list-about .about-item .left {
  flex: 0 0 60%;
  margin-right: 30px
}

.group2 .list-about .about-item .left.v2 {
  flex: 0 0 100%;
  margin-right: 0
}

.group2 .list-about .about-item .right {
  flex-grow: 1
}

.group2 .list-about .about-item .left,
.group2 .list-about .about-item .right {
  padding-left: 64px;
  position: relative
}

.group2 .list-about .about-item .left .ct,
.group2 .list-about .about-item .right .ct {
  font-size: 18px
}

.group2 .list-about .about-item .left .ct .text2,
.group2 .list-about .about-item .right .ct .text2 {
  font-weight: 600
}

.group2 .list-about .about-item .left .ct .text1,
.group2 .list-about .about-item .right .ct .text1 {
  line-height: 1;
  margin-bottom: 6px
}

.group2 .list-about .about-item .left img,
.group2 .list-about .about-item .right img {
  position: absolute;
  top: 0;
  left: 0
}

@media (max-width: 575px) {
  .group2 .list-about .about-item {
    flex-direction: column;
    padding: 0;
    border: none
  }

  .group2 .list-about .about-item .left,
  .group2 .list-about .about-item .right {
    padding: 20px 0 20px 64px;
    border-bottom: 1px solid #e2ebff;
    margin-right: 0
  }

  .group2 .list-about .about-item .left img,
  .group2 .list-about .about-item .right img {
    top: 20px
  }

  .group2 .list-about .about-item .left:last-child {
    border: none
  }
}

.group2 .title-connect {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem
}

.pb-30 {
  padding-bottom: 30px
}

.group5 {
  padding: 30px 0;
}

.group5 .title-about {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 1rem
}

@media (max-width: 768px) {
  .group5 .title-about {
    font-size: 36px
  }

  .group5 .title-about.history {
    margin-top: 30px
  }
}

.group5 .text-about {
  margin-bottom: 1rem
}

.group5 .org-wrap {
  position: relative
}

.group5 .org-wrap .org {
  position: absolute;
  top: 5%;
  left: 0;
  font-size: 42px;
  font-weight: bold
}

@media (max-width: 575px) {
  .group5 .org-wrap .org {
    font-size: 36px;
    top: -50px
  }
}


.group5 .row.align-items-center {
  flex-direction: column;
  margin: 0;
}

.group5 .row.align-items-center .col-md-6 {
  max-width: 100%;
}


/* 여기서부터 history test */

/* 한글판 연혁 css */
.group5 .row.align-items-center .his_detail {
  position: relative;
  border-top: 1px solid #999;
  margin-bottom: 30px;
  width: 100%;
}

.group5 .row.align-items-center .his_detail .imglogo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: .2;
  z-index: -1;
}


.group5 .row.align-items-center .his_detail .his_year_work {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  background-color:#f7faff41;
}

.group5 .row.align-items-center .his_detail .his_year_work .year20 {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #999;
  width: 100%;
}

.group5 .row.align-items-center .his_detail .his_year_work h1 {
  font-size: 22px;
  font-weight: bold;
  padding: 23px 5px 5px;
}

.group5 .row.align-items-center .his_detail .his_year_work .his_contents {
  width: 100%;
  
}

.group5 .row.align-items-center .his_detail .his_year_work .his_year {
  display: flex;
  font-size: 20px;
  font-weight: 800;

}

.group5 .row.align-items-center .his_detail .his_year_work .his_year .work_month {
  /* width: 6%; */
  font-size: 20px;
  padding: 15px 0;
  margin-right: 20px;
}

.group5 .row.align-items-center .his_detail .his_year_work .his_year .work_detail {
  width: 38%;
  font-size: 12px;
}

.group5 .row.align-items-center .his_detail .his_year_work .his_year .work_place {
  width: 56%;
  font-size: 12px;
}

.group5 .row.align-items-center .his_detail .his_year_work .his_year li {
  height: 100%;
  margin: auto 0;
  padding: 10px 20px 10px 0;
}


@media (max-width: 575px) {
  .group5.m-group5 {
    background-color: white;
    margin-top: -30px
  }
}

#map {
  height: 500px;
  margin: 0 !important
}

#map .brand,
#map .infor {
  font-size: 18px;
  text-align: center;
  line-height: 1.55;
  font-family: 'montserrat'
}

#map .brand {
  font-weight: 600;
  padding: 10px 0
}

.form-connect {
  margin-top: 40px
}

.form-connect .form-group {
  font-size: 16px;
  margin-bottom: 12px
}

.form-connect .form-group .form-control {
  padding: 11px 20px !important;
  border: 1px solid #e2ebff;
  border-radius: 6px
}

.form-connect .form-group .form-control::placeholder {
  color: #041867;
  opacity: 0.5
}

.form-connect .form-group .form-control:focus {
  outline: 0;
  box-shadow: none
}

.form-connect .submit {
  width: 160px;
  height: 48px;
  background: #1e68ff;
  font-size: 16px;
  color: white;
  font-weight: 500;
  border-radius: 24px;
  margin-top: 12px
}

.form-connect .submit:hover {
  background: #FF9655
}

.mt-50 {
  margin-top: 50px
}

@media (max-width: 575px) {
  .mt-50.v2 {
    margin-top: 20px
  }
}

.group6 {
  padding: 60px 0
}

.group6 .big-text {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 30px
}

.group6 .big-text.v2 {
  position: relative;
  padding-bottom: 8px;
  border-bottom: solid 1px #e2ebff
}

.group6 .big-text.v2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #1e68ff
}

.group6 .big-text.nas {
  margin-bottom: 0
}

@media (max-width: 768px) {
  .group6 .big-text {
    font-size: 36px
  }

  .group6 .big-text.v2 {
    line-height: 1.3
  }
}

.group6 .ct {
  line-height: 1.4
}

.group6 .img-group {
  margin-top: 30px
}

.group6 .item-provide,
.group6 .consulting-item {
  position: relative;
  padding-left: 28px;
  line-height: 1.4
}

.group6 .item-provide::before,
.group6 .item-provide::after,
.group6 .consulting-item::before,
.group6 .consulting-item::after {
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #1e68ff;
  z-index: 2
}

.group6 .item-provide::after,
.group6 .consulting-item::after {
  top: 6px;
  left: 6px;
  background: #e2ebff;
  z-index: 1
}

.group6 .text30 {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 12px;
  border-bottom: solid 1px #e2ebff
}

.group6 .text30::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background: #1e68ff
}

/* 비디오들어가는곳 */

/* 가로2개씩 두줄로 들어가는거

.group6 .video_contents {
  display: flex;
  margin-top: 50px;
}

.group6 .video_contents video {
  width: 45%;
  margin: 10px;
} */


/* 세로로 1열로 들어가는거 */
.group6 .video_wrap {
  width: 100%;
  margin-top: 30px;
}

.group6 .video_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.group6 .video_contents video {
  width: 95%;
  margin: 10px;
}




@media (max-width: 575px) {
  .group6 .text30.mt-4 {
    margin-top: 40px !important
  }
}

.group6 .consulting-item {
  margin-top: 24px
}

@media (max-width: 768px) {
  .group6 .sap-ct {
    margin-top: 30px
  }
}

@media (max-width: 575px) {
  .group6 {
    padding: 40px 0
  }
}

.group6.v3 {
  margin-bottom: -60px
}

@media (max-width: 768px) {
  .group6.v3 {
    margin-bottom: -40px
  }
}

.table-service table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: -60px
}

.table-service table th {
  font-weight: 600;
  letter-spacing: 0.52px;
  text-align: center;
  vertical-align: middle;
  background: #1e68ff;
  color: white
}

.table-service table thead th:first-child {
  border-right: none
}

@media (max-width: 768px) {
  .table-service table {
    font-size: 18px
  }
}

@media (max-width: 575px) {
  .table-service table {
    margin-bottom: -40px
  }
}

.table-service table tr th,
.table-service table tr td {
  border-right: 1px solid #e2ebff;
  border-bottom: 1px solid #e2ebff;
  padding: 14px 20px
}

@media (max-width: 768px) {

  .table-service table tr th,
  .table-service table tr td {
    padding: 14px 12px
  }
}

.table-service table tr th:first-child,
.table-service table tr th:last-child {
  border-top: solid 1px #e2ebff
}

.table-service table tr th:first-child,
.table-service table tr td:first-child {
  border-left: 1px solid #e2ebff
}

.table-service table tr th:first-child,
.table-service table tr td:first-child {
  border-left: 1px solid #e2ebff
}

.table-service tbody td:first-child {
  font-weight: 600;
  text-align: center;
  vertical-align: middle
}

.table-service tbody td:not(:first-child) {
  font-size: 18px
}

.table-service table tr:first-child th:first-child {
  border-top-left-radius: 6px
}

.table-service table tr:first-child th:last-child {
  border-top-right-radius: 6px
}

.table-service table tr:last-child td:first-child {
  border-bottom-left-radius: 6px
}

.table-service table tr:last-child td:last-child {
  border-bottom-right-radius: 6px
}

.row.system {
  margin: 0
}

.system .ct:not(:last-child) {
  margin-bottom: 20px
}

.nas-ct .ct:not(:last-child),
.sap-ct .ct:not(:last-child) {
  margin-bottom: 20px
}

.nas-ct .text-business-scope,
.sap-ct .text-business-scope {
  font-size: 30px;
  font-weight: 600
}

.nas-ct ul li,
.sap-ct ul li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 8px
}

.nas-ct ul li::before,
.nas-ct ul li::after,
.sap-ct ul li::before,
.sap-ct ul li::after {
  position: absolute;
  content: '';
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #1e68ff;
  z-index: 2
}

.nas-ct ul li::after,
.sap-ct ul li::after {
  top: 6px;
  left: 6px;
  background: #e2ebff;
  z-index: 1
}

.wrap-business-scope {
  position: relative;
  margin: 15px 0 0 15px;
  box-shadow: 0px 3px 33px #E2EBFF;
  border-radius: 10px
}

.wrap-business-scope .title {
  padding: 10px 0;
  font-weight: 600;
  padding-left: 21%;
  border-bottom: 1px solid #e2ebff
}

.wrap-business-scope ul {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.wrap-business-scope ul li {
  position: relative;
  flex: 0 0 100%;
  font-size: 16px;
  padding-left: 32px;
  margin-bottom: 8px
}

.wrap-business-scope ul li::before,
.wrap-business-scope ul li::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #1e68ff;
  z-index: 2
}

.wrap-business-scope ul li::after {
  top: 4px;
  left: 4px;
  background: #e2ebff;
  z-index: 1
}

@media (max-width: 575px) {
  .wrap-business-scope ul {
    flex-direction: column
  }

  .wrap-business-scope ul li {
    flex: 0 0 100%
  }
}

.wrap-business-scope.v2 ul {
  flex-direction: column
}

.wrap-business-scope.v2 ul li {
  flex: 0 0 100%
}

@media (max-width: 768px) {
  .wrap-business-scope.v2 {
    margin-bottom: 24px
  }
}

.wrap-business-scope .img-order {
  position: absolute;
  top: -15px;
  left: -15px
}

@media (max-width: 575px) {
  .wrap-business-scope .img-order {
    width: 90px
  }
}

.wrap-business-scope .num-order {
  position: absolute;
  font-size: 54px;
  color: white;
  font-weight: 600;
  top: -18px;
  left: 10px
}

@media (max-width: 575px) {
  .wrap-business-scope .num-order {
    font-size: 42px;
    left: 0px;
    top: -20px
  }
}

.img-group {
  width: calc(100% - 50px);
  margin: 0 auto
}

.information-system-text {
  display: flex;
  margin: 0.7em 0;
  justify-content: space-between
}

.information-system-text p {
  flex: 0 0 calc(100% /4);
  text-align: left;
  font-weight: 600
}

.information-system-text p:nth-child(1) {
  padding-left: 15px
}

.information-system-text p:nth-child(2) {
  padding-left: 30px
}

.information-system-text p:nth-child(3) {
  padding-left: 5px
}

.information-system-text p:nth-child(4) {
  text-align: center;
  padding-left: 15px
}

.span_red {
  color: red;
  font-weight: bold;
  font-size: 1.3rem;
}

@media (max-width: 1199px) {
  .information-system-text p {
    font-size: 16px
  }

  .information-system-text p:nth-child(4) {
    text-align: center;
    padding-left: 5px
  }
}

@media (max-width: 768px) {
  .information-system-text p:nth-child(1) {
    padding-left: 30px
  }

  .information-system-text p:nth-child(2) {
    padding-left: 45px
  }

  .information-system-text p:nth-child(3) {
    padding-left: 40px
  }

  .information-system-text p:nth-child(4) {
    text-align: center;
    padding-left: 50px
  }
}

@media (max-width: 575px) {
  .information-system-text p {
    font-size: 10px
  }

  .information-system-text p:nth-child(1) {
    padding-left: 20px
  }

  .information-system-text p:nth-child(2) {
    padding-left: 25px
  }

  .information-system-text p:nth-child(3) {
    padding-left: 10px
  }

  .information-system-text p:nth-child(4) {
    text-align: center;
    padding-left: 0px
  }
}

@media (max-width: 349px) {
  .information-system-text p:nth-child(2) {
    padding-left: 15px
  }

  .information-system-text p:nth-child(3) {
    padding-left: 0px
  }
}

/*# sourceMappingURL=main.css.map */