/* 210401 Ãß°¡ */
.tab1 {
	overflow: hidden;
	padding: 10px 0 2px 0;
}

.tab1 li {
	float: left;
	padding: 10px 0;
}

.tab1 li a {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 12px 0;
	font-family: 'nanumB';
	color: #000000;
	background-color: #fff;
	width: 84px;
	font-size: 17px;
	line-height: 20px;
	border-radius: 23px;
	border: 1px solid #fff;
}

.tab1 li a.selected {
	color: #fff;
	background: #326C23;
	border-bottom-color: #9F9F9F;
}

.btn01 {
	color: #9f9f9f;
	background-color: #FBF9F8;
	padding: 5px 15px;
	border-radius: 10px;
	font-weight: 600;
	width: 73px;
	height: 25px;
	font-size: 11px;
}

.btn01:hover {
	border: 1px solid #000000;
	color: black;
}

.active_btn {
	border: 1px solid #000000;
	color: black;
}

.btn02 {
	color: #9f9f9f;
	background-color: #FBF9F8;
	padding: 5px 10px;
	border-radius: 10px;
	font-weight: 600;
	min-width: 73px;
	height: 25px;
	font-size: 11px;
}

.btn02:hover {
	border: 1px solid #000000;
	color: black;
}

.btn04 {
	color: #9f9f9f;
	background-color: #FBF9F8;
	padding: 5px 15px;
	border-radius: 10px;
	font-weight: 600;
	min-width: 73px;
	height: 25px;
	font-size: 11px;
}

.btn04:hover {
	border: 1px solid #000000;
	color: black;
}

.btn03 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0 0 0;
	box-sizing: border-box;
	border-radius: 25px;
	color: #000000;
	font-weight: 300;
	font-size: 12px;
	width: 100%;
}

.btn03 span {
	background: url(../image/sub/teatime_close.png) no-repeat;
	background-size: 25px;
	padding: 10px 0;
	text-indent: -9999px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: 80% 15px;
	margin-left: 10px;
}

.btn05 {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 10px;
	width: 75px;
	margin: 3px 0;
	color: #000000;
	font-weight: 400 !important;
	font-size: 11px !important;
	background-color: #EEEEEE;
	color: #000000;
}

.flex {
	display: flex;
}

.flex_betten {
	justify-content: space-between;
}
/* ºÎÅ·È­¸é Ãß°¡ */
.calender {
	background: #f4f4f4;
	margin-top: 5px;
	margin-bottom: 5px;
	/*box-shadow: 0 -3px 3px #eaeaea;*/
	padding: 5px 0 !important;
}

.calender .btn {
	position: absolute;
	width: 100%;
	background: none;
	box-sizing: border-box;
	z-index: 9999;
	top: 0;
	height: 0;
}

.calender .btn a {
	text-indent: -9999px;
	background: url('../image/sub/calender_swipe_btn.png') no-repeat;
	background-size: 15px;
	top: 40px;
	height: 25px;
}

.calender .btn .prev {
	
}

.calender .btn .next {
	right: 0;
	background-position: 0 -55px;
}

.calender_box {
	
}

.calender_box .swiper-slide {
	
}

.calender_box .swiper-slide .swiper_box {
	
}

.calender_box .swiper-slide .swiper_box .calender_sec {
	display: flex;
	justify-content: space-around;
	border: none;
	padding: 25px 0 10px 0;
	background: none;
}

.calender_box .swiper-slide .swiper_box .tab {
	
}

.calender_box .swiper-slide .swiper_box .tab li {
	
}

.calender_box .swiper-slide .swiper_box .tab li span {
	display: block;
	flex-direction: column;
	display: flex;
}

.calender_box .swiper-slide .swiper_box .tab li span.day {
	
}

.calender_box .swiper-slide .swiper_box .tab li span.sat {
	/* color: #0048c7 !important; */
	
}

.calender_box .swiper-slide .swiper_box .tab li span.sun, .calender_box .swiper-slide .swiper_box .tab li span.off
	{
	/* color: #b7440d !important; */
	
}

.calender_box .swiper-slide .swiper_box .tab li span.day span {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	color: #929292;
}

.calender_box .swiper-slide .swiper_box .tab li span.today span {
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
	color: #326c23;
	font-weight: bold;
}

.calender_box .swiper-slide .swiper_box .tab li span.day em {
	text-align: center;
	line-height: 35px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
}

.calender_box .swiper-slide .swiper_box .tab li span.today em {
	background: #326c23;
	color: #fff;
	width: 35px;
	position: relative;
	height: 35px;
	border-radius: 20px;
	height: 35px
}

.calender_box .swiper-slide .swiper_box .tab li span.today em:after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #326c23;
}

.contentsed {
	
}

.contentsed .con_rank {
	display: flex;
	margin-bottom: 5px;
	justify-content: flex-start;
	padding: 11px 20px;
	align-items: center;
	background-color: white;
	justify-content: flex-start;
}

.contentsed .con_rank p {
	color: #7b7b7b;
	font-size: 15px;
	font-weight: 600;
}

.contentsed .con_rank .rank_btn {
	
}

.contentsed .con_rank .rank_btn {
	
}

.contentsed .booking_list {
	background: #f0f0f0;
}

.contentsed .booking_list .list {
	background: #fff;
	padding: 23px 10px 10px;
	position: relative;
}

.contentsed .booking_list .list:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 5%; /* 80% ±æÀÌ¸¦ À§ÇÑ ½ÃÀÛÁ¡ ¼³Á¤ */
	width: 90%; /* ³Êºñ¸¦ 80%·Î ¼³Á¤ */
	border-bottom: 1px solid #d9d9d9;
}

.contentsed .booking_list .list .list_rem {
	
}

.contentsed .booking_list .list>p {
	padding: 0 20px;
	color: #141212;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.43px;
	font-weight: 800;
	margin: 7px 0;
}

.contentsed .booking_list .list .list_rem>em.bx01 {
	background: #49ad8b;
	color: #fff;
	padding: 0 15px;
	border-radius: 25px;
}

.contentsed .booking_list .list .list_rem>em.bx02 {
	background: #06693E;
	color: #fff;
	padding: 0 15px;
	border-radius: 25px;
}

.contentsed .booking_list .list .list_rem>em.bx03 {
	background: #A7CD0F;
	color: #fff;
	padding: 0 15px;
	border-radius: 25px;
}

}
.contentsed .booking_list>p {
	
}

.contentsed .booking_list .list_botm {
	padding: 5px 20px;
	margin: 10px 0;
	cursor: pointer;
	display: flex;
	align-items:center;
}

.contentsed .booking_list .list_botm>span {
	color: black;
	font-size: 15px;
	font-weight: bold;
	line-height: 22px;
	letter-spacing: -0.43px;
	width: 143px;
	cursor: pointer;
	padding: 6px 10px;
	border: 1px solid black;
	text-align: center;
	border-radius: 10px;
}

.contentsed .booking_list .list_botm>span.active {
	color: #858484;
	font-size: 15px;
	font-weight: bold;
	padding-right: 30px;
	background: url('../image/sub/teatime_ctn.png') no-repeat;
	background-size: 20px;
	background-position: 86px 5px;
}

.contentsed .booking_list .list_botm .amount {
	color: #FF772E;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.43px;
	font-weight: 800;
	cursor: pointer;
}

.contentsed .booking_list .list_botm .amount>span {
	font-weight: 500;
}

.contentsed .booking_list .list_rem {
	padding: 0 20px;
}

.contentsed .booking_list .list_rem>p {
	
}

.contentsed .booking_list .list_rem>span {
	color: #888888;
	font-size: 14px;
}

.contentsed .booking_list .list>.teatime {
	margin-top: 10px;
}

.contentsed .booking_list .list>.teatime .tabs {
	border-bottom: 1px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
	margin-top: 10px;
}

.contentsed .booking_list .list>.teatime .tabs ul {
	display: flex;
	justify-content: space-around;
}

.contentsed .booking_list .list>.teatime .tabs ul li {
	color: #000000;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: -0.43px;
	border: none;
	width: calc(100%/ 3);
	text-align: center;
	cursor: pointer;
}

.contentsed .booking_list .list>.teatime .tabs ul li.on {
	color: #000000;
	border-bottom: 2px solid #000000;
	cursor: pointer;
	font-weight: bold;
}

.contentsed .booking_list .list>.teatime .teatimebox {
	display: none;
	padding: 10px 20px;
}

.contentsed .booking_list .list>.teatime .teatimebox.on {
	display: block;
	box-sizing: border-box;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 0 10px;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list::before
	{
	content: '';
	position: absolute;
	height: 95%;
	width: 2px;
	background-color: #FF772E;
	top: -10px;
	left: 60px;
	z-index: 0;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list .timeico
	{
	position: relative;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list .timeico em
	{
	background: url(../image/sub/time_2.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	width: 25px;
	margin-right: 10px;
	background-position: 0 -18px;
	display: block;
	height: 100%;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list:first-child .timeico em
	{
	background: url(../image/sub/time.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	width: 25px;
	margin-right: 10px;
	background-position: 0 32px;
	display: block;
	height: 100%;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list:nth-last-child(2) .timeico em
	{
	background: url(../image/sub/time_03.png) no-repeat;
	background-size: 25px;
	text-indent: -9999px;
	width: 25px;
	margin-right: 10px;
	background-position: 0 -36px;
	display: block;
	height: 100%;
}

.contentsed .booking_list .list>.teatime .teatimebox .teatime_list .teatime_box
	{
	/* box-shadow: 2px 1px 10px #e0e0e0; */
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	padding: 10px;
	margin: 10px 0;
	background-color: white;
	flex: 6;
	cursor: pointer;
	z-index: 2;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info {
	display: flex;
	justify-content: space-between;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .time01 {
	flex: 2;
	padding: 0 5px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .teatime_priceBox
	{
	display: flex;
	flex-direction: row;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .time01>span
	{
	
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .time01>em {
	color: #8b8b8b;
	font-size: 16px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info p {
	color: #000000;
	font-weight: 800;
	font-size: 16px;
	margin-right: 20px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info p em {
	font-weight: 500;
	display: inline-block;
	font-size: 16px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info span {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .bxn01 {
	border: 1px solid #49ad8b;
	border-radius: 25px;
	padding: 0 15px;
	color: #49ad8b;
	font-weight: 800;
	font-size: 13px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .bxn02 {
	border: 1px solid #06693E;
	border-radius: 25px;
	padding: 0 15px;
	color: #06693E;
	font-weight: 800;
	font-size: 13px;
}

.teatime .teatimebox .teatime_list .teatime_box .time_info .bxn03 {
	border: 1px solid #A7CD0F;
	border-radius: 25px;
	padding: 0 15px;
	color: #A7CD0F;
	font-weight: 800;
	font-size: 13px;
}

.teatime .teatimebox .teatime_list .teatime_box>p {
	color: #a7a7a7;
	font-size: 12px;
	font-weight: bold;
}

.tea2 {
	padding: 0 10px;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
}

.tea2 ul {
	display: flex;
	flex-direction: column;
}

.tea2 ul li {
	display: flex;
	padding: 10px 0;
	border: none;
}

.tea2 ul li span {
	color: #000000;
	font-size: 14px;
	font-weight: 300;
	width: 80px;
}

.tea2 ul li em {
	flex: 20;
	color: #141212;
	font-weight: bold;
	font-size: 14px;
	word-break: break-word;
}

.tea3 {
	
}

.tea3 h3 {
	position: relative;
	font-weight: 500;
	color: #326C23;
	padding-top: 20px;
}

/* .tea3 h3:before {
	position: absolute;
	content: '';
	width: 10px;
	height: 3px;
	background: #A7CD0F;
	left: 0;
	top: 50%;
} */
.tea3 p {
	margin-top: 10px;
	display: flex;
	color: #000000;
	font-weight: 500;
	font-size: 11px;
}

.tea3 p span.Poin-t {
	background: url(../image/sub/point.png) no-repeat;
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	height: 30px;
	background-position: 0 3px;
	background-size: 15px;
}

.tea3 ul {
	margin: 10px 0 30px 0;
}

.tea3 ul li {
	border: 0;
	padding: 0;
	color: #797979;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: -0.43px;
	font-weight: bold;
	word-break: keep-all;
	font-weight: bold;
}

.tbl_boarded {
	width: 100%;
	background: #fff;
	line-height: 17px;
	margin: 10px 0;
	font-size: 15px;
	word-break: keep-all;
}

.tbl_boarded th {
	background: #F1F1F1;
	padding: 10px;
	border-left: 0;
	border: 7px solid white;
	text-align: center;
	border-bottom: none;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	border-left: 0;
	box-sizing: border-box;
}

.tbl_boarded th.end {
	border-right: 0;
}

.tbl_boarded td {
	padding: 5px;
	border-left: 0;
	text-align: center;
	line-height: 32px;
	letter-spacing: -0.43px;
	box-sizing: border-box;
	color: #000000;
	font-size: 12px;
	border: 3px solid white;
	font-weight: 300;
}

.tbl_boarded .strong {
	font-weight: 800;
}


.tbl_boarded td.left {
	text-align: left;
}

.tbl_boarded td.end {
	border-right: 0;
}

.tbl_boarded .back01 {
	background-color: #F1F1F1;
	font-weight: 400;
	border: 3px solid white;
}

.tbl_boarded .back02 {
	background-color: #F1F1F1;
}

.tbl_boarded .back03 {
	text-align: left;
}