/* 접속 정보 */
section.sec-connect-info {
    position: relative;
    width: 100%;	
    display: flex;
    justify-content: center;
	flex-direction:column;
    align-items: center;
    color: #222222;
    background-color: #DFDFDF;
    font-family: 'Pretendard';
    font-size: 32px;
	padding:20px 0;
}

section.sec-connect-info div {
    font-weight: 800;
    display: flex;
    align-items: center;
}

section.sec-connect-info span.area {
    color: #0A91F8;
	font-size:36px;
	padding:0 5px;
	font-weight:800;
}
section.sec-connect-info .cmt {
	font-size:20px;
	padding:5px 20px;
	font-weight:400;
	background:#2e75b6;
	color:#FFFFFF;
	border-radius:30px;
	margin:10px 0 0 0;
}
section.sec-connect-info .cmt a{
	position:relative;
	margin-top:-4px;
	margin-left:10px;
	color:#FFFFFF;
	font-weight:600;
	font-size:20px;
}
section.sec-connect-info .city_pop{
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;

}
section.sec-connect-info .city_pop .city_pop_wrapper{
	position:relative;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;	
}
section.sec-connect-info .city_pop .city_pop_wrapper .cont{
	position:relative;
	display:flex;
	justify-content:center;
	gap:0 10px;
	background:#FFFFFF;
	padding:35px 50px;
	border-radius:10px;
}
section.sec-connect-info .city_pop .city_pop_wrapper .cont .a_wrapper{
	display:flex;
	justify-content:center;
	gap:0 5px;		
}
section.sec-connect-info .city_pop .city_pop_wrapper .cont select{
	height:45px;
	font-size:20px;
	font-weight:400;
	width:180px;
}
section.sec-connect-info .city_pop .city_pop_wrapper .cont .btn_set_area{
	background:#000000;
	color:#FFF;
	font-size:20px;
	font-weight:500;
	height:40px;
	padding:0 20px;
	cursor:pointer;
}

section.sec-connect-info .city_pop .city_pop_wrapper .cont .btn_set_close{
	background:#666;
	color:#FFF;
	font-size:20px;
	font-weight:500;
	height:40px;
	padding:0 20px;
	cursor:pointer;
}
/* 참여 정보 */

/* 모바일 */
@media screen and (max-width: 750px) {
	/* 접속 정보 */
	section.sec-connect-info {
		position: relative;
		font-size: 14px;
		padding:20px 0;
	}
	section.sec-connect-info span.area {
		color: #0A91F8;
		font-size:16px;
		padding:0 5px;
		font-weight:800;
	}
	section.sec-connect-info .cmt {
		font-size:12px;
		padding:5px 30px;
		border-radius:40px;
		display:flex;
		flex-direction:column;
		line-height:1.7;
		margin-top:5px;
	}
	section.sec-connect-info .cmt a{
		margin-left:10px;
		color:#FFFFFF;
		font-size:12px;
	}
	section.sec-connect-info .city_pop{
		display:none;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:100%;

	}
	section.sec-connect-info .city_pop .city_pop_wrapper{
		position:relative;
		width:100%;
		height:100%;
		display:flex;
		justify-content:center;
		align-items:center;	
	}
	section.sec-connect-info .city_pop .city_pop_wrapper .cont{
		position:relative;
		display:flex;
		flex-direction:column;
		justify-content:center;
		gap:10px 10px;
		background:#FFFFFF;
		padding:10px 50px;
		border-radius:10px;
		width:100%;
	}
	
	section.sec-connect-info .city_pop .city_pop_wrapper .cont .a_wrapper{
		display:flex;
		justify-content:center;
		gap:0 5px;		
	}
	section.sec-connect-info .city_pop .city_pop_wrapper .cont select{
		height:30px;
		font-size:14px;
		font-weight:400;
		width:30%;;
	}
	section.sec-connect-info .city_pop .city_pop_wrapper .cont .btn_set_area{
		background:#000000;
		color:#FFF;
		font-size:14px;
		font-weight:500;
		height:30px;
		padding:0 20px;
		cursor:pointer;
	}

	section.sec-connect-info .city_pop .city_pop_wrapper .cont .btn_set_close{
		background:#666;
		color:#FFF;
		font-size:14px;
		font-weight:500;
		height:30px;
		padding:0 20px;
		cursor:pointer;
	}
	/* 참여 정보 */
}