@charset "UTF-8";

.sub-page {
  background-image: url(/image/sub/sub_bg.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-top: 190px;
  padding-bottom: 250px;
  position: relative;
}

.sub-page::before {
  content: "";
  width: 518px;
  height: 520px;
  background-image: url(/image/sub/sub_bg02.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sub__tit {
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  color: #222;
}

.lnb__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.lnb__wrap>a {
  font-size: 17px;
  margin-right: 45px;
  cursor: pointer;
  display: block;
  color: #acacac;
  font-weight: 500;
}

.lnb__wrap>a.active {
  font-size: 20px;
  color: #ea0a2a;
  position: relative;
  font-weight: 600;
}

.lnb__wrap>a.active::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ea0a2a;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -10px;
}

.lnb__wrap>a:last-child {
  margin-right: 0;
}

.tab--style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 60px;
}

.tab--style01>li {
  width: 16.75%;
  text-align: center;
  line-height: 59px;
  height: 60px;
  border: 1px solid #e1e1e1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: -1px;
  margin-top: -1px;
  cursor: pointer;
  font-size: 16px;
  color: #999999;
  background-color: #fff;
}

.tab--style01>li.active {
  background-color: #ea0a2a;
  border-color: #ea0a2a;
  color: #fff;
  font-weight: 600;
}

.tab--style01>li.empty {
  cursor: auto;
}

.board__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__top .top__cnt {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.board__top .top__cnt b {
  font-size: 20px;
  font-weight: 600;
  color: #222;
}

.board__top .top__cnt span {
  color: #ea0a2a;
  margin-left: 7px;
  font-weight: 600;
  padding-right: 2px;
}

.board__search {
  width: 31px;
  line-height: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  overflow: hidden;
}

.board__search.active {
  width: 220px;
  border-color: #ddd;
}

.board__search.active input {
  display: block;
}

.board__search input {
  width: 170px;
  border: none;
  background-color: transparent;
  padding-left: 12px;
  font-size: 13px;
  display: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.board__search button {
  background-color: transparent;
  border: none;
}

.product-list.non-click .board--style01>a {
  cursor: inherit;
}

.product-list.non-click .board--style01>a:hover {
  background-color: #fff;
}

.board--style01 .board__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #ddd;
}

.board--style01 .board__header>p {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  padding-left: 0;
}

.board--style01>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}

.board--style01>a:hover {
  background-color: #f9f9f9;
}

.board--style01>a:hover .board__etc span {
  background-image: url(/image/sub/link_icon_on.png);
  color: #ea0a2a;
  font-weight: 500;
}

.board--style01 .board__div {
  width: 100px;
  text-align: center;
  line-height: 70px;
  color: #999999;
  font-size: 15px;
  font-family: open sans-serif;
}

.board--style01 .board__tit {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 70px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__tit>img {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}

.board--style01 .board__tit>img.tit--notice {
  margin-right: 7px;
}

.board--style01 .board__tit>img.tit--new,
.board--style01 .board__tit>img.tit--file {
  margin-left: 3px;
}

.board--style01 .board__date {
  width: 125px;
  text-align: center;
  line-height: 70px;
  color: #999999;
  font-size: 15px;
  font-family: open sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__country,
.board--style01 .board__hit {
  width: 100px;
  text-align: center;
  line-height: 70px;
  color: #999999;
  font-size: 15px;
  font-family: open sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__sort {
  width: 190px;
  text-align: center;
  line-height: 65px;
  color: #222;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__etc {
  width: 160px;
  text-align: center;
  line-height: 65px;
  color: #999999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01 .board__etc span {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(/image/sub/link_icon.png);
  background-repeat: no-repeat;
  background-position: 99% center;
}

.board--style01 .board__manu {
  width: 380px;
  text-align: center;
  line-height: 65px;
  color: #999999;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.board--style01.material .board__manu {
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more__btn {
  width: 160px;
  line-height: 48px;
  height: 50px;
  font-size: 15px;
  display: block;
  margin: 50px auto 0 auto;
  text-align: center;
  border: 1px solid #ddd;
  color: #222;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.more__btn:hover {
  background-color: #222;
  color: #fff;
}

.animated--sweep {
  position: relative;
  overflow: hidden;
  width: 1450px;
  margin: 50px auto 0 auto;
}

.animated--sweep::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sweep ease .8s;
  animation: sweep ease .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes sweep {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes sweep {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

.community-notice {
  position: relative;
}

.page__tit {
  font-size: 55px;
  color: #222;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 90px;
}

.page__tit span {
  color: #ea0a2a;
}

.page__tit b {
  font-weight: 400;
  color: #999;
  font-size: 30px;
  font-weight: 600;
}

.page__stit {
  margin-top: 75px;
  margin-bottom: 140px;
}

.page__stit>li {
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;
  color: #444;
}

.page__stit>li:last-child {
  margin-bottom: 0;
}

/* 회사소개 */
.company-about .section__param01 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ea0a2a;
  font-family: 'Titillium Web', sans-serif;
}

.company-about .section__param02 {
  font-size: 55px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 100px;
  color: #000;
}

.company-about .section__param03 {
  color: #aaabad;
  font-size: 16px;
  line-height: 1em;
}

.company-about .section__param04 {
  color: #222;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 300;
}

.company-about .about__section01 {
  padding-bottom: 315px;
}

.company-about .about__section01 .section01__img {
  display: flex;
}

.company-about .about__section01 .section01__img .img02 {
  margin-left: -45px;
}

.company-about .about__section01 .section01__img .img03 {
  margin-left: -45px;

}

.company-about .about__section01 .section01__img .img04 {
  margin-left: 20px;
}

.company-about .about__section01 .section01__img .img05 {
  margin-left: auto;
}

.company-about .about__section02 {
  background-color: #f1f1f1;
  padding: 250px 0;
}

.company-about .about__section02 .section02__map {
  position: relative;
  width: 1424px;
  margin: auto;
}

.company-about .about__section02 .section02__map .map--img02 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.company-about .about__section02 .section02__map .map__circle {
  position: absolute;
}

.company-about .about__section02 .section02__map .map__circle::before {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: #ce7a6c;
  border-radius: 50%;
  -webkit-animation: circleScale linear 3s infinite;
  animation: circleScale linear 3s infinite;
  opacity: 0;
}

.company-about .about__section02 .section02__map .map__circle::after {
  content: "";
  z-index: 1;
  position: absolute;
  background-color: #ce7a6c;
  border-radius: 50%;
  -webkit-animation: circleScale linear 3s infinite;
  animation: circleScale linear 3s infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  opacity: 0;
}

.company-about .about__section02 .section02__map .map__circle.circle01 {
  top: 178px;
  left: 45px;
}

.company-about .about__section02 .section02__map .map__circle.circle01::after,
.company-about .about__section02 .section02__map .map__circle.circle01::before {
  width: 110px;
  height: 110px;
}

.company-about .about__section02 .section02__map .map__circle.circle02 {
  top: 290px;
  left: 224px;
}

.company-about .about__section02 .section02__map .map__circle.circle02::after,
.company-about .about__section02 .section02__map .map__circle.circle02::before {
  width: 60px;
  height: 60px;
}

.company-about .about__section02 .section02__map .map__circle.circle03 {
  top: 354px;
  left: 427px;
}

.company-about .about__section02 .section02__map .map__circle.circle03::after,
.company-about .about__section02 .section02__map .map__circle.circle03::before {
  width: 60px;
  height: 60px;
}

.company-about .about__section02 .section02__map .map__circle.circle04 {
  top: 202px;
  left: 377px;
}

.company-about .about__section02 .section02__map .map__circle.circle04::after,
.company-about .about__section02 .section02__map .map__circle.circle04::before {
  width: 245px;
  height: 245px;
}

.company-about .about__section02 .section02__map .map__circle.circle05 {
  top: 237px;
  left: 493px;
}

.company-about .about__section02 .section02__map .map__circle.circle05::after,
.company-about .about__section02 .section02__map .map__circle.circle05::before {
  width: 140px;
  height: 140px;
}

.company-about .about__section02 .section02__map .map__circle.circle06 {
  top: 419px;
  left: 492px;
}

.company-about .about__section02 .section02__map .map__circle.circle06::after,
.company-about .about__section02 .section02__map .map__circle.circle06::before {
  width: 90px;
  height: 90px;
}

.company-about .about__section02 .section02__map .map__circle.circle07 {
  top: 570px;
  left: 594px;
}

.company-about .about__section02 .section02__map .map__circle.circle07::after,
.company-about .about__section02 .section02__map .map__circle.circle07::before {
  width: 60px;
  height: 60px;
}

.company-about .about__section02 .section02__map .map__circle.circle08 {
  top: 214px;
  left: 1026px;
}

.company-about .about__section02 .section02__map .map__circle.circle08::after,
.company-about .about__section02 .section02__map .map__circle.circle08::before {
  width: 175px;
  height: 175px;
}

.company-about .about__section02 .section02__map .map__circle.circle09 {
  top: 419px;
  left: 1215px;
}

.company-about .about__section02 .section02__map .map__circle.circle09::after,
.company-about .about__section02 .section02__map .map__circle.circle09::before {
  width: 110px;
  height: 110px;
}

.company-about .about__section03 {
  padding: 250px 0;
  text-align: center;
}

.company-about .about__section04 {
  background-color: #252831;
  padding: 250px 0;
}

.company-about .about__section04 .section__param02 {
  line-height: 1.4em;
  color: #fff;
  margin-bottom: 20px;
}

.company-about .about__section04 .section04__list {
  border-top: 3px solid #3b3e46;
  margin-top: 100px;
}

.company-about .about__section04 .section04__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3b3e46;
  padding: 40px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-about .about__section04 .section04__list>li>p {
  width: 170px;
  padding-left: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #ea0a2a;
  font-family: 'Titillium Web', sans-serif;
}

.company-about .about__section04 .section04__list>li>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.company-about .about__section04 .section04__list>li>div>p {
  font-size: 16px;
  color: #bdbdbf;
  margin-bottom: 7px;
  padding-left: 12px;
  position: relative;
}

.company-about .about__section04 .section04__list>li>div>p:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #bdbdbf;
  position: absolute;
  top: 12px;
  left: 0;
}

.company-about .about__section04 .section04__list>li>div>p:last-child {
  margin-bottom: 0;
}

.company-about .about__section04 .section04__list>li.li--hide {
  display: none;
}

.company-about .about__section04 .section04__btn {
  width: 160px;
  border: 1px solid #51535a;
  line-height: 48px;
  height: 50px;
  background-color: transparent;
  color: #bdbdbf;
  font-size: 15px;
  margin: 50px auto 0 auto;
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.company-about .about__section04 .section04__btn:hover {
  border-color: #fff;
}

.company-about .about__section05 {
  padding: 250px 0 0 0;
}

.company-about .about__section05 img {
  -webkit-transform: translateY(-190px);
  transform: translateY(-190px);
}

.company-about .about__section05 .section__param02 {
  margin-bottom: 45px;
}

/* 인사말 */
.company-intro {
  padding-bottom: 100px;
}

.company-intro .page__stit {
  margin-bottom: 50px;
}

.company-intro .intro__param01 {
  font-size: 17px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-intro .intro__param01 img {
  margin-left: 10px;
}

/* 비전/핵심가치 */
.company-vision {
  padding-bottom: 120px;
}

.company-vision .vision__param01 {
  margin-top: 70px;
  font-size: 25px;
  line-height: 1.5em;
}

.company-vision .vision__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 80px;
}

.company-vision .vision__list>li {
  width: 370px;
  height: 440px;
  padding-top: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #e1e1e1;
}

.company-vision .vision__list .list__param01 {
  font-size: 18px;
  font-weight: 600;
  color: #acacac;
  margin-top: 40px;
}

.company-vision .vision__list .list__param02 {
  font-size: 25px;
  font-weight: 600;
  margin-top: 10px;
}

.company-vision .vision__list .list__param03 {
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
  line-height: 1.6em;
}

.company-vision .vision__philosophy {
  margin-top: 45px;
  padding-top: 130px;
  padding-bottom: 200px;
  background-color: #f8f8f8;
  text-align: center;
}

.company-vision .vision__philosophy .philosophy__tit {
  color: #ea0a2a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 60px;
  font-family: 'Titillium Web', sans-serif;
}

.company-vision .vision__philosophy .philosophy__img01 {
  margin-bottom: 140px;
}

.company-vision .page__tit.tit02 {
  margin-top: 240px;
}

.company-vision .vision__img06 {
  margin-top: 140px;
}

/* 연혁 */
.company-history {
  position: relative;
}

.history__list {
  margin-top: 40px;
}

.history__list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 35px 0;
}

.history__list .list__year {
  width: 185px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  font-size: 25px;
  color: #ea0a2a;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}

.history__list .list__event {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.history__list .list__event>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.history__list .list__event>li:last-child {
  margin-bottom: 0;
}

.history__list .list__event .event__month {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  width: 50px;
  font-family: 'Titillium Web', sans-serif;
}

.history__list .list__event .event__txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #666;
}

/* 찾아오시는 길 */
.company-location {
  padding-bottom: 110px;
}

.company-location .tab--style01 {
  margin-top: 60px;
  margin-bottom: 80px;
}

.company-location .tab--style01>li {
  width: 33.41%;
  line-height: 69px;
  height: 70px;
  font-size: 18px;
  font-size: 18px;
}

.company-location .location__wrap.jecheon,
.company-location .location__wrap.osong {
  display: none;
}

.company-location .location__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.company-location .location__container:last-child {
  margin-bottom: 0;
}

.company-location .location__container .container__info {
  position: relative;
  width: 500px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-location .location__container .container__info .info__param01 {
  font-size: 110px;
  color: #f5f5f5;
  position: absolute;
  top: 15px;
  left: -10px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
}

.company-location .location__container .container__info .info__param02 {
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  color: #000;
  margin-top: 25px;
  margin-bottom: 45px;
}

.company-location .location__container .container__info .info__param02 span {
  color: #ea0a2a;
}

.company-location .location__container .container__info .info__list01>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7px;
}

.company-location .location__container .container__info .info__list01>li:last-child {
  margin-bottom: 0;
}

.company-location .location__container .container__info .info__list01>li>p:first-child {
  width: 65px;
  padding-left: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 600;
  color: #222;
  background-repeat: no-repeat;
  background-position: 0 center;
}

.company-location .location__container .container__info .info__list01>li>p:first-child.list__addr {
  background-image: url(/image/sub/marker_icon.png);
}

.company-location .location__container .container__info .info__list01>li>p:first-child.list__tel {
  background-image: url(/image/sub/tel_icon.png);
}

.company-location .location__container .container__info .info__list01>li>p:first-child.list__fax {
  background-image: url(/image/sub/fax_icon.png);
}

.company-location .location__container .container__info .info__list01>li>p:first-child.list__bus {
  background-image: url(/image/sub/bus_icon.png);
}

.company-location .location__container .container__info .info__list01>li>p:first-child.list__car {
  background-image: url(/image/sub/car_icon.png);
}

.company-location .location__container .container__info .info__list01>li>p:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  color: #666666;
}

.company-location .location__container .container__info .info__list02 {
  margin-top: 20px;
}

.company-location .location__container .container__info .info__list02>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.company-location .location__container .container__info .info__list02>li:last-child {
  margin-bottom: 0;
}

.company-location .location__container .container__info .info__list02>li>p {
  color: #666666;
  font-size: 14px;
}

.company-location .location__container .container__info .info__list02>li>p:last-child {
  margin-left: 5px;
}

.company-location .location__container .container__info .info__list02>li>p:last-child span {
  color: #000;
  font-weight: 500;
}

.company-location .location__container .container__map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.company-location .location__container .location__btn {
  width: 160px;
  line-height: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  display: block;
  border: 1px solid #000;
  color: #000;
  margin-top: 45px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.company-location .location__container .location__btn:hover {
  background-color: #000;
  color: #fff;
}


.product-list .board--style01>a>p {
  line-height: 90px;
}

.product-list .board--style01>a .board__sort,
.product-list .board--style01>a .board__manu,
.product-list .board--style01>a .board__tit {
  font-size: 17px;
}

.product-list .board--style01>a .board__sort {}


.product-equip .equip__tab {
  margin-bottom: 100px;
}

.product-equip .equip__tab>li {
  width: 20.08%;
}

.product-equip .equip__wrap.isHide {
  display: none;
}

.product-equip .equip__top {
  position: relative;
}

.product-equip .equip__download {
  font-size: 16px;
  font-weight: 600;
  color: #bbb;
  padding-right: 24px;
  position: absolute;
  top: 30px;
  right: 0;
  background-image: url(/image/sub/download_icon.png);
  background-repeat: no-repeat;
  background-position: 99% center;
  transition: all ease .3s;
}

.product-equip .equip__download:hover {
  color: #000;
  background-image: url(/image/sub/download_icon02.png);
}

.product-equip .equip__list {
  margin-top: 60px;
}

.product-equip .equip__list>li {
  border-top: 1px solid #e1e1e1;
}

.product-equip .equip__list>li:first-child {
  border-color: #000;
}

.product-equip .equip__list .list__tit {
  background-color: #f1f1f1;
  padding: 50px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(/image/sub/minus_icon.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) center;
  cursor: pointer;
}

.product-equip .equip__list .list__tit.close {
  background-image: url(/image/sub/plus_icon.png);
}

.product-equip .equip__list .list__tit p:first-child {
  font-size: 33px;
  font-weight: 500;
  color: #ea0a2a;
  font-family: 'Swagger', sans-serif;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

.product-equip .equip__list .list__tit p:last-child {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 600;
  font-size: 33px;
  margin-left: 15px;
}

.product-equip .equip__list .list__img {
  padding: 60px 0 150px 0;
}

.product-equip .equip__img {
  margin-top: 40px;
}

.product-equip .equip__list02 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-equip .equip__list02>li {
  width: 580px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-bottom: 40px;
  padding: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product-equip .equip__list02 .list__param01 {
  font-weight: 600;
  font-size: 18px;
  color: #999;
}

.product-equip .equip__list02 .list__param01 span {
  font-size: 14px;
  color: #ea0a2a;
}

.product-equip .equip__list02 .list__param01 span:first-child {
  margin-left: 12px;
}

.product-equip .equip__list02 .list__param01 span.hasBorder {
  padding-right: 10px;
  margin-right: 7px;
  position: relative;
}

.product-equip .equip__list02 .list__param01 span.hasBorder::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #ea0a2a;
  position: absolute;
  top: 4px;
  right: 0;
}

.product-equip .equip__list02 .list__param02 {
  font-size: 30px;
  line-height: 1.5em;
  margin-top: 7px;
}

.product-equip .equip__list02 .list__param02.ac {
  /* text-align: center; */
  margin-top: 0;
}

/* 사업안내 */
.communiy-odm .odm-img__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.communiy-odm .odm__tit {
  line-height: 1em;
  font-size: 55px;
  color: #222;
  font-weight: 600;
}

.communiy-odm .list--style01 {
  margin-top: 100px;
}

.communiy-odm .odm__fac {
  margin-top: 250px;
}

.communiy-odm .odm__fac .odm__tit {
  margin-bottom: 70px;
}

.communiy-odm .odm__partner {
  margin-top: 250px;
}

.communiy-odm .odm__partner .partner__list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.communiy-odm .odm__partner .partner__list>img {
  width: 220px;
  margin-right: 25px;
  margin-bottom: 25px;
}

.communiy-odm .odm__partner .partner__list>img:nth-child(5n) {
  margin-right: 0;
}

.communiy-odm .odm__partner .partner__list>img.isHide {
  display: none;
}

.communiy-odm .odm__partner .partner__btn {
  width: 160px;
  border: 1px solid #ddd;
  color: #333;
  font-size: 15px;
  line-height: 47px;
  height: 50px;
  background: transparent;
  margin: 50px auto 0 auto;
  display: block;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.communiy-odm .odm__partner .partner__btn:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.communiy-odm .odm__fac .fac__cate {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.communiy-odm .odm__fac .fac__cate p {
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  margin-right: 10px;
}

.communiy-odm .odm__fac .fac__cate div {
  font-size: 14px;
  font-weight: 600;
  color: #666;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-right: 5px;
  padding: 3px 15px;
}

/* 고객문의 */
.communiy-contact .contact__param01 {
  font-size: 20px;
  color: #222;
  margin-top: 25px;
  font-weight: 300;
}

.communiy-contact .contact__list {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.communiy-contact .contact__list>li {
  width: 540px;
  margin-bottom: 120px;
}

.communiy-contact .contact__list .list__div {
  font-size: 25px;
  line-height: 1em;
  margin-bottom: 23px;
}

.communiy-contact .contact__list .list__tel {
  border-bottom: 1px solid #ddd;
  padding: 50px 0 50px 140px;
  background-repeat: no-repeat;
  background-image: url(/image/sub/contact_icon01.png);
  background-position: 22px center;
  border-top: 1px solid #000;
}

.communiy-contact .contact__list .list__email {
  border-bottom: 1px solid #ddd;
  padding: 50px 0 50px 140px;
  background-repeat: no-repeat;
  background-image: url(/image/sub/contact_icon02.png);
  background-position: 22px center;
}

.communiy-contact .contact__list .list__header {
  font-size: 17px;
  color: #666;
}

.communiy-contact .contact__list .list__data {
  font-size: 25px;
  font-weight: 600;
  color: #222;
  margin-top: 8px;
}

/* 연구개발 */
.research-develope .page__stit {
  margin-top: 60px;
  margin-bottom: 80px;
}

.research-develope .page__stit>li {
  margin-bottom: 35px;
}

.research-develope .develope__history {
  background-color: #f9f9f9;
  padding: 200px 0;
  margin-top: 200px;
}

.research-develope .develope__history .history__eng {
  font-size: 20px;
  color: #ea0a2a;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
}

.research-develope .develope__history .page__tit {
  margin-top: 10px;
}

.research-develope .develope__history .page__stit {
  margin-top: 40px;
  margin-bottom: 0;
}

.research-develope .develope__history .history__list {
  margin-top: 95px;
  border-top: 2px solid #000;
}

/* 연구성과 */
.research-outcome .detail__tit {
  font-family: 'Noto Sans KR', sans-serif;
}

.research-outcome .list--style01 {
  margin-top: 80px;
}

.research-outcome .list--style01>li {
  padding-left: 320px;
  background-repeat: no-repeat;
  background-position: 75px center;
}

.research-outcome .list--style01>li:nth-child(1) {
  background-image: url(/image/main/tech_logo01.png);
}

.research-outcome .list--style01>li:nth-child(2) {
  background-image: url(/image/main/tech_logo02.png);
}

.research-outcome .list--style01>li:nth-child(3) {
  background-image: url(/image/main/tech_logo03.png);
}

.research-outcome .list--style01>li:nth-child(4) {
  background-image: url(/image/main/tech_logo04.png);
}

.research-outcome .tab--style01 {
  margin-top: 250px;
  margin-bottom: 100px;
}

.research-outcome .tab--style01>li {
  width: 25%;
  line-height: 69px;
  height: 70px;
  font-size: 17px;
}

.research-outcome .outcome__detail {
  width: 1760px;
  margin: auto;
}

.research-outcome .outcome__detail.vegisoft,
.research-outcome .outcome__detail.entericap,
.research-outcome .outcome__detail.omnisoft {
  display: none;
}

.research-outcome .outcome__detail .detail__wrap {
  background-color: #f9f9f9;
  padding-top: 125px;
  padding-bottom: 350px;
  margin-top: 50px;
  text-align: center;
  background-image: url(/image/sub/detail_bg.png);
}

.research-outcome .outcome__detail .detail__wrap .detail__param01 {
  font-size: 40px;
  color: #ea0a2a;
  font-weight: 500;
  font-family: 'Swagger', sans-serif;
  line-height: 1em;
}

.research-outcome .outcome__detail .detail__wrap .detail__param02 {
  font-size: 30px;
  font-weight: 600;
  color: #000;
  line-height: 1em;
  margin-top: 10px;
}

.research-outcome .outcome__detail .detail__wrap .detail__param03 {
  font-size: 40px;
  color: #000;
  line-height: 1.4em;
  margin-top: 70px;
  font-weight: 300;
}

.research-outcome .outcome__detail .detail__wrap .solumax__img01 {
  margin-top: 80px;
  margin-bottom: 200px;
}

.research-outcome .outcome__detail .detail__wrap .detail__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.research-outcome .outcome__detail .detail__wrap .detail__list>li {
  width: 400px;
  padding: 50px 0;
  border-right: 1px solid #ebebeb;
}

.research-outcome .outcome__detail .detail__wrap .detail__list>li:last-child {
  border: none;
}

.research-outcome .outcome__detail .detail__wrap .detail__list .list__param01 {
  font-size: 30px;
  line-height: 1em;
  margin-top: 50px;
}

.research-outcome .outcome__detail .detail__wrap .detail__list .list__param02 {
  font-size: 16px;
  color: #666;
  line-height: 1.5em;
  margin-top: 30px;
  font-weight: 300;
}

.research-outcome .outcome__detail .detail__wrap .detail__list .list__param02 b {
  font-weight: 500;
}

.research-clinical {
  background-image: url(/image/sub/reserch_clinical_bg.png);
  background-repeat: no-repeat;
  background-position: right 3878px;
}

.research-clinical .mt250 {
  margin-top: 250px;
}

.research-clinical .clinical__param01 {
  font-size: 23px;
  line-height: 1.6em;
  margin-top: 60px;
  font-weight: 300;
}

.research-clinical .clinical__param02 {
  color: #999;
  font-size: 15px;
  margin-top: 10px;
}

.research-clinical .clinical__btn {
  border: 1px solid #ddd;
  width: 245px;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 15px;
  color: #222;
  margin-top: 37px;
  text-align: center;
}

.research-clinical .clinical__btn:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.research-clinical .list--style01 {
  margin-bottom: 240px;
}

.research-clinical .list--style01>li {
  padding: 45px 50px 43px 50px;
}

.research-clinical .list--style01>li>p:last-child {
  font-size: 18px;
  margin-top: 12px;
}

.research-clinical .clinical__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 230px;
}

.research-clinical .clinical__flex>div {
  width: 600px;
}

.research-clinical .clinical__flex>img {
  /* width: 540px; */
}

.research-clinical .img__slide {
  margin-top: 60px;
}

.research-clinical .clinic__img01 {
  margin-top: 100px;
}

.research-clinical .clinic__img02 {
  margin: 50px 0 250px 0;
}

.research-clinical .clinic__img03 {
  margin-top: 70px;
  margin-bottom: 45px;
}

.research-clinical .clinic__img05 {
  margin-top: 90px;
  margin-bottom: 130px;
}

.research-clinical .table__tit {
  font-size: 30px;
  color: #185365;
  line-height: 1em;
  font-weight: 600;
  font-family: 'Titillium Web';

}

.research-clinical .table__tit+table {
  margin-top: 20px;
  margin-bottom: 90px;
}

.research-clinical table {
  width: 100%;
  border-top: 2px solid #185365;
  margin-top: 50px;
}

.research-clinical table th {
  background-color: #fff;
  color: #185365;
  font-size: 17px;
  background-color: #f5f5f5;
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  word-break: keep-all;
}

.research-clinical table th:last-child {
  border-right: none;
}

.research-clinical table td {
  padding: 15px 25px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.6em;
  color: #666;
}

.research-clinical table td:last-child {
  border-right: none;
}

.research-clinical table td .td__param01 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.research-clinical table td .td__param02 {
  color: #666;
  font-size: 15px;
  line-height: 1.4em;
}

.research-clinical table td .td__param03 {
  color: #999;
  font-size: 13px;
  line-height: 1.4em;
}

.research-clinical table td .td__rate {
  color: #000;
}

.research-clinical table td.td__etc {
  color: #fff;
}

.research-clinical table .ac {
  text-align: center;
}

.img__slide .slide__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.img__slide .slide__tab>li {
  font-size: 18px;
  color: #b7b7b7;
  font-weight: 600;
  margin-right: 40px;
  cursor: pointer;
}

.img__slide .slide__tab>li.active {
  color: #ea0a2a;
  position: relative;
}

.img__slide .slide__tab>li.active::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ea0a2a;
  position: absolute;
  top: 0px;
  right: -5px;
}

.img__slide .slide__img--wrap {
  width: 130%;
  position: relative;
}

.img__slide .slide__img--wrap::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 0;
}

.img__slide .slide__img--wrap.jecheon {
  display: none;
}

.img__slide .slide__img {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}

.img__slide .slide__img::-webkit-scrollbar {
  height: 4px;
  background: none;
}

.img__slide .slide__img::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 3px;
}

.img__slide .slide__img::-webkit-scrollbar-track {
  background: none;
}

.img__slide .slide__img:last-child {
  border-bottom: none;
}



.img__slide .slide__img .items {
  margin-right: 50px;
  flex: 0 0 auto;
}

.img__slide .slide__img .items p {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
}

.list--style01 {
  border-top: 1px solid #000;
}

.list--style01>li {
  border-bottom: 1px solid #ddd;
  padding: 60px 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list--style01>li>p:first-child {
  font-size: 25px;
  font-weight: 600;
  color: #333;
}

.list--style01>li>p:last-child {
  margin-top: 20px;
  color: #666;
  -webkit-box-sizing: 17px;
  box-sizing: 17px;
  line-height: 1.8em;
}

.detail__tit {
  font-size: 55px;
  line-height: 1em;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #000;
}

.detail__tit span {
  position: relative;
}

.detail__tit span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #ea0a2a;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  right: -9px;
}

.detail__stit {
  text-align: center;
  font-size: 18px;
  color: #acacac;
  margin-top: 10px;
  font-weight: 500;
}

@-webkit-keyframes circleScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes circleScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes layerSlide {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

@keyframes layerSlide {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}