@charset 'UTF-8';

/* General */
html, body, div, a, form, legend, fieldset, input, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Noto Sans', 'Nanum Gothic', 'Malgun Gothic', Dotum, Gulim, Batang, Arial, Helvetica, sans-serif;
}
a, input, p, img {
	vertical-align: middle;
}
a, a:hover,a:focus {
	text-decoration: none;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6, p, ul, li, hr {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}

.main-title-wrap {
	padding: 60px 0 20px 0;
	border-bottom: 4px solid #222222;
	margin-bottom: 60px;
}
.main-title-wrap .title-txt {
	font-size: 31px;
	font-weight: bold;
	float: left;
}
.main-title-wrap .title-nav {
	float: right;
	line-height: 34px;
}
.main-title-wrap .title-nav:before {
	font-family: FontAwesome;
	content: '\f111';
	float: left;
	color: #FEE600;
	margin-right: 12px;
	font-size: 16px;
	margin-top: 2px;
}
.main-title-wrap .title-nav li {
	float: left;
}
.main-title-wrap .title-nav li:after {
	content: '>';
	color: #898989;
	font-weight: bold;
	margin: 0 4px;
}
.main-title-wrap .title-nav li:last-child:after {
	content: '';
}
.main-title-wrap .title-nav li a {
	display: inline-block;
	color: #898989;
	font-weight: bold;
	font-size: 13px;
}
.main-title-wrap .title-nav a.current {
	color: #222222;
}

.sub-title-wrap {
	width: 100%;
	text-align: center;
}
.sub-title {
	font-size: 33px;
	font-weight: bold;
	color: #333333;
}
.sub-title-line {
	border: 2px solid #333333;
	margin: 15px 0 0 0;
}

.read-more {
	text-align: center;
}
.read-more a, .lightbox-more {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	/* color: #222222; */
	color: #FFFFFF;
	border-bottom: 6px solid #FEE600;
	padding-bottom: 4px;
	cursor: default;
}

.image-list {
	
}
.image-list > div {
	margin-bottom: 30px;
}
.image-list > div > a {
	display: block;
}
.image-list > div > a:hover {
	opacity: .7;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
    transition: .5s all ease;
}
.image-list > div > a > img {
	width: 100%;
}
.image-list > div.clearfix {
	margin: 0;
}

.line {
	margin: 0;
}
.line hr {
	margin-top: 30px;
	border-bottom: 1px solid #222222;
}

.video-latest {
	margin-top: 60px;
	text-align: center;
}
.video-latest .full {
	display: block;
}
.video-latest .full img {
	width: 100%;
}
.video-latest .cont {
	background-color: #222222;
	color: #FFFFFF;
	line-height: 40px;
	padding: 90px 0 130px 0;
	background-position: top center;
	background-size: cover;
}
.video-latest .cont .title {
	font-size: 95px;
	font-weight: bold;
}
.video-latest .cont .playtime {
	font-size: 40px;
	margin-top: 5px;
}
.video-latest .cont .btn-play {
	display: inline-block;
	color: #FFFFFF;
	margin-top: 40px;
	font-size: 156px;
	font-weight: normal;
}

.album-latest {
	margin-top: 60px;
}
.album-latest > div {
	
}
.album-latest > div > a > img {
	width: 100%;
}

.photo-latest {
	margin-top: 60px;
}
.photo-latest .carousel {
	
}
.photo-latest .carousel a {
	
}
.photo-latest .carousel a:hover {
	opacity: .7;
	-webkit-transition: .5s all ease;
    transition: .5s all ease;
}
.photo-latest .carousel a img {
	
}
.photo-latest .carousel-inner .active.left { 
	left: -33%; 
}
.photo-latest .carousel-inner .active.right { 
	left: 33%;
}
.photo-latest .carousel-inner .next { 
	left: 33%;
}
.photo-latest .carousel-inner .prev { 
	left: -33%;
}
.photo-latest .carousel-control.left { 
	background-image: none; 
}
.photo-latest .carousel-control.right { 
	background-image: none; 
}
.photo-latest .carousel-inner .item { 
	background: white;
}
.photo-latest .carousel-inner .item > div:last-child {
	
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.no-data {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.ease-in-2s {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.linear-2s {
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
	transition: all 2s linear;
}

.opacity-0 {
	opacity: 0;
}
.opacity-1 {
	opacity: 1;
}

.hover {
	-webkit-user-select: none;
	-webkit-touch-callout: none;        
}

/* Top */
#top {
	position: fixed;
	width: 100%;
	background-color: #262626;
	z-index: 11;
    top: 0;
}
#top.main {
	position: relative;
}
#top.sticky {
	position: fixed;
}
#top a {
	color: #979797;
	text-decoration: none;
	text-transform: uppercase;
}
#top a.title {
	display: inline-block;
	padding: 12px 0;
	font-size: 14px;
	font-family: 'FranklinGothic-Heavy', 'Franklin Gothic Heavy Regular';
}
#top form {
	position: relative;
	display: inline-block;
}
#top form input[type='text'] {
	background-color: #1E1E1E;
	border: 0;
	padding: 12px 14px;
	width: 240px;
	color: #979797;
	font-weight: bold;
}
#top form input[type='text']::-webkit-input-placeholder  {
	font-style: italic;
}
#top form input[type='text']::-moz-input-placeholder  {
	font-style: italic;
}
#top form input[type='text']::-o-input-placeholder  {
	font-style: italic;
}
#top form input[type='text']:-ms-input-placeholder  {
	font-style: italic;
}
#top form button {
	background-color: transparent;
	border: 0;
	position: absolute;
	top: 11px;
	right: 4px;
	color: #737373;
}

#top .sns {
	font-size: 18px;
	margin-right: 18px;
}
#top .sns.first {
	 margin-left: 18px;
}
#top .official-shop {
	font-size: 12px;
	font-weight: bold;
}

/* Menu */
#menu {
	position: fixed;
	background-color: #000000;
	padding: 30px 0 40px 0;
	width: 100%;
	z-index: 10;
	top: 43px;
}
#menu.main {
	position: absolute;
	background-color: transparent;
	width: 100%;
	z-index: 10;
}
#menu.main.sticky {
	position: fixed;
	background-color: #000000;
	top: 42px;	
}
#menu .logo {
	
}
#menu .logo a {
	display: block;
	margin-top: 13px;
}
#menu .list {
	position: absolute;
	display: block;
	height: auto;
	right: 0;
	width: 227px;
}
#menu .list.active { 
	padding-bottom: 120px;
}
#menu .list .bar {
	display: block;
	width: 69px;
	padding: 15px 10px 15px 10px;
	background-color: #FEE600;
	float: right;
}
#menu .list .bar img {
	max-width: 100%;
}
#menu .list .main {
	width: 227px;
	background-color: #FEE600;
	position: relative;
	z-index: 11;
	margin-top: 73px;
	display: none;
}
#menu .list .main > li {
	border-bottom: 1px solid #7D7100;
	position: relative;
}
#menu .list .main > li:last-child {
	border-bottom: 0;
}
#menu .list .main > li > a {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	display: block;
	padding: 9px 20px;
}
#menu .list .main > li > a > i {
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 14px;
}
#menu .list .main .sub {
    display: none;
	border-top: 1px solid #7D7100;
    padding: 9px 0 18px 21px;
}
#menu .list .main .sub > li {
	margin-bottom: 5px;
}
#menu .list .main .sub > li > a {
	font-size: 12px;
	color: #333333;
}


/* Main */
#main {
	
}

/* Main - Slider */
#main .slider {
	overflow: hidden;
}

/* Main - Contents */
#main .contents {
	margin: 87px 0 90px 0;
}
#main .contents .grid {
}
#main .contents .grid-item {
	position: relative;
	margin-bottom: 30px;
}
#main .contents .grid-item .data {
	background: #F7F7F7;
}
#main .contents .grid-item .data a {
	display: block;
}
#main .contents .grid-item .data .type {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}
#main .contents .grid-item .data .title {
	font-family: 'Nanum Gothic';
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 30px;
	color: #333333;
}
#main .contents .grid-item .data .txt {
	font-size: 14px;
	color: #666666;
}
#main .contents .grid-item .data .date {
	position: absolute;
	font-size: 15px;
	font-weight: bold;
	color: #555252;
}
#main .contents .grid-item .data .date img {
	vertical-align: top;
}
#main .contents .grid-item .data .date span {
	margin-left: 4px;
}
#main .contents .grid-item .data .paper {
	position: absolute;
	right: 45px;
	bottom: 30px;
}
#main .contents .grid-item .data .mic {
	position: absolute;
	right: 35px;
	bottom: 24px;
}
#main .contents .grid-item.news {
	height: 455px;
}
#main .contents .grid-item.news .data  {
	padding: 36px 32px 0 32px;
	height: 455px;
}
#main .contents .grid-item.news .data .date {
	bottom: 50px;
}
#main .contents .grid-item.news .data .title {
	width: 100%;
}
#main .contents .grid-item.news .data .txt {
	width: 100%;
}
#main .contents .grid-item.news .data .date {
	bottom: 30px;
}
#main .contents .grid-item.notice {
	height: 455px;
}
#main .contents .grid-item.notice .data  {
	padding: 45px 33px 0 33px;
	height: 455px;
}
#main .contents .grid-item.notice .data .title {
	width: 65%;
}
#main .contents .grid-item.notice .data .txt {
	width: 65%;
}
#main .contents .grid-item.notice .data .date {
	bottom: 30px;
}
#main .contents .grid-item.photo {
	height: 212px;
}
#main .contents .grid-item.video {
	height: 212px;
}
#main .contents .grid-item.album {
	height: 212px;
}
#main .contents .grid-item .tag {
	position: absolute;
	top: 20px;
	left: 34px;
	background-color: #FEE600;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	padding: 5px 10px;
	color: #333333;
}
#main .contents .grid-item .image {
    height: 212px;
    background-position: center center;
	background-size: cover;
}
#main .contents .read-more {
	margin-top: 20px;
}

/* Main - Instagram */
#main .instagram {
	padding: 70px 0 85px 0;
	background: transparent url('../image/main/instagram/bg.png') center center no-repeat;
}
#main .instagram .list {
	margin-top: 60px;
}
#main .instagram .list > div {
	margin-bottom: 30px;
	text-align: center;
}
#main .instagram .list a {
	position: relative;
	display: block;
}
#main .instagram .list a img {
	width: 100%;
}
#main .instagram .list a .txt {
	position: absolute;
	background-color: #ffe800;
	color: #333333;
	text-align: left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
    padding: 8% 7% 0 7%;
	opacity: .95;
	display: none;
}
#main .instagram .list a .txt .title {
	font-size: 14px;
	line-height: 23px;
}
#main .instagram .list a .txt .tags {
	font-size: 14px;
	word-break: break-word;
	line-height: 23px;
}
#main .instagram .list a .txt .id {
	font-size: 22px;
	font-weight: bold;
	position: absolute;
	bottom: 12px;
}
#main .instagram .list a:hover {
	
}
#main .instagram .list a:hover .txt {
	display: block;
}

/* Main - Schedule */
#main .schedule {
	padding: 75px 0 123px 0;
	background: transparent url('../image/main/schedule/bg.png') center center no-repeat;
}
#main .schedule .list {
	margin-top: 50px;
	margin-left: -8px;
}
#main .schedule .list > div {
	padding-right: 0;
	margin-bottom: 15px;
}
#main .schedule .list a {
	display: block;
	background-color: #000000;
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	color: #FFFFFF;
	text-align: center;
	padding: 46px 0 29px 0;
	border-radius: 200px;
	opacity: .7;
}
#main .schedule .list a .title {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#main .schedule .list a .date {
	font-size: 42px;
	font-weight: bold;
	margin-top: 28px;
	letter-spacing: 1px;
}
#main .schedule .list a .year {
	font-weight: normal;
	font-size: 39px;
	display: block;
	line-height: 32px;
}
#main .schedule .list a .time {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	margin: 17px 0 15px 0;
}
#main .schedule .list a .icon {
	width: 34px;
	height: 34px;
	margin: 0 auto;
}
#main .schedule .list a .icon.airplane {
	background: transparent url('../image/main/schedule/airplane.png') 0 0 no-repeat;
}
#main .schedule .list a .icon.tv {
	background: transparent url('../image/main/schedule/tv.png') 0 0 no-repeat;
}
#main .schedule .list a:hover {
	background-color: #FEE600;
	background-image: none !important;
	color: #333333;
	opacity: 1;
}
#main .schedule .list a:hover .icon.airplane  {
	background: transparent url('../image/main/schedule/airplane-gray.png') 0 0 no-repeat;
}
#main .schedule .list a:hover .icon.tv {
	background: transparent url('../image/main/schedule/tv-gray.png') 0 0 no-repeat;
}

/* Member */
.member {
	
}
.member ul {
	display: block;
}
.member ul li {
	float: left;
	background-color: #1F1F1F;
	width: 12.5%;
}
.member ul li a {
	position: relative;
	display: block;
}
.member ul li a img {
	max-width: 100%;
}
.member ul li.in a .txt {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-style: italic;
	color: #333333;
	display: none;
	width: 100%;
	height: 50%;
	height: 12vh;
	text-align: center;
}
.member ul li.in a .txt .at {
	font-size: 5em;
	margin-left: -2%;
}
.member ul li.in a .txt .name {
	font-size: 1.7em;
	margin-left: -2%;
}
.member ul li.in a:hover {
	background-color: #FDE70C;
}
.member ul li.in a:hover > img {
	visibility: hidden;
}
.member ul li.in a:hover > .txt {
	display: block;
}

/* Block.B */
#blockb {
	
margin-top: 165px;
}
#blockb .title-wrap {
	background-color: #F7F7F7;
	padding: 60px 0;
}
#blockb .title {
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
#blockb .group {
	
}
#blockb .group .member-box-wrap {
	padding: 98px 0 0 0;
}
#blockb .group .part {
}
#blockb .group .part > div {
	padding-right: 8px;
}
#blockb .group .part > div.last {
	padding-right: 15px;
}
#blockb .group .member-box {
	position: relative;
	width: 100%;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#blockb .group .member-box.taeil {
	height: 300px;
	background-image: url('../image/blockb/group/taeil.jpg');
}
#blockb .group .member-box.zico {
	height: 230px;
	background-image: url('../image/blockb/group/zico.jpg');
}
#blockb .group .member-box.ukwon {
	height: 330px;
	background-image: url('../image/blockb/group/ukwon.jpg');
}
#blockb .group .member-box.po {
	height: 300px;
	top: -5px;
	background-image: url('../image/blockb/group/po.jpg');
}
#blockb .group .member-box.jaehyo {
	width: 47.5%;
	height: 369px;
	float: left;
	margin-right: 11px;
	top: -74px;
	background-image: url('../image/blockb/group/jaehyo.jpg');
}
#blockb .group .member-box.bbomb {
	width: 47.5%;
	height: 369px;
	float: left;
	margin-left: 11px;
	top: -74px;
	background-image: url('../image/blockb/group/bbomb.jpg');
}
#blockb .group .member-box.parkkyung {
	height: 267px;
	margin-top: 28px;
	background-image: url('../image/blockb/group/parkkyung.jpg');
}
#blockb .group .member-box .txt-overlay {
    width: 100%;
    height: 100%;
	background-color: #FEE600;
    opacity: .9;
    display: none;
}
#blockb .group .member-box .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	height: 12vh;
	text-align: center;
	color: #000000;
	opacity: .9;
	margin: auto;
}
#blockb .group .member-box .txt .kor {
	font-family: 'Nanum Gothic';
	font-weight: bold;
	font-size: 38px;
}
#blockb .group .member-box .txt .hash {
	font-family: 'Nanum Gothic';
	font-weight: bold;
	font-size: 27px;
	margin-bottom: 8px;
}
#blockb .group .member-box .txt .btn-black {
	font-family: 'Nanum Gothic';
	background-color: #000000;
	border: 0;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 14px;
	border-radius: 4px;
}
#blockb .group .member-box:hover > .txt-overlay {
	display: block;
}
#blockb .group .content-wrap {
	color: #666666;
	padding: 15px 0 146px 0;
}
#blockb .group .content-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	font-family: 'Nanum Gothic';
}
#blockb .group .content-txt {
	font-size: 15px;
	line-height: 23px;
	font-family: 'Nanum Gothic';
}
#blockb .title-wrap.member {
	padding: 20px 0;
}
#blockb .artist-nav {
	
}
#blockb .artist-nav a {
	color: #222222;
	font-size: 15px;
}
#blockb .artist-nav a img {
	width: 80px;
}
#blockb .artist-nav.prev {
	text-align: left;
}
#blockb .artist-nav.prev span {
	margin-left: 10px;
}
#blockb .artist-nav.next {
	text-align: right;
}
#blockb .artist-nav.next span {
	margin-right: 10px;
}
#blockb .title-wrap.member .title {
	line-height: 78px;
}
#blockb .profile {
	padding: 0 0 150px 0;
}
#blockb .profile .image {
	
}
#blockb .profile .image img {
	width: 100%;
}
#blockb .profile .top {
	padding-bottom: 30px;
    border-bottom: 4px solid #222242;
}
#blockb .profile .top .tit-txt {
	float: left;
}
#blockb .profile .top .tit-txt h2 {
	font-family: 'Nanum Gothic';
	font-weight: bold;
	color: #222222;
	font-size: 38px;
	display: inline-block;
}
#blockb .profile .top .sns-icons {
	float: right;
}
#blockb .profile .top .sns-icons a {
	display: inline-block;
	margin-left: 10px;
}
#blockb .profile .top .sns-icons a img {
	width: 32px;
}
#blockb .profile .bottom {
	margin-top: 50px;
}
#blockb .profile .bottom dl {
	font-family: 'Nanum Gothic';
	font-size: 16px;
	color: #666666;
}
#blockb .profile .bottom dl dt {
	float: left;
	font-weight: normal;
	margin-bottom: 5px;
}
#blockb .profile .bottom dl dt:after {
	content: ' : ';
	padding-right: 6px;
}
#blockb .profile .bottom dl dd {
	margin-bottom: 5px;
}
#blockb .profile .desc {
	margin-top: 70px;
}
#blockb .profile .desc h3 {
	font-size: 28px;
	font-weight: bold;
}
#blockb .profile .desc .txt {
	display: block;
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	line-height: 26px;
}
#blockb .instagram {
	margin-bottom: 170px;
}
#blockb .instagram .title {
	font-size: 33px;
	font-weight: bold;
	color: #222222;
}
#blockb .instagram hr {
	border: 2px solid #222222;
	margin: 15px 0 55px 0;
}
#blockb .instagram .post {
	margin-bottom: 30px;
}
#blockb .instagram .post a {
	display: block;	
}
#blockb .instagram .post a img {
	width: 100%;
}
#blockb .instagram .read-more {
	margin-top: 20px;
}

/* Album */
#album {
	margin-bottom: 130px;
	margin-top: 160px;
}
#album .list {
	
}
#album .list > div {
}
#album .list > div:first-child .basic {
	padding-top: 0;
}
#album .list .basic {
	padding: 50px 20px;
}
#album .list .basic .thumb {
	float: left;
}
#album .list .basic .info {
	float: left;
	margin-left: 30px;	
}
#album .list .basic .info .title {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	margin-top: 10px;
}
#album .list .basic .info .released {
	font-size: 15px;
	color: #898989;
	margin-top: 5px;
}
#album .list .basic .info .type {
	display: inline-block;
	margin-top: 90px;
	margin-left: 1px;
	font-weight: bold;
}
#album .list .basic .btn-wrap {
	float: right;
	margin-top: 40px;
}
#album .list .basic .btn-wrap a {
	display: table;
    background-color: #222222;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    float: left;
}
#album .list .basic .btn-wrap a span {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}
#album .list .basic .btn-wrap a.btn-view-detail {
	margin-right: 20px;
}
#album .list .basic .btn-wrap a:hover, 
#album .list .basic .btn-wrap a.active {
	background-color: #FEE600;
    color: #222222;
}
#album .list .tracklist {
	margin-bottom: 50px;
	display: none;
}
#album .list .tracklist > .title {
	position: relative;
	background-color: #333333;
	color: #FFFFFF;
	padding: 20px 0;
}
#album .list .tracklist > .title h2 {
	float: left;
	font-size: 23px;
	font-weight: bold;
	margin-left: 25px;
}
#album .list .tracklist > .title a {
    display: block;
    float: right;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 30px;
}
#album .list .tracklist > .title a i:before {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
#album .list .tracklist > .title a:hover i:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg); 
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}	
#album .list .tracklist ul {
	
}
#album .list .tracklist ul li {
}
#album .list .tracklist ul li .info {
	padding: 13px 20px;
	border-bottom: 1px solid #E5E5E5;
}
#album .list .tracklist ul li .info .title {
	font-size: 14px;
}
#album .list .tracklist ul li .info .title a {
	color: #333333;
}
#album .list .tracklist ul li .info .playtime {
	float: left;
	font-size: 14px;
	color: #898989;
	margin-right: 50px;
}
#album .list .tracklist ul li .info .view-detail {
	float: left;
}
#album .list .tracklist ul li .info .view-detail a {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	display: block;
}
#album .list .tracklist ul li .detail {
	background-color: #F4F4F4;
	padding: 30px 50px;
	border-bottom: 1px solid #E5E5E5;
	display: none;
}
#album .list .tracklist ul li .detail dl {
	font-size: 13px;
}
#album .list .tracklist ul li .detail dl dt {
	float: left;
	color: #333333;
	margin-right: 8px;
	font-weight: normal;
}
#album .list .tracklist ul li .detail dl dd {
	float: left;
	margin-right: 25px;
	color: #929292;
}
#album .list .tracklist ul li .detail h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin: 20px 0 10px 0;
}
#album .list .tracklist ul li .detail .story {
	color: #898989;
	font-size: 14px;
	line-height: 22px;
}
#album .list .buy {
	margin-bottom: 50px;
	display: none;
}
#album .list .buy .title {
	background-color: #333333;
	color: #FFFFFF;
	padding: 20px 0;
}
#album .list .buy .title h2 {
	float: left;
	font-size: 23px;
	font-weight: bold;
	margin-left: 25px;
}
#album .list .buy .title a {
    display: block;
    float: right;
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 30px;
}
#album .list .buy > .title a i:before {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
#album .list .buy > .title a:hover i:before {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
    transform: rotate(360deg);
}
#album .list .buy .site {
	margin-top: 15px;
}
#album .list .buy .site .row {
	margin-left: 0;
}
#album .list .buy .site .link {
	margin-bottom: 13px;
	padding-left: 0;
}
#album .list .buy .site a {
    position: relative;
    display: block;
    color: #222222;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
}
#album .list .buy .site a i {
	float: right;
	margin-top: 4px;
}

#album .list .buy .site a:hover {
	
}

#album .list .line {
	border-bottom: 1px solid #222222;
}

#album .read-more {
	margin: 60px 0;
}

/* Photo */
#photo {
	margin-bottom: 130px;
	margin-top: 160px;
}
#photo .read-more a {
	display: inline-block;
}
#photo .read-more {
	margin: 60px 0;
}

/* Video */
#video {
	margin-bottom: 130px;
	margin-top: 160px;
}
#video .image-list > div > a {
	position: relative;
	display: block;
}
#video .image-list > div.read-more a {
	display: inline-block;
}
#video .image-list > div > a:hover .txt-overlay {
	display: block;
}
#video .image-list > div > a .txt-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .9;
	background-color: #FDE70C;
	margin: auto;
	display: none;
}
#video .image-list > div > a .va {
	display: table;
	width: 100%;
	height: 100%;
}
#video .image-list > div > a .txt {
	text-align: center;
	color: #222222;
	display: table-cell;
	vertical-align: middle;
}
#video .image-list > div > a .txt .cate-main {
	font-size: 28px;
	font-weight: bold;
}
#video .image-list > div > a .txt .title {
	font-size: 46px;
	font-weight: bold;
}
#video .image-list > div > a .txt .sub {
	font-size: 19px;
	font-weight: bold;
	margin-top: 10px;
}
#video .image-list > div > a .txt .cate-sub {
	font-size: 23px;
	font-weight: bold;
}
#video .image-list > div > a .txt .play {
	margin-top: 8px;
}
#video .read-more {
	margin: 60px 0;
}


/* Search */
#search {
	margin-bottom: 130px;
	margin-top: 0;
}
#search #news {
	margin-bottom: 0;
}
#search #notice .main-title-wrap.nodata {
	margin-bottom: 60px;
}
#search .result {
	
} 

/* News */
#news {
	margin-bottom: 130px;
	margin-top: 160px;
}
#news .list {
	padding: 0 15px;
}
#news .list .post {
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #C2C2C2;
}
#news .list .post:first-child {
	margin-top: 0;
}
#news .list .date {
	font-family: 'Nanum Gothic';
	font-size: 17px;
	color: #898989;
	display: inline-block;
	font-weight: bold;
}
#news .list .date-small {
	font-family: 'Nanum Gothic';
	font-size: 1em;
	color: #898989;
	margin-top: 1em;
	display: none;
	text-align: right;
}
#news .list h2.title {
	font-family: 'Nanum Gothic';
	font-size: 23px;
	font-weight: bold;
	margin-top: 20px;
}
#news .list h2.title a {
	color: #222222;
}
#news .list p.desc {
	font-family: 'Nanum Gothic';
	font-size: 15px;
	margin-top: 20px;
}
#news .list p.desc a { 
	color: #898989;
}
#news .list .btn-wrap {
	margin-top: 27px;
}
#news .list .btn-wrap a {
	display: inline-block;
	background-color: #000033;
	color: #FFFFFF;
	font-weight: bold;
	width: 96px;
	text-align: center;
	padding: 5px 0;
	border-radius: 4px;
}
#news .list .btn-wrap a:hover, #news .list .btn-wrap a:active, #news .list .btn-wrap a:focus {
	background-color: #FEE600;
	color: #010101;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
    transition: .5s all ease;
}
#news .list .thumb {
	padding-left: 0;
}
#news .list .thumb a {
	display: block;
}
#news .list .thumb a .thumb-bg {
	width: 269px;
	height: 174px;
	background-position: center;
	background-size: cover;
}
#news .list .thumb a img {
	width: 100%;
}
#news .list .cont {
	
}
#news .list .cont .data {
	
}
#news .paging {
	
}
#news .paging ul {
	display: block;
    float: right;
    margin-top: 35px;
}
#news .paging ul li {
	float: left;
	margin-left: 9px; 
}
#news .paging ul li a {
	display: block;
	font-size: 18px;
	background-color: #151515;
	padding: 6px 10px;
	color: #FFFFFF;
}
#news .paging ul li a:hover, #news .paging ul li a:focus, #news .paging ul li.active a {
	background-color: #FEE600;
	color: #000000;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	-o-transition: .5s all ease;
    transition: .5s all ease;
}
#news .paging ul li.next-page a, #news .paging ul li.next-page a:hover, #news .paging ul li.next-page a:focus {
	background-color: #DDDDDD;
}
#news .paging ul li.prev-page a, #news .paging ul li.prev-page a:hover, #news .paging ul li.prev-page a:focus {
	background-color: #DDDDDD;
}
#news .view {
	
}
#news .view .header {
	margin-bottom: 40px;
}
#news .view .header .title {
	display: inline-block;
	text-align: left;
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Nanum Gothic';
	float: left;
}
#news .view .header .date {
	display: inline-block;
    text-align: right;
    color: #898989;
    font-size: 18px;
    font-family: 'Nanum Gothic';
    float: right;
    font-weight: bold;
}
#news .view .cont {
	padding: 40px 45px;
	font-size: 14px;
	color: #898989;
	background-color: #F4F4F4;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #3B3B3B;
	line-height: 23px;
	word-break: break-all;
}
#news .view .btn-list {
	display: block;
	margin-top: 40px;
	padding: 15px 0;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
.news-sns-wrap {
	width: 260px;
	height: 45px;
	text-align: center;
}
.news-sns-wrap a {
	font-size: 20px;
	display: inline-block;
	font-weight: bold;
	margin-right: 22px;
	line-height: 45px;
}
.news-sns-wrap a.facebook {
	color: #3b5998;
}
.news-sns-wrap a.twitter {
	color: #1dcaff;
}

/* Notice */
#notice {
	margin-bottom: 130px;
	margin-top: 160px;
}
#notice .main-title-wrap {
	margin-bottom: 0;
}
#notice .post {
    border-bottom: 1px solid #333333;
}
#notice .post:first-child > a {
	padding-top: 30px;
}
#notice .post > a {
	display: block;
    padding: 30px 0;
}
#notice .post .type {
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	background-color: #3C3D40;
	color: #FFFFFF;
	padding: 30px 25px;
	text-align: center;
	border-radius: 100%;
	font-family: 'Nanum Gothic';
}
#notice .post .type.required {
	background-color: #FEE600;
	color: #333333;
}
#notice .post .title {
	float: left;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Nanum Gothic';
	margin-left: 30px;
	line-height: 92px;
}
#notice .post .date {
	float: right;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Nanum Gothic';
	color: #898989;
	line-height: 90px;
	margin-right: 20px;
}
#notice .post .cont {
	position: relative;
    padding: 40px 50px 50px 50px;
    background-color: #F4F4F4;
    color: #898989;
    line-height: 23px;
    border-top: 1px solid #E5E5E5;
    display: none;
}
#notice .post .cont a.btn-close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
}
#notice .post .cont a.btn-close img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
#notice .post .cont a.btn-close:hover img {
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
    transform: rotate(360deg);
}
#notice .read-more {
	margin-top: 100px;
}

/* Schedule */
#schedule {
	margin-bottom: 130px;
	margin-top: 160px;
}

/* Sitemap */
#sitemap {
	margin-bottom: 130px;
	margin-top: 160px;
}

/* Featherlight Content */
.featherlight #album, 
.featherlight #notice, 
.featherlight #news {
	margin-top: 0;
}

/* Footer */
#footer {
	background-color: #262626;
}
#footer .desktop {
	padding: 77px 15px 47px 15px;
}
#footer .submenu a {
	display: inline-block;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-right: 16px;
	margin-top: 21px;
}
#footer .submenu a:last-child {
	margin-right: 0;
}
#footer .company-info p {
	color: #B1B1B1;
	font-size: 13px;
	margin-left: 50px;
}
#footer .company-info p:first-child {
	margin-top: 21px;
}
#footer .mobile {
	padding: 1em 0;
}
#footer .mobile .sm-sns-icons {
	text-align: center;
}
#footer .mobile .sm-sns-icons a {
	display: inline-block;
	color: #FFFFFF;
	margin-right: 0.5em;
	font-size: 1.6em;
}
#footer .mobile .sm-sns-icons a:last-child {
	margin-right: 0;
}
#footer .mobile .sm-copyright {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0.5em;
}

