@charset "UTF-8";
#subWrap {
  padding-top: 100px;
}

.center {
  text-align: center;
}

.conBottom {
  padding-bottom: 200px;
}

#sv {
  height: 290px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  overflow: hidden;
  -webkit-transition: all 3s;
  transition: all 3s;
}

#sv.on .tit {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

#sv .tit {
  color: #fff;
  font-size: 6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#sv.sv01 {
  background-image: url("/img/sub/tech_sv.jpg");
}

#sv.sv02 {
  background-image: url("/img/sub/commercialization_sv.jpg");
}

#sv.sv03 {
  background-image: url("/img/sub/event_sv.jpg");
}

#sv.sv04 {
  background-image: url("/img/sub/delbiz_sv.jpg");
}

#sv.sv05 {
  background-image: url("/img/sub/company_sv.jpg");
}

#sv.sv06 {
  background-image: url("/img/sub/contact_sv.jpg");
}

#lnb {
  padding: 0 20px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
}

#lnb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 58px;
}

#lnb ul a {
  font-size: 1.5rem;
  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;
  height: 70px;
}

#lnb ul li.on a {
  font-weight: 500;
  color: var(--main-color);
  position: relative;
}

#lnb ul li.on a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--main-color);
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 2;
}

.pageTit {
  text-align: center;
  color: #333;
  font-size: 4rem;
  font-weight: 700;
  padding: 85px 0;
}

.img-txt-box {
  margin-bottom: 100px;
}

.img-txt-box .img {
  margin-right: 5%;
}

.img-txt-box h4 {
  font-weight: 600;
  font-size: 3rem;
  color: #333;
}

.img-txt-box p {
  line-height: 1.5625;
}

.img-txt-box p:not(:first-child) {
  margin-top: 25px;
}

/****************************
	joint
****************************/
.bgGray {
  padding: 100px 0;
  background: #f9f9f9;
}

#joint .info .flexBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#joint .info ul {
  width: 270px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  position: relative;
  z-index: 2;
}

#joint .info ul li {
  height: 90px;
  max-width: 270px;
  width: 100%;
  background: var(--main-color);
  color: #fff;
  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;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
}

#joint .info ul li:not(:last-child) {
  margin-bottom: 30px;
}

#joint .info ul li:not(:last-child)::after {
  content: "\e942";
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #737373;
}

#joint .info .txtBox article {
  min-height: 90px;
}

#joint .info .txtBox article:not(:last-child) {
  margin-bottom: 30px;
}

#joint .info .txtBox .type1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

#joint .info .txtBox .type2 .table {
  max-width: 1000px;
  position: relative;
}

#joint .info .txtBox .type2 .table::before {
  content: "";
  width: 68px;
  height: 100%;
  background: url("/img/sub/joint_table_bg.png") no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  right: 100%;
}

#joint .info .txtBox .type2 .w1 {
  width: 25%;
}

#joint .info .txtBox .type2 th,
#joint .info .txtBox .type2 td {
  padding: 13.5px 30px;
  font-weight: 400;
  border: 1px solid #e0e0e0;
}

#joint .info .txtBox .type2 th:first-child,
#joint .info .txtBox .type2 td:first-child {
  border-left: none;
}

#joint .info .txtBox .type2 th:last-child,
#joint .info .txtBox .type2 td:last-child {
  border-right: none;
}

#joint .info .txtBox .type2 th {
  background: #f1f1f1;
  color: #333333;
  font-size: 1.6rem;
}

#joint .info .txtBox .type2 td {
  font-size: 1.5rem;
}

.dot-txt p {
  position: relative;
  padding-left: 8px;
}

.dot-txt p:not(:last-child) {
  margin-bottom: 6px;
}

.dot-txt p::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

/****************************
	scouting
****************************/
.list_type1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.list_type1 li {
  background: #fff;
}

.list_type1 li:not(:last-child) {
  position: relative;
}

.list_type1 li:not(:last-child)::after {
  content: "\e93f";
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 22px;
  left: calc(100% + 4px);
  color: #737373;
}

.list_type1 .tit {
  color: #fff;
  text-align: center;
  height: 60px;
  background: var(--main-color);
  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;
  text-align: center;
  font-size: 1.8rem;
}

.list_type1 .dot-txt {
  padding: 28px;
  font-size: 1.5rem;
  color: #333;
}

/****************************
	search
****************************/
.process ul {
  display: -ms-grid;
  display: grid;
  gap: 25px;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.process ul li:not(:last-child) .tit::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #737373;
  display: block;
  border-left: none;
  border-bottom: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: calc(100% + 18px);
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.process ul .tit {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  height: 60px;
  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;
  position: relative;
}

.process ul .info {
  margin-top: 10px;
}

.process ul .info > div {
  background: #f1f1f1;
  padding: 25px;
}

.process ul .info > div:nth-child(1) {
  min-height: 173px;
}

.process ul .info > div:nth-child(2) {
  min-height: 125px;
}

.process ul .info > div:not(:last-child) {
  margin-bottom: 10px;
}

.process ul .info p {
  font-size: 1.5rem;
  color: #333;
}

#search .graph ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#search .graph ul li {
  width: 25%;
  position: relative;
}

#search .graph ul li .line {
  max-width: 170px;
  width: 42.5%;
  padding-top: 47.5%;
  border: 1px solid var(--main-color);
  border-top-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 50%;
  margin: 30px 0;
}

#search .graph ul li .line::before, #search .graph ul li .line::after {
  content: "";
  position: absolute;
  line-height: 1;
  width: 6px;
  height: 10px;
  background: url("/img/sub/line_arr_right.png") no-repeat center;
  background-size: cover;
  display: block;
}

#search .graph ul li .line::before {
  display: none;
}

#search .graph ul li:nth-child(2n) {
  margin-top: calc(19.375% + 60px);
}

#search .graph ul li .img p {
  color: #fff;
  text-align: center;
  height: 60px;
  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;
  font-size: 1.8rem;
  background: var(--main-color);
  font-weight: 500;
}

#search .graph ul li .txt {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #333333;
}

#search .graph ul li .txt span {
  display: block;
  color: #666666;
  background: #e0e6f3;
  text-align: center;
  padding: 12px;
  max-width: 240px;
  width: 90%;
  margin: 40px auto 0;
}

#search .graph ul li:nth-child(1) .txt {
  top: 177.4193548387097%;
}

#search .graph ul li:nth-child(1) .line::after {
  right: -1px;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

#search .graph ul li:nth-child(2) .txt {
  bottom: 177.4193548387097%;
}

#search .graph ul li:nth-child(2) .line {
  bottom: 100%;
  border-top-color: var(--main-color);
  border-bottom-color: transparent;
  border-right-color: transparent;
}

#search .graph ul li:nth-child(2) .line::after {
  right: -1px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#search .graph ul li:nth-child(3) .txt {
  top: 38.70967741935484%;
  left: 100%;
}

#search .graph ul li:nth-child(3) .line {
  left: 100%;
  margin: 0 30px;
  border-top-color: var(--main-color);
  border-right-color: var(--main-color);
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
}

#search .graph ul li:nth-child(3) .line::after {
  right: -1px;
  bottom: 0;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}

#search .graph ul li:nth-child(4) .txt {
  top: calc(50% + 12px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 100%;
}

#search .graph ul li:nth-child(4) .line {
  border: none;
  height: 1px;
  width: 87.5%;
  max-width: 350px;
  background: var(--main-color);
  right: 106%;
  top: 50%;
  left: inherit;
  margin: 0;
  padding-top: 0;
}

#search .graph ul li:nth-child(4) .line::after {
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}

#search .graph ul li:nth-child(4) .line:before {
  display: block;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#search .graph .s_txt {
  width: 275px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#search .graph .s_txt p {
  font-size: 12px;
}

#search .graph .s_txt p span {
  color: #333;
}

#search .process ul li:not(:last-child) .tit::after {
  left: calc(100% + 8px);
}

#search .process ul li:nth-child(2) .tit::after, #search .process ul li:nth-child(2) .tit::before, #search .process ul li:nth-child(3) .tit::after, #search .process ul li:nth-child(3) .tit::before {
  font-family: xeicon !important;
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #737373;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border: none;
  width: auto;
  height: auto;
  left: calc(100% + 6px);
  position: absolute;
  font-size: 14px;
}

#search .process ul li:nth-child(2) .tit::before, #search .process ul li:nth-child(3) .tit::before {
  content: "\e906";
  top: 17px;
}

#search .process ul li:nth-child(2) .tit::after, #search .process ul li:nth-child(3) .tit::after {
  content: "\e907";
  top: 35px;
}

/****************************
	pioneer
****************************/
#pioneer .list {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 577px;
  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;
}

#pioneer .list img {
  width: 48px;
}

#pioneer .list .mainCircle {
  width: 370px;
  height: 370px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  margin: 0 auto;
  padding: 10px;
}

#pioneer .list .mainCircle p {
  color: #333;
  font-size: 1.8rem;
  margin-top: 30px;
}

#pioneer .list .mainCircle > div {
  border-radius: 50%;
  background: #fff;
  width: 100%;
  height: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#pioneer .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--main-color);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 0;
}

#pioneer .list ul li p {
  color: #fff;
  font-size: 1.5rem;
  margin-top: 12px;
}

#pioneer .list ul li:nth-child(3), #pioneer .list ul li:nth-child(4) {
  bottom: 0;
  top: inherit;
}

#pioneer .list ul li:nth-child(3)::after, #pioneer .list ul li:nth-child(4)::after {
  bottom: calc(50% - 5px);
  top: inherit;
}

#pioneer .list ul li:nth-child(2n) {
  left: inherit;
  right: 0;
}

#pioneer .list ul li:nth-child(2n)::after {
  right: 100%;
  left: inherit;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#pioneer .list ul li:nth-child(1)::after {
  left: 100%;
}

#pioneer .list ul li:nth-child(2)::after {
  top: 50%;
}

#pioneer .list ul li:nth-child(3)::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

#pioneer .list ul li:nth-child(4)::after {
  -webkit-transform: scaleY(-1) scaleX(-1);
          transform: scaleY(-1) scaleX(-1);
}

#pioneer .list ul li::after {
  content: "";
  width: 142px;
  height: 73px;
  background: url("/img/sub/pioneer_line.png") no-repeat center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 100%;
  top: calc(50% - 5px);
}

/****************************
	modeling
****************************/
#modeling .list {
  max-width: 1250px;
  margin: 0 auto;
}

#modeling .list ul {
  text-align: center;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}

#modeling .list ul img {
  height: 38px;
}

#modeling .list li:last-child .circle {
  background: var(--main-color);
}

#modeling .list li:last-child .circle p {
  color: #fff;
}

#modeling .list li:not(:last-child) .circle::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #737373;
  display: block;
  border-left: none;
  border-bottom: none;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#modeling .list .circle {
  border-radius: 50%;
  width: 210px;
  height: 210px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#modeling .list .circle p {
  color: var(--main-color);
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
}

#modeling .list .tit {
  color: #333;
  line-height: 1.4375;
  min-height: 83px;
  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;
}

#modeling .list .dot-txt {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 23px;
  text-align: left;
  min-height: 100px;
  height: 39.08523908523909%;
}

/****************************
	investment
****************************/
#investment .process ul {
  gap: 44px;
  -ms-grid-columns: (1fr)[6];
      grid-template-columns: repeat(6, 1fr);
}

#investment .process ul .tit {
  height: 90px;
}

/****************************
	diagram
****************************/
.diagram .circle {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  position: relative;
}

.diagram .circle.dotNone::after {
  display: none !important;
}

.diagram .circle p {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 20px;
}

.diagram .circle::after {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.diagram .circle img {
  height: 54px;
}

.diagram .circle.type2::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: var(--main-color);
  position: absolute;
}

.diagram .top {
  margin-bottom: 142px;
}

.diagram .top.type2 .circle {
  width: 300px;
  height: 300px;
  padding: 0;
  border: none;
}

.diagram .top .circle {
  border: 1px solid #d9d9d9;
  background: #f9f9f9;
  padding: 10px;
  margin: 0 auto;
}

.diagram .top .circle.center > div {
  background: var(--main-color) !important;
}

.diagram .top .circle.center > div p {
  color: #fff !important;
}

.diagram .top .circle.type3 {
  width: 370px;
  height: 370px;
}

.diagram .top .circle.type3 p {
  color: #666;
}

.diagram .top .circle > div {
  text-align: center;
  background: var(--main-color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.diagram .top .circle p {
  color: #fff;
  font-size: 1.6rem;
}

.diagram .top .circle::before {
  border: 5px solid #f9f9f9;
}

.diagram .top .circle::after {
  bottom: -8px;
  border: 5px solid #f9f9f9;
}

.diagram .list ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10%;
  position: relative;
}

.diagram .list ul::before {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e1e1e1;
  display: block;
  position: absolute;
  left: 50%;
  top: -51px;
  max-width: 57.375%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.diagram .list ul li {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.01);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.01);
  position: relative;
}

.diagram .list ul li::after {
  top: -3px;
}

.diagram .list ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-left: 1px dotted #e1e1e1;
  height: 50px;
  width: 1px;
}

.diagram .list ul li:nth-child(2)::before {
  height: 135px;
}

ul.sideDots.horizontal_line {
  position: relative;
}

ul.sideDots.horizontal_line::before {
  content: "";
  width: 50%;
  height: 1px;
  border-bottom: 1px dashed #d6d6d6;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
}

ul.sideDots li {
  position: relative;
}

ul.sideDots li::before, ul.sideDots li::after {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--main-color);
  border: 5px solid #f9f9f9;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

ul.sideDots li::before {
  right: calc(100% - 8px);
}

ul.sideDots li::after {
  left: calc(100% - 8px);
}

ul.sideDots li:first-child::before {
  display: none;
}

ul.sideDots li:last-child::after {
  display: none;
}

/****************************
	tektite
****************************/
#tektite .diagram {
  position: relative;
}

#tektite .diagram .top {
  margin-bottom: 60px;
}

#tektite .diagram .top .circle::after, #tektite .diagram .top .circle::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#tektite .diagram .top .circle::after {
  right: -8px;
  left: inherit;
}

#tektite .diagram .top .circle::before {
  left: -8px;
}

#tektite .diagram .lineBox {
  border: 1px dashed #d5d5d5;
  position: absolute;
  left: 50%;
  top: 160px;
  height: 53%;
  width: 77.25%;
  max-width: 1236px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#tektite .diagram .imgList {
  position: relative;
  z-index: 2;
}

#tektite .diagram .imgList ul {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}

#tektite .diagram .imgList li {
  border: 1px solid #bac4d7;
  background: #fff;
}

#tektite .diagram .imgList .txtBox {
  padding: 25px;
}

#tektite .diagram .imgList .tit {
  font-size: 1.8rem;
  color: var(--main-color);
  font-weight: 500;
  margin-bottom: 16px;
}

#tektite .diagram .imgList .dot-txt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.checkerboard {
  padding: 150px 0;
}

.checkerboard ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

.checkerboard li {
  border: 1px solid #e9e9e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.checkerboard li:nth-child(odd) {
  padding-bottom: 93.75%;
}

.checkerboard li:nth-child(odd) .txt {
  top: 50%;
  border-top: 1px solid #e9e9e9;
}

.checkerboard li:nth-child(2n) {
  padding-top: 93.75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.checkerboard li:nth-child(2n) .txt {
  border-bottom: 1px solid #e9e9e9;
  top: 0;
}

.checkerboard li .txt {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
  padding: 36px;
  height: 50%;
}

.checkerboard li .txt dt {
  color: var(--main-color);
  font-weight: 500;
  font-size: 1.8rem;
}

.checkerboard li .txt dd {
  line-height: 1.625;
  margin-top: 14px;
}

.checkerboard li .s_txt {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 23px;
}

/****************************
	network
****************************/
#network .bgGray {
  position: relative;
}

#network .info {
  max-width: 1920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  width: 100%;
  bottom: -108px;
}

#network .info .txt {
  background: #1b3a7b;
  padding: 66px;
  color: #fff;
  max-width: 930px;
}

#network .info .more_s1 a {
  margin: 0;
}

#network .info dl {
  margin-bottom: 30px;
}

#network .info dt {
  font-size: 4rem;
  font-weight: 700;
}

#network .info dd {
  margin-top: 22px;
  line-height: 1.75;
}

#network .info dd p {
  font-weight: 300;
}

#network .info dd p:not(:last-child) {
  margin-bottom: 23px;
}

#network .info dd b {
  font-weight: 500;
}

/****************************
	video
****************************/
.videoWrap .frame {
  position: relative;
  padding-top: 56.25%;
}

.videoWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.videoWrap .thum {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  cursor: pointer;
}

.videoWrap .thum::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.videoWrap .thum > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.videoWrap .thum .playBtn {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  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;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
}

/****************************
	mission
****************************/
.sectionCont > section:not(:last-child) {
  margin-bottom: 100px;
}

#mission .diagram .top {
  margin-bottom: 0;
}

#mission .topInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mission .topInfo .img {
  margin-right: 8.0625%;
}

#mission .topInfo dl {
  margin-bottom: 34px;
}

#mission .topInfo dt {
  font-weight: 600;
  color: #333;
  font-size: 3rem;
}

#mission .topInfo dd {
  margin-top: 13px;
  font-weight: 300;
  line-height: 1.75;
}

#mission .info .diagram ul {
  gap: 120px;
}

#mission .info .diagram ul li .circle > div {
  background: #fff;
}

#mission .info .diagram ul li .circle > div p {
  color: #666;
}

#mission .vision ul {
  gap: 60px;
}

#mission .vision .circle {
  background: #fff;
}

#mission .vision .circle > div {
  background: #f9f9f9;
}

#mission .value .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mission .value .list li .txt {
  padding: 0 7.25%;
}

#mission .value .list li > * {
  width: 50%;
}

#mission .value .list li dt {
  font-size: 2.5rem;
  color: #333;
  font-weight: 600;
}

#mission .value .list li dd {
  font-weight: 300;
  line-height: 1.875;
  margin-top: 12px;
}

#mission .value .list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.download a {
  border: 1px solid #e0e0e0;
  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;
  max-width: 328px;
  width: 100%;
  height: 60px;
  font-size: 1.5rem;
  font-weight: 300;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.download a i {
  margin-left: 16px;
}

.download a:hover {
  background: var(--main-color);
  color: #fff;
}

/****************************
	history
****************************/
#history {
  position: relative;
}

#history .bg {
  max-width: 1920px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

#history .bg img {
  width: 35.26041666666667%;
  max-width: 677px;
}

#history .info > * {
  width: 50%;
}

#history .year {
  padding-right: 9.75%;
  font-size: 7.8125vw;
  color: #000;
  line-height: 1;
  opacity: 0.05;
  font-weight: 900;
}

#history .year p:last-child {
  text-align: right;
}

#history .list {
  position: relative;
  padding-bottom: 230px;
}

#history .list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #e0e0e0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#history .list li {
  padding-left: 44px;
  position: relative;
}

#history .list li::before, #history .list li::after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
}

#history .list li::before {
  width: 6px;
  height: 6px;
  background: var(--main-color);
  left: -2px;
  top: 20px;
}

#history .list li::after {
  width: 30px;
  height: 30px;
  background: rgba(22, 63, 140, 0.08);
  left: -14px;
  top: 8px;
}

#history .list li:not(:last-child) {
  margin-bottom: 80px;
}

#history .list dt {
  font-size: 3rem;
  color: #333;
  font-weight: 600;
}

#history .list dd {
  margin-top: 20px;
}

#history .list dd p {
  font-size: 1.5rem;
  line-height: 1.466;
}

#history .list dd p:not(:last-child) {
  margin-bottom: 10px;
}

/****************************
	partners
****************************/
.dtTxt p {
  color: #333;
  line-height: 1.5;
}

#partners.client ul {
  margin-top: 0;
}

#partners ul {
  margin-top: 56px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

#partners ul li {
  border: 1px solid #e0e0e0;
}

/****************************
	map
****************************/
#location .mapFrame {
  width: calc(100% - 510px);
}

#location .wrap_map {
  height: 520px;
}

#location .root_daum_roughmap .wrap_controllers {
  display: none;
}

#location .frame {
  position: relative;
  height: 520px;
}

#location .frame .info {
  position: absolute;
  max-width: 510px;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--main-color);
  color: #fff;
  padding: 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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;
}

#location .frame .info dl:not(:last-child) {
  margin-bottom: 26px;
}

#location .frame .info dt {
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
}

#location .frame .info dd {
  margin-top: 5px;
  opacity: 0.6;
  line-height: 1.5625;
  font-weight: 300;
}

#location .trsnfer {
  margin-top: 40px;
}

#location .trsnfer ul {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

#location .trsnfer li {
  border: 1px solid #e0e0e0;
  padding: 40px 50px;
}

#location .trsnfer li .tit {
  font-size: 3rem;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#location .trsnfer li .txt p {
  line-height: 1.666;
  font-size: 1.5rem;
}

#location .trsnfer li img {
  width: 48px;
  margin-right: 20px;
}
