@charset "utf-8";


body.menu-open {
	overflow-y: hidden;
}


a {
	display: block;
	width: 100%;
	height: 100%;
}

img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.inner {
	margin: 16px 16px 0 16px;
}


/* 짧은 보더 */
.line {
	position: relative;
}
.line::after {
	content:"";
	position: absolute;
	top: 4px;
	right: -10px;
	width: 1px;
	height: 16px;
	background-color: #000;
}



.group-flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flexBox {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.flexBox.table {
	justify-content: center;
	gap: 5px;
	flex-wrap: wrap;
}

.flexBox.flex-center {
	justify-content: center;
	gap: 30px;
}
.flexBox.flex-between {
	justify-content: space-between;
}

.gridBox {
	display: grid;
	grid-template-columns: repeat(3, 106px);
}
.gridBox.three {
	grid-template-columns: repeat(3, 1fr);
	text-align: center;
}
.gridBox.two {
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.flexBox.table.gridBox {
	gap: 0;
}



/* 탑버튼 */
#topBtn { 
	position: fixed;
    right: 3%;
    bottom: 100px;
    display: none;
    z-index: 9999;
    font-weight: bolder;
}

.btn {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	border: 1px solid #fff;
	margin: 0 auto;
}
.btn.now {
    color: #000066;
    font-weight: 600;
}


.on {
	display: block;
}


.new {
	display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 12px;
    background: #03509F;
    border-radius: 8px;
    text-transform: uppercase;
    padding: 4px 6px;
}


/* 파란색 제목 */
.tit {
	font-weight: bold;
	color: #000066;
	font-size: 18px;
}
/* 개인정보취급방침 & 이용약관 타이틀 */
.blue-tit {
	font-weight: bold;
	color: #0055d5;
	font-size: 16px;
}
.black-tit {
	font-weight: bold;
	color: #000;
	font-size: 16px;
}

.title {
	font-family: 'Nanum GothicEB';
	font-size: 50px;
	font-weight: 800;
	color: #000;
}

.con-title {
	font-weight: 700;
}

.cont {
	line-height: 26px;
}
.cont.padding {
	padding-left: 14px;
}


/* 배경 어둡게 처리 */
.dark {
	position: relative;
}
.dark::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* 어떤 메뉴인지 알려주는 영역 */
section.subWrap .subSect{
	display: inline-table;
	width: 100%;
	height: 160px;
	background: url(/images/antiviral/m_bg-subTop.jpg)center/cover no-repeat;
	text-align: center;
	font-weight: bold;
	padding: 38px 0 0;
	margin: 0 auto;
	position: relative;
}
section.subWrap .subSect::before {
	/* 배경이미지 어둡게 처리 */
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
section.subWrap .subSect.subVideo{
	/* 동영상 자료실 */
	background: url(/images/antiviral/bg-video.jpg)center/cover no-repeat;
}

.subWrap .subSect .subTop {
	color: #fff;
	position: relative;
	z-index: 4;
}
.subWrap .subSect .subTop-box {
	gap: 10px;
}
.subWrap .subTop .subTop-box .subTopTit {
	display: block;
}
.subWrap .subTop .subTopTit {
	font-size: 12px;
}
.subWrap .subTop .ftL {
	font-size: 28px;
}


/* 탭영역 */
.tab-area {
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #8a8a8a;
	border: 1px solid #ccc;
}
.tab-area .tab-box {
	flex: 1;
	height: 100%;
	text-align: center;
}
.tab-area .tab-box:not(:last-of-type) {
	border-right: 1px solid #ccc;
}


@media (min-width:425px) {

	.tab-area .tab-box .btn-tab {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1.5;
	    padding: 0 2px;
	    font-size: 14px;
	}

	.tab-area .tab-box .btn-tab.current {
		background-color: #202356;
		color: #fff;
		font-weight: 600;
		font-size:14px;
	}
}

@media (max-width:425px) {

	.tab-area .tab-box .btn-tab {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1.5;
	    padding: 0 2px;
	    font-size:10px;
	}
	
	.tab-area .tab-box .btn-tab.current {
		background-color: #202356;
		color: #fff;
		font-weight: 600;
		font-size:10px;
	}
	
}




/* .tab-content{display: none;background:none;}
.tab-content.current{display: inherit;} */



.institutionCt {
	margin: 0 0 20px 0;
}

.con-box {
	margin-bottom: 20px;
}
.con-box:last-child {
	margin-bottom: 0;
}



.contTopTit {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
    margin: 10px 0 26px 0;
}



.linkBtn {
    width: 200px;
    height: 42px;
    text-align: center;
    background: #ffac25;
    border-radius: 34px;
    margin: 0px 0 0px 10px;
    font-weight: bold;
    line-height: 41px;
    font-size: 15px;
}
.linkBtn a {
    height: inherit;
}



/* 목록 버튼 */
.btnList_m {
    width: 50px;
    background: #202356;
    border-radius: 5px;
    color: #fff;
    margin-left: auto;
}
.btnList_m .btn-link {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    padding: 10px 10px;
}


.txt-center {
	text-align: center;
}
.txtLeft {
	text-align: left;
}



.date {
	font-weight: 700;
	margin: 18px 0;
}



















































































