@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@900&display=swap');


/* index 상단 --------------------------------------------------------------------------------*/
.twitterLogo {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.nextUrlCopy, .nextUrlCopy:hover {
	font-size: 15px;
	font-weight: bold;
	font-family: "Roboto",sans-serif;
	color: #000000;
	margin-left: 10px;
}

.topCautionCopy {
	font-size: 12px;
	color: #000000;
	margin-top: -10px;
}

.text_red {
	color: #dd4b39 !important;
}



/* 지역 선택 버튼 -----------------------------------------------------------------------------*/
.local_btnLine {
	background: #dd4b39;
	height: 44px;
	margin-top: 44px !important;
}
.btn_local {
	background: #dd4b39 !important;
}


.realTime_number {
	margin-top: -6px;
}

.realTime_textCut {
	display: inline-block;
	width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 15px;
	height: 15px;
}

.arow_right {
	float: right;
	margin-top: 2px;
}


.local_font {
	font-family: 'Gothic A1', sans-serif;
	font-size: 22px !important;
	margin-top: 0px;
	/*text-shadow: #fff 0px 1px 1px;*/
}