﻿@charset "utf-8";
/* CSS Document */


/*예전메인팝업*/
#PopupManagment {
	position: absolute;
	width: 100%;
	z-index: 121;
	top: 631px;
	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_font i {
	vertical-align: middle;
	margin-left: 3px;
}
.pop_font a { display: block; }
.pop_right { float: right }
.popup_img {
	margin: 0;
	padding: 0;
	height: 100%;
}
input[type=checkbox] { vertical-align: middle; }
/* ======================================================== 일반팝업 */
#popup_list01, #popup_list02 {
	position: absolute;
	margin: 0;
	width: 425px;
	height: 601px;
	top: -150px;
	left: 388px;
	background: #000;
	border: 1px solid #000;
	z-index: 102;
}
#popup_list01 .popup_img {/* background: #fff;*/ height:484px; }
.popup_bottom01 {
	position: absolute;
	bottom: 20px;
	right: -13px;
	font-size: 20px;
}
.popup_bottom01 a {
	display: block;
	width: 23px;
	height: 23px;
	text-align: center;
}
.popup_bottom02 {
	position: absolute;
	height: 30px;
	top: 12px;
	right: 12px;
	font-size: 20px;
}
.popup_bottom02 .pop_right { margin-left: 10px; }
.popup_bottom02 img {
	width: 14px;
	height: 14px;
}

#popup_list03 {
	position: absolute;
	margin: 0;
	width: 478px;
	height: 417px;
	top: -240px;
	left: 395px;
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
	z-index: 100;
}
/* ======================================================== 정기정검 팝업 띄울때만 활성화합니다. */

/* 정기정검 */
#popup_check01 .popup_img {
	position: absolute;
	float: left;
	width: 446px;
	height: 257px;
	margin: 0;
	padding: 0;
	/*중간 팝업 없을때*/
	top: 234px;
	left: 377px;
	/*중간 팝업 있을때
	top: 150px;
    left: -11px;*/
	border: 1px solid;
	background: url(/images/popup/2018/popup_check01.png) repeat-x 0 0;
	z-index: 102;
}
/* 긴급점검 */
#popup_check02 .popup_img {
	position: absolute;
	float: left;
	width: 446px;
	height: 257px;
	margin: 0;
	padding: 0;
	top: -40px;
	left: 377px;
	background: url(/images/popup/2018/popup_check02.png) repeat-x 0 0;
	z-index: 102;
}
/* 임시점검 */
#popup_check03 .popup_img {
	position: absolute;
	float: left;
	width: 446px;
	height: 257px;
	margin: 0;
	padding: 0;
	top: 234px;
	left: 377px;
	background: url(/images/popup/2018/popup_check03.png) repeat-x 0 0;
	z-index: 102;
}
#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;
}
#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_check02 .contents, #popup_check03 .contents {
	position: absolute;
	float: left;
	width: 446px;
	height: 41px;
	top: 121px;
	left: 0px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 120%;
	text-align: center;
	letter-spacing: -1px;
	font-family: "나눔고딕";
}
/* ======================================================== 롤링팝업 추가 */
#pop_rolling {
	position: absolute;
	margin: 0;
	width: 425px;
	height: 484px;
	top: -39px;
	left: 50%;
	margin-left: -212px;
	z-index: 101;
	background: #000;
	border: 1px solid #000;
	box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.25);
}
#rolling_menu {
	position: absolute;
	left: 50%;
	top: 48%;
	width: 410px;
	height: auto;
	margin: -20px 0 0 -206px;
}
#rolling_menu .flash_btn {
	width: 30px;
	height: 40px;
	padding: 0;
	border: none;
}
/* 이벤트 갯수 변경시 화살표 마진 값 조정*/
#flash_btn_left_popup {
	margin-left: 0;
	left: 0;
	position: absolute;
	z-index: 110;
}
#flash_btn_right_popup {
	margin-right: 0;
	right: 0;
	position: absolute;
	z-index: 110;
}
#rolling_menu .flash_btn i::before {
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 40px;
	vertical-align: middle;
	transition: all 0.1s linear;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
#rolling_menu .flash_btn:hover {
	background: transparent;
	cursor: pointer;
}
#flash_btn_left:hover .fa-angle-left::before { margin-right: 7px; }
#flash_btn_right:hover .fa-angle-right::before { margin-left: 7px; }
#rolling_btn {
	position: relative;
	margin: 0;
	z-index: 101;
	color: #fff;
	text-align: center;
	margin-top: -34px;
}
#rolling_btn span {
	cursor: pointer;
	font-size: 30px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
.rolling_bottom {
	position: absolute;
	width: 397px;
	margin-left:-1px;
	padding: 0 15px;
	background: #000;
	line-height: 35px;
	z-index: 100;
}

#cycle-slideshow-evt {
	width: 100%;
	height: 100%;
	margin: auto;
	background: transparent;
}
#cycle-slideshow-evt img {
	opacity: 0;
	filter: alpha(opacity=0);
}
/* ======================================================== common style */
.float_l { float: left; }
.mg_t30 { margin-top: 30px; }
