@charset "utf-8";
/*-------------------------------------------------
제약산업정보포털 main Style Sheet
---------------------------------------------------*/
#body {
	width: 100%;
	margin: -0.2rem auto 0;
	}
#visual {
    position: relative;
	height: 42rem; 
	text-align: center;
	overflow: hidden;
	}
#visual li {
	height: 42rem;
	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: 7rem;
    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.2rem;
	font: 700 2rem 'Play';
   /*  opacity: 0; */
	}
#visual .txt-wrap	.kor {
	display: block;
    line-height: 1.2;
	font-size: 4.3rem;
	font-family: NotoL;
	}
#visual .txt-wrap	.kor em {
	font-family: NotoM;
	}
#visual .bx-controls {
    bottom: 16rem;
    left: 50%;
    width: 128rem;
    transform: translateX(-50%);
	}
	
[id*="section"] {
	display: flex;  flex-flow: row wrap;
	}	
#section01 {
    position: relative;
	min-height: 12rem;
	margin: -7rem auto 4rem;
    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,
#section01 .box.active .icon {
	margin-bottom: 1.5rem;
	}	
#section01 .box:hover .color,
#section01 .box.active .color {
	fill: #fff;
	}
#section01 .box .tit {
	color: #000;
	font: normal 1.9rem/1.4  NotoM;
	}
#section01 .over-txt {
	margin-top: 0.6rem;
	height: 0;
	overflow: hidden;
	} 	
#section01 .desc {
    line-height: 1.4;
	font-size: 1.5rem;
    font-family: "NotoT"; 
    opacity: 0.72;
	}	
#section01 .box .more {
    display: block;
	margin-top: 3rem;
	color: rgba(255,255,255, .7);
	}
#section01 .box .more:focus {
	text-decoration: underline;
	outline: 0;
	}	
#section01 .box.active,	
#section01 .box:hover {
    height: 19rem;
    margin-top: -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: 4rem;
	}	
.news-section {
	position: relative;
	width: 39.5rem;
	margin-right: 3rem;
	}
.news-section::before {
	position: absolute;
	top: 4.1rem;
	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; 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.6rem;
    font-family: NotoM;
	}	
.news-section .tab-tit a.active {
	background-color: #4f555d;
    border-color: transparent;
	color: #fff;
    text-decoration: underline;
    font-family: NotoB;
	}
.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:focus {	
	outline: 2px dotted #535353;
	outline-offset: -2px;
	}
.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 */
.popup-zone {
	position: relative;	
	width: 42.9rem;
	}
.popup-zone .section-tit {
	margin-bottom: 1.2rem;
	font: normal 2rem/1.1 NotoB;
	}
.popup-list {
	height: 16.5rem;
	line-height: 1;
	}
.popup-list li {	
	height: 100%;
	}
.popup-list li a {	
    display: block;
	}
.popup-list li a:focus {
	outline: 2px dotted #535353;
	outline-offset: -2px;
	}
.popup-list li a:focus:not(:focus-visible) {
    outline: 0;
	}
.popup-list li img {
	width: 100%;
	}
.popup-zone .bx-controls {
	top: 0;
	right: 0;
	}	
.popup-zone .bx-controls a {
	width: 1.3rem;
	height: 1.3rem;
	}
.popup-zone .bx-controls-auto .active::before {
	color:  #dbdbdb;
	}
.popup-zone .bx-pager a {
	background-color: #dbdbdb;
	border: 3px solid #fff;
    border-radius: 100%;
	}
.popup-zone .bx-pager a.active {
	background-color: transparent;
	border-color: #545454;
	}
.popup-zone .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;
	}
.insight-area {
	position: relative;
	width: 42.8rem;
	margin-right: 1.6rem;
	padding: 2.7rem 3.2rem 3.5rem;
	background-color: #fff;
	border: 1px solid #ddd;
	}
.insight-area .section-tit {
	margin-bottom: 3rem;
	color: #000;
	font-size: 2.2rem;
	}
.insight-list {
	margin: 0 1rem;
	overflow: hidden;
	}	
.insight-list > li {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
	border-top: 1px solid #ddd;
	overflow: hidden;
	}
.insight-list > li:first-child {
    margin-top: 0;
	padding-top: 0;
	border-top: none;
	}
.insight-list a {
	position: relative;
	display: block;
	text-decoration: none;
	}
.insight-list a:focus {	
	outline: 2px dotted #535353;
	outline-offset: -2px;
	}
.insight-list .tit {
	display: block;
	margin-bottom: 0.3rem;
	color: #333;	
    text-overflow: ellipsis;
    white-space: nowrap;
	font-size: 1.7rem;
	overflow: hidden;
	}
.insight-list .desc {
	display: block;
    height: 4.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-family: NotoL;
	overflow: hidden;
	}
.insight-list a:hover .desc {
	text-decoration: underline;
	}	
.insight-list .more {
	display: block;
	width: 5rem;
	padding: 0.3rem 0;
	border: 1px solid #ddd;
    border-radius: 1.3rem;
	text-align: center;
	font-size: 1.3rem;
	}
.insight-area .txt-more {
	position: absolute;
	top: 3.4rem;
	right: 3.6rem;
	}
	
.chart-area {
    width: calc(100% - 44.4rem);
    background-color: #fff;
    border: 1px solid #ddd;
	}	
.chart-area .tab-tit {
	width: 25%;
	height: 7.9rem;
	font-size: 1.6rem;
	font-family: NotoL;
    vertical-align: top;
	}	
.chart-area .tab-tit a {
    position: relative;
	border-top: none;
    border-right: none;
    vertical-align: top;
	}
.chart-area .tab-tit a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #000;
	content: '';
    opacity: 0;
	}
.chart-area .tab-tit a i {
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 1.5rem;
	transform: translateX(-50%);
    opacity: 0;
	}
.chart-area .tab-tit:nth-of-type(1) a {
	border-left: none;
	}
.chart-area .tab-tit:nth-last-of-type(1) a {
	border-right: none;
	}
.chart-area .tab-tit a:hover {
	text-decoration: none;
	}
.chart-area .tab-tit a:hover,
.chart-area .tab-tit a:focus,
.chart-area .tab-tit a.active {
    background-color: transparent;
    border-bottom-color: transparent;
	}	
.chart-area .tab-tit a:hover::before,
.chart-area .tab-tit a:hover i,
.chart-area .tab-tit a:focus::before,
.chart-area .tab-tit a:focus i,
.chart-area .tab-tit a.active::before,
.chart-area .tab-tit a.active i {	
    opacity: 1;
	}
.chart-area .tab-content {
	padding: 4.5rem 4.3rem;
	}
.chart-area .tab-content img {
	max-width: 100%;
	}	