.award-tit{font-size:30px;color:#111111;text-align:center;margin-top:75px;line-height:normal;padding-left: 0;}
.award-tit::before{display:none;}

.award-tab{padding-top:17px;}
.award-tab .nav{max-width:1063px;margin:0 auto;}
.award-tab .nav ul{display:flex;}
.award-tab .nav ul li{width:calc(100% / 6);position:relative;}
.award-tab .nav ul li a{display:block;padding:17px 4px;text-align:center;font-size:18px;color:#747774;border-top:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;font-weight: 300;font-family:'맑은 고딕';}
.award-tab .nav ul li.on a{color:#111111;}
.award-tab .nav ul li.on::before{content:'';position:absolute;display:inline-block;bottom:-1px;left:0;width:100%;height:3px;background:#f15f5f;}
.award-tab .nav ul li a:hover{text-decoration:none;}

.award-tab .tab-con{padding-top:68px;}
.award-tab .tab-con .tab-content{display:none;}
.award-tab .tab-con .tab-content.on{display:block;}
.award-tab .tab-con .tab-content > ul{display:flex;align-items:center;justify-content: space-between;}
.award-tab .tab-con .tab-content > ul > li{display:flex;width:579px;height:260px;align-items: flex-start;}
.award-tab .tab-con .tab-content > ul > li .img{width:172px;height:260px;}
.award-tab .tab-con .tab-content > ul > li .txt{width:calc(100% - 172px);padding-left:20px;}
.award-tab .tab-con .tab-content > ul > li .txt > ul{display:flex;flex-direction: column;}
.award-tab .tab-con .tab-content > ul > li .txt > ul > li{padding:5px 17px;border-bottom:1px solid #cfcfcf;}
.award-tab .tab-con .tab-content > ul > li .txt > ul > li .innerline{display:inline-block;font-size:16px;color:#747774;width:50%;}
.award-tab .tab-con .tab-content > ul > li .txt span.tit{display:inline-block;width:85px;}
.award-tab .tab-con .tab-content > ul > li .txt .tit{color:#111111;}

.award-desc{padding-top:18px;}
.award-desc .top{width:842px;height:320px;margin:0 auto;background:url(/site/culture_2021/images/contents/award_desc_bg.png) center no-repeat;}
.award-desc .top .img{padding-top:106px;text-align: center;}
.award-desc .top .bottom-txt{padding-top:18px;font-size:17px;color:#111111;text-align:center;}

.award-desc .bottom{padding-top:98px;}
.award-desc .bottom table  tbody tr th,
.award-desc .bottom table  tbody tr td{color:#111111;}
.award-desc .bottom table  tbody tr th{border:1px solid #cdcdcd;font-size:17px;background:#f4f4f4;text-align:center;font-weight: 600;}
.award-desc .bottom table  tbody tr td{padding-left:20px;}
.award-desc .bottom table  tbody tr td .txt{font-size:16px;padding:10px 4px 10px 20px;text-align:left;border-bottom:1px solid #cdcdcd;}
.award-desc .bottom table  tbody tr th,
.award-desc .bottom table  tbody tr td .txt{font-family:'맑은 고딕';}

@media screen and (max-width: 1240px) {
    .award-tab .tab-con .tab-content > ul{flex-direction: column;flex-wrap: wrap;align-content: flex-start;justify-content:normal;margin-top:-15px;}
	.award-tab .tab-con .tab-content > ul > li{width:100%;height:auto;align-items: center;margin-top: 15px;}
}

@media screen and (max-width: 1024px) {
	.award-desc .top{width:100%;background-size:cover;}
}

@media screen and (max-width: 767px) {
	.award-tab .nav ul{flex-wrap:wrap;border-top: 1px solid #cfcfcf;border-bottom: 1px solid #cfcfcf;}
	.award-tab .nav ul li{width:calc(100% / 3);}
	.award-tab .nav ul li a{border-bottom:none;border-top:none;}
	.award-tab .nav ul li.on a{color:#f15f5f;}
	.award-tab .nav ul li.on::before{display:none;}
	
	.award-desc .bottom table colgroup col:nth-child(1){width:15% !important;}
	.award-desc .bottom table colgroup col:nth-child(2){width:85% !important;}
	
	.award-desc .top .bottom-txt{padding-left:10px;padding-right:15px;}
}


@media screen and (max-width: 640px) {
	.award-tab .tab-con{padding-top:30px;}
	.award-tab .tab-con .tab-content > ul > li{flex-direction: column;}
	.award-tab .tab-con .tab-content > ul > li .txt{width:100%;padding-left:0;padding-top: 5px;}
	.award-desc .bottom{padding-top:40px;}
	.award-tab .tab-con .tab-content > ul > li .img{width:auto;height:auto;text-align:center;}
}

@media screen and (max-width: 480px) {
	.award-tab .tab-con .tab-content > ul{margin-top: -30px;}
	.award-tab .tab-con .tab-content > ul > li{flex-direction: column;margin-top:30px;}
	.award-tab .tab-con .tab-content > ul > li .txt{width:100%;padding-left:0;padding-top: 5px;}
	.award-tab .tab-con .tab-content > ul > li .txt > ul > li .innerline{display:block;width: 100%;}
	.award-tit{font-size:25px;margin-top:40px;}
	.award-tab{padding-top:0;}
	.award-desc .top .img{padding-top:65px;padding-left: 30px;padding-right: 30px;}
	.award-desc .bottom table colgroup col:nth-child(1){width:25% !important;}
	.award-desc .bottom table colgroup col:nth-child(2){width:75% !important;}
	.award-desc .top .bottom-txt{font-size:16px;}
}