.taabbss {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0em 0 0em;
	font-weight: 300;
	color:#1e1e1e;
	min-height:650px;
}

/* Nav */
.taabbss nav {
	text-align: left;
	margin-top:15px;
}

.taabbss nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.taabbss nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.taabbss nav li.tab-current {
	border: 1px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 2;
}

.taabbss nav li.tab-current:before,
.taabbss nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.taabbss nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.taabbss nav a {
	color: #becbd2; /* 비활성화된 탭메뉴 글자색 */
	display: block;
	font-size: 1em;
	line-height: 2.5;
	padding: 0 1.25em;
	white-space: nowrap;
}

.taabbss nav a:hover {
	color: #768e9d; /* 롤오버시 글자색 */ 
}

.taabbss nav li.tab-current a {
	color: #47a3da; /* 활성화된 탭메뉴 글자색 */
}

/* Icons */
.taabbss nav a:before {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* coonntteenntt */
.coonntteenntt section {
	padding: 1em 1em;
	display: none;
	max-width: 1230px;
	margin: 0px;
}

.coonntteenntt section:before,
.coonntteenntt section:after {
	content: '';
	display: table;
}

.coonntteenntt section:after {
	clear: both;
}

/* Fallback example */
.no-js .coonntteenntt section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.coonntteenntt section.coonntteenntt-current {
	display: block;
}

.mediabox {
	float: left;
	padding: 0px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
	.taabbss nav a span {
		display: none;
	}

	.taabbss nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0px;
		
	}

	.mediabox img {
		float: left;
		margin: 0px;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

@media screen and (max-width: 32em) {
	.taabbss nav ul,
	.taabbss nav ul li a {
		width: 100%;
		padding: 0;
	}

	.taabbss nav ul li {
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.taabbss nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: left;
	}

	.mediabox img {
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 {
		margin: 1.25em 0 1em;
	}

	.mediabox p {
		margin: 0;
	}
}