@charset "utf-8";

@font-face { font-family: 'NanumBarunGothic';src: url('../font/NanumBarunGothic.eot');src: url('../font/NanumBarunGothic.eot') format('embedded-opentype'),url('../font/NanumBarunGothic.woff') format('woff');}
@font-face {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 300;
  src: url(../font/Oxanium-Regular.woff2)
      format("woff2"),
    url(../font/Oxanium-Regular.woff)
      format("woff"),
    url(../font/Oxanium-Regular.otf)
      format("opentype");
}

@font-face {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 500;
  src: url(../font/Oxanium-Medium.woff2)
      format("woff2"),
    url(../font/Oxanium-Medium.woff)
      format("woff"),
    url(../font/Oxanium-Medium.otf)
      format("opentype");
}

@font-face {
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 100;
  src: url(../font/Oxanium-Light.woff2)
      format("woff2"),
    url(../font/Oxanium-Light.woff)
      format("woff"),
    url(../font/Oxanium-Light.otf)
      format("opentype");
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: "나눔바른고딕", "NanumBarunGothic", "Oxanium";
  font-size: 15px;
  color: #333;
  line-height: 140%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
table {
  width: 100%;
  border-collapse: collapse;
}
img {
  vertical-align: middle;
}

p {
  color: #666;
}
strong {
  font-size: inherit;
  color: #e0002a;
  font-weight: 400;
}
em {
  font-style: normal;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 3px;
}
input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  height: 35px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  vertical-align: middle;
}
textarea {
  height: 100px;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: #666;
}
button {
  cursor: pointer;
}

input:disabled {
  background-color: #f5f5f5;
}

/******************************************************* 비지니스 시스템 *******************************************************/
.wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url(../images/bg.png) no-repeat center center;
  background-size: cover;
}

.wrap_box {
  max-width: 1500px;
  height: 100%;
}


@media only screen and (max-width: 1499px) {
  .wrap_box {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
  }
} 

.wrap_box .logo {
  margin: 30px 0px 70px 0px;
}

.busi_system {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.busi_system .title {
  width: 31%;
} 

@media only screen and (max-width: 1499px) {
  .busi_system .title {
    width: 100%;
  }
  .busi_system {
    gap: 20px;
  }
} 

.busi_system .title h2 {
  margin: 15px 0px 20px 0px;
  color: #333;
  font-size: 52px;
  line-height: 52px;
  font-family: "Oxanium";
  letter-spacing: -2px;
}
.busi_system .title h2 span {
  display: block;
  color: #333;
  font-size: 52px;
  line-height: 52px;
  font-family: "Oxanium";
  letter-spacing: -2px;
}
.busi_system .title p {
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
}
.busi_system .title p span {
  display: block;
  font-size: 18px;
  color: #333;
}

.busi_system .banner_box {display: flex; flex: 1; gap: 10px; flex-wrap: wrap;}

.busi_system .banner {
  flex: 1;
  margin: 0px 0px 0px 0px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #fff url(../images/e3_img_01.png) no-repeat 30px 30px;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
}
@media only screen and (max-width: 850px) {
  .busi_system .banner_box {
    flex-direction: column;
  }
  .busi_system .banner {
    width: 100%;
  }
} 

.busi_system .banner .part {
  display: flex;
  margin: 50px 0px 0px 0px;
  justify-content: space-between;
}
.busi_system .banner .part .txt {
  margin: 0px 10px 0px 0px;
}
.busi_system .banner .part .txt h3 {
  font-size: 27px;
  font-weight: 600;
}
.busi_system .banner .part .txt p {
  font-size: 18px;
  color: #999;
}

.busi_system .banner .part .plus {
  width: 44px;
  height: 44px;
  background: #fff url(../images/icon_arrow.png) no-repeat center center;
  border: 1px solid #ddd;
  border-radius: 50px;
}
.busi_system .banner .part .plus a {
  width: 44px;
  height: 44px;
  display: inline-block;
}

.busi_system .banner .link {
  margin: 20px 0px 0px 0px;
}
.busi_system .banner .link span {
  width: 40px;
  display: inline-block;
  border-bottom: 1px solid #333;
}




/******************************************************* 쇼케이스 *******************************************************/
.showcase {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0px 30px 0px;
}
.showcase .title {
  width: 100%;
}

.showcase .title h2 {
  margin: 15px 0px 20px 0px;
  color: #333;
  font-size: 52px;
  line-height: 52px;
  font-family: "Oxanium";
  letter-spacing: -2px;
}
.showcase .title p {
  font-size: 18px;
  color: #333;
}
.showcase .title p span {
  display: block;
  font-size: 18px;
  color: #333;
}

.showcase .case_box {
  width: 100%;
  margin: 30px 0px 0px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.showcase ul.case_box a {
  width: 235px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url(../images/case_box.png) no-repeat top center;
  background-size: 200px;
  position: relative;
}

/* .showcase ul.case_box a {width:213px; height:330px; margin:0px 22px 10px 22px; display: flex; flex-direction:column; justify-content:flex-start; background: url(../images/case_box.png) no-repeat top center;} */

.showcase ul.case_box li .imgs {
  width: 211px;
  height: 94px;
  margin: 55px auto 80px auto;
}
.showcase ul.case_box a .tit {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
.showcase ul.case_box a .txt {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
  color: #999;
  word-break: keep-all;
}

.badge {width: 79px; height: 65px; position: absolute; top:130px; right: 0; background: url("../images/icon_e3_3.png") no-repeat center center;}

.show_e3demo .imgs {
  background: url("../images/e3_img_01.png") no-repeat center center;
}

.show_e3demo .imgs {
  background: url("../images/logo_e3_demo.png") no-repeat center center;
}
.show_01 .imgs {
  background: url("../images/logo_thingsflow.png") no-repeat center center;
}
.show_02 .imgs {
  background: url("../images/logo_e3_cms.png") no-repeat center center;
}
.show_03 .imgs {
  background: url("../images/logo_labq.png") no-repeat center center;
}
.show_04 .imgs {
  background: url("../images/logo_passq.png") no-repeat center center;
}
.show_05 .imgs {
  background: url("../images/logo_eskk.png") no-repeat center center;
}
.show_06 .imgs {
  background: url("../images/logo_pbot.png") no-repeat center center;
}
.show_07 .imgs {
  background: url("../images/logo_TDMS.png") no-repeat center center;
}
.show_08 .imgs {
  background: url("../images/logo_IEPS.png") no-repeat center center;
}

.show_09 .imgs {
  background: url("../images/logo_OTR.png") no-repeat center center;
}
