@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {position:absolute;right:0;background-color:#b7a2a2;}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.content-title{
	color:#414042;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}

.title-line{
	background-color:#f89520;
	width:60px;
	height:1px;
	margin:50px auto;
}

#title{

}

#title img{
	width:100%;
}

#top-menu{
	background-color:#ffffff;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	height:250px;
}

.top-menu .menu-title{
	font-family: 'S-CoreDream-5Medium';
	color:#111111;
	font-size:36px;
}

.menu-area {
	position:relative;
}

.menu-line {
	position:absolute;
	top:50%;
	background-color:#a5b8b6;
	width:100%;
	height:1px;
	z-index:-1;
}

.menu-list{
	display:inline-block;
	margin:10px;
	font-size:0;
}

.menu-list li{
	display:inline-block;
	background-color:#ffffff;
}

.menu-list li a{
	position:relative;
	display:block;
	color:#000000;
	font-size:18px;
	margin:0 30px;
	padding:10px 0;
}

.menu-list li a:hover, .menu-list li.active a{
	font-weight:bold;
}

.menu-list li a:hover:after, .menu-list li.active a:after{
	content:"";
	position:absolute;
	bottom:0px;
	display:block;
	background-color:#728a8a;
	width:100%;
	height:2px;
}

/*--------------------------------------------------------------
# 오시는 길
--------------------------------------------------------------*/
#business{
	padding:0 0 50px;
}

.business .busi-top {
	position:relative;
	padding:70px 0;
	text-align:center;
}

.business .busi-top .top-title {
	font-family: 'S-CoreDream-5Medium';
	color:#111111;
	font-size:28px;
	margin-bottom:15px;
}

.business .busi-top .top-content {
	color:#111111;
	font-size:20px;
}

.business .tabbox {
	display:none;
}

.business .tabbox.active {
	display:block;
}

.business .busi-tab {
	position:absolute;
	left:50%;
	bottom:-29px;
	transform:translateX(-50%);
}

.business .busi-tab ul {
	display:inline-block;
	margin:0;
}

.business .busi-tab ul li {
	background-color:#ffffff;
	color:#a2a2a2;
	font-size:17px;
	padding:10px 20px;
	border-top:1px solid #d9d9d9;
	border-left:1px solid #d9d9d9;
	border-bottom:1px solid #d9d9d9;
	float:left;
	cursor:pointer;
}

.business .busi-tab ul li:last-child {
	border-right:1px solid #d9d9d9;
}

.business .busi-tab ul li:hover, .business .busi-tab ul li.active {
	background-color:#728a8a;
	color:#ffffff;
	border:1px solid #728a8a;
}

.business .busi-top-img {
	background-color:#fafafa;
	width:100%;
	padding:25px 0;
}

.business .busi-top-img .busi-img img, .business .busi-bot-img .busi-img img {
	width:100%;
}

.business .busi-img-box {
	display:inline-block;
}

.business .st1 .busi-img {
	margin:35px 0;
}

.business .rd2 .busi-img {
	width:calc(50% - 35px);
	margin-right:35px;
	margin-bottom:35px;
	float:left;
}

.business .rd2 .busi-img:nth-child(1), .business .rd2 .busi-img:nth-child(2) {
	margin-top:35px;
}

.business .rd2 .busi-img:nth-child(2n) {
	margin-right:0;
}

.business .th3 .busi-img {
	width:calc(33.33% - 14px);
	margin-right:21px;
	margin-bottom:35px;
	float:left;
}

.business .th3 .busi-img:nth-child(1), .business .th3 .busi-img:nth-child(2), .business .th3 .busi-img:nth-child(3) {
	margin-top:35px;
}

.business .th3 .busi-img:nth-child(3n) {
	margin-right:0;
}

.business .busi-explain {
	background-color:#f9f9f9;
	padding:50px 0;
	text-align:center;
}

.business .busi-explain .ex-img {

}

.business .busi-explain .ex-img img {
	max-width:100%;
}

.business .busi-explain .ex-title {
	font-family: 'S-CoreDream-5Medium';
	color:#111111;
	font-size:26px;
	margin:25px 0 15px;
}

.business .busi-explain .ex-content {
	color:#111111;
	font-size:17px;
}

.business .busi-bot-img {
	padding:25px 0;
}

.business .busi-text {
	text-align:left;
	margin-top:15px;
}

.business .busi-text .text-title {
	color:#111111;
	font-size:20px;
	font-weight:bold;
}

.business .busi-text .text-line {
	background-color:#888888;
	height:2px;
	margin:10px 0 15px;
}

.business .busi-text .text-content {
	color:#888888;
	font-size:15px;
}

.business .busi-text .text-content span {
	padding-left:43px;
}

.business .busi-bollard {
	padding:45px 0;
}

.business .bollard-area {
	display:table;
	padding:20px 0;
	width:100%;
}

.business .bollard-area .bollard-img {
	width:calc(25% - 40px);
	display:table-cell;
	padding-right:40px;
	vertical-align:middle;
}

.business .bollard-area .bollard-img img {
	max-width:100%;
}

.business .bollard-area .bollard-table {
	width:75%;
	display:table-cell;
	vertical-align:middle;
}

.business .bollard-area .bollard-table table {
	width:100%;
}

.business .bollard-area .bollard-table table th {
	font-family: 'S-CoreDream-5Medium';
	background-color:#e7f3f5;
	color:#4a4a4a;
	font-size:19px;
	font-weight:bold;
}

.business .bollard-area .bollard-table table td {
	color:#4a4a4a;
	font-size:17px;
}

.business .bollard-area .bollard-table table th, .business .bollard-area .bollard-table table td {
	padding:10px 0;
	border-top:1px solid #888888;
	border-right:1px solid #888888;
}

.business .bollard-area .bollard-table table th:last-child, .business .bollard-area .bollard-table table td:last-child {
	border-right:0;
}

.business .bollard-area .bollard-table table tbody tr:last-child td {
	border-bottom:1px solid #888888;
}

@media (max-width:980px){
	.way-intro{
		width:100%;
	}
}