@CHARSET "UTF-8";

.popup_area{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	overflow-y: auto;
	display: none;
}
.popup_area .popup_modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.8;
	z-index: 99;
	display: none;
}

.popup_wrap {
	position: absolute;
	top:80px;
	left:50%;
	transform:translateX(-50%);
	margin-bottom: 50px;
	width: 1200px;
	background-color: #fff;
	z-index: 99999;

}
.popup_wrap.popup_wrap2 {
	top:260px;

}
.popup_wrap .popup_close {
		position: absolute;
		top: 30px;
		right:30px;
		cursor:pointer;
	}

.popup_wrap .popup_inner {
	padding:65px 70px;
}

/* 가이드 운행정보 팝업 */
.bus_table thead {
	border-top: 2px solid #af8d5d;
}
.bus_table th{
	border-bottom: 1px solid #af8d5d;
	border-right: 1px solid #af8d5d;
	border-left: 1px solid #af8d5d;
    padding: 20px 0;
    position: relative;
}
.bus_table th:first-child{
	border-left: 0px;
}
.bus_table th:last-child{
	border-right: 0px;
}
.bus_table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
    color: #888888;
    padding: 25px 0;
    font-size: 16px;

}
.bus_table td:first-child{
	border-left: 0px;
}
.bus_table td:last-child{
	border-right: 0px;
}


/* 사설강사등록 사진업로드팝업  */
div#overLayer {
	position: fixed;
	z-index: 101;
}
div#overLayer .popbg {
	width: 560px;
	background: #fff;
	padding: 40px;
}
div#overLayer .border_div {
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 560px;
	height: auto;
	margin: 0 auto;
}
div#overLayer .border_div .top {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height: auto;
	border-bottom: 1px solid #ddd;
	line-height: 135px;
}
div#overLayer .border_div .bottom {
	background: #f7f7f7;
	height: auto;
	width: 520px;
	border-radius: 0 0 5px 5px;
	padding: 20px;
}
div#overLayer .border_div .bottom .check_txt {
	margin-top: 0;
	font-size: 13px;
}
div#overLayer .brown_btn {
	min-width: 163px;
	padding: 0;
}
/* 콘도 단체예약 이용요금 팝업*/
.basic_table.border_line {
	border-top: 3px solid #af8d5d;
}
.basic_table.border_line th,
.basic_table.border_line td {
	border-right: 1px solid #ddd;
}
.basic_table.border_line th{
	border-bottom: 1px solid #af8d5d;
}
.basic_table.border_line .last{
	border-right: 0;
}
.basic_table.border_line .brb{
	border-right: 1px solid #af8d5d;
}

/* 콘도 단체예약 비디오 팝업*/
#video_popup_wrap .video_wrap {
	width: 1060px;
	height: 669px;
}
#video_popup_wrap .video_wrap .video{
	width: 100%;
	height: 100%;
}
#video_popup_wrap .video_wrap .video #bg_video {
	width:100%; 
	height:100%		
	outline:0;
}

/* 골프 조인예약 */
#golfjoin_popup_wrap textarea {
	width: 100%;
	height: 150px;
}

/* 폴라인 강습 조회 팝업 */
#teacher_list_pop {background-color: rgba(0, 0, 0, 0.5);}
#teacher_list_pop .popup_wrap {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 580px;
    height: 510px;
    margin-bottom: 50px;
    padding: 60px 35px;
    background-color: #fff;
    z-index: 99999;
    overflow-y: scroll;
}
#teacher_list_pop .popup_wrap::-webkit-scrollbar {width: 7px;}
#teacher_list_pop .popup_wrap::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #ccc; /* 스크롤바의 색상 */
    border-radius: 10px;
}
#teacher_list_pop .popup_wrap::-webkit-scrollbar-track {
    background: #fff;
    -webkit-box-shadow: none;
}
#teacher_list_pop th {
    text-align: center;
    background-color: #012754;
}
#teacher_list_pop td {color: #000;}
#teacher_list_pop th, #teacher_list_pop td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
#teacher_list_pop td.inform {
    display: flex;
    justify-content: center;
}
#teacher_list_pop td.inform > p:first-child {margin-right: 27px;}
#teacher_list_pop th:first-child, #teacher_list_pop td:first-child {border-right: 1px solid #e2e2e2;}