@charset "utf-8";
/* write*/
table.tb-write {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border-top:1px solid #333
}
.tb-write * {
	box-sizing:border-box
}
.tb-write tbody th {
	padding:22px 20px;
	color:#333;
	font-size:18px;
	font-weight:500;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #ccc
}
.tb-write tbody td {
	padding:14px 20px;
	color:#555;
	font-size:16px;
	font-weight:400;
	line-height:25px;
	text-align:left;
	border-bottom:1px solid #ccc
}
.tb-write tbody td textarea {
	width:100%;
	height:200px;
	padding:20px;
	resize:none
}
.tb-write .wr-sel {
	height:40px;
	padding:0 20px;
	color:#555;
	font-size:16px;
	font-weight:400;
	line-height:22px;
	border:1px solid #ccc
}
.tb-write tbody td input[type="text"],.tb-write tbody td input[type="url"] {
	width:30%;
	height:40px;
	box-sizing:border-box;
	padding:2px 0px 0 15px;
	border:1px solid #ccc
}
.tb-write tbody td input[type="file"] {
	display: none
}
/* 대표(국문) 식단메뉴 wriet */
.tb-write .menu-write:after {
	display:block;
	clear:both;
	content:''
}
.tb-write .menu-write li {
	float:left;
	width:14%;
	padding:0 10px;
	box-sizing:bordeer-box
}
.tb-write .menu-write li strong {
	display:block;
	font-size:18px;
	text-align:center
}
.tb-write .menu-write li textarea {
	margin-top:20px;
	padding:10px;
	color:#333;
	font-size:16px;
	overflow:hidden;
	overflow-y:auto
}
.tb-write input[type="radio"]:not(:nth-of-type(1)) {
	margin-left:15px
}
.tb-write input[type="radio"]+label {
	margin-left:5px
}
.add-delete-box {
	text-align:right !important
}
.add-delete-box p {
	display:inline-block;
	color:#333;
	font-size:16px;
	text-align:left
}
.add-delete-box a {
	display:inline-block;
	padding:10px 25px;
	color:#333;
	font-size:16px;
	font-weight:500;
	line-height:1;
	text-align:center;
	border-radius:20px;
	border:1px solid #003d91;
	box-sizing:border-box
}
.add-delete-box a:nth-of-type(1) {
	margin-left:15px
}
.add-delete-box a:not(:nth-of-type(1)) {
	margin-left:5px
}
.menu-tab-box {
	max-width: 400px;
	margin: 0 auto;
	text-align:center;
	border:1px solid #ccc
}
.menu-tab-box:after,.menu-tab-box>ul:after {
	display:block;
	clear:both;
	content:""
}
.menu-tab-box>div {
	display:inline-block;
}
.menu-tab-box>div a {
	display:inline-block;
	width:58px;
	height:58px;
	vertical-align:top;
	box-sizing:border-box
}
.menu-tab-box>div:not(:first-child) {
	border-left:1px solid #ccc
}
.menu-tab-box>div a:nth-of-type(1) {
	background:url(/_common/img/restaurant/ic-prev2.png) no-repeat center
}
.menu-tab-box>div a:nth-of-type(2) {
	background:url(/_common/img/restaurant/ic-next2.png) no-repeat center
}
.menu-tab-box>div p {
	display:inline-block;
	padding:20px;
	color:#333;
	font-size:18px;
	font-weight:400;
	line-height:1;
	vertical-align:top;
	box-sizing:border-box
}
.menu-tab-box>ul {
	float:right;
	border:1px solid #ccc
}
.menu-tab-box>ul li {
	float:left;
	width:100px;
	text-align:center
}
.menu-tab-box>ul li:not(:first-child) {
	border-left:1px solid #ccc
}
.menu-tab-box>ul li a {
	display:block;
	padding:20px 0;
	color:#555;
	font-size:18px;
	font-weight:400;
	line-height:1;
	box-sizing:border-box
}
.menu-tab-box>ul li a:hover,.menu-tab-box>ul li a:focus,.menu-tab-box>ul li a:active,.menu-tab-box>ul li.on a {
	color:#fff;
	background-color:#01439e
}
.menu-list-box {
	margin-top:30px
}
.menu-list-box table td {
	vertical-align:top;
}
.menu-list-box table td>p {
	color:#01439e;
	font-size:1rem
}
.menu-list-box table td>p:not(:nth-of-type(1)) {
	margin-top:25px;
}
.menu-list-box table td>ul {
	min-height:180px;
	margin-top:10px
}
.menu-list-box table td>ul li {
	text-align:left
}
.menu-list-box table td>ul li:not(:first-child) {
	margin-top: 8px
}

.board-list01 {
	border-top: 2px solid #68747e;
}

.board-list01 table thead th {
	position: static;
	color: #424242;
	font-size: 0.95rem;
	line-height: 24px;
	padding: 0.5rem;
	font-weight: 700;
	text-align: center;
	background: #f4f4f4;
	border-left: 1px solid #dadddf;
	border-bottom: 1px solid #67737d
} 

.board-list01 table thead th:first-child {
	border-left: 1px solid #67737d;
	background: #f4f4f4
}

.board-list01 table thead th:last-child {
	border-right: 1px solid #67737d
}
.board-list01 table tbody td {
	position: static;
	border: 1px solid #eaeaea
}


@media only all and (max-width: 1023px) {
	.menu-tab-box {
		position: relative;
		max-width: 100%;
	}

	.menu-tab-box > div a {
		position: absolute;
		top: 50%;
		display:inline-block;
		width:58px;
		height:58px;
		vertical-align:top;
		box-sizing:border-box;
		transform: translate(0, -50%);	
	}

	.menu-tab-box>div a:nth-of-type(1) {
		left: 0;
	}
	.menu-tab-box>div a:nth-of-type(2) {
		right: 0;
	}
}

