@charset "EUC-KR";
@import url("../assets/css/font.css");


* {	
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans KR;
    font-weight: 500;

}

/*=======================¸ð´Þ==========================*/
#file-download-popup-container .modal_full{
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.3);
}







/*=====================================================*/
/*=======================or11==========================*/
/*=====================================================*/



#file-download-popup-container .sr12_window{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -215px;
	width: 430px;
	height: 280px;
	background-color: #fff;	
	border-radius: 3px;
/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_window_close{
	position: absolute;
	top:15px;
	right: 30px;
	width: 30px;
	height: 30px;
	border: 0px solid;
	outline: 0px;
	background-color: #fff;
	background-image: url("/assets/image/popup/bt_popup_close_n.svg");
}

#file-download-popup-container .sr12_title_1{
	position: relative;
	top:83px;
	height:41px;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	color:#083338;
/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_title_2{
	position: relative;
	top:83px;
	height:41px;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color:#083338;
/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_button_area{
	position: absolute;
	display: flex;
	bottom: 30px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	height: 45px;
}

#file-download-popup-container .sr12_button1{
	position: relative;
	left: 0px;
	width: 175px;
	height: 45px;
	border: 0px;
	border-radius: 4px;
	outline: 0px;
	background-color: #104348;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #fff;
}

#file-download-popup-container .sr12_button2{
	position: relative;
	left: 10px;
	width: 175px;
	height: 45px;
	border: 0px;
	border-radius: 4px;
	outline: 0px;
	background-color: #FF5A00;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color: #fff;
}

#file-download-popup-container .sr12_window_1{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -350px;
	margin-left: -285px;
	width: 600px;
	height: 665px;
	background-color: #fff;
	border-radius: 3px;
	overflow: hidden;
	overflow-y: auto;
	/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_title_1_1{
	position: relative;
	top:15px;
	height:41px;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	color:#083338;
	/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_title_2_1{
	position: relative;
	height:41px;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color:#083338;
	/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_title_3_1{
	position: relative;
	font-weight: 500;
	text-align: center;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	color:#083338;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	/*	border: 1px solid red;*/
}

#file-download-popup-container .sr12_button_area_1{
	position: relative;
	display: flex;
	bottom: -5px;
	left: 50%;
	margin-left: -180px;
	width: 360px;
	height: 45px;
	margin-bottom: 20px;
}










/*=====================================================*/
/*=======================sr01==========================*/
/*=====================================================*/
