@import url("https://cdn.jsdelivr.net/gh/orioncactus/Pretendard/dist/web/static/pretendard.css");

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin: 0;
}
body {
	font-family: Pretendard, 'Pretendard Variable', system-ui, -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
}
.input-col-info {
	width:80px;
	padding: 10px;
}
.div-frame {
	display: flex;
	flex-direction: row;
}

#tbl-cancel {
	margin-top : 10px;
}

.div-info{
	font-size : 11pt;
	font-family: NanumSquareRound, sans-serif;
	color: #151515;
	margin-bottom:20px;
}

.info-col {
	color:gray;
	font-size: 10pt;
	width: 60px;
}

.div-attend {
	line-height: 2.0em;
	vertical-align:top;
}

.btn-reserve-submit {
	padding: 10px 20px;
	background-color: #5a5a5a;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}

.btn-export {
	font-size:12px !important;
	color: #0a2540 !important;
	border-color: #0a2540 !important;
}

.btn-export:hover {
	background-color: #0a2540 !important;
	color: #fff !important;
}

.info-calendar {
	display:flex;
	flex-wrap: wrap;
    position: relative;
    background-color: #fbfbfb;
    color: #5a5a5a;
    width: 100%;
	max-width:64rem;
    -webkit-box-shadow: 0 10px 50px -20px #0a2540;
            box-shadow: 0 10px 50px -20px #0a2540;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
}

.calendar-sidebar {
    position: absolute;
    margin-top: 0;
    width: 300px;
    height: 100%;
    float: left;
    background-color: #fbfbfb;
    color: #0a2540;
    z-index: 1;
    -webkit-box-shadow: 5px 0 18px -3px #0a2540;
            box-shadow: 5px 0 18px -3px #0a2540;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    z-index: 2;
}

.calendar-sidebar > .calendar-reserve-name {
	padding: 40px 20px 30px 20px;
	text-align: left;
	font-size: 22px;
	font-weight:bold;
}
.calendar-sidebar > .calendar-reserve-name > p {
	margin: 0;
	font-size: 20px;
	font-weight:bold;
	display: inline-block;
}
.calendar-sidebar > .writer-name {
	padding: 5px 20px 15px 20px;
	text-align: left;
	font-weight:bold;
}
.calendar-sidebar > .use-time, .startdatetime {
	padding: 5px 20px 15px 20px;
	text-align: left;
}


.calendar-inner {
    position: relative;
    padding: 30px 40px 60px 30px;
    float: left;
    width: 100%;
	height: 630px;
    max-width: calc(100% - 620px);
    margin-left: 300px;
    background-color: #fff;
    -webkit-box-shadow: 5px 0 18px -3px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 0 18px -3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.calendar-inner::after {
    content: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(83, 74, 109, 0.5);
}
.sidebar-hide .calendar-inner {
    max-width: calc(100% - 400px);
    margin-left: 0;
}
.event-hide .calendar-inner {
    max-width: calc(100% - 200px);
}
.event-hide.sidebar-hide .calendar-inner {
    max-width: 100%;
}
.calendar-inner .calendar-table {
    border-collapse: collapse;
    font-size: 20px;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.calendar-top-text {
	position: relative;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
	color: #5a5a5a;
	padding-left:20px;
}

.calendar-title {
    position: relative;
    text-align: left;
    text-transform: uppercase;
	font-weight: 600;
    font-size: 20px;
    color: #5a5a5a;
	padding-left:20px;
	height:70px;
}

tr.calendar-header {

}

tr.calendar-body {

}
.css-round {
	cursor: pointer;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	flex-direction: column;
	width: 2.75rem;
	height: 2.75rem;
	border-radius: 50%;
	--bg-color: #E6E6FA;
	--badge-bg-color: #ffffff;
	--badge-text-color: #0eb27a;
	--badge-border-color: transparent;
	background-color: var(--bg-color);
	transition: all 0.1s linear 0s;
	color: #8773c1;
	font-weight:bold;
	justify-content: center;
	/*
	display: inline-flex;
	position: relative;
	font-size: 16px;
	*/
}


button.icon-button {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding: 0;
    cursor: pointer;
}

textarea {
	width:100%;
	height:60px;
	border-color: gray;
}

.cancel-reason {
	width:100%;
}
/*************
**  THEMES  **
**************/


/* 1280 */
@media screen and (max-width: 1280px) {
	.calendar-sidebar {
		width: 250px;
	}
    .calendar-inner {
        padding: 50px 20px 70px 20px;
        max-width: calc(100% - 550px);
		margin-left: 250px;
    }
    .sidebar-hide .calendar-inner {
        max-width: calc(100% - 380px);
    }
}
/* 1024 */
@media screen and (max-width: 1024px) {
    .calendar-sidebar {
        width: 250px;
    }
    .calendar-inner {
        padding: 50px 20px 70px 20px;
        max-width: calc(100% - 500px);
        margin-left: 255px;
    }
    .sidebar-hide .calendar-inner {
        max-width: calc(100% - 300px);
    }
    .event-hide .calendar-inner {
        max-width: calc(100% - 175px);
    }
}
/* md */
@media screen and (max-width: 991px) {
    .calendar-sidebar {
        width: 250px;
    }
    .calendar-inner {
        padding: 50px 20px 70px 20px;
        max-width: calc(100% - 500px);
        margin-left: 250px;
    }
    .sidebar-hide .calendar-inner {
        max-width: calc(100% - 275px);
    }
}

/* sm */
@media screen and (max-width: 768px) {
    .calendar-sidebar {
        width: 180px;
    }
    .calendar-inner {
        padding: 50px 20px 70px 20px;
        max-width: 100%;
        margin-left: 0;
    }
    .sidebar-hide .calendar-inner,
    .event-hide .calendar-inner {
        max-width: 100%;
    }
    .calendar-inner::after {
        content: '';
        opacity: 1;
    }
    .sidebar-hide.event-hide .calendar-inner::after {
        content: none;
        opacity: 0;
    }
}
/* sm only */
@media screen and (max-width: 768px) and (min-width: 426px) {
    .event-container > .event-info > p.event-title {
        font-size: 18px;
    }
}

/* xs */
@media screen and (max-width: 425px) {
	.div-frame {
		display: flex;
		flex-direction: column;
	}
    .calendar-sidebar {
		position: relative;
		flex-basis: 100%;
        width: 100%;
		height:auto;
    }

    .calendar-inner {
		flex-basis: 100%;
        margin-left: 0;
        padding: 30px 20px 40px 20px;
    }

	th[colspan="7"]::after {
		bottom: 0;
	}

	.calendar-inner::after {
        content: none;
        opacity: 0;
    }
}
@media screen and (max-width: 375px) {
    th[colspan="7"] {
        font-size: 20px;
        padding-bottom: 5px;
    }
    tr.calendar-header .calendar-header-day {
        font-size: 16px;
    }
}

