@charset "utf-8";
/**
 * @File Name : popup.css
 * @Description : Each Subpage Body Contents CSS (★ 최초…최종 작업자는 갱신 이력을 반드시 남겨주세요!)
 * @Modification Information
 * <pre>
 * 수정일 | 수정자 | 수정내용
 * 2020.11. 23 | 조미숙 | 최초 등록
 * 2020.11. 24 | 김효진 | 결제시 레이어팝업 스타일 추가
 * </pre>
 * @author 웹표준화실
 * @since 2020.02.27
 *
 * @Copyright (C) IACTS.CO.KR All rights reserved.
 */

/* All Device ◆◆◆◆◆◆◆◆◆◆ */


/* Layout */



/* Contents Block */

.button[class*='close']{position:fixed;bottom:0;
	height:36px;
	margin:0;
}
.button.close1{left:0;} /* 하루 안보이기 */
.button.close0{right:0;} /* 닫기 */

.lightbox1{display:block;
	position:relative;
	max-width:550px;
	width:100%;
	margin:0;
	background:#fff;
	color:#333;
	text-align:left;
	overflow:hidden;
	vertical-align:middle;
	box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);
}
.lightbox1 .h1group{position:relative;background: #42342b url(/_res/wood/img/inc/side_title_bg.png) repeat;z-index:2}
.lightbox1 .h1{display:block;margin:0;padding:.833em;color:#fff;font-weight:500;font-size:1.25em;}
.lightbox1 .b1.close{float:left;
	position:absolute;right:10px;top:9px;
	width:40px;height:40px;z-index:2
}
.lightbox1 .b1.close>.ic1{float:left;position:absolute;left:50%;top:50%;width:100%;height:100%;margin:-50%;
	background:url(/_res/wood/popup/share/img/ic80s4close1.png) no-repeat center center;
	background-size:contain;text-indent:-9999px;overflow:hidden;
}
.lightbox1 .cont{
	position:relative;z-index:2;
	padding:20px 6.364%; /* =35/550 */
}
.lightbox1 .h2group{border-bottom:2px solid #333;}
.lightbox1 .h2{display:block;margin:0;padding:.333em 0;color:#000;font-weight:600;font-size:24px;letter-spacing:-2px;}
.lightbox1 .g1{display:inline-block;padding:.416em .666em;background:#00a49a;color:#fff;font-size:11px;line-height:1;text-align:center;}
/* 정의목록. 스케줄 설정, 스템프 요청 */
.lightbox1 .dl1{display:block;margin:0;
	height:100%;
	padding:15px 4.167%; /* =(20/480) */
	background:#f7f7f7;
	border:1px solid #e7e7e7;
	overflow:hidden;
}
.lightbox1 .dl1 .di{display:block;margin:0 0 2px;padding:0;}
.lightbox1 .dl1 .dt{float:left;width:55px;padding:0 0 0 11px;
	background:url(../../img/lib1tour3/bu2.png) no-repeat 0 50%;
	font-weight:600;
}
.lightbox1 .dl1 .dd{display:table-cell;width:9999px;}
/* [IE8]fix */
.lightbox1 .b1.close>.ic1 img{display:block;position:static !important;margin:0 auto;}

ol[class*='bo']{list-style:none;}
ol.bo1>li:before{background:#d4600f;}

/* 결제시 레이어팝업 */
[id*="popup"].lightbox1 {position:fixed;top:calc(50% - 170px);left:10px;z-index:20;margin:0 !important;width:calc(100% - 20px);}
@media all and (min-width:500px){
	[id*="popup"].lightbox1 {left:calc(50% - 275px);width:100%;}
}
