@charset "UTF-8";

/******************************
  서브전체 공통
******************************/
#wrap {
  overflow: hidden;
}
.pdTop {
  padding-top: 100px;
}
.pdBottom {
  padding-bottom: 160px;
}
#contents {
  position: relative;
}
.commonTxt {
  font-size: 1.333rem;
  color: #555;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.contTitle .subTitle {
}
.txtC {
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 300;
}
.colorB2 {
  color: #222;
}
.colorB3 {
  color: #333;
}
.colorB4 {
  color: #494949;
}
.colorB5 {
  color: #444;
}
.colorB6 {
  color: #555;
}
.colorG {
  color: #013c1e;
}
.colorY {
  color: #cda665;
}
.colorBl {
  color: #527cb5;
}
.colorR {
  color: #e81e1e;
}

/******************************
  lnb
******************************/
.lnbW .inner1400 #lnb {
  position: absolute;
  top: -125px;
  right: 0; /* padding-left: 136px; */
}
.lnbW .inner1400 #lnb.lnbM4{/* top:-140px; */padding-left: 100px;}
#lnb .subDepth .depth2 { overflow:hidden; }
#lnb {
  font-size: 1.2rem;
  color: #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  width: 70%;
  position: relative;
}
#lnb .arrows {
  display: none;
}
#lnb.scrOn .arrows {
  display: block;
  position: absolute;
  left: 0;
  color:#555;
}

#lnb .arrows button{
 font-size:18px;padding:0 10px;
}
#lnb .arrows button.prev:after{
 content:"";
 width:6px;height:6px;
 background:#ddd;
 position:absolute;
 top:7px;
 left:37px;
}
#lnb > div {
  /* padding:0 20px; */
  min-width: 120px; /* text-align:center; */
}
#lnb > div li a {
  line-height: 46px;
  position: relative;
  top: 2px;
  padding: 0 25px;
}
#lnb ul {
	white-space: nowrap;
	display: flex;
	min-height: 48px;
	flex-wrap: nowrap;
    overflow: scroll;
	/* IE scroll 숨김*/
	-ms-overflow-style: none;  
}
#lnb ul::-webkit-scrollbar {
  display: none;
  width: 0 !important;
}
#lnb ul:after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#lnb ul.on:after {
  z-index: 1;
}

#lnb ul li {
  /* float: left; */
  flex: 0 0 auto;
}
#lnb ul li a {
  /* display: block; */
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
#lnb ul.depth2 > li a.over,
#lnb ul.depth2 > li.on {
  background: #013a1d;
  border-radius: 50px;
  /* padding: 0 15px; */
}
#lnb ul.depth2 > li.on a,
#lnb ul.depth2 > li a.over {
  color: #fff;
}
#lnb ul.depth2 > li > a.on {
  background: #013a1d;
  border-radius: 50px;
  /* padding: 0 15px; */
  color: #fff;
}
#lnb .menu4 ul.depth2 li.on {
  background: #013a1d;
  border-radius: 50px;
  /* padding: 0 15px; */
}
#lnb .menu4 ul.depth2 li.on a {
  color: #fff;
}
#lnb .menu4 ul.depth2 li a.on {
  background: #013a1d;
  border-radius: 50px;
  /* padding: 0 15px; */
  color: #fff;
}
#lnb div.depth3 {
  display: none;
}

#lnb div.depth3 > ul > li.on {
  position: relative;
}
#lnb div.depth3 > ul > li.on a {
  color: #013a1d;
}
#lnb div.depth3 > ul > li.on:before {
  content: "\e90b";
  font-family: xeicon;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 16px;
  left: 2px;
  color: #013c1e;
  font-size: 14px;
}

#lnb ul.depth2 > li a.over ~ .depth3 {
  display: block;
  position: absolute;
  right: 0;
}
#lnb ul.depth2 > li a.over ~ .depth3 a {
  font-size: 16px;
  padding: 0;
}
#lnb ul.depth2 > li a.over ~ .depth3 li.on a {
  padding-left: 23px;
  font-weight: 700;
}
#lnb ul.depth2 > li a.over ~ .depth3 li:not(:last-child) {
  margin-right: 40px;
}

#lnb .menu4 {
  position: relative;
}
#lnb .menu4 .slick-slider {
}
#lnb .menu4 .slick-slider .slick-list {
  padding-left: 80px;
  z-index: 15;
}
#lnb .menu4 .slick-slider button {
  position: absolute;
  top: 50%;
  margin-top: -24px;
  width: 40px;
  height: 49px;
  font-family: "돋움", "Dotum";
  font-weight: bold;
  font-size: 14px;
  z-index: 100;
  background: #fff;
  padding-right: 10px;
  z-index: 16;
}
#lnb .menu4 .slick-slider button.slick-prev {
  left: 0px;
}
#lnb .menu4 .slick-slider button.slick-next {
  left: 40px;
}
#lnb .menu4 .slick-slider button.slick-prev:after {
  content: "";
  width: 6px;
  height: 6px;
  background: #dbdbdb;
  position: absolute;
  top: 50%; /* font-family: "돋움","Dotum"; */ /* font-size: 20px; */
  right: 2px;
  margin-top: -3px;
}

/******************************
  submenubox
******************************/
.submenubox {
  position: relative;
  z-index: 3;
  margin-top: 100px;
  display: block;
  z-index: 33;
  box-sizing: border-box;
  padding: 0;
  height: 56px;
  background-color: #f4f4f4;
  /* border-top: 1px solid #ddd; */
  border-bottom: 1px solid #ddd;
}
.submenubox * {
  box-sizing: border-box;
}
.submenubox:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
.submenubox .home {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 55px;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  color: #013c1e;
  text-align: center;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.submenubox .sub_depth {
  position: relative;
  float: left;
  vertical-align: middle;
  min-width: 225px;
  display: inline-block;
  /* padding: 0 30px 0 20px; */
  z-index: 999;
  border-right: 1px solid #ddd;
}
.submenubox .sub_depth.sub_depth2 {
}
.submenubox .sub_depth button {
  padding: 0px 15px;
  height: 55px;
  text-align: left;
  font-size: 16px;
  color: #666;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submenubox .sub_depth button i {
  font-size: 15px;
  color: #777;
}
.submenubox .sub_depth p {
  position: relative;
  cursor: pointer;
  font-weight: 300;
  font-size: 17px;
}
.submenubox .sub_depth p span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 55px;
  font-weight: 300;
}
.submenubox .sub_depth p:after {
  content: "\e938";
  font-family: xeicon;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/sub/icon_down_s.png) left center no-repeat;
  transition: all 0.3s ease-in-out;
}
.submenubox .sub_depth p.ov:after {
  background: url(/img/sub/icon_up_s.png) left center no-repeat;
}
.submenubox .sub_depth > ul {
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #f4f4f4;
}
.submenubox .sub_depth .subDepth {
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 56px;
  left: 0;
  width: 100%;
  padding: 0;
  background: #f4f4f4;
  display: none;
}
.submenubox .sub_depth .subDepth ul {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #f4f4f4;
}
.submenubox .sub_depth li {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
}
.submenubox .sub_depth li:first-child {
  padding: 0;
}
.submenubox .sub_depth li a {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 55px;
  width: 100%;
  color: #555;
  font-weight: 300;
  font-size: 17px;
  transition: all 0.3s;
}
.submenubox .sub_depth li a:hover,
.submenubox .sub_depth li a.on,
.submenubox .sub_depth li.on a,
.submenubox .sub_depth li a.over {
  color: #fff;
  background-color: #013c1e;
}
.submenubox .sub_depth > ul,
.submenubox .sub_depth .subDepth {
  /* z-index: -22;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out; */
}

/* .submenubox .sub_depth > ul.on,
.submenubox .sub_depth .subDepth.on {
  z-index: 2;
  opacity: 1;
  visibility: visible;
} */
.submenubox .sub_depth li.dep2_3 .depth3{display:none;}
@media screen and (max-width: 1200px) {
  .submenubox {
    min-width: auto;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .submenubox {
    /* height: 51px; */
    margin-top: 75px;
  }
  .submenubox .home {
    width: 10%;
  }
  .submenubox .sub_depth {
    width: 45%;
    min-width: auto;
  }
  .submenubox .sub_depth.sub_depth2 {
    border-right: none;
  }
  .submenubox .sub_depth.sub_depth3 {
    display:none;
  }
  .submenubox .sub_depth p {
    font-size: 16px;
  }
  .submenubox .sub_depth p span {
  }
  .submenubox .sub_depth p:after {
    right: 2px;
  }
  .submenubox .sub_depth li a {
    font-size: 1rem;
  }

  .contTitle .subTitle {
    margin-top: 70px;
    font-size: 3.333rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .submenubox .sub_depth p {
    font-size: 1.1rem;
  }
}

/******************************
  contTitle
******************************/
.contTitle {
  position: relative; /* left: 0; */ /* top: 0; */ /* margin-left: 200px; */ /* text-align: left; */
  max-width: 1400px; /* width:100%; */
  margin: 0 auto;
  box-sizing: border-box; /* transform:translate(-50%, -50%); */
  overflow: hidden;
}
.contTitle .subTitle {
  position: relative;
  font-size: 4.65rem;
  font-weight: 900;
  color: #333;
  padding: 0px 0px 60px 0;
  margin-top: 110px;
  font-style: italic;
  z-index: -1;
}

.subCont {
  margin-bottom: 150px;
}
.subOn {
}

/*  회사소개 > 인사말 */
#greeting .intro {
  background: url(/img/sub/bg_greeting.jpg) no-repeat left top;
  position: relative;
}
#greeting .inner1400 {
  position: relative;
}
#greeting .intro .abTxt {
  width: 50%;
  min-height: 760px;
}
#greeting .intro > .gImg {
  position: absolute;
  right: 0;
  top: 0;
}
#greeting .intro > .gImg img {
  width: 100%;
}
#greeting .abTxt {
  padding-top: 90px;
}
#greeting .abTxt dl dt {
  font-size: 3.333rem;
  font-weight: 700;
}
#greeting .abTxt dl dt p {
  color: #013c1e;
  font-size: 2.133rem;
  font-weight: 300;
  margin-top: 20px;
  padding-bottom: 30px;
  font-style: italic;
}
#greeting .abTxt dl dd {
  margin-top: 50px;
}

/*  회사소개 > 찾아오시는길 */
#contact .root_daum_roughmap {
  width: 100%;
}
#contact .root_daum_roughmap .wrap_map {
  height: 550px;
}
#contact .infobox dl {
  overflow: hidden;
  margin-top: 50px;
}
#contact .infobox dl dt p {
  font-size: 1.333rem;
  color: #013c1e;
  margin: 20px 0;
}
#contact .infobox dl dt {
  float: left;
  width: 25%;
  font-size: 3.333rem;
  font-weight: 700;
}
#contact .infobox dl dd {
  float: left;
  font-size: 1.2rem;
  color: #555;
}
#contact .infobox dl dd.mgT {
  margin-top: 55px;
}
#contact .infobox dl dd i {
  width: 5%;
  text-align: center;
  color: #013c1e;
  display: inline-block;
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 0;
}
#contact .infobox dl dd p {
  display: inline-block;
  margin-left: 35px;
  width: 95%;
}
#contact .infobox dl dd ul li {
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}

/*  사업분야 */
#bsWrap {
}
#bsWrap .bsImg {
  margin-bottom: 55px;
}
#bsWrap .bstxtW {
  overflow: hidden;
  margin-bottom: 60px;
}
#bsWrap .bstxtW h4 {
  float: left;
  line-height: 1.3;
  font-size: 3rem;
  width: 40%;
  color: #3e3e3e;
  font-weight: 900;
  font-style: italic;
}
#bsWrap .bstxtW h5 {
  float: left;
  line-height: 1.3;
  font-size: 1.333rem;
  width: 40%;
  color: #3e3e3e;
  font-weight: 700;
  position: relative;
  padding-top: 25px;
}
#bsWrap .bstxtW h5:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0;
  left: 0;
}
#bsWrap .bstxtW h5 span {
  font-weight: 300;
}
#bsWrap .bstxtW .txtArea {
  float: left;
  width: 60%;
}
#bsWrap .bstxtW .txtArea p.conTxt {
  font-size: 1.333rem;
  line-height: 1.6;
  margin: 20px 0 50px;
}
#bsWrap .bstxtW .txtArea > div > ul {
  overflow: hidden;
}
#bsWrap .bstxtW .txtArea > div > ul > li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
#bsWrap .bstxtW .txtArea > div > ul > li:last-child {
  margin-right: 0;
}
#bsWrap .bstxtW .txtArea > div > ul > li dl dt {
  text-align: center;
  background: url(/img/sub/bg_gmp_ico1.jpg) no-repeat center 0;
  font-size: 1.267rem;
  color: #444;
  text-align: center;
  padding: 180px 20px 72px;
  position: relative;
  margin-bottom: 38px;
}
#bsWrap .bstxtW .txtArea > div > ul > li:nth-child(2) dl dt {
  background: url(/img/sub/bg_gmp_ico2.jpg) no-repeat center 0;
  color: #b49258;
}
#bsWrap .bstxtW .txtArea > div > ul > li:nth-child(3) dl dt {
  background: url(/img/sub/bg_gmp_ico3.jpg) no-repeat center 0;
  color: #013c1e;
}
#bsWrap .bstxtW .txtArea > div > ul > li dl dd {
}
#bsWrap .bstxtW .txtArea > div > ul > li dl dd p {
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-left: 50px;
}
#bsWrap .bstxtW .txtArea > div > ul > li dl dd p:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 7px;
  left: 0;
}
#bsWrap .bstxtW .txtArea ul.stepW {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-width: 240px;
}
#bsWrap .bstxtW .txtArea ul.stepW li {
  border: 1px solid #dcdcdc;
  padding: 45px 0;
  margin-right: 60px;
  width: 240px;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.3;
  margin-bottom: 30px;
  position: relative;
}
#bsWrap .bstxtW .txtArea ul.stepW li:nth-child(3n) {
  margin-right: 0;
}
#bsWrap .bstxtW .txtArea ul.stepW li:after {
  content: ">";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 148px;
  color: #afafaf;
  font-size: 11px;
  font-family: "돋움", "Dotum";
}
#bsWrap .bstxtW .txtArea ul.stepW li:nth-child(3):after,
#bsWrap .bstxtW .txtArea ul.stepW li:last-child:after {
  content: "";
}
#bsWrap .bstxtW .txtArea ul.stepW li p.step {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}
#bsWrap .bstxtW .txtArea ul.stepW li p.stepC {
  font-size: 1.2rem;
}
#bsWrap .bstxtW .txtArea ul.proc li {
  position: relative;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5;
  margin: 15px 0;
  color: #666;
}
#bsWrap .bstxtW .txtArea ul.proc li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 7px;
  left: 0;
}
#bsWrap .bstxtW .txtArea ul.numberList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-width: 50%;
  padding: 30px 20px 40px;
}
#bsWrap .bstxtW .txtArea ul.numberList > li {
  width: 49%;
  margin: 20px 2% 25px 0;
}
#bsWrap .bstxtW .txtArea ul.numberList > li:nth-child(2n) {
  margin-right: 0;
}
#bsWrap .bstxtW .txtArea ul.numberList > li > p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #555;
}
#bsWrap .bstxtW .txtArea ul.numberList > li ul {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  min-height: 87%;
  padding: 30px 35px;
}
#bsWrap .bstxtW .txtArea ul.numberList > li ul.wid50p {
  -ms-flex-direction: row;
  flex-direction: row;
  min-width: 50%;
}
#bsWrap .bstxtW .txtArea ul.numberList > li ul li {
  width: 100%;
  line-height: 1.7;
}
#bsWrap .bstxtW .txtArea ul.numberList > li ul li > ul{padding: 0 10px;}
#bsWrap .bstxtW .txtArea .clickbox {
  cursor: pointer;
  font-size: 1.267rem;
  line-height: 1.6;
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 0;
  position: relative;
  margin: 0 0 0;
}
#bsWrap .bstxtW .txtArea .clickbox span {
  width: 0px;
  height: 0px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #013c1e;
  border-bottom: none;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: 4px;
}
#bsWrap .bstxtW .txtArea .clickbox {
}
#bsWrap .bstxtW .txtArea .clickbox.click span {
  vertical-align: top;
  margin-top: 4px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
#bsWrap .bstxtW p.wt{font-size:0.9rem;text-align:right;color:#888;}
#bsWrap .txt_b_wt{font-size:0.9rem;text-align:right;color:#888;}

/* T.A.B */
#bsWrap .tabEff li {
  margin-bottom: 30px;
}
#bsWrap .tabEff li p {
  font-size: 1.125rem;
  line-height: 1.7;
  padding-left: 14px;
}
#bsWrap .tabEff li p.colorG {
  position: relative;
  padding-left: 14px;
  font-weight: 600;
}
#bsWrap .tabEff li p.colorG:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 8px;
  left: 0;
}

/* Validation  */
#bsWrap .bstxtW .txtArea ul.proc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  min-width: 33.3%;
}
#bsWrap .bstxtW .txtArea ul.proc2 li {
  width: 33.3%;
  margin: 15px 0;
  padding: 20px;
}
#bsWrap .bstxtW .txtArea ul.proc2 li p {
  position: relative;
  padding-left: 10px;
  font-size: 1rem;
  line-height: 2;
  color: #666;
}
#bsWrap .bstxtW .txtArea ul.proc2 li p:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 12px;
  left: 0;
}

/* AS */
#bsWrap .tabEff.asFl {
  overflow: hidden;
}
#bsWrap .tabEff.asFl li {
  float: left;
  width: 49%;
  margin-right: 1%;
  min-height: 140px;
}
#bsWrap .tabEff.asFl li:nth-child(2n) {
  margin-right: 0;
}
#bsWrap .tabEff.asFl li div {
  font-size: 1.125rem;
  line-height: 1.3;
  position: relative;
  padding-left: 14px;
  font-weight: 600;
  margin-bottom: 11px;
}
#bsWrap .tabEff.asFl li div:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 8px;
  left: 0;
}
#bsWrap .tabEff.asFl li p {
  font-size: 1rem;
  position: relative;
  padding-left: 25px;
}
#bsWrap .tabEff.asFl li p:before {
  content: "-";
  position: absolute;
  top: 0px;
  left: 13px;
}
#bsWrap ul.asStep {
  overflow: hidden;
}
#bsWrap ul.asStep li {
  float: left;
  width: 20%;
  min-height: 24vh;
  position: relative;
  text-align: center;
}
#bsWrap ul.asStep li:after {
  content: "\e90b";
  font-family: xeicon;
  width: 14px;
  height: 8px;
  position: absolute;
  top: 55px; /* margin-top: -101px; */
  right: -8px;
  color: #aaa;
  font-size: 14px;
}
#bsWrap ul.asStep li:last-child:after {
  content: "";
}
#bsWrap ul.asStep li p {
  margin: 10px 0;
  line-height: 1.5;
}
#bsWrap ul.asStep li p span {
  color: #838383;
  font-size: 13px;
}

/* 적용업종 */
.appTxt > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  -ms-flex-line-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  min-width: 30%;
}
.appTxt > ul > * {
  flex-basis: 30%;
}
.appTxt > ul.wid50p > * {
  flex-basis: 50%;
}
.appTxt > ul > li {
  margin-right: 8.5%;
  letter-spacing: -1px;
}
.appTxt > ul > li:last-child {
  margin-right: 0;
}
.appTxt > ul > li > dl > dt {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0 30px;
}
.appTxt > ul > li > dl > dd {
  font-size: 1.125rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.apptxtW .txtArea .txtC {
  position: relative;
  letter-spacing: -0.5px;
  padding-left: 15px;
  margin-bottom: 20px;
}
.apptxtW .txtArea .txtC:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #e0e0e0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

/* 적용업종 > 의료품 */
.medi {
  display: flex;
}
.medi img {
  margin-right: 20px;
}
.medi .txtArea {
  padding: 30px 30px 30px 50px;
  line-height: 1.8;
  font-size: 1.125rem;
}
.medi .txtArea p {
  margin-bottom: 20px;
}

.new_btn_box {
	position: relative;
}
.new_btn_box .ntb-listbtn-area { 
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.new_btn_box .ntb-listbtn-area .AXButton {
	height: 55px;
	background-color: #013a1d;
	outline: none;
	width: 150px;
	font-size: 16px;
}