/*mapbox*/
#contact_01 .com_info {
    padding: 40px 60px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
#contact_01 .com_info li {
    position: relative;
}
#contact_01 .com_info li {
    position: relative;
    padding: 5px 30px;
    margin-top: 30px;
}
#contact_01 .com_info .txtss {
    margin-top: 18px;
}
#contact_01 .com_info .addrTop {
    position: relative;
    padding-left: 55px;
}
#contact_01 .com_info .tt {
    display: flex;
    gap: 8px;
    align-items: center;
}
#contact_01 .com_info .tt a {
    display: inline-block;
    padding: 5px 8px 7px;
    background-color: #333;
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    font-size: .7em;
    font-weight: 500;
}
#contact_01 .com_info h6 {
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 1.5em;
    color: #333;
}
#contact_01 .com_info .addrTop span {
    position: absolute;
    left: 0;
    top: 0;
}
#contact_01 .com_info .addrTop span img {
    width: 40px;
}
@media (min-width:769px) {
    #contact_01 .com_info li:last-child {
        padding-top: 10px;
    }
    #contact_01 .com_info li:nth-child(1):after {
        content: "";
        position: absolute;
        right: 0;
        top: 10%;
        height: 80%;
        width: 1px;
        background-color: #ddd;
    }
}
@media (max-width:768px) {
    #contact_01 .com_info {
        padding: 20px;
    }
    #contact_01 .com_info li {
        padding-left: 20px;
    }
    #contact_01 .com_info li:not(:first-child) {
        margin-top: 10px !important;
    }
    #contact_01 .com_info .addrTop {
        padding-left: 28px;
    }
    #contact_01 .com_info .addrTop span img {
        width: 20px;
    }
    #contact_01 .com_info h6,
    #contact_01 .com_info li h6 {
        font-size: 13px;
    }
    #contact_01 .com_info li span {
        left: 0;
    }
    #contact_01 .com_info li span img {
        width: 15px;
    }
    #contact_01 .com_info .txtss {
        margin-top: 8px;
    }
}
/*mapbox*/
.mapbox .root_daum_roughmap .wrap_map {
    height: 530px !important;
}
@media (max-width:768px) {
    .mapbox {
        margin-top: 30px;
    }
	.mapbox .root_daum_roughmap .wrap_map {
		height: 250px !important;
	}
}
/*distribution_01*/
#distribution_01 .sec1 .l_wrp li {
    margin: 15px 0;
}
#distribution_01 .sec1 .l_wrp li .l_item {
    border: 1px solid #ddd;
    position: relative;
}
#distribution_01 .sec1 .l_wrp li .l_item img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width:204px;
	height:127px;
}
#distribution_01 .sec1 .l_wrp li .l_item .unact {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
#distribution_01 .sec1 .l_wrp li .l_item .unact:hover {
    opacity: 0;
}
#distribution_01 .app_wrp {
    border: 1px solid #ddd;
    padding: 60px;
}
#distribution_01 .info_lft {
    padding: 30px 0;
}
#distribution_01 .info_lft ul {
    margin-top: 15px;
}
#distribution_01 .info_lft ul li {
    margin: 5px 0;
}
#distribution_01 .info_lft img {
    width: 20px;
    margin-bottom: 5px;
    vertical-align: middle;
    margin-right: 5px;
}
@media (min-width:769px) {
    #distribution_01 .sec1 .stit {
        white-space: nowrap;
    }
}
@media (max-width:768px) {
    #distribution_01 .app_wrp {
        padding: 30px 20px;
    }
    #distribution_01 .sec1 .stit h2 {
        line-height: 1em;
    }
    #distribution_01 .sec1 .l_wrp {
        margin: 0 -5px;
    }
    #distribution_01 .sec1 .l_wrp li {
        padding: 0 5px;
        margin: 5px 0;
    }
    #distribution_01 .info_lft {
        padding: 15px 0;
    }
	
	#distribution_01 .sec1 .l_wrp li .l_item img {
		width:100%;
		height:60px;
	}
}
/*formbox*/
#distribution_01 .row {
    margin: 0 -5px;
}
#distribution_01 .row > div {
    padding: 0 5px;
}
#distribution_01 .formbox {
    padding: 0 60px;
}
#distribution_01 .formbox .row {
    margin: 0 -5px;
}
#distribution_01 .formbox .row > li {
    padding: 0 5px;
}
#distribution_01 .formbox h3 {
    margin-top: 15px;
}
#distribution_01 .formbox p {
    margin-top: 10px;
}
#distribution_01 .formbox ul li:not(:last-child) {
    margin-bottom: 10px;
}
#distribution_01 .formbox ul li .form-control {
    box-shadow: 0 0 0;
    border: 1px solid #222;
}
#distribution_01 .formbox ul li .form-control:not(textarea) {
    height: 47px;
}
#distribution_01 .formbox ul li .smt {
    display: block;
    width: 100%;
    border: 0px;
    background-color: #333;
    font-size: 18px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    line-height: 1em;
    padding: 15px;
}
#distribution_01 .formbox .form-group {
    position: relative;
    font-size: 17px;
}
::-webkit-input-placeholder {
    color:#777 !important;
    font-weight: 300;
    opacity: 1;
}
#distribution_01 .formbox .form-group textarea,
#distribution_01 .formbox .form-group input {
    background-color: transparent;
    z-index: 5;
}
#distribution_01 .formbox .form-group textarea + label,
#distribution_01 .formbox .form-group input + label {
    color: #777;
    font-size: 0.85em;
    position: absolute;
    left: 12px;
    top: 12px;
    z-index: 3;
    font-weight: 300;
}
#distribution_01 .formbox .form-group textarea[required] + label:after,
#distribution_01 .formbox .form-group input[required] + label:after {
    content: ' *';
    color: red;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-left: 5px;
    font-size: 1.4em;
    line-height: 0;
}
#distribution_01 .formbox .form-group textarea[required]:invalid + label,
#distribution_01 .formbox .form-group input[required]:invalid + label {
    display: inline-block;
}
#distribution_01 .formbox .form-group textarea:valid + label,
#distribution_01 .formbox .form-group input:valid + label,
#distribution_01 .formbox .form-group textarea[required]:valid + label,
#distribution_01 .formbox .form-group input[required]:valid + label{
    display: none;
}
#distribution_01 .formbox .fileupload .uneditable-input .fa {
    top: 5px;
}
#distribution_01 .formbox .fileupload .uneditable-input .fileupload-preview {
    padding-left: 27px;
}
#distribution_01 .formbox .uneditable-input {
    width: 70%;
}
#distribution_01 .formbox .uneditable-input,
#distribution_01 .formbox .fileupload .btn {
    border: 1px solid #222;
    height: 47px;
    color: #333;
}
#distribution_01 .formbox .fileupload .fileupload-exists {
    line-height: 32px;
}
#distribution_01 .formbox .fileupload.fileupload-exists .btn-file {
    display: none;
}
#distribution_01 .formbox .fileupload .btn {
    border-radius: 0 4px 4px 0;
}
#distribution_01 .formbox .fileupload .btn > span {
    top: 6px;
    position: relative;
}
#distribution_01 .formbox .uneditable-input {
    border-radius: 4px 0 0 4px;
}
#distribution_01 .formbox .fileupload:not(.fileupload-exists) .uneditable-input:after {
    content: "타이틀곡 모니터음원 파일 (20MB 이하)";
    font-weight: 300;
    top: 11px;
    left: 18px;
    position: absolute;
}
#distribution_01 .formbox .in_item > label {
    position: absolute;
    left: 0;
    font-size: 15px;
    color: #333;
    top: 13px;
    font-weight: 600;
}
#distribution_01 .formbox .in_item {
    position: relative;
    padding-right: 20px;
}
#distribution_01 .formbox .in_item span {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 13px;
}
@media (max-width:768px) {
    #distribution_01 .formbox {
        padding: 0;
    }
    #distribution_01 .formbox p {
        margin-top: 5px;
    }
    #distribution_01 .formbox .in_item .form-control {
        padding-left: 0;
        padding-right: 0;
    }
    #distribution_01 .formbox .date_wrp > div {
        margin-top: 5px;
    }
    #distribution_01 .formbox .in_item > label.dt {
        position: relative;
        top: 0;
    }
}
/*audition_01*/
#audition_01 .sec1 .stit p {
    margin-top: 15px;
}
/*pr_wrp*/
.pr_wrp .item {
    border: 1px solid #ddd;
    padding: 50px 15px;
}
.pr_wrp .item img {
    width: 80px;
}
.pr_wrp .item h5 {
    font-weight: 700;
    margin-top: 15px;
}
.pr_wrp .item p {
    margin-top: 10px;
}
@media (max-width:768px) {
    .pr_wrp {
        margin: 0 -5px;
    }
    .pr_wrp li {
        padding: 0 5px;
    }
    .pr_wrp .item {
        padding: 30px 15px;
    }
    .pr_wrp .item img {
        width: 40px;
    }
    .pr_wrp .item p {
        margin-top: 5px;
        line-height: 1.3em;
        height: 36px;
    }
}
/*table_od*/
.table_od {
    border-top: 1px solid #111;
    border-bottom: 1px solid #ddd;
}
.table_od tbody tr {
    border: 0px;
}
.table_od tbody tr th,
.table_od tbody tr td {
    border: 0px;
    font-size: 17px;
    line-height: 1.2em;
    vertical-align: middle;
    padding: 20px 15px;
    color: #333;
    font-weight: 300;
}
.table_od tbody tr th {
    font-weight: 500;
    background-color: #f7f7f7;
    width: 20%;
    text-align: center;
}
.table_od tbody tr td a.email {
    font-weight: 300;
    color: #d41f1f;
}
.table_od tbody tr td.ad_btn a {
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #111;
    color: #fff;
    font-size: 17px;
    line-height: 1em;
    font-weight: 500;
    text-decoration: none;
}
@media (max-width:768px) {
    .table_od tbody tr,
    .table_od tbody tr th,
    .table_od tbody tr td {
        border: 0px;
    }
    .table_od tbody tr th,
    .table_od tbody tr td {
        display: block;
        width: 100%;
        text-align: center;
        padding: 15px;
        font-size: 13px;
    }
    .table_od tbody tr td.ad_btn {
        padding-top: 0px;
    }
    .table_od tbody tr td.ad_btn a {
        font-size: 13px;
        padding: 10px 20px;
    }
}
/*t_list*/
.t_list {
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    padding: 30px 0;
}
.t_list > li {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    line-height: 1.2em;
    margin: 15px 0;
    color: #333;
    font-weight: 300;
}
.t_list > li > span {
    position: absolute;
    left: 0;
    font-weight: 700;
}
@media (max-width:768px) {
    .t_list > li {
        font-size: 13px;
    }
}
/*artst_list*/
.artst_list > li {
    margin-bottom: 50px;
}
.artst_list > li a {
    text-decoration: none;
    display: block;
}
.artst_list > li a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333;
}
.artst_list > li a .ibox {
    overflow: hidden;
}
.artst_list > li a .ibox img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.artst_list > li a .ibox:hover img {
    transform: scale(1.1);
}
/*al_list*/
.al_list > li {
    margin-bottom: 30px;
}
.al_list > li a {
    text-decoration: none;
    display: block;
}
.al_list > li a p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 15px;
    line-height: 1.2em;
    font-weight: 700;
    color: #333;
}
.al_list > li a .ibox {
    overflow: hidden;
}
.al_list > li a .ibox img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.al_list > li a .ibox:hover img {
    transform: scale(1.1);
}
/*artist_01*/
#artist_01 .top > div {
    vertical-align: bottom;
}
#artist_01 .top .tbox {
    padding-left: 40px;
}
#artist_01 .top .tbox h4 {
    margin-top: 10px;
    color: #999;
}
#artist_01 .top .tbox p {
    line-height: 1.7em;
    color: #333;
    font-weight: 300;
    margin-top: 30px;
    word-break: break-all;
}
@media (min-width:769px) {
    .body:not(.mmenu-open) #artist_01 .top {
        position: relative;
        z-index: 1000;
    }
}
@media (max-width:768px) {
    #artist_01 .top .tbox {
        padding: 30px 0;
    }
    #artist_01 .top .tbox h4 {
        margin-top: 5px;
    }
    #artist_01 .top .tbox p {
        margin-top: 15px;
    }
}
/*artist_01 :: artist_view*/
#artist_01 .artist_view .stit {
    position: relative;
    z-index: 10000;
}
#artist_01 .artist_view .stit h1 > div {
    position: relative;
    display: inline-block;
    width: 400px;
    cursor: pointer;
}
#artist_01 .artist_view .stit h1 > div .lines_bar {    
    vertical-align: middle;
    margin-left: 10px;
}
#artist_01 .artist_view .stit h1 > div .lines_bar,
#artist_01 .artist_view .stit h1 > div .lines_bar:before,
#artist_01 .artist_view .stit h1 > div .lines_bar:after {
    background-color: #333;
    height: 5px;
}
#artist_01 .artist_view .stit h1 > div ul {
    position: absolute;
    left: 0;
    top: 150%;
    width: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);

    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out;
}
#artist_01 .artist_view .stit h1 > div:active ul,
#artist_01 .artist_view .stit h1 > div:focus ul,
#artist_01 .artist_view .stit h1 > div:hover ul {
    top: 100%;
    opacity: 1;
    height: auto;
    padding: 20px 0;
}
#artist_01 .artist_view .stit h1 ul li a {
    text-decoration: none;
    display: block;
    color: rgba(51, 51, 51, 0.7);
    padding: 12px 0;
}
#artist_01 .artist_view .stit h1 ul li a:hover {
    color: #333;
}
/*vdo*/
.vdo iframe {
    height: 600px !important;
}
@media (max-width:768px) {
    .vdo iframe {
        height: 300px !important;
    }
}
/*album_view*/
.album_view .owl-carousel {
    padding: 0 100px;
}
.album_view .owl-stage-outer {
    z-index: 15;
}
.album_view .owl-carousel .owl-nav {
    display: block !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
}
.album_view .owl-carousel .owl-nav [class*="owl-"] {
    display: block !important;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    color: #333;
    width: 40px;
    height: 100%;
    background: url(../img/nav_arr.png) center center no-repeat;
    background-size: 100%;
}
.album_view .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.album_view .owl-carousel .owl-nav .owl-next {
    right: 0;
    transform: rotate(180deg)
}
.album_view .owl-carousel .owl-nav .owl-prev:before,
.album_view .owl-carousel .owl-nav .owl-next:before {
    display: none;
}
@media (max-width:768px){
    .album_view .owl-carousel {
        padding: 0 40px;
    }
    .album_view .owl-carousel .owl-nav [class*="owl-"] {
        width: 20px;
    }
}
/*artist_group*/
.artist_group .top {
    padding-left: 250px;
    position: relative;
}
.artist_group .top .tbox {
    padding: 30px 0 !important;
}
.artist_group .top .g_intro {
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 15px;
    width: 250px;
    text-align: right;
}
.artist_group .top .g_intro ul {
    margin-top: 15px;
}
.artist_group .top .g_intro ul li h5 {
    letter-spacing: 0;
}
.artist_group .top .g_intro ul li span {
    display: inline-block;
    cursor: pointer;
    color: #999;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.artist_group .top .g_intro ul li.active span {
    color: #333;
}
.artist_group .top .g_intro ul li span:after {
    content: "";
    position: absolute;
    right: 0;
    top: 45%;
    width: 0px;
    height: 2px;
    background-color: #333;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.artist_group .top .opt_wrp > li {
    display: none;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.artist_group .top .opt_wrp > li.active {
    display: block;
    opacity: 1;
}
@media (min-width:769px) {
    .artist_group .top .opt_wrp {
        max-width: 700px;
    }
    .artist_group .top .g_intro ul li:hover span {
        color: #333;
        padding-right: 20px;
    }
    .artist_group .top .g_intro ul li:hover span:after {
        width: 10px;
    }
}
@media (max-width:768px) {
    .artist_group .top {
        padding-left: 0;
    }
    .artist_group .top .g_intro {
        position: relative;
        width: auto;
        margin-bottom: 15px;
        text-align: center;
    }
    .artist_group .top .g_intro ul li {
        display: inline-block;
    }
    .artist_group .top .g_intro ul li span {
        line-height: 1em;
        padding: 10px 20px;
        border: 1px solid #ddd;
        margin: 3px 1px;
        font-size: 12px;
        border-radius: 50px;
    }
    .artist_group .top .g_intro ul li.active span {
        color: #fff;
        border-color: #111;
        background-color: #111;
    }
	
	#artist_01 .artist_view .stit h1 > div {
		width: 100%;
	}
}
/*s_sns*/
#s_sns {
    margin-top: 10px;
}
#s_sns li:not(:last-child){
    margin-bottom: 10px;
}
#s_sns li {
    display: inline-block;
}
#s_sns li a {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    border-radius: 50%;
    position: relative;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#s_sns li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:992px){
    #s_sns {
        bottom: 30px;
        left: 30px;
    }
    #s_sns li:not(:last-child){
        margin-bottom: 5px;
    }
}
@media (max-width:992px){
    #s_sns li {
        display: inline-block;
        margin: 0 3px;
    }
    #s_sns li:not(:last-child){
        margin-bottom: 0px;
    }
}


/* musicItems */
.musicItems.row {
    margin: 0 -15px !important;
    margin-top: 25px !important;
}
.musicItems li {
    padding: 15px;
}
.musicItems .item {
    display: flex;
    align-items: center;
    height: 250px;
    padding: 0 50px;
    border: 1px solid #ddd;
    position: relative;
}
.musicItems .item.item_gray {
    background-color: #f9f9f9;
}
.musicItems .item.item_dk {
    background-color: #191919;
    border-color: #191919;
}
.musicItems .item .num {
    position: absolute;
    left: 25px;
    top: 25px;
}
.musicItems .item .icon {
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.musicItems .item .txt .sub {
    margin-top: 15px;
}
@media (max-width:768px) {
    .musicItems.row {
        margin: 0 -5px !important;
        margin-top: 15px !important;
    }
    .musicItems li {
        padding: 5px;
    }
    .musicItems .item {
        height: 180px;
        padding: 0 20px;
    }
    .musicItems .item .num {
        position: absolute;
        left: 15px;
        top: 15px;
        font-size: 14px;
    }
    .musicItems .item .icon {
        position: absolute;
        right: 20px;
        bottom: 20px;
        width: 50px;
    }
    .musicItems .item .txt .sub {
        margin-top: 10px;
    }
}