.main {
	width:100%;
	text-align:center;
	font-family:'Pre Regular', sans-serif;
}

h3 {
	font-size:26px;
}

.basic_popup{
	background:#fff;
}

.inner {
    padding: 80px 60px 50px 60px;
    max-width: 80%;
    margin: 0 auto;
}

.page_title {
    margin-bottom: 58px;
}

.page_title h1 {
    font-size: 50px;
    color: #272727;
    font-family: 'Pre Black';
    text-align: center;
    line-height: 1;
}

.page_title h1::after {
    content: "";
    display: block;
    background: #7c0019;
    margin: 40px auto;
    width: 60px;
    height: 4px;
}

._contentBuilder {
    position: relative;
}

._objHeading {
    width: 100% !important;
	text-align: left;
	margin-bottom:58px;
}

.objHeading_h2 {
    font-size: 36px;
}

.objHeading_h2::before {
    background: url(../../images/sub/maskgroup.png) no-repeat left top;
    background-size: contain;
	content: "";
    display: block;
    width: 40px;
    height: 10px;
}

._objHtml {
	height: auto !important;
    min-height: 10px !important;
    z-index: auto !important;
	margin-bottom:50px;
}

.songText {
	text-align:left;
	font-size:18px;
}

.stxt {
	margin-bottom:30px;
}

.song_3 h3 {
	margin-top:0;
}

.song_3 .songBox {
    border: 1px solid #dddee2;
    padding: 50px;
	text-align:left;
}

.song_4 .songContainer {
    border: 1px solid #dddee2;
    padding: 50px;
	display:flex;
	align-items: center;
}

.songBoxdetail {
	font-size:18px;
}

.detail_1 {
	margin-bottom:20px;
}

.song_4 .itemPic img {
	width:100%;
}

.itemText {
	text-align:left;
	padding-left: 50px;
}

.itemText h3::after {
    content: "";
    display: block;
    background: #D6C9B1;
	margin-top:20px;
    width: 60px;
    height: 4px;
}

.song_5 .songContainer {
    border: 1px solid #dddee2;
    padding: 50px;
	display:flex;
	align-items: center;
	justify-content: space-evenly;
}


@media (max-width: 1920px) {
    .inner {
        max-width: 1440px;
    }
}

@media all and (max-width:767px) {
	.inner {
		padding:60px 25px;
	}

	.page_title h1 {
		font-size:30px;
	}

	.page_title h1::after {
		content: "";
		display: block;
		background: #7c0019;
		margin: 25px auto;
		width: 60px;
		height: 5px;
	}

	.objHeading_h2 {
		font-size:30px;
	}

	._objHeading h3 {
		font-size:18px;
	}

	.itemPic img {
		width:100%;
	}

	.song_4 .songContainer {
		display:block;
	}

	.itemText {
		padding-left:0;
	}

	.song_5 .songContainer {
		display:block;
	}
}