body {
	padding: 0;
	margin: 0;
    font-family: Pretendard !important;
    font-weight: 500;
	user-select: none;
}
html{
	overflow-x: hidden;
}
.main{
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
}
body::-webkit-scrollbar {
	display: none;
}
button{
	font-family: Pretendard !important;
    font-weight: 500;
}
button:hover{
	filter: brightness(1.1); cursor: pointer;
}
#reserv_popup_by_btn:hover, #reserv_popup_curri_btn:hover, #reserv_popup_close_btn:hover{
	cursor: pointer;
}

@media screen and (max-width:584px){
	.reservation-modal{
        width: 100% !important;
    }
    .td-left{
        width: auto;
    }
	.modal2-close-btn{
		width: 50%;
	}
}
.reservation-modal-wrapper{
    position : fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
}
.reservation-modal-background{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}
.reservation-modal{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 584px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    max-height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none; /* 인터넷 익스플로러 */
    scrollbar-width: none; /* 파이어폭스 */
}
.reservation-modal::-webkit-scrollbar {
    display: none;
  }
.reservation-modal-title{
    color: #222;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 33.8px */
    letter-spacing: -0.52px;
    margin-top:24px;
    margin-bottom: 10px;
}
.reservation-modal-info{
    color: #555;
    text-align: center;
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    margin-bottom: 21px;
}

.d-f {
	display: flex;
	justify-content: space-between;
}
.d-r{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


input[type='checkbox'] {
    accent-color: #791285
}

.main {
	/* height: 7546px; */
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none; /* 인터넷 익스플로러 */
	scrollbar-width: none; /* 파이어폭스 */
}
.main::-webkit-scrollbar {
	display: none;
}
button:hover{
    filter: brightness(1.1);
}
pre{
    font-family: Noto Sans KR;
}


.d-none{
	display: none !important;
}

.sep{
    border-bottom: 1px solid #DFE1E5;
	width: 100%;
}

.wrapper {
	/* padding: 0 360px 0 360px;
	width: 100vw; */
	width: 1200px;
	transform: translate(-50%);
	margin-left: 50%;
    box-sizing  : border-box;
    position: relative;
}
@media screen and (max-width:1280px){
    .wrapper {
        width: 98%;
    }
}
@media screen and (max-width:1024px){
    .menu-bar {
       gap:50px !important;
    }
}
@media screen and (max-width:968px){
    .menu-bar {
       gap:30px !important;

    }
	.menu a{
		font-size: 16px !important;
	}
}
@media screen and (max-width:810px){
    .menu-bar {
       gap:20px !important;

    }
	.btn-add{
		padding: 8px 16px !important;
		font-size: 16px !important;
	}
}
@media screen and (max-width:760px){
    .header .line1{
		display: none;
	}
	.main:not(.index-main){
		padding-top:84px !important;
		min-height: calc(100vh - 84px) !important;
	}
	.menu-bar{
		display: none !important;
	}
	.right-header{
		display: none !important;
	}
	.line2{
		justify-content: center;
	}
	.mob-nav-open-btn{
		display: flex !important;
	}

}
.mob-nav-open-btn{
	position: absolute;
	height: 84px;
	top: 0;
	display: flex;
	align-items: center;
	left:6px;
	display: none;
}
.mob-nav-wrapper{
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
}
.mob-nav{
	width:75vw;
	height: 100vh;
	background-color: white;
	opacity: 1;
}
.mob-nav-slide-in{
	animation-duration: 0.5s;
  	animation-name: slidein;
	animation-fill-mode: forwards;
}
.mob-nav-slide-out{
	animation-duration: 0.5s;
  	animation-name: slidein;
	animation-fill-mode: forwards;
	animation-direction: reverse;
}
@keyframes slidein {
	from {
		transform: translate(-75vw);
	}
	to {
		transform: translate(0);
	}
}
.mob-nav-header{
	height: 60px;
	width: 100%;
	background-color:  #791285;
	display: flex;
	justify-content: space-between;
}
.nav-menu-sub-icon{
	width: 30px;
	height: 30px;
}
.mob-nav-header-left-menu{
	margin-left: 8px;
	display: flex;
	align-items: center;
}
.mob-nav-header-right-menu{
	color: #FFF;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px; /* 105.556% */
	letter-spacing: -0.36px;
	display: flex;
	gap: 5px;
	align-items: center;
	margin-left: 5px;
	margin-right: 20px;
}
.mob-nav-header-right-menu a{
	text-decoration: none;
	cursor: pointer;
	color: white;
}
.mob-nav-header-right-menu span{
	color: #ebeaeaee;
	font-size: 14px;
}
.mob-nav-body{
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mob-nav-footer{
	width: 100%;
	min-height: calc(100vh - 337px);
	flex-shrink: 0;
	background: #F4F4F8;
}
.mob-nav-body-line{
	height: 59px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.mob-nav-body-line img{
	margin-right: 34px;
}
.mob-nav-body-line span{
	margin-left: 34px;
	color: #111;
	font-family: Pretendard;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 105.556% */
	letter-spacing: -0.36px;
}
.mob-nav-body-line a{
	text-decoration: none;
	color: #111;
}
.mob-nab-sep{
	height: 1px;
	width: 92%;
	background: #DFE1E5;
}



.menu a:hover{
	cursor: pointer;
}

.header {
	/* height: 64px; */
	z-index: 1;
	top: 0;
	left: 0;
	position: fixed;
	background-color:  white;
	width: 100vw;
	/* display: none; */
	/* justify-content: space-between; */
}
.header .logo {
	color: #772481;
	/* padding: 20px 0; */
	text-align: center;
	font-size: 19px;
	line-height: 24px; /* 126.316% */
	cursor: pointer;
}
.header .menu-bar {
	display: flex;
	justify-content: space-between;
	gap: 80px;
	/* padding: 32px 0 33px 0; */
}
.right-header {
	/* padding: 24px 0; */
}
.header .menu a {
	color: #111;
	font-size: 20px;
	line-height: 19px; /* 106.667% */
	text-decoration: none;
	letter-spacing: -0.4px;
}
.header .menu a:hover{
	color: #FFB900;
}
.header .small-menu{
    margin-left: 20px;
}

.header .small-menu a {
	color: #2F2F2F;
    font-family: Pretendard;
	font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: -0.3px;
    text-decoration: none;
	/* color: #2F2F2F;
	leading-trim: both;
	text-edge: cap;
	font-family: Pretendard;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; 
	letter-spacing: -0.3px;
	text-decoration: none;
	margin-left: 20px; */
}
.small-menu-sub-icon{
    transform: translate(0,2px);
    margin-right: 7px;
}
.small-menu-sub-icon-tmp{
	width: 15px;
	height: 15px;
    transform: translate(0,2px);
    margin-right: 6px;
	
}
.line1{
    height: 40px;
}
.line2{
	height: 84px;
	align-items: center;
}

.menu-sub-icon{
    /* transform: translate(0,2px); */
    margin-left: 10px;
}

.btn-add{
	border-radius: 6px;
	background: #9416A3;
	width: 120px;
	padding: 12px 20px;
	border: none;
	color:white;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}



.edge-point{
	width: 9px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.edge-point-purple{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #791285;
}
.edge-point-yellow{
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #FFB900;
}



.register-modal-body-wrapper{
	padding: 23px 42px;
	user-select: none;
}
.register-notice{
	border-bottom: 2px solid #791285;
	margin-bottom: 20px;
}
.register-notice-header-group{
	width: 100%;
	height: 37px;
	position: relative;
}

.mustcheck-wrapper{
	border-radius: 9px;
	background: #791285;
	width: 176px;
	height: 37px;
	justify-content: center;
	align-items: center;
	display: flex;

	position: absolute;
	top:0%;
	left: 50%;
	transform: translateX(-50%);
}
.register-notice-header-top{
	width: 100%;
	height: 50%;
	border-bottom: 1px solid #791285
}
.register-notice-header-bottom{
	width: 100%;
	height: 50%;
	border-top: 1px solid #791285
}
.register-notice-list{
	padding: 0;
	color: #222;
	font-family: "Hallym Gothic";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 24px */
	letter-spacing: -0.3px;

	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;

	margin-top: 10px;
	margin-bottom: 20px;
}
.register-notice-list a{
	text-decoration: underline;
	cursor: pointer;
	color: #791285;
}

.register-info-group table{
	width: 100%;
	margin-bottom: 20px;
	border-spacing: 0;
}
.register-info-group .td-left{
	width: 158px;
	text-align: left;
	color: #222;
	font-family: "Hallym Gothic";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 26px */
	letter-spacing: -0.4px;
	background-color: transparent;
	padding: 11px 0;
}
.register-info-group .td-right{
	width: calc(100% - 158px);
	padding: 7px 0;
}
.register-info-group .td-right span{
	margin-left: 10px;
    margin-right: 15px;
	color: #333;
	text-align: center;
	font-family: "Hallym Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}
#resgister_name{
	/* color: #AAA; */
	font-family: "Noto Sans KR";
	/* font-size: 18px; */
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}
.register-info-group .input-name{
	border: 2px solid #DFE1E5;
}
.register-info-group .td-right select{
	border: 2px solid #DFE1E5;
	color: #000;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}
.register-info-group .td-right input{
	font-size: 18px;
	color: #000;
}
.register-info-group .td-right input::placeholder{
	color: #AAA;
	font-family: "Noto Sans KR";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}
.register-info-group .sex input{
	margin: 0 12px 0 0;
	width: 16px;
	height: 16px;
}
.register-info-group .sex label{
	margin: 0 30px 0 0;
	color: #82858B;
	text-align: center;
	font-family: "Hallym Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}
.register-info-group .sex input[type="radio"]:checked{
	border: 4px solid #791285;
}
.register-info-group .sex input[type="radio"]:checked+label{
	color: #791285;
	text-align: center;
	font-family: "Hallym Gothic";
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
	letter-spacing: -0.36px;
}

.register-check-group{
	padding: 0 20px;
	margin-bottom: 30px;
	color: #333;
	font-family: "Noto Sans KR";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%; /* 18.2px */
	letter-spacing: -0.28px;
}

.register-check-all-line, .register-check-line div{
	display: flex;
	justify-content: left;
	align-items: center;
	gap: 10px;
}
.register-check-group input[type='checkbox'] {
    width: 16px;
	height: 16px;
	margin: 0;
	cursor: pointer;
}
.register-check-group label{
	cursor: pointer;
}
.register-check-small{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 20px;
	margin-top: 14px;
	
}
.register-check-info{
	background-color: #eee;
	height: 70px;
	padding: 8px;
	overflow-y: scroll;
	margin-left: 46px;
	margin-top: 10px;
}



@media screen and (max-width: 700px){
	.reservation-modal:has(.register-modal-body-wrapper){
		width: 100% !important;
		height: 80vh;
		top : 45%;
	}
	.register-modal-body-wrapper{
		overflow-y: auto;
		overflow-x: hidden;
	}

	#register_year{
		width: 90px !important;
	}
	#register_month, #register_date{
		width: 70px !important;
	}
}
@media screen and (max-width: 602px){
	.register-modal-body-wrapper {
		padding: 23px 22px;
		user-select: none;
	}
}
@media screen and (max-width: 563px){
	.register-info-group .td-left {
		font-size: 16px;
		width: 110px;
	}
	.register-info-group .td-right input {
		font-size: 16px;
	}
	.register-info-group .td-right input::placeholder{
		font-size: 16px;
	}
	.register-info-group .td-right select{
		font-size: 16px;
	}
	.register-info-group .td-right span{
		font-size: 14px;
		margin-left: 4px;
	}
	.register-info-group .td-right label{
		font-size: 16px !important;
	}
}
@media screen and (max-width: 484px){
	.register-info-group .td-right select{
		padding: 11px 10px;
		background: url(/public/images/expand_more.png) no-repeat center right 10px;
	}
	.register-info-group .td-right span{
		font-size: 14px;
		margin-right: 6px;
	}
	#register_year{
		width: 80px !important;
	}
	#register_month, #register_date{
		width: 60px !important;
	}
}
@media screen and (max-width: 436px){
	.register-info-group .td-left {
		font-size: 14px;
		width: 90px;
	}
	.register-info-group .td-right input {
		font-size: 14px;
	}
	.register-info-group .td-right input::placeholder{
		font-size: 14px;
	}
	.register-info-group .td-right select{
		font-size: 14px;
	}
	#register_year{
		width: 70px !important;
	}
	#register_month, #register_date{
		width: 55px !important;
	}
	.register-info-group .td-right span{
		font-size: 12px;
	}
	.register-info-group .td-right label{
		font-size: 14px !important;
	}
	.register-notice-list{
		font-size: 12px;
	}
	.register-check-group{
		font-size: 12px;
	}
	.button-group img{
		width: 43% !important;
	}
	.mustcheck-wrapper{
		width: auto;
	}
	.mustcheck-wrapper img{
		width: 70%;
	}
}

@media screen and (max-width: 390px){
	.register-info-group .td-left {
		font-size: 13px;
		width: 90px;
	}
	.register-info-group .td-right input[type="text"] {
		font-size: 13px;
		padding: 7px 6px;
	}
	.register-info-group .td-right input::placeholder{
		font-size: 13px;
	}
	.register-info-group .td-right select{
		font-size: 13px;
		padding: 7px 6px;
		background: url(/public/images/expand_more.png) no-repeat center right 7px;
	}
	#register_year{
		width: 59px !important;
	}
	#register_month, #register_date{
		width: 44px !important;
	}
	
	.register-info-group .td-right span{
		font-size: 11px;
		margin-left:  2px;
		margin-right: 4px;
	}
	.register-info-group .td-right label{
		font-size: 13px !important;
	}
	.register-notice-list{
		font-size: 11px;
	}
	.register-check-group{
		font-size: 11px;
		padding: 0 10px;
	}
	.register-check-small{
		padding: 0 10px;
	}
	
}

@media screen and (max-width: 344px){
	.register-info-group tr{
		display: flex;
		flex-direction: column;
	}
	.register-info-group .td-left, .register-info-group .td-right{
		width: 100%;
	}
	.register-info-group .td-left{
		padding: 11px 0 5px 0;
	}
	.register-info-group .td-right{
		padding: 3px 0 7px 0;
	}
	
}
