@charset "utf-8";

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
상단 탑메뉴 html > page > top_banner.php 
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.top_menu {
	width: 100%;
	margin-bottom: 50px;
}

.top_menu .top_menu_pc {
	display: block;
}

.top_menu .top_menu_pc .menu_ul {
	width: 100%;
	text-align: left;
	display: block;
}

.top_menu .top_menu_pc .menu_ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	padding-bottom: 15px;
	position: relative;
}

.top_menu .top_menu_pc .menu_ul > li.on::after {
	content: "";
	width: 100%;
	height: 2px;
	background: #dcbda9;
	position: absolute;
	left: 0;
	bottom: 0;
}

.top_menu .top_menu_pc .menu_ul > li:last-child {
	margin-right: 0;
}

.top_menu .top_menu_pc .menu_ul > li > a {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #222222;
	font-weight: 500;
}

.top_menu .top_menu_pc .menu_ul > li.on > a {
	color: #dcbda9
}

/*
.top_menu .top_menu_pc .menu_ul.table{display:table; table-layout:fixed; width:100%;}
.top_menu .top_menu_pc .menu_ul.table > li{display:table-cell;}
.top_menu .top_menu_pc .menu_ul.table > li > a{display:block; width: auto;}
*/
.top_menu .top_menu_mobile {
	display: none;
}

@media (min-width: 1950px) {
	.top_menu {
			width:1820px;
			margin: 0 auto;
			max-width: 100%;
			margin-bottom: 150px;
	}
}

@media (min-width: 992px) {
	.top_menu.mb100 {
			margin-bottom:100px;
	}
}

@media (max-width: 991px) {
	.top_menu {
			margin-bottom:50px;
	}

	.top_menu .top_menu_pc {
			display: none;
	}

	.top_menu .top_menu_mobile {
			display: block;
	}

	.top_menu .top_menu_mobile .top_menu_drop {
			width: 100%;
	}

	.top_menu .top_menu_mobile .top_menu_drop > a {
			display: block;
			width: 100%;
			height: 48px;
			line-height: 48px;
			position: relative;
			border-bottom: 2px solid #dcbda9;
			text-align: center;
			font-size: 16px;
			color: #dcbda9;
	}

	.top_menu .top_menu_mobile .top_menu_drop > a span.arrow {
			position: absolute;
			right: 13px;
			top: calc(50% - 1px);
			transform: translateY(-50%);
	}

	.top_menu .top_menu_mobile .top_menu_drop > a span.arrow img {
			width: auto;
			height: 6px;
	}

	.top_menu .top_menu_mobile .top_menu_drop .dropdown-menu {
			width: 100%;
			text-align: center;
			margin: 0;
			border: none;
			padding: 15px 0;
			border-radius: 0;
			-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
			box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
	}

	.top_menu .top_menu_mobile .top_menu_drop .dropdown-menu li a {
			line-height: 1;
			padding: 10.5px 0;
			color: #a3988d;
	}

	.top_menu .top_menu_mobile .top_menu_drop .dropdown-menu li.on a {
			color: #0044ff;
	}
}

@media (max-width: 480px) {
	.top_menu {
			margin-bottom:30px;
	}

	.top_menu .top_menu_mobile .top_menu_drop > a span.arrow {
			right: 10px;
	}

	/* .top_menu .top_menu_mobile .top_menu_drop > a span.arrow img{width:15px;} */
}