@charset "utf-8";


/*좌측 메뉴 수 부족으로  여백 생기는 부분 조정*/
.contest-mgnt-main{background: linear-gradient(to right, #4f5b62 0px, #4f5b62 230px, transparent 230px, transparent 100%);}

.img-viewer{
	width: 235px;
	height: 9.1875rem;
	margin-right: 2.5rem;
	float: left;
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

.img-viewer img{
	max-width: 235px;
	max-height: 9.1875rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.listTablefile{
	border: solid 1px #bbb;
    background-color: #f6f6f6;
    padding: 10px;
    margin-left : 15px;
}
.overflow-data{	
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: wrap;
	word-wrap: break-word !importamt;
	/*height: 5rem;*/
}


.intro-margin{
	margin: 0px 10rem 0 10rem;
}
.intro-sub-tab{
	border-left: 0.2rem solid #0F66D4;
	padding-left: 5px;
	position: fixed;
	left: 10rem;
	top: 22.5rem;
}
.intro-sub-tab li{
	font-weight: 600;
	font-size: 1rem;
}

.intro-sub-title{
	border-left: 0.2rem solid #0F66D4 !important;
	padding-left: 5px !important;
}

.card-body p span, .card-body p, .card-body span{
	background-color: #f7f7f7 !important;
}

.table-team{
	table-layout: fixed;
	margin-bottom: 0;
}

.member-list{
	background-color: #e9ecef;
	padding: 0 0.5rem;
	border: 1px solid #ddd;
	font-size: 1rem;
	margin-right: 0;
	margin-bottom: 0.5rem;
	overflow: hidden;
	min-height: 48px;
}


.member-list div{
	background-color: #fff;
	padding: 0.2rem;
	margin: 0.3rem;
	display: inline-block;
	border-radius: 7px;
	border: 1px solid #ced4da;
	float: left;
}
.member-list span{
	padding: 0.2rem;
	font-weight: bold;
	cursor: pointer;
}

.layer_def_contest{
	display: none;
	height: 85%;
	max-width: 60rem;
	background: #fff;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	border-radius: 0.3rem;
	overflow: hidden;
	top: -25px;
}

.member-search{
	padding: 0.2rem;
	font-weight: bold;
	cursor: pointer;
}

.layer_def .contest-popupcon {
	padding: 0 1.875rem 5.5rem 1.875rem;
	height: auto;
	position: relative;
}

.member-search-center{
	border-left: 1px solid darkgrey;
	display: flex; 
	align-items: center;
}
.member-search-center .center-button{
	margin: 5px auto;
	text-align: center;
}

.member-search-center .center-button button{
	margin: 5px;
}
.member-search-center .center-button button label{
	color:gray
}

.member-search-list{
	max-height: 425px;
	overflow: auto;
	overflow-X: hidden;
	border: 1px solid darkgrey;
}

.member-checked-list{
	border: 1px solid darkgrey;
	padding:2px;
	height: 483px;
	max-height: 483px;
	overflow: auto;
	overflow-X: hidden;
}

.file-viewer{
	/*max-width:640px;*/
	border: 1px solid #DDD;
    padding: 2.3rem 3.1rem;
    text-align: center;
    margin-bottom: 1rem;
}
.file-viewer img{
	max-width:640px;
}

.file-viewer p{
	text-align : center;
}

/*
	최종 발표 평가 
*/
.tableviewcon .winner-box:not(:first-child) {
	margin-top: 50px;
}

.tableviewcon .winner-box h3 {
	position: relative;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 20px;
	color: #191919;
}

.tableviewcon .winner-box h3:before {
	position: absolute;
	top: calc(50% - 15px);
	left: 0;
	width: 5px;
	height: 30px;
	background-color: #0F66D4;
	content: '';
}

.tableviewcon .winner-box .winner-con {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.tableviewcon .winner-box .winner-con .txt {
	position: relative;
	padding: 30px 20px;
}

.tableviewcon .winner-box .winner-con .txt:after {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 54px;
	height: 52px;
	background: url("/resources/images/contest/sample_winner_ico.png") no-repeat
		center/cover;
	content: '';
}

.tableviewcon .winner-box .winner-con .txt h4 {
	margin-bottom: 10px;
	color: #191919;
	font-size: 1.4rem;
}

.tableviewcon .winner-box .winner-con .txt dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.tableviewcon .winner-box .winner-con .txt dl dt {
	flex-shrink: 0;
	width: 50px;
	font-weight: 400;
}

.tableviewcon .winner-box .winner-con .txt dl dd {
	flex-grow: 1;
	font-weight: 700;
	color: #191919;
}

.tableviewcon .winner-box .winner-con .pic {
	font-size: 0;
}

.tableviewcon .winner-box .arrow-box {
	margin-top: 10px;
	text-align: center;
	font-size: 0;
}

.tableviewcon .winner-box .arrow-box .swiper-button {
	display: inline-block;
	margin: 0 10px;
	background-color: transparent;
	font-size: 1.6rem;
	color: #0092E5;
}

.tableviewcon .winner-box .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.tableviewcon .winner-box .embed-container iframe, .tableviewcon .winner-box .embed-container object,
	.tableviewcon .winner-box .embed-container embed, .tableviewcon .winner-box .embed-container video
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 767px) {
}

@media screen and (min-width: 1239px) {
	.tableviewcon .winner-box {
		position: relative;
	}
	.tableviewcon .winner-box .winner-list {
		position: relative;
		overflow: hidden;
		padding: 20px 20px;
	}
	.tableviewcon .winner-box .arrow-box {
		margin-top: 0px;
	}
	.tableviewcon .winner-box .arrow-box .swiper-button {
		position: absolute;
		top: calc(50% - 50px);
		width: 80px;
		height: 100px;
		margin: 0;
		font-size: 3.6rem;
		text-align: center;
	}
	.tableviewcon .winner-box .arrow-box .swiper-button.swiper-prev {
		left: -100px;
	}
	.tableviewcon .winner-box .arrow-box .swiper-button.swiper-next {
		right: -100px;
	}
}

/*최종발표평가*/
.previousTitle{
	text-align: center; 
	border-bottom: 1px dashed #bbb; 
	margin-bottom: 10px; 
	border-top: 1px solid #bbb
}
.previousTitle h2{
	color: black;
}
.previousVideoContainer  {
	max-width: 100%;
	width: 100%;
	height: auto;
	overflow: hidden;
}`
	
.previousVideoContainer video {
	width: 100%;
	height: auto;
	display: block;
}

.awardImage {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	border: #bbb solid 1px;
}

.awardImage img {
	display: block;
	/* Make the image a block-level element to center it horizontally */
	margin: 0 auto; /* Center the image horizontally using auto margins */
}

.awardImage span {
	display: block;
	/*margin-top: 5px;*/
	text-align: center;
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	font-weight: 400;
	border-top: #BBB solid 1px;
}


.activeYear.btn.btn-outline-secondary {
    /* 여기에 적용할 CSS 스타일 작성 */
    background-color: #666;
    color: #fff;
}



/*지난대회 추가css*/
.activeYear.btn.btn-outline-secondary {
    background-color: #666;
    color: #fff;
}

.award-box:not(:first-child) {
	/*margin-top: 60px;*/
}

.award-box h2 {
    line-height: 1.2;
    padding: 10px 0;
    margin-bottom: 30px;
    border-top: 1px solid #666;
    border-bottom: 1px dashed #ddd;
}

.tableviewcon {
    position: relative;
    width: 100%;
    padding: 30px 0;
}

.tableviewcon .winner-box:not(:first-of-type) {
    margin-top: 50px;
}

.tableviewcon .winner-box h3 {
    position: relative;
    height: auto;
    line-height: 1.2;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
    color: #191919;
}

.tableviewcon .winner-box h3:before {
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    width: 5px;
    height: 30px;
    background-color: #0F66D4;
    content: '';
}

.tableviewcon .winner-box .winner-con {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
}

.tableviewcon .winner-box .winner-con .txt {
    position: relative;
    padding: 30px 20px;
}

.tableviewcon .winner-box .winner-con .txt:after {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 54px;
    height: 52px;
    background: url("./resources/images/sample_winner_ico.png") no-repeat center/cover;
    content: '';
}

.tableviewcon .winner-box .winner-con .txt h4 {
    margin-bottom: 10px;
    color: #191919;
    font-size: 1.4rem;
}

.tableviewcon .winner-box .winner-con .txt dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tableviewcon .winner-box .winner-con .txt dl dt {
    flex-shrink: 0;
    width: 50px;
    font-weight: 400;
}

.tableviewcon .winner-box .winner-con .txt dl dd {
    flex-grow: 1;
    font-weight: 700;
    color: #191919;
}

.tableviewcon .winner-box .winner-con .pic {
    font-size: 0;
}

.tableviewcon .winner-box .arrow-box {
    margin-top: 10px;
    text-align: center;
    font-size: 0;
}

.tableviewcon .winner-box .arrow-box .swiper-button {
    display: inline-block;
    margin: 0 10px;
    background-color: transparent;
    font-size: 1.6rem;
    color: #0092E5;
}

.tableviewcon .winner-box .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.tableviewcon .winner-box .embed-container iframe,
.tableviewcon .winner-box .embed-container object,
.tableviewcon .winner-box .embed-container embed,
.tableviewcon .winner-box .embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 767px) {
    .award-box h2 {
        padding: 20px 0;
        text-align: center;
    }
}

@media screen and (min-width: 1239px) {
    .in-left-menu {
        position: relative;
        padding-left: 300px;
    }
    
    .tableviewcon .winner-box .winner-list {
        position: relative;
        overflow: hidden;
        padding: 20px 20px;
    }

    .tableviewcon .winner-box .arrow-box {
        margin-top: 0px;
    }

    .tableviewcon .winner-box .arrow-box .swiper-button {
        position: absolute;
        top: calc(50% - 50px);
        width: 80px;
        height: 100px;
        margin: 0;
        font-size: 3.6rem;
        text-align: center;
    }

    .tableviewcon .winner-box .arrow-box .swiper-button.swiper-prev {
        left: -100px;
    }

    .tableviewcon .winner-box .arrow-box .swiper-button.swiper-next {
        right: -100px;
    }
}

@media screen and (min-width: 1339px) {
    .in-left-menu {
        padding-left: 250px;
    }
}

@media screen and (min-width: 1439px) {
    .in-left-menu {
        padding-left: 200px;
    }
}

@media screen and (min-width: 1539px) {
    .in-left-menu {
        padding-left: 150px;
    }
}

@media screen and (min-width: 1739px) {
    .in-left-menu {
        padding-left: 0px;
    }
}


/* 따라다니는 메뉴 */
.award-mnu {
    position: fixed;
    top: var(--top-position);
    left: -300px;
    max-width: 160px;
    opacity: 0;
    transition: .3s;
}

.award-mnu h2 {
    font-size: 1.3rem;
    color: #0F66D4;
}

.award-mnu .award-sub-tab {
    padding: 10px 0 10px 15px;
    margin-top: 10px;
    border-left: 2px solid #ddd;
}

.award-mnu .award-sub-tab li {
    position: relative;
    font-weight: 500;
}

.award-mnu .award-sub-tab li:after {
    position: absolute;
    top: 10px;
    left: -20px;
    width: 8px;
    height: 8px;
    background-color: #666;
    border-radius: 50%;
    content: '';
}

.award-mnu .award-sub-tab li.active:after {
    background-color: #0F66D4;
}

.award-mnu .award-sub-tab li:not(:first-child) {
    margin-top: 10px;
}

.award-mnu .award-sub-tab li.active a {
    color: #0F66D4;
}

@media screen and (min-width: 1700px) {
    .award-mnu {
        left: 45px;
        opacity: 1;
    }
}
