@charset "utf-8";
/*-------------------------------------------------
제약산업정보포털 main Style Sheet
---------------------------------------------------*/
.layerPop {background-color: rgba(0,0,0, .5);}
#body {
	width: 100%;
	margin-bottom: 0;
	}
#visual {
    position: relative;
	height: 45rem; 
	text-align: center;
	overflow: hidden;
	}
#visual li {
	height: 45rem;
	overflow: hidden;
	}	
#visual img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition: all 1s 0s;
	}	
#visual li.active img {
    transition: all 7s 0.2s;
	}
#visual .txt-wrap {
    position: absolute;
    top: 13.1rem;
    left: 50%;
    width: 128rem;
    height: auto;
    color: #fff;
    text-align: left;
    transform: translateX(-50%);
    overflow: hidden;
	z-index: 90;
	}
#visual .txt-wrap .eng {
	margin-bottom: 1.4rem;
	font: 700 4.5rem 'Play';
   /*  opacity: 0; */
	}
#visual .txt-wrap	.kor {
	display: block;
    line-height: 1.2;
	font-size: 4.5rem;
	font-family: NotoL;
	}
#visual .txt-wrap	.kor em {
	font-family: NotoM;
	}
#visual .bx-controls {
    bottom: 17.3rem;
    left: 50%;
    width: 128rem;
    transform: translateX(-50%);
	}
.bx-controls {
    position: absolute;
    text-align: left;
    z-index: 90;
    }
.bx-controls > div {
	display: inline-block;
	text-align: left;
	}
.bx-controls a {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 0.4rem;
	border-radius: 100%;
    color: transparent;
    vertical-align: middle;
    transition: all 0.5s ease;
    overflow: hidden;
	}
.bx-pager  {
	margin-right: 2.2rem;
	}	
.bx-pager a {
	background-color: #fff;
	}	
.bx-pager .active {
	width: 2.7rem;
	border-radius: 0.5rem;
	}
.bx-controls-auto a {
    width: 1.5rem;
    height: 1.5rem;
	background-color: transparent;
	border-radius: 0;
    line-height: 1;
	}
.bx-controls-auto a i {
	display: block;
	color: #fff;
	font-size: 1.7rem;
	}
.bx-controls-auto a > span {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
.bx-controls-auto .active {
    background-color: #dbdbdb;
    border-radius: 100%;
	}
	
[id*="section"] {
	display: flex; display: -webkit-flex; flex-flow: row wrap;
	}	
#section01 {
    position: relative;
	min-height: 12rem;
	margin: -7rem auto 5rem;
    background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	z-index: 55;
	}
#section01 .box {
    position: relative;
	width: 25%;
	height: 12rem;
	padding: 2.7rem 2.8rem 2.7rem;
    background-color: #fff;
	transition: all 0.6s ease;
    vertical-align: bottom;
    overflow: hidden;
	}
#section01 .box::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 12rem;
	background-color: #e8e8e8;
	content: ''; 
	}
#section01 .box:first-child {
	border-left: none;
	}
#section01 .box .icon {
    display: block;
    position: absolute;
    bottom: 2.5rem;
    right: 3.2rem;
    width: 4.2rem;
    height: 4.2rem;
    transition: all 0.5s ease;
	}
#section01 .box .color {	
	fill:#008bc0;
	}
#section01 .box:hover .icon {
	margin-bottom: 1.5rem;
	}	
#section01 .box:hover .color {
	fill: #fff;
	}
#section01 .box .tit {
	color: #000;
	line-height: 1.4;
	font-size: 1.9rem;
	font-weight: 700;
	}
#section01 .over-txt {
	position: absolute;
	bottom: 4rem;
	margin-top: 0.6rem;
	height: 0;
	overflow: hidden;
	} 	
#section01 .desc {
    line-height: 1.4;
	font-size: 1.5rem;
    opacity: 0.72;
	}	
#section01 .box .more {
    display: block;
	margin-top: 3rem;
	color: rgba(255,255,255, .7);
	}
#section01 .box.active,	
#section01 .box:hover {
    height: 19.7rem;
    margin-top: -7.7rem;
    background: transparent linear-gradient(237deg, #00367C 0%, #008BC0 100%) 0% 0%;
	color: #fff;
	}
#section01 .box.active .tit,	
#section01 .box:hover .tit {
	color: #fff;
	}	
#section01 .box.active .over-txt,	
#section01 .box:hover .over-txt {
    height: auto;
	}
#section01 .box.active::before,	
#section01 .box:hover::before {
    background-color: transparent;
	}
#section02 {
	margin-bottom: 5rem;
	}	
/* .news-section,
	.company-area {
	position: relative;
	width: calc(50% - 2.25rem);
	margin-right: 2.25rem;
	} */
.news-section::before {
	position: absolute;
	top: 4.3rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ddd;
	content:'';
	}
.news-section .txt-more {
	position: absolute;
	top: 1rem;
	right: 0;
	}
.txt-more i {
	color:#707070;
	font-size: 2.2rem;
	}	
.tab-tit {
	position: relative;
	display: inline-block;
    margin: 0 0 -0.7rem -0.4rem;
    text-align: center;
    line-height: 1.2;
    overflow: hidden;
	}
.tab-tit:nth-of-type(1) {
    margin-left: 0;
	}
.tab-tit a {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
    min-width: 12rem;
    height: 100%;
    padding: 1.05rem 1rem;
    background: #f6f6f6;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-size: 1.8rem;
	}	
.news-section .tab-tit a.active {
	background-color: #4f555d;
    border-color: transparent;
	color: #fff;
	font-weight: 700;
	}
.news-area,
.tab-content {
	float: left;
	display: none;
	width: 100%;
	}
.news-area {
	margin-top: 1.5rem;
	}
.news-area:nth-of-type(1),
.chart-area .tab-content:nth-of-type(1) {
	display: block;
	}	
.news-list {
	overflow: hidden;
	}
.news-list li {
	margin-top: 0.5rem;
	overflow: hidden;
	}	
.news-list li:first-child {
	margin-top: 0;
	}
.news-list a {
	display: block;
	float: left;
	width: calc(100% - 9.5rem);
    text-overflow: ellipsis;
    white-space: nowrap;
	overflow: hidden;
	}
.news-list a > span {
	display: inline-block;
	width: 4.3rem;
	height: 2.1rem;
	margin-right: 0.5rem;
	border: 1px solid #00367c;
	border-radius: 50px;
	color: #00367c;
	text-align: center;
	font-size: 1.4rem;
	}	
.news-list a > span.external {
	color: #08a58b;
	border-color: #08a58b;
	}
.news-list li .date {	
    display: block;
    float: right;
    width: 7rem;
	color: #002265;
	text-align: right;
	font: 700 1.3rem/1.9 'Play';
	}

/* 기업로고  STYLE */
.company-area {
	position: relative;
	overflow: hidden;
	}
.company-area .section-tit {
	margin-bottom: 1.2rem;
	color: #000;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 700;
	}
.company-list {
	height: 13.6rem;
	line-height: 1;
	overflow: hidden;
	}
.company-list li {	
    width: 30.5rem !important;
    margin-right: 2rem;
    text-align: center;
	overflow: hidden;
	}
.company-list li a {
	display: block;
	border: 1px solid #ddd;
    overflow: hidden;
	}
.company-list .img {
	display: flex; display: -webkit-flex; flex-flow: row wrap; align-items: center; align-content: center;  justify-content: center;
	height: 9.2rem;
	padding: 1rem;
    text-align: center;
	overflow: hidden;
	}
.company-list .img img {
	max-width: 100%;
	}
.company-list .name {
	display: block;
    padding: 1.2rem 0;
	background-color: #F6F6F6;
	border-top: 1px solid #ddd;
	}
.company-area .bx-controls {
	top: 0;
	right: 0;
	}	
.company-area .bx-controls a {
	width: 1.3rem;
	height: 1.3rem;
	}
.company-area .bx-controls-auto .active::before {
	color:  #dbdbdb;
	}
.company-area .bx-pager a {
	background-color: #dbdbdb;
	border: 3px solid #fff;
    border-radius: 100%;
	}
.company-area .bx-pager a.active {
	background-color: transparent;
	border-color: #545454;
	}
.company-area .bx-controls-auto a i { 
	color: #545454;
	}

#section03 {
    position: relative;
    padding: 6rem 0;
    }
#section03::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 200%;
	height: 100%;
	background-color: #f2f4f8;
	transform: translateX(-50%);
	content:'';
	z-index: -1;
	}
#section03 .box {
	position: relative;
	padding: 2.7rem 3.2rem 3.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	}	
#section03 .section-tit {
	margin-bottom: 3rem;
	color: #000;
	font-size: 2.2rem;
	} 
#section03 .txt-more {
    position: absolute;    
    top: 3.5rem;
    right: 3.5rem;
	}	
.insight-area {
	width: 33.5%;
	margin-right: 1.25%;
	}
.insight-list {
	overflow: hidden;
	}	
.insight-list > li {
	padding: 3.5rem 0;
	border-top: 1px solid #ddd;
	}
.insight-list > li:first-child {
	padding-top: 0;
	border-top: none;
	}
.insight-list a {
	position: relative;
	display: block;
	overflow: hidden;
	}
.insight-list .desc {
	display: block;
	float: left;
	width: calc(100% - 6rem);
    height: 4.5rem;
	line-height: 1.2;
	font-size: 1.8rem;
	overflow: hidden;
	}
.insight-list .go {
	display: block;
	float: right;
	width: 4.2rem;
	height: 4.2rem;
	background-color: #637082;
    border-radius: 100%;
    line-height: 4rem;
    color: #fff;
	text-align: center;
	font-size: 1.8rem;
	}
.insight-list > li:first-child .go {
	background-color: #00367C;
	}
.resources-area {
	width: calc(100% - 34.75%);
	}
.resources-list {
	display: flex; display: -webkit-flex; flex-flow: row wrap;
	margin: 0 -2.4rem;
	overflow: hidden;
	}	
.resources-list > li {
	width: 33.33%;
	padding: 0 2.4rem;
	overflow: hidden;
	}
.resources-list > li a {
	display: block;
	position: relative;
	}
.resources-list .thumb {
	display: block;
	width: 100%;
	height: 29rem;
	border: solid 1px #ddd;
	overflow: hidden;
	}
.resources-list .thumb img {
	width: 100%;
	}
.resources-list .tit {
	position: absolute;
	top: 50%;
	display: flex; 
	display: -webkit-flex; 
	flex-flow: row wrap;
	align-items: center; 
	align-content: center;  
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 2rem 1.5rem;
	background-color: rgba(0,0,0, .7);
    color: #fff;
	text-align: center;
	transform: translateY(-50%);
	font-size: 1.8rem;
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease;
	}
.resources-list .more {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 2.3rem;
	padding: 0 1rem;
	}
.resources-list .more::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
    width: 5rem;
	height: 1rem;
	background-color: #008BC0;
    transform: translateX(-50%);
	z-index: -1;
	content:'';
	}
.resources-list a:hover .tit {
    opacity: 1;
	}