﻿@charset "utf-8";
/* CSS Document */


/*예전메인팝업*/
#PopupManagment {
	position: absolute;
	width: 100%;
	z-index: 200; /*빠른 위치 팝업 없을시 98*/
	top:720px;
	left: 0;
}
#PopupArea {
	position: relative;
	width: 1200px;
	float: none;
	margin: 0 auto;
}
.pop_font {
	color: #fff;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
.pop_right { float: right }
.popup_img {
	margin: 0;
	padding: 0;
}
input[type=checkbox] { vertical-align: middle; }
/* ======================================================== 일반팝업 */
#popup_list01 {
	position: absolute;
	margin: 0;
	width: 446px;
	top: 0;
	left: 413px;
}
#popup_list01 .popup_img {/* background: #fff;*/ }
.popup_bottom01 {
	position: absolute;
	top: 9px;
	right: 65px;
	font-size:20px;
}
.popup_bottom02 {
	position: absolute;
	height: 30px;
	top: 230px;
	right: 15px;
}
.popup_bottom02 .pop_right { margin-left: 10px; }
.popup_bottom02 img {
	width: 14px;
	height: 14px;
}
#popup_list02 {
	position: absolute;
	margin: 0;
	width: 446px;
	top: 0;
	left: 0px;
}

/* ======================================================== 정기정검 팝업 띄울때만 활성화합니다. */


#popup_check01 .popup_img {
	position: absolute;
	float: left;
	width: 446px;
	height: 257px;
	margin: 0;
	padding: 0;
	top: 710px; /* top 위치 710 */
	left: 413px;
	background: url(/images/popup/2018/popup_check01.png) repeat-x 0 0;
	z-index: 99;
}
#popup_check02 .popup_img {
	position: absolute;
	float: left;
	width: 365px;
	height: 225px;
	margin: 0;
	padding: 0;
	top: 504px;
	left: 366px;
	background: url(/images/popup/2015/popup_check02.png) repeat-x 0 0;
	z-index: 99;
}
#popup_check03 .popup_img {
	position: absolute;
	float: left;
	width: 365px;
	height: 226px;
	margin: 0;
	padding: 0;
	top: 504px;
	left: 366px;
	background: url(/images/popup/2015/popup_check03.png) repeat-x 0 0;
	z-index: 99;
}
#popup_check02 .contents, #popup_check03 .contents {
	position: absolute;
	float: left;
	width: 446px;
	height: 41px;
	top: 71px;
	left: 0px;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	letter-spacing: -1px;
	font-family: "나눔고딕";
}
#popup_check01 .inspection, #popup_check02 .inspection, #popup_check03 .inspection {
	position: absolute;
	float: left;
	top: 71px;
	left: 0;
	line-height: 41px;
	width: 446px;
	text-align: center;
	color: #fff;
	font-size: 21px;
	letter-spacing: -0.05em;
	font-family: "나눔고딕";
}
.popup_bottom_check {
	position: absolute;
	height: 30px;
	top: 15px;
	right: 15px;
}
/* ======================================================== common style */
.float_l { float: left; }
.mg_t30 { margin-top: 30px; }
