/*subtit*/
.subtit {
	padding: 60px 0;
}
.subtit .lined {
	margin-bottom: 30px;
}
.subtit .lined span {
	display: inline-block;
	width: 60px;
	border-bottom: 2px solid #1e1e1e;
}
.subtit h1 {
	font-size: 50px;
    line-height: 1em;
    color: #1e1e1e;
    font-weight: 400;
    margin-bottom: 30px;
	letter-spacing: -1px;
}
.subtit h4 {
	font-size: 18px;
    line-height: 1.5em;
    color: #636363;
    font-weight: 300;
    margin-bottom: 60px;
}
@media (max-width:768px){
	.subtit {
		padding: 30px 0;
	}
	.subtit .lined {
		margin-bottom: 15px;
	}
	.subtit .lined span {
		width: 40px;
	}
	.subtit h1 {
		font-size: 25px;
		margin-bottom: 15px;
		word-break: keep-all;
	}
	.subtit h4 {
		font-size: 13px;
		margin-bottom: 15px;
		word-break: keep-all;
	}	
}
/*sec_dvd*/
.sec_dvd {
	padding: 60px 0;
}
@media (max-width:768px){
	.sec_dvd {
		padding: 30px 0;
	}
}
/*subtab*/
#subtab {
	padding-bottom: 60px;
}
#subtab a {
	display: inline-block;
	border: 1px solid #636363;
	line-height: 1em;
	color: #1e1e1e;
	font-size: 18px;
	padding: 10px 50px;
	text-decoration: none;
}
#subtab a.active {
	background-color: #1e1e1e;
	border-color: #1e1e1e;
	color: #fff;
}
@media (max-width:768px){
	#subtab {
		padding-bottom: 30px;
	}
	#subtab a {
		font-size: 12px;
		padding: 5px 15px;
	}
}
/*store_info*/
.store_info {
	border: 1px solid #ddd;
	padding: 30px;
}
.store_info .map_wrp {
	margin-bottom: 15px;
}
.store_info .infobox {
	border-top: 2px solid #1e1e1e;
	border-bottom: 2px solid #1e1e1e;
	padding: 20px;
}
.store_info .infobox li {
	font-size: 18px;
    line-height: 1.5em;
    color: #1e1e1e;
    font-weight: 300;
	word-break: keep-all;
	position: relative;
	padding: 10px 0;
	padding-left: 150px;
	margin: 5px 0;
}
.store_info .infobox li span {
	position: absolute;
	left: 0;
    font-weight: 400;
}
.store_info .infobox .btn_wrp {
	margin-top: 20px;
}
.store_info .infobox .btn_wrp a {
	text-decoration: none;
    line-height: 1em;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    background-color: #1e1e1e;
    border-radius: 0px;
    font-weight: 400;
	width: 100%;
	text-align: center;
}
@media (max-width:768px) {
	.store_info {
		padding: 15px;
	}
	.store_info .infobox {
		padding: 15px;
	}
	.store_info .infobox li {
		font-size: 13px;
		padding-left: 70px;
	}
	.store_info .infobox .btn_wrp {
		margin-top: 20px;
	}
	.store_info .infobox .btn_wrp a {
		font-size: 12px;
		word-break: keep-all;
		line-height: 1.5em;
	}
}
/*map_wrp*/
.map_wrp .root_daum_roughmap .wrap_map {
    height: 500px !important;
}
@media (max-width:768px){
	.map_wrp .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}