@charset "UTF-8";
i {
	font-style:normal;
} 
a[href$=none] {
	cursor:auto;
} 
.container_inner {
	max-width:1280px;
	width:100%;
	margin:0 auto;
	font-size:18px;
}
.popVid {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	max-width:800px;
    width: 100%;
    z-index:99999;
}
.popVid .pop-closer {
	position:absolute;
	top:-41px;
	right:2%;
	font-size:42px;
	font-weight:normal;
	color:#fff;
	display:none;
}
.popVid .video-wrapper {
    position: relative;
    margin:0 2%;
    padding-top:56.25%;
	height:0;
    z-index: 999;
}
.popVid .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    border:none;
    box-shadow:0 0 15px rgba(0,0,0,.3);
}
.bgMask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter:blur(4px);
    backdrop-filter:blur(4px);
    z-index: 9999;
    display:none;
}
.orange{
	color: #ffa300;
}
.red {
	color:#d8212d;
}
.green {
	color:#458d47;
}
.blue {
	color:#3f51b5;
}
.intro {
	position:relative;
	max-width:1290px;
	width:100%;
	height:300px;
	background:url(../images/bg_roket.jpg) no-repeat center center / cover;
	margin:60px 0 10px 0;
	border-radius:0 50px 0 50px;
}
.intro + p {
	font-size:20px;
	color:#222;
	text-align:center;
	line-height:1.4;
	margin-bottom:120px;
}
.intro + p:before {
	content:"";
	display:block;
	width:1px;
	height:80px;
	background:#454545;
	margin:10px auto;
}
.bigSbjt {
	font-size:28px;
	font-weight:bold;
	color:#222;
	margin-bottom:20px;
	text-align:center;
}
.bigSbjt a > p {
	margin-top:10px;
	font-size:16px;
}
.bigSbjt .flexBox {
	display:flex;
	justify-content:center;
	gap:0 20px;
	align-items:center;
}
.bigSbjt .flexBox :is(a, p) {
	margin-top:10px;
	display:inline-block;
	font-size:18px;

}
.bigSbjt .flexBox a:hover {
	text-decoration:underline;
}
.yearBox {
	margin-bottom:80px;
}
.yearBox.year2021 .middleSbjt:before {
	border:4px solid #4caf50;
}
.yearBox.year2020 .middleSbjt:before {
	border:4px solid #3f51b5;
}
.middleSbjt {
	position:relative;
	display:inline-block;
	color:#222;
	font-weight:bold;
	margin:20px 0 0 11px;
	padding:0 7px; 
 	background:#fff;
}
.middleSbjt:before {
	content:"";
	position:absolute;
	top:-14px;
	left:-10px;
	width:19px;
	height:19px;
	border:4px solid #d8212d;
	z-index:-1;
}
.firstSbjt {
	position:relative;
	display:inline-block;
	color:#222;
	font-weight:bold;
	margin:20px 0 0 11px;
	padding:0 7px;
	background:#fff;
}
.firstSbjt:before {
	content:"";
	position:absolute;
	top:-14px;
	left:-10px;
	width:19px;
	height:19px;
	border:4px solid #ffa300;
	z-index:-1;
}
.middleSection {
	margin-bottom:40px;
}
.middleSection details,
.middleSection li {
	margin:8px 0;
}
.middleSection li a {
	padding:15px;
	background:#f5f5f5;
	display:block;
	width:100%;
	height:100%;
}
.middleSection li:hover a {
	text-decoration:underline;
}
.middleSection li:hover a[href$=none] {
	text-decoration:none;
}
.middleSection li.topPrize a:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_trophy.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection li.goldMedal a:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_gold.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection li.silverMedal a:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_silver.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection li.bronzeMedal a:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_bronze.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection li a span {
	width:180px;
	display:inline-block;
	font-weight:bold;
	margin-right:20px;
}
br.max768 {
	display:none;
}

/* 초일류 혁신 디자인 변경으로 인한 css추가*/
details summary.title-background , details summary.title-background2{
	position: relative;
}
details summary.title-background::after {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background: url(../images/arrow-down.svg) no-repeat center center / cover;
	position: absolute;
	right: 15px;
}

details[open] summary.title-background::after {
	transform: rotate( -180deg );
}

.middleSection .title-background , details summary.title-background2{
	padding:15px;
	background:#f5f5f5;
	display:block;
	width:100%;
	height:100%;
}

.middleSection .vid-contents{
	padding: 10px;
}

.middleSection .vid-content{
	width: 95%;
	display: flex;
	justify-content: flex-start;
	gap: 35px;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	padding: 17px 44px;
	margin: auto;
}

.middleSection .vid-title{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 10px;
}

.middleSection .vid-btn{
	color: #ffffff;
	padding: 10px;
	background-color: #000000;
	border-radius: 50px;
	width: fit-content;
}
.middleSection .title-background.topPrize:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_trophy.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection .title-background.goldMedal:before,.middleSection .title-background2.goldMedal:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_gold.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection .title-background.silverMedal:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_silver.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection .title-background.bronzeMedal:before {
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background:url(../images/icon_medal_bronze.svg) no-repeat center center / cover;
	margin:0 10px -2px 0;
}
.middleSection .title-background span , .middleSection .title-background2 span {
	width:160px;
	display:inline-block;
	font-weight:bold;
	margin-right:20px;
}

.flex-column-center{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: flex-start;
}

.middleSection .flex-column-center > div > p:nth-of-type(2){
	font-size: 17px;
}

.vid-content iframe{
	/*width: 400px;*/
	height: 200px;
}

@media all and (max-width:1280px) {
	.popupModalVideo {
		padding:0 15px;
	}
}
@media all and (max-width:768px) {
	br.max768 {
		display:block;
	}
	.bigSbjt {
		font-size:24px;
	}
	.intro + p {
		font-size:19px;
	}
	.middleSection .title-background span,
	.middleSection li a span {
		display:block;
		margin-bottom:10px;
	}
	.vid-content{
		flex-direction: column;
		padding: 1rem !important;
	}
	.flex-column-center{
		gap: 20px;
	}
}