#contactUs {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  font-size: 14px;
}

#contactUs dl {
  float: left;
  width: 100%;
  margin-top: 10px;
}

#contactUs dl dt {
  float: left;
  line-height: 30px;
  padding: 0 20px;
  border-left: 1px solid #CCC;
}

#contactUs dl dt:nth-of-type(1) {
  border-left: 0 none;
}

#contactUs dl dd:nth-of-type(1) {
  width: 30%;
}

#contactUs dl dd:nth-of-type(2) {
  width: 10%;
}

#contactUs dl dd {
  float: left;
  line-height: 30px;
  word-break: break-all;
}

#pageSurvey {
  clear: both;
  padding-bottom: 20px;
  margin-bottom: 0px;
  background: #EEE;
  border: 1px solid #CCC;
}

#pageSurvey dl {
  padding: 15px 20px 0 20px;
  font-size: 14px;
}

#pageSurvey dl dd {
  padding-top: 10px;
}

#pageSurvey dl dd ul {
  margin: 0;
}

#pageSurvey dl dd label {
  margin-right: 35px;
  font-weight: normal;
}

#pageSurvey dl dd label input {
  margin-right: 5px;
}

#pageSurvey dl dd input[type='text'] {
  width: 90%;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #CCC;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#pageSurvey dl dd button {
  width: 10%;
  height: 30px;
  margin-left: -1px;
  background: #333;
  color: #FFF;
  border: 0 none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#snsReply {
  position: relative;
  clear: both;
  padding: 15px 20px 5px 20px;
  margin-bottom: 20px;
  background: #EEE;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

#snsReply .sns-select em {
  margin-left: 30px;
  font-style: normal;
}

#snsReply .comment textarea {
  width: 629px;
  height: 60px;
  padding-left: 10px;
  border: 1px solid #CCC;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

#snsReply .comment button {
  width: 59px;
  height: 60px;
  margin-left: -1px;
  background: #333;
  color: #FFF;
  border: 0 none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

#snsReply .comment span {
  position: absolute;
  top: 20px;
  right: 20px;
}

#snsReply .comment em {}

#snsReply ul {
  padding-top: 10px;
}

#snsReply ul li {
  padding: 5px 0;
}

#snsReply ul li img {}

#snsReply ul li strong {
  display: inline-block;
  width: 70px;
}

#snsReply ul li em {
  float: right;
  font-style: normal;
}

.sub_contents p.bgc_gray{
	width: 100%;
	background-color: #F5F5F5;
	border-radius: 40px; 
	padding: 27px 0; 
	text-align: center;
}
.sub_contents p.bgc_white{
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 40px; 
	padding: 27px 0; 
	text-align: center;
}
.mb-0{ margin-bottom: 0 !important;}
@media (min-width: 992px) {
	.sub {}
	.sub_top {background-image: url(../images/visual.jpg);background-size: cover;background-repeat: no-repeat;background-position: center top;height: 466px;position: relative;width: 100%;z-index: -1;text-align: left;}
	.sub_top .container {position: relative;}
	.sub_top .sub_tit {
		color: #fff;
		font-size: 30px;
		font-weight: 100;
		display: inline-block;
		position: relative;
		top: 210px;
}
	.sub_top .sub_tit_last{
	 position: relative;
	 top: 220px;
	 color:#fff;
	 font-size: 60px;
	 font-weight: bold;
	 }

   /*  .sub_top .sub_tit .tit_bg {background: url(../images/main/bg_dot.png) no-repeat center center;background-size: 81px 52px;width: 81px;height: 52px;position: absolute;left: -42px;top: -50px;} */

	.sub_top .breadcrumb {
		position: relative;
		top: 225px;
		display: block;
		background: none;
		padding-left: 0;

		}
	.sub_top .breadcrumb>li+li:before{
		content: '>';
		color: #fff;
	}
	.sub_top .breadcrumb li a{
		color: #fff;
	}

	.mob_sub_menu {display: none;}
	.sub_menu {/* float: left; */width: 100%;margin-top: -60px;background-color: #1C2E3B;height: 60px;}
	.sub_menu .sub_menu_list {float:left;line-height: 60px;}
	.sub_menu .sub_menu_list>li {position:relative;z-index:20;float:left;padding-left: 20px;/* min-width: 200px; */font-size: 15px;font-weight: 400;}
	.sub_menu .sub_menu_list>li>a {position: relative;display:block;color: #fff;padding-right: 30px; font-size: 15px;font-weight: 300;}
	.sub_menu .sub_menu_list>li>a:after{
		content:'';
		position: absolute;
		top: 13px;
		right: 5px;
		width: 1px;
		height: 36px;
		background: #fff;
		opacity: 0.4;
	}
	.sub_menu .sub_menu_list>li>a i{
		margin-left: 100px;
	}
	.sub_menu .sub_menu_list>li.active>a,
	.sub_menu .sub_menu_list>li>a:hover {/* color: #fff; */text-decoration: none;}
	.sub_menu .sub_menu_list>li>a img {
	width: 14px;
	height: 8px;
	position: absolute;
	right: 30px;
	top: 25px;
	/* float: right; */
}
	.sub_menu .sub_menu_list>li>a .icon_depth {width: 10px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: 19px;}
	.sub_menu .sub_menu_list>li>a .icon_depth_open {
    width: 10px;
    height: 1px;
    position: absolute;
    right: 20px;
    top: 24px;
    }
	.sub_menu .sub_menu_list>li.home {text-align:center;min-width:auto;padding: 0; line-height: 1;}
	.sub_menu .sub_menu_list>li.home>a {padding-right:0px;color: #fff;display: block;width: 84px;height: 60px;text-align: center;padding-top: 20px;}
	.sub_menu .sub_menu_list>li.home>a img {width: 15px;height: 16px;position: relative;top: 0;right: 0;}
	.sub_menu .sub_menu_list>li ul {display:none;position:absolute;top: 60px;left: -1px;right: -1px;line-height:20px;border-top: 0 none; }
	.sub_menu .sub_menu_list>li ul li {padding-top: 19px; padding-bottom: 19px;background-color:#1C2E3B; }
	.sub_menu .sub_menu_list>li ul li:hover{background:#51A651}
	.sub_menu .sub_menu_list>li ul li:last-child{
		padding-bottom: 19px;
	}
	.sub_menu .sub_menu_list>li ul li a {position: relative;color: #fff;font-size: 15px;font-weight: 300; padding-left: 20px;}

	.sub_menu .sub_menu_list>li ul li a.active,
	.sub_menu .sub_menu_list>li ul li a:hover { text-decoration: underline; }

	.sub_contents .sub_con_tit {
    text-align: left;
}
	.sub_contents .contents-tit{
    font-size: 26px;
    color: #000;
    line-height: 20px;
    clear: both;
    margin-bottom: 30px;
/*     padding-bottom: 12px; */
    display: inline-block;
    position: relative;
    /* margin: 0 auto; */
}

.sub_contents {padding-bottom: 100px;padding-top: 80px;}
.sub_contents p{
	font-size: 16px;
	letter-spacing: -0.8px;
	color: #333;
	margin-bottom: 20px;
}


.sub_contents span.colorGreen{ color: #51A651; }
.sub_contents span.colorRed{color: #DB1515;}  

.sub_contents h4.tit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.9px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 60px;

}
.sub_contents h4.tit:first-child{
	margin-top: 0;
}
.sub_contents h4.tit:before{
	position: absolute;
	left: 0;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #51A651;
	margin-top: 5px; 
}
.table-group p{
		font-size: 14px;
		color: #51A651;
		font-weight: bold;
}
.table-group .table-responsive{
	border-top: 1px solid #333;
	border-bottom: none;
/* 	margin-bottom: 20px; */
}
.table-group .table-responsive span{
	text-align: center;
	display: block;
	color: #666;
}
.table-group .table-responsive table thead th{
	background-color: #FDFFFC;
	text-align: center;
	vertical-align: middle;
}
.table-group .table>thead>tr>th{
	border: 1px solid #e9e9e9;
}
.table-group .table-responsive table tbody{
	border-bottom: 1px solid #333;
}
.table-group .table-responsive table tbody th{
	text-align: center;
}
.table-group .table-responsive table tbody td{
	padding: 5px 20px 5px;
	vertical-align: middle;
	text-align: center;
}
.table-group .table-responsive table tbody td span.colorGreen{ color: #51A651;}
.table-group .table-responsive table tbody td span.colorRed{ color: #DB1515;}
/* .table-group .table-responsive table tbody tr:last-child td{
	border-bottom: 1px solid #333;
} */
.table-group .table-responsive table tbody tr:last-child td
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
	border:1px solid #e9e9e9;
}
.table-group .table-responsive table {
	border: 0;
}
.table-group .table-responsive table thead tr th:first-child,
.table-group .table-responsive table tbody tr td:first-child {
	border-left: 0;
}
.table-group .table-responsive table thead tr th:last-child,
.table-group .table-responsive table tbody tr th:last-child,
.table-group .table-responsive table tbody tr td:last-child {
	border-right: 0;
}
.img-group-wrap {
	width: 100%;
	height: 550px;
	margin-bottom: 30px;
}
.img-group-wrap:last-child{
	margin-bottom: 0;
}
.img-group-wrap .img-group{
	width: 50%;
	float: left;
}
.img-group-wrap2 {
	width: 100%;

}
.img-group-wrap2:after{
	content:'';
	display: block;
	clear: both;
}
.img-group-wrap2 .img-group{
	width: 100%;
	float: left;
}
.img-group-wrap2 .img-group img{
	margin-bottom: 30px;
}
.sub_contents img{
	border-radius: 40px;
/* 	float: left; */
	/* margin-right: 40px; */
	margin-bottom: 10px;
}
 .img-group2 img{
	margin-top: 40px;
}
 .img-group p{
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #51A651;
	font-weight: bold;
}
 .img-group span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.img-group.img-group-new:after{
	content:'';
	display: block;
	clear: both;
}
.img-group.img-group-new p{
	color: #333;
	font-weight: 400;
	font-size: 16px;
}
 .bottom-txt{
	width: 100%;
	height: 90px;
	background-color: #51A651;
	margin-top: 60px;
}
.bottom-txt p{
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

.history-list {
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding: 18px 0 ;
	border: 1px solid #E4E6ED;
	border-radius: 30px;
}
/* .history-list:last-child{
	margin-bottom: 50px;
} */
.history-list:last-of-child{
	margin-bottom: 0;
}
.history-list .year {
	position: relative;
	float: left;
	width: 20%;
	padding-right: 55px;
	color: #7E7E7E;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	clear: both;
	margin-bottom: 0;
}
.history-list .year:after {
	content: '';
	position: absolute;
	top: 15px;
	right: 0;
	display: block;
	width: 40px;
	height: 1px;
	border-top: 1px dashed #7E7E7E;
}
.history-list .text {
	float: left;
	width: 80%;
	padding-top: 5px;
	padding-left: 15px;
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
}
.history-list2 .year{
	width: 24%;
	text-align: center;
}
.history-list2 .text{
	width: 70%;
}









/* 인사말 */

.greetings-wrap{width: 100%;}
.greetings-wrap .txt-wrap{
	width: 50%;
	float: left;
	margin-right: 0;
}
.greetings-wrap .top_txt{
	color: #51A651;
	font-size: 26px;
}
.greetings-wrap img{
 	border-radius:40px;
	float: left;
 	width: 48%;
	margin-right: 2%;
}
/* 비전 */
.vision-wrap{
	width: 100%;
}
.vision-wrap img{
	text-align: center;

	border-radius: none;
}
/* 회사연혁 */
.history {
	float: left;
	width: 100%;
}
.history .history-list:last-child{
	margin-bottom: 0;
}
.history .history-list.mb0{
	margin-bottom: 0;
}

.history h4.tit{
	float: left;
}


/* 오시는길 */
	.root_daum_roughmap .wrap_map{height: 520px !important;}

/* 혈당관리 */
.blood-wrap h4.tit{
	margin-top: 60px;
}
.blood-wrap h4.tit:first-child{
	margin-top: 0;
}
.blood-wrap img{
	border-radius: 40px;
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}

.blood-wrap .img-group2 img{
	margin-top: 40px;
}
.blood-wrap .img-group span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.blood-wrap .bottom-txt{
	width: 100%;
	height: 90px;
	background-color: #51A651;
	margin-top: 60px;
}
.blood-wrap .bottom-txt p{
	padding-top: 20px;
	color: #fff;
	text-align: center;
}

/* 동물건강 */


.animal-wrap .table-group .table-responsive table tbody tr:nth-child(2),
.animal-wrap .table-group .table-responsive table tbody tr:nth-child(5),
.animal-wrap .table-group .table-responsive table tbody tr:nth-child(8),
.animal-wrap .table-group .table-responsive table tbody tr:nth-child(11){
	background-color: #F5F5F5;
}
.animal-wrap img{
	float: left;
}

/* 식물건강 */
.plant-wrap{}

/* 연구논문 */
.paper-wrap .history-list .year{
	width:15%;
	padding-right: 0;
}
.paper-wrap .history-list2 .year{
	width: 24%;
	padding-right: 55px;
}
.paper-wrap h4{
	float: left;
}

/* 특허 */
.patent-wrap{
	width: 100%;
	float: left;
}
.patent-wrap .patent-list{
	 width: 285px;
	 float: left;
	 margin-right: 20px;
	 margin-bottom: 50px;
}
  .patent-wrap .patent-list:nth-of-type(4n){
	margin-right: 0;
}  
.patent-wrap .patent-list > p{
	border-radius: 30px;
}
.patent-wrap .patent-list img{
	width: 100%;
	margin-right: 0;
	border-radius: 30px;
	border: 1px solid #E9E9E9;
}
.patent-wrap .patent-list .sub-tit{
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	font-size: 14px;
}
.patent-wrap .patent-list .sub-txt{
	color: #333;
	margin-bottom: 0;
}


/* 게시판 스타일 */
.sub .board-view .view-contents{
	padding:20px 0;
	border-bottom: none;
	background-color: #f5f5f5;
}
.sub .board-view .view-contents p{
	margin-bottom: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.sub .board-view .title{
	margin-bottom: 0;
}
.sub .board-view .info{
	margin-bottom: 0;
}
.sub .board-view .info-bottom{
	float: left;
	width: 100%;
	border-top: 2px solid #ccc;
}
.sub .board-view a{
	color: #333;
}
.sub .btn-group.btn-board{
	margin-top: 10px;
}
.sub .board-top-search{
	clear: both;
}
.sub .board-view .view-contents img{
	max-width: 100%;
	text-align: center;
}
.sub .board-search-submit{
	background-image: url(../images/ico/ico_search.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;

}



}

@media (min-width: 992px) and (max-width: 1199px) {
/* 	.patent-wrap .patent-list:nth-of-type(3n){
	margin-right: 0;
}   */
}
@media (min-width: 992px) and (max-width: 1199px) {
 .patent-wrap .patent-list:nth-of-type(3n){
	margin-right: 0;
}  
 .patent-wrap .patent-list:nth-of-type(3n+1){
	 clear: both;
 }
 .patent-wrap .patent-list:nth-of-type(4n){
	margin-right: 20px;
}  

}

@media (max-width: 991px) {
	#contactUs dl {margin-top:10px;}
	#contactUs dl dt {float:left;  width: 100px; border: none;}
	#contactUs dl dd:nth-of-type(1) {float:left; width: calc(100% - 100px);}
	#contactUs dl dd:nth-of-type(2) {float:left; width: calc(100% - 100px);}
	#contactUs dl dd {float:left; width: calc(100% - 100px);}

	#pageSurvey dl dd input[type='text'] {width: 78%;}
	#pageSurvey dl dd button {width: 22%; font-size: 0.55rem;}

    .sub-contents {
        padding: 0 15px;
    }

    .mw-m {
      min-width: 100%;
      overflow-x: hidden;
    }

	 /* sub */
    .sub {/* font-family: 's-core_dream4_regular'; */letter-spacing: -0.6px;}
    .sub_top {background-image: url(../images/mb_visual.jpg);background-size: cover;background-repeat: no-repeat;background-position: center center;height: 213px;position: relative;width: 100%;text-align: center;padding-top: 28px;}
	.sub_top .top_bg {background: rgba(0, 0, 0, 0.6);position: absolute;left: 0;right: 0;top: 0;width: 100%;height: 200px;}
    .sub_top .container {position: relative;}
    .sub_top .sub_tit {
		display: none;
	}
	.sub_top .sub_tit_last{
		font-size: 30px;
		color: #fff;
		padding-top: 77px;

	}
    .sub_top .breadcrumb {padding: 10px 0 0 0;background: none;color: #fff;text-align: center;position: relative;}
    .sub_top .breadcrumb a {color: #fff;font-size:12px;}
    .sub_top .breadcrumb > li + li:before {
       content: ">";
       color: #fff;
       padding: 0 10px;
     }
     .sub_top .breadcrumb img {
    width: 11px;
    height: 12px;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 1px;
}

    .sub_menu {
        display: none;
}
    .sub_menu ul {
    float: left;
    width: 100%;
    box-shadow: 10px 16px 28px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 90px;
}
    .sub_menu ul li {
    float: left;
    width: 20%;
    text-align: center;
    border-bottom: 8px solid #111;
    height: 76px;
}
    .sub_menu ul li a {
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    color: #111;
    font-size: 20px;
    padding-top: 22px;
}
    .sub_menu ul li a:hover, .sub_menu ul li a.active {background-color: #66f8f7; text-decoration: none;}

    .mob_sub_menu {
     background-color: #1C2E3B;
	 height: 50px;
  }
      .source-trigger {
          position: relative;
          border: 0 none;
		  background-color: #1C2E3B;
		  color: #fff;
          height: 50px;
          padding-top: 16px;
          font-weight: 400;
		  text-align: left;
      }
      .source-trigger img {width: 10px;height: 11px;position: absolute;right: 20px;top: 19px;}
      .source-trigger img {width: 10px;height: 11px;position: absolute;right: 20px;top: 19px;}
      .source-trigger .icon_depth {width: 10px;height: 11px;position: absolute;right: 20px;top: 19px;}
      .source-trigger .icon_depth_open {width: 10px;height: 1px;position: absolute;right: 20px;top: 23px;}

      .source-trigger:hover.btn-default, .source-trigger:hover.btn-default, .source-trigger:active, .source-trigger:focus {
          color: #fff;
		  text-align: left;
		  background: none;
      }
	  .btn-default:hover{
		  background:none;
	  }


      .source-trigger i {
          position: absolute;
          right: 15px;
          top: 15px;
      }

      .source-trigger .source-trigger-title {
          font-size: 14px;
          color: #fff;
		  text-align: left;
		  font-weight: 400;
		  padding-left: 20px;
      }
	  .source-trigger .home{
		width: 14px;
		height: 13px;
		position: absolute;
		left: 0px;
		top: 20px;
	  }
      ul.tab-menu {
      position: absolute;
	  left: 0;
	  z-index: 100;
	  width: 100%;
	  display: none;
	  background-color: #1C2E3B;

  }
      ul.tab-menu li {
          display: block;
          width: 100%;
          height: 50px;
          /* margin-top: 5px; */
          text-align: left;
      }
	  ul.tab-menu li.active,
	  ul.tab-menu li:hover{
		  background-color: #51A651;
	  }
      ul.tab-menu li a {
          color: #fff;
          font-size:12px;
		  font-weight: 400;
          display: block;
          width: 100%;
          height: 100%;
		  line-height: 40px;
          padding: 6px 20px 7px;
		  text-align:left;
      }

      ul.tab-menu li.active a {
          text-decoration: none;
      }

    .sub_contents {padding: 30px 15px 40px;}

	.sub_contents .sub_con_tit {
    text-align: left;
}
    .sub_contents .contents-tit{
    font-size: 20px;
    color: #000;
    position: relative;
    clear: both;
    margin-bottom: 20px;
}

      .back {
        display: none;
        z-index: 10;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
      }

	  .sub_contents p{
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #333;
	margin-bottom: 30px;
}
.sub_contents h4.tit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.9px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
	margin-top: 50px;
}
.sub_contents h4.tit:first-child{
	margin-top: 0;
}
.sub_contents h4.tit:before{
	position: absolute;
	left: 0;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #51A651;
	margin-top: 5px; 
}
.sub_contents img{
	border-radius: 40px;
	margin-bottom: 10px;
	width: 100%;
}

 .img-group p{
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #51A651;
	font-weight: bold;
}
.img-group span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/* 콘텐츠 테이블 스타일 */
.table-group p{
		font-size: 12px;
		color: #51A651;
		font-weight: bold;
}
.table-group .table-responsive{
	border-top: 1px solid #333;
	border-bottom: none;
	margin-bottom: 20px;
}
.table-group .table-responsive table thead th{
	background-color: #FDFFFC;
	text-align: center;
	vertical-align: middle;
}
.table-group .table-responsive table tbody{
/* 	border-bottom: 1px solid #333; */
}
.table-group .table-responsive table tbody th{
	text-align: center;
}
.table-group .table-responsive table tbody td{
	padding: 5px 20px 5px;
	vertical-align: middle;
	text-align: center;
}

.sub_contents span.colorGreen{ color: #51A651; }
.sub_contents span.colorRed{color: #DB1515;}  

.history {
	float: left;
	width: 100%;
}
.history .tit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.9px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.history .tit:before{
	position: absolute;
	left: 0;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #51A651;
	margin-top: 5px; 
}

.history-list {
	float: left;
	width: 100%;
	border: 1px solid #E4E6ED;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 20px 20px 10px 20px; 
}
.history-list:last-child{
	margin-bottom: 50px;
}
.history-list .year {
	position: relative;
	float: left;
	color: #7E7E7E;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	clear: both;
	width: 35%;
	margin-bottom: 10px;
	padding-right: 30px;
	font-size: 18px;
}
.history-list .year:after {
	content: '';
	position: absolute;
	right: 0;
	display: block;
	height: 1px;
	border-top: 1px dashed #7E7E7E;
	top: 12px;
		width: 20px;
}
.history-list .text {
	float: left;
	padding-left: 15px;
	color: #333;
	width: 65%;
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 14px;
}



/* 인사말 */

.greetings-wrap{}
.greetings-wrap .top_txt{
	color: #51A651;
	font-size: 26px;
	letter-spacing: -1.95px;
}
.greetings-wrap img{
	height: 300px;
 	border-radius:20px;
}
/* 비전 */
.vision-wrap{
	width: 100%;
	
}
.vision-wrap img{
	border-radius: none;
	width:100%;
}
/* 회사연혁 */
.history {
	float: left;
	width: 100%;
}
.history .tit{
	position: relative;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.9px;
	padding-left: 20px;
	margin-bottom: 20px;
	clear: both;
	float: left;
}
.history .tit:before{
	position: absolute;
	left: 0;
	content:'';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #51A651;
	margin-top: 5px; 
}

.history div.history-list {
	float: left;
	width: 100%;
	border: 1px solid #E4E6ED;
	border-radius: 20px;
	margin-bottom: 15px;
	padding: 20px 20px 10px 20px; 
}
.history div.history-list:last-child{
	margin-bottom: 50px;
}
.history .history-list .year {
	position: relative;
	float: left;
	color: #7E7E7E;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	clear: both;
	width: 35%;
	margin-bottom: 10px;
	padding-right: 30px;
	font-size: 18px;
}
.history .history-list .year:after {
	content: '';
	position: absolute;
	right: 0;
	display: block;
	height: 1px;
	border-top: 1px dashed #7E7E7E;
	top: 12px;
		width: 20px;
}
.history .history-list .text {
	float: left;
	padding-left: 15px;
	color: #333;
	width: 65%;
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 14px;
}
/* 혈당관리 */
.blood-wrap h4.tit{
	margin-top: 30px;
}
.blood-wrap img{
	border-radius: 20px;
	margin-bottom: 10px;
	width: 100%;
}
.blood-wrap .img-group-wrap{
	width: 100%;
}
.blood-wrap .img-group{
	width: 100%;
	margin-top: 30px;
}
.blood-wrap .img-group p{
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #51A651;
	font-weight: bold;
}
.blood-wrap .img-group2 img{
	margin-top: 40px;
}
.blood-wrap .img-group span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.blood-wrap .bottom-txt{
	width: 100%;
	height: 90px;
	background-color: #51A651;
	margin-top: 30px;
}
.blood-wrap .bottom-txt p{
	padding-top: 20px;
	color: #fff;
	text-align: center;
}
/* 동물건강 */
.animal-wrap img{
	width: 100%;
	border-radius: 20px;
}
.animal-wrap .img-group p{
	font-size: 14px;
	letter-spacing: -0.7px;
	color: #333;
	font-weight: 400;
}
.animal-wrap .img-group span{
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
}
/* 연구논문 */
.paper-wrap .tit{
	float: left;
}

/* 특허 */
.patent-wrap{
	width: 100%;
	float: left;
}
.patent-wrap:after{
	content:'';
	display: block;
	clear: both;
}
.patent-wrap .patent-list{
	 width: 48%;
	 float: left;
	 margin-right: 2%;
	 margin-bottom: 15px;
}
.patent-wrap .patent-list:nth-child(even){
	clear: both;
}
  .patent-wrap .patent-list:nth-of-type(2n){
	margin-right: 0;
}  

.patent-wrap .patent-list > p{
	border-radius: 20px;
	margin-bottom: 10px;
}
.patent-wrap .patent-list img{
	width: 100%;
	margin-right: 0;
	border-radius: 20px;
	border: 1px solid #E9E9E9;
}
.patent-wrap .patent-list .sub-tit{
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	font-size: 12px;
}
.patent-wrap .patent-list .sub-txt{
	color: #333;
	font-size: 14px;
/* 	height: 80px; */
}



}



@media (max-width: 767px) {
  .table-responsive {
    position: relative;
  }

  .table-responsive:before {
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    content: '화면을 좌우로 움직여 주세요. \A 한번 터치시 음영부분이 사라집니다.';
    white-space: pre;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center;
  }

  .table-responsive:after {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    content: '';
    width: 84px;
    height: 55px;
    margin: -40px 0 0 -42px;
    background: url(/pub/site/jejunet/2017/images/sub/icon_arw.png) no-repeat center;
    background-size: 84px auto;
  }

  .table-responsive.flexhide:before, .table-responsive.flexhide:after {
    display: none;
  }
}

.iframe-responsive {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
