/* about-mission */
#about-mission h1 {
	margin-top: 10px;
}
#about-mission h1:first-child {
	margin-top: 20px;
}
#about-mission h5 {
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 1.5em;
	padding: 0 15px;
}
#about-mission hr {
	opacity: .5;
	max-width: 700px;
	padding-bottom: 40px;
}
#about-mission .vision-list {
	max-width: 800px;
	margin: 0 auto;
}
#about-mission .vision-list li {
	display: inline-block;
	position: relative;
	width: 35%;
	margin: 0 -10px;
	height: 120px;
	vertical-align: top;
}
#about-mission .vision-list.eng li {
	height: 140px;
}
#about-mission .num {
	position: relative;
	margin: 7px 0;
	padding: 7px 0;
}
#about-mission .num:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 1px;
	background-color: rgba(255, 255, 255, .5);
}
#about-mission .vision-list p {
	position: relative;
	font-size: .85em;
	padding: 0;
	min-height: 42px;
}
#about-mission .vision-list.eng p {
	min-height: 54px;
	padding: 0 10px;
}
#about-mission .bg-round-blue {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 60px;
	background-color: rgba(39, 128, 227, .5);
}
#about-mission .eng .bg-round-blue {
	border-radius: 70px;
}
@media only screen and (max-width: 992px) {
	#about-mission h1:first-child {
		margin-top: 30px;
	}
	#about-mission .vision-list li {
		width: 40%;
		margin: -10px;
	}
}
@media only screen and (max-width: 414px) {
	#about-mission .vision-list li {
		width: 60%;
		margin: -10px;
	}
	#about-mission .vision-list li:last-child {
		margin-bottom: 30px;
	}
}

/* history-slider */
#history-slider .history-list {
	margin: 0 auto;
	max-width: 1000px;
}
#history-slider .history-list li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-top: 30px;
	cursor: pointer;
}
#history-slider .history-list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 50%;
	width: 100%;
	height: 1px;
	background-color: #222;
}
#history-slider .history-list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	background-color: #aaa;
	border-radius: 50%;
}
#history-slider .history-list li.active:after {
	background-color: #0085dd;
}
#history-slider .history-list li a {
	color: #aaa;
}
#history-slider .history-list li.active a {
	color: #0085dd;
}
#history-slider .history-prt {
	background-image: url(../img/sub/history_prt_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
#history-slider .history-prt h4 {
	margin: 0;
}
#history-slider .history-btn li {
	position: absolute;
	top: 50%;
}
#history-slider .history-btn li.prev {
	left: 10%;
}
#history-slider .history-btn li.next {
	right: 10%;
}
#history-slider .history-btn li a {
	color: #aaa;
	font-size: 3em;
	font-weight: 100;
}
#history-slider .history-btn li:hover a {
	color: #eee;
}

/* history */
#history .timeline {
	position: relative;
}
#history .timeline:before {
	content: '';
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -0.5px;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}
#history .post.right {
	margin-left: 50%;
	padding-left: 20px;
}
#history .post.left {
	margin-right: 50%;
	padding-right: 20px;
	text-align: right;
}
#history .post h3 {
	position: relative;
	margin: 0 0 15px 0;
	font-size: 1.8em;
}
#history .post h3:after {
	content: '';
	position: absolute;
	top: 10px;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
}
#history .post.right h3:after {
	left: -25px;
}
#history .post.left h3:after {
	right: -24px;
}
#history .post strong {
	display: inline-block;
	min-width: 45px;
}
#history .post p {
	overflow: hidden;
	font-size: .9em;
	margin: 4px 0 ;
	line-height: 1.7em;
}

#history .post.left p {
	display: flex;
	flex-direction: row-reverse;
}

#history .post.right p {
	display: flex;
	
}
#history .post.left strong {
	float: right;
}
@media only screen and (max-width: 768px) {
	#history .timeline:before {
		left: 30px;
		margin-left: 0;
	}
	#history .post.right {
		margin-left: 45px;
		padding-left: 0;
	}
	#history .post.left {
		margin: 0 0 0 45px;
		padding: 0;
		text-align: left;
	}
	#history .post.right h3:after {
		left: -20px;
	}
	#history .post.left h3:after {
		right: 0px;
		left: -20px;
	}
	#history .post.left strong {
		float: none;
	}
}
@media only screen and (max-width: 414px) {
	#history .timeline:before {
		left: 15px;
	}
	#history .post.right {
		margin-left: 30px;
	}
	#history .post.left {
		margin: 0 0 0 30px;
	}
}

/* product-intro */
#product-intro > .row {
	padding-bottom: 15px;
}
#product-intro h1 {
	position: relative;
	padding: 15px 0 30px 0;
	margin:  0 0 30px 0;
}
#product-intro h1:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 35px;
	height: 3px;
	background-color: #ddd;
}
#product-intro .product-thumb-list li {
	display: inline-block;
	padding: 10px 4px;
}
#product-intro .product-thumb-list li:first-child {
	padding-left: 0;
}

#product-intro .product-content li {
	font-size: 150%;
	display: inline-block;
	padding: 10px 3px;
}

#product-intro .product-content li:first-child {
	padding-left: 0;
}

#product-intro .product-content li b{
	font-size: 125%;
}

#product-intro .product-content-kr li {
	font-size: 150%;
	display: inline-block;
	padding: 10px 3px;
}

#product-intro .product-content-kr li:first-child {
	padding-left: 0;
}

#product-intro .product-content-kr li b{
	font-size: 125%;
}

@media only screen and (max-width: 768px) {
	#product-intro .col-sm-7 {
		text-align: center;
	}
	#product-intro h1 {
		padding-top: 30px;
	}
	#product-intro h1:after {
		left: 50%;
		margin-left: -17.5px;
	}
}

/* product-feature */
#product-feature h2 {
	margin: 0 0 15px 0;
}
#product-feature .col-sm-4 {
	padding-left: 6px;
	padding-right: 6px;
}
#product-feature .feature {
	padding: 30px 30px;
	min-height: 513px;
}
#product-feature.eng .feature {
	min-height: 267px;
}
#product-feature .feature p {
	line-height: 1.7em;
	font-size: .9em;
}
#product-feature .product-feature-header {
	position: relative;
	padding: 0 0 10px 0;
}
#product-feature .product-feature-header:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 3px;
	background-color: #2780e3;
}
#product-feature .product-feature-layout {
	height: 400px;
	padding: 50px;
}
#product-feature.eng .product-feature-layout {
	height: 630px;
}
#product-feature .product-feature-layout h4 {
	line-height: 1.5em;
}
#product-feature .product-feature-layout p {
	margin: 15px 0 0 0;
	font-size: .9em;
	line-height: 1.7em;
}
#product-feature .feature-list {
	padding: 30px;
}
#product-feature .feature-list li {
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 20px 80px;
	background-repeat: no-repeat;
	background-position: left center;
}
#product-feature .feature-list li.feature-icon1 {
	background-image: url('../img/eng/sub/danar_icon_01.png');
}
#product-feature .feature-list li.feature-icon2 {
	background-image: url('../img/eng/sub/danar_icon_02.png');
}
#product-feature .feature-list li.feature-icon3 {
	background-image: url('../img/eng/sub/danar_icon_03.png');
}
#product-feature .feature-list li.feature-icon4 {
	background-image: url('../img/eng/sub/danar_icon_04.png');
}
#product-feature .feature-list li.feature-icon5 {
	background-image: url('../img/eng/sub/danars_icon_01.png');
}
#product-feature .feature-list li.feature-icon6 {
	background-image: url('../img/eng/sub/danars_icon_02.png');
}
#product-feature .feature-list li.feature-icon7 {
	background-image: url('../img/eng/sub/danars_icon_03.png');
}
#product-feature .feature-list li.feature-icon8 {
	background-image: url('../img/eng/sub/danars_icon_04.png');
}

#product-feature .feature-list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
@media only screen and (max-width: 1200px) {
	#product-feature .product-feature-layout {
		height: 450px;
	}
	#product-feature.eng .product-feature-layout {
		height: 700px;
	}
	#product-feature.eng .feature {
		min-height: 420px;
	}
}
@media only screen and (max-width: 992px) {
	#product-feature .feature {
		padding: 30px 15px;
	}
	#product-feature.eng .feature {
		min-height: 440px;
	}
	#product-feature .product-feature-layout {
		height: 500px;
	}
	#product-feature.eng .product-feature-layout {
		height: 500px;
	}
}
@media only screen and (max-width: 768px) {
	#product-feature .col-sm-4 {
		margin-top: 15px;
	}
	#product-feature .feature {
		min-height: 0;
	}
	#product-feature.eng .feature {
		min-height: 0;
	}
	#product-feature .product-feature-layout {
		height: inherit;
		min-height: 303px;
		padding: 50px 30px;
	}
	#product-feature.eng .product-feature-layout {
		height: inherit;
	}
	#product-feature .feature-list {
		padding: 15px;
	}
}
/* product-accessary */
#product-accessary .item {
	float: left;
	width: 25%;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	min-height: 331px;
}
@media only screen and (max-width: 1200px) {
	#product-accessary .item {
		width: 33.333333%;
	}
}
@media only screen and (max-width: 768px) {
	#product-accessary .item {
		width: 50%;
	}
}
@media only screen and (max-width: 414px) {
	#product-accessary .item {
		width: 100%;
		min-height: 0;
	}
}

/* diabetes */
#diabetes .content {
	padding: 50px;
}
#diabetes h1 {
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
#diabetes h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background-color: #aaa;
	opacity: .5;
}
#diabetes p {
	margin: 0;
	line-height: 1.7em;
}
#diabetes figure {
	position: relative;
	overflow: hidden
}
#diabetes figure div {
	float: left;
	width: 50%;
}
#diabetes .direct {
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	width: 32px;
}
#diabetes hr {
	opacity: .1;
	margin-top: 50px;
	margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
	#diabetes .content {
		padding: 30px;
	}
	#diabetes .diabetes-figure {
		width: 90%;
	}
	#diabetes hr {
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media only screen and (max-width: 414px) {
	#diabetes .content {
		padding: 30px 15px;
	}
}

/* insulin */
#insulin .content {
	padding: 50px;
}
#insulin h1 {
	position: relative;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
#insulin h1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	width: 40px;
	height: 3px;
	background-color: #aaa;
	opacity: .5;
}
#insulin p {
	margin: 0;
	line-height: 1.7em;
}
#insulin .insulin-list {
	max-width: 800px;
	margin: 0 auto;
}
#insulin .insulin-list li {
	display: inline-block;
	position: relative;
	width: 45%;
	margin: 0 -20px;
	height: 150px;
}
#insulin .num {
	position: relative;
	margin: 20px 0;
	padding: 20px 0;
}
#insulin .num:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 2px;
	background-color: rgba(255, 255, 255, .5);
}
#insulin .insulin-list h5 {
	position: relative;
	padding: 0 15px;
	min-height: 42px;
	line-height: 1.5em;
}
#insulin .bg-round-black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 75px;
	background-color: rgba(0, 0, 0, .5);
}
#insulin.eng .insulin-list {
	max-width: 100%;
}
#insulin.eng .insulin-list li {
	width: 33%;
	vertical-align: top;
	height: 120px;
}
#insulin.eng .num {
	margin: 0 0 15px 0;
	padding: 10px 0 20px 0;
}
#insulin.eng .bg-round-black {
	background-color: rgba(59, 66, 211, .9);
}
@media only screen and (max-width: 992px) {
	#insulin.eng .insulin-list li {
		width: 80%;
		margin: -10px;
	}
}
@media only screen and (max-width: 768px) {
	#insulin .content {
		padding: 30px;
	}
	#insulin .insulin-list li {
		width: 80%;
		margin: -10px;
	}
	#insulin.eng .insulin-list li {
		height: 150px;
	}
}
@media only screen and (max-width: 414px) {
	#insulin .content {
		padding: 30px 15px;
	}
}

/* health */
#health .health-layout {
	min-height: 512px;
	padding: 50px;
	position: relative;
}
@media only screen and (max-width: 992px) {
	#health .health-layout .btn {
		font-size: .8em;
	}
}
@media only screen and (max-width: 768px) {
	#health .health-layout {
		min-height: 0;
	}
}
@media only screen and (max-width: 414px) {
	#health .health-layout {
		padding: 30px 15px;
	}
}
