@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

#root {
	font-family: 'Noto Sans KR';
}

#lnb li {
	width: 50% !important;
}

#lnb.is-sticky {
	max-width: 1920px;
}

#lnb.is-sticky li + li::before {
	top: 50%;
}

@media (max-width: 667px) {
    #logo a img {
        height: 4rem;
    }
}

/* input */
/******************************************************************************/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.input {
	width: 100%;
	height: 7.0rem;
	padding: 0 2.0rem;
	letter-spacing: -0.5px;
	font-size: 3.4rem;
	font-weight: 700;
	color: #434343;
	border: 1px solid #bcbec0;
	background-color: #ffffff;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
	-webkit-appearance: none;
}

.input:-internal-autofill-selected  {
	background-color: #fff;
}

.input:focus {
	border-color: #9e9998;
}

.input:read-only {
	background-color: #eceded;
}

.input:read-only:focus {
	border-color: #9e9998;
}

.input:disabled {
	background-color: #eceded;
}

.input:disabled:focus {
	border-color: #9e9998;
}

.input::placeholder {
	font-size: 3.6rem;
	color: #a3a3a4;
	font-weight: 700;
}


.select {
	display: block;
}
	
.select select {
	width: 100%;
	padding: .2em 2.5em .2em 1em;
	padding-left: 4.0rem;
	font-size: 2.4rem;
	letter-spacing: -0.5px;
	font-weight: 300;
	border-color: #827c7b;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
}


/* 공통 */
/******************************************************************************/
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	border: 0;
	clip: rect(0 0 0 0);
}

#league {
	color: #333;
	letter-spacing: -0.5px;
	word-break: keep-all;
}

/*
#league .main-article .article-header h2 strong .br {
	display: none;
}
*/

#league em {
	font-style: normal;
}

#league #visual {
	height: 58.0rem;
	padding-top: 0;
	background: url("../images/bg_visual.jpg") no-repeat center;
}

#league #visual > .container {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#league #visual .article-header h2 {
	color: #fff;
}

#league #visual .article-header p {
	color: #fff;
}

#league .txtb {
	font-weight: 700 !important;
}

.table-ul {
	padding: 3.0rem 0;
}

.table-ul > li {
	display: table;
	width: 100%;
}

.table-ul > li + li {
	margin-top: 1.0rem;
}

.table-ul .dt {
	display: table-cell;
	width: 18.3rem;
	padding-left: 5.0rem;
	vertical-align: top;
}

.table-ul .dt > span {
	display: block;
	width: 100%;
	height: 4.0rem;
	line-height: 3.6rem;
	font-size: 2.2rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	background-color: #253c63;
	border-radius: 4.0rem;
	-webkit-border-radius: 4.0rem;
	-moz-border-radius: 4.0rem;
}

.table-ul .dd {
	display: table-cell;
	width: auto;
	padding-left: 1.5rem;
	font-size: 2.4rem;
	line-height: 3.6rem;
	letter-spacing: -1.8px;
	font-weight: 500;
	vertical-align: top;
	color: #595547;
}

.table-ul .dd > span {
	font-size: 2.0rem;
}


.btn-box {
	margin: 7.0rem 0;
	text-align: center;
}

.label {
	overflow: hidden;
	display: inline-block;
	min-width: 27.0rem;
	height: 7.0rem;
	padding: 0;
	border: none;
	background-color: transparent;
	vertical-align: top;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
}

.label > span {
	position: relative;
	display: block;
	height: 100%;
	font-size: 3.4rem;
	font-family: 'Gmarket Sans';
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #797d8e;
	box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #696c79;
	-webkit-box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #696c79;
	-moz-box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #696c79;
	border-radius: 0 0 0.8rem 0.8rem;
	-webkit-border-radius: 0 0 0.8rem 0.8rem;
	-moz-border-radius: 0 0 0.8rem 0.8rem;
}

.label > span:after {
	content: ''; 
	width: 0; 
	height: 100%; 
	display: inline-block; 
	vertical-align: middle;
}

.label.c-sblue > span {
	background-color: #568bc5;
	box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #4975a6;
	-webkit-box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #4975a6;
	-moz-box-shadow: inset -0.8rem -0.8rem 0 -0.1rem #4975a6;
}

.button {
	overflow: hidden;
	display: inline-block;
	min-width: 27.0rem;
	height: 7.0rem;
	padding: 0 0 0.5rem 0;
	vertical-align: top;
	border: 0;
	background-color: transparent;
}

.button > span {
	position: relative;
	display: block;
	height: 100%;
	font-size: 3.4rem;
	font-family: 'Gmarket Sans';
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #e83140;
}

.button > span:after {
	content: ''; 
	width: 0; 
	height: 100%; 
	display: inline-block; 
	vertical-align: middle;
}

.button.disabled {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: default !important;
}

/* .button.disabled > span {
	box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
	-webkit-box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
	-moz-box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
} */

.button:disabled {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: default !important;
}

.button:disabled > span {
	box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
	-webkit-box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
	-moz-box-shadow: inset -0.9rem -0.9rem 0 -0.1rem #696c79;
}


.button.c-red > span {
	background-color: #e83140;
	/* box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b;
	-webkit-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b;
	-moz-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b; */
}

.button.c-blue > span {
	background-color: #253c63;
	box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #182740;
	-webkit-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #182740;
	-moz-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #182740;
}

.button.c-sblue > span {
	background-color: #568bc5;
	/* box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #4975a6;
	-webkit-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #4975a6;
	-moz-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #4975a6; */
}


/* 접수대기버튼 */
.button.btn-waiting > span {
	background-color: #529bf7;	
	/* padding: 0 1.0rem;
	box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #006536;
	-webkit-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #006536;
	-moz-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #006536; */
}
.button.c-beige > span {
	background-color: #77756b;
}

.button.on {
	background-color: #ff4654;
	box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b;
	-webkit-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b;
	-moz-box-shadow: inset -0.6rem -0.6rem 0 -0.1rem #df242b;
}

.btn-box > .button + .button {
	margin-left: 5.0rem;
}

.title {
	position: relative;
	z-index: 1;
	border: 2px solid #253c63;
	background-color: #253c63;
	background-image: url('../images/bg_title.png');
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100% auto;
	box-shadow: inset 0 -0.6rem 0 0 #253c63;
	-webkit-box-shadow: inset 0 -0.6rem 0 0 #253c63;
	-moz-box-shadow: inset 0 -0.6rem 0 0 #253c63;
	border-radius: 0.8rem;
	-webkit-border-radius: 0.8rem;
	-moz-border-radius: 0.8rem;
}

.title > .step {
	position: absolute;
	top: 0;
	left: 2.5rem;
	width: 12.4rem;
}

.title > span {
	display: block;
	height: 8.6rem;
	font-size: 4.0rem;
	font-family: 'Gmarket Sans';
	font-weight: 700;
	color: #253c63;
	text-align: center;
}

.title > span:after {
	content: ''; 
	width: 0; 
	height: 100%; 
	display: inline-block; 
	vertical-align: middle;
}

.round-box {
	position: relative;
	margin-top: -1.0rem;
	padding: 1.0rem 0 3.0rem;
	border: 1px solid #bcbec0;
	border-radius: 0 0 0.8rem 0.8rem;
	-webkit-border-radius: 0 0 0.8rem 0.8rem;
	-moz-border-radius: 0 0 0.8rem 0.8rem;
}

.round-box-in {
	padding: 5.5rem 5.0rem 0;
	margin: 0;
}

.round-lastbg {
	position: absolute;
	left: -1px;
	right: -1px;
	bottom: 1.9rem;
}

.round-lastbg > span {
	display: block;
	width: 100%;
	height: 2.0rem;
	margin-bottom: -1.4rem;
	border: 1px solid #bcbec0;
	border-top: 0;
	border-radius: 0 0 0.8rem 0.8rem;
	-webkit-border-radius: 0 0 0.8rem 0.8rem;
	-moz-border-radius: 0 0 0.8rem 0.8rem;
}

/* 레이어팝업 */
/******************************************************************************/
.popup-league {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.64);
}

.popup-league .popup-body {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 75.0rem;
	padding: 7.0rem 5.5rem;
	background-color: #fff;
	border-radius: 3.0rem;
	-webkit-border-radius: 3.0rem;
	-moz-border-radius: 3.0rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.popup-league .btnClose {
	overflow: hidden;
	position: absolute;
	right: 2.0rem;
	top: 2.0rem;
	background-color: transparent;
	border: 0;
	cursor: pointer;
}

.popup-league .btnClose img {
	width: 4.0rem;
}

#league .popup-league .hp-inbx {
	max-width: none;
	margin: 0 auto 3.0rem;
	padding-right: 33.0rem;
}

#league .popup-league .hp-inbx .button {
	min-width: 31.0rem;
	padding: 0;
}

#league .popup-league .hp-inbx .button > span {
	padding: 1.9rem 0;
	font-size: 3.0rem;
	background-color: #529bf7;
	box-shadow:none;
}

#league .popup-league .hp-inbx .sms-n {
	position: absolute;
	right: 0;
	bottom: -2.0rem;
	display: inline-block;
	width: 33.0rem;
	text-align: center;
}

/* 알럿팝업 */
/******************************************************************************/
.alert-layer {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	background-color: rgba(0,0,0,0.64);
}

.alert-layer .alert-body {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 54.0rem;
	padding: 4.0rem 2.0rem;
	background-color: #fff;
	-webkit-box-shadow: 0 1.0rem 1.2rem 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1.0rem 1.2rem 0 rgba(0,0,0,0.2);
	box-shadow: 0 1.0rem 1.2rem 0 rgba(0,0,0,0.2);
	border-radius: 3.0rem;
	-webkit-border-radius: 3.0rem;
	-moz-border-radius: 3.0rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.alert-layer .alert-ctn {
	display: table;
	width: 100%;
}

.alert-layer .alert-ctn > div {
	display: table-cell;
	width: 100%;
	height: 7.0rem;
	font-size: 2.4rem;
	line-height: 3.2rem;
	text-align: center;
	font-family: 'NanumSquareRound';
	vertical-align: middle;
	word-break: keep-all;
}

.alert-layer .alert-btn {
	margin-top: 3.0rem;
}

.alert-layer .alert-btn > ul {
	text-align: center;
}

.alert-layer .alert-btn > ul > li {
	display: inline-block;
	margin: 0 0.5rem;
}

.alert-layer .alert-btn > ul > li .button {
	min-width: 16.6rem;
	height: 5.7rem;
}

.alert-layer .alert-btn > ul > li .button > span {
	font-size: 2.6rem;
	padding: 0.8rem 0;
}

.alert-layer .alert-btn > ul > li .btnConfirm > span {
	background-color: #ff4654;
	box-shadow: inset -0.5rem -0.5rem 0 -0.1rem #df242b;
	-webkit-box-shadow: inset -0.5rem -0.5rem 0 -0.1rem #df242b;
	-moz-box-shadow: inset -0.5rem -0.5rem 0 -0.1rem #df242b;
}

.alert-layer .alert-btn > ul > li .btnCancel > span {

}

.alert-layer .point-txt {
	font-weight: 600;
	color: #0066c7;
}

@media (max-width: 750px) {
	
	.alert-layer .alert-ctn > div {
		font-size: 18px;
	}

	.alert-layer .alert-ctn > div .point-txt {
		font-size:20px;
	}

	.alert-layer .alert-btn > ul > li .button {
		font-size: 16px;
	}
}

@media (max-width: 667px) {
	
	.button {
		border-width: 1px;
	}

	.alert-layer .alert-ctn > div {
		font-size: 16px;
	}

	.alert-layer .alert-ctn > div .point-txt {
		font-size:18px;
	}
	
	.alert-layer .alert-btn > ul > li .button {
		width: 100px;
		height: 35px;
		font-size: 14px;
	}

	.popup-league .popup-body {
		width: 95%;
		height: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 500px) {

	.alert-layer .alert-body {
		width: 84%;
		padding: 25px 10px;
	}
	
	.alert-layer .alert-ctn > div {
	    line-height: 4.0rem;
	}
}





