@charset "utf-8";

/* sub layout ***********************************/
.sub_container {
  padding: 85px 0 120px 0;
}
.sub_container > .wrap {
  margin: 0 auto;
  width: 1410px;
}
.sub_container h2 {
  margin-bottom: 75px;
  font-size: 36px;
  font-weight: 700;
  color: #222;
  text-align: center;
}
.sub_container h2:after {
  content: "";
  margin: 15px auto 0 auto;
  display: block;
  width: 30px;
  height: 2px;
  background: #222;
}

/* mobile */
@media (max-width: 767px) {
  .sub_container {
    padding: 45px 0 60px 0;
  }
  .sub_container > .wrap {
    width: 100%;
    padding: 0 25px;
  }
  .sub_container h2 {
    margin-bottom: 45px;
    font-size: 23px;
  }
  .sub_container h2:after {
    margin-top: 10px;
    width: 20px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .sub_container {
    padding: 60px 0 90px 0;
  }
  .sub_container > .wrap {
    width: 100%;
    padding: 0 60px;
  }
  .sub_container h2 {
    margin-bottom: 60px;
    font-size: 30px;
  }
  .sub_container h2:after {
    margin-top: 10px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .sub_container {
    padding: 75px 0 110px 0;
  }
  .sub_container > .wrap {
    width: 100%;
    padding: 0 60px;
  }
  .sub_container h2 {
    margin-bottom: 70px;
    font-size: 34px;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .sub_container > .wrap {
    width: 100%;
    padding: 0 70px;
  }
}

/* sub visual ***********************************/
.sub_visual {
  height: 395px;
  padding: 170px 25px 0 25px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
  line-height: normal;
}
.sub_visual .tit {
  padding-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
}
.sub_visual .txt {
  font-size: 17px;
  opacity: 0.6;
}

.sub_visual.about {
  background-image: url(../images/sub/sub_visual1.jpg);
}

/* mobile */
@media (max-width: 767px) {
  .sub_visual {
    height: 245px;
    padding: 95px 50px 0 50px;
  }
  .sub_visual .tit {
    padding-bottom: 8px;
    font-size: 29px;
  }
  .sub_visual .txt {
    font-size: 14px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .sub_visual {
    height: 330px;
    padding: 135px 60px 0 60px;
  }
  .sub_visual .tit {
    font-size: 38px;
  }
  .sub_visual .txt {
    font-size: 16px;
  }
}

/* sub nav ***********************************/
.sub_nav {
  height: 65px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}
.sub_nav .wrap {
  margin: 0 auto;
  width: 1410px;
  border-left: 1px solid #e5e5e5;
}
.sub_nav ul {
  float: left;
  display: flex;
  height: 100%;
}
.sub_nav ul li {
  border-right: 1px solid #e5e5e5;
}
.sub_nav ul li a {
  display: inline-block;
  width: 170px;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  color: #777;
  text-align: center;
}
.sub_nav ul li a:hover {
  border-bottom: 3px solid #1c5aab;
}
.sub_nav ul li.on a {
  border-bottom: 3px solid #1c5aab;
  font-weight: 500;
  color: #222;
}
.sub_nav .location {
  float: right;
  margin-top: 19px;
}
.sub_nav .location span {
  margin-right: 6px;
  font-size: 15px;
  color: #777;
}
.sub_nav .location span:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url(../images/common/icons.png) -384px 0 no-repeat;
}
.sub_nav .location span:last-child {
  margin-right: 0;
}
.sub_nav .location span:last-child:after {
  display: none;
}

/* mobile */
@media (max-width: 767px) {
  .sub_nav {
    height: 55px;
  }
  .sub_nav .wrap {
    width: 100%;
    height: 55px;
    padding: 0 25px;
  }
  .sub_nav .location {
    display: none;
  }
  .sub_nav ul {
    display: flex;
    height: 100%;
  }
  .sub_nav ul li {
    float: left;
    display: flex;
    margin-right: 36px;
    border-right: none;
  }
  .sub_nav ul li a {
    width: max-content;
    height: 54px;
    font-size: 16px;
    color: #888;
    line-height: 54px;
  }
  .sub_nav ul li:first-child a {
    margin-left: 0;
  }
  .sub_nav ul li:last-child a {
    margin-right: 0;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .sub_nav {
    height: 60px;
  }
  .sub_nav .wrap {
    width: 100%;
    height: 60px;
    padding: 0 60px;
  }
  .sub_nav .location {
    display: none;
  }
  .sub_nav ul {
    display: flex;
    height: 100%;
  }
  .sub_nav ul li {
    float: left;
    display: flex;
    margin-right: 36px;
    border-right: none;
  }
  .sub_nav ul li a {
    width: max-content;
    margin: 0 12px;
    height: 59px;
    font-size: 18px;
    line-height: 59px;
  }
  .sub_nav ul li:first-child a {
    margin-left: 0;
  }
  .sub_nav ul li:last-child a {
    margin-right: 0;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .sub_nav .wrap {
    width: 100%;
    padding: 0;
  }
  .sub_nav .location {
    display: none;
  }
  .sub_nav ul {
    width: 100%;
  }
  .sub_nav ul li {
    width: 50%;
  }
  .sub_nav ul li a {
    width: 100%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  .sub_nav .wrap {
    width: 100%;
    padding: 0 70px;
  }
}

/* 인사말 ***********************************/
.greeting .catchy {
  margin-bottom: 75px;
  font-size: 30px;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 50px;
  text-align: center;
}
.greeting .catchy strong {
  color: #1c5aab;
  font-weight: 500;
  letter-spacing: -0.05em;
  vertical-align: inherit;
}
.greeting .txt {
  font-size: 19px;
  color: #555;
  line-height: 37px;
}
.greeting .txt p {
  margin-bottom: 43px;
}
.greeting .txt p:last-child {
  margin-bottom: 0;
}
.greeting .sign {
  margin-top: 15px;
  text-align: right;
}
.greeting .sign span {
  margin-left: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #555;
  vertical-align: middle;
}

/* mobile */
@media (max-width: 767px) {
  .greeting .catchy {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 29px;
    text-align: left;
  }
  .greeting .catchy br {
    display: none;
  }
  .greeting .txt {
    font-size: 15px;
    line-height: 27px;
  }
  .greeting .txt p {
    margin-bottom: 34px;
  }
  .greeting .sign span {
    margin-left: 15px;
    font-size: 15px;
  }
  .greeting .sign img {
    width: 125px;
    height: auto;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .greeting .catchy {
    margin-bottom: 55px;
    font-size: 23px;
    line-height: 42px;
  }
  .greeting .txt {
    font-size: 16px;
    line-height: 31px;
  }
  .greeting .txt p {
    margin-bottom: 35px;
  }
  .greeting .sign span {
    margin-left: 20px;
    font-size: 16px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .greeting .catchy {
    margin-bottom: 65px;
    font-size: 27px;
    line-height: 45px;
  }
  .greeting .txt {
    font-size: 18px;
    line-height: 35px;
  }
  .greeting .txt p {
    margin-bottom: 40px;
  }
}
/* pc */
@media (min-width: 1601px) {
  .greeting .wrap {
    width: 1090px;
    padding: 0;
  }
}

/* 연혁 ***********************************/
.history .tab {
  margin-top: -25px;
}
.history .tab li a span {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 15px;
  font-size: 17px;
  opacity: 0.7;
  letter-spacing: -0.04em;
}

.history .period .tit {
  margin: 0 auto;
  padding-top: 50px;
  width: 170px;
  height: 170px;
  border: 8px solid;
  border-radius: 50%;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.04em;
}
.history .period .tit p {
  padding-top: 2px;
  font-size: 17px;
  font-weight: 400;
  color: #888;
}
.history .period .con {
  display: flex;
}
.history .period .con .img {
  width: 50%;
  padding-top: 78px;
  padding-right: 70px;
  text-align: right;
}
.history .period .con .img p {
  margin-bottom: 25px;
}
.history .period .con .img img {
  width: 410px;
  height: 235px;
  background: #eee;
}
.history .period .con .list {
  width: 50%;
  padding-top: 65px;
  padding-left: 45px;
  background: url(../images/sub/about_history_dash.png) repeat-y;
}
.history .period .con .list > li {
  position: relative;
  margin-bottom: 65px;
}
.history .period .con .list > li:last-child {
  margin-bottom: 50px;
}
.history .period .con .list > li .year {
  margin-bottom: 20px;
  font-family: roboto;
  font-size: 36px;
}
.history .period .con .list > li .year:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -52px;
  display: block;
  width: 6px;
  height: 6px;
  background: #fff;
  border: 5px solid;
  border-radius: 50%;
}
.history .period .con .list > li ul {
  padding-left: 30px;
}
.history .period .con .list > li ul li {
  position: relative;
  margin: 11px 0;
  padding-left: 25px;
  font-size: 18px;
  color: #555;
}
.history .period .con .list > li ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
}

.history .period.step0 .tit {
  border-color: #0b274d;
  color: #0b274d;
}
.history .period.step0 .con .list > li .year {
  color: #0b274d;
}
.history .period.step0 .con .list > li .year:before {
  border-color: #0b274d;
}
.history .period.step1 .tit {
  border-color: #1c5aab;
  color: #1c5aab;
}
.history .period.step1 .con .list > li .year {
  color: #1c5aab;
}
.history .period.step1 .con .list > li .year:before {
  border-color: #1c5aab;
}
.history .period.step2 .tit {
  border-color: #1985d8;
  color: #1985d8;
}
.history .period.step2 .con .list > li .year {
  color: #1985d8;
}
.history .period.step2 .con .list > li .year:before {
  border-color: #1985d8;
}
.history .period.step3 .tit {
  border-color: #1ca2b1;
  color: #1ca2b1;
}
.history .period.step3 .con .list > li .year {
  color: #1ca2b1;
}
.history .period.step3 .con .list > li .year:before {
  border-color: #1ca2b1;
}
.history .period.step4 .tit {
  border-color: #89b928;
  color: #89b928;
}
.history .period.step4 .con .list > li .year {
  color: #89b928;
}
.history .period.step4 .con .list > li .year:before {
  border-color: #89b928;
}

/* mobile */
@media (max-width: 767px) {
  .history .tab li a {
    letter-spacing: -0.08em;
  }
  .history .tab li a span {
    display: none;
  }
  .history .period {
    margin-bottom: 45px;
  }
  .history .period:last-child {
    margin-bottom: 0;
  }
  .history .period .con .img {
    display: none;
  }
  .history .period .con .list {
    width: 100%;
  }
  .history .period .tit {
    margin-bottom: 50px;
    padding-top: 34px;
    width: 125px;
    height: 125px;
    border-width: 6px;
    font-size: 20px;
  }
  .history .period .tit p {
    padding-top: 1px;
    font-size: 13px;
  }
  .history .period .con .list {
    padding-top: 0;
    padding-left: 20px;
  }
  .history .period .con .list > li {
    margin-top: -12px;
    margin-bottom: 55px;
  }
  .history .period .con .list > li:last-child {
    margin-bottom: 10px;
  }
  .history .period .con .list > li .year {
    font-size: 28px;
  }
  .history .period .con .list > li .year:before {
    top: 12px;
    left: -26px;
    width: 4px;
    height: 4px;
    border-width: 4px;
  }
  .history .period .con .list > li ul {
    padding-left: 5px;
  }
  .history .period .con .list > li ul li {
    margin: 10px 0;
    padding-left: 15px;
    font-size: 15px;
  }
  .history .period .con .list > li ul li:before {
    width: 5px;
    height: 5px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .history .tab li a span {
    display: none;
  }
  .history .period .con {
    flex-direction: row-reverse;
  }
  .history .period .con .img {
    display: none;
  }
  .history .period .con .list {
    width: calc(100% - 72px);
  }
  .history .period .tit {
    margin: 0;
    padding-top: 42px;
    width: 145px;
    height: 145px;
    border-width: 6px;
    font-size: 22px;
  }
  .history .period .tit p {
    padding-top: 1px;
    font-size: 15px;
  }
  .history .period .con .list {
    padding-top: 50px;
    padding-left: 35px;
  }
  .history .period .con .list > li {
    margin-bottom: 45px;
  }
  .history .period .con .list > li .year {
    font-size: 32px;
  }
  .history .period .con .list > li .year:before {
    left: -42px;
  }
  .history .period .con .list > li ul {
    padding-left: 5px;
  }
  .history .period .con .list > li ul li {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 16px;
  }
  .history .period .con .list > li ul li:before {
    width: 5px;
    height: 5px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .history .tab li a span {
    margin-left: 12px;
    font-size: 16px;
  }
  .history .period .con .img {
    padding-top: 70px;
    padding-right: 55px;
  }
  .history .period .con .img img {
    width: 100%;
    max-width: 410px;
  }
  .history .period .con .list {
    padding-top: 60px;
    padding-left: 35px;
  }
  .history .period .con .list > li {
    margin-bottom: 55px;
  }
  .history .period .con .list > li .year:before {
    left: -42px;
  }
  .history .period .con .list > li ul {
    padding-left: 10px;
  }
  .history .period .con .list > li ul li {
    padding-left: 20px;
    font-size: 16px;
  }
}

/* 조직 ***********************************/
.organ .diagram {
  margin-top: -15px;
  text-align: center;
}
.organ .diagram img {
  width: 80%;
}
.organ .diagram img.mobile {
  display: none;
}
.organ .list {
  margin-top: 110px;
  border-top: 1px solid #888;
}
.organ .list li {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #ddd;
}
.organ .list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.organ .list li .img {
  width: 410px;
  height: 280px;
  background-size: cover;
}
.organ .list li .info {
  width: calc(100% - 410px);
  padding-left: 70px;
}
.organ .list li .info .name {
  margin-bottom: 25px;
  font-size: 29px;
  color: #222;
  font-weight: 500;
}
.organ .list li .info .txt {
  margin-bottom: 20px;
  font-size: 18px;
  color: #888;
  line-height: 34px;
}
.organ .list li .info .contact {
  font-size: 18px;
  color: #444;
}
.organ .list li .info .contact dt {
  display: inline;
}
.organ .list li .info .contact dd {
  display: inline;
}
.organ .list li .info .contact dt:nth-child(3) {
  margin-left: 30px;
}
.organ .list li .info .contact dd a {
  color: #2168c5;
}

.organ .list li .img.lab {
  background-image: url(../images/main/main_skill4.jpg);
  background-position: 50% 50%;
}
.organ .list li .img.devel {
  background-image: url(../images/sub/sub_organ1.jpg);
}
.organ .list li .img.plan {
  background-image: url(../images/sub/sub_organ2.jpg);
}
.organ .list li .img.support {
  background-image: url(../images/sub/sub_organ3.jpg);
}
.organ .list li .img.engine {
  background-image: url(../images/sub/sub_lab2.jpg);
}
.organ .list li .img.dtb {
  background-image: url(../images/sub/sub_organ4.jpg);
}

/* mobile */
@media (max-width: 767px) {
  .organ .diagram img.pc {
    display: none;
  }
  .organ .diagram img.mobile {
    display: inline-block;
  }
  .organ .list {
    margin-top: 80px;
  }
  .organ .list li {
    padding: 40px 0;
  }
  .organ .list li .img {
    display: none;
  }
  .organ .list li .info {
    width: 100%;
    padding-left: 0;
  }
  .organ .list li .info .name {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .organ .list li .info .txt {
    font-size: 15px;
    line-height: 26px;
  }
  .organ .list li .info .contact {
    font-size: 15px;
  }
  .organ .list li .info .contact dt:nth-child(3) {
    margin-left: 20px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .organ .diagram img {
    width: 100%;
  }
  .organ .list {
    margin-top: 90px;
  }
  .organ .list li {
    padding: 40px 0;
  }
  .organ .list li .img {
    display: none;
  }
  .organ .list li .info {
    width: 100%;
    padding-left: 0;
  }
  .organ .list li .info .name {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .organ .list li .info .txt {
    font-size: 16px;
    line-height: 28px;
  }
  .organ .list li .info .contact {
    font-size: 16px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .organ .diagram img {
    width: 100%;
  }
  .organ .list li .img {
    width: 300px;
    height: 205px;
  }
  .organ .list li .info {
    width: calc(100% - 300px);
    padding-left: 50px;
  }
  .organ .list li .info .name {
    margin-bottom: 20px;
    font-size: 27px;
  }
  .organ .list li .info .txt {
    font-size: 17px;
    line-height: 31px;
  }
  .organ .list li .info .contact {
    font-size: 17px;
  }
}

/* 부설연구소 ***********************************/
.lab.sub_container {
  padding-bottom: 0;
}
.lab .summary {
  display: flex;
  align-items: center;
  margin-bottom: 110px;
  padding: 70px 90px 70px 110px;
  background: #f0f0f0;
}
.lab .summary .tit {
  width: 370px;
  font-size: 34px;
  font-weight: 700;
  color: #333;
}
.lab .summary .txt {
  width: calc(100% - 370px);
  font-size: 20px;
  color: #777;
  font-weight: 500;
  line-height: 36px;
}
.lab .summary .txt span {
  color: #1c5aab;
  vertical-align: inherit;
}

.lab .service {
  margin-bottom: 100px;
}
.lab .service li {
  display: flex;
  margin-bottom: 120px;
}
.lab .service li:last-child {
  margin-bottom: 0;
}
.lab .service li .img {
  width: 730px;
  height: 310px;
  background-size: cover;
  background-position: 50% 50%;
}
.lab .service li .con {
  width: calc(100% - 730px);
  padding-left: 60px;
}
.lab .service li .con .tit {
  margin-bottom: 25px;
  font-size: 40px;
  color: #1c5aab;
  font-weight: 500;
}
.lab .service li .con .tit span {
  font-size: 26px;
  color: #333;
}
.lab .service li .con .tit span:before {
  content: "";
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  width: 1px;
  height: 20px;
  background: #ddd;
}
.lab .service li .con .txt {
  font-size: 18px;
  color: #777;
  line-height: 34px;
}
.lab .service li:nth-child(2),
.lab .service li:nth-child(4) {
  flex-direction: row-reverse;
}
.lab .service li:nth-child(2) .con,
.lab .service li:nth-child(4) .con {
  padding-left: 0;
  padding-right: 60px;
}

.lab .service li .img.lbs {
  background-image: url(../images/sub/sub_lab1.jpg);
}
.lab .service li .img.ict {
  background-image: url(../images/sub/sub_lab2.jpg);
}
.lab .service li .img.iot {
  background-image: url(../images/sub/sub_lab3.jpg);
}
.lab .service li .img.bigdata {
  background-image: url(../images/sub/sub_lab4.jpg);
}

.lab .vision {
  padding: 110px 0 130px 0;
  background: #f5f5f5;
  text-align: center;
}
.lab .vision .tit {
  margin-bottom: 65px;
  font-size: 36px;
  color: #222;
  font-weight: 700;
}
.lab .vision img.mobile {
  display: none;
}

/* mobile */
@media (max-width: 767px) {
  .lab .summary {
    flex-direction: column;
    margin-bottom: 40px;
    padding: 45px 30px 50px 30px;
    text-align: center;
  }
  .lab .summary .tit {
    margin-bottom: 25px;
    width: 100%;
    font-size: 21px;
  }
  .lab .summary .txt {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
  }
  .lab .service {
    margin-bottom: 60px;
  }
  .lab .service li {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .lab .service li .img {
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
  }
  .lab .service li .con {
    width: 100%;
    padding-left: 0;
  }
  .lab .service li .con .tit {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .lab .service li .con .tit span {
    font-size: 18px;
  }
  .lab .service li .con .tit span:before {
    margin-left: 10px;
    margin-right: 10px;
  }
  .lab .service li .con .txt {
    font-size: 15px;
    line-height: 25px;
  }
  .lab .service li:nth-child(2),
  .lab .service li:nth-child(4) {
    flex-direction: column;
  }
  .lab .service li:nth-child(2) .con,
  .lab .service li:nth-child(4) .con {
    padding-left: 0;
    padding-right: 0;
  }
  .lab .vision {
    padding: 55px 25px 70px 25px;
  }
  .lab .vision .tit {
    margin-bottom: 30px;
    font-size: 23px;
  }
  .lab .vision img {
    width: 100%;
    max-width: 370px;
  }
  .lab .vision img.pc {
    display: none;
  }
  .lab .vision img.mobile {
    display: inline-block;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .lab .summary {
    flex-direction: column;
    margin-bottom: 80px;
    padding: 55px 50px 60px 50px;
    text-align: center;
  }
  .lab .summary .tit {
    margin-bottom: 20px;
    width: 100%;
    font-size: 26px;
  }
  .lab .summary .txt {
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
  }
  .lab .service {
    margin-bottom: 80px;
  }
  .lab .service li {
    margin-bottom: 75px;
  }
  .lab .service li .img {
    width: 250px;
    height: 250px;
  }
  .lab .service li .con {
    width: calc(100% - 250px);
    padding-left: 50px;
  }
  .lab .service li .con .tit {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .lab .service li .con .tit span {
    font-size: 20px;
  }
  .lab .service li .con .tit span:before {
    margin-left: 13px;
    margin-right: 13px;
  }
  .lab .service li .con .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .lab .service li:nth-child(2),
  .lab .service li:nth-child(4) {
    flex-direction: row;
  }
  .lab .service li:nth-child(2) .con,
  .lab .service li:nth-child(4) .con {
    padding-left: 50px;
    padding-right: 0;
  }
  .lab .vision {
    padding: 80px 50px 100px 50px;
  }
  .lab .vision .tit {
    margin-bottom: 45px;
    font-size: 28px;
  }
  .lab .vision img {
    width: 100%;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .lab .summary {
    margin-bottom: 90px;
    padding: 55px 60px 55px 70px;
  }
  .lab .summary .tit {
    width: 350px;
    font-size: 30px;
  }
  .lab .summary .txt {
    width: calc(100% - 350px);
    font-size: 18px;
    line-height: 31px;
  }
  .lab .service li {
    margin-bottom: 80px;
  }
  .lab .service li .img {
    width: 350px;
    height: 270px;
  }
  .lab .service li .con {
    width: calc(100% - 350px);
    padding-left: 50px;
  }
  .lab .service li .con .tit {
    margin-bottom: 15px;
    font-size: 35px;
  }
  .lab .service li .con .tit span {
    font-size: 23px;
  }
  .lab .service li .con .txt {
    font-size: 17px;
    line-height: 30px;
  }
  .lab .vision {
    padding: 90px 0 110px 0;
  }
  .lab .vision .tit {
    margin-bottom: 50px;
    font-size: 34px;
  }
  .lab .vision img {
    width: 90%;
    max-width: 1160px;
  }
}

/* CI ***********************************/
.ci .summary {
  display: flex;
  margin-bottom: 130px;
  padding: 60px 60px 65px 60px;
  background: #f5f5f5;
}
.ci .summary .left {
  position: relative;
  display: flex;
  justify-content: center;
  width: 450px;
  background: #fff;
  border: 1px solid #e2e2e2;
  text-align: center;
}
.ci .summary .left img {
  width: 280px;
  margin-top: -55px;
}
.ci .summary .left ul {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  overflow: hidden;
}
.ci .summary .left ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.ci .summary .left ul li:first-child {
  border-right: 1px solid #e2e2e2;
}
.ci .summary .left ul li a {
  display: block;
  padding: 10px 0 12px 0;
  font-size: 15px;
  color: #777;
}
.ci .summary .left ul li a:hover {
  color: #2168c5;
}
.ci .summary .right {
  width: calc(100% - 450px);
  margin-left: 70px;
}
.ci .summary .right .tit {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: 700;
  color: #0c3660;
  letter-spacing: -0.04em;
}
.ci .summary .right .txt {
  font-size: 18px;
  color: #888;
  line-height: 34px;
}

.ci .color,
.ci .signature {
  overflow: hidden;
}
.ci .color h3,
.ci .signature h3 {
  float: left;
  width: 25%;
  font-size: 26px;
  color: #333;
  font-weight: 700;
}
.ci .color ul,
.ci .signature ul {
  float: right;
  width: 75%;
  overflow: hidden;
}
.ci .color ul li,
.ci .signature ul li {
  float: left;
  width: 33.3%;
}

.ci .color {
  margin-bottom: 130px;
}
.ci .color ul li .preview {
  float: left;
  width: 110px;
  height: 110px;
  margin-right: 20px;
}
.ci .color ul li .preview.blue {
  background: #0c3660;
}
.ci .color ul li .preview.white {
  border: 1px solid #aaa;
}
.ci .color ul li .preview.green {
  background: #33cc27;
}
.ci .color ul li .code {
  margin-top: 25px;
}
.ci .color ul li .code .hex {
  margin-bottom: 12px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.ci .color ul li .code .rgb {
  font-size: 14px;
  color: #888;
}
.ci .color ul li .code .rgb strong {
  color: #666;
}

.ci .signature ul li .logo {
  width: 90%;
  padding: 35px 0;
  border: 1px solid #ddd;
  text-align: center;
}
.ci .signature ul li .logo img {
  width: 90%;
  max-width: 245px;
}
.ci .signature ul li .txt {
  width: 90%;
  margin-top: 8px;
  font-size: 17px;
  color: #666;
  text-align: center;
}

/* mobile */
@media (max-width: 767px) {
  .ci .summary {
    flex-direction: column;
    margin-bottom: 50px;
    padding: 20px 20px 30px 20px;
  }
  .ci .summary .left {
    margin-bottom: 25px;
    width: 100%;
    height: 135px;
  }
  .ci .summary .left img {
    width: 170px;
    margin-top: -10px;
  }
  .ci .summary .left ul {
    display: none;
  }
  .ci .summary .right {
    width: 100%;
    margin-left: 0;
  }
  .ci .summary .right .tit {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .ci .summary .right .txt {
    font-size: 15px;
    line-height: 25px;
  }
  .ci .color h3,
  .ci .signature h3 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
  }
  .ci .color ul,
  .ci .signature ul {
    float: none;
    width: 100%;
  }
  .ci .color {
    margin-bottom: 65px;
  }
  .ci .color ul {
    display: flex;
  }
  .ci .color ul li {
    margin: 0 5px;
  }
  .ci .color ul li .preview {
    width: 100%;
    height: 90px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ci .color ul li .code .hex {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .ci .color ul li .code .rgb {
    font-size: 12px;
  }
  .ci .color ul li .code .rgb strong {
    display: none;
  }
  .ci .signature ul li {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .ci .signature ul li .logo {
    width: 100%;
    padding: 25px 0;
  }
  .ci .signature ul li .logo img {
    width: 60%;
  }
  .ci .signature ul li .txt {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .ci .summary {
    flex-direction: column;
    margin-bottom: 70px;
    padding: 40px 40px 50px 40px;
  }
  .ci .summary .left {
    margin-bottom: 35px;
    width: 100%;
    height: 180px;
  }
  .ci .summary .left img {
    width: 210px;
    margin-top: -10px;
  }
  .ci .summary .left ul {
    display: none;
  }
  .ci .summary .right {
    width: 100%;
    margin-left: 0;
  }
  .ci .summary .right .tit {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .ci .summary .right .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .ci .color h3,
  .ci .signature h3 {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
  }
  .ci .color ul,
  .ci .signature ul {
    float: none;
    width: 100%;
  }
  .ci .color {
    margin-bottom: 80px;
  }
  .ci .color ul li .preview {
    width: 90px;
    height: 90px;
    margin-right: 15px;
  }
  .ci .color ul li .code .hex {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .ci .color ul li .code .rgb {
    font-size: 13px;
  }
  .ci .color ul li .code .rgb strong {
    display: none;
  }
  .ci .signature ul li .logo {
    width: 92%;
  }
  .ci .signature ul li .txt {
    width: 92%;
    font-size: 16px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .ci .summary {
    padding: 45px;
  }
  .ci .summary .left {
    width: 300px;
  }
  .ci .summary .left img {
    width: 230px;
  }
  .ci .summary .right {
    width: calc(100% - 300px);
    margin-left: 55px;
  }
  .ci .summary .right .tit {
    margin-bottom: 20px;
  }
  .ci .summary .right .txt {
    font-size: 17px;
    line-height: 32px;
  }
  .ci .color h3,
  .ci .signature h3 {
    width: 15%;
    font-size: 22px;
  }
  .ci .color ul,
  .ci .signature ul {
    width: 85%;
  }
  .ci .color ul li .preview {
    width: 95px;
    height: 95px;
    margin-right: 13px;
  }
  .ci .color ul li .code {
    margin-top: 20px;
  }
  .ci .color ul li .code .hex {
    font-size: 18px;
  }
  .ci .color ul li .code .rgb {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
}

/* 찾아오시는길 ***********************************/
.contact_us .map {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
  background: #f5f5f5;
}
.contact_us .info,
.contact_us .transport {
  padding-left: 30px;
}
.contact_us dl {
  display: flex;
  margin-bottom: 10px;
}
.contact_us dl:last-child {
  margin-bottom: 0;
}
.contact_us dl dt {
  position: relative;
  width: 190px;
  padding-left: 20px;
  font-size: 22px;
  color: #222;
  font-weight: 500;
}
.contact_us dl dd {
  width: calc(100% - 190px);
}
.contact_us dl dt:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
.contact_us .info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.contact_us .info dl dd {
  font-size: 22px;
  color: #444;
}

.contact_us .transport dl:first-child {
  margin-bottom: 25px;
}
.contact_us .transport dl:first-child .num {
  width: 150px;
  color: #555;
}
.contact_us .transport dd > div {
  display: flex;
  margin-bottom: 12px;
}
.contact_us .transport dd > div:last-child {
  margin-bottom: 0;
}
.contact_us .transport dd > div p:last-child {
  display: flex;
}
.contact_us .transport dd > div.lightgreen p:last-child {
  flex-direction: column;
}
.contact_us .transport dd > div.lightgreen p:last-child > span {
  display: flex;
}
.contact_us .transport dd > div.lightgreen p:last-child > span:first-child {
  margin-bottom: 12px;
}
.contact_us .transport dd .badge {
  display: inline-block;
  margin-right: 15px;
  padding: 3px 0 4px 0;
  width: 55px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.contact_us .transport dd .num {
  display: inline-block;
  width: 80px;
  font-size: 18px;
  font-weight: 500;
}
.contact_us .transport dd .txt {
  width: calc(100% - 80px);
  font-size: 17px;
  color: #999;
}

.contact_us .transport dd .orange .badge {
  background: #ff7c1d;
}
.contact_us .transport dd .lightgreen .badge {
  background: #72c117;
}
.contact_us .transport dd .green .badge {
  background: #26a70e;
}
.contact_us .transport dd .blue .badge {
  background: #2168c5;
}
.contact_us .transport dd .lightgreen .num {
  color: #72c117;
}
.contact_us .transport dd .green .num {
  color: #26a70e;
}
.contact_us .transport dd .blue .num {
  color: #2168c5;
}

/* mobile */
@media (max-width: 767px) {
  .contact_us .map {
    height: 350px;
    margin-bottom: 35px;
  }
  .contact_us .info,
  .contact_us .transport {
    padding-left: 0;
  }
  .contact_us dl {
    flex-direction: column;
  }
  .contact_us dl dt {
    margin-bottom: 5px;
    padding-left: 0;
    font-size: 16px;
  }
  .contact_us dl dt:before {
    display: none;
  }
  .contact_us dl dd {
    width: 100%;
    padding-left: 20px;
  }
  .contact_us .info {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .contact_us .info dl:first-child {
    margin-bottom: 18px;
  }
  .contact_us .info dl dd {
    font-size: 15px;
    color: #777;
    line-height: 21px;
  }
  .contact_us .transport dd > div {
    flex-direction: column;
  }
  .contact_us .transport dd > div p:last-child {
    flex-direction: column;
  }
  .contact_us .transport dd > div.lightgreen p:last-child > span {
    flex-direction: column;
  }
  .contact_us .transport dl {
    margin-bottom: 25px;
  }
  .contact_us .transport dl:last-child {
    margin-bottom: 0;
  }
  .contact_us .transport dl dt {
    margin-bottom: 15px;
  }
  .contact_us .transport dd .badge {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .contact_us .transport dd .num {
    margin-bottom: 3px;
    font-size: 15px;
  }
  .contact_us .transport dd .txt {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }
  .contact_us .transport dd .green,
  .contact_us .transport dd .blue {
    margin-top: 20px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_us .map {
    margin-bottom: 60px;
  }
  .contact_us .info,
  .contact_us .transport {
    padding-left: 0;
  }
  .contact_us dl {
    margin-bottom: 8px;
  }
  .contact_us dl dt {
    width: 120px;
    padding-left: 15px;
    font-size: 18px;
  }
  .contact_us dl dd {
    width: 100%;
  }
  .contact_us .info dl dd {
    width: calc(100% - 120px);
    font-size: 18px;
  }
  .contact_us .transport dl {
    flex-direction: column;
  }
  .contact_us .transport dl dt {
    margin-bottom: 15px;
  }
  .contact_us .transport dl dd {
    margin-left: 15px;
  }
  .contact_us .transport dl:first-child .num {
    width: 150px;
  }
  .contact_us .transport dd > div p,
  .contact_us .transport dd > div.lightgreen p:last-child > span {
    flex-direction: column;
  }
  .contact_us .transport dd .badge {
    font-size: 13px;
  }
  .contact_us .transport dd .num {
    margin-bottom: 3px;
    width: 65px;
    font-size: 16px;
  }
  .contact_us .transport dd .txt {
    width: 100%;
    font-size: 15px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .contact_us .info,
  .contact_us .transport {
    padding-left: 0;
  }
  .contact_us dl dt {
    width: 140px;
    padding-left: 15px;
    font-size: 20px;
  }
  .contact_us dl dd {
    width: calc(100% - 140px);
  }
  .contact_us .info dl dd {
    font-size: 20px;
  }
  .contact_us .transport dl:first-child .num {
    width: 140px;
  }
  .contact_us .transport dd .num {
    width: 65px;
    font-size: 17px;
  }
  .contact_us .transport dd .txt {
    width: calc(100% - 65px);
    font-size: 16px;
  }
}

/* 사업분야 */

.sub_visual.about.business {
  background-image: url(../images/main/main_slide2.jpg);
}

.business .wrap .biz-intro {
  min-height: 300px;
}
.business .wrap .biz-intro h3,
.business .wrap .biz-intro p {
  z-index: 1;
  position: relative;
  top: 150px;
  width: 450px;
}
.business .wrap .biz-intro p {
  top: 170px;
  font-size: 13px;
  background: rgb(238 238 238 / 70%);
}

/* digital-twin 별도 높이 수정 */
.business .wrap .digital-twin h3 {
  top: 130px !important;
}
.business .wrap .digital-twin p {
  top: 160px !important;
}

.business .wrap .biz-intro p::before {
  top: 80px;
}

.business .wrap .biz-intro div::before,
.business .wrap .biz-intro div::after {
  content: "";
  display: block;
  height: 300px;
  background: #eee;
  position: absolute;
}
.business .wrap .biz-intro div::after {
  width: 45%;
  top: 650px;
  right: 0;
}
.business .wrap .biz-intro div::before {
  top: 750px;
  width: 80%;
  left: 0;
}
.business .wrap .biz-intro img {
  width: 600px;
  height: 300px;
  object-fit: cover;
  position: absolute;
  top: 700px;
  left: 50%;
}

.business .wrap ul.service > * {
  display: flex;
  margin: 150px 0;
}

.business .wrap .business-header {
  width: 30%;
}
.business .wrap .business-header p {
  width: 100%;
  color: #1c5aab;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.business .wrap .business-header > span::after {
  left: calc(50% - 10px);
  content: "";
  position: relative;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1c5aab;
}
.business .wrap .business-header ul li.contents {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.business .wrap .business-header,
.business .wrap .business-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.business .wrap .business-content {
  width: 70%;
  padding: 0px 30px;
  border-left: 1px solid #d1d1d1;
}

.business .wrap .business-content .description,
.business .wrap .business-content .description span {
  line-height: 2;
  font-size: 16px;
  display: flex;
}
.business .wrap .business-content .description::before {
  content: "➢";
  margin-right: 5px;
}

.business .wrap .business-content .contents {
  margin-top: 30px;
}
.business .wrap .business-content .contents .content-box {
  margin-top: 10px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.business .wrap .business-content .contents .content-box.full-content-box {
  width: 98% !important;
}
.business .wrap .business-content .contents .content-box.max-full-content-box {
  width: 98% !important;
}
.business .wrap .business-content .contents .content-box * {
  width: 100%;
}
.business .wrap .business-content .contents .content-box.contain-cover img {
  height: 250px;
  object-fit: contain;
}
.business .wrap .business-content .contents .content-box img {
  object-fit: cover;
}
.business .wrap .business-content .contents .content-box p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.business .wrap .business-content .contents .content-box p::before {
  content: "[";
}
.business .wrap .business-content .contents .content-box p::after {
  content: "]";
}

/* mobile */
@media (max-width: 599px) {
  .business .wrap .biz-intro {
    height: 250px;
  }
  .business .wrap .biz-intro h3 {
    top: 10px;
    width: 100%;
    text-align: center;
  }
  .business .wrap .biz-intro p {
    top: 20px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .business .wrap .biz-intro div::after {
    width: 100%;
    top: 430px;
    right: 0;
  }
  .business .wrap .biz-intro div::before {
    display: none;
  }
  .business .wrap .biz-intro img {
    display: none;
  }

  .business .wrap ul.service > li {
    display: block;
	margin:50px 0;
  }
  .business .wrap .business-header {
    width: 100%;
  }
  .business .wrap .business-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }
  .business .wrap .business-content .contents {
    margin-top: 20px;
  }
  .business .wrap .business-content .contents .content-box {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .business .wrap .biz-intro {
    height: 250px;
  }
  .business .wrap .biz-intro h3 {
    top: 50px;
    width: 100%;
  }
  .business .wrap .biz-intro p {
    top: 70px;
    width: 100%;
  }
  .business .wrap .biz-intro div::after {
    width: 100%;
    top: 430px;
    right: 0;
  }
  .business .wrap .biz-intro div::before {
    display: none;
  }
  .business .wrap .biz-intro img {
    display: none;
  }

  .business .wrap ul.service > li {
    display: block;
  }
  .business .wrap .business-header {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .business .wrap .business-header p {
    width: 50%;
    text-align: center;
  }
  .business .wrap .business-header > span::after {
    display: none;
  }

  .business .wrap .business-header ul {
    width: 50%;
    padding-left: 20px;
  }
  /* .business .wrap .business-header ul li.contents { text-align: left; list-style: outside ;line-height: 2; } */

  .business .wrap .business-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }
  .business .wrap .business-content .contents {
    margin-top: 20px;
  }
  .business .wrap .business-content .contents .content-box {
    width: 100%;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .business .wrap .biz-intro {
    height: 400px;
  }
  .business .wrap .biz-intro h3 {
    top: 10px;
  }
  .business .wrap .biz-intro p {
    top: 15px;
    width: 400px;
  }
  .business .wrap .biz-intro div::after {
    display: none;
  }
  .business .wrap .biz-intro div::before {
    top: 561px;
    width: 100%;
  }
  .business .wrap .biz-intro img {
    position: absolute;
    right: 0;
    top: 650px;
  }

  .business .wrap ul.service > li {
    display: block;
  }
  .business .wrap .business-header {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .business .wrap .business-header p {
    width: 50%;
    text-align: center;
  }
  .business .wrap .business-header > span::after {
    display: none;
  }

  .business .wrap .business-header ul {
    width: 50%;
    padding-left: 20px;
  }
  .business .wrap .business-content .contents .content-box {
    width: 100%;
  }

  .business .wrap .business-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }
  .business .wrap .business-content .contents {
    margin-top: 20px;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .business
    .wrap
    .business-content
    .contents
    .content-box.max-full-content-box
    > img {
    height: 450px;
  }
  .business .wrap .business-content .contents .content-box img {
    height: 250px;
  }
  .biz-intro {
    height: 400px;
  }
  .business .wrap .biz-intro img {
    width: 450px;
    height: 270px;
  }
  .business .wrap .biz-intro div::after {
    top: 635px;
  }
  .business .wrap .biz-intro div::before {
    top: 735px;
  }
}

/* pc_large */
@media (min-width: 1300px) {
  .business
    .wrap
    .business-content
    .contents
    .content-box.max-full-content-box
    > img {
    height: 450px;
  }
  .business .wrap .business-content .contents .content-box img {
    height: 250px;
  }
}

.needData {
  position: fixed;
  width: 500px;
  height: 700px;

  top: calc(50% - 350px);
  left: calc(50% - 250px);

  background-color: #e0ff36;

  text-align: center;
}
.needData > h2 {
  margin-top: calc(50% + 75px);
}

/* 솔루션 */
.sub_visual.about.solution {
  background-image: url(../images/main/main_slide3.jpg);
}

.solution .wrap ul.service > * {
  display: flex;
  margin: 150px 0;
}

.solution .wrap .solution-header {
  width: 30%;
  position: sticky;
  height: 350px;
  top: 130px;
  border-right: 1px solid #d1d1d1;
}
.solution .wrap .solution-header p {
  width: 100%;
  color: #1c5aab;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.solution .wrap .solution-header > span::after {
  left: calc(50% - 10px);
  content: "";
  position: relative;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1c5aab;
}
.solution .wrap .solution-header ul li.contents {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.solution .wrap .solution-header,
.solution .wrap .solution-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.solution .wrap .solution-content {
  width: 70%;
  padding: 0px 30px;
}
.solution .wrap .solution-content > *:nth-child(2n + 1):not(:first-child) {
  margin-top: 120px;
}

.solution .wrap .solution-content .description,
.solution .wrap .solution-content .description span {
  line-height: 2;
  font-size: 16px;
  display: flex;
}
.solution .wrap .solution-content .description::before {
  content: "➢";
  margin-right: 5px;
}

.solution .wrap .solution-content .contents .content-box {
  margin-top: 10px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.solution .wrap .solution-content .contents .content-box.full-content-box {
  width: 98% !important;
}
.solution .wrap .solution-content .contents .content-box.max-full-content-box {
  width: 98% !important;
}
.solution .wrap .solution-content .contents .content-box * {
  width: 100%;
}
.solution .wrap .solution-content .contents .content-box img {
  object-fit: cover;
}
.solution .wrap .solution-content .contents .content-box p {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.solution .wrap .solution-content .contents .content-box p::before {
  content: "[";
}
.solution .wrap .solution-content .contents .content-box p::after {
  content: "]";
}

/* mobile */
@media (max-width: 599px) {
	.solution .wrap ul.service > li {display: block; margin: 50px 0;   }
	.solution .wrap .solution-header { width: 100%; position: unset; border: none; }
	.solution .wrap .solution-content {
		width: 100%;
		margin-top: 30px;
		padding: 30px 0;
		border-left: none;
		border-top: 1px solid #d1d1d1;
	}
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
/* tablet */
@media (min-width: 768px) and (max-width: 1300px) {
  .solution
    .wrap
    .solution-content
    .contents
    .content-box.max-full-content-box
    > img {
    height: 450px;
  }
}

/* 홍보센터 - 인증/저작권 */
.copyright .wrap ul li div.copyright-div,
.client .wrap ul li div.client-div {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.copyright .wrap ul li div.copyright-div > p,
.client .wrap ul li div.client-div > p {
  margin-bottom: 30px;
  font-weight: 900;
  font-size: 20px;
  padding-left: 10px;
}
.copyright .wrap ul li div.copyright-div > p::before,
.client .wrap ul li div.client-div > p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  background: linear-gradient(#0c3660, #ffffff, #33cc27);
  position: relative;
  top: 3px;
  left: -10px;
}

.copyright .wrap ul li div.copyright-div > ul,
.client .wrap ul li div.client-div > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.copyright .wrap ul li div.copyright-div > ul li {
  width: 16.666%;
  text-align: center;
  margin-bottom: 30px;
}

.copyright .wrap ul li div.copyright-div > ul li > p,
.client .wrap ul li div.client-div > ul li > p {
  text-align: center;
  font-size: 14px;
}

@media (max-width: 599px) {
  .copyright .wrap ul li div.copyright-div > ul li {
    width: 50%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .copyright .wrap ul li div.copyright-div > ul li {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .copyright .wrap ul li div.copyright-div > ul li {
    width: 25%;
  }
}

/* 주요 고객사 */
.client .wrap ul li div.client-div > ul li {
  width: 20%;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 599px) {
  .client .wrap ul li div.client-div > ul li {
    width: 100%;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .client .wrap ul li div.client-div > ul li {
    width: 33.333%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .client .wrap ul li div.client-div > ul li {
    width: 25%;
  }
}

/* 회사소식 */
/*
.news-table.table.table.table-hover.text-center {
	table-layout:fixed; word-break:break-all; height:auto; font-size: 14px;
}
.news-table.table.table.table-hover.text-center tr {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.news-table.table.table.table-hover.text-center tbody tr:hover {
	cursor: pointer;
}
.news-table.table.table.table-hover.text-center > thead > tr > th:nth-child(5){ width: 100px; }
.news-table.table.table.table-hover.text-center > thead > tr > th:nth-child(1),
.news-table.table.table.table-hover.text-center > thead > tr > th:nth-child(3),
.news-table.table.table.table-hover.text-center > thead > tr > th:nth-child(4){ width: 200px; }
*/

@media (max-width: 599px) {
	table.news-table > thead > tr > th:first-child,
	table.news-table > tbody > tr > td:first-child {
		display: none;
	}
}


/* 회사소식 상세 */
.news-detail > li > table.news-detail-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 14px;
  margin-bottom: 2px;
}
.news-detail > li > table.news-detail-table > thead > tr > th:first-child {
  font-size: 20px;
}
.news-detail > li > table.news-detail-table > thead > tr > th:last-child {
  text-align: right;
}
.news-detail
  > li
  > table.news-detail-table
  > tbody
  > tr:nth-child(4)
  > td
  > div
  > pre {
  margin-top: 50px;
  font-size: 14px;
}

.news-detail
  > li
  > table.news-detail-table
  > tbody
  > tr:nth-child(1)
  > td.news-sub-title,
.news-detail
  > li
  > table.news-detail-table
  > tbody
  > tr:nth-child(2)
  > td.news-sub-title,
.news-detail
  > li
  > table.news-detail-table
  > tbody
  > tr:nth-child(3)
  > td.news-sub-title {
  width: 150px;
  background-color: #eff0f0;
  text-align: center;
  font-weight: bold;
}
.news-detail > li > div:nth-child(2) {
  padding: 50px;
  margin: -2px 2px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.news-detail > li > div:nth-child(2) > p {
  word-break: keep-all;
}

.sub_container.news.on > div > ul > li > div.news-list-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.news-list-btn > button {
  background: #eff0f0;
}

div.sub_container.news-detail > div > ul > li > img {
  padding-top: 50px;
}
.news-detail .service li > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.news-detail .news-title {
  margin-top: 4rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
}
.news-detail .news-title h4 {
  font-weight: bold;
}
.news-detail .news-title p {
  line-height: 2.1;
}

.news-detail p.mobile { display: none; }

.news-detail i {
  padding-right: 10px;
  line-height: 0;
}
.news-detail .news-sub {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
  background-color: #fbfbfb;
}
.news-detail .news-content {
  padding: 5rem;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
}
.news-detail .news-footer {
  border-bottom: 1px solid #dee2e6;
}
.news-footer > div > a {
  display: flex;
  padding: 0.25rem 0;
}
.news-footer > div > a,
.news-footer > div > a:hover,
.news-footer > div > a:focus {
  color: #212529;
}
.news-footer > div > a:hover {
  font-weight: 700;
}
.news-footer > div > a > p:not(:first-child) {
  padding: 0 1rem;
}
div.sub_container.news-detail > div > ul > li > div.news-list-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}


/* mobile */
@media (max-width: 599px) {
	.news-detail p.pc { display: none; }
	.news-detail p.mobile { display: block; padding-top: 8px; text-align: right; }
}









/* 웹진 */
iframe#webzineList {
  width: 100%;
  height: 880px;
}
.table.table.table-hover.text-center {
  table-layout: fixed;
  word-break: break-all;
  height: auto;
  font-size: 14px;
}
.table.table.table-hover.text-center tr {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.table.table.table-hover.text-center tbody tr:hover {
  cursor: pointer;
}
.table.table.table-hover.text-center th:first-child,
.table.table.table-hover.text-center td:first-child,
.table.table.table-hover.text-center th:nth-child(5),
.table.table.table-hover.text-center td:nth-child(5) {
  width: 100px;
}

.table.table.table-hover.text-center th:nth-child(2),
.table.table.table-hover.text-center td:nth-child(2) {
  width: 70%;
}
.table.table.table-hover.text-center td:nth-child(2) {
  text-align: left;
}

.table.table.table-hover.text-center th:nth-child(3),
.table.table.table-hover.text-center th:nth-child(5),
.table.table.table-hover.text-center td:nth-child(3),
.table.table.table-hover.text-center td:nth-child(5) {
  display: none;
}

.pagination {
  justify-content: center;
  font-size: 14px;
}
.paging > ul > li > a,
.paging > ul > li > a:visited {
  color: #222;
}

.paging > ul > li > a.page-link:hover,
.page-item.active .page-link {
  z-index: 2;
  color: #222;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.paging > ul > li > button > span {
  vertical-align: top;
}
.page-link:focus {
  box-shadow: none;
}

.webzine-detail .service li > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.webzine-detail .webzine-title {
  margin-top: 4rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dee2e6;
  border-left: none;
  border-right: none;
}
.webzine-detail .webzine-title h4 {
  font-weight: bold;
}
.webzine-detail .webzine-title p {
  line-height: 2.1;
}
.webzine-detail i {
  padding-right: 10px;
  line-height: 0;
}
.webzine-detail .webzine-sub {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
  background-color: #fbfbfb;
}
.webzine-detail .webzine-content {
  padding: 5rem;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #dee2e6;
}
.webzine-detail .webzine-footer {
  border-bottom: 1px solid #dee2e6;
}
.webzine-footer > div > a {
  display: flex;
  padding: 0.25rem 0;
}
.webzine-footer > div > a,
.webzine-footer > div > a:hover,
.webzine-footer > div > a:focus {
  color: #212529;
}
.webzine-footer > div > a:hover {
  font-weight: 700;
}
.webzine-footer > div > a > p:not(:first-child) {
  padding: 0 1rem;
}

.webzine-detail p.mobile { display: none; }

@media (max-width: 599px) {
	table.webzine-table > thead > tr > th:first-child,
	table.webzine-table > tbody > tr > td:first-child {
		display: none;
	}
	
	.webzine-detail p.pc { display: none; }
	.webzine-detail p.mobile { display: block; padding-top: 8px; text-align: right; }
	.webzine-content IMG { width: 100% !important; }
}




/* 인재채용 */
.incruit .wrap .incruit-header {
  width: 30%;
}

.incruit .wrap ul.service > * {
  display: flex;
  margin: 60px 0;
}

.incruit .wrap .incruit-header p {
  width: 100%;
  color: #1c5aab;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.incruit .wrap .incruit-header > span::after {
  left: calc(50% - 10px);
  content: "";
  position: relative;
  border: 10px solid transparent;
  border-bottom-width: 0;
  border-top-color: #1c5aab;
}

.incruit .wrap .incruit-header ul li.contents {
  font-size: 14px;
  text-align: center;
  line-height: 2;
}

.incruit .wrap .incruit-header,
.incruit .wrap .incruit-content {
  padding-top: 15px;
  padding-bottom: 15px;
}
.incruit .wrap .incruit-content {
  width: 70%;
  padding: 0px 30px;
  border-left: 1px solid #d1d1d1;
}

.welfare-list {
  float: left;
  background: #f5f5f5;
  padding: 20px 30px;
  margin: 10px;
}
ul.list-box > li strong {
  padding-left: 15px;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #111;
  font-size: 20px;
  font-weight: normal;
  line-height: 35px;
  letter-spacing: -1px;
  border-bottom: 1px solid #e7e7e7;
}

ul.list-dot > li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 15px;
  font-size: 12px;
  color: #555;
  line-height: 1.5em;
  letter-spacing: -1.5px;
}
ul.con-dot > li {
  font-size: 15px;
}

/* 아이콘 영역 */
/* .ico.r-1 { width: 35px;height: 35px; margin-right: 10px; background-position: -90px 0; 
    /* background-image: url(../../images/ico/stripe.png); */
/*} */
.ico {
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
}

ul.list-dot.inline li {
  float: left;
  margin-left: 15px;
}
ul.list-box > li.welfare-list {
  height: 200px;
  width: 47%;
  float: left;
}
ul.list-box > li.wel-full {
  height: 100%;
  width: 96.5%;
  float: left;
  padding-bottom: 30px;
}

body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(1)
  > ul
  > li,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(2)
  > ul
  > li,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(3)
  > ul
  > li,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(4)
  > ul
  > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 15px;
  color: #555;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(1)
  > ul
  > li:before,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(2)
  > ul
  > li:before,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(3)
  > ul
  > li:before,
body
  > div.sub_container.incruit
  > div
  > ul
  > li
  > div.incruit-content
  > ul
  > li:nth-child(4)
  > ul
  > li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #888;
}

div.incruit-content > ul > li.welfare-list.wel-full > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  height: 20px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  text-align: center;
  background-color: white;
}
div.incruit-content > ul > li.welfare-list.wel-full > table > thead {
  background-color: #e7e7e7;
}
div.incruit-content > ul > li.welfare-list.wel-full > table > thead th,
div.incruit-content > ul > li.welfare-list.wel-full > table > tbody td {
  height: 50px;
  vertical-align: middle;
  border: 1px solid #e7e7e7;
}

div.incruit-content > ul > li:nth-child(1) > a,
div.incruit-content > ul > li:nth-child(2) > a {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  color: #555;
  line-height: 1.5em;
  letter-spacing: -0.5px;
}
div.incruit-content > ul > li:nth-child(1) > a:before,
div.incruit-content > ul > li:nth-child(2) > a:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #888;
}

div.incruit-content > div > ol.step {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}

div.incruit-content > div > ol > li {
  display: table;
  float: left;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  height: 159px;
  min-height: 120px;
}
div.incruit-content > div > ol > li > span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #111;
  font-size: 18px;
  padding-right: 19%;
}
div.incruit-content > div > ol > li.step4 > span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  color: #111;
  font-size: 18px;
  padding-right: 16%;
}

div.incruit-content > div > ol.step > li.step1 {
  width: 22%;
  background-image: url(../images/incruit/incruit-step01.jpg);
  margin-right: 1%;
}
div.incruit-content > div > ol.step > li.step2 {
  width: 22%;
  background-image: url(../images/incruit/incruit-step02.jpg);
  margin-right: 1%;
}
div.incruit-content > div > ol.step > li.step3 {
  width: 22%;
  background-image: url(../images/incruit/incruit-step03.jpg);
  margin-right: 1%;
}
div.incruit-content > div > ol.step > li.step4 {
  width: 20%;
  background-image: url(../images/incruit/incruit-step04.jpg);
  margin-right: 1%;
}

/* mobile */
@media (max-width: 767px) {
  .incruit .wrap ul.service > li {
    display: block;
  }
  .incruit .wrap .incruit-header {
    width: 100%;
  }
  .incruit .wrap .incruit-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }

  .incruit .wrap .incruit-content .contents {
    margin-top: 20px;
  }
  .incruit .wrap .incruit-content .list-box .welfare-list {
    width: 100%;
    height: auto;
  }
  .incruit .wrap .incruit-content ol.step {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 50px;
  }

  div.incruit-content > div > ol > li {
    height: 120px;
  }

  div.incruit-content > div > ol > li > span {
    font-size: 15px;
    padding-right: 22%;
  }
  div.incruit-content > div > ol > li.step4 > span {
    font-size: 15px;
    padding-right: 16%;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .incruit .wrap ul.service > li {
    display: block;
  }
  .incruit .wrap .incruit-header {
    width: 100%;
  }
  .incruit .wrap .incruit-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }

  .incruit .wrap .incruit-content .contents {
    margin-top: 20px;
  }
  .incruit .wrap .incruit-content .list-box .welfare-list {
    width: 100%;
    height: auto;
  }

  .incruit .wrap .incruit-content ol.step {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 50px;
  }

  div.incruit-content > div > ol > li {
    height: 120px;
  }
  div.incruit-content > div > ol > li.step4 {
    height: 118px;
  }
  div.incruit-content > div > ol > li > span {
    font-size: 15px;
    padding-right: 16%;
  }
  div.incruit-content > div > ol > li.step4 > span {
    font-size: 15px;
    padding-right: 9%;
  }
}
/* pc_s */
@media (min-width: 1024px) and (max-width: 1300px) {
  .incruit .wrap ul.service > li {
    display: block;
  }
  .incruit .wrap .incruit-header {
    width: 100%;
  }
  .incruit .wrap .incruit-content {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
    border-left: none;
    border-top: 1px solid #d1d1d1;
  }

  .incruit .wrap .incruit-content .contents {
    margin-top: 20px;
  }
  .incruit .wrap .incruit-content .list-box .welfare-list {
    width: 46.5%;
    height: 180px;
    float: left;
  }
  .incruit .wrap .incruit-content .list-box .wel-full {
    width: 100%;
    height: auto;
    float: left;
  }

  .incruit .wrap .incruit-content ol.step {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 100px;
  }

  div.incruit-content > div > ol > li {
    height: 160px;
  }
  div.incruit-content > div > ol > li.step4 {
    height: 160px;
  }
  div.incruit-content > div > ol > li > span {
    font-size: 17px;
    padding-right: 19%;
  }
  div.incruit-content > div > ol > li.step4 > span {
    font-size: 17px;
    padding-right: 9%;
  }
}
@media (min-width: 1301px) and (max-width: 1600px) {
  /* .sub_container > .wrap {width:100%;padding:0 70px;} */

  .incruit .wrap .incruit-content ol.step {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 50px;
  }

  div.incruit-content > div > ol > li.step4 {
    height: 150px;
  }
  div.incruit-content > div > ol > li {
    height: 150px;
  }

  div.incruit-content > div > ol > li > span {
    font-size: 17px;
    padding-right: 19%;
  }
  div.incruit-content > div > ol > li.step4 > span {
    font-size: 17px;
    padding-right: 9%;
  }
}
/* 제휴문의 */
.lab .summary2 {
  margin-bottom: 50px;
  padding: 70px 90px 70px 110px;
  background: #f0f0f0;
  text-align: center;
}
.lab .summary2 .tit {
  font-size: 34px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}
.lab .summary2 .txt span {
  font-size: 24px;
  font-weight: 700;
  color: #1c5aab;
  vertical-align: inherit;
}
.lab .service.partnership {
  margin: 100px auto;
}
ul.service.partnership li {
  display: flex;
}
.lab .service.partnership li .con {
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  word-break: keep-all;
}
.lab .service.partnership li .con .tit {
  margin-bottom: 20px;
  font-size: 30px;
  color: #1c5aab;
  font-weight: 500;
  width: 100%;
  border-bottom: 2px solid;
}
.lab .service.partnership li .con span {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  width: 100%;
}
.vision.partnership {
  padding: 50px 0;
}
.vision.partnership .tit {
  margin-bottom: 10px;
  font-size: 30px;
}
.vision.partnership .con {
  font-size: 24px;
}


@media (max-width: 599px) {
	.lab .summary2 { padding: 30px 15px; }
	.lab .summary2 .tit { font-size: 23px; }
	.lab .summary2 .txt span { font-size: 20px; }
	.lab .service.partnership li .con { width: 100%; padding-bottom: 15px; }
}