@charset "utf-8";

/* bx-slide modify css */

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px solid #fff;
  left: 0px;
  background: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

div.banner_wrap {
  position: relative;
}

.banner_wrap .main_slide {
  position: relative;
  width: 100%;
  height: 560px !important;
  margin: 0 auto;
}

.banner_wrap .main_slide .slide {
  height: 560px !important;
  position: relative;
}

/* 메인 배너 이미지 */

.banner_wrap .main_slide .slide01 {
  background: url(../images/main_banner01.jpg) no-repeat center/cover;
}

.banner_wrap .main_slide .slide02 {
  background: url(../images/main_banner02.jpg) no-repeat center/cover;
}

.banner_wrap .main_slide .slide03 {
  background: url(../images/main_banner03.jpg) no-repeat center/cover;
}

.banner_wrap .main_slide .slide .banner_tb_wrap {
  width: 1300px;
  position: relative;
  margin: 0 auto;
}

.banner_tb {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1300px;
}

.banner_tb > h3 {
  font-size: 60px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.25px;
  line-height: 1.2;
  margin: 222px 0 0;
}

.banner_tb > p {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.b_arrow {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -27px;
  display: block;
  text-indent: -9999em;
  width: 54px;
  height: 54px;
  background: url(../images/banner_arrow.png);
}

.business_wrap {
  width: 1140px;
  margin: 70px auto 80px;
}

.area_b_title {
  text-align: center;
}

.sec_title {
  font-family: "NanumSquare", sans-serif;
  font-weight: 800;
  font-size: 35px;
  color: #000;
  letter-spacing: 0;
  margin-bottom: 4px;
}

.sec_sub_t {
  font-size: 15px;
  font-weight: 300;
  color: #666;
}
.business-wrap02 {
  width: 100%;
  background: #f7f7f7;
}

.business_list {
  position: relative;
  top: -35px;
  margin: 0 auto;
  width: 1140px;
}

.business_list:after {
  content: "";
  display: block;
  clear: both;
}

.business_list > div {
  position: relative;
  float: left;
  width: 263px;
  height: 350px;
  margin-right: 29px;
  background-position: center;
  background-size: 100%;
}

.business_list > div:first-child {
  margin-right: 30px;
}

.business_list > div:last-child {
  margin-right: 0;
}

.business_list > div > a {
  display: block;
  width: 263px;
  height: 350px;
}

.b_box01 {
  background-image: url(../images/m_business01.jpg);
}

.b_box02 {
  background-image: url(../images/m_business02.jpg);
}

.b_box03 {
  background-image: url(../images/m_business03.jpg);
}

.b_box04 {
  background-image: url(../images/m_business04.jpg);
}

.business_list > div h3 {
  position: absolute;
  bottom: 48px;
  left: 30px;
  font-family: "NanumSquare", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: url(../images/busi_bar.png) no-repeat left bottom;
  padding-bottom: 8px;
  width: 217px;
}

.business_list > div span {
  position: absolute;
  bottom: 22px;
  left: 30px;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}

.gn_wrap {
  margin-bottom: 70px;
  background: url(../images/sec02_bg.jpg) no-repeat center center;
  /*    background-size: 100%;*/
  height: 450px;
}

.gn_title {
  padding: 115px 0 16px;
  font-family: "NanumSquare", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}

.gn_sub_t {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
}

.gn_btn > a:link,
.gn_btn > a:visited {
  margin-top: 52px;
  display: block;
  width: 110px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #fff;
  transition-duration: 0.3s;
}

.gn_btn > a:hover,
.gn_btn > a:focus {
  background: #fff;
  color: #000;
}

.cm_wrap {
  width: 1140px;
  margin: 0 auto 100px;
}

.area_c_title {
  text-align: center;
}

.cm_list {
  margin-top: 50px;
}

.cm_list:after {
  content: "";
  display: block;
  clear: both;
}

.cm_list > div {
  position: relative;
  float: left;
  width: 555px;
  height: 305px;
  margin-right: 30px;
  box-sizing: border-box;
  border: 1px solid #ededed;
  padding: 47px 45px 50px 50px;
}

.cm_list > div:last-child {
  margin-right: 0;
}

.cm_title {
  font-size: 25px;
  font-family: "NanumSquare", sans-serif;
  font-weight: 700;
  color: #333;
}

.notice_list {
  margin-top: 20px;
}

.notice_list > li {
  position: relative;
  padding-left: 13px;
  background: url(../images/list_bg.gif) no-repeat left center;
  margin-bottom: 12px;
}

.notice_list > li:last-child {
  margin-bottom: 0;
}

.notice_list > li > a:link,
.notice_list > li > a:visited {
  font-size: 15px;
  font-weight: 300;
  width: 340px;
}

.notice_list > li > a:hover,
.notice_list > li > a:focus {
  text-decoration: underline;
}

.notice_day {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 300;
}

.contest_list {
  margin-top: 20px;
}

.contest_list > li {
  position: relative;
  padding-left: 13px;
  background: url(../images/list_bg.gif) no-repeat left center;
  margin-bottom: 12px;
}

.contest_list > li:last-child {
  margin-bottom: 0;
}

.contest_list > li > a:link,
.contest_list > li > a:visited {
  font-size: 15px;
  font-weight: 300;
  width: 340px;
}

.contest_list > li > a:hover,
.contest_list > li > a:focus {
  text-decoration: underline;
}

.contest_day {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 300;
}

.cm_list > div > a {
  position: absolute;
  right: 50px;
  top: 47px;
  font-weight: 100;
  font-size: 28px;
  text-align: center;
  line-height: 30px;
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 30px;
  background: #333;
}

.cm_box03 {
  background: #012151;
}

.cm_box03 > .cm_title {
  color: #fff;
}

.m_activity {
  padding: 60px 0 80px;
  box-sizing: border-box;
}
.activity-slide-con {
  width: 1140px;
  margin: 50px auto 0;
}
.activity-slide {
  width: 100%;
  overflow: hidden;
}
.activity-slide li {
  width: 279px;
  margin-right: 8px;
  float: left;
}
.activity-slide li:last-of-type {
  margin-right: 0;
}
.activity-slide li a {
  display: block;
}
.activity-slide li a img {
  width: 100%;
  display: block;
}
.activity-slide li a p {
  padding: 10px 0 5px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -0.025em;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  box-sizing: border-box;
}
.activity-slide li a span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  display: block;
}

.activity-slide-con .bx-controls-direction a {
  top: 63px;
  width: 66px;
  height: 67px;
  font-size: 0;
  display: block;
  text-indent: -9999px;
  position: absolute;
}
.activity-slide-con .bx-controls-direction a.bx-prev {
  left: -131px;
  background: url(../images/activity-prev.png) center center no-repeat;
  background-size: cover;
}
.activity-slide-con .bx-controls-direction a.bx-next {
  right: -131px;
  background: url(../images/activity-next.png) center center no-repeat;
  background-size: cover;
}

.cum_wrap {
  padding: 75px 0 85px;
  box-sizing: border-box;
  background: url(../images/cm-bgimg.jpg) center center no-repeat;
  background-size: cover;
}
.sec_title.c-white {
  color: #fff;
}
.sec_sub_t.c-white {
  color: #fff;
  opacity: 0.7;
}
.cum-flot-in {
  width: 1140px;
  margin: 50px auto 90px;
  overflow: hidden;
}
.cum-flbox {
  padding: 50px;
  width: 556px;
  margin-right: 28px;
  float: left;
  box-sizing: border-box;
  background: #fff;
}
.cum-flbox:last-of-type {
  margin-right: 0;
}
.cum-flbox > p {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: -0.025em;
  font-weight: bold;
  color: #333;
  position: relative;
}
.cum-flbox > p a {
  top: 0;
  right: 0;
  width: 30px;
  height: 31px;
  display: block;
  position: absolute;
}
.cum-flbox ul {
  width: 100%;
}
.cum-flbox ul li a {
  display: block;
  overflow: hidden;
}
.cum-flbox ul li a p {
  width: calc(100% - 90px);
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.025em;
  font-weight: 300;
  color: #333;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cum-flbox ul li a span {
  font-size: 15px;
  line-height: 34px;
  letter-spacing: -0.025em;
  font-weight: 300;
  width: 75px;
  display: block;
  float: left;
  color: #333;
  text-align: right;
}

.cum-slide-con {
  width: 1140px;
  margin: 0 auto;
}
.cum-slide {
  width: 100%;
}
.cum-slide li {
  width: 234px;
  margin-right: 68px;
}
.cum-slide li a {
  width: 234px;
  height: 56px;
  display: block;
}
.cum-slide li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.cum-slide-con .bx-controls-direction a {
  top: 20px;
  width: 11px;
  height: 17px;
  font-size: 0;
  text-indent: -9999px;
  display: block;
  position: absolute;
  z-index: 1;
}
.cum-slide-con .bx-controls-direction a.bx-prev {
  left: -43px;
  background: url(../images/community-prev.png) center center no-repeat;
  background-size: cover;
}
.cum-slide-con .bx-controls-direction a.bx-next {
  right: -43px;
  background: url(../images/community-next.png) center center no-repeat;
  background-size: cover;
}

/* service 영역 */

.service_wrap {
  background: linear-gradient(#fff 50%, #f5f5f5 50%);
  color: #fff;
}

.service_wrap .service_item {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.service_wrap .service_item > div {
  width: 622px;
  height: 316px;
  margin: 80px 0;
  position: relative;
}

.service_wrap .service_item > div h3 {
  width: 80%;
  font-size: 30px;
  font-weight: 400;
  margin: 38px 0 20px 38px;
  border-bottom: 2px solid #f5f5f5;
  padding-bottom: 18px;
}

.service_wrap .service_item > div p {
  font-size: 20px;
  padding-left: 38px;
  font-weight: 300;
}

.service_wrap .service_item > div a:link,
.service_wrap .service_item > div a:visited {
  display: block;
  width: 314px;
  height: 62px;
  background: #7f261d;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 62px;
  font-weight: 400;
  position: absolute;
  right: 36px;
  bottom: 24px;
  transition: 0.3s;
}

.service_wrap .service_item > div a:hover,
.service_wrap .service_item > div a:focus {
  color: #473131;
  background: rgba(255, 255, 255, 0.6);
}

.service_wrap .service_item > div a:hover img,
.service_wrap .service_item > div a:focus img {
  filter: none;
}

.service_wrap .service_item > div a img {
  filter: brightness(800%);
  padding: 24px;
  position: relative;
}

.service_wrap .service_item > div:nth-child(2) a img {
  right: -50px;
}

.service_wrap .service_item .service_item__client {
  background: url(../images/service_banner01.png) no-repeat center/cover;
}

.service_wrap .service_item .service_item__candidate {
  background: url(../images/service_banner02.png) no-repeat center/cover;
}

/* Expertiise 영역 */
.expertiise_wrap {
  width: 1300px;
  margin: 80px auto 150px auto;
}

.expertiise_wrap h3 {
  color: #252525;
  font-size: 30px;
  font-weight: 500;
  border-bottom: 2px solid #252525;
  padding-bottom: 10px;
  margin-bottom: 70px;
}

.expertiise_wrap ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.expertiise_wrap ul li {
  text-align: center;
}

.expertiise_wrap ul .expertiise_icon__global a {
  background: #7f261d;
}
.expertiise_wrap ul .expertiise_icon__consumer a {
  background: #473131;
}
.expertiise_wrap ul .expertiise_icon__ict a {
  background: #1d447f;
}
.expertiise_wrap ul .expertiise_icon__industrial a {
  background: #713a69;
}
.expertiise_wrap ul .expertiise_icon__bio a {
  background: #707070;
}
.expertiise_wrap ul .expertiise_icon__ban a {
    background: #22667d;
}

.expertiise_wrap ul li a {
  display: block;
  width: 158px;
  height: 158px;
  border-radius: 100%;
}

.expertiise_wrap ul li a img {
  padding: 36px 0;
}

.expertiise_wrap ul li a p {
  font-size: 18px;
  color: #252525;
  padding-top: 30px;
}

.expertiise_wrap ul .expertiise_icon__industrial p {
  width: 200px;
  position: relative;
  left: -20px;
}

/* contact 영역 */
.contact_wrap {
  background: url(../images/contact_bg.png) no-repeat center/cover;
}

.contact_wrap .contact_container {
  width: 1300px;
  position: relative;
  margin: 0 auto;
  padding: 80px 0;
}

.contact_wrap .contact_container h3 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

.contact_wrap .contact_container .map_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 65px;
}

.contact_wrap .contact_container .map_wrap iframe {
  margin-bottom: 28px;
}

.contact_wrap .contact_container .map_wrap ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  padding-bottom: 12px;
}

.contact_wrap .contact_container .map_wrap ul li h4 {
  padding-bottom: 10px;
}

.contact_wrap .contact_container .map_wrap ul li span {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.contact_wrap .contact_container .map_wrap ul li a {
  color: #fff;
}

@media (min-width: 1001px) and (max-width: 1300px) {
  /* 태블릿에서 none 설정 */
  .pc {
    display: none !important;
  }
  .mob_gnb_wrap {
    display: none !important;
  }

  .f-gnb_mobile {
    display: none;
  }
}

@media (max-width: 1300px) {
  /* 태블릿용*/
  .bx-viewport {
    height: 500px;
  }

  .banner_wrap .main_slide .slide {
    height: 500px !important;
  }

  .banner_wrap .main_slide .slide .banner_tb_wrap {
    width: 100%;
  }

  .banner_tb > h3 {
    font-size: 54px;
    margin-top: 21%;
    padding-left: 30px;
  }

  .banner_tb > p {
    font-size: 35px;
    padding-left: 30px;
    word-wrap: break-word;
  }

  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    top: 96% !important;
    left: 43%;
  }

  .bx-wrapper .bx-pager:after {
    content: "";
    display: block;
    clear: both;
  }

  .bx-wrapper .bx-pager-item {
    float: left;
    margin: 10px;
  }

  .banner_tb {
    width: 100%;
  }

  .service_wrap {
    background: linear-gradient(#fff 60%, #f5f5f5 40%);
  }

  .expertiise_wrap h3 {
    margin-bottom: 0;
  }

  .service_wrap .service_item {
    width: 100%;
    flex-direction: column;
    padding: 30px 0;
  }

  .service_wrap .service_item > div {
    margin: 30px 0;
    width: 100%;
  }

  .expertiise_wrap {
    width: 100%;
    padding: 0 4vw;
    box-sizing: border-box;
  }

  .expertiise_wrap ul {
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-evenly;
  }

  .expertiise_wrap ul li {
    flex-basis: 28%;
    margin-top: 60px;
  }

  .expertiise_wrap ul li a {
    display: inline-block;
  }

  .contact_wrap {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .contact_wrap .contact_container {
    width: 100%;
  }

  .contact_wrap .contact_container .map_wrap {
    flex-direction: column;
    gap: 60px;
  }

  .contact_wrap .contact_container .map_wrap iframe {
    width: 100%;
    height: 280px;
  }

  .service_wrap .service_item > div p {
    font-size: 18px;
  }

  #footer .footer-wrap {
    width: 100%;
    padding: 130px 30px 0 30px;
  }

  .footer-icon {
    position: relative;
  }

  .footer-icon a {
    position: absolute;
    top: -670px;
    left: 50%;
  }

  .footer-icon a:nth-child(1) {
    margin-left: -58.5px;
  }
  .footer-icon a:nth-child(2) {
    margin-left: 21.5px;
  }

  .footer-btm .f-title {
    font-weight: bold;
  }

  .footer-btm p {
    font-weight: 400;
    padding-top: 10px;
  }

  .footer-btm .copyright {
    font-weight: 400;
  }
}
@media (max-width: 1000px) {
  /* 모바일용 */
  .pc {
    display: none !important;
  }

  .footer-top {
    flex-flow: row wrap;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
  }

  .footer-top .f-gnb {
    margin: 0;
    flex-basis: 25%;
  }

  .footer-top .f-gnb:nth-child(1),
  .footer-top .f-gnb:nth-child(2),
  .footer-top .f-gnb:nth-child(3),
  .footer-top .f-gnb:nth-child(4) {
    padding-bottom: 20px;
  }

  .footer-top .f-gnb a {
    display: none;
  }

  .footer-top .f-gnb a.f-gnb_on {
    display: block;
  }

  .footer-btm {
    border: none;
  }
  .f-gnb a:nth-child(1),
  .footer-btm p,
  .footer-btm .copyright {
    font-weight: normal;
  }

  .expertiise_wrap ul li a p {
    font-size: 16px;
  }

  .footer-icon a {
    top: -630px;
  }
}

@media (max-width: 473px) {
  .footer-icon a {
    top: -650px;
  }

  .expertiise_wrap ul li a {
    width: 140px;
    height: 140px;
  }

  .expertiise_wrap ul li a img {
    padding: 28px 0;
  }

  .service_wrap .service_item > div a:link, 
  .service_wrap .service_item > div a:visited {
    width: 80%;
  }

  .service_wrap .service_item > div a img {
    padding: 26px 0 26px 4px;
    width: 26px;
  }
}

@media (min-width: 1301px) {
  /* PC용 */
  .tablet {
    display: none !important;
  }
  .mobile {
    display: none !important;
  }
  .f-gnb_mobile {
    display: none;
  }
}
