@charset "utf-8";

.modal-popup-reservation {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1001;
}
.modal-popup-reservation > .container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 920px;
    background-color: #ffffff;
    padding: 50px;
    box-sizing: border-box;
    z-index: 50;
}
.modal-popup-reservation > .container > #close-reservation-popup {
    float: right;
    top: 30px;
    right: 30px;
}
.modal-popup-reservation > .container > div > .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.modal-popup-reservation > .container > div > .item:not(:last-child) {
    margin-bottom: 20px;
}
.modal-popup-reservation > .container > div > .item > .title {
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #000000;
	font-size: 1.22em;
    font-weight: 700;
    margin-bottom: 10px;
}
.modal-popup-reservation >.container >  div > .item > p {
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #000000;
	font-size: 1em;
    font-weight: 350;
    line-height: 1.308;
}
.modal-popup-reservation >.container >  div > .item > label {
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #000000;
	font-size: 1em;
    font-weight: 500;
    margin: 20px 0px;
}
.modal-popup-reservation >.container >  div > .item > label > input {
    width: 1em;
    height: 1em;
}
.modal-popup-reservation >.container >  div > .reservation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.modal-popup-reservation >.container >  div > .reservation > .button {
    display: inline-block;
    width: 162px;
	height: 42px;
	background-color: #ffffff;
    font-family: 'NotoSansCJKkr', sans-serif;
	color: #43728c;
	font-size: 0.94em;
	font-weight: 700;
	line-height: 42px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #43728c;
    box-sizing: border-box;
}
.modal-popup-reservation >.container >  div > .reservation > .button:hover {
    color: #ffffff;
    background-color: #43728c;
}
#reservation-popup-opcc {
    display: none;
}
#reservation-popup-opi {
    display: none;
}
