@charset "utf-8";
#pop_load {
	position: fixed;
	z-index: 3000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	opacity: 0.9;
	padding: 10px 2%;
	display: flex;
	justify-content: center;
}
#pop_load .pop_body {
	width: 64px;
	height: 64px;
	margin: auto;
}
#pop_alert {
    position: fixed;
    z-index: 3000;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 4%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}
#pop_alert .pop_body {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 16px 0 48px;
    padding: 40px 0 8px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(100, 100, 100, .4), 0 4px 12px rgba(100, 100, 100, .4);
    text-align: center;
    overflow: hidden;
}
#pop_alert .pop_body .text {
    color: #ff4500;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
#pop_alert .pop_body button {
    display: inline-block;
    font-size: 10px;
}
.popup {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
	padding: 10px 2%;
	display: none;
}
.popup .price_mess {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 10px 0 5px;
}
.popup .pop_body {
	width: 100%;
	max-width: 430px;
	height: 100%;
	user-select: none;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin: auto;
	overflow: hidden;
}
#pop_img .pop_body {
	max-width: 670px;
}
#pop_album .pop_body {
	max-width: 1230px;
}
.popup .pop_header {
	width: 100%;
	height: 50px;
	background-color: #0F3888;
	padding: 10px 15px;
	overflow: hidden;
	display: flex;
}
.popup .pop_header .pop_title {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}

#login_form {
	margin-top: 10px;
}
#logout_form.cont {
	padding: 10px;
}

.popup .pop_header .pop_close {
	width: 30px;
	height: 30px;
	background: transparent url('../img/pop_close.png') no-repeat 0 0;
	background-size: 30px 30px;
	margin-left: auto;
	display: block;
}
.popup .pop_footer {
	display: flex;
}
.popup .pop_footer button {
	width: 100%;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #000;
	overflow: hidden;
}
#pop_img .pop_footer button.pop_close {
	width: 50%;
}
#pop_album .pop_footer button.pop_close {
	width: 50%;
}
.popup .pop_footer button:hover {
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0));
}
.popup .pop_footer button.pop_ok {
	background-color: #0F3888;
}
.popup .pop_footer button.pop_prev {
	width: 25%;
	background: #0f3888 url('../img/pop_prev.png') no-repeat center center;
	background-size: 30px 30px;
}
.popup .pop_footer button.pop_next {
	width: 25%;
	background: #0f3888 url('../img/pop_next.png') no-repeat center center;
	background-size: 30px 30px;
}
.popup .pop_footer button.pop_prev:hover {
	background-image: url('../img/pop_prev.png'), linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-size: 30px 30px, 100% 100%;
}
.popup .pop_footer button.pop_next:hover {
	background-image: url('../img/pop_next.png'), linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0));
	background-size: 30px 30px, 100% 100%;
}
.popup .cont {
	height: calc(100% - 100px);
	padding: 0 10px;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup .cont .pop_date_tbl tr.sticky {
    position: sticky;
    top: 0;
    left: 0;
}
.popup .cont .pop_date_tbl tr th.sticky::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #ccc;
	z-index: -1;
	border-collapse: collapse;
 }

#pop_img .cont {
	display: flex;
}
#pop_album .cont {
	padding: 10px;
}
#pop_img .cont .img {
	max-width: 640px;
	margin: auto;
}
#pop_img .cont .img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}
#pop_img .cont .img .img_cap {
	font-size: 14px;
	padding: 5px 0;
	color: #222;
}
.popup .cont .mess_text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #d6b700;
	padding: 10px;
	margin-bottom: 15px;
}
.popup .cont .war_text {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #e00;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
}
.popup .cont .mess_box {
	border: 1px solid #ddd;
	padding: 9px;
	margin-bottom: 15px;
}
.popup .cont .mess_box p {
	font-size: 14px;
	line-height: 20px;
}
.popup .cont .mess_list li {
	font-size: 14px;
	line-height: 20px;
	background: transparent url('../img/pop_mess.png') no-repeat 0 2px;
	background-size: 16px 16px;
	padding-left: 19px;
}
.popup .cont .mess_list li.war {
	color: #e00;
	background-image: url('../img/pop_war.png')
}
.popup .cont .pop_list {
	margin: -5px;
	display: flex;
	flex-wrap: wrap;
}
.popup .cont .pop_list li {
	width: calc(25% - 10px);
	background-color: #eee;
	margin: 5px;
}
.popup .cont .pop_list li .cap {
	font-size: 14px;
	line-height: 20px;
	padding: 5px;
}
.popup .cont .pop_form_tbl {
	width: 100%;
	margin-bottom: 15px;
}
.popup .cont .pop_form_tbl tr th {
	width: 100px;
	font-size: 12px;
	line-height: 18px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 11px 0;
}
.popup .cont .pop_form_tbl tr td {
	font-size: 14px;
	line-height: 20px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	padding: 10px;
}
.popup .cont .pop_form_tbl tr td.in {
	padding: 7px 10px;
}
.popup .cont .pop_form_tbl tr td.in input[type=text],
.popup .cont .pop_form_tbl tr td.in input[type=password] {
	width: 100%;
	height: 24px;
	padding: 0 5px;
}
.popup .cont .pop_date_tbl {
	width: 100%;
	margin: 8px 0;
}
.popup .cont .pop_date_tbl:not(:last-child) {
	margin-bottom: 10px;
}
.popup .cont .pop_date_tbl tr th {
	background-color: #eee;
	border: 1px solid #ccc;
}
.popup .cont .pop_date_tbl tr th.mon {
	width: 110px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	padding: 7px 0;
}
.popup .cont .pop_date_tbl tr th.name {
	width: 80px;
	font-size: 12px;
	line-height: 18px;
	padding: 8px 0;
}
.popup .cont .pop_date_tbl tr td {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
}
.popup .cont .pop_date_tbl tr td.day {
	font-size: 14px;
	line-height: 20px;
	background: #f6f6f6 url('../img/icon_check0.png') no-repeat 5px 9px;
	background-size: 16px 16px;
	padding: 7px 0 7px 25px;
}
.popup .cont .pop_date_tbl tr td.price {
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	padding: 7px 5px;
}
.popup .cont .pop_date_tbl tr.sele td {
	cursor: pointer;
}
.popup .cont .pop_date_tbl tr.sele.hover td {
	background-color: #ffc;
}
.popup .cont .pop_date_tbl tr.sele.col1 td {
	background-color: #fff;
}
.popup .cont .pop_date_tbl tr.sele.col2 td {
	background-color: #ffeef6;
	cursor: pointer;
}
.popup .cont .pop_date_tbl tr.sele.col3 td {
	background-color: #eef6ff;
	cursor: pointer;
}
.popup .cont .pop_date_tbl tr.sele.on td {
	background-image: linear-gradient(rgba(255,255,153,0.4), rgba(255,255,153,0.4));
}
.popup .cont .pop_date_tbl tr.sele.on td.day {
	background-image: url('../img/icon_check1.png'), linear-gradient(rgba(255,255,153,0.4), rgba(255,255,153,0.4));
	background-position: 5px 9px, 0 0;
	background-size: 16px 16px, cover;
}
.popup .cont .pop_sele_tbl {
	width: 100%;
	margin: 10px 0;
}
.popup .cont .pop_sele_tbl:not(:last-child) {
	margin-bottom: 10px;
}
.popup .cont .pop_sele_tbl tr td {
	font-size: 14px;
	line-height: 20px;
	background: #f6f6f6 url('../img/icon_check0.png') no-repeat 5px 9px;
	background-size: 16px 16px;
	border: 1px solid #ccc;
	cursor: pointer;
	padding: 7px 0 7px 25px;
}
.popup .cont .pop_sele_tbl tr.hover td {
	background-color: #ffc;
}
.popup .cont .pop_sele_tbl tr.col1 td {
	background-color: #fff;
}
.popup .cont .pop_sele_tbl tr.on td {
	background-image: url('../img/icon_check1.png'), linear-gradient(rgba(255,255,153,0.4), rgba(255,255,153,0.4));
	background-position: 5px 9px, 0 0;
	background-size: 16px 16px, cover;
}
.popup .cont .pop_butt {
	display: flex;
}
.popup .cont .pop_butt button {
	width: 50%;
	height: 50px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background-color: #d6b700;
	margin-left: auto;
}
.popup .cont .pop_butt button.hover {
	background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0));
}
@media screen and (max-width: 740px) {
	.popup .cont .pop_list li {
		width: calc(33.33% - 10px);
	}
}
@media screen and (max-width: 550px) {
	.popup .cont .pop_list li {
		width: calc(50% - 10px);
	}
}
@media screen and (max-width: 370px) {
	.popup .cont .pop_list li {
		width: calc(100% - 10px);
	}
}