@charset "UTF-8";

/********** font **********/
@import url(font.css);
@import url(slick.css);
/* ver 파라미터 = 캐시 버스터. common.css/page-components.css 수정 배포 시 날짜를 올려줄 것 */
@import url(common.css?ver=20260731);
@import url(page-components.css?ver=20260820-3);

/********** MAIN **********/
.main {
	padding: 0 0 85px 0;
}
.mainTop {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	padding: 300px 0 214px 0;
	background: url(../img/bg_mainTop01.png) no-repeat center 0;
}
/* PC 배경 영상 */
.mainTop-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}
/* 텍스트 가독성용 어두운 오버레이 (영상 위) */
.mainTop::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}
.mainTop .inner {
	position: relative;
	z-index: 2;
	width: 1220px;
	overflow: hidden;
}
.main-slide-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.main-slide-inner h3 {
	margin-bottom: 45px;
	text-align: center;
	font-family: "GmarketSans";
	font-size: 35px;
	font-weight: 500;
	color: #fff;
}
.main-slide-inner h3 strong {
	display: block;
    margin-top: 16px;
	font-family: 'JalnanGothic';
	font-size: 63px;
	font-weight: normal;
	line-height: 1.45;
}
.main-slide-inner h3 em {
	font-family: "GmarketSans";
	font-size: 26px;
	font-weight: 500;	
} 
.main-slide-inner .schedule p {
	display: flex;
	align-items: center;
	gap: 0 20px;
	font-family: "GmarketSans";
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}
.main-slide-inner .schedule p+p {
	margin-top: 10px;
}
.main-slide-inner .schedule p strong {
	width: 150px;
	height: 52px;	
    line-height: 50px;
	text-align: center;
	border: solid 1px #fff;
	border-radius: 30px;
	background-color: #9f0000;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}
.mainTop .inner .slick-arrow {
	width: 32px;
	height: 61px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top:50%;
	transform: translateY(-66%);
	font-size: 0;
	transition: all 0.3s ease;
	z-index: 50;
}
.mainTop .inner .slick-prev {
	left: 0;
	background-image: url(../img/img_arrow_left01.svg);
}
.mainTop .inner .slick-next {
	right: 0;
	background-image: url(../img/img_arrow_right01.svg);
}
[class*=main-section] {
	position: relative;
}
[class*=main-section] h4 {
	font-family: "GmarketSans";
	font-size: 35px;
	font-weight: 500;
	position: relative;
}
[class*=main-section] h4::after {
	content: '';
	height: 1px;
	background-color: #86818e;
	position: absolute;
	top: 50%;
}	
.main-section01 {
	padding: 80px 0;
	background-color: #fff;
}
.main-section01 h4 {
	margin-bottom: 20px;
}
.main-section01 h4::after {
	width: 800px;
	left: 479px;
}
.main-section01 h4 span {
	display: inline-block;
	margin-left: 25px;
	font-size: 20px;
	font-weight: bold;	
	color: #185b8e;
}
.tabBar {
	display: flex;
	gap: 0 10px;
	align-items: center;
	margin-bottom: 20px;
}
.tabBar li a {
	display: block;
	height: 44px;
    line-height: 43px;
	padding: 0 20px;
	border-radius: 22px;
	border: solid 1px #b2b2b2;
	background-color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;	
}
.tabBar li.active a {
	border-color:#041a74;
	background-color: #041a74;
	font-weight: bold;
	color: #fff;
}
.tabPage {
	display: none;
	position: relative;
}
.tabPage.active {
	display: block;
}
.calendar-year {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	padding: 10px 0;
}
.yearArea {
	margin-right: 65px;
	position: relative;
}
.yearArea button {
	display: block;
	width: 9px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.yearArea .year-prev-btn {
	left: 0;
	background-image: url(../img/img_year-prev-btn.svg);
}
.yearArea .year-next-btn {
	right: 0;
	background-image: url(../img/img_year-next-btn.svg);
}
.yearArea strong {
	display: inline-block;
	width: 150px;
	padding: 0 37px 0 40px;
	font-size: 30px;
	font-weight: bold;
	color: #0b2e4d;
}
.month-list {
	display: flex;
	gap: 0 38px;
}
.month-list li a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 13px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #3d3d3d;
}
.month-list li.active a {
	color:#fff;
	background-color: #0b2e4d;
	border-radius: 50%;
}
.schedule-results {
	position: relative;
}
.schedule-results ul li {
	min-height: 293px;
	padding: 30px; 
	margin: 0 15px;
	border-radius: 5px;
	border: solid 1px #b1b1b1;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease;
	position: relative;
}
.schedule-results ul li:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-color:#3d3d3d;
}	
.schedule-results ul li .state {
	width: 84px;
	height: 30px;
	margin: 0 0 20px 0;
	padding: 5px 0 4px;
	text-align: center;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.schedule-results ul li .state.progress {
	background-color: #45a84f;
}
.schedule-results ul li .state.receiving {
	background-color: #d9960f;
}
.schedule-results ul li .state.end {
	background-color: #a5a5a5;
}
.schedule-results ul li .state.closed {
	background-color: #3b82f6;
}
.schedule-results ul li .state.upcoming {
	background-color: #8b5cf6;
}
.schedule-results ul li h5 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.44;
	color: #000;
	position: relative;
}
.schedule-results ul li p {
	font-size: 16px;
	font-weight: 500;	
}
.schedule-results ul li p+p {
	margin-top: 10px;
}
.schedule-results ul li p span {
	display: inline-block;
	margin-right: 20px;
    font-weight: 500;	
}
.schedule-results ul li button {
	display: block;
	width: 100%;
	height: 48px;
	margin: 20px 0 0;
	padding: 15px 0 14px;
	border-radius: 2px;
	border: solid 1px #b1b1b1;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.schedule-results ul li button+button {
	margin-left: -1px;
}
.schedule-results .slick-arrow {
	width: 50px;
	height: 50px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.31);
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #b2b2b2;
	background-size: 12px 21px;
	position: absolute;
	top:50%;
	transform: translateY(-37px);
	font-size: 0;
	transition: all 0.3s ease;
	z-index: 50;
}
.schedule-results .slick-arrow:hover {
	background-color: #041a74;
}
.schedule-results .slick-prev {
	left: -9px;
	background-image: url(../img/img_arrow_left02.svg);
}
.schedule-results .slick-next {
	right: -12px;
	background-image: url(../img/img_arrow_right02.svg);
}
.viewAllBtn {
	display: block;
    height: 50px;
	margin: 30px auto 0;
    padding: 14px 30px 15px 56px;
    border-radius: 35px;
    border: solid 1px #b2b2b2;
    background-color: #fff;
	font-size: 18px;
	font-weight: 500; 
    position: relative;
}
.viewAllBtn::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../img/bg_viewAllbtn.svg) no-repeat 0 0;
    position: absolute;
    top: 17px;
    left: 30px;
}    
.main-section02 {
    padding: 0 0 100px;
}	
.main-section02 h4 {
	margin-bottom: 20px;
}
.main-section02 h4::after {
	width: 1010px;
	left: 270px;
}
.team-ranking-top {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 45px 0 35px;
	background-color: #3d3d3d;	
	border-radius: 5px;
	box-sizing: border-box;
}
.team-ranking-top li {
	height: 45px;
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.team-ranking-top li:nth-child(1) {
	width: 3%;
}
.team-ranking-top li:nth-child(2) {
	width: 67%;
}
.team-ranking-top li:nth-child(3) {
	width: 10%;
}
.team-ranking-top li:nth-child(4) {
	width: 10%;
}
.team-ranking-top li:nth-child(5) {
	width: 11%;
}
.team-ranking-list li+li {
	margin-top: 10px;
}
.team-ranking-list li a {
	display: flex;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	border: solid 1px #b1b1b1;
	background-color: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease;
} 

@media (hover: hover) and (pointer: fine) {
    .team-ranking-list li a:hover {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        border-color: #3d3d3d;
    }
}    
.team-ranking-list li a span,
.team-ranking-list li a strong {
	display: block;
    padding: 25px 0 24px;
	text-align: center;
	font-size: 18px;
	color: #3d3d3d;
    box-sizing: border-box;
	position: relative;
}
.team-ranking-list li a span {
	font-weight: 500;
}
.team-ranking-list li a span:nth-child(1) {
	width:  5.47%; /* 70px */
    text-align: center;
    border-radius: 5px;
    border-right: solid 1px #b1b1b1;
}
@media (hover: hover) and (pointer: fine) {
    .team-ranking-list li a:hover span:nth-child(1) {
        border-color: #3d3d3d;
        background-color: #fff7e2;
    }
}    
.team-ranking-list li a span:nth-child(2) {
	width: 69%;	
}
.team-ranking-list li a span:nth-child(3) {
	width: 6%;	
    margin-right: 45px;
    padding-right: 44px;
}
.team-ranking-list li a span:nth-child(4) {
	width: 7%;	
    margin-right: 44px;
    padding-right: 44px;
}
.team-ranking-list li a span:nth-child(3)::after,
.team-ranking-list li a span:nth-child(4)::after {
    content: '';
    width: 1px;
    height: 21px;
    background-color: #b1b1b1;
    position: absolute;
    right: 0;
}
.team-ranking-list li a strong {
	/* width: 156px;	 */
    width: auto;
}
.main-section03 {
	height: 375px;
    margin: 0 0 100px 0;
	padding: 82px 0;
	background: url(../img/bg_main01.png) no-repeat center 0;
	background-size: cover;
}
.main-section03 p {
	text-align: center;
	font-family: "GmarketSans";
	color: #fff;
}
.main-section03 .txt01 {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
}
.main-section03 .txt02 {
	margin-bottom: 40px;
	font-size: 40px;
	font-weight: bold;
}
.bracketBtn {
	display: block;
	width: 303px;
	height: 70px;
	margin: 0 auto;
	padding: 18px 0 20px;
	text-align: center;
	border: solid 2px #fff;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	box-sizing: border-box;
}

/* 대회공지사항 */
.main-section04 {
	padding: 0 0 82px 0;
}
.main-section04 h4 {
	margin-bottom: 30px;
}
.main-section04 h4::after {
	width: 1048px;
	left: 225px;
}
.noticelist {
	display: flex;
	gap: 0 30px;
}
.noticelist+.noticelist {
	margin-top: 30px;
}
.noticelist li {
	width: 100%;
}
.noticelist li a {
	display: block;
	width: 100%;
	padding: 30px;
	border-radius: 5px;
	border: solid 1px #b1b1b1;
	background-color: #fff;
	box-sizing: border-box;
}
.noticelist.col03 li a {
	height: 198px;	
}
.noticelist.col02 li {
	width: 50%;
}
.noticelist.col02 li a {
	height: 147px;
}
.noticelist li a:hover {
	box-shadow: 3px 5px 12px 0 rgba(77, 77, 77, 0.18);
	border: solid 1px #3d3d3d;
}
.noticelist li a h5 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;	
	line-height: 1.35;
	color: #3d3d3d;
}
.noticelist li a p {
	font-size: 16px;
	font-weight: 500;
	color: #8a8a8a;
	line-height: 1.5; 
}
.noticelist li a p.date {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: normal;	
	color: #959595;
	line-height: 1.19;
}	
.linkBox {
	display: block;
	width: 1280px;
	height: 82px;
	margin: 0 auto;
	padding: 27px 50px 30px 223px;
	background: #132364 url(../img/img_hockeyLogo.png) no-repeat 45px 20px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: relative;
}	
.linkBox::after {
	content: '';
	width: 28px;
	height:10px;
	background: url(../img/img_link.svg) no-repeat 0 0;
	position: absolute;
	top: 36px;
	right: 50px 
}	

/* 사진갤러리 */
.main-section05 {
	padding: 0 0 70px;
}
.main-section05 h4 {
	margin-bottom: 25px;
}
.main-section05 h4::after {
	width: 1078px;
	left: 195px;
}
.main-section05 .galleryList {
	display: flex;
	gap: 0 31px;
    position: relative;
}
.main-section05 .galleryList li {
	width: 100%;
}
.main-section05 .galleryList li a {
	display: block;
	border-radius: 5px;
	border: solid 1px #b1b1b1;
	background-color: #fff;	
	transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
    .main-section05 .galleryList li a:hover {
        box-shadow: 3px 5px 12px 0 rgba(77, 77, 77, 0.18);
        border: solid 1px #3d3d3d;
    }
}    
.main-section05 .galleryList li .img {
	width: 296px;
	height: 214px;
	overflow: hidden;
	position: relative;
}
.main-section05 .galleryList li .img > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	left: 0;
}	
.main-section05 .galleryList li .cont {
	min-height: 117px;
	padding: 20px;
}
.main-section05 .galleryList li h5 {
	margin-bottom: 10px;
	font-size: 18px;
  	font-weight: bold;
	line-height: 1.33;
	color: #000;
}	
.main-section05 .galleryList li p {
	font-size: 16px;
	font-weight: normal;	
	color: #b1b1b1;
}
 
/*  responsive */
@media (max-width: 1280px) {
	.mainTop .inner {
        width: 100%;
    }
    [class*=main-section] h4 {
		padding: 0 15px;
	}
	.mainTop {
		padding: 142px 15px 50px;
	}
	.tabBar {
		margin: 0 0 20px 15px;
	}
	.schedule-results {
		padding: 0 15px;
	}
    .schedule-results .slick-list {
        margin: 0 -5px;
    } 
     .schedule-results .slick-slide {
        margin: 0 5px;
     }
	.noticelist {
		padding: 0 15px;
	}
}	

@media (max-width: 1195px) {
	.noticelist {
		gap: 0 25px;
	}
	.main-section04 .galleryList {
		overflow-x: scroll;
		padding: 0 15px;
	}
}	

@media (max-width: 1025px) {
	.main {
        padding: 0 0 80px;
    }
	.mainTop {
		min-height: 517px;
        background-image: url('../img/bg_mob_mainTop.png');
        background-size: cover;
	}
    /* 모바일: 영상은 pc-view로 숨김, 오버레이도 제거해 기존 이미지 그대로 유지 */
    .mainTop::before {
        display: none;
    }
    /* (제거) .main-slide li:last-child display:none — 모바일 정적 1개 표시 시절 잔재.
       모바일에서도 slick 슬라이더를 유지하므로 마지막 슬라이드를 숨기면 안 됨 */
    .main-slide-inner {
        align-items: flex-start;
    }
	.mainTop h3 {
		margin-bottom: 40px;
		text-align: left;
		font-size: 25px;
	}
	.mainTop h3 strong {
		font-size: 40px;
		line-height: 1.7;
	}
	.mainTop h3 em {
		display: block;
        margin-top: -6px;
        font-size: 12px;
        font-weight: 500;
	} 
	.mainTop .schedule p {
		justify-content: left; 
		gap: 0 10px;
		font-size: 15px;
	}
	.mainTop .schedule p+p {
		margin-top: 5px;
	}
	.mainTop .schedule p strong {
		width: 78px;
        height: 27px;
        padding: 0 12px;
        font-size: 14px;
        line-height: 26px;
	}
    .direct-connection {
        width: 100%;
        height: 74px;
        margin: 48px 0 0 0;
        padding: 15px 19px 15px;
        border-radius: 6px;
        -webkit-backdrop-filter: blur(19px);
        backdrop-filter: blur(19px);
        border: solid 1px #fff;
    }
    .direct-connection ul li {
        display: flex;
        align-items: center;
        width: 100%;
        height: 44px;
    }
    .direct-connection ul li:nth-child(2) {
        padding: 0 25px 0 24px;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    .direct-connection ul li:nth-child(3) {
        padding: 0 0 0 18px;
    }
    .direct-connection ul li a {
        display: block;
        padding: 0 20px 0 0;
        font-size: 16px;
        font-weight: bold;    
        color: #fff;
        position: relative;
    }
    .direct-connection ul li a::after {
        content: '';
        display: block;
        width: 11px;
        height: 5px;
        background: url('../img/img_shortcut.svg') no-repeat 0 0;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    .direct-connection ul li:last-child a::after {
        transform: translateY(130%);    
    }    
	[class*=main-section] h4 {
		font-size: 20px;	
	}
	[class*=main-section] h4::after {
		transform: translateY(-4px);
        left: 122px;
	}	
	.main-section01 { 
		padding: 50px 0;
	}
	.main-section01 h4 {
		margin-bottom: 15px;
	}
	.main-section01 h4::after {
		width: 67%;
		left: 177px;
        transform: translateY(-12px);
	}
	.main-section01 h4 span {
		display: block;
		margin: 5px 0 0 0;
		font-size: 15px;
	}
    .team-ranking-top {
		display: none;
	}
	.team-ranking-list li+li {
		margin-top: 15px;
	}
	.team-ranking-list li a {
		display: block;
		height: auto;
		padding: 15px;
	}
	.team-ranking-list li a span,
    .team-ranking-list li a strong {
		display: flex;
		text-align: left;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
	}
	.team-ranking-list li a span:nth-child(1),
	.team-ranking-list li a span:nth-child(2),
	.team-ranking-list li a span:nth-child(3),
	.team-ranking-list li a span:nth-child(4),
	.team-ranking-list li a span:nth-child(5){
		width: 100%;
	}
    .team-ranking-list li a span:nth-child(1) {
        text-align: left;
        border-radius: 0;
        border-right: 0;
    }
    .team-ranking-list li a span:nth-child(3),
    .team-ranking-list li a span:nth-child(4) {
        margin-right: 0;
        padding-right: 0;
    }
	.team-ranking-list li a span::before,
    .team-ranking-list li a strong::before {
		display: inline-block;
        content: attr(data-label);
        min-width: 80px;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 108px;
        flex: 0 0 108px;
        font-weight: 500;
	}
    .team-ranking-list li a span:nth-child(3)::after,
    .team-ranking-list li a span:nth-child(4)::after {
        display: none;
    }
	.team-ranking-list li a span+span,
    .team-ranking-list li a span+strong {
		margin-top: 10px;
	}
    .team-ranking-list li.active a {
	    background-color: #fff7e2;
    }
	.viewAllBtn {
		height: 35px;
		margin: 20px auto 0;
		padding: 9px 20px 8px 38px;
		background-position: 20px 11px;
		background-image: url(../img/bg_mob_viewAllbtn.svg);
		background-size: 13px;
		font-size: 15px;
	}
    .viewAllBtn::before {
        width: 13px;
        height: 13px;
        background-size: cover;
        position: absolute;
        top: 11px;
        left: 20px;
    }
	.main-section01 .tabBar {
		margin: 0 15px 10px;
	}
	.main-section01 .tabBar li {
		width: 100%;
	}
	.tabBar li a {
		height: 35px;
        line-height: 35px;
		text-align: center;
		font-size: 16px;	
	}
    .yearArea {
		width: 104px;
    	margin: 0 auto 15px;
	}
    .yearArea strong {
        width: auto;
        padding: 0 22px;
        font-size: 24px;
    }
    .calendar-year {
		display: block;
        padding: 10px 0 5px;
        border-top: 0;
	}
    .month-list {
		width: 100%;
		overflow-x: auto;
		border-top: 1px solid #3d3d3d;
		padding-top: 5px;
        gap: 0 13px;
	}
    .month-list li a {
        padding: 16px 0;
        font-size: 16px;    
    }
    .schedule-results ul li {
		width: 100%;
		min-height: auto;
		margin: 0;
		padding: 15px;
	}
	.schedule-results ul li+li {
		margin-top: 15px;
	}
    .schedule-results ul li .state {
        width: 70px;
        height: 25px;
        margin: 0 0 15px 0;
        padding: 4px 0 3px;
        font-size: 15px;
    }
    .schedule-results ul li h5 {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.5;
    }
    .schedule-results ul li button {
        height: 45px;
        margin: 15px 0 0;
        padding: 12px 0 13px;
        font-size: 16px;
    }
    .competition-inforList li a {
		display: block;
		height: auto;
		padding: 15px 45px 15px 15px;
		background: url(../img/leftArrow01.svg) no-repeat 95% center;
	}
	.competition-inforList li a .state {
		display: block;
		margin-bottom: 10px;
	}
	.competition-inforList li a strong {
		display: block;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 16px;
	}
	.competition-inforList li a span.date {
		font-size: 15px;
	}
	.competition-inforList li a strong::after,
	.competition-inforList li a span.view {
		display: none;
	}
    .main-section02 {
        padding: 0 0 50px;
    }
	.main-section02 h4::after {
		width: 67%;
        left: 172px;
		transform: translateY(-2px);
	}
	.main-section03 {
		height: auto;
        margin: 0 0 50px 0;
		padding: 67px 0 70px;
		background-image: url(../img/bg_mob_main01.png);
	}
	.main-section03 .txt01 {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.main-section03 .txt02 {
		margin-bottom: 15px;
		font-size: 23px;
		line-height: 30px;
	}
	.bracketBtn {
		width: 177px;
		height: 40px;
		padding: 9px 0 12px;
		font-size: 16px;
	}
	.main-section04 {
		padding: 50px 0;
	}	
	.main-section04 h4 {
		margin-bottom: 15px;
	}
	.main-section04 h4::after {
		width: 71.3%;
		left: 122px;
		transform: translateY(-2px);
	}
	.main-section04 .galleryList {
		gap: 0 10px;
		position: relative;
	}
	.main-section04 .galleryList::after {
		content: '';
        width: 92%;
        height: 1px;
        background-color: #86818e;
        position: absolute;
        bottom: 0;
        left: 15px;
	}
	.main-section04 .galleryList li a {
		border:0
	}
	.main-section04 .galleryList li h5 {
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.31;
	}
	.main-section04 .galleryList li .cont {
		min-height: auto;
	}
	.main-section04 h4::after {
		width: 67%;
		left: 143px;
		transform: translateY(-2px);
	}
	.main-section04 {
		padding: 0 0 50px 0;
	}
	.main-section04 h4 {
		margin-bottom: 15px;
	}
	.noticelist {
		display: block;
	}
	.noticelist.col02 li {
		width: 100%;
	}
	.noticelist+.noticelist {
		margin-top: 10px;
	}
	.noticelist li+li {
		margin-top: 10px;
	}
	.noticelist li a {
		padding: 14px 35px 15px 15px;
		background: url(../img/leftArrow.svg) no-repeat 96% center;
	}
	.noticelist.col02 li a,
	.noticelist.col03 li a {
		height: auto;
	}
	.noticelist li a h5 {
		font-size: 16px;
	}
	.noticelist li a p.date {
		display: block;
		margin-bottom: 0;
		font-size: 15px;
	}
	.noticelist li a p.ellipsis01,
	.noticelist li a p.ellipsis02 {
		display: none;
	}
	.linkBox {
		width: 100%;
        height: 70px;
		margin: 0;
		padding: 26px 15px;
		background-position: 15px 18px; 
		background-size: 120px 33px;
		border-radius: 0;
        text-align: right;
		font-size: 16px;
	}
	.linkBox::after {
		display: inline-block;
		margin: 6px 0 0 10px;
		width: 18px;
		height: 6px;
		/* top: 35px;
		right: 38px; */
		background-size: cover;
		position: static;
		vertical-align: top;
    }
	.team-ranking-list {
		padding: 0 15px;
	}
    .main-section05 {
        padding: 0 0 35px;
    }
     .main-section05 .inner {
        overflow: hidden;
    }
    .main-section05 .inner::after {
        content: '';
        /* width: 92.5%; */
        width: calc( 100% - 30px );
        height: 1px;
        margin: 0 0 0 15px;
        background-color: #86818e;
        position: absolute;
        bottom: 55px;
        left: 0;
    }
    .main-section05 .galleryList {
        gap: 0 10px;
        width: 100%;
        margin-left: 15px;
        overflow-x: auto;
    }
    .main-section05 .galleryList li a {
        border:0;
    }
    .main-section05 .galleryList li h5 {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .main-section05 .galleryList li .img {
        width: 248px;
        height: 150px;
    }
    .main-section05 .galleryList li .cont {
        min-height: 98px;
        padding: 10px 0 20px 0;
    }
}

@media (max-width: 769px) {
	.scrollX {
		width: 100%;
		overflow-x: scroll;
	}
}
@media (max-width: 485px) {
    .month-list {
        gap: 0 13px;
	}
    .main-section01 .tabBar {
		width: 125%;
		gap: 0 5px;
	}
	.main-section01 .tabBar li {
		width: 100%;
	}
}

@media (max-width: 435px) {
	.main-section01 h4::after {
		width: 54%;
	}
	.main-section02 h4::after {
		width: 54%;
	}
	.main-section03 h4::after {
        width: 68%;
	}	
	.main-section04 h4::after {
        width: 63%;
	}	
}	
@media (max-width: 415px) {
    .main-section01 h4::after {
        width: 52%;
    }
	.main-section05 h4::after {
        width: 67%;
	}	
	.main-section04 h4::after {
        width: 61.5%;
    }
}
@media (max-width: 413px) {
	.main-section04 h4::after {
        width: 60.5%;
    }
}
@media (max-width: 395px) {
    .main-section01 h4::after {
        width: 50%;
    }
     .main-section02 h4::after {
		width: 50%;
	}
	.main-section04 h4::after {
        width: 59.3%;
    }
    .main-section05 h4::after {
        width: 64%;
    }
}
@media (max-width: 376px) {
    .main-section01 h4::after {
        width: 48%;
    }
    .main-section02 h4::after {
		width: 49%;
	}
	.main-section04 h4::after {
        width: 57%;
    }
     .main-section05 h4::after {
        width: 62.5%;
    }
}
@media (max-width: 360px) {
	.main-section01 h4::after {
		width: 45.5%;
	}
    .main-section02 h4::after {
        width: 46.5%;
    }
	.main-section04 h4::after {
		width: 55%;
	}
    .main-section05 h4::after {
		width: 61%;
	}	
}	

/********** subPage **********/
.content .inner {
	padding: 153px 0 100px;
}
.contTop { 
	border-bottom: solid 1px #3d3d3d;
	position: relative;
}
.contTop::before {
	content: '';
	width: 131px;
	height: 124px;
	background: url('../img/img_contTop01.png') no-repeat 0 0;
	position: absolute;
	top: -74px;
    left: -116px;
	z-index: 10;
}
.contTop::after {
	content: '';
	width: 224px;
	height: 167px;
	background: url('../img/img_contTop02.png') no-repeat 0 0;
	position: absolute;
	top: -7px;
    right: 16px;
	z-index: 10;
}
.contTop h3 {
	margin-bottom: 50px;
	font-size: 60px;
	font-weight: bold;
	font-family: 'GmarketSans';
}
.tit01 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;	
}

/* tab */
.tab-link {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #c8cbd1;
}
.tab-link li {
	width: 100%;	
}	
.tab-link li a {
	display: block;
	width: 100%;
	padding: 23px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #777;
	box-sizing: border-box;
	position: relative;
}	
.tab-link li.active a {
	font-weight: bold;	
	color: #3d3d3d;
} 
.tab-link li.active a::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #3d3d3d;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.tab-menu {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.tab-menu li {
	width: 100%;	
}	
.tab-menu li a {
	display: block;
	width: 100%;
	padding: 0 0 20px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #777;
	box-sizing: border-box;
	position: relative;
}	
.tab-menu li.active a {
	font-weight: bold;	
	color: #3d3d3d;
} 
.tab-menu li.active a::after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #3d3d3d;
	position: absolute;
	bottom: 0;
	left: 0;
}
.tab-cont {
    display: none;
}
.tab-cont.active {
    display: block;
}

/* table */
.table-row table {
    border-top: 1px solid  #b2b2b2;
}
.table-row table.border-none {
    border:0;
}
.table-row table tbody th {
	padding: 0 0 0 25px;
	text-align: left;
	border-bottom:  solid 1px #b2b2b2;
	font-size: 18px;
	font-weight: 500;
	color: #3d3d3d;
	vertical-align: middle;
    position: relative;
}
.table-row table tbody th.vat {
	padding: 30px 0 0 25px;
}
.table-row table tbody td {
	height: 80px; 
	padding: 21px 0 20px;
	border-bottom:  solid 1px #b2b2b2;
	font-size: 18px;
	font-weight: normal;
	color: #3d3d3d;
	vertical-align: middle;
}
.table-row table tbody td.pt-30 {
    padding-top: 30px;
}
.table-row table tbody td.pb-30 {
    padding-bottom: 30px;
}
.table-row table tbody td .member-photo {
	display: inline-block;
	width: 199px;
	height: 199px;
    /* border: solid 1px #b2b2b2; */
    border-radius: 50%;
	background: #ededed url(../img/bg_memberPhoto.png) no-repeat 0 0;
}
.table-row table tbody td .member-photo > img {
    border-radius: 50%;
}
.table-row table tbody td .btn-line {
	margin: 75px 0 0 25px;
	vertical-align: top;
}
.table-row table tbody td input[type=text],
.table-row table tbody td input[type=password]  {
	width: 410px;
}
.table-row table tbody td input[type=text].inp-width01 {
    width: 310px;
}
.table-row table tbody td input[type=text].useDatepicker {
    width: 200px;
}
.table-row table tbody td .inp-width01+.searchBtn {
    margin-left: 2px;
}
.guideTxt {
	margin: 20px 0;
	line-height: 1.63;
	font-size: 16px;
	color: #727272;
}
.guide-text {
    margin: 15px 0;
}
.guide-text p {
    padding-left: 12px;
    font-size: 16px;
    line-height: 1.6;
	color: #727272;
    position: relative;
}
.guide-text p+p {
    margin-top: 5px;
} 
.guide-text p::before {
    content: '•';
    font-size: 16px;
    position: absolute;
    top: -2px;
    left: 0;
}
.table-row table tbody td input[type='radio'] + label+input[type='radio'] + label,
.table-row table tbody td input[type='checkbox'] + label+input[type='checkbox'] + label  {
    margin-left: 40px;
}
.table-row table tbody td.address span {
    display: block;
}
.table-row table tbody td.address span+span {
    margin-top: 5px;
}
.table-row table tbody td.address .flex {
    display: flex;
}    
.table-row table tbody td.address span input[type=text] {
    width: 694px;
}
.table-row table tbody td.address .flex input[type=text] { 
    width: 242px;
}        
.table-row table tbody td.address .flex button {
    width: 105px;
    height: 40px;
    line-height: 38px;
    margin-left: -5px;
    text-align: center;
    border-radius: 2px;
    background-color: #041a74;    
    font-size: 16px;
    font-weight: 500;
    color: #fff;
} 
.table-row table tr th.required::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    margin-left: 7px;
    opacity: 0.7;
    border-radius: 50%;
    background-color: #de004b;
    vertical-align: top;
}
.table-row01 table { 
	border-top: 2px solid#3d3d3d;
	border-bottom:1px solid #3d3d3d;;
}
.table-row01 table.border-none {
    border-top:0
}
.table-row01 table tr th { 
	height: 59px;
	padding: 20px;
	background-color: #f3f3f3;
	text-align: left;
	border-top: 0 none;
	border:1px solid#cecece;
	font-size: 16px;
	font-weight: 500;
	color: #3d3d3d;
	vertical-align: middle;
	position: relative;
}
.table-row01 table tr th.pc-view {
	display: table-cell;
}
.table-row01 table tr td { 
	padding: 9px 20px 9px;
	text-align: left;
	border:1px solid#cecece;
	font-size: 16px;
	font-weight: normal;
	color: #3d3d3d;
	vertical-align: middle;
	position: relative;
}
.table-row01 table tr th:first-child,
.table-row01 table tr td:first-child {
	border-left: 0;
} 
.table-row01 table tr th:last-child,
.table-row01 table tr td:last-child {
	border-right: 0;
} 
.table-row01 table tr:last-child th,
.table-row01 table tr th.bbNone,
.table-row01 table tr:last-child td {
	border-bottom: 0;
}
.table-row01 table tr td input[type='text']+select {
	vertical-align: top;
}
.table-row01 table tr td select+select {
	margin-left: 7px;
}
.table-row01+.tit01,
.table-col+.tit01 {
	margin-top: 50px;
}
.table-col table {
	border-top: 2px solid#3d3d3d;
	border-bottom:1px solid #3d3d3d;;
}	
.table-col table thead th {
	height: 59px; 
	background-color: #f3f3f3;
	border:1px solid #cecece;
	border-top: 0 none;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color:#3d3d3d;
	vertical-align: middle;
}
.table-col table tbody th {
	border:1px solid#cecece;
	background-color: #f3f3f3;
	font-size: 16px;
	font-weight: 500;
	color:#3d3d3d;
	vertical-align: middle;
}	
.table-col table tbody td {
	height: 50px;
	padding: 16px 15px 14px; 
	text-align: center;
	border:1px solid#cecece;
	font-size: 16px;
	color:#3d3d3d;
	vertical-align: middle;
	word-wrap: break-word;
	word-break: break-all;
}
.table-col table thead tr th:first-child,
.table-col table tbody tr th:first-child,
.table-col table tbody tr td:first-child {
	border-left: 0;
} 
.table-col table thead tr th:last-child,
.table-col table tbody tr th:last-child,
.table-col table tbody tr td:last-child {
	border-right: 0;
} 
.table-col table.vat tbody td {
    vertical-align: top;
}
.table-col table.vat tbody td p {
    line-height: 1.5;;
}    
@media (hover: hover) and (pointer: fine) {
	.table-col table tbody tr:hover td {
		background-color: #f1faff;
		transition: 0.5s;
		position: relative;
	}
}	
.table-col table tbody td.pc-view {
	display: table-cell;
}
.table-col table tbody td.bg01 {
	background-color: #f4f7fc;
}
.table-col table tbody td button,
.table-col table tbody td a {
	position: relative;
	z-index: 10;
}
.table-col table tbody tr:last-child td,
.table-col table tbody tr td.bbNone {
	border-bottom: 0 none;
}
.table-top {
	position: relative;
}
.table-top button {
	position: absolute;
	top: -8px;
	right: 0;
}

/* 로그인 */
.loginWrap {
	width: 452px;
	margin: 50px auto 0;
}
.loginWrap p {
	margin-bottom: 40px;
	font-size: 18px;
	line-height: 1.56;
	text-align: center;
}
.loginArea {
	padding-top: 50px;
	position: relative;
}
.loginArea::before {
	content: '';
	width: 50px;
	height: 1px;
	background-color: #3d3d3d;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
} 
.loginArea input {
	display: block;
	width: 100%;
	height: 45px;
	margin-bottom: 25px;
	padding: 14px 10px 13px 48px;
	border:0;
	border-bottom: solid 1px#c9c9c7;
	background-repeat: no-repeat;
	background-position: 15px center;
}
.loginArea input::placeholder {
	color: #aaa;
} 
/* .loginArea input.id {
	background-image: url(../img/icon_id.svg);
} 
.loginArea input.pw {
	background-image: url(../img/icon_pw.svg);
}  */
.loginArea em {
    display: block;
    position: absolute;
    left: 15px;
}
.loginArea .icon-id {
    top: 61px;
}
.loginArea .icon-pw {
    top: 131px;
}
.loginArea .loginBtn {
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 3px;
	background-color: #041a74;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}
.loginArea .links {
	display: flex;
	align-items: center;
	justify-content: center;
}
.loginArea .links a {
	display: block;
	margin-right: 32px;
	padding-right: 32px;
	font-size: 16px;
	color: #041a74;
	position: relative;
}
.loginArea .links a::after {
	content: '';
	width: 1px;
	height: 14px;
	background-color: #707070;
	position: absolute;
	top: 2px;
	right: 0;
}	
.loginArea .links a:last-child {
	margin-right: 0;
	padding-right: 0;
}
.loginArea .links a:last-child::after {
	display: none;
} 

/***** 회원가입  *****/
.step {
	margin: 0 0 35px 0;
    padding: 54px 0 130px;
    border-bottom: 1px solid #b2b2b2;
}
.step ul {
	width: 669px;
	margin: 0 auto;
	border-top: 1px solid #b2b2b2;
	position: relative;
}
.step ul li {
	padding: 48px 0 0 0;
	position: absolute;
	top: -15px;
	white-space: nowrap;
}
.step ul li.step01 {
	left: -21px;
}
.step ul li.step02 {
	left: 198px;
}
.step ul li.step03 {
	left: 418px;
}
.step ul li.step04 {
	left: 626px;
}
.step ul li::before {
	content: '';
	width: 29px;
	height: 29px;
	border: solid 1px #b2b2b2;
  	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left:50%;
	transform: translateX(-50%);
}	
.step ul li.active:before {
	border: solid 2px #041a74;
	background-image: url(../img/bg_step.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.step ul li span {
	display: block;
	text-align: center;
	font-size: 16px;
  	font-weight: 500;
}
.step ul li strong {
	display: block;
	text-align: center;
	font-size: 18px;
  	line-height: 1.94;
	font-weight: 500;
}
.step ul li.active span,
.step ul li.active strong {
  	font-weight: bold;
	color: #041a74;
}
.step ul li.after::before {
	border-color: #041a74;;
  	background-color: #041a74;
}
.step ul li.after::after {
	display: block;
    content: '';
    width: 192px;
    height: 2px;
    background-color: #041a74;
    position: absolute;
    top: 13.2px;
    left: 44px;
}

/* 5단계 스텝 표시기 */
.step.step-5 ul {
	width: 800px;
}
.step.step-5 ul li.step01 { left: -21px; }
.step.step-5 ul li.step02 { left: 168px; }
.step.step-5 ul li.step03 { left: 358px; }
.step.step-5 ul li.step04 { left: 548px; }
.step.step-5 ul li.step05 { right: -18px; }
.step.step-5 ul li.after::after {
	width: 162px;
}

.joinCont {
	width: 100%;
}
.joinCont h4 {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;    
}
.termsCont {
	width: 100%;
	/* height: 317px; */
  	margin: 0 0 20px 0;
  	padding: 30px;
    border:0;
  	border-top: solid 2px #3d3d3d;
    border-bottom: solid 1px #3d3d3d;
  	background-color: #fff;		
}
.termsCont p {
    font-size: 18px;
    font-weight: 500;
	line-height: 1.63;    
}
.termsCont .table-col table {
    width: 88%;
}
.termsCont textarea {
	width: 100%;
	height: 100%;
    padding: 0 8px 0 0;
	border: 0;
	font-size: 16px;
    font-weight: 500;
	line-height: 1.63;
}
.termsCont textarea::-webkit-scrollbar {
   	width: 10px;  /* 스크롤바의 너비 */
}
.termsCont textarea::-webkit-scrollbar-thumb {
   	height: 69px; /* 스크롤바의 길이 */
   	background-color: #d9d9d9; /* 스크롤바의 색상 */
    border-radius: 5px;
}
.termsCont textarea::-webkit-scrollbar-track {
   	background-color: #fff;  /*스크롤바 뒷 배경 색상*/
}
.termsChk {
	text-align: right;
}
.termsChk input[type='checkbox'] + label.round-chkbox {
	font-size: 16px;
    font-weight: 500;
}
.termsChk+h4 {
    margin-top: 27px;
}
.termsChk+.btn-wrap {
    margin-top: 47px;
}
.joinTxt {
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.certifiedCont {
	margin: 0 0 50px 0;
}
.certifiedCont ul {
	display: flex;
	gap: 20px;
}
.certifiedCont ul li a {
	display: block;
	width: 630px;
    height: 215px;
  	margin: 0 0 15px 0;
	padding: 153px 0 42px 0;
  	border-radius: 5px;
    border: solid 1px #c9c9c9;
  	background-color: #fff;
	background-position: center 64px;
	background-repeat: no-repeat;
	font-size: 17px;
  	font-weight: bold;
  	text-align: center;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}
.certifiedCont ul li a strong::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 12px;
    margin-left: 10px;
    background: url('../img/img_move.svg');
} 
.certifiedCont ul li:nth-child(1) a {
	background-image: url('../img/icon_authentication01.svg');
   	background-position: 52% 50px;
}
.certifiedCont ul li:nth-child(2) a {
	background-image: url('../img/icon_authentication02.svg');
}
.certifiedCont ul li.active a,
.certifiedCont ul li a:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-color: #3d3d3d;	
} 
.certifiedCont ul li p {
	padding: 0 0 0 20px;
    font-size: 16px;
	line-height: 1.75;
}
.inforCont {
	margin: 0 0 30px 0;
	padding: 29px 30px 30px 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #f8fbfe;	
	box-sizing: border-box;
}
.inforCont ul li+li {
	margin: 20px 0 0 0;
}
.inforCont ul li label {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
  	font-weight: 500;	
}
.inforCont ul li input,
.inforCont ul li select {
	display: block;
	width: 100%;
  	height: 40px;
  	padding: 8px 10px 9px;
  	border-radius: 2px;
  	border: solid 1px #d4d4d4;
  	background-color: #fff;
	color: #000;
}
.inforCont ul li input::placeholder {
	color: #959595;	
}
.inforCont ul li input.inputEmail {
	width: 620px;
	margin: 0 5px 0 0;
}
.application-completed {
    margin-bottom: 30px;
    padding: 298px 0 75px;
    border-top: 1px solid #b2b2b2;
    border-bottom: 1px solid #b2b2b2;
    background: url('../img/img_completed.png') no-repeat center 70px;
}
.application-completed p {
    text-align: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}
.application-completed p.txt01 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;
}
.regist-status {
    align-items: center;
    margin-bottom: 20px;
}
.regist-status dt {
    margin-right: 30px;
    font-size: 18px;
    font-weight: 500;    
}
.regist-status dd {
    display: flex;
    align-items: center;
}
.regist-status dd strong {
    font-size: 16px;
    font-weight: 600;
    color: #041a74;
}    

/*****  아이디/비밀번호 찾기 *****/
.idpw-find .tab-link {
    margin-bottom: 30px;
}
.noteTxt {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.63;
}
.idpw-find .table-row table tbody td input[type=text],
.idpw-find .table-row table tbody td select,
.idpw-find .table-row table tbody td span  {
    margin-right: 3px;
}
.idpw-find .table-row table tbody td input[type=text].inp-width01 {
    width: 148px;
}
.idpw-find .table-row table tbody td input[type=text].inp-width02 {
    width: 175px;
}
.idpw-find .sel-width01 {
    width: 100px;
}
.idpw-find .sel-width02 {
    min-width: 125px;
}
.idpw-find .btn-fill-color01 {
    width: 270px;
    height: 55px;
    line-height: 53px;
}
#passwordChange .table-row {
    padding: 0 100px;
}
#passwordChange .table-row table {
    border-right: 1px solid #b2b2b2; 
    border-left: 1px solid #b2b2b2;      
}
#passwordChange .table-row table tbody td {
    padding: 21px 30px 20px;
    border-left: 1px solid #b2b2b2;  
}

/*****  마이페이지  *****/
.mobile-card {
    display: flex;
    padding: 50px 68px 75px;
    border-bottom: 1px solid #b2b2b2;
}
.mobile-card > div {
    display: flex; 
    align-items: center;  
    position: relative; 
}
.mobile-card .player {
    width: 55.4%;
}
.mobile-card .player .photo {
    width: 217px;
    height: 217px;
    margin: 0 64px 0 0;
    border: solid 3px #707070;
    border-radius: 50%;
}
.mobile-card .player .photo > img {
    border-radius: 50%;    
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mobile-card  .player .intro p {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: bold;
}
.mobile-card .player .intro ul {
    margin: 0 0 20px 0;
}
.mobile-card ul li {
    font-size: 16px;
    font-weight: 500;    
}
.mobile-card ul li+li {
    margin-top: 10px;    
}
.mobile-card .qr-code {
    padding: 0 0 0 50px;
}
.mobile-card .qr-code::before {
    content: '';
    width: 1px;
    height: 179px;
    background-color: #b2b2b2;
    position: absolute;
    left: 0;
}
.mobile-card .qr-code .qr-img {
    margin-right: 50px;
}
.mobile-card .qr-code ul {
    margin: 0 0 37px 0;
}

/* 회원정보 수정 */
.table-row table tbody tr.regist-classification th {
    padding: 20px 0;
    text-align: center;
}
.table-row table tbody tr.regist-classification td {
    padding:20px 0 16px
}
.table-row table tbody tr.regist-classification td .guideTxt {
    margin-top: 0;
}
.table-row table tbody tr.regist-classification td .flex {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;    
}
 
/* search */
.search-box {
    width: 100%;
	min-height: 145px;
	margin: 0 0 80px 0;
	padding: 40px;
	background-color: #f8f8f8;
	border-top: solid 1px #3d3d3d;
	border-bottom: solid 1px #c8cbd1;
	box-sizing: border-box;
	position: relative;
}
.search-box .search-items {
	display: flex;
	gap: 0 60px;
}
.search-box .search-items+.search-items {
	margin-top: 30px;
} 
.search-box dl dt {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 500;	
	color: #000;
}
.search-box dl dd {
	display: flex;
	gap: 0 10px;
}
.search-box dl dd select,
.search-box dl dd input[type=text] {
	width: 200px;
}
.search-box dl dd input[type=text].inp-width02 {
	width: 410px;
}
.search-box .flex {
	gap: 0 10px;	
}
.search-box .flex dl+dl {
	margin: 0;
}
.search-box dl.competition-status dt {
    margin-bottom: 17px;
}
.search-box dl.competition-status dd .chkList {
    gap: 10px 20px;
}
.searchBtn {
    display: inline-block;
	width: 90px;
	height: 40px;
	line-height: 40px; 
    text-align: center;
	border-radius: 2px;
	background-color: #041a74;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.search-box .searchBtn {
   width: 110px;
    position: absolute;
	top: 157px;
	right: 100px; 
}
.searchBtn.pos-top {
	top: 64px;
}
.searchBtn.pos-right {
	top: 64px;
    right: 40px;
}
.search-total {
	margin-bottom: 20px;
	font-size: 20px;
}
.search-total strong {
	font-weight: bold;
} 
.search-box01 {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 0 20px;
    width: 100%;
	height: 80px;
	margin: 0 0 20px 0;
    padding: 19px 14px 20px 20px;
    border-radius: 3px;
    border: solid 1px #bfbfbf;
    background-color: #f6f6f4;
	box-sizing: border-box;
    position: relative;	
}
.search-box01 select {
	width: 200px;
}
 
/* 대회상세정보 */
.detailTop {
	margin-bottom: 50px;
}
.detailTop .tit01 {
	margin-bottom: 0;
	padding: 25px 20px;
}
.detail-inforBox {
	display: flex;
	width: 100%;
	padding: 25px 20px;
	border-top:solid 1px #b2b2b2; 
	border-bottom:solid 1px #b2b2b2; 
	box-sizing: border-box;
}
.detail-inforBox ul {
	width: 50%;
} 
.detail-inforBox ul li {
	display: flex;
	align-items: center;
	gap: 0 50px;
}
.detail-inforBox ul li+li {
	margin-top: 15px;
}
.detail-inforBox ul li strong {
	display: block;
    min-width: 100px;
	font-size: 18px;
  	font-weight: 500;
}
.detail-inforBox ul li span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}

/* 참가신청 */
.application-steps {
	padding: 25px 0 0 0;
	border-top: solid 1px #3d3d3d;
}
.step-list {
	display: flex;
	gap: 0 48px;
	margin-bottom: 50px;
	padding: 0 20px;
}
.step-list li {
	display: flex;
	align-items: center;
	width: 100%;
	height: 75px;
	padding: 11px 16px 10px;
	border-radius: 5px;
	border: solid 1px #b2b2b2;
	background-color: #fff;	
	font-size: 18px;
	font-weight: 500;
	color: #3d3d3d;
	box-sizing: border-box;
	position: relative;
}
.step-list li::after {
	content: '';
	width: 48px;
	height: 2px;
	background-color: #b2b2b2;
	position: absolute;
	top: 50%;
	right: -49px;
	transform: translateY(-50%);
}
.step-list li:last-child::after {
	display: none;
}
.step-list li.active {
	background-color: #041a74;
	border-color: #041a74;
	color: #fff;
}
.step-list li strong {
	display: block;
	width: 54px;
	height: 54px;
	line-height: 59px;
	margin-right: 15px;
	text-align: center;
	font-family: GmarketSans;
	font-size: 28px;
	font-weight: bold;
	color: #3d3d3d;
	border-radius: 50%;	
	background-color: #e5e5e5;
}
.step-list li.active strong {
	background-color: #fff;	
	color: #041a74;
}	
.step-list li.active::after {
	background-color: #0d4d0b;
}
.step-list li:nth-child(5) strong {
	margin-right: 48px;
}	
.complete {
	height: 480px;
	padding: 50px 0 0 0;
	border-top: solid 2px #3d3d3d;
	border-bottom: solid 1px #3d3d3d;
	background: url(../img/bg_complete.png) no-repeat center 130px;
	box-sizing: border-box;
}
.complete p {
	text-align: center;
}
.complete .txt01 {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
}
.complete .txt02 {
	font-size: 22px;
	font-weight: bold
}
.application-steps .btn-wrap .modifyBtn {
	margin-right: 15px;
} 
.mob-txt {
	font-size: 0;
}	
.bottomArea {
	display: flex;
	margin-top: 30px;
	position: relative;
}
.participation-fee strong {
	margin-right: 20px;
	padding: 13px 0 16px 63px;
	background: url(../img/img_payment.svg) no-repeat 0 0;
	font-size: 17px;
	font-weight: bold;
}
.participation-fee select {
	width: 207px;	
	height: 45px;
	margin-right: 15px;
	padding: 12px 15px 11px 10px;
	font-weight: 500;
}
.participation-fee p {
	margin-top: 20px;
	padding: 1px 0 0 30px;
	background: url(../img/img_bul.svg) no-repeat 0 0;
	font-size: 16px;	
}
.bottomArea .btn-wrap {
	margin: 0 0 0 auto;
}
.application-progress {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	margin: 0 0 30px 0;
	padding: 18px 20px;
	border-radius: 5px;
	background-color: #f4f7fc;
}.application-progress .info-item {
	 flex: 1;
	 display: flex;
	 align-items: center;
 }
.application-progress dt {
	margin-right: 30px;
	padding: 0 30px 0 35px;
	font-size: 18px;
	font-weight: 500;
	color: #041a74;
	position: relative;
}
.application-progress dt::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/exclamation_mark.svg') no-repeat 0 0;
	position: absolute;
	top: 1px;
	left: 0;
}
.application-progress dt::after {
	content: '';
	display: block;
	width: 1px;
	height: 17px;
	background-color: #b2b2b2;
	position: absolute;
	top: 3px;
	right: 0;
}
.application-progress dd {
	font-size: 20px;
	font-weight: bold;
	color: #de004b;
}
.notification-box {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    margin: 0 0 30px 0;
    padding: 18px 20px;
    border-radius: 5px;
    background-color: #f4f7fc;
}
.notification-box dt {
    margin-right: 30px;
    padding: 0 30px 0 35px;
    font-size: 18px;
    font-weight: 500;    
    color: #041a74;
    position: relative;
}
.notification-box dt::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/exclamation_mark.svg') no-repeat 0 0;
    position: absolute;
    top: 1px;
    left: 0;
}
.notification-box dt::after {
    content: '';    
    display: block;
    width: 1px;
    height: 17px;
    background-color: #b2b2b2;
    position: absolute;
    top: 3px;
    right: 0;
}
.notification-box dd {
    font-size: 20px;
    font-weight: bold;
    color: #de004b;
}   
.confirmation-letter {
    width: 100%;
    padding: 59px 0 58px;
    border-top: 2px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    background-color: #f3f3f3;
    text-align: center;
}
.notification-box p {
    padding: 0 0 0 35px;
    font-size: 18px;
    font-weight: 500;    
    color: #041a74;
    position: relative;    
}
.notification-box p::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/exclamation_mark.svg') no-repeat 0 0;
    position: absolute;
    top: 1px;
    left: 0;
}

/* 경기일정결과 */
.tab-link {
	display: flex;
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #c8cbd1;
}
.tab-link li {
	width: 100%;	
}	
.tab-link li a {
	display: block;
	width: 100%;
	padding: 23px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #777;
	box-sizing: border-box;
	position: relative;
}	
.tab-link li.active a {
	font-weight: bold;	
	color: #3d3d3d;
} 
.tab-link li.active a::after {
	content: '';
	width: 100%;
	height: 6px;
	background-color: #3d3d3d;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.chkList {
	display: flex;
	gap: 0 40px;
}

/* 기록지 */
.print-out {
    width: 100%;
    padding: 50px 0;
    border-top: 2px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    background-color: #f3f3f3;
    text-align: center;
}

/* 달력으로 보기 */
.fc-dayGridMonth-view {
    border-top: 1px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
.fc .fc-toolbar-chunk .fc-button:focus {
    box-shadow: none;
}
.fc-theme-standard .fc-scrollgrid {
    border-left: 0;
}
.fc-scrollgrid-sync-inner {
	padding: 15px 0;
}
.fc .fc-daygrid-day-frame {
    min-height: 182px;
}
.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
/* 일요일 color */
.fc .fc-day-sun .fc-col-header-cell-cushion,
.fc .fc-day-sun .fc-daygrid-day-number {
	color: #dc0007;
}
/* 토요일 color */
.fc .fc-day-sat .fc-col-header-cell-cushion {
	color: #0026e6;
}
.fc .fc-daygrid-day-top {
    flex-direction: row;
}
.fc .fc-daygrid-day-number {
	padding: 0 0 0 7.5px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.fc-daygrid-day-number[aria-label='2025년 3월 1일'] > .fc-daygrid-day-number {
	color: #dc0007;	
}
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #c8cbd1;
}
.fc-theme-standard td:first-child,
.fc-theme-standard th:first-child {
	border-left-style: hidden;
}
.fc-theme-standard td:last-child,
.fc-theme-standard th:last-child {
	border-right-style: hidden;
}
.fc .fc-non-business {
    background: none;
}
.fc .fc-daygrid-day.fc-day-today {
    background-color: #f1f8ff;
}
.fc .fc-toolbar.fc-header-toolbar {
	position: relative;
}
.fc .fc-toolbar-title {
	display: inline-block;
	width: 150px;
	font-size: 26px;
	font-weight: bold;
	color: #3d3d3d;
}
.fc .fc-prev-button {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-size: 0;
	background: #fff url(../img/img_arrow_down.svg) no-repeat center;
	position: absolute;
	top: -27px;
	left: 145px;
}	
.fc .fc-next-button {
	width: 25px;
	height: 25px;
	margin: 0;
    padding: 0;
	border: 1px solid #d4d4d4;
    border-radius: 3px;
    font-size: 0;
	background: #fff url('../img/img_arrow_down.svg') no-repeat center;
    transform: rotate(-180deg);
	position: absolute;
	top: 4px;
	left: 175px;
}
.fc .fc-button:focus,
.fc .fc-button:active,
.fc .fc-button:focus:active {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}
.fc .fc-prev-button:hover,
.fc .fc-next-button:hover {
	background-color: transparent;
}	
.fc-button-primary:not(:disabled):active{
	background-color: transparent;
}	
.fc-button:focus{
	box-shadow:none; 
}
.fc .fc-next-button .fc-icon {
	font-size: 0;
	vertical-align: top;
}
.fc-icon-chevron-right:before {
	display: none;
}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
	margin-left: 5px;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
 
}
.fc--button.fc-button.fc-button-primary {
	display: none;
}
.fc .fc-daygrid-event,
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
	margin: 30px 0 0 0;
}	
.fc .fc-expectedAccepted-button,
.fc .fc-accepting-button,
.fc .fc-deadlineApplication-button,
.fc .fc-progress-button,
.fc .fc-ContestEnd-button  {
	width: 85px;
	height: 30px;
	line-height: 30px; 
	padding: 0;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	cursor: default !important;
}  
.fc .fc-expectedAccepted-button {
	background-color: #25b7b2;
	border-color: #25b7b2;
}
.fc .fc-accepting-button {
	background-color: #d9960f;
	border-color: #d9960f;
}
.fc .fc-deadlineApplication-button {
	background-color: #d12d5a;
	border-color: #d12d5a;
}
.fc .fc-progress-button {
	background-color: #45a84f;
	border-color: #45a84f;
}
.fc .fc-ContestEnd-button {
	background-color: #a5a5a5;
	border-color: #a5a5a5;
}
.fc .fc-expectedAccepted-button:hover {
	background-color: #25b7b2;
	border-color: #25b7b2;
}
.fc .fc-accepting-button:hover {
	background-color: #d9960f;
	border-color: #d9960f;
}
.fc .fc-deadlineApplication-button:hover {
	background-color: #d12d5a;
	border-color: #d12d5a;
}
.fc .fc-progress-button:hover {
	background-color: #45a84f;
	border-color: #45a84f;
}
.fc .fc-ContestEnd-button:hover {
	background-color: #a5a5a5;
	border-color: #a5a5a5;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 0;
}
.fc-h-event {
	height: 30px;
	padding: 5px 15px;
	font-size: 16px;
	color: #fff;
}
.fc .substitute-public-holiday,
.fc .samiljeol {
    display: block;
	border-color: transparent !important;
    background-color: transparent !important;
    margin: -27px 0 0 30px !important;
}
.competition-status-list {
    display: none;
}

/* 경기결과 */
.match-record {
    display: flex;
    margin-bottom: 30px;
    border-top: 2px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
.relative .btn-fill-color01 {
    position: absolute;
    right: 0;
    top: -11px;
}
.match-record .team-name {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 476px;
    height: 364px;
    font-size: 18px;
    font-weight: 500;  
}
.match-record .team-name.win {
    background-color: #eff5f9;
}
.match-record table {
    width: 325px;
    margin-top: -1px;
    border: 0;
}
.match-record table tr td {
    height: 45px;    
    border: 1px solid #c1c1c1;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}
.match-record table tr:first-child td {
    border-top:0
}
.match-record table tr:last-child td {
    border-bottom: 0;
}
.match-record table tr td.bg {
    background-color: #f3f3f3;    
    font-weight: 500;
}
.match-record table tr td.win {
    font-weight: bold;
}
.match-record table tr td .score {
    display: inline-block;
    width: 24px;
    height: 25px;
    line-height: 22px;
    padding: 3px 0;
    border-radius: 3px;
    background-color: #bb4040;  
    text-align: center;
    font-size: 16px;
    font-weight: bold;  
    color: #fff;
}
.match-record table tr td .score.win {
    background-color: #001dae    
}
.tournament-teams {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

/* 상세경기일정  */
.table-col table tbody tr td .vs {
	display: inline-block;
	margin: 0 10px;
}
.table-col table tbody tr td .teamL {
	display: inline-block;
	width: 260px; 
	text-align: right;
}
.table-col table tbody tr td .teamR {
	display: inline-block;
	width: 260px;  
	text-align: left;
}
.table-col table tbody tr td .win {
	color: #0046d2;
	font-weight: bold;
}
.table-col table tbody tr td .score {
	display: block;
    margin-top: 5px;
}

/* 상세 대진표 */
.detailed-match-table .select-detailed-match {
	margin-bottom: 20px;
}
.detailed-match-table .select-detailed-match select {
	width: 150px;
}
.detailed-bracket {
	display: none;
}
.detailed-bracket.active {
	display: block;
}	
.match-table+.match-table {
	margin-top: 50px;
}
.table-col.match-table table {
	border-bottom-color: #cecece;
}
.table-col.match-table table tbody th,
.table-col.match-table table tbody td {
	height: 80px
}
.table-col.match-table table tbody tr:hover td {
	background-color: transparent;
}
.table-col.match-table table tbody tr:hover td.bg01 {
	background-color: #f2f5f9;
}	

/* 상세대진표 토너먼트 */
[class*=matches-area] {
	padding: 50px 0; 
	border-top: 2px solid #3d3d3d;
	border-bottom: 1px solid #b2b2b2;	
}
.drawArea {
	display: flex;
}
[class*=matches-list] {
	display: flex;	
}
.draw {
	width: 503px; 
}
.draw .top-area,
.draw .bottom-area,
.draw .first-area,
.draw .second-area,
.draw .third-area,
.draw .fourth-area,
.draw .first-match,
.draw .second-match,
.draw .third-match,
.draw .fourth-match,
.draw .fifth-match,
.draw .sixth-match,
.draw .seventh-match,
.draw .eighth-match,
.draw .ninth-match,
.draw .tenth-match,
.draw .eleventh-match,
.draw .twelfth-match,
.draw .thirteenth-match,
.draw .fourteenth-match,
.draw .fifteenth-match,
.draw .sixteenth-match,
.draw .semi,
.draw .by-default {
	position: relative;
}
.draw .top-area::before,
.draw .bottom-area::before,
.draw .first-area::before,
.draw .second-area::before,
.draw .third-area::before,
.draw .fourth-area::before {
	content: '';
	width: 35px;
    height: 1px;
    position: absolute;
    background-color: #3d3d3d;
}
.draw .top-area::after,
.draw .bottom-area::after,
.draw .first-area::after,
.draw .second-area::after,
.draw .third-area::after,
.draw .fourth-area::after {
	content: '';
    width: 1px;
    position: absolute;
    background-color: #3d3d3d;
}
.draw .first-match::before,
.draw .second-match::before,
.draw .third-match::before,
.draw .fourth-match::before,
.draw .fifth-match::before,
.draw .sixth-match::before,
.draw .seventh-match::before,
.draw .eighth-match::before,
.draw .ninth-match::before,
.draw .tenth-match::before,
.draw .eleventh-match::before,
.draw .twelfth-match::before,
.draw .thirteenth-match::before,
.draw .fourteenth-match::before,
.draw .fifteenth-match::before,
.draw .sixteenth-match::before,
.draw .semi::before {
	content: '';
    width: 138px;
    height: 1px;
    position: absolute;
    background-color: #3d3d3d;
}
.draw .first-match::after,
.draw .second-match::after,
.draw .third-match::after,
.draw .fourth-match::after,
.draw .fifth-match::after,
.draw .sixth-match::after,
.draw .seventh-match::after,
.draw .eighth-match::after,
.draw .ninth-match::after,
.draw .tenth-match::after,
.draw .eleventh-match::after,
.draw .twelfth-match::after,
.draw .thirteenth-match::after,
.draw .fourteenth-match::after,
.draw .fifteenth-match::after,
.draw .sixteenth-match::after,
.draw .semi::after {
	content: '';
    width: 1px;
    position: absolute;
    background-color: #3d3d3d;
}
.draw ul li {
	height: 148px;
    position: relative
}
.draw ul li div,
.draw ul li span {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.draw ul li .regional-team {
	cursor: pointer;
}
.draw ul li .score-match {
	display: none;
}
.draw ul li .team {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 195px;
	height: 50px;
	padding: 5px 21px 6px 22px;
	text-align: center;
	border-radius: 2px;
	background-color: #f3f3f3;
	font-size: 16px;
}
.draw ul li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #3d3d3d;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
    position: relative
}
.final-win::before,
.draw .top-area.win::before,
.draw .top-area.win::after,
.draw .bottom-area.win::before,
.draw .bottom-area.win::after,
.draw .first-area.win::before,
.draw .first-area.win::after,
.draw .second-area.win::before,
.draw .second-area.win::after,
.draw .third-area.win::before,
.draw .third-area.win::after,
.draw .fourth-area.win::before,
.draw .fourth-area.win::after,
.draw .first-match.win::before,
.draw .first-match.win::after,
.draw .second-match.win::before,
.draw .second-match.win::after,
.draw .third-match.win::before,
.draw .third-match.win::after,
.draw .fourth-match.win::before,
.draw .fourth-match.win::after,
.draw .fifth-match.win::before,
.draw .fifth-match.win::after,
.draw .sixth-match.win::before,
.draw .sixth-match.win::after,
.draw .seventh-match.win::before,
.draw .seventh-match.win::after,
.draw .eighth-match.win::before,
.draw .eighth-match.win::after,
.draw .ninth-match.win::before,
.draw .ninth-match.win::after,
.draw .tenth-match.win::before,
.draw .tenth-match.win::after,
.draw .eleventh-match.win::before,
.draw .eleventh-match.win::after,
.draw .twelfth-match.win::before,
.draw .twelfth-match.win::after,
.draw .thirteenth-match.win::before,
.draw .thirteenth-match.win::after,
.draw .fourteenth-match.win::before,
.draw .fourteenth-match.win::after,
.draw .fifteenth-match.win::before,
.draw .fifteenth-match.win::after,
.draw .sixteenth-match.win::before,
.draw .sixteenth-match.win::after,
.draw .semi.win::before,
.draw .semi.win::after,
.draw ul li .num.win::before,
.draw ul li .num.win::after {
	background-color: #f00 !important;
	z-index: 20;
}
.left-draw.final-win::before,
.right-draw.final-win::before,
.draw .top-area.win::before,
.draw .bottom-area.win::before,
.draw .first-area.win::before,
.draw .second-area.win::before,
.draw .third-area.win::before,
.draw .fourth-area.win::before,
.draw .first-match.win::before,
.draw .second-match.win::before,
.draw .third-match.win::before,
.draw .fourth-match.win::before,
.draw .fifth-match.win::before,
.draw .sixth-match.win::before,
.draw .seventh-match.win::before,
.draw .eighth-match.win::before,
.draw .ninth-match.win::before,
.draw .tenth-match.win::before,
.draw .eleventh-match.win::before,
.draw .twelfth-match.win::before,
.draw .thirteenth-match.win::before,
.draw .fourteenth-match.win::before,
.draw .fifteenth-match.win::before,
.draw .sixteenth-match.win::before,
.draw .semi.win::before,
.draw ul li .num.win::before {
	height: 2px;
}
.draw .semi.win::before {
    height: 2px !important;
}
.draw .top-area.win::after,
.draw .bottom-area.win::after,
.draw .first-area.win::after,
.draw .second-area.win::after,
.draw .third-area.win::after,
.draw .fourth-area.win::after,
.draw .first-match.win::after,
.draw .second-match.win::after,
.draw .third-match.win::after,
.draw .fourth-match.win::after,
.draw .fifth-match.win::after,
.draw .sixth-match.win::after,
.draw .seventh-match.win::after,
.draw .eighth-match.win::after,
.draw .ninth-match.win::after,
.draw .tenth-match.win::after,
.draw .eleventh-match.win::after,
.draw .twelfth-match.win::after,
.draw .thirteenth-match.win::after,
.draw .fourteenth-match.win::after,
.draw .fifteenth-match.win::after,
.draw .sixteenth-match.win::after,
.draw .semi.win::after,
.draw ul li .num.win::after {
	width: 2px;
}	
.draw .semi.win::after {
    width: 2px !important
}
.draw ul li .num::after {
	content: '';
    width: 1px;
    height: 74px;
    background-color:#3d3d3d;
    position: absolute;
    top: 12px;
}
.left-draw li .num::after {
	left:161px;
}
.draw ul li .num.up::after {
	height: 75px;
	top: -62px;
}
.draw ul li .num.win.up::after {
	height: 76px;
}
.draw ul li .num::before {
    content: '';
    width: 138px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top:12px;
}
.second-team span::after {
    top: -60px;
    left: 327px;
}
.draw .by-default .num::before {
    width: 192px;
}
.draw li .space {
	margin: 0 5px ;
	font-size: 14px;
	color: #3d3d3d;
}
.date-time-match:hover {
    cursor: pointer;
}

/* 왼쪽 팀 */
.left-draw {
	position: relative;
}
.left-draw::before {
	content: '';
	height: 1px;
	background-color: #3d3d3d;
	position: absolute;
	top: 50%;
}
.drawType01 .left-draw::after {
	content: '';
    width: 26px;
    height: 1px;
    background-color: #3d3d3d;
    position: absolute;
    bottom:134px;
	right: 0;	
}
.left-draw .score {
	position: absolute;
	font-size: 16px;
}
.left-draw .score.score01 {
    top: 89px;
    right: 147px;
}
.left-draw .score.score02 {
	top: 235px;
    right: 10px;
}	
.left-draw li .team {
	margin-right: 10px;
}
.left-draw li .num::before {
    left: 24px;        
}

/* 오른쪽 팀 */
.right-draw {
	position: relative;
}	
.right-draw::before {
	content: '';
	height: 1px;
    background-color: #3d3d3d;
    position: absolute;
	top: 50%;
    transform: translateY(-52px);
}
.right-draw::after {
	content: '';
    width: 1px;
    background-color: #3d3d3d;
    position: absolute;
}
.right-draw li .team::before {
	right: 303px;
    top: 89px;
}
.right-draw li .team {
	margin-left: 10px;
}
.right-draw li .team::after {
    right: 329px;
    top: 89px;
}
.right-draw li div,
.right-draw li span {
    justify-content: right;
}
.right-draw li .num::before {
    right: 24px;        
}
.right-draw li .num::after {
    right: 162px;
}
.right-draw .score {
    position: absolute;
    font-size: 16px;
}
.right-draw .score.score01 {
	top: 89px;
    left: 145px;
}
.right-draw .score.score02 {
	top: 235px;
    left: 6px;
}
.central-board {
	width: 274px; 
	box-sizing: border-box;
}
.matches-list08 .left-draw::before {
	width: 137px;
	left: 504px;
    transform: translateY(-15px);
}
.matches-list08 .left-draw .second-team .date-time-match {
	margin-left: 260px;
}
.matches-list08 .first-match::before {
	top: 99px;
    left: 367px;
}
.matches-list08 .first-match::after {
	height: 148px;
    top: 100px;
    left: 504px;
}
.matches-list08 .second-match::before {
    width: 137px;
	top: 98px;
    left: 367px;
}
.matches-list08 .second-match::after {
	height: 147px;
    top: -49px;
    left: 504px;
}
.matches-list08 .second-match.win::after {
	height: 149px;
}
.matches-list08 .third-match::before {
	top: 98px;
    right: 368px;
}
.matches-list08 .third-match::after {
	height: 148px;
    top: 98px;
	right: 506px;
}
.matches-list08 .fourth-match::before {
	top: 98px;
    right: 368px;
}
.matches-list08 .fourth-match::after {
	height: 149px;
    top: -50px;
    right: 506px;
}
.matches-list08 .fourth-match.win::after {
	height: 168px;
}
.matches-list08 .left-draw .fourth-team {
	height: 50px;
	margin-bottom: 25px;
}
.matches-list08 .right-draw::before {
	width: 137px;
	right: 506px;
    transform: translateY(-15px);
}
.matches-list08 .right-draw li .date-time-match {
	padding-left: 60px;
}
.matches-list08 .right-draw .seventh-team .date-time-match {
	padding-left: 25px;
}	
.matches-list08 .right-draw .fifth-team {
	height: 50px;
	margin-bottom: 25px;
}
.matches-list08 .right-draw .fifth-team .num::after {
    height: 68px;
	top: -55px;
}
.matches-list08 .right-draw .fifth-team .num.win::after {
    top: -62px;
}
.matches-list08 .central-board {
	padding-top: 220px;
	text-align: center;
}
.matches-list08 .code-guide::before {
    width: 460px;
	left: -25px;
}

/* 공지사항 */
.search-box .notice-search dl dd {
	gap: 0 5px;
}
.search-box .notice-search dl dd select {
	width: 135px;
}
.search-box .notice-search dl dd input[type=text] {
	width: 410px;
}	
 
/* 공지사항 상세 */
.notice-view .tit01 {
	margin-bottom: 0;
	padding: 25px 20px;
	border-bottom: solid 1px #b2b2b2;
}
[class*=notice-infor] {
	display: flex;
	padding: 25px 20px;
	border-bottom: solid 1px #b2b2b2;
}
[class*=notice-infor] dt {
	margin-left: 60px;
	font-size: 18px;
	font-weight: 500;
	color: #3d3d3d;
}	
[class*=notice-infor] dt:first-child {
	margin-left: 0;
}	
[class*=notice-infor] dd {
	margin-left: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #3d3d3d;
}	
[class*=notice-infor] dd a {
	display: block;
}
[class*=notice-infor] dd a+a {
	margin-top: 5px;
}
/* 첨부파일 목록 : 파일별 줄바꿈 (dt 좌측 고정 + dd 세로 나열) */
.notice-infor02 {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	row-gap: 8px;
}
.notice-infor02 dt {
	grid-row: 1;
}
.notice-infor02 dd {
	grid-column: 2;
	font-size: 16px;
}
.notice-infor02 dd a {
	display: flex;
	align-items: center;
	gap: 6px;
}
.notice-infor02 dd a::before {
	content: '';
	flex: none;
	width: 16px;
	height: 16px;
	background: url(../img/icon_attachment.svg) no-repeat center / contain;
}
.notice-cont {
	padding: 20px;
	border-bottom: solid 1px #b2b2b2;		
}
.notice-cont div {
	margin-bottom: 20px;
}
.notice-cont p {
	font-size: 16px;
	line-height: 1.5;
}	
.notice-cont p+p {
	margin-top: 18px;
}
.notice-view .btn-wrap {
	margin: 30px 0 0 0;
} 

/* 팀 정보조회 */
.list-box {
    padding: 20px 0 0 0;  
    border-top: 2px solid #3d3d3d;  
}
.list-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.list-box ul li {
    width: 49.2%;
}    
.list-box ul li a {
    display: flex;
    align-items: center;
    padding: 20px 30px 21px;
    border-radius: 2px;
    border: solid 1px #c9c9c7;
    background-color: #fff;    
}
.list-box ul li a .team-logo {
    width: 120px;
    height: 120px;
    margin: 0 30px 0 0;
    border-radius: 302px;
}
.list-box ul li a .team-description {
    width: 73%;
}
.list-box ul li a p {
    color: #000;
}
.list-box ul li a .team-name {
    margin-bottom: 9px;
    font-size: 18px;
    font-weight: bold;   
}
.list-box ul li a .team-address {
     margin-bottom: 15px;
    font-size: 16px    
}
.list-box ul li a .team-info {
    display: flex;
    gap: 10px 60px;
    flex-wrap: wrap;
}
.list-box ul li a .team-info p {
    display: flex;
    gap: 0 30px;    
}
.list-box ul li a .team-info strong {
    display: block;
    font-size: 16px;
    font-weight: 500;    
    color: #000;
}
.list-box ul li a .team-info span {
    display: block;
    font-size: 16px;
    color: #000;
}
/* 251202 추가 */
.search-list li {
    position: relative;
}
.search-list li+li {
    margin-top: 10px;        
}
.chk-area {
    width: 10%;
}
.chk-area01 input[type='checkbox'] + label.round-chkbox {
    height: 40px;
    line-height: 40px;
}
.chk-area01 input[type='checkbox'] + label.round-chkbox::before {
    top: 7px;
}
.chk-area02 {
    padding-top: 8px;
}
.search-area {
    position: relative
}
.search-area p {
    display: flex;
    gap: 10px;
    width: 70px;
    font-size: 16px;
    position: absolute;
    left: 515px;
    top: 11px;
}
.search-area .btns {
    position: absolute;
    top: -4px;
    right: 222px;
}

/* 이용약관/개인정보취급방침 */
.policy-page h4 {
	margin: 50px 0 30px;
	font-size: 20px;
    color: #185b8e;
	font-weight: bold;
}	
.policy-page h5  {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: bold;
}	
.policy-page p {
	margin-bottom: 35px;
	font-size: 17px;
	line-height: 1.5;
}
.policy-page .ordered-list {
	margin-bottom: 35px;
}
.policy-page .ordered-list li {
	display: flex;
	font-size: 17px;
	line-height: 1.5;
}
.policy-page .ordered-list li+li {
	margin-top: 15px;
} 
.policy-page .ordered-list li .num {
	margin-right: 5px;
}
.policy-page .ordered-list li .sub-list {
	margin: 5px 0 0 0;
}
.policy-page .ordered-list li .sub-list li+li {
	margin-top: 5px;
}
.policy-page ul {
	margin: 0 0 30px 0;
}
.policy-page ul li {
	font-size: 17px;
	line-height: 30px;
}

/* id card */
.id-wrap {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}
.id-card-box {
    /* padding: 82px 0 62px; */
    background-color: #fff;
    border-radius: 24px;
    width: calc( 100% - 25px );
    padding: 40px 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.10);
}
.id-card-box .title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #001fa2;
}
.id-card-box .photo {
    width: 200px;
    max-height: 255px;
    margin: 0 auto 35px;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    box-shadow:0 4px 6px rgba(0, 0, 0, 0.16), 0 8px 16px rgba(0, 0, 0, 0.12);
}
.id-card-box .photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    border: 2px solid #c7c7c7;
}
.id-card-box .intro p {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
}
.id-card-box .intro ul {
    width: 260px;
    margin: 15px auto 0;
}
.id-card-box .intro ul li {
    padding: 2px 0 2px 30px;
    font-size: 18px;
    font-weight: 500;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.id-card-box .intro ul li+li {
    margin-top: 10px;
}
.id-card-box .intro ul li:nth-child(1) {
    background-image: url(../img/icon_idcard01.png);
    background-position-y: 1px;
}
.id-card-box .intro ul li:nth-child(2) {
    background-image: url(../img/icon_idcard02.png);
}
.id-card-box .intro ul li:nth-child(3) {
    background-image: url(../img/icon_idcard03.png);
    background-size: 25px;
}

/* 팀 상세조회 */
.table-row01.team-details {
    margin-top: -1px;
}
.team-players {
    display: flex;
    justify-content: space-between;
}
.team-players .table-col {
    width: 49%;
}
.team-players .table-col table .first-col {
    width: 15%;
}

/* 레이어 팝업 **/
.modalPop {
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
    background-color: rgba(0, 0, 0, 0.3);
	z-index:500;
}
.modalPop .modalLayer {
	padding: 30px;
	overflow-y: auto;
	border-radius: 5px;
	box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.32);
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-sizing: border-box;
	z-index: 600;
}
.modalPop .modalLayer h4 {
	margin-bottom: 20px;
    font-size: 24px;
	font-weight: bold;	
}
.modalPop .modalLayer .modalCont {
	background-color: #fff;
    overflow-y: auto;
	position: relative;
}
.modalPop .modalLayer .modalCont h5 {
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: bold;	
}
.modalLayer .modalClose {
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 40px;
    right: 30px;
    background: url(../img/img_popCls.svg) center center no-repeat;
    transition: transform 0.4s ease-in-out;
    font-size: 0;
    cursor: pointer;
}

/* 메달 보기 팝업 */
#medalView.modalPop .modalLayer {
	width: 610px;
	padding: 40px;
}
#medalView .modalCont {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3d3d3d;
}
#medalView figure {
    margin-bottom: 15px;
}
#medalView figure img {
    display: block;
    margin-bottom: 20px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #3d3d3d;
}
#medalView figure figcaption {
    font-size: 27px;
    font-weight: bold;   
}
#medalView .date {
    font-size: 23px;
    font-weight: 500;    
}

/*  상장/메달 보기 */
#award-medal-view.modalPop .modalLayer {
	width: 610px;
    padding: 20px 10px;
}
#award-medal-view .modalCont {
    padding: 10px 0;
    border-top: 2px solid #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
#award-medal-view figure {
    margin-bottom: 10px;
}
#award-medal-view img {
    width: 100%;
    height: 541px;
    object-fit: fill;
}
#award {
    height: 590px;
}
#award img {
    height: 625px;
}
#medal .medalImg {
    margin-bottom: 20px;
}
#medal figure figcaption {
    font-size: 25px;
    font-weight: bold;   
}
#medal .date {
    font-size: 20px;
    font-weight: 500;    
}

#award .prise-bg {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.sheet {
    width: 100%;
    /* height: 830px; */
    /* margin: 10px 0 0 0; */
    height: 742px;
    position: relative;
}
.prise-inner {
    width: 100%;
    padding: 0 20%;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    color: #333;
}
.prise-header {
  margin: 5mm 0;
}
.prise-teamplayer {
  margin: 0 0 5mm;
	line-height:1.5;
}
.prise-team {
  font-size: 25px;
  font-weight: 500;
}
.prise-player {
  font-size: 25px;
  font-weight: 500;
}
.prise-body {
  margin: 0 0 5mm;
  font-size: 23px;
  font-weight: 500;
  line-height:1.5;
}
.prise-number {
  font-size: 30px;
  font-weight: 500;
}
.prise-title {
  margin-top: 10mm;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 19.2px;
}
.prise-date {
  display: flex;
  justify-content: center;
  margin: 9mm 0 5mm;
  text-align: center;
  font-weight: 500;
}
.prise-footer {
  margin: 5mm 0 0 0;
  text-align: center;
  font-weight: 500;
}
.prise-org {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 8px;
}
.prise-chief {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 4.8px;
  margin: 0 3mm;
}
.prise-chief-name {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 12.8px;
  margin: 0 3mm;
}

/* 우편번호 팝업 */
#zipCdSpace{
    width:500px;
    border:1px solid #3d3d3d;
    /* position: absolute;
    top: 100%;
    left: 179px; */
    margin-top: 15px;
    position: relative;
    z-index: 100;
}

/* 소속팀 검색 팝업 */
#affiliated-team.modalPop .modalLayer {
	width: 1050px;
}
#affiliated-team .modalLayer h4 {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: solid 1px #3d3d3d;
}
#affiliated-team .modalLayer .modalCont .table-col {
    height: 313px;
    overflow-y: auto;
}
.modalPop .modalLayer .search-box {
    min-height: 125px;
    margin: 0 0 20px 0;
    padding: 20px;
    border-top: 0;
}
.modalPop .modalLayer .search-box .search-items {
    gap: 0 30px;
}
.modalPop .modalLayer .search-box .searchBtn {
    top: 43px;
    right: 20px;
}

/* 이미지 업로드 */
#uploadLayer.modalPop .modalLayer {
    width: 600px;
    padding: 30px;
}
#uploadLayer.modalPop #uploadForm {
    margin-right: 20px;
    padding: 10px 0 0 0;
}
#previewArea > img {
    border-radius: 3px;
}

/*  responsity */
@media (max-width: 1280px) {
	.contTop,
	.tit01, 
	.table-col,
	.table-row {
		padding: 0 15px;
	}
	.table-row01 table tr td select+select {
		margin-left: 6px;
	}
 
	/* 회원정보 */
	.table-row,
    #passwordChange .table-row {
		padding: 0 15px;
	}
	.table-row table,
	.table-row table tbody,
	.table-row table tr th,
	.table-row table tr td {
		display: block;
	}
	.table-row table colgroup {
		display: none;
	}
	.table-row table tbody tr {
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 60px;
		padding: 10px 0;
		border-bottom: solid 1px #b2b2b2;
	}
	.table-row table tr th {
		width: 20%;
		padding: 0;
		border:0;
		font-size: 16px;
	}
	.table-row table tbody th.vat {
		padding: 0;
	}
	.table-row table tr td {
		width: 74%;
		height: auto;
		padding: 0;
		border:0;
		font-size: 16px;
	}	
    #passwordChange .table-row table {
        border-right: 0;
        border-left: 0;
    }
    #passwordChange .table-row table tbody td {
        padding: 0;
		border:0;
    }
	.table-row table tbody td .member-photo {
		width: 89px;
		height: 89px;
		background-size: cover;
	}
	.table-row table tbody td .btn-line {
		margin: 25px 0 0 30px;
	}
	.guideTxt {
		display: none;
	} 
    .guide-text {
        padding: 0 15px;
    }
    .guide-text p {
        font-size: 15px;
        line-height: 1.5;
    }
    .regist-status {
        align-items: baseline;
        flex-direction: column;
        padding: 0 15px;
    }
    .regist-status dt {
        margin: 0 0 10px 0;
    }

	/* 참가신청 */
	.btn-wrap.right {
		padding: 0 15px 0 0;
	}	
	.application-steps {
		padding: 0;
		border-top: 0;
	}
	.step-list {
		gap: 0;
		padding: 0 15px;
	}
	.step-list li {
		display: block;
		height: 90px;
		padding: 22px 14px 20px;
		text-align: center;
		border: solid 1px #ccc;
		border-left: 0;
		border-radius: 0;
		background-color: #fff;
		font-size: 16px;
		line-height: 1.25;
	}
	.step-list li::after {
		display: none;
	}
	.step-list li:nth-child(1) {
		border-left: solid 1px #ccc;	
	}
	.step-list li:nth-child(5) {
		display: none;
	}
	.step-list li strong {
		width: auto;
		height: 19px;
		line-height: 25px;
		margin: 0 0 5px 0;
		border-radius: 0;
    	background-color: transparent;
		font-size: 16px;
  		font-weight: bold;
	}	
	.step-list li.active strong {
		color:#fff;
		background-color: transparent;
	}
	.mob-tblTop {
		margin-bottom: 15px;
		padding: 0 15px;
	}
	.mob-tblTop p {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 22px;
	}
	.mob-tblTop input[type='checkbox'] + label {
		height: 25px;
		line-height: 24px;
		padding-left: 30px;
		font-size: 16px;
		font-weight: 500;
	}
	.mob-tblTop input[type='checkbox'] + label::before {
	 	width: 25px;
		height: 25px;
		border-radius: 50%;
		border: solid 1px #b1b1b1;
		background-color: #fff;
	}
	.mob-tblTop input[type='checkbox']:checked + label::before {
		background-image: url('../img/bg_check_on01.svg');
		background-position-y: 6px;
	}	
	.complete {
		height: 339px;
		padding: 40px 0 50px;
		border-bottom-color:#b2b2b2;
		background-position: center 118px;
		background-size: 194px 170px;
	}
	.complete .txt01 {
		font-size: 16px;
	}
	.complete .txt02 {
		font-size: 20px;
	}
	.search-total {
		padding: 0 15px;
	}

    /* 경기일정결과 */
    /* 캘린더 */
    .search-box dl.competition-status dd .chkList li {
        width: 29%;
    }
    .search-box dl.competition-status dd input[type='checkbox'] + label::before {
        width: 25px;
        height: 25px;
        border-radius: 50%;
    }
    .search-box dl.competition-status dd input[type='checkbox'] + label {
        padding-left: 30px;
        height: 25px;
        line-height: 23px;
        font-size: 16px;
        font-weight: 500;
    }
    .search-box dl.competition-status dd input[type='checkbox']:checked + label::before,
    .search-box dl.competition-status dd input[type='checkbox']:focus + label::before {
        background-position-y: 6px;
    }
    .fc-dayGridMonth-view {
        border-top-width: 2px;
        border-bottom-color: #c8cbd1;
    }
	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 20px;
		padding: 0 20px;
	}
    .fc .fc-header-toolbar.fc-toolbar .fc-toolbar-chunk:nth-child(3) {
        display: none;
    } 
	.fc .fc-toolbar-title {
		font-size: 22px;
	}
	.fc .fc-prev-button,
	.fc .fc-next-button {
		width: 32px;
  		height: 27px;	
		background-size: 8px 13px;
        left: auto;
	}
	.fc .fc-next-button {
		top: 0;
		right: 20px;
	}
	.fc .fc-button-group {
		height: 27px;
		position: absolute;
        top: 0;
        right: 57px;
		padding: 0;
	}
	.fc .fc-prev-button {
		top: 0;
	}
    .fc-theme-standard th .fc-col-header-cell .fc-scrollgrid-sync-inner {
        padding: 8px 0 9px;
    }
    .fc-theme-standard th,
    .fc-theme-standard td:first-child, .fc-theme-standard th:first-child {
        border-right-style: hidden;
    }
	.fc-theme-standard td {
		border: 0;
	}
    .fc .fc-daygrid-day-frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 100%;
    }
    .fc-scrollgrid-sync-inner {
        padding: 10px 0;
    }
	.fc .fc-daygrid-event,
	.fc-direction-ltr .fc-daygrid-event.fc-event-start,
	.fc-direction-rtl .fc-daygrid-event.fc-event-end {
		height: 5px;
		margin: 3px 0 0 0;
	}	
    .fc .fc-daygrid-event {
        padding: 0;
        font-size: 0;
    }
	.fc-col-header-cell .fc-scrollgrid-sync-inner {
    	padding: 0 0 9px;
	}
	.fc .fc-col-header-cell-cushion {
		font-size: 14px;
  		font-weight: 500;
	}
	.fc .fc-daygrid-day-top {
    	justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
	}
    .fc .fc-daygrid-day.fc-day-today {
        background-color: #fff;
    }
    .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
        background-color: #dbedff;
    }
	.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    	height: 10px;
        min-height: auto;
        margin-top: 0;
	}
	.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    	margin-bottom: 0;
	}
	.fc .fc-daygrid-day-number {
		padding: 0;
		font-size: 14px;
    	font-weight: 500;
	}
	.fc-h-event .fc-event-title {
		font-size: 0;
	}
    .fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
        margin-left: 0;
    }
    .competition-status-list {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 30px;
        margin-top: 20px;
        padding: 0 15px 20px;
        border-bottom: 1px solid #3d3d3d;
    }
    .competition-status-list li {
        width: 27%;
        padding: 0 0 0 25px;
        font-size: 16px;
        font-weight: 500;
        position: relative;
    } 
    .competition-status-list li::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        position: absolute;
        top: 2px;
        left: 0;
    }    
    .competition-status-list li:nth-child(1):before {
        background-color: #25b7b2;
    }
    .competition-status-list li:nth-child(2):before {
       background-color: #d9960f;
    }
    .competition-status-list li:nth-child(3):before {
       background-color: #d12d5a;
    }
    .competition-status-list li:nth-child(4):before {
       background-color: #45a84f;
    }
    .competition-status-list li:nth-child(5):before {
        background-color: #a5a5a5;
    }

    /* 경기결과 */
    .tournament-teams {
        gap: 20px;
    }
    .tournament-teams .table-col {
        padding: 0;
    }
    .notification-box {
        width: calc( 100% - 30px );
        height: auto;
        margin: 0 0 15px 15px;
        padding: 15px;
    }    
    .notification-box p {
        font-size: 16px;
        line-height: 1.5;
    }   
    .print-out {
        width: 100%;
        padding: 30px 15px;
    }    
	
    /* 팀 정보 조회 */
    .list-box ul li {
        width: 49%;
    }
    .chk-area {
        width: 15%; 
    }

    /* 이용약관/개인정보취급방침 */
    .policy-page {
        margin-top: -10px;
        padding: 0 15px;
    }
    .policy-page h3 {
        margin: 40px 0 30px;
    }
    .policy-page p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 1.47;
    }
    .policy-page .ordered-list li,
    .policy-page ul li {
        font-size: 15px;
        line-height: 1.47;
    }

    .termsCont p {
        font-size: 16px;
        line-height: 1.5;
    }
}	

@media (max-width: 1100px) {
    [class*=matches-area] {
		width: 100%;
		overflow-x: auto;
        padding: 50px 15px;
	}
    [class*=matches-list] {
        width: 120%;
    }
}

@media (max-width: 1025px) {
	.content .inner {
		padding: 60px 0 80px;
	}
	.contTop::before {
		background-image: url(../img/img_mob_content01.svg);
		top: -46px;
		left: 15px;
	}
    .contTop::after {
		width: 111px;
        height: 83px;
        top: -8px;
        right: 10px;
        background: url(../img/img_mob_contTop02.png) no-repeat 0 0;
	}
 	.contTop h3 {
		margin-bottom: 10px;
		font-size: 30px;
        position: relative;
        z-index: 30;
	}
	.tit01 {
		margin-bottom: 15px;
		font-size: 18px;
	}	
    .table-row table tbody td.pb-30 {
        padding-bottom: 0;
    }
    .table-row table tbody td.pt-30 {
        padding-top: 0;
    }
    .table-row01 {
		padding: 0;
	}
	.table-row01 table,
	.table-row01 table tbody,
	.table-row01 table tbody tr,
	.table-row01 table tr th,
	.table-row01 table tr td {
		display: block;
		background-color: #fff;
	}
	.table-row01 table colgroup {
		display: none;
	}
	.table-row01 table {
		border-bottom-color:#c8cbd1;
	}
	.table-row01 table tbody tr {
		padding: 0 15px;
	}
	.table-row01 table tbody tr:first-child {
		padding-top: 20px;
	}
	.table-row01 table tr th,
	.table-row01 table tr:last-child th {
		height: auto;
		margin-bottom: 20px;
		padding: 0;
		border:0;
	}
	.table-row01 table tr:last-child td {
		border:0;
	}
	.table-row01 table tr td {
		margin-bottom: 20px;
		padding: 0;
		border: 0;
	}
	.table-row01 table tr td select+select {
		margin: 10px 0 0 0;
	}
	.table-col {
		padding: 0;
	}
	.table-col .res-tbl {
		border-bottom: 0;
	}
	.res-tbl colgroup {
		display: none;
    }
	.res-tbl thead {
		display: none;
	}
	.res-tbl tbody tr {
		display: block;
		padding: 20px 15px;
		border-bottom: 1px solid #c8cbd1;
		position: relative;
	}
	.res-tbl tbody tr.active {
		background-color: #f1faff;	
	}
	.res-tbl tbody tr td {
		display: flex;
		width: 100%;
		height: auto;
		line-height: 22px;
		padding: 5px 0;
		text-align: left;
		border: none;
	}
	.res-tbl tbody tr td:first-child, 
	.res-tbl tbody tr th:first-child,
	.res-tbl tbody tr td.mob-td-first {
		padding-top: 0;
	}
	.res-tbl tbody tr td:last-child, 
	.res-tbl tbody tr th:last-child {
		padding-bottom: 0;
	}
	.res-tbl tbody tr td::before {
		display: inline-block;
		content: attr(data-label);
		min-width: 80px;
		text-align: left;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 108px;
		flex: 0 0 108px;
		font-weight: 500;
	}
    .res-tbl tbody tr td.none::before {
        display: none;
    }
    .res-tbl tbody tr td.flex-wrap::before {
        margin-bottom: 10px;
    }
	.res-tbl tbody tr td.mob-state {
		align-items: center;
	}
	.res-tbl tbody tr td.mob-matchup {
		display: block;
		position: relative;
	}
	.res-tbl tbody tr td.mob-matchup::before {
		position: absolute;
		top: 5px;
		left: 0;
	}	
	.table-col table tbody tr td .teamL,
	.table-col table tbody tr td .vs,
	.table-col table tbody tr td .teamR,
    .table-col table tbody tr td .score {
		display: block;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
	}
	.table-col table tbody tr td .teamL,
    .table-col table tbody tr td .vs,
	.table-col table tbody tr td .teamR,
    .table-col table tbody tr td .score {
		padding: 0 0 0 108px;
	}
	.table-col table tbody tr td .vs {
		margin: 0;
	}
    .table-col table tbody tr td .score {
        margin-top: 0;
    }

	/* 로그인 */
	.loginWrap {
		width: 100%;
	}
	.loginWrap p {
		font-size: 16px;
		line-height: 1.44;
		letter-spacing: -0.32px;
	}
	.loginArea {
		padding: 40px 15px 0;
	}
	.loginArea::before {
		width: 30px;
	}
    .loginArea em {
        left: 30px;
    }
    .loginArea .icon-id {
        top: 52px;
    }
    .loginArea .icon-pw {
        top: 120px;
    }

    /* 회원가입 */
    .step {
        margin: 0 0 30px 0;
        padding: 30px 15px 10px;
    }
    .step ul {
        display: flex;
        gap: 0 37px;
        justify-content: center;
        width: 335px;
        border:0;
    }
    .step ul::before {
        content: '';
        width: 80%;
        height: 1px;
        background-color: #b2b2b2;
        position: absolute;
        top: 0;
        left: 40px;
    }    
    .step ul li {
        position: relative;    
    }
    .step ul li.step01,
    .step ul li.step02,
    .step ul li.step03 {
        left: auto;
    }
    .step ul li.step04 {
        right: auto;
    }
    .step.step-5 ul {
        width: 100%;
        gap: 0 15px;
    }
    .step.step-5 ul li.step01,
    .step.step-5 ul li.step02,
    .step.step-5 ul li.step03,
    .step.step-5 ul li.step04 {
        left: auto;
    }
    .step.step-5 ul li.step05 {
        right: auto;
    }
    .step.step-5 ul li span {
        font-size: 12px;
    }
    .step.step-5 ul li strong {
        font-size: 13px;
    }
    .step.step-5 ul li.after::after {
        width: 42px;
        left: 16px;
    }
    .step ul li strong {
        font-size: 16px;
    }
    .step ul li::before {
        width: 21px;
        height: 21px;
        top: 4px;
    }
    .step ul li.active:before {
        width: 29px;
        height: 29px;
        top: 0;
    }
    .step ul li.after::after {
        width: 87px;
        top: 14px;
        left: 20px;
    }
    .joinCont h4 {
        margin: 0 0 15px 0;
        padding: 0 15px;
        font-size: 18px;
    }    
    .termsCont {
        margin: 0 0 15px 0;
        padding: 20px 10px 20px 15px;
    }
    .termsChk {
        padding: 0 15px;
        text-align: left;
    }
    .termsChk+h4 {
        margin-top: 35px;
    }
    .termsChk+.btn-wrap {
        margin-top: 30px;
    }
    .joinTxt {
        margin: 0 0 10px 0;
        padding: 0 15px;
        font-size: 18px;
        line-height: 1.44;
    }
    .certifiedCont {
        margin: 0 0 30px 0;    
        padding: 0 15px;
    }
    .certifiedCont ul {
        flex-direction: column;
    }
    .certifiedCont ul li a {
        width: 100%;
        height: auto;
        padding: 128px 0 42px;    
        background-position: center 52px;
        font-size: 16px;
    }
    .certifiedCont ul li:nth-child(1) a {
        background-position: 56% 38px;
    }
    .certifiedCont ul li p {
        padding: 0;
        font-size: 15px;
    }
    .table-row table tbody td .guideTxt {
        display: block;
        line-height: 1.5;
        font-size: 15px;
    }
    .table-row table tbody td.address .flex input[type=text] {
        width: 70%;
    }

    /* 아이디/비밀번호 찾기 */
    .noteTxt {
        padding: 0 15px;
        font-size: 15px;
    }
    .idpw-find .table-row table tbody td input[type=text],
    .idpw-find .table-row table tbody td select,
    .idpw-find .table-row table tbody td span {
        margin-right: 0;
    }
    .idpw-find .table-row table tbody td input[type=text] {
        width: 100%;
    }
    .idpw-find .table-row table tbody td input[type=text].inp-width01,
    .idpw-find .table-row table tbody td input[type=text].inp-width02,
    .idpw-find .sel-width02 {
        width: 100%;
        margin-top: 5px;
    }
    .idpw-find .table-row table tbody td span {
        display: none;    
    }

	/*  검색영역 */
	.search-box {
		flex-direction: column;
        align-items: normal;
        min-height: auto;
		margin-bottom: 50px;
		padding: 20px 15px 30px;
	}
	.search-box .search-items {
		display: block;
	}
	.search-box .searchBtn {
		display: block;
		width: 100%;
		height: 50px;
        line-height: 52px;
		margin: 20px 0 0 0;
		position: static;
	}
	.search-box > div+div {
		margin-top: 20px;
	}
	.search-box dl+dl {
		margin-top: 20px;
	}
	.search-box dl dt {
		margin-bottom: 10px;
	}
	.search-box dl dd {
		gap: 0 5px;
	}
	.search-box dl dd select,
	.search-box dl dd input[type=text],
	.search-box dl dd input[type=text].inp-width01 {
		width: 100%;
	}
    .search-box dl dd select {
        background-position-x: 95%;
    }
	.search-box dl dd select.mob-half {
		width: 50%;
	}
	.search-total {
		margin-bottom: 15px;
		font-size: 18px;
	}
	.search-box .flex {
		gap: 0 5px;
		margin-top: 20px;
	}
	.search-box .flex dl {
		width: 100%;
	}

	/* 대회상세정보 */
	.detail-inforBox {
		display: block;
		padding: 20px 15px;
	}
	.detail-inforBox ul {
		width: 100%;
	}
	.detail-inforBox ul+ul {
		margin-top: 10px;	
	}
	.detail-inforBox ul li {
		width: 100%;
		gap: 0 20px;
	}
	.detail-inforBox ul li+li {
		margin-top: 10px;
	}	
	.detail-inforBox ul li strong {
		min-width: 85px;
		font-size: 16px;
	}
	.detail-inforBox ul li span {
		width: 100%;
		font-size: 16px;
	}
	.detailTop .btn-wrap {
		margin-top: 20px;
		padding: 0 15px;
	}
	.detailTop .btn-wrap button {
		width: 100%;
	}
	.search-box .notice-search dl dd select {
		min-width: 98px;
		width: 98px;
	}
	.search-box .notice-search dl dd input[type=text] {
		width: 100%;
	}

	/* 참가신청 */
	.step-list li {
		padding: 14px 14px 13px;
	}	
	.res-tbl tbody tr td.regist-type .btn-line {
		background-color: #0b2e4d;
		border-color:#0b2e4d;
		color: #fff;
	}
	.detailTop .btn-wrap > a {
		width: 100%;
	}
    .competition-details .detailTop .btn-wrap > a {
        background-color: #041a74;
        border-color: #041a74;
        color: #fff;
    }
	.table-row01 .res-tbl01 tr {
		position: relative;
	}
	.table-row01 .res-tbl01 tr td {
		position: absolute;
		left: 45%;
	}
	.table-row01 .res-tbl01 tbody tr:nth-child(1) {
		padding-top: 15px;
	} 
	.table-row01 .res-tbl01 tbody tr:last-child {
		padding-bottom: 5px;
	} 
	.table-row01 .res-tbl01 tr:nth-child(1) td:nth-child(2) {
		top: 15px;
	}
	.table-row01 .res-tbl01 tr:nth-child(1) td:nth-child(4) {
		top: 43px;
	}	
	.table-row01 .res-tbl01 tr td:nth-child(2) {
		top: 0;
	}
    .table-row01 .res-tbl01 tr td:nth-child(4) {
		top: 29px;
	}
    .table-row01 .res-tbl01 tr td.possibility {
        top: 32px;
        margin-bottom: 0;
    }
    .table-row01 .res-tbl01 tr td.possibility .btn-fill-color01 {
        height: 35px;
        line-height: 35px;
    }


	.res-tbl tbody tr td.regist-type {
		padding: 10px 0 0;
	}
	.res-tbl tbody tr td.regist-type::before {
		display: none;
	}
	.res-tbl tbody tr td.mob-input-cell {
		display: none;
	}
	.res-tbl tbody tr td .mob-chk-cell {
		width: 25px;
		height: 30px;
		margin-left: auto;
	}
	.res-tbl tbody tr td .mob-chk-cell input[type='checkbox'] + label {
		width: 25px;
		height: 25px;
		padding-left: 25px;
		font-size: 0;
	}
	.res-tbl tbody tr td .mob-chk-cell input[type='checkbox'] + label::before {
	 	width: 25px;
		height: 25px;
		border-radius: 50%;
		border: solid 1px #b1b1b1;
		background-color: #fff;
	}
	.res-tbl tbody tr td .mob-chk-cell input[type='checkbox']:checked + label::before {
		background-image: url('../img/bg_check_on01.svg');
		background-position-y: 6px;
	}	 
	.res-tbl tbody tr td.mob-input-cell input[type=text] {
		width: 100%;
	}
	.application-steps .btn-wrap {
		justify-content: center;
		flex-wrap: wrap;
		margin: 30px 0 0;
		padding: 0 15px;
	}
	.application-steps .btn-wrap button {
		width: 49.2%;
	}
	.application-steps .btn-wrap .prev {
		width: 34%;
		background-color: #788192;
	}
	.application-steps .btn-wrap .next {
		width: 63%;
	} 
	.application-steps .btn-wrap .list {
		width: 100%;
	}
	.application-steps .btn-wrap.right .modifyBtn {
		margin-right: 0;
	} 
	.application-steps .btn-wrap.right .completeBtn {
		flex-basis: 100% !important;	 
		margin-top: 10px;
	} 
	.mob-txt {
		margin-bottom: 10px;
		font-size: 16px;
    	font-weight: 500;
	}
	select+.mob-txt {
		margin-top: 20px;
	}
	.table-row01 .uniform-Infor tbody tr {
		display: flex;
		gap: 0 6px;
	}
    .confirmation-letter {
        padding: 20px 15px;
    }
    .application-progress {
        width: calc(100% - 30px);
        height: auto;
        margin: 0 0 15px 15px;
        padding: 15px 10px;
        flex-direction: column;
    }
    .application-progress .info-item {
        width: 100%;
    }
    .application-progress .info-item+.info-item {
        margin-top: 15px;
    }
    .application-progress dt {
        font-size: 16px;
    }
    .application-progress dd {
        font-size: 18px;
    }

	/* 상세 대진표 */
	.match-table {
		width: 100%;
        padding: 0 15px;
		overflow-y: hidden;
		overflow-x: auto;
	}
	.match-table+.match-table {
		margin: 30px 0 0 0;
	}
	.table-col.match-table table {
		width: 260%;	 
	}
	.detailed-match-table .select-detailed-match {
		padding: 0 15px;
	}

    [class*=matches-list] {
		width: 130%;
	}

	/* 공지사항 */
	.res-tbl tbody tr td.notice-tit {
		padding-top: 0;
	}
	.res-tbl tbody tr td.notice-tit::before {
		display: none;
	}
	.res-tbl tbody tr td.notice-tit a {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.44;
	} 
	.attachment-icon {
		display: block;
		width: 34px;
		height: 34px;
		padding: 5px 9px 6px;
		border: solid 1px #c8cbd1;
		border-radius: 50%;
		background-color: #fff;	
		vertical-align: top;
	}

	/* 공지사항 상세 */ 
	.notice-view .tit01 {
		padding: 20px 15px 0;
		border-bottom: 0;
		line-height: 1.56;
	}
	.notice-infor01 {
		flex-wrap: wrap; 
		padding: 20px 15px 10px;
	}
	[class*=notice-infor] dt {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
	[class*=notice-infor] dd {
		font-size: 16px;
	}	
	.notice-infor01 dd {
		width: 90%;
		margin: 0 0 10px 35px;
	}
	.notice-infor02 {
		display: block;
		padding: 20px 15px
	}
	.notice-infor02 dd {
		margin: 0;
	}	

	.chkList {
		flex-wrap: wrap;
		gap: 10px 0;
	}
	.chkList li {
		width: 20%;
	}	
  	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 12px;
		padding: 0 15px;
	}

    /* 경기일정 결과 */
    .relative .btn-fill-color01 {
        height: 40px;
        line-height: 40px;
        right: 15px;
    }
    .match-results .btn-wrap button {
        width: 100%;
    }
    .match-record {
        flex-wrap: wrap;
    }   
    .match-record .team-name {
        width: 50%;
        height: 85px;
        padding: 20px 0 23px;
        text-align: center;
        border: solid 1px #bfbfbf;
        border-right: 0 none;
        background-color: #fff;
        font-size: 16px;
        font-weight: bold;
        vertical-align: middle;
    }
    .match-record .team-name:first-child {
        order: 0;
    }
    .match-record .team-name:last-child {
        order: 1;
    }
    .match-record table {
        width: 100%;
        order: 2;    
    }
    .match-record table tr:last-child td {
        border-bottom: 1px solid #c1c1c1;
    }   
    .tournament-teams {
        flex-direction: column;
    }

    /* 팀 정보 조회 */
    .list-box {
        padding: 20px 15px 0 15px;
    }
    .list-box ul li {
        width: 100%;
    }
    .list-box ul li a {
        padding: 20px 15px;
    }

    /* 마이페이지  */
    .tab-link {
        margin-bottom: 0;
    }
    .tab-link li a {
        padding: 15px 0;
        font-size: 16px;
    }
    .tab-link li.active a::after {
        height: 4px;
    }    
    /* 팀소속 선수 */
    .table-row01.team-details table tr th,
    .table-row01.team-details table tr td {
        display: inline-block;
    }
     .table-row01.team-details table tr th {
        width: 30%;
        margin-bottom: 20px;
    }
    .table-row01.team-details table tr td {
        width: 68%;
    }
    .team-players {
        padding: 0 15px;
    }
    .team-players .table-col {
        width: 100%;
        max-height:none;
        overflow-y: hidden;
    }
    .team-players .table-col:first-child table {
        border-right: 1px solid #cecece;
    }
    .team-players .table-col table .first-col {
        width: 30%;
    }
    .team-players .table-col table thead th {
        height: 50px;
    }
    .team-playe .table-col table tbody td {
        height: 45px;
        padding: 10px 5px 9px;
    }
}	

@media (max-width: 835px) {
    [class*=matches-list] {
		width: 160%;
	}
    .mobile-card {
        padding: 50px 20px 75px;
    }
    .mobile-card .player {
        width: 60%;
    }
    .mobile-card .player .photo {
        width: 200px;
        height: 200px;
        margin: 0 20px 0 0;
    }    
    .mobile-card .qr-code {
        padding: 0 0 0 35px;
    }
    .mobile-card .qr-code .qr-img {
        margin-right: 35px;
    }
}
@media (max-width: 815px) {
    .mobile-card .player .photo {
        width: 190px;
        height: 190px;
    }
}

@media (max-width: 769px) {
    .notice-infor01 dd {
        width: 88%;
    }
    [class*=matches-list] {
		width: 176%;
	}

    /* 마이페이지  */
    /* 모바일ID카드 */
    .mobile-card {
        flex-direction: column;
        gap: 30px 0;
        padding: 30px 15px 0;
        border-bottom: 0;
    }
    .mobile-card > div {
       flex-direction: column; 
    }
    .mobile-card .player {
        width: 100%;
    }
    .mobile-card .player .photo {
        width: 217px;
        height: 217px;
        margin: 0 0 20px 0;
    }
    .mobile-card .player .intro p,
    .mobile-card ul li {
        text-align: center;
    }
    .mobile-card .qr-code {
        padding: 0;
    }
    .mobile-card .qr-code::before {
        display: none;
    }   
    .mobile-card .qr-code .qr-img {
        margin: 0 0 20px 0;    
    }
    .mobile-card .qr-code ul {
        margin: 0 0 20px 0;
    }
    .mobile-card .btn-round {
        display: block;
        margin: 0 auto;
    }

    .chk-area {
        width: 18%;
    }
}
@media (max-width: 485px) {
	.step ul {
        width: 100%;
    }
    .step ul::before {
        width: 70%;
        left: 60px;
    }
    .notice-infor01 dd {
        width: 76%;
    }
	.participation-fee .flex {
		flex-direction: column;
	}
	.participation-fee strong {
		display: block;
		margin: 0 0 15px 0;
	}
	.participation-fee select,
	.participation-fee .btn-fill-color03 {
		display: block;
		width: 100%;
	}
	.participation-fee select {
		margin-bottom: 10px;
	}
	.participation-fee p {
		margin: 15px 0 50px 0;
	}
	.bottomArea {
        display: block;   
        margin-top: 50px;
		padding: 0 15px;  
    } 
	.bottomArea .btn-wrap {
		flex-wrap: wrap;
		justify-content: left;
        margin: 0;
        padding: 0;
	}
	.bottomArea .btn-wrap button {
		width: 48.6%;
	} 
	.bottomArea .btn-wrap .completeBtn {
		width: 100%;
		margin-top: 10px;
	}
    [class*=matches-list] {
		width: 340%;
	}

    /* 우편번호 팝업 */
    #zipCdSpace{
        width: calc(100% - 30px);
        position: absolute;
        left: 15px;
    }

    /* 팀 정보 조회 */
    .list-box ul li a .team-logo {
        width: 110px;
        height: 110px;
        margin: 0 20px 0 0;
    }
    .list-box ul li a .team-info p {
        gap: 0 20px;
    }
    .list-box ul li a .team-info strong,
    .list-box ul li a .team-info span {
        font-size: 15px;
    }  

    .idpw-find .btn-fill-color01 {
        width: 100%;
    }
    
    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tr th {
		width: 26%;
	}
    .table-row table tbody td input[type=text].inp-width01 {
        width: 70%;
    }
    .table-row table tbody tr.regist-classification th {
        width: 100%;
        padding: 0;
    }
    .table-row table tr.regist-classification td {
        width: 100%;
    }
    .table-row table tbody tr.regist-classification td input[type=text].inp-width01 {
        width: 70%;
    }
    .regist-classification .searchBtn {
        width: 60px;
    }
    .regist-classification .flex {
        flex-direction: column;  
        align-items: baseline;
    }
    .search-area {
        width: 100%;
    }
    .search-area p {
        width: 100%;
        position: static;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .chk-area {
        width: 100%;
        margin-bottom: 15px;
    }
    .chk-area01 input[type='checkbox'] + label.round-chkbox {
        height:25px;
        line-height: 25px;
    }
    .chk-area01 input[type='checkbox'] + label.round-chkbox::before {
        top: 0;
    }
    .chk-area02 {
        padding-top: 0;
    }
    .chkList {
        gap: 10px 0;
    }
    .chkList li {
        width: 37%;
    }
    .chkList li:last-child {
        width: 100%;
     } 
    .search-list li+li {
        margin-top: 15px;
    }

    .termsCont .table-col table {
        width: 100%;
    }
    .termsCon .table-col table thead th {
        font-size: 15px;
    }

    .termsCont .table-col table tbody td {
        height: auto;
        padding: 13px 10px 14px;  
        font-size: 15px;  
        vertical-align: top;
    }

    .table-row01.team-details table tr th.block-full,
    .table-row01.team-details table tr td.block-full {
        display: block;
        width: 100%;
    }

     /* 레이어 팝업 */
	.modalPop .modalLayer {
		width: 100%;
		height: 100%;
		padding: 15px;
        top: 0;
        left: 0;
		transform: translate(0, 0);
	}
	.modalPop .modalLayer .modalCont {
		padding: 15px;
	}
	.modalPop .modalLayer h4 {
		font-size: 20px;	
	}
	.modalPop .modalLayer .tableTop button {
		height: 40px;
        line-height: 40px;
	}
	.modalPop .modalLayer .table-col.scrollX table {
		width: 290%;
	}

     /* 소속팀 검색 팝업 */
    #affiliated-team.modalPop .modalLayer {
        width: 100%;
    }
    #affiliated-team .modalLayer .modalCont {
        height: 83%;
    }
    .modalPop .modalLayer .search-box {
        margin: 0 0 40px 0;
        padding: 15px;
    }
    .modalPop .modalLayer .search-total {
        padding: 0;
        font-size: 15px;
    }
    .modalPop .modalLayer .relative.long .btn-fill-color01 {
        position: absolute;
        top: -15px;
        right: 0;
        margin: 0;
    }
    #affiliated-team .modalLayer .modalCont .table-col {
        height: auto;
    }

    /* 메달 팝업  */
    #medalView .modalLayer {
        width: 320px;
        height: auto;
        padding: 0 0 30px 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        border-radius: 10px;
    }
    #medalView .modalLayer h4 {
        display: none;
    }    
    #medalView .modalCont {
        margin-bottom: 20px;
        padding: 0;
        border-bottom: 0;
    }
    #medalView figure .medalImg {
        width: 100%;
        height: 287px;
        margin-bottom: 20px;
        position: relative;
    }
    #medalView figure .medalImg img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        border: 0;
        object-fit: fill;
    }
    #medalView figure {
        margin-bottom: 10px;
    }
    #medalView figure figcaption {
        padding: 0 20px;
        font-size: 16px;
    }
    #medalView .date {
        padding: 0 20px;
        font-size: 14px;
    }
    #medalView .btn-wrap button {
        width: 89px;
        height: 35px;
        line-height: 33px;
        border-radius: 22px;
        border: solid 1px #fff;
        background-color: #041a74;
        font-size: 16px;
    }    

    #uploadLayer.modalPop .modalLayer {
		width: calc(100% - 30px);
        height: auto;
    	min-height: 180px;
        padding: 20px;
	    top: 308px;
	    margin-left: 15px;
    }
    #uploadLayer.modalPop .modalLayer .modalCont {
        padding: 0;
    }
    #uploadLayer .modalLayer input[type='file'] {
    	width: 100% !important;
    }
    #uploadLayer .modalLayer [class*=btn-fill] {
        height: 40px;
        line-height: 40px;
    }
    #uploadLayer .box_left {
        padding: 120px 0 0 0;
        position: relative;
     }
    #previewArea {
        position: absolute;
        top: 0;
        left: 0;
    }

    #award-medal-view.modalPop .modalLayer {
        width: 100%;
        padding: 15px;
    }
    #award-medal-view .modalCont {
        padding: 10px 0;
    }
    #award-medal-view img,
    #award img {
        height: 100%;
    }
    #award-medal-view figure figcaption {
        font-size: 18px;
    }
    #award-medal-view .date {
        font-size: 16px;
    }

    .sheet {
        height: 713px;
    }
    .prise-inner {
        padding: 0px 16%;
    }    
    .prise-header {
        margin: 0 0 5mm;
    }
    .prise-number {
        font-size: 25px;
    }    
    .prise-team,
    .prise-player {
        font-size: 20px;
    }   
    .prise-teamplayer {
        margin: 0 0 3mm;
    } 
    .prise-body {
        margin: 0;
        font-size: 18px;
    }    
    .prise-date {
        margin: 4mm 0 3mm;
    }
    .prise-footer {
        margin: 0;
    }
    .prise-org {
        font-size: 30px;
        letter-spacing: 2px;
    }

}

@media (max-width: 435px) {

    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tbody td input[type=text].inp-width01,
    .table-row table tbody tr.regist-classification td input[type=text].inp-width01 {
        width: 66%;
    }

     .sheet {
        height: 657px;
    }
}
@media (max-width: 415px) {
    .table-row table tbody td input[type=text].inp-width01 {
        width: 65%;
    }
    .table-row table tbody tr.regist-classification td input[type=text].inp-width01 {
        width: 65%;
    }
    .regist-classification .searchBtn {
        width: 59px;
    }
    .sheet {
        height: 645px;
    }
    .prise-inner {
        padding: 0px 12%;
    }
}

@media (max-width: 400px) {
    .step ul {
        gap: 0 32px;
    }

    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tbody td input[type=text].inp-width01 {
        width: 64%;
    }

    .sheet {
        height: 600px;
    }
    .prise-inner {
        padding: 0px 11%;
        top: 130px;
    }
}    
@media (max-width: 395px) {
	.chkList li {
		width: 45%;
	}	
    .step ul {
        gap: 0 28px;
    }
    [class*=matches-list] {
        width: 365%;
    }
    
    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tbody td input[type=text].inp-width01 {
        width: 63%;
    }
    .table-row table tbody tr.regist-classification td input[type=text].inp-width01 {
        width: 60%;
    }
    .regist-classification .searchBtn {
        width: 65px;
    }
} 
@media (max-width: 376px) {
    .bottomArea .btn-wrap button {
        width: 48.4%;
    }
    .step ul::before {
        width: 72%;
        left: 55px;
    }
    [class*=matches-list] {
        width: 382%;
    }
    
    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tbody td input[type=text].inp-width01 {
        width: 61%;
    }
    .regist-classification .searchBtn {
        width: 63px;
    }

    /* 팀 정보 조회 */
    .relative.long .btn-fill-color01 {
        position: static;
        margin: 0 15px 15px 15px;
    }

    .application-progress dt {
        margin-right: 25px;
        padding: 0 25px 0 30px;
    }
    .application-progress dt::before {
        top: 0;
    }

    .sheet {
        height: 557px;
    }    
}
@media (max-width: 365px) {
    .loginArea .links a {
        margin-right: 30px;
        padding-right: 30px;
        font-size: 15px;
    }
    .step ul::before {
        left: 50px;
    }
    .application-steps .btn-wrap .next {
        width: 62%;
    } 
    [class*=matches-list] {
        width: 395%;
    }
    
    /* 마이페이지  */
    /* 회원정보 */
    .table-row table tbody td input[type=text].inp-width01 {
        width: 59%;
    }
    .regist-classification .searchBtn {
        width: 60px;
    }

    .application-progress dt {
        margin-right: 20px;
        padding: 0 20px 0 30px;
        font-size: 15px;
    }

    .application-progress dd {
        font-size: 17px;
    }

    .table-row table tr th {
        font-size: 15px;
    }

    .sheet {
        height: 523px;
    }
    .prise-inner {
        padding: 0 14%;
        top: 102px;
    }
    .prise-body {
        font-size: 16px;
    }
    .prise-org {
        font-size: 28px;
        letter-spacing: 1px;
    }

}

@media (max-width: 345px){
    .regist-classification .searchBtn {
        width: 57px;
    }    
}
/* 높이 */
@media (max-height: 1070px) {
  #award {
        /* height: 752px; */
        height: 777px; 
    }
}
/* @media (max-height: 935px) {
    #award {
        height: 706px;
    }
}
@media (max-height: 915px) {
    #award {
        height: 620px;
    }
}     */
@media (max-height: 745px) {
    #award {
        height: 573px;
    }
}    
@media (max-height: 740px) {
   #award {
        height: 690px;
    }
}
@media (max-height: 680px) {
    #award-medal-view .modalCont {
        max-height: 463px;
    }
    #uploadLayer.modalPop .modalLayer {
	    top: 236px;
    }

    #award {
        height: 602px;
    }
}

/* 상세경기일정 */
.daejinWrap {
    display: flex;
}
.daejinWrap .tit01{
    margin-bottom: 0;
}
.daejinBtnWrap {
    margin-left: auto;
    margin-bottom: 20px;
}
.daejinBtn {
    background: #041A74;
}
.display-none {
    display: none;
}

/***** 대진표 *****/
@keyframes bounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tournament-container {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 40px 0;
    overflow: hidden;
}

.tournament-container .tournament-header {
    text-align: center;
    margin-bottom: 40px;
    color: #333e;
}

.tournament-container .tournament-title {
    font-size: 32px;
    font-weight: 800;
    margin: 0;
    letter-spacing: 1px;
    color: #041a74;
}

.tournament-container .tournament-subtitle {
    font-size: 16px;
    margin-top: 8px;
    color: #666;
    font-weight: 500;
}

.tournament-container .matches-area {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 15px;
    padding: 40px 20px;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

.tournament-container .matches {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    height: auto;
}

.tournament-container .round {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex: 1;
    position: relative;
    box-sizing: border-box;
}

.tournament-container .match-box {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    border: 1px solid #e0e0e0;
    display: block;
    width: 100%;
    max-width: 240px;
    margin: 20px auto;
    z-index: 10;
    animation: fadeIn 0.6s ease-out;
    min-width: 250px;
}

.tournament-container .match-inner {
    transition: all 0.3s ease;
}

.tournament-container .match-box:hover .match-inner {
    transform: translateY(-4px);
}

.tournament-container .match-box:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.tournament-container .match-header {
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid #e0e0e0;
    min-height: 44px;
}
.tournament-container .match-header.bracket-1,
.tournament-container .match-header.bracket-2 {
    background: #f3f3f3;
}
/* 1경기, 2경기 */
.tournament-container .match-header.bracket-3 {
    background: #e3f2fd;
} /* 승자조 */
.tournament-container .match-header.bracket-4 {
    background: #fce4ec;
} /* 패자조 */
.tournament-container .match-header.bracket-5 {
    background: #fff8e1;
} /* 최종진출전 */
.tournament-container .match-header.bracket-6 {
    background: #fff3e0;
} /* 결승 */

.tournament-container .match-number {
    background: #041a74;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
}

.tournament-container .match-victory {
    background: #041a74;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    margin-left: auto;
}

.tournament-container .match-label {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.tournament-container .match-box .teams {
    padding: 0;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.tournament-container .team {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f0f0f0;
    height: 45px;
}

.tournament-container .team:last-child {
    border-bottom: none;
}

.tournament-container .team-top {
    border-bottom: 1px solid #e0e0e0;
}

.tournament-container .seed {
    background: #888;
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 500;
    min-width: 30px;
    text-align: center;
}

.tournament-container .team-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

/* ========== 토너먼트 연결선 ========== */
.tournament-container .round-1::after,
.tournament-container .round-2::after,
.tournament-container .round-1::before,
.tournament-container .round-2::before {
    content: "";
    position: absolute;
    background: #041a74;
}

.tournament-container .round-1::after {
    width: 300%;
    height: 2px;
    right: -250%;
    top: 25%;
}
.tournament-container .round-2::after {
    width: 200%;
    height: 2px;
    right: -50%;
    top: 75%;
}

.tournament-container .round-1::before {
    width: 2px;
    right: -4%;
    top: 25%;
    bottom: 25%;
}
.tournament-container .round-2::before {
    width: 2px;
    right: -50%;
    top: 25%;
    bottom: 25%;
}

.tournament-container .match-1,
.tournament-container .match-2,
.tournament-container .match-3,
.tournament-container .match-4,
.tournament-container .match-5,
.tournament-container .match-6,
.tournament-container .match-hidden {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.tournament-container .match-hidden {
    visibility: hidden;
    pointer-events: none;
}

.tournament-container .trophy-icon {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 40px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.2));
    animation: bounce 2s infinite;
}

.tournament-container .round-1 {
    animation-delay: 0.1s;
}
.tournament-container .round-2 {
    animation-delay: 0.3s;
}
.tournament-container .round-3 {
    animation-delay: 0.5s;
}
.tournament-container .round-4 {
    animation-delay: 0.7s;
}

.tournament-container .teams .team {
    font-size: 14px;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.tournament-container .team:hover .team-name {
    color: #667eea;
    font-weight: 700;
}

.regular-league-wrap table {
    border-top: 3px solid #cecece;
}
.regular-league-wrap .table-col table thead th,
.regular-league-wrap .table-col table tbody th {
    background-color: #f2f5f9;
}
.regular-league-wrap .table-col table thead :nth-child(1) {
    background-color: #d2dbe9;
    color: #041a74;
}
.regular-league-wrap .table-col table td {
    transition: transform 0.15s ease;
}
.regular-league-wrap .table-col .highlight-table {
    box-shadow: inset 0 0 10px rgba(210, 219, 233, 1);
}
.regular-league-wrap .table-col .highlight-this {
    transform: scale(1.5);
    color: #041a74;
    font-weight: 700;
}

@media (max-width: 1280px) {
    .tournament-container .matches {
        transform: scale(0.85);
        transform-origin: center center;
    }

    .tournament-container .matches-area {
        justify-content: center;
        align-items: center;
        padding: -10px;
    }
}

@media (max-width: 1024px) {
    .tournament-container {
        padding: 20px 10px;
    }

    .tournament-container .matches {
        transform: scale(0.85);
        transform-origin: center center;
        flex-direction: column;
    }

    .tournament-container .tournament-title {
        font-size: 24px;
    }

    .tournament-container .matches-area {
        padding: 30px 20px;
        overflow-x: hidden;
    }

    .tournament-container .round {
        flex-direction: row;
        margin: 30px 0;
    }

    .tournament-container .round-1::after {
        width: 50%;
        height: 2px;
        top: 125%;
        right: 25%;
    }
    .tournament-container .round-2::after {
        width: 50%;
        height: 2px;
        top: 125%;
        right: 25%;
    }
    .tournament-container .round-1::before {
        width: 2px;
        height: 300%;
        right: 25%;
        top: 25%;
        bottom: 25%;
    }
    .tournament-container .round-2::before {
        width: 2px;
        height: 400%;
        right: 75%;
        top: -75%;
        bottom: 25%;
    }

}

/* =========================================
    [Custom] Mobile Responsive Table Styles
    ========================================= */
@media screen and (max-width: 768px) {

	.table-col {
		max-height: 500px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		border: 1px solid var(--border-color);
	}

	.table-col .res-tbl thead th {
		position: sticky;
		top: 0;
		z-index: 5;

		background-color: var(--subnav-background-color);
		color: var(--body-text-color); /* 글자색도 통일 */

		border-top: 1px solid var(--border-color);
		border-bottom: 1px solid var(--border-color);

		padding-top: 8px;
		padding-bottom: 8px;
	}
}
