/* sub css */
.left_wingbanner {
	position:fixed;
}

.left_wingbanner .first a {
	background-image: url('../img/sub/fixed_tenant.png');
}

.title-zone {
	position:relative;
	height: calc(30vh - 100px);
	margin-top: 100px;
	min-height:110px;
}

.title-zone .title {
	text-align:center;
	font-size:60px;
	color:#363636;
	letter-spacing:-2px;
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
}

.route-wrap {
	position:absolute;
	left: 50%;
	text-align: right;
	width:550px;
	bottom: 10px;
}

.route-wrap li {
	position:relative;
	display:inline-block;
	margin-left: 30px;
}

.route-wrap li::before {
	position:absolute;
	left: -20px;
	content:'>';
	display:inline-block;
}

.route-wrap li:first-child::before {
	content:none;
}

.route-wrap li:last-child {
	font-weight:bold;
}

.link-wrap {
	background-color:#00183c;
}

.link-wrap .row {
	max-width:1140px;
	margin: auto;
	background-color:#00183c;
}

.link-wrap .link {
	position:relative;
	width: 50%;
	float:left;
}

.link-wrap .link-box.tab-3 .link {
	width: 33.3333%;
}

.link-wrap .link-box.tab-4 .link {
	width: 25%;
}

.link-wrap .link a {
	width: 100%;
	display:block;
	height: 70px;
	line-height:70px;
	color:#fff;
	text-align:center;
	padding-right: 40px;
	transition: all 300ms;
}

.link-wrap .link  .arrow {
	position:absolute;
	left: 50%;
	margin-left: 100px;
	top: 50%;
	transform:translateY(-50%);
	transition: all 300ms;
}

.link-wrap .link a:hover,
.link-wrap .link a.on {
	background-color:#641741;
}

.link-wrap .link a:hover + .arrow img,
.link-wrap .link a.on + .arrow img {
	transform:rotate(90deg);
	!margin-top: -10px;
	
}

.parallax {
	display:none;
	height: calc(70vh - 70px);
	background-size:cover;
	background-position:center;
}

.parallax.view {
	display:block;
}

.parallax.lakmon {
	background-image:url('../img/sub/parallax_bg_lakmon.jpg');
}

.parallax.nature {
	background-image:url('../img/sub/parallax_bg_nature.jpg');
}

.parallax.zoolung {
	background-image:url('../img/sub/parallax_bg_zoolung.jpg');
}

.parallax.merryground {
	background-image:url('../img/sub/parallax_bg_merryground.jpg');
}
.parallax.hwaseong {
	background-image:url('../img/sub/parallax_bg_hwaseong.jpg');
}

.parallax .row {
	position:relative;
	max-width:1100px;
	margin: auto;
	height: 100%;
}

.parallax .row p {
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-50%, -50%);
	animation: fadeInUp 1s 200ms ease-in-out both;
}

.parallax.lakmon .row p {
	position:absolute;
	left: 0;
	top: 50%;
	transform:translateY(-50%);
}

@keyframes fadeInUp{
  from {
    opacity: 0;
    margin-top: 60px;
  }

  to {
    opacity: 1;
    margin-top: 0;
  }
}

.container {
	padding: 80px 0;
}

.container .row {
	max-width:1140px;
}

.tab {
	margin-bottom: 60px;
}

.tab li {
	width: 15.8333%;
	float:left;
	height: 70px;
	margin-right: 1%;
	background-color:#c8ccd3;
	line-height:70px;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	transition:all 300ms;
	color:#00183c;
}

.tab.tab-5 li {
	width: 19.2%;
}

.tab li:last-child {
	margin-right: 0;
}

.tab li.active,
.tab li:hover {
	background-color:#641741;
	color:#fff;
}

.store li {
	position:relative;
	width: 32%;
	text-align:center;
	border:1px solid #d5d5d5;
	float: left;
	margin: 10px 0;
	margin-right: 2%;
	padding: 40px;
	letter-spacing: -1px;
	font-size: 14px;
	background-color:#fff;
	height: 340px;
}

.store li:nth-child(3n) {
	margin-right: 0;
}

.store li .Abs {
	position:absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform:translateY(-50%);
}

.store li .image {
	margin-bottom: 20px;
}

.store li h6 {
	position:relative;
	font-size: 28px;
	line-height:100%;
	margin-bottom: 30px;
}

.store li h6::after {
	position:absolute;
	content:'';
	display:inline-block;
	width: 14px;
	height: 1px;
	background-color:#252525;
	bottom: -17px;
	left: 50%;
	margin-left: -7px;
}

.store li p {
	font-size:18px;
	margin-bottom: 5px;
	line-height:130%;
}

.store li .tel {
	font-family:'NotoSansKR-Bold';
	font-size:18px;
	margin-bottom: 5px;
	min-height: 5px;
}

 /* 층별안내 수정사항 */
.btn{
    margin-top: 20px;
    text-align: center;
}

.btn a{
    display: inline-block;
    width: 250px;
    font-size: 18px;
    font-weight: bold;
    background-color: #641741;
    color: #fff;
    text-align: center;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
}

.notice-list {
	display: flex;
    flex-wrap: wrap;
}

.notice-list li {
	width: 32%;
	float:left;
	margin-right: 2%;
	margin-bottom: 40px;
}

.notice-list li:nth-child(3n) {
	margin-right: 0;
}

.notice-list li .image-zone {
	position:relative;
	margin-bottom: 20px;
}


.notice-list li .image-zone.gray {
	filter: grayscale(100%);
}

.notice-list li .image-zone::before {
	position:absolute;
	content:'';
	display:block;
	opacity: 0;
	visibility:hidden;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:rgba(100, 23, 65, .8);
	background-position:center;
	background-image:url('../img/sub/view_detail.png');
	background-repeat:no-repeat;
	transition:all 300ms;
}

.notice-list li .image-zone.gray::before {
	position:absolute;
	content:'';
	display:block;
	opacity: 0;
	visibility:hidden;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:rgba(105, 105, 105, 0.8);
	background-position:center;
	background-image:url('../img/sub/view_detail.png');
	background-repeat:no-repeat;
	transition:all 300ms;
}

.notice-list li:hover .image-zone::before {
	opacity: 1;
	visibility:visible;
}
.notice-list li:hover .image-zone.gray::before {
	opacity: 1;
	visibility:visible;
}
.notice-list li h6 {
	font-size:14px;
	color:#00183c;
}

.notice-list li .date {
	font-size:14px;
	color:#787878;
	margin-top: 10px;
}

.btn-box {
	margin-top: 30px;
}

.more-btn {
	display:inline-block;
	width: 250px;
	font-size:18px;
	font-weight:bold;
	background-color:#641741;
	color:#fff;
	text-align:center;
	line-height:50px;
	height: 50px;
	cursor:pointer;
}

/* 고객센터 */

.top-section {
	margin-bottom: 40px;
}

.board-table {
	width: 100%;
	text-align:center;
	border-top: 2px solid #000;
}

.board-table.h {
	text-align:left;
}

.board-table tr {
    border-bottom: 1px solid #d5d5d5;
}
.board-table tr.notice {
	background-color:#e5e5e5;
	color:#001432;
}

.board-table tr.notice td,
.board-table tr.notice td a{
	font-family:'NotoSansKR-Regular';
	color:#001432;
}

.board-table th {
    background-color: #f5f5f5;
    padding: 10px;
    text-align: center;
}
.board-table.v th {
	 background-color: #001432;
	 color:#fff;
}

.board-table.h th {
	width: 200px;
}

.board-table td {
    padding: 15px 10px;
	color:#757575;
	font-family: 'NotoSansKR-Light';
}

.board-table td a {
	display:inline;
	font-family: 'NotoSansKR-Light';
}

.board-table td a:hover {
	color:#a5a5a5;
}

.board-table td .image {
	margin-bottom: 10px;
}

.search-form {
	position:absolute;
	right: 20px;
	top: -20px;
}

.search-form input, 
.search-form select, 
.search-form .search-btn {
    height: 50px;
    vertical-align: top;
    font-size: 16px;
	color:#757575;
	font-family: 'NotoSansKR-Light';
}

.search-form select {
	width: 120px;
}

.search-form input {
	width: 250px;
}

.search-form .search-btn {
    display: inline-block;
    line-height: 50px;
    background-color: #001432;
    color: #fff;
    padding: 0 35px;;
	cursor:pointer;
}

.pagenation {
	text-align:center;
	margin-top: 60px;
}

.pagenation span {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px solid #dfdfdf;
    color: #757575;
    line-height: 45px;
    cursor: pointer;
	margin: 0 3px;
	font-family: 'NotoSansKR-Light';
}

.pagenation span:hover,
.pagenation span.active {
	background-color: #001432;
    color: #fff;
}


.tenantTitle {
	margin-left: -1px;
	margin-top: -4px;
}

.tenantTitle h5 {
	font-size: 24px;
	font-family:'NotoSansKR-Regular';
	line-height: 1.2;
    letter-spacing: -0.6px;
	margin-bottom: 20px;
    margin-left: 3px;
	text-align: left;
}

.tenantTitle h4 {
	font-size: 48px;
	font-family:'NotoSansKR-Regular';
	line-height: 1;
    letter-spacing: -0.6px;
	text-align: left;
}

.tenantTitle h4 .underbar {
	display: inline-block;
	width: 50px;
	border-bottom: 1px solid;
	margin-bottom: -4px;
    margin-left: 3px;
}

.tenantTitle h3 {
	font-size: 56px;
	font-family: 'NotoSansKR-Bold';
	line-height: 1;
    margin-top: 22px;
    letter-spacing: -0.6px;
	text-align: left;
}

.tenantTitle.nature h3, .tenantTitle.nature h4, .tenantTitle.nature .floor {
	color: #004035;
}
.tenantTitle.zoolung h3, .tenantTitle.zoolung h4, .tenantTitle.zoolung h5, .tenantTitle.zoolung .floor {
	color: #531a20;
}
.tenantTitle.merryground h3, .tenantTitle.merryground h4, .tenantTitle.merryground h5, .tenantTitle.merryground .floor {
	color: #355030;
}
.tenantTitle.hwaseong h3, .tenantTitle.hwaseong h4, .tenantTitle.hwaseong h5, .tenantTitle.hwaseong .floor {
	color: #355030;
}
.tenantTitle .floor {
	float: right;
	font-weight: bold;
	font-size: 24px;
    font-family: 'NotoSansKR-Bold';
    height: 56px;
    line-height: 2.5;
    border-bottom: 1px solid;
    margin-bottom: -5px;
}

.tenantTitle .floor.mobile {
	height: 48px;
    line-height: 2;
}

.tenantTitle.nature h4 .underbar {
	border-color: #004035;
}
.tenantTitle.zoolung h4 .underbar {
	border-color: #531a20;
}
.tenantTitle.merryground h4 .underbar {
	border-color: #355030;
}
.tenantTitle.hwaseong h4 .underbar {
	border-color: #355030;
}

.tenantContent {
	margin-top: 77px;
	margin-left: -1px;
}

.tenantContent h5 {
	margin-top: 55px;
	font-size: 26px;
	color: #363636;
	line-height: 1;
	font-family: 'NotoSansKR-Bold';
	text-align: left;
}

.tenantContent h5:first-child {
	margin-top: 0;
}

.tenantHour {
	margin-top: 41px;
	height: 150px;
	margin-left: 1px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tenantHour.nature {
	background: url('../img/sub/sub02_01_hour.jpg') no-repeat;
}
.tenantHour.zoolung {
	height: 270px;
	background: url('../img/sub/sub02_02_hour.jpg') no-repeat;
}
.tenantHour.merryground {
	height: 120px;
	background: url('../img/sub/sub02_03_hour.jpg') no-repeat;
}

.tenantHour.hwaseong {
	height: 120px;
	background: url('../img/sub/sub02_03_hour.jpg') no-repeat;
}

.tenantHour h4 {
	color: #fff;
	font-family: 'NotoSansKR-Light';
	font-size: 36px;
	line-height: 1;
	margin-bottom: 24px;
	letter-spacing: -0.6px;
}

.tenantHour p {
	color: #fff;
	font-family: 'NotoSansKR-Medium';
	font-size: 20px;
	line-height: 1;
	margin-bottom: 12px;
	letter-spacing: -0.6px;
}

.tenantHour.merryground p {
	margin-bottom: 0;
}

.tenantHour.hwaseong p {
	margin-bottom: 0;
}



.tenantHour p.desc {
	font-family: 'NotoSansKR-Light';
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 2px;
	letter-spacing: 0px;
	text-align: center;
	line-height: 1.5;
}

.divide {
	border-bottom: 1px solid #c2c2c2;
	margin-top: 29px;
}

.tenantContent .flex {
	align-items: center;
	justify-content: center;
}

.programInfo {
	width: 45%;
	margin-right: 20px;
	align-self: flex-start;
	margin-top: 29px;
}

.programInfo:last-child {
	margin-right: 0;
}

.floorInfo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 56px;
	font-family: 'NotoSansKR-Bold';
	color: #fff;
	font-size: 26px;
	margin-right: 24px;
	flex-shrink: 0;
	border-radius: 6px;
	align-self: flex-start
}

.nature .floorInfo {
	background: #004035;
}

.zoolung .floorInfo {
	background: #531a20;
}
.merryground .floorInfo {
	background: #355030;
}

.hwaseong .floorInfo {
	background: #355030;
}

.floorContent {
	color: #727272;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 4px;
}

.tenantInfo {
	background: #F3F4F6;
	padding: 55px;
}

.tenantInfo.nature h5{
	color: #004035;
	font-family: 'NotoSansKR-bold';
	font-size: 26px;
	margin-bottom: 23px;
	margin-top: 54px;
}
.tenantInfo.zoolung h5{
	color: #531a20;
	font-family: 'NotoSansKR-bold';
	font-size: 26px;
	margin-bottom: 23px;
}
.tenantInfo.merryground h5{
	color: #355030;
	font-family: 'NotoSansKR-bold';
	font-size: 26px;
	margin-bottom: 23px;
	margin-top: 0;
}
.tenantInfo.merryground h5.light{
	color: #355030;
	font-family: 'NotoSansKR-Regular';
	font-size: 26px;
	margin-bottom: 6px;
	margin-top: 55px;
}

.tenantInfo.hwaseong h5{
	color: #355030;
	font-family: 'NotoSansKR-bold';
	font-size: 26px;
	margin-bottom: 23px;
	margin-top: 0;
}
.tenantInfo.hwaseong h5.light{
	color: #355030;
	font-family: 'NotoSansKR-Regular';
	font-size: 26px;
	margin-bottom: 6px;
	margin-top: 55px;
}


.tenantInfo.nature h5:first-child {
	margin-top: 0;
}
.tenantInfo.merryground h5:first-child {
	margin-top: 0;
}

.tenantInfo.hwaseong h5:first-child {
	margin-top: 0;
}


.tenantInfo p {
	color: #727272;
	font-size: 16px;
	line-height: 1.445;
}

.tenantInfo.nature p {
	font-size: 18px;
}

.tenantInfo.merryground p b {
	color: #355030;
	font-family: 'NotoSansKR-bold';
}

.tenantInfo.hwaseong p b {
	color: #355030;
	font-family: 'NotoSansKR-bold';
}


.tenantInfo.nature > div {
	width: 63%;
}

.tenantInfo.zoolung {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.tenantInfo.merryground {
	display: block;
	background: url('../img/sub/sub02_03_bg.jpg') no-repeat;
	background-position: right bottom;
	background-color: #F6F6F4;
	margin-top: 72px;
}

.tenantInfo.hwaseong {
	display: block;
	background-position: right bottom;
	background-color: #F6F6F4;
	margin-top: 72px;
}


.tenantInfo .merrylogo {
	width: 100%;
	height: 500px;
	background: url('../img/sub/sub02_03_logo.jpg') center no-repeat;
	background-size: auto 90%;
    margin-top: 40px;
}

.tenantInfo.zoolung > div {
	width: 50%;
}

.tenantInfo.zoolung > div:last-child {
	margin-top: 54px;
}
.tenantInfo.nature > .tenantInfoLogo.nature {
	background: url('../img/sub/sub02_01_logo.jpg') no-repeat;
	background-size: 100%;
	width: 206px;
	height: 65px;
	margin-right: 90px;
}
.tenantPrice {
	margin-top: 55px;
}
.tenantPrice table {
	width: 100%;
}

.tenantPrice table th, .tenantPrice table td {
	text-align: center;
	height: 66px;
	vertical-align:middle;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
}

.tenantPrice table th {
	font-family: 'NotoSansKR-bold';
	width: 29%;
	font-size: 18px;
	background: #F5F3F4;
}

.tenantPrice table td {
	font-family: 'NotoSansKR-Medium';
}

.tenantPrice table td.bold {
	font-family: 'NotoSansKR-bold';
	font-size: 18px;
}

.tenantPrice table th:first-child {
	width: 40%;
}

.tenantPrice table th:last-child, .tenantPrice table td.price {
	border-right: 0;
}

.tenantPrice table thead {
	border-top: 2px solid;
}

.tenantPrice p {
	color: #727272;
	font-size: 16px;
	line-height: 1.445;
	margin-top: 12px;
	text-align: left;
}

.slider { 
	width:100%; 
	margin: 30px auto 0;
	padding: 0;
}

.slider .bx-wrapper {
	box-shadow: none;
	border: 0;
	margin-bottom: 5px;
}

.slider ul.gallery img{
	width: 100%;
	height: auto;
}

.slider .bx-pager{
	margin: 0;
	padding: 0;
	display: flex;
    flex-wrap: wrap;
}

.slider .bx-pager img{
	width: 80px;
	height: 100%;
}
.slider .bx-pager a {
	opacity: 0.5;
	margin-top: 5px;
	margin-right: 5px;
}

.slider .bx-pager a:hover,
.slider .bx-pager a.active {
	opacity: 1;
}

@media(max-width:991px) {

	.tenantContent > .flex {
		flex-direction: column;
	}

	.programInfo {
		width: 100%;
		margin-right: 0;
	}
	
	.floorContent {
		text-align: left;
		margin-top: 0px;
		font-size: 20px;
	}

	.tenantHour p {
		font-size: 24px;
	}

	.tenantHour p.desc {
		font-size: 18px;
	}

	.tenantInfo.nature > .tenantInfoLogo.nature {
		margin-right: 0;
		margin-bottom: 62px;
	}

	.tenantInfo.nature > div {
		width: 100%;
	}

	.tenantInfo p {
		text-align: left;
	}

	.tenantContent .flex .programInfo {
		width: 100%;
		justify-content: flex-start;
	}

	.tenantInfo.zoolung > div {
		width: 100%;
		margin-top: 54px;
	}

	.tenantInfo.zoolung > div:first-child {
		margin-top: 0;
	}

	.tenantInfo.merryground {
		display: block;
		background: #F6F6F4;
		margin-top: 72px;
	}

	.tenantInfo p,
	.tenantInfo.nature p,
	.tenantInfo.zoolung p,
	.tenantInfo.hwaseong p,
	.tenantInfo.merryground p {
		font-size: 20px;
	}

	.tenantInfo h5,
	.tenantInfo.nature h5,
	.tenantInfo.zoolung h5,
	.tenantInfo.hwaseong h5,
	.tenantInfo.merryground h5 {
		font-size: 32px;
	}

	.tenantTitle, .tenantContent {
		width: 650px;
	}

	.container.sub .row {
		justify-content: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tenantPrice table td {
		font-size: 20px;
	}

	.tenantPrice table th, .tenantPrice table td.bold {
		font-size: 20px;
	}
}