@media (max-width: 767px) {
	/* General */
	.sub-title {
		font-size: 1.9em;
	}
	
	.main-title-wrap {
		padding: 20px 0 30px 0;
	    margin-bottom: 30px;
	}
	.main-title-wrap .title-txt {
    	display: block;
    	width: 100%;
		float: none;
	}
	.main-title-wrap .title-nav {
    	display: block;
		float: none;
    	width: 100%;
	}
	.main-title-wrap .clearfix {
		display: inline-block;
	}
	
	.video-latest {
		margin: 0 0 60px 0;
	}
	.video-latest .cont {
		padding: 1em;
	}
	.video-latest .cont .title {
		font-size: 3.5em;
	}
	.video-latest .cont .playtime {
		font-size: 2.2em;
	}
	.video-latest .cont .btn-play {
		font-size: 6em;
    	margin-top: 2px;
	}
	
	.album-latest {
		margin-top: 0;
	}
	.album-latest > div {
		margin-bottom: 30px;
	}
	
	.photo-latest {
		margin-top: 0;
	}
	
	.image-list > div > a:hover {
		opacity: 1;
	}
	.image-list > div > a.hover {
		-webkit-transition: .5s all ease;
		-moz-transition: .5s all ease;
		-o-transition: .5s all ease;
	    transition: .5s all ease;
	}
	.image-list > div > a.hover_effect {
		opacity: .7;
	}
	
	.owl-theme .owl-controls {
		display: none !important;
	}
	
	/* Menu */
	#menu {
		position: fixed;
		width: 100%;
		z-index: 10;
		top: 0;
	}
	#menu.main {
		position: fixed;
		background-color: #000000;
		width: 100%;
		top: 0;
	}
	#menu .list {
		width: auto;
		right: 10px;
	}
	#menu .list .main {
		width: 260px;
	}
	#menu .list .main > li > a {
		font-size: 1.2em;
	}
	#menu .list .main .sub > li > a {
		font-size: 1.2em;
    	display: block;
    	margin-bottom: 0.5em;
	}
	
	/* Main */
	#main {
		padding-top: 156px;
	}
	#main .contents {
		margin: 0;
	}
	#main .contents .grid-item.news .data .title, 
	#main .contents .grid-item.news .data .txt {
		width: 100%;
	}
	#main .instagram {
		padding-bottom: 0;
	}
	#main .schedule {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	#main .schedule .list a {
	    border-radius: 100%;
	    padding: 61px 0 39px 0;
	}
	
	/* Main - Contents */
	#main .contents .grid-item {
		width: 100%; 
	}
	#main .contents .grid-item .image {
		width: 100%;
	}
	
	/* Member */
	.member ul li {
		float: left;
		background-color: #1F1F1F;
		width: 50%;
	}
	.member ul li.in a:hover {
		background-color: transparent;
	}
	.member ul li.in a:hover > img {
		visibility: visible;
	}
	.member ul li.in a:hover > .txt {
		display: none;
	}
	.member ul li.in a.hover_effect {
		background-color: #FDE70C;
	}
	.member ul li.in a.hover_effect > img {
		visibility: hidden;
	}
	.member ul li.in a.hover_effect > .txt {
		display: block;
	}
	.member ul li.in a .txt {
		height: 21vh;
	}
	
	/* Block.B */
	#blockb {
		margin-top: 122px;
	}
	#blockb .group .member-box-wrap {
		padding-top: 15px;
	}
	#blockb .group .part > div {
		padding-right: 15px;
		margin-bottom: 15px;
	}
	#blockb .group .member-box {
		width: 100% !important;
		height: 300px !important;
    	background-position: right;
    	float: none !important;
    	margin: 0 !important ;
    	top: 0 !important;
	}
	#blockb .group .member-box .txt {
		height: 17vh;
	}
	#blockb .group .content-wrap {
		padding-bottom: 70px;
	}
	#blockb .profile {
		padding-top: 15px;
		padding-bottom: 70px;
	}
	#blockb .profile .top {
		margin-top: 30px;
	}
	#blockb .profile .top .tit-txt h2 {
		font-size: 2.3em;
	}
	#blockb .profile .top .sns-icons a {
	}
	#blockb .instagram {
		margin-bottom: 70px; 
	}
	
	/* Album */
	#album {
		margin-bottom: 70px;
		margin-top: 122px;
	}
	#album .list .basic {
	    padding: 30px 0 23px 0;
	    text-align: center;
	}
	#album .list .basic .thumb {
		float: none;
		text-align: center;
	}
	#album .list .basic .thumb img {
		width: 100%;
    	height: auto;
	}
	#album .list .basic .info {
		float: none;
		text-align: center;
		margin: 0;
	}
	#album .list .basic .info .released {
		margin-top: 7px;
	}
	#album .list .basic .info .type {
		margin-top: 4px;
    	margin-left: 0;
	}
	#album .list .basic .btn-wrap {
	    float: none;
	    margin-top: 15px;
	    display: inline-block;
	}
	#album .list .tracklist ul li .info {
		
	}
	#album .list .tracklist ul li .info .title {
		float: none !important;
	}
	#album .list .tracklist ul li .info .title a {
		display: block;
		width: 100%;
		font-weight: bold;
	}
	#album .list .tracklist > .title a {
	    position: absolute;
	    top: 0;
	    right: 0;
	    margin-right: 0;
	    padding: 0.95em;
	    float: none;
	}
	#album .list .tracklist ul li .info .pull-right {
		display: none;
	}
	#album .list .tracklist ul li .detail {
		padding: 1.5em;
	}
	#album .list .tracklist ul li .detail dl {
		
	}
	#album .list .tracklist ul li .detail dl dt {
		clear: left;
	}
	#album .list .tracklist ul li .detail dl dd {
		clear: right;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.5em;
	}
	#album .list .tracklist > .title a:hover i:before {
	    -webkit-transform: none;
	    -moz-transform: none; 
	    -o-transform: none;
	    transform: none;
	}
	#album .list .tracklist > .title a.hover_effect i:before {
	    -webkit-transform: rotate(360deg);
	    -moz-transform: rotate(360deg); 
	    -o-transform: rotate(360deg);
	    transform: rotate(360deg);
	}	
	
	/* Photo */
	#photo {
		margin-bottom: 0;
		margin-top: 122px;
	}
	
	/* Video */
	#video {
		margin-bottom: 70px;
		margin-top: 122px;
	}
	#video .image-list > div > a:hover .txt-overlay {
		display: none;
	}
	#video .image-list > div > a.hover_effect .txt-overlay {
		display: block;
	}
	#video .image-list > div > a .txt .cate-main {
		font-size: 1.2em;
	}
	#video .image-list > div > a .txt .title {
		font-size: 2.7em;
	}
	
	
	/* Search */
	#search {
		margin-bottom: 130px;
		margin-top: 0;
	}
	#search .result {
		
	} 
	
	/* News */
	#news {
		margin-bottom: 70px;
		margin-top: 122px;
	}
	#news.document {
		margin-bottom: 0;
	}
	#news .list .thumb {
		padding: 0;
	}
	#news .list a .thumb-bg {
		width: 100% !important;
		height: 250px !important;
	}
	#news .list .btn-wrap {
		margin-top: 1.2em;
		text-align: right;
	}
	#news .list .date {
		margin-top: 20px;
	}
	#news .view .header {
		margin-bottom: 1.6em;
	}
	#news .view .header .title {
		font-size: 1.5em;
	}
	#news .view .header .date {
	    font-size: 1em;
	    font-weight: normal;
	    margin-top: 1em;
	}
	#news .view .cont {
		padding: 1.5em;
	}
	#news .view .cont img {
		max-width: 100%;
		height: auto;
	}
	#news .paging ul {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	#news .paging ul li {
		float: none;
		display: inline-block;
	}
	#news .paging ul li a {
		padding: 0.3em 0.4em;
    	font-size: 1.25em;
	}
	
	/* Notice */
	#notice {
		margin-bottom: 70px;
		margin-top: 122px;
	}
	#notice .post .type {
	    float: none;
	    font-size: 1em;
	    padding: 0.8em 0.6em;
	    margin-bottom: 0.7em;
	}
	#notice .post .title {
	    float: none;
	    font-size: 1.5em;
	    line-height: 1.5em;
	    margin-left: 0;
	}
	#notice .post .date {
		font-size: 1em;
	    line-height: 0;
	    margin-top: 1.2em;
	}
	#notice .post .cont {
		padding: 1.5em;
	}
	#notice .post .cont img {
		max-width: 100%;
		height: auto;
	}
	#notice .post .cont a.btn-close {
		top: 0.7em;
    	right: 0.7em;
	}
	#notice .read-more {
		margin-top: 40px;
	}
	
	#schedule {
		margin-bottom: 70px;
		margin-top: 122px;
	}
}

@media (max-width: 1024px) {
	/* General */
	.owl-theme .owl-controls {
		display: none !important;
	}
	
	/* Top */
	#top a.title {
		font-weight: bold;
	}
	
	/* Main */
	#main .instagram {
		padding-bottom: 0;
    	margin-top: 40px;
	}
	#main .schedule {
		padding-top: 40px;
		padding-bottom: 70px;
	}
	#main .schedule .list a {
	    border-radius: 100%;
	    padding: 61px 0 39px 0;
	}
	
	/* Main - Contents */
	#main .contents {
		margin-bottom: 0;
	}
	
	/* Member */
	.member ul li.in a .txt {
		height: 7vh;
	}
	.member ul li.in a .txt .at {
		font-size: 3em;
	}
	.member ul li.in a .txt .name {
		font-size: 1.1em;
	}
	
	/* Block.B */
	#blockb .title-wrap.member .title {
		line-height: 1em;
	}
	
	/* Notice */
	#notice {
		margin-bottom: 70px;
	}
	#notice .post .type {
	    float: none;
	    font-size: 1em;
	    padding: 0.8em 0.6em;
	    margin-bottom: 0.7em;
	}
	#notice .post .title {
	    float: none;
	    font-size: 1.5em;
	    line-height: 1.5em;
	    margin-left: 0;
	}
	#notice .post .date {
		font-size: 1em;
	    line-height: 0;
	    margin-top: 1.2em;
	}
	#notice .post .cont {
		padding: 1.5em;
	}
	#notice .post .cont img {
		max-width: 100%;
		height: auto;
	}
	#notice .post .cont a.btn-close {
		top: 0.7em;
    	right: 0.7em;
	}
	#notice .read-more {
		margin-top: 40px;
	}	
}