@charset "UTF-8";
@import url("/assets/common/css/font.css");
* {
	font-family: Noto Sans KR;
	padding: 0px;
	margin: 0px; 
}

.work29_window{
	position: absolute;
	top:50%;
	left: 50%;
	margin-top: -214px;
	margin-left: -225px;
	width: 450px;
	height: 360px;
	background-color: #fff;	
	border-radius: 3px;
/*	border: 1px solid red;*/
}

.work29_window_close{
	position: absolute;
	top:5px;
	right: 30px;
	width: 30px;
	height: 30px;
	border: 0px solid;
	outline: 0px;
	background-color: #fff;
	z-index: 10;
	background-image: url("/assets/image/prod/popup/bt_popup_close_n.svg");
}

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

.work29_title_line{
	position: relative;
	height: 1px;
	background-color: #D5D5D5; 	
}

/*----------------------------내부 컨텐츠(버튼)-------------------------------*/

.work29_button{
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -130px;
	width: 260px;
	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;
}