@charset "utf-8";
/* CSS Document */
.ji_subcontents{width: 1400px; margin: 0 auto ; padding: 40px 0 30px; position:relative}


.sub_contents{height: 100%; margin: 0 auto; width: 100%; position:relative;}
.sub_contents:after{content:''; display:block; clear:both;}

.contArea{position:relative;  margin: 30px 0; }
.contArea:after{content:''; display:block; clear:both;}

.sub_Area {width: 100%; position:relative; }
.sub_Area:after{content:''; display:block; clear:both;}
.sub_Area .ji_subcontents {width: 1400px; margin: 0 auto; padding: 0 0; position: relative;}

.Inbox{position:relative; margin: 60px 0;}
.Inbox h3{font-size: 30px;}


.inbox{position:relative; width: 100%;}
.inbox:after{content:''; display:block; clear:both;}

.sub_contents h1 {font-size: 28px; position:relative}
.sub_contents h1 > div {position:absolute; right:0; top:0}

.infoBox {background: #faf8f4; border-left:5px solid #e5d1c2; padding: 20px;  font-size: 15px; color:#b45a1a; position:relative}
/* 이미지박스 공통 */
.txt-img {text-align: center; margin: 30px 0;}
.txt-img img {border:1px solid #ccc}



/* location */
.location {background:url(../images/sub/location_bg.png) no-repeat #f47920 left 0; height: 53px; border-radius: 10px; margin-top: 30px; position:relative; }
.location ul li{display:inline-block; position: relative;  width: 200px; /*background: url(../images/sub/path_arrow.png) no-repeat 90% center ;*/ padding: 0 15px 0 0px;}
.location ul li::before{content: "\e946";    position: absolute;    right: 10px;    top: 15px;    font-size: 14px;    color: #fff;    font-family: "xeicon";
    font-weight: 600;    transform: rotate(-180deg);    transition: all .25s ease; width: 22px;  }
.location ul li:last-child{width: 250px;}


.location ul li:last-child:after{display: none;}
.location ul li:after{position:absolute; content: ''; right:0; height: 25px; width: 1px; background: #f7a061; top:15px }
.location ul li.h{font-size: 28px; width: 75px; line-height: 46px; text-align: center; min-width: auto; background: none; padding: 0; vertical-align: top; }
.location ul li.h:after{display: none;}
.location ul li.h::before{display: none;}
.location ul li.h > a{color:#000}     
 
.path-menu{ position: relative;    display:block; height: 100%; padding-top: 15px;  }

.path{ position:relative;    font-size:17px;   color: #fff; background: none;border:0; width: 100%; height: 100%;}
.path-menu .path > span{padding:0 8px;overflow: hidden; display: inline-block;
    text-overflow: ellipsis;    white-space: nowrap;     width: calc(100% - 18px);}
 

.path:hover{text-decoration: underline;}

#drop-content, #drop-content2 {    position: absolute; left:0; min-width: 195px;    z-index: 1; border: 1px solid #e4e4e4; border-radius: 15px;  background-color: #fff; margin-top: 10px; 
    border-bottom: 3px solid #f47920;    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1); box-shadow: 2px 2px 2px rgba(0,0,0,0.1);  }
#drop-content a, #drop-content2 a{    display:block;    font-size: 16px;       color: black;    text-decoration: none;    padding: 10px 10px; border-bottom: 1px solid #e4e4e4; overflow: hidden;    text-overflow: ellipsis;    white-space: nowrap;   }
#drop-content a:hover, #drop-content2 a:hover{color:#f47920 }
#drop-content a:last-child, #drop-content2 a:last-child{border-bottom: 0;}


/* 검색창 */
.search_area{background: #f9f9f9;    padding: 30px 0px;    border: 1px solid #ededed;    text-align: center;    position: relative; margin-bottom: 30px;}
.search_area .inputbox{ position:relative;  width:50%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; margin: 0 auto;}
.search_area .keyword {width:100%;height:6px !important;min-height: 60px; font-size:20px !important;  padding:0 15px;border:1px solid #d9d9d9 !important; border-radius: 30px; color:#000 !important}
.search_area .keyword input[type='text']{padding:0 25px !important; color:#000 }
.search_area .keyword::placeholder {color:#b3b3b3 !important; font-size:18px !important;}
.director-btn {position:absolute; right:50px;; top:0px; width:65px;height:60px; z-index:2; cursor:pointer; color:#fff; font-size:20px;}
.btn-search{ position:absolute; right:6px;; top:0px; width:65px;height:60px; z-index:2; cursor:pointer; color:#fff; font-size:20px;}
.btn-search img{vertical-align:middle; }

.top_condition {position:relative; overflow: hidden;  margin-top: 15px; width:50%; display: block; padding: 15px 0; margin: 0 auto; }
.top_condition dl {display: flex;box-sizing: border-box; width: 100%;}
.top_condition dl > dt {width:50%; text-align: left;}
.top_condition dl > dt label {font-size: 17px; vertical-align: middle;}
.top_condition dl > dd {width:50%; text-align: right;}

#ex-in { width: 80px; height: 5px;
    background:#ccc;
    border-radius: 30px;
    outline: none;
    transition: background 450ms ease-in;
    -webkit-appearance: none;
    accent-color: #f57921; }
#ex-out {font-size: 8px; position: absolute; right:13%; top:12px; display: none;}

/* 검색결과 */
.result{position: relative; display: flex; }

.result .faceBox{float:left; width: 16%; margin-right:2%;}
.result .resultListBox {width: 82%;}

/*패싯내비게이션*/
.facetBox {float:left; width: 100%;  background: #fff;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; margin-right:25px; }
.faceted{ border:2px solid #f47920; border-radius: 15px; overflow: hidden;}
.faceted > h3 { background: #f47920; color:#fff; font-size: 20px; padding: 15px 15px;margin-bottom: 0; text-align: center;}
.faceted > h3:after, .filterBox h3:after{background:none !important;}
.faceted > h3 > i {font-size:25px; vertical-align: middle; margin-top: -3px}
.fc_menu{padding:10px}
.fc_menu a{cursor:pointer;}
    /*.menu .hide{display:none;}*/

 .filltersearch  {border-bottom: 1px solid #dedede; padding: 10px 0;margin: 0px 10px; } 
 .filltersearch .keyword{border-radius: 8px; width: 100%; font-size: 15px;}
 .filltersearch .keyword::placeholder{color:#2f2c67}
 .fillteralign{margin: 0 10px; padding: 20px 0 10px;}
 .reset {border-top:1px solid #dedede; margin: 10px ; padding: 10px; text-align: right; }

 .fillteralign  button {width:33.2%; border-right:1px solid #ccc;  padding: 6px 0; border:1px solid #ccc; border-radius: 8px; margin-left: -2px;}

 .fillteralign  button:hover {background: #2f2c67; color:#fff;}
 .fillteralign  button.select{background: #2f2c67; color:#fff;}

.filterBox h3{  color:#2f2c67 !important; font-size: 17px; padding:10px 8px; display: inline-block; width: 100%; border-top: 1px solid #e8e8e8; position: relative; margin-bottom: 0;
; }
.filterBox h3 > a{color:#2f2c67; font-weight: bold;}	
.filterBox h3  span { position: absolute; right:15px; top:15px;}
.fc_menu > ul h4{background: #f0eff8; border-radius: 8px;; padding: 5px 10px; color:#000; font-size: 15px; margin-bottom: 8px;}

.fc_menu > ul { padding:5px; background: #fff;}
.fc_menu .h_scroll { max-height: 155px; overflow-y: scroll;scrollbar-color: #2f2c67 #e8e8e8 ;scrollbar-width:thin}
.fc_menu .h_scroll::-webkit-scrollbar {    width: 5px;  }
.fc_menu .h_scroll::-webkit-scrollbar-thumb {    background: #2f2c67; /* 스크롤바 색상 */    border-radius: 10px; /* 스크롤바 둥근 테두리 */}
.fc_menu .h_scroll::-webkit-scrollbar-track {    background:#e8e8e8/*스크롤바 뒷 배경 색상*/}
.fc_menu2 a{color:#fff}
.fc_menu2 a img {vertical-align: middle; margin-left: 5px;}


.fc_menu > ul li { line-height: 25px; position: relative; }
.fc_menu > ul li a:hover{ text-decoration: underline}

.my_select{position:relative; width: 100%; margin-bottom: 20px;}
.my_select:after{content:''; display:block; clear:both;}
.my_select > dl > dt{float:left; color:#2f2c67; font-weight: 600; font-size: 18px; margin-right: 15px; padding-top: 7px;}
.my_select > dl > dd {float:left; background: #2f2c67; color:#fff; border-radius: 30px; padding: 7px 15px;margin-right: 8px; margin-bottom: 10px;}
.my_select > dl > dd > a{color:#fff; padding-left: 10px;}


.result_List{position:relative;}
.result_List::after {    content: '';    display: block;    clear: both;}



.list_type{display:inline-block; vertical-align:middle; margin-left:10px}
.list_type > ul{overflow:hidden;}
.list_type > ul > li{float:left; margin-left:-1px;}
.list_type > ul > li:first-child{margin-left:0;}
.list_type > ul > li .list_type{display:block; position:relative; border:1px solid #dadada; padding:0 10px; margin:0; width: 32px; height:32px; cursor:pointer; border-radius:0; box-sizing:border-box}
.list_type > ul > li .list_type.grid_act{background:#f5f5f5 url('../images/common/view_type_grid_off.png') no-repeat 50% 50%; background-size:16px 12px}
.list_type > ul > li .list_type.list_act{background:#f5f5f5 url('../images/common/view_type_list_off.png') no-repeat 50% 50%; background-size:16px 12px}
.list_type > ul > li .list_type.down_act_act{background:#f5f5f5 url('../images/common/view_type_list_off.png') no-repeat 50% 50%; background-size:16px 12px}
.list_type > ul > li .list_type.grid_act.active{background:#fff url('../images/common/view_type_grid_on.png') no-repeat 50% 50%; background-size:16px 12px; border:1px solid #f47920; z-index:1}
.list_type > ul > li .list_type.list_act.active{background:#fff url('../images/common/view_type_list_on.png') no-repeat 50% 50%; background-size:16px 12px; border:1px solid #f47920; z-index:1}



/* tab_controll */
.list_wrap{position:relative; }
.list_wrap:after{content:''; display:block; clear:both;}
.list_wrap .list_inner{display:none;}
.list_wrap .list_inner.active{display:block; ;}

.list_wrap .list_inner .detail_card{ width: 32.5%; float: left; background: #fff; border-radius: 15px; min-height: 360px; border:1px solid #e4e4e4;   
     -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12); transition: all 0.3s cubic-bezier(.25,.8,.25,1);margin-right: 1.2%; margin-top: 1.2%; padding: 20px; box-sizing: border-box;}
    .list_wrap .list_inner .detail_card:nth-child(3n){margin-right:0}
   /* .list_wrap .list_inner .detail_card:hover{ -webkit-transform: translateY(-10px);  -ms-transform: translateY(-10px);
        transform: translateY(-10px);}*/


    .list_wrap .list_inner .detail_card .music_infobox{height: 140px;}      
    .detail_card .music_infobox .play_tit{position:relative; width: 100%; min-height: 110px;}
    .detail_card .music_infobox .play_tit > dl {width: 100%; display: inline-block; overflow: hidden;}
    .detail_card .music_infobox .play_tit > dl > dt{float:left; min-width: 45px; width: 20%; height: 45px;}
    .detail_card .music_infobox .play_tit > dl > dd {float:left; width: 80%;height: 45px; position:relative  }
    .detail_card .music_infobox .play_tit > dl > dd > span{position:absolute; bottom:-3px; right:0; }
    .detail_card .music_infobox .play_tit > dl > dd > span > button{font-size: 26px; color:#9e9e9e}
    .detail_card .music_infobox .play_tit > dl > dd > a{color:#000; font-weight: 600;  display: box; display:-webkit-box; display:-ms-flexbox; height:40px; color:#000;
        line-height:135%;letter-spacing:-1px;  font-weight:normal;text-overflow:ellipsis;word-wrap:break-word;overflow:hidden;
        -webkit-line-clamp:2;-webkit-box-orient:vertical;position:relative; width: calc(100% - 2.5rem);  font-size: 16px;  }  
        .detail_card .music_infobox .play_tit > dl > dd > a:hover{text-decoration: underline;}
        .detail_card .music_infobox .play_tit > p{margin-top:8px; display: inline-block; }
        .detail_card .music_infobox .play_tit > p > span {color:#a5a5a5; margin-left: 10px;}

        .detail_card .music_infobox .related_s {width:100%; margin: 8px 0; height: 42px; overflow: hidden;}
        .detail_card .music_infobox .related_s a {color:#1f6ed0; display: inline-block; margin-right: 8px;}
        .detail_card .music_infobox .related_s a:hover{text-decoration: underline;}

 

    .detail_card .music_infobox #waveform {height: 100px;}
    .detail_card .music_infobox .soundtrack_menu {position:relative; text-align: right; margin-top:15px}
    .detail_card .music_infobox .soundtrack_menu li {display: inline-block; margin-right: 7px; }
    .detail_card .music_infobox .soundtrack_menu li.krw{margin-top: 5px;}
    .detail_card .music_infobox .soundtrack_menu li:last-child{margin-right:0}
    .detail_card .music_infobox .soundtrack_menu li > button > i,  .music_infobox .soundtrack_menu li > i{font-size: 22px; vertical-align: bottom;}
    .detail_card .music_infobox .soundtrack_menu li > i{color:#ffae4e}
    .detail_card .music_infobox .soundtrack_menu li > button:hover{color:#ff7826}

    /* 플레이버튼 */
    .btn_sort {       background: url(../images/sub/play.png) no-repeat right center;
        font-size: 13px;    color: #dd0b10; width: 45px ; height: 45px;}
    .btn_sort.on {    background: url(../images/sub/play_off.png) no-repeat right center;}

    .btn_sort2 {       background: url(../images/sub/play2.png) no-repeat right center;
        font-size: 13px;    color: #dd0b10; width: 72px ; height: 74px;}
    .btn_sort2.on {    background: url(../images/sub/play_off2.png) no-repeat right center;}

/* 공유 */
    .dropbtn {color:#000;border: none;cursor: pointer; width: 22px ; height: 22px;    }
    .dropbtn:after{position:absolute; content: '\e9ea'; color:#000; font-family: 'xeicon'; font-size: 22px;top:6px; right:0 }
    .dropdown.col-1.soundopti .dropbtn:after{top: 0;}
    .dropbtn:hover:after{color:#ff7826}   
    .dropbtn:hover, .dropbtn:focus {      color: #ff7826;    }
    .dropdown {position: relative;        display: inline-block;    }   
    .dropdown-content {display: none; text-align: left; border-radius: 8px;       position: absolute;        background-color: #fff;        min-width: 120px;      
          box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); z-index: 1;    }    
    .dropdown-content a {        color: black;        padding: 12px 16px;        text-decoration: none;        display: block;    }
    .dropdown-content a:hover {background-color: #f1f1f1} 
    /* 상세화면 공유 */
    .dropdown-detail-content {display: none; text-align: left; margin-left: 213px; border-radius: 8px;       position: absolute;        background-color: #fff;        min-width: 120px;      
          box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); z-index: 1;    }    
    .dropdown-detail-content a {        color: black;        padding: 12px 16px;        text-decoration: none;        display: block;    }
    .dropdown-detail-content a:hover {background-color: #f1f1f1}   
    .show{display:block;}

    
    /* 다운로드 */
    .downDropbtn {color:#000;border: none;cursor: pointer; width: 22px ; height: 22px;    }
    .downDropbtn:after{position:absolute; content: '\eb7c'; color:#000; font-family: 'xeicon'; font-size: 22px;top:0; right:0 }
    .downDropbtn:hover:after{color:#ff7826}   
    .downDropbtn:hover, .downDropbtn:focus {      color: #ff7826;    }
    .dropdown {position: relative;        display: inline-block;    }   
    .down-dropdown-content {display: none; text-align: left; border-radius: 8px;       position: absolute;        background-color: #fff;        min-width: 250px;      
          box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); z-index: 1;    }    
    .down-dropdown-content a {        color: black;        padding: 12px 16px;        text-decoration: none;        display: block;    }
    .down-dropdown-content a:hover {background-color: #f1f1f1}  
    
    /*상세 다운로드 버튼 용도*/
    .down-dropdown-detail-content {display: none; text-align: left; border-radius: 8px;       position: absolute;        background-color: #fff;        min-width: 120px;      
          box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); z-index: 1;   margin-left: 93px; }    
    .down-dropdown-detail-content a {        color: black;        padding: 12px 16px;        text-decoration: none;        display: block;    }
    .down-dropdown-detail-content a:hover {background-color: #f1f1f1}  
    
    /*상세 유사음원 리스트 다운로드 버튼 용도*/
    .downDropbtn-list {color:#000;border: none;cursor: pointer; width: 22px ; height: 22px;    }
    .downDropbtn-list:after{position:absolute;content: '\eb7c';color:#000;font-family: 'xeicon';font-size: 22px;top: 1px;right: 9px;}
    .downDropbtn-list:hover:after{color:#ff7826}   
    .downDropbtn-list:hover, .downDropbtn-list:focus {      color: #ff7826;    }
    .dropdown-list {position: relative;        display: inline-block;    }
    .down-dropdown-list-content {display: none; text-align: left; border-radius: 8px;       position: absolute;        background-color: #fff;        min-width: 250px;      
          box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2); z-index: 1;    }    
    .down-dropdown-list-content a {        color: black;        padding: 12px 16px;        text-decoration: none;        display: block;    }
    .down-dropdown-list-content a:hover {background-color: #f1f1f1}  
    
    .show{display:block;}
    
/*리스트형*/

    .detail_L_head {border-top:1px solid #000; border-bottom: 1px solid #ebebeb; padding: 10px 0;  color:#f47920}
    .detail_L_head li {display:inline-block; text-align: center; font-size: 15px; font-weight: 600;}
    .detail_L_head li:nth-child(1) {width: 45%;}   .detail_L_head li:nth-child(2) {width:35%}  
    .detail_L_head li:nth-child(3), .detail_L_head li:nth-child(4), .detail_L_head li:nth-child(5), .detail_L_head li:nth-child(6){width:3.5%; float: right;}

    .list_inner .detail_List{ width: 99.7%; display: flex; background: #fff;height: 122px; border-bottom:1px solid #e4e4e4;   
         padding: 10px 0; position: relative; -webkit-box-sizing: border-box;     -moz-box-sizing: border-box;box-sizing: border-box;transition:all .5s cubic-bezier(0.7, 0, 0.3, 1); 
         margin-bottom:10px; }
     .list_inner .detail_List.center > div {text-align: center;}
    .list_inner .detail_List::after {    content: '';    display: block;    clear: both;}
    .list_inner .detail_List:hover{ -webkit-box-shadow:inset 0 0 0 0px ,4px 4px 6px 0px rgba(0, 0, 0, 0.2);box-shadow:inset 0 0 0 0px ,4px 4px 6px 0px rgba(0, 0, 0, 0.2);
        border-bottom-right-radius: 15px; box-sizing: border-box;}
    
    .detail_List .list_infobox {width: 45%;  display: flex;  float: left;}
    .detail_List .list_infobox .playb{width: 10%; min-width: 45px; margin-right: 15px; margin-top: 10px;}
    .detail_List .list_infobox > dl {width: 90%;position: relative; overflow: hidden;}
    .detail_List .list_infobox > dl > dt {color: #000; position:relative; }
    .detail_List .list_infobox > dl > dt > a { color:#000;  width: calc(100% - 1.5rem); display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden; display: inline-block; font-size: 16px;}
    .detail_List .list_infobox > dl > dt > span {position:absolute; right:0; top:-10px}
    .detail_List .list_infobox > dl > dt > span > button{font-size: 26px; color:#9e9e9e}
    .detail_List .list_infobox > dl > dt > p{font-size: 14px;  margin-top: 5px;}
    .detail_List .list_infobox > dl > dt > p > span{color:#a5a5a5; margin-left: 10px; }
    .detail_List .list_infobox > dl > dd.related_s {margin-top: 10px; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
    .detail_List .list_infobox > dl > dd.related_s a{color:#1f6ed0; margin-right: 8px;}
    .detail_List .list_infobox > dl > dd.related_s a:hover{text-decoration: underline;}
    .detail_List .list_infobox > dl > dd.related_s a.corr{color:#000; border:1px dotted #000; border-radius: 30px; padding: 0 5px;}   .detail_List .list_infobox > dl > dd.related_s a.corr > i{vertical-align: middle; margin-bottom: 2px;}
    .detail_List .list_infobox > dl > dd.related_s a.corr:hover{text-decoration: underline;}
    
    .detail_List .waveform {width:34% ;text-align: center;}
    .detail_List .waveform img{width: 100%;}
    
    .detail_List .soundtrack_menu {width:20% ; float: left; text-align: right; margin-top: 28px;}
    .detail_List .soundtrack_menu li {display: inline-block;margin-right: 7px;width: 15%;text-align: center;}
    .detail_List .soundtrack_menu li:last-child{margin-right:0}
    .detail_List .soundtrack_menu li > button > i,  .detail_List .soundtrack_menu li > i{font-size: 22px; vertical-align: bottom;}
    .detail_List .soundtrack_menu li > i{color:#ffae4e}
    .detail_List .soundtrack_menu li > button:hover{color:#ff7826}

/* 상세화면 */
.sound_source { background: url(../images/sub/sub_bg1.png) no-repeat top center; background-size: cover; height: 520px;}

.sound_detailBox{ padding: 20px 0; position:relative; height: 100%; }
.sound_detailBox:after{content:''; display:block; clear:both;}
.detail_box1{width:840px; display: block; float: left; margin-top: 30px;}
.sound_detailBox > dl {width:100%; display: inline-block; }
.sound_detailBox > dl > dt{float:left; color:#f47920; font-size: 18px; margin-right: 8px; line-height: 28px;;}
.sound_detailBox > dl > dd {font-size: 22px; color:#ffd34b}
.sound_detailBox > dl > dd > em {font-size: 16px; display: inline-block; margin-left: 10px;}
.sound_detailBox > dl > dd > i.star2 {   background: linear-gradient(to left, #ffffff 50%, #ffd34b 50% ) ;    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;  }

.detail_box1 .sound_Area {width: 100%; position:relative; overflow: hidden; }
.detail_box1 .sound_Area .s_cover {width:115px; height: 115px; overflow: hidden; float: left; background: #fff; position:relative}
.detail_box1 .sound_Area .s_cover > img { height: 100%; width:115px; }
.detail_box1 .sound_Area .s_tit {width: 690px; margin-left: 20px; position:relative;color:#fff;float: left; }
.detail_box1 .sound_Area .s_tit > ul > li.tit {font-size: 2rem; line-height:2.4rem; height: 75px; overflow: hidden; width:100%;}
.detail_box1 .sound_Area .s_tit > ul > li.category{ width: 100%; font-size: 15px; height: 20px; /* margin-top: 20px; */}

.sound_wave { margin: 24px 0; height: 150px; line-height: 140px; position:relative; overflow: hidden;border: 1px solid #4b4d85; border-radius: 15px; padding:0  35px; 
    box-sizing: border-box; margin-top: 10px; text-align: center;}
.sound_wave > p{width:72px; height: 74px; float: left;}
.sound_wave img { height: 143px;}

.sound_btn {margin-top: 25px;}
.sound_btn button {border:1px solid #9a9aab; color:#fff; font-size: 17px;border-radius: 6px; padding: 0 13px; margin-right: 5px;}
.sound_btn button:hover{background: #fff; color:#2f2c67}
.sound_btn button > i {font-size: 20px;}


.detail_box2 {width:560px; float: left; background: #000; height: 260px; line-height: 260px; border-radius: 15px; text-align: center; }

.btnDetailed {position:relative; display: inline-block;}
.btnDetailed button {border-radius: 30px; border:3px solid #fff; background: #2f2c67; color:#fff; width: 185px; line-height: 25px; font-size: 17px;}
.btnDetailed button > i {font-size: 19px;}



/* 내가찾은태그 */
.my_teg {position:relative; overflow: hidden; margin: 20px 0; width: 80%;}
.my_teg h3 {font-size:20px;}
.my_teg ul{margin-top: 15px;}
.my_teg ul li { display: inline-block;  margin-right: 10px; margin-bottom: 5px;}
.my_teg ul li a {font-size: 16px; color:#2f2c67; display: inline-block;border-radius: 30px; border:1px solid #2f2c67;padding: 6px 15px 4px ; }
.my_teg ul li a:hover{background: #2f2c67; color:#fff; width: 100%; height: 100%; border-radius: 30px;}


/* 태깅-이퀄라이저 */
.Waveforms_box {position:relative; display: flex; box-sizing: border-box; margin: 30px 0;}
.Waveforms_box .wave_tag {display: flex; width: 63%; margin-right: 2%; border-radius: 15px; height: 275px; padding: 10px;}
.Waveforms_box .eq {display: flex; width:40%;border:1px solid #d6d6d6; border-radius: 15px;height: 195px  ;padding: 10px; margin-right: 30px;}


/*음원내용*/ 
.abstract{ background:#f3e7de; padding:25px 30px; color:#1e2326; border:1px solid #e8bea0; position:relative; line-height: 23px; font-size: 15px;}
.abstract_tit{ background:#f47920; color:#fff; padding:0px 25px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing:
     border-box; font-size:18px; width: 128px; height: 42px; text-align: center; line-height: 38px;; border-radius: 10px;position:absolute; left:25px; top:-25px; z-index: 1; }
.abstract .add_fm{position:absolute; bottom:-15px; left:45%}
.abstract .add_fm .wh_btn{border-radius: 3px; box-shadow: 2px 2px #d3d3d3; border: 1px solid #b5b5b5;}

.tbl_top .tbl_top_rt .wh_btn{border-radius: 3px; box-shadow: 2px 2px #d3d3d3; border: 1px solid #b5b5b5;}
.btn_left .wh_btn{border-radius: 3px; box-shadow: 2px 2px #d3d3d3; border: 1px solid #b5b5b5;}

.similarArea{ margin-top: 30px; display:flex;}
.similar { width: 24.2%; margin-right: 1%; border:1px solid #dddddd; border-radius: 15px; padding: 15px; box-sizing: border-box; min-height: 295px; position:relative}
.similar:last-child{margin-right: 0;}
.similar > p {display: inline-block; color:#f47920; font-size: 16px;}
.similar > p > i {color:#ffad4b; vertical-align: top; font-size: 17px;}

.similar .sound_play {width:155px; height: 155px; border-radius:50%; background: #f2f2f2; margin: 0 auto; overflow: hidden;}
.similar .btn {position:absolute; right:20%; top:30%}
.similar .sound_tit {text-align: center; font-size: 16px; margin-top: 18px; line-height: 19px;}
.similar .sound_tit > ul > li > p  > span{font-size: 14px; color:#8d8d8d}
.similar .dropbtn {color:#000;border: none;cursor: pointer; width: 22px ; height: 22px; position:absolute; top:15px; right:15px    }
.similar .dropbtn:after{position:absolute; content: '\e949'; color:#f47920; font-family: 'xeicon'; font-size: 25px;top:0; right:0 }
.similar .dropdown-content {right:-110px ; top:0px}

.similarListArea{margin-top: 30px; }
.similarListArea .list_inner .detail_List {border: 1px solid #e4e4e4;webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.12);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.12);     border-radius: 15px; padding: 15px;}
.similarListArea  .list_inner .detail_List:hover{ -webkit-box-shadow:none;box-shadow:none;
    border-bottom-right-radius: 15px; box-sizing: border-box;}
.similarListArea .detail_List .soundtrack_menu {margin-right: 20px;}


/* 별점 */
.Evaluation {background:url(../images/sub/sub_bg2.png); background-size: cover; height: 375px; box-sizing: border-box; padding: 50px 0; position:relative; overflow: hidden;}

.star2{background: linear-gradient(to left, #ffffff 50%, #ffd34b 50% );-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.noc {color:#fff}

.Evaluation .Ev-sound_1{ width: 49%; border-right:1px solid #5f5e5f; height: 100%; color:#fff; float: left; display: flex; margin-top: 40px;} 
.Evaluation .Ev-sound_1 .Record_view {width:170px ; text-align: center; display: flex; margin-right: 40px;}
.Evaluation .Ev-sound_1 .Record_view > dl > dt {font-size: 65px; line-height: normal; margin-bottom: 20px;}
.Evaluation .Ev-sound_1 .Record_view > dl > dd {color:#ffd34b; font-size: 25px;}
.Evaluation .Ev-sound_1 .Record_view > dl > p{ margin-top: 15px;}

.Evaluation .Ev-sound_1 .processbar{width: 375px ; color:#fff}
.Evaluation .Ev-sound_1 .processbar li {margin-bottom: 13px;}
#progress5 {    appearance: none; width: 310px;}
#progress5::-webkit-progress-bar {    background:#fff;    border-radius:10px;  }
#progress5::-webkit-progress-value {    border-radius:10px;    background: #3399ff;   }

#progress4 {    appearance: none; width: 310px}
#progress4::-webkit-progress-bar {    background:#fff;    border-radius:10px;  }
#progress4::-webkit-progress-value {    border-radius:10px;    background: #55dfdd;   }

#progress3 {    appearance: none; width: 310px}
#progress3::-webkit-progress-bar {    background:#fff;    border-radius:10px;  }
#progress3::-webkit-progress-value {    border-radius:10px;    background: #ffd34b;   }

#progress2 {    appearance: none; width: 310px}
#progress2::-webkit-progress-bar {    background:#fff;    border-radius:10px;  }
#progress2::-webkit-progress-value {    border-radius:10px;    background: #a0ff4b;   }

#progress1 {    appearance: none; width: 310px}
#progress1::-webkit-progress-bar {    background:#fff;    border-radius:10px;  }
#progress1::-webkit-progress-value {    border-radius:10px;    background: #a6a6a6;   }


.Evaluation .Ev-sound_2 { width: 50%; color:#fff;float: left; text-align: center; }
.Evaluation .Ev-sound_2 > h3 {font-size: 28px; padding-top: 10px;}
.Evaluation .Ev-sound_2 > p {margin:10px 0 30px; font-size: 18px;}
.star_rat {position:relative; width: 100%; height: 70px; margin-top: 50px;}


.star { display: inline-block;border: 0;margin-right: 15px;}
.star > input {display: none;}
.star > label {float: right;color: #fff}
.star > label:before {display: inline-block;font-size: 3.5rem;margin: 0;cursor: pointer;font-family:"Font Awesome 5 Free";content: "\f005 "; font-weight: 600; }
.star .half:before {content: "\f089 "; position: absolute;padding-right: 0; margin-left: 5px;}
.star input:checked ~ label, 
.star label:hover,.star label:hover ~ label { color: #ffd34b !important;  } 
.star input:checked + .star label:hover,
.star input input:checked ~ label:hover,
.star input:checked ~ .star label:hover ~ label,  
.star label:hover ~ input:checked ~ label { color: #ffd34b !important;  } 

/* 의견달기 */
.opinionbox {background: #f0f0f0; padding: 30px 0;}
/* comment */
.comments_wrap{position:relative; }
.comment_form{display:block; position:relative; border:1px solid #c2c2c2;background: #fff; border-radius: 15px;margin-bottom: 20px;}
.comment_form textarea{display:block; width:100%; padding:15px; border:0; background:none; background: #fff;color:#303030; font-size:15px; 
    border-radius:0; resize:vertical; box-sizing:border-box; resize:none; outline:none; border-radius: 15px}
    .comment_form textarea::placeholder {color:#bcbcbc; font-size: 18px;}
.comment_form .confirm_area{position:relative; height:42px; line-height: 42px; padding-left: 8px;}
.comment_form .confirm_area .btn_confirm
{    display:inline-block; position:absolute; top:-10px; right:20px; margin:0; padding:0; line-height:150%;
    color:#fff; text-align:center; vertical-align:middle; background:#f47920; border:1px solid #f47920;
    letter-spacing:-0.5px; border-radius:0; cursor:pointer; font-weight:bold; letter-spacing:-0.8px; border-radius: 8px;
}
.comment_form .confirm_area .btn_confirm span{display:block; padding:7px 25px 7px; font-size: 15px;}

.comment_list{position:relative; margin-bottom:25px; border-top:1px solid #000}
.comment_list > ul > li{position:relative; padding:18px 0; border-bottom:1px solid #dadada}
.comment_list > ul > li .comment_form{margin-top:5px}
.comment_list .comment_box{position:relative}
.comment_list .comment_box .re{position:absolute; left:0; top:21px; width:8px; height:8px}
.comment_list .comment_box .re:before, .comment_list .comment_box .re:after{content:''; position:absolute; background:#018de7}
.comment_list .comment_box .re:before{left:0; top:0; width:1px; height:8px}
.comment_list .comment_box .re:after{left:0; bottom:0; width:8px; height:1px}
.comment_list .comment_writer{display:inline-block; position:relative; margin-bottom:5px; font-size:15px; color:#000; line-height:160%; letter-spacing:-0.8px; font-weight: bold}
.comment_list .comment_writer em, .rt_wrap li em{font-size:13px;  color:#808080; padding-left: 15px}
.comment_list .comment_tit{position:relative; margin-bottom:8px; font-size:15px; color:#303030; line-height:160%; letter-spacing:-0.8px}
.comment_list .comment_info:after {content:''; display:block; clear:both}
.comment_list .comment_info > li{float:left; padding:0 10px;color:#808080; font-size:13px; line-height:20px; letter-spacing:-0.5px}
.comment_list .comment_info > li:first-child{padding-left:0; color:#303030}
.comment_list .comment_info > li:last-child{border-right:none}
.comment_list .comment_info > li a{color:#808080}

.comment_list .comment_info > li .del{position:relative; margin:0; padding:0; height:20px; border:none; background:none; color:#cc1212; text-align:center; vertical-align:middle; cursor:pointer; margin-right: 10px;}
.comment_list .comment_info > li .modify{position:relative; margin:0; padding:0; height:20px; border:none; background:none; color:#000; text-align:center; vertical-align:middle; cursor:pointer}
.comment_list .comment_info > li .replay{position:relative; margin:0; padding:0;  border:none; background:none; border-radius: 30px;
     background: #cbe9ff; color:#1046a8; text-align:center; vertical-align:middle; cursor:pointer; padding: 3px 15px;}
.comment_list .comment_info > li .replay i {font-size:20px; color:#1046a8}
.comment_list .comment_info > li .replay{margin-right:10px}
.comment_list .comment_info > li a:hover{text-decoration: underline;}


/* 회사소개 */
.company_box{position:relative;}
.company_box > ul { margin-top: 30px; margin-bottom: 40px; }
.company_box > ul > li { margin-bottom: 7px; font-size: 16px;}

.major-jica{position:relative;padding-top: 50px;height: 300px;display: flex;width: 100%;overflow: hidden;display: block;}
.major-jica:after{position:absolute; content: ''; width: 100%; height: 5px; background: #efefef; left:0; top:60%; z-index: -1;}
.major-jica > ul > li {/* display: inline-block; */width: 20%;text-align: center;float: left;}
.major-jica > ul > li:nth-child(4) {margin-left: 19.8%;}
.major-jica > ul > li span {width:112px; height: 105px; display: inline-block;}
.major-jica > ul > li > p {font-size: 18px;width: 55%;margin: 0 auto;background: #fff;padding: 0 15px;/* height: 65px; */}
.jica-bg {position:absolute; width: 100px; height: 200px; background: #000; left:50%; top:50%; transform: translate(-50%, -50%);background: url(../images/sub/bg01.png) no-repeat center; text-align: center;}
.jica-bg > p {color:#fff; background:transparent !important;  padding: 80px 0 !important; width: 35% !important;}

.ico {background: url(../images/sub/ico.png) no-repeat;}
.ma-i01 {background-position: 0 0;}
.ma-i02 {background-position: 0 -105px;}
.ma-i03 {background-position: 0 -210px;}
.ma-i04 {background-position: 0 -315px;}

.mab-i01 {background-position: -112px 0;}
.mab-i02 {background-position: -112px -75px;}
.mab-i03 {background-position: -112px -150px;}
.mab-i04 {background-position: -112px -225px;}


.provided {position:relative; display: flex; padding-top: 40px; margin-bottom: 60px;}
.provided .l_area{width:50%; height: 195px; border:1px solid #ccc; padding: 15px 0;}
.provided .l_area li {display: inline-block; width: 32.8%; height: 165px; min-height: 100%; text-align: center; border-right: 1px dotted #ccc; font-size: 18px; font-weight: bold;}
.provided .l_area li:last-child{border-right: 0;}
.provided .l_area span {display:block; width: 82px; height: 75px; margin: 0 auto; margin-bottom: 15px; margin-top: 25px;}

.provided .r_area{text-align: center; width: 50%;}
.provided .r_area dl {padding-top: 50px;}
.provided .r_area dl dt{ font-size: 60px; font-weight: bold; position:relative}
.provided .r_area dl dt:after{position:absolute; content: ''; width: 133px; height: 60px;background:url(../images/sub/bg02.png) no-repeat; left:10%;top:-40%; z-index: -1;}
.provided .r_area dl dt:before{position:absolute; content: ''; width: 133px; height: 60px;background:url(../images/sub/bg02.png) no-repeat; right:10%; -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);    -ms-transform: rotate(30deg);    -o-transform: rotate(30deg);    transform: rotate(-180deg); z-index: -1}
.provided .r_area dl dd {background: #f57921; color:#fff; font-size: 18px; font-weight: bold;  display: inline-block; padding: 7px 45px 8px; border-radius: 8px; margin-top: 20px;}



/* 효과음원 음원챠트 */
.contArea .soundtrack{display: flex; position:relative;  margin-top: 50px;}
.contArea .soundtrack .effect-sound {width:100%; position: relative; overflow: hidden;}

.contArea .soundtrack .effect-sound .eff_banner { float:left; width:22.75%; margin-right:3%; height: 220px; margin-bottom: 40px; background: #f2f2f2; border-radius: 15px;
     overflow: hidden; position:relative;}
.contArea .soundtrack .effect-sound .eff_banner img {filter:brightness(0.5); width: 100%; height: 100%;}
.contArea .soundtrack .effect-sound .eff_banner:nth-child(4), .soundtrack .effect-sound .eff_banner:nth-child(8), .soundtrack .effect-sound .eff_banner:nth-child(12) {margin-right:0}
.contArea .soundtrack .effect-sound .eff_banner > p {position:absolute; color:#fff; font-weight: bold; width: 100%; text-align: center; top:40%; font-size: 20px;}
.contArea .soundtrack .effect-sound .eff_banner > p a{position:relative; padding: 15px;color:#fff }
.contArea .aff_txt{    border:1px solid transparent;      -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1); position: relative; display: inline-block; 
  }
  
.contArea .aff_txt::before {    content: '';    position: absolute;    left: 0px;    bottom:0px;    z-index:1;    width: 0%;    height:1px;    background: #fff;
    box-shadow: inset 0px 0px 0px #fff;    display: block;    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);    transition: all 0.4s cubic-bezier(.5, .24, 0, 1)  }
  
.contArea .aff_txt:hover::before {    width:100%;  }
  
.contArea .aff_txt::after {    content: '';    position: absolute;    right: 0px;    top:0px;    z-index:1;    width: 0%;    height:1px;    background: #fff;    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1)  }
.contArea .aff_txt:hover::after {    width:100%;  }  
.contArea .aff_txt:hover{    border-left:1px solid #fff;    border-right:1px solid #fff;  }

 
/* 동영상 */
.recordsDataContent{width: calc(25% - 30px);margin: 0 15px 20px; float: left; margin-top: 20px;}
.recordsDataContent:hover .photo{box-shadow:6px 6px 10px rgba(0,0,0,.4); transition:box-shadow .25s;}
.recordsDataContent .photo{overflow:hidden;position:relative; transition: 0.3s; -webkit-transition: 0.3s;text-align: center; vertical-align: middle; padding-top: 60%;}
.recordsDataContent .photo:after{position:absolute; content: '\ea3f'; font-size: 40px; right:10%; bottom:10%; font-family: 'xeicon'; color:#f57921; background: #fff;
     border-radius: 50%; width: 40px; height: 40px;; line-height: 39px; text-align: center;}
.recordsDataContent .photo img {     position: absolute;    left: 0;    top: 50%;    z-index: -1;    width: 100%;    min-height: 100%;    transform: translateY(-50%);    transition: all 0.2s;  }
.recordsDataContent .photo:hover, .recordsDataContent .photo li:focus{transform: translate(0px, -15px); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; ;background-color: rgba( 0, 0, 0, 1 ); transition-timing-function:ease-in-out}
.recordsDataContent .photo:hover{ display: block;  transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}

.recordsDataContent .photo i{position:absolute;left:calc((100% - 75px)/2);top:calc((100% - 75px)/2); opacity:0.7;}
.recordsDataContent .time{font-size:16px;color:#fff;font-weight:300;position:absolute;right:15px;bottom:15px;background:rgba(0,0,0,.6);border-radius:10px;padding:8px 12px;}
.recordsDataContent .con{display:flex;justify-content:space-between;margin-top:15px;}
.recordsDataContent .con .lf{width:80px;height:80px;border:1px solid #dadada;border-radius:100%;display:flex;justify-content:center;align-items:center;padding:0 10px}
.recordsDataContent .con .lf img{width:100%;}
.recordsDataContent .con .rg{width:100%}
.recordsDataContent .con .rg >p {font-size: 13px;}
.recordsDataContent .con .rg .tit{display:block;font-size:17px;line-height:31px;font-weight:600;padding-bottom:10px;}


/*말줄임*/
[data-class="ell"]{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.img_R{text-align: center;}
.img_R img {height: 100%;}



/*공공누리저작권*/
.markArea{position:relative; overflow: hidden; border:1px solid #e2e2e2; padding: 30px 30% 30px 35px; font-size: 16px; line-height: 25px;}
.markArea span {position:absolute; right:20px; top:20px}
.markArea span img { height:44px}


/* 테마별효과음원 */
.theme-card {position:relative; display: flex; margin-top: 20px;}
.theme-card a{width:25%; margin-right:2%; position:relative; display: inline-block;}
.theme-card a:last-child{margin-right:0}
.theme-card a:hover {box-shadow:6px 6px 10px rgba(0,0,0,.4); transition:box-shadow .25s;}

.themecard-Area {width:100%;; height: 275px; background: #000;  position:relative; overflow: hidden; ;}
.themecard-Area > p {position:absolute; color:#fff; font-size: 25px; font-weight: bold; top:50%; left: 50%;
    transform: translate(-50%, -50%); text-align: center; line-height: normal;}
.themecard-Area img{height:100%; filter: brightness(0.5);}
.themecard-Area:last-child{margin-right: 0;}


.theme-card a span:nth-child(2) {    position: absolute;    border-top:5px solid #f57921;    top: 0;
    left: 0;    right: 100%;    transition: 0.1s;  }
.theme-card a:hover span:nth-child(2) {    right: 0%;  }  
.theme-card a span:nth-child(3) {    position: absolute;    border-right: 5px solid #f57921;    top: 0;
    right: 0;    bottom: 100%;    transition: 0.1s; z-index: 10 }
.theme-card  a:hover span:nth-child(3) {    bottom: 0%;  }  
.theme-card a span:nth-child(4) {    position: absolute;    border-bottom: 5px solid #f57921;    bottom: 0;    left: 100%;
    right: 0;    transition: 0.1s; }
.theme-card a:hover span:nth-child(4) {    left: 0%;  }  
.theme-card a span:nth-child(5) {    position: absolute;    border-left: 5px solid #f57921;    top: 100%;    left: 0;
    bottom: 0;  }
.theme-card a:hover span:nth-child(5) {    top: 0%;  }


.theme-card a span:nth-child(2) {    transition-delay: 0.3s  }
.theme-card a:hover span:nth-child(2) {    transition-delay: 0s;  }  
.theme-card a span:nth-child(3) {    transition-delay: 0.2s;  }
.theme-card a:hover span:nth-child(3) {    transition-delay: 0.1s;  }  
.theme-card a span:nth-child(4) {    transition-delay: 0.1s;  }
.theme-card a:hover span:nth-child(4) {    transition-delay: 0.2s;  }  
.theme-card a span:nth-child(5) {    transition-delay: 0s;  }
.theme-card a:hover span:nth-child(5) {    transition-delay: 0.3s;  }

/* ccl */
.ccl_guide{position:relative;  width:100%; margin-bottom: 50px;}
.ccl_guide dl {width:100%; position:relative;display: flex ; margin-bottom: 20px;}
.ccl_guide dl dt {width:15%; text-align: center; float:left; font-weight: bold;}
.ccl_guide dl dd {width:85%; float: left; color:#f57921; font-size: 16px;}
.ccl_guide dl dd > p {color:#000; font-size: 15px; margin-top: 8px;}

.ccby_area{border:1px solid #dbdbdb; padding: 30px; position:relative; overflow: hidden; display: flex;}
.ccby-t { width: calc(70% - 0rem); margin-right: 10px; }
.ccby-t dt {color:#f57921; font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.ccby-t dd {font-size: 15px;}
.ccby-t dd.ex-r {color:#d72525; margin-top: 15px;}
.ccby-im { width: calc(30% - 0rem); text-align: center;}

.company_box .download_list{display: flex; gap:12px;}
.company_box .download_list li img{width: 260px; height: auto; min-height: 180px; display: block; margin-bottom: 12px;}
.company_box .download_list li a{border-radius: 8px; display: block; padding: 12px 0; color: #fff; font-size: 13px; letter-spacing: -0.26px; background: #000; width: 100px; text-align: center; margin: 0 auto;}


/* 전문가 칼럼 */
.cate_select{height: 42px;}
.tbl_top_lt .tab_lst{display: flex; gap: 12px; margin: 8px 0;}
.tbl_top_lt .tab_lst a{padding: 4px 6px; border-radius: 6px; background: #f8f8f8; white-space: nowrap;}
.tbl_top_lt .tab_lst a.on{background: #f47920; color: #fff;}
.tbl02.column th{color: #000; font-weight: bold;}
.column tbody tr:nth-child(1) td,
.column tbody tr:nth-child(1):hover td{background: #f1fcf8; color: #000 !important; font-weight: bold;}
.column tbody tr:nth-child(1) td:nth-child(1) span{display: block; padding: 6px; color: #fff !important; font-size: 13px; letter-spacing: -0.26px; font-weight: bold; background: #11b87f; border-radius: 4px; width: 80px; margin: 0 auto;}

.detail_A .detail_head .cate{display: inline-block;padding: 5px 10px;color: #fff;font-size: 14px;letter-spacing: -0.28px;font-weight: bold;background: #f37321;border-radius: 6px; margin: 0 100% 8px 0; white-space: nowrap;}
.detail_A .detail_head .cate strong{margin: 0;}
.detail_A .detail_head strong{width: 100%; font-size: 20px; letter-spacing: -0.4px; font-weight: bold; margin-bottom: 14px; text-align: left; display: block;}
.detail_A .detail_head p strong{display: inherit;}
.detail_A .detail_head p{margin-top: 0 !important; text-align: left !important;}
.detail_A .detail_head p strong{font-size: 15px; font-weight: 300;}
.detail_A .detail_head p span{font-size: 15px;}
.file_upload{padding: 16px 12px; background: #f3f3f3; border-top: 0 !important; border-bottom: 0 !important; border-radius: 8px;}
.file_upload p.file_tit{padding: 6px 9px !important; width: inherit !important; background: #fff; border-radius: 4px; border: 1px solid #dbdbdb; font-size: 13px; letter-spacing: -0.26px; }
.file_upload ul li{padding: 5px 0 !important;}

.detail_Area2 .hashtag{display: flex; gap:4px; margin-bottom: 14px;}
.detail_Area2 .hashtag li{border-radius: 600px; border: 1px solid #e86100;}
.detail_Area2 .hashtag li a{padding: 4px 10px; font-size: 13px; letter-spacing: -0.26px; color: #e86100;}
.detail_Area2 .fontSize_controller{position: absolute; right: 0; top: 35px; display: flex; align-items: center;}
.detail_Area2 .fontSize_controller .sizeCtn{display: block; margin: 0 6px; font-size: 20px; cursor: pointer;}
.detail_A .bookmark_btn, .detail_A .recommand_btn{border-radius: 600px; border: 1px solid #ebebeb; background: #fff; display: inline-flex; width: 96px; padding: 0; justify-content: center; align-items: center; font-size: 13px; color: #555; letter-spacing: -0.26px; box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.08);}
.detail_A .bookmark_btn::before, .detail_A .recommand_btn::before{content: ''; width: 22px; height: 22px; margin-right: 2px; display: block;}
.detail_A .bookmark_btn::before{background: url(../images/sub/bookmark.png) no-repeat center; background-size: cover;}
.detail_A .recommand_btn::before{background: url(../images/sub/recommend.png) no-repeat center; background-size: cover;}
.detail_A .bookmark_btn.on::before{background: url(../images/sub/bookmark_on.png) no-repeat center; background-size: cover;}
.detail_A .recommand_btn.on::before{background: url(../images/sub/recommend_on.png) no-repeat center; background-size: cover;}
.detail_A .btn_center60 .btn_area:not(:last-child){margin-right: 6px;}
.btnarea_side .btn_center60 .btn_01{border: 1px solid #dbdbdb; background: #f8f8f8; color: #555;}
.btnarea_side .btn_center60 .btn_03{border: 1px solid #f37321; background: #fff; color: #f37321;}
.btnarea_side .btn_center60 .btn_03:hover{text-decoration: none;}
.recommand_comment_btn{display: inline-flex;position: relative;top: 3px;align-items: center;margin-right: 4px;cursor: pointer;}
.recommand_comment_btn + span{position: relative;top: -0.5px;}
.recommand_comment_btn::before{content:''; width: 16px; height: 16px; background: url(../images/sub/recommend.png) no-repeat center; background-size: cover;}
.recommand_comment_btn.on::before{content:''; width: 16px; height: 16px; background: url(../images/sub/recommend_on.png) no-repeat center; background-size: cover;}

.board_view .sound_controller{display: flex;gap: 10px;align-items:center;}
.board_view .sound_controller .sound_wave{flex: 1 50%;margin: 0;display: flex;align-items: center;border: 1px solid #d6d6d6; height: auto; padding: 45px 20px;}
.board_view .sound_controller .sound_wave p{margin-right: 40px;}
.board_view .sound_controller .sound_wave #wave-timeline {margin-top: 40px !important;}
.board_view .sound_controller .Waveforms_box{flex: 0 30%; margin: 0;}
.board_view .sound_controller .eq{width: 100%; margin: 0; padding-right: 30px;}
.board_view .sound_controller .eq-wrapper {display: flex; flex-flow: column; align-items: center; margin: 10px; width: 50px;}
.board_view .sound_controller .eq-slider{width: 55px; height: 150px;}

/* 사업자등록 */
.contArea .tab_btns{margin-top: 50px;}
.tab_btns {display: flex; gap: 10px;}
.tab_btns a {font-size: 18px; border-radius: 600px; padding: 10px 12px; border: 1px solid #f47920; width: 180px; text-align: center;}
.tab_btns a.active{border: 0; background: #f47920; color: #fff;}

.sub_contents .page_tit{font-size: 25px; font-weight: bold; padding-top: 2px;}
.sub_contents .border_tit{border: 1px solid #f47920; color: #f47920; font-weight: bold; letter-spacing: -0.34px; margin: 36px 0 16px; font-size: 17px; border-radius: 600px; padding: 10px 20px; display: inline-block;}
.contArea > .dot_list > li{font-size: 16px; letter-spacing: -0.32px;}
.contArea > .dot_list > li{line-height: 30px;}
.box_wrap{display: flex; gap: 20px; width: 100%; margin: 36px auto 48px;}
.box_wrap .box{width: 100%;}
.box_wrap .box .tit{border-radius: 20px 20px 0 0; padding: 12px 0; font-size: 17px; font-weight: bold; text-align: center; background: #f8f8f8; border: 1px solid #dbdbdb;}
.box_wrap .box .box_cont{border-radius: 0 0 20px 20px; padding: 28px 0; height: calc(100% - 47px); font-weight: bold; font-size: 15px; line-height: 25px; letter-spacing: -0.3px; color: #555; display: flex; justify-content: center; border: 1px solid #dbdbdb; border-top: 0;}

.gray_box{margin: 36px 0 48px; width: 100%; border-radius: 12px; background: #f9f9f9; border: 1px solid #ebebeb; padding: 42px 0; text-align: center;}
.gray_box .tit{font-size: 20px; letter-spacing: -0.4px; font-weight: bold; margin-bottom: 18px;}
.gray_box .txt{font-size: 16px; line-height: 26px; letter-spacing: -0.32px; font-weight: bold; margin-bottom: 24px;}
.gray_box .form-control{width: 380px !important; padding: 20px 18px; font-size: 16px;}

.check_cont {margin: 48px 0 40px;}
.check_cont .tit{font-size: 20px; letter-spacing: -0.4px; font-weight: bold; margin-bottom: 16px;}
.check_cont .check_wrap{width: 100%; border-radius: 12px; padding: 36px 0; text-align: center; border: 1px solid #ebebeb; background: #f9f9f9;}
.check_label input{margin-right: 8px; width: 24px; height: 24px;}
.check_label span{font-size: 16px; letter-spacing: -0.32px; font-weight: bold;}
.check_cont .check_wrap p{margin-top: 16px; font-size: 14px; letter-spacing: -0.28px; color: #555; word-break: keep-all;}
.check_bottom{margin-bottom: 40px;}
.check_bottom .sub_tit{display: flex; align-items: center; border-bottom: 1px solid #000; padding-bottom: 12px; margin-bottom: 24px; font-size: 17px; letter-spacing: -0.34px; font-weight: bold;}
.check_bottom .check_list > li:not(:last-child) {border-bottom: 1px solid #ebebeb; padding-bottom: 24px; margin-bottom: 24px;}
.check_bottom .check_tit{font-size: 15px; letter-spacing: -0.3px; font-weight: bold; margin-bottom: 16px;}
.check_bottom .tos{border: 0; background: 0; color: #555; font-size: 14px; letter-spacing: -0.28px;}
.check_bottom .check > li:not(:last-child){margin-bottom: 15px;}
.check_bottom .check_label input{width: 20px; height: 20px;}
.check_bottom .check_label span{font-size: 14px; letter-spacing: -0.28px;}
.check_bottom .inner_check{margin-top: 16px; padding-left: 20px;}
.check_bottom .inner_check > li:not(:last-child){margin-bottom: 15px;}
.check_bottom .dash_list{padding-left: 20px; margin-top: 16px; line-height: 24px;}
.check_bottom .dash_list > li{font-size: 14px; letter-spacing: -0.28px; color: #555;}
.red{color: #dc1010;}
.dash_list > li{display: flex; align-items: center;}
.dash_list > li::before{content: '-'; margin-right: 4px; align-self: flex-start;}
.question{width: 20px; height: 20px; margin-left: 4px; border: 0; background: url(../images/question_mark.png) no-repeat center; background-size: cover;}

.table_tit{padding: 20px 0; display: flex; width: 100%; font-size: 18px; justify-content: space-between;}
.sub_contents .table_tit span{color: #f47920; font-size: 14px;}
.sub_contents .table_tit + .mt_50{margin-top: 0 !important;}
.sub_contents .add_input_wrap{display: flex; align-items: center; }
.sub_contents .add_input_wrap .add_input input{display: block;}
.sub_contents .add_input_wrap .add_input input:not(:last-child){margin-bottom: 2px;}
.sub_contents .add_btn{align-self: flex-end; margin-left: 2px; min-width: inherit;}
.sub_contents .del_btn{align-self: flex-end; margin-left: 2px; min-width: inherit;}
.BusinessRegist{display: none;}
.BusinessRegist.on{display: block;}
.sub_contents .board-T .point{color: red;}
.sub_contents .board-T .txt, .sub_contents .board-T .txt span{color: #777;}
.inputRegist{margin-bottom: 10px;}
input[type="radio"] + input[type="radio"], .radio_label + .radio_label{margin-left: 20px;}
#file{display: none;}
.filebox{display: flex; align-items: center; gap: 2px;}
.filebox .btn-clear{background: url(../images/clear.png) no-repeat center; background-size: cover; min-width: 20px; width: 20px; height: 20px; margin-left: 5px;} 
.workplaceForm table{width: 100%; table-layout: fixed;}
.workplaceForm table.center td{text-align: center;}

.dot_list > li{display: flex; align-items: center; }
.dot_list > li::before{content: '·'; margin-right: 2px; align-self: flex-start;}

.tab{display: none;}
.tab.active{display: block;}

.popup .pop_cont_box{margin-bottom: 16px;}
.popup .pop_cont_box .tit{font-size: 18px; font-weight: bold; margin-bottom: 6px;}
.businessEdit_pop{width: 400px;}
.businessEdit_pop .pop_cont{text-align: center;}
.businessEdit_pop .pop_cont .txt{font-size: 16px;}
.businessEdit_pop .filebox{margin: 20px auto;}
.businessEdit_pop .tbl_bt {display: inline-block;background: #353535;border:1px solid #353535;min-width:90px;text-align: center;vertical-align: middle;line-height: 35px;height: 35px;color: #fff;padding:0 15px;margin-top: -4px; border-radius:4px;}
.businessEdit_pop2{width: 400px; padding: 20px 36px;}
.businessEdit_pop2 .pop_cont{text-align: center;}
.businessEdit_pop2 .btn_wrap{margin-top: 20px;}
.businessEdit_pop3{padding: 10px 36px; width: 400px;}
.businessEdit_pop3 .txt{font-weight: bold; margin-bottom: 8px;}

table.center th, .getSoundsource_pop table.center td{text-align: center;}
.getSource_tb{margin-bottom: 12px;}
.getSource_tb tbody tr{border-bottom: 1px solid #ebebeb;}
.getSource_tb th{background: #f47920; color: #fff; padding: 6px 4px;}
.getSource_tb td{padding: 6px 4px;}
.total_tb{border-top: 2px solid #f47920; border-bottom: 2px solid #f47920; margin-bottom: 10px;}
.total_tb td{padding: 6px 4px;}
.select_card{display: flex; justify-content: space-between; align-items: center;}
.select_card .gray{font-size: 12px; color: #949494;}
.popup-con .pop_area .pop_cont .select_card select{width: 62% !important;}
.getUser_tb tr:not(:last-child){border-bottom: 1px solid #ebebeb;}
.getUser_tb th{background: #efefef; padding: 6px 4px; text-align: center;}
.getUser_tb td{padding: 6px 4px;}
.popup-con{display: none;}
.popup-con.on{display: block; z-index:99999;}

.upload-name{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.workplaceForm .line{border-right: 1px solid #fff;}
.inputType{margin-bottom: 10px;}
.inputType + .txt{display: none;}
.inputType + .txt.on{display: block;}
.bbs_list2 .dot_list {line-height: 28px;}

.withdrawPop{width: 400px;}
.withdrawPop .registNum{display: block; margin: 10px auto;}
.popup .center{text-align: center;}


.report_chart{display: flex; gap: 16px; margin-bottom: 20px;}
.report_chart .chart{width: 50% !important; border: 2px solid #e7e7e7; padding: 16px 8px; border-radius: 20px;}


.detail_money{font-size: 20px; color: #fff; margin-top: 20px;}
.align_center, .detail_List.align_center .list_infobox{align-items: center;}
.align_center .soundopti{margin-top: 0 !important;}
.align_center .col-2_2{text-align: center;}
.align_center .detail_List > div:not(:is(.waveform)){text-align: center; align-items: center; display: flex; justify-content: center;}
.total_m{margin: 16px 0; font-size: 16px;}
.select_card + .select_card{margin: 12px 0 20px;}
.tooltip_wrap{position: relative; display: inline-block; margin-left: 5px;}
.tooltip_wrap span{display: block;width: 22px;height: 22px;cursor: pointer;color: #fff;border-radius: 50%;background: #f47920;font-size: 12px;font-weight: bold;}
.tooltip{display: none;position: absolute;top: 140%;left: 50%;transform: translateX(-50%);z-index: 5;width: 200px;height: fit-content;border-radius: 20px;background: #fff;word-break: keep-all;border: 2px solid orange;padding: 10px 8px;white-space: initial;}
.tooltip::before {content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border-width: 9px; border-style: solid; border-color: transparent transparent orange transparent; z-index: 1;}
.tooltip::after {content: ''; position: absolute; bottom: 100%; left: 50%; transform: translateX(-50%); border-width: 6px; border-style: solid; border-color: transparent transparent white transparent; z-index: 2;}
.tooltip.on{display: block;}
.SubDivWrap{display: inline-flex; flex-flow: column; gap: 4px;}
.cateSubDiv{display: inline-flex;}
.addInput{background: #2f2c67 url(../images/white_add.png) no-repeat center;background-size: 60%;width: 30px;height: 30px;display: inline-block;vertical-align: middle;margin-left: 4px;border-radius: 4px;}
input.hidden{display: none;}
.span_file{background: #2f2c67; color: #fff !important; cursor: pointer; padding: 6px 10px; }
.table-settings{width: 100%;border-radius: 8px;border: 1px solid #d4f8ff;background: #f2ffff;padding: 6px 10px; margin: 10px 0 16px 0; display: flex; gap: 5px; align-items: center;}
.table-settings input{width: 200px; text-align: center;}
.table-settings .btn_primary{margin-left: 12px; border-radius: 6px; background: #000; color: #fff; padding: 6px;}
.copyrightBox{border: 1px solid #ededed; display: flex; align-items: center; justify-content: space-between; padding: 16px 12px; gap: 10px;}
.copyrightBox img{width: 120px;}
.copyrightBox .c{color: #007aff;}
.copyrightBox .underline{text-decoration: underline;}
.reject_txt {position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #f47920;}
.reject_txt .btn_area{padding: 0 12px 0 12px; font-size: 14px; margin-left: 5px;}
#rejectViewDialog > div {background: #ececec;}
#rejectViewDialog .rejectBox{padding: 12px 20px 24px;}
#rejectViewDialog .rejectBox textarea{width: 100%; resize: none; min-height: 80px; border: 0; padding: 12px 8px;}
#rejectViewDialog .btn_group{display: flex; justify-content: center; gap: 5px; margin-bottom: 12px;}

.flex_wrap{display: flex; gap: 5px; align-items: center; justify-content: center; position: relative;}
.inlineQ{display: inline-block;}
.q_wrap{position: relative;}
.q_wrap.inline{display: inline-block;}
.q_wrap.poa{position: absolute; right: 20px;}
.q_mark{font-size: 18px; margin-right: 10px; font-weight: bold; background: #fff; color: #f47920 !important; display: block; width: 28px; height: 28px; line-height: 1.8; text-align: center; cursor: pointer;  border-radius: 50%; border: 2px solid #f47920;} 
.q_wrap.inline .q_mark{line-height: 1.4; margin-left: 4px;}
.flex_wrap .q_mark{width: 23px;height: 23px;font-size: 14px;line-height: 1.3;}
.q_wrap.inline .q_text .tit{text-align: center;}
.q_wrap.inline .q_text li{text-align: left;}
.q_text {display: none; position: absolute; left: 50%; top: 100%; width: 300px; background: #fff; z-index:999; padding: 16px 12px; border-radius: 8px; transform: translateX(-50%); border: 2px solid #f47920; }
.q_text::after {content: '';position: absolute;top: -10px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-color: #f47920 transparent;border-style: solid;border-width: 0 6px 8px 6.5px;}
.q_text::before {border-color: #fff transparent;border-style: solid;border-width: 0 5px 8px 6.5px;content: '';display: block;left: 48%;position: absolute;top: -8px;width: 0;z-index: 99999;}
.q_text li{display: flex; font-size: 12px;}
.q_text li::before{content:'-'; margin-right: 4px; align-self: flex-start;}
.q_text.on{display: block;}
.q_text .c{color: #f47920;}

.titlearea .sub_tit{display: inline-block;}

.sound_btn.f{display: flex; position: relative;}
.sound_btn .btn_wrap{display: flex; flex-flow: column; gap: 10px; position: absolute; right: 10px; top: -40px;}
.sound_btn .btn_wrap button{color: #2f2c67;}
.copywriteTxt{color: #f47920; margin-top: 12px;}
.refund .btn_area{padding: 0 7px;}
.visible{overflow: visible !important;}
.detail_L_head.visible{padding: 10px 0 30px;}
.num_list li{display: flex;}
.num_list li::before{content: ''; margin-right: 4px;}
.num_list li:nth-child(1)::before{content: '①';}
.num_list li:nth-child(2)::before{content: '②';}
.num_list li:nth-child(3)::before{content: '③';}
.num_list li:nth-child(4)::before{content: '④';}
.num_list li:nth-child(5)::before{content: '⑤';}
.detail_L_head .num_list li{width: 100% !important; text-align: left; font-weight: 500;} 
.detail_L_head .q_text, thead .q_text{color: #000; text-align: left; font-weight: 500; }
.detail_L_head .q_text .tit, thead .q_text .tit{margin-bottom: 8px; text-align: center; font-weight: 600;}
.detail_L_head .q_text .text{margin-top: 6px;}
.detail_L_head .q_text .c{color: #f47920;}
.rejectBox .text{font-size: 16px; margin: 12px 0; line-height: 24px;}

.sound_play_wrap{display: flex;gap: 10px;align-items: center;}
.sound_play_wrap .btn_sort{width: 30px !important;height: 30px !important;background-size: cover !important;}
.sound_play_wrap .wave_wrap{width: calc(100% - 45px);}
.sound_play_wrap .wave_wrap wave{height: 20px !important;}

.div_wrap{position: absolute;display: inline-flex;width: 200px;right: 0;top: 50%;transform: translateY(-50%);}
.tbl_top.flex{align-items: center;}
.tbl_top .left_div{align-items: center; justify-content: flex-start; width: 100%;}
.tbl_top .left_div .tbl_top_lt{width: auto !important; margin-right: 10px;}
.tbl_top .btn_right button{white-space: nowrap;}

    @media all and (max-width:1400px)
    {
        .ji_subcontents {width:100%; padding: 35px 10px; min-width: 340px;}
        .sub_Area .ji_subcontents {width: 100%;  padding: 0px 10px; position: relative;min-width: 340px;}
        .detail_box1 {width:65%}
        .detail_box2 {width: 35%;}
        
        .tbl_top_lt .tab_lst{display: flex; gap: 4px;}
		.tbl_top_lt .tab_lst a{padding: 4px 6px; border-radius: 6px;}
		
		.detail_Area2 .hashtag_wrap{margin-bottom: 16px;}
		.detail_Area2 .hashtag{gap: 8px; margin-left: 6px;}
		.detail_Area2 .hashtag li a{padding: 8px 12px;}
		.detail_Area2 .fontSize_controller{top: 35px;}
		.detail_Area2 .fontSize_controller .sizeCtn{margin: 0 6px; font-size: 20px;}
		
		.board_view .sound_controller{display: flex;}
		.board_view .sound_controller .sound_wave{flex: 1 50%; padding: 45px 20px;}
		.board_view .sound_controller .sound_wave p{margin-right: 40px;}
		.board_view .sound_controller .sound_wave #wave-timeline {margin-top: 40px !important;}
		.board_view .sound_controller .Waveforms_box{flex: 0 30%; margin: 0;}
		.board_view .sound_controller .eq{margin: 0; padding-right: 30px;}
    }

    @media all and (max-width:1280px)
    {
        .result {display:inline-block; width: 100%;}  
        .result .faceBox {width:100%; margin-right: 0; margin-bottom: 20px;}
        .result .resultListBox{width:100%; overflow: hidden; } /* 다른페이지 영향받는지 확인필요 */
        

        .filterBox .fc_menu .hide{display:none;}
        .search_area .inputbox {width:90%}

        .detail_List .waveform {margin: 0 1% ; width: 33%; }
        .detail_List .waveform img { width: 100%;}

        .sound_source{height: auto; padding-bottom: 15px;}
        .detail_box1 {width:100%; margin-bottom: 15px;}
        .detail_box2 {width: 100%; display: none;}
        .detail_box1 .sound_Area {width:100%; display: block;}
        .detail_box1 .sound_Area .s_tit {width:80%}
        .detail_box1 .sound_Area .s_tit > ul > li.tit {width:100%}
      
        .sound_btn {margin-top: 35px;}
        .Waveforms_box {display: block;}
        .Waveforms_box .wave_tag, .Waveforms_box .eq {width:100%; display: block; margin-bottom: 30px; }
        .Waveforms_box .wave_tag {height: auto;}

        #progress5, #progress4, #progress3, #progress2, #progress1 {width: 90%;}

        .top_condition {width:90%}


        /* 삭제할것 */
        .detail_box1 .sound_wave img {width: 70%; height: 100%;}

        .company_box{margin-top:50px ;   }
        .major-jica .ico { background-size: 120px;}
        .major-jica > ul > li span {width: 60px; height: 60px;}
        .ma-i02 {background-position: 0px -65px;}
        .ma-i03 {background-position: 0px -130px;}
        .ma-i04 {background-position: 0px -195px;}
        .major-jica:after {top:50%}
        .jica-bg > p {padding:70px 0 !important}
        .txt-img img {width:100%}
        
        .fc_menu2 .hide{display: none;}
        
        .tbl_top_lt .tab_lst{display: flex; gap: 4px;}
		.tbl_top_lt .tab_lst a{padding: 4px 6px; border-radius: 6px;}
		
		.detail_Area2 .hashtag_wrap{margin-bottom: 16px;}
		.detail_Area2 .hashtag{gap: 8px; margin-left: 6px;}
		.detail_Area2 .hashtag li a{padding: 8px 12px;}
		.detail_Area2 .fontSize_controller{top: 35px;}
		.detail_Area2 .fontSize_controller .sizeCtn{margin: 0 6px; font-size: 20px;}
		
		.board_view .sound_controller{display: flex; flex-flow : row wrap}
		.board_view .sound_controller .sound_wave{flex: 0 100%; padding: 45px 20px;}
		.board_view .sound_controller .sound_wave p{margin-right: 40px;}
		.board_view .sound_controller .sound_wave #wave-timeline {margin-top: 40px !important;}
		.board_view .sound_controller .Waveforms_box{flex: 0 100%; margin: 0;}
		.board_view .sound_controller .eq{margin: 0; padding-right: 30px;}
		
		.board_view .sound_controller .sound_wave p{margin-right: 40px;}
		.board_view .sound_controller .sound_wave #wave-timeline {margin-top: 40px !important;}
		.board_view .sound_controller .Waveforms_box{margin: 0; width: 100%}
		.board_view .sound_controller .eq{width: 100%; margin: 0; padding-right: 30px; display: flex; overflow-x:auto;}
		.board_view .sound_controller .eq-wrapper {display: flex; flex-flow: column; align-items: center; margin: 10px; width: 30px;}
		.board_view .sound_controller .eq-slider{width: 55px; height: 150px;}

    }

    @media all and (max-width:1000px)
    {

        .list_wrap .list_inner .detail_card {width:100%; margin-right: 0; float: none;}
        .music_infobox .play_tit > dl > dt {width: auto; margin-right: 10px;}
        .music_infobox .play_tit > dl > dd{width:90%}
        .dropdown-content {right:0; z-index: 1;}
        .detail_card .music_infobox .play_tit > dl > dt{width: auto;}
        .detail_card .music_infobox .play_tit > dl > dd {width:90%}
        .detail_card .music_infobox .play_tit > dl > dd > span{bottom: 15px;}
        
        .detail_L_head {border-bottom: 0;}
        .detail_L_head > ul {display: none; }

        .list_inner .detail_List {display: block; height: auto;}
        .detail_List .soundtrack_menu { width: 100%; float: none}
        .detail_List .list_infobox {width:100%}
        .detail_List .waveform {margin: 0; margin-top:90px; width: 100%;}

        .similarArea {display: block; display: none;}
        .similarListArea div:nth-child(5){display:none;}
        .similarListArea div:nth-child(6){display:none;}
        .similar {width:100%; margin-bottom: 10px;}
        .similar .btn    {right:5%; top:55%}

         .Evaluation .Ev-sound_1 .processbar {display: none;}
         .Evaluation .Ev-sound_1 .Record_view {width: 100%;  display: block;}
         .star > label:before {font-size: 2.5rem;}


         .company_box{height: auto; }

         .contArea .soundtrack .effect-sound .eff_banner { width:31.3%; margin-right:3%; height: 220px; }
         .contArea .soundtrack .effect-sound .eff_banner:nth-child(3), .soundtrack .effect-sound .eff_banner:nth-child(6), .soundtrack .effect-sound .eff_banner:nth-child(9), .soundtrack .effect-sound .eff_banner:nth-child(12) {/* margin-right:0 */}
         .contArea .soundtrack .effect-sound .eff_banner:nth-child(4), .soundtrack .effect-sound .eff_banner:nth-child(8) {margin-right:3%}


         .recordsDataContent {width: calc(33% - 30px);}

         .markArea{font-size:1.0rem}
         .major-jica > ul > li > p {font-size: 16px;}
         .jica-bg {background-size:contain ;}
         .jica-bg > p {padding:70px 0 !important; width: 70% !important}
         
         .provided {display: block;}
         .provided .l_area, .provided .r_area {width:100%}
         .provided .l_area li {font-size: 16px;}
        
         .q_mark{min-width: 26px; width: 26px !important; height: 26px;}

    }

    @media all and (max-width:800px)
    {
        
        .location ul li{width: 35%;}
        .location ul li:last-child {width: 50%;}
        .location ul li.h{font-size: 25px;}
        .path-menu .path > span{font-size: 12px; letter-spacing: -0.56px;}
        #drop-content, #drop-content2 {white-space : nowrap}
        #drop-content, #drop-content2 {   left:0; min-width: auto; width: 100%;;   border: 1px solid #ccc;  background-color: #fff; margin-top: 10px; border-bottom: 2px solid #f47920;}
        #drop-content a, #drop-content2 a{      font-size: 14px;  }

        .detail_box2 {height: 220px; padding-top: 0 !;}
        .detail_box1 .sound_Area .s_tit > ul > li.tit {font-size: 1.7em;}

        .detail_box1 .sound_Area .s_tit {width:70%}
        
        .abstract .add_fm { left:75% ; }
        

        .company_box{height: auto;padding:0px 0 0 0px }
        
        .contArea .soundtrack .effect-sound .eff_banner {height: 180px; }

        .img_R img {width: 100%;}

        .markArea{padding:15px 15px 15px 15px}
        .markArea span{    position: relative;            right: 0;            top: 0;            margin-top: 10px;            display: block;}

        .theme-card {display:block;}
        .theme-card a{width:48%; display: inline-block; margin-bottom: 2%;}
        .theme-card a:nth-child(odd) {margin-right:2%}
        .theme-card a:nth-child(even) {margin-right:0%}
        .major-jica > ul > li > p {width:80%; font-size: 1rem;}
        .major-jica:after {top:40%}
        .jica-bg {top:40%}
        .jica-bg > p {padding: 80px 0 !important;}
        
        .company_box .download_list{display: flex; gap:10px;}
        .company_box .download_list li{width: 100%;}
		.company_box .download_list li img{width: 100%; min-height: 120px; margin-bottom: 24px;}
		.company_box .download_list li a{border-radius: 12px; padding: 14px 0; font-size: 24px; letter-spacing: -0.48px; width: 160px;}
       
       .tab_btns{justify-content: center;}
       .tab_btns a{font-size: 14px; width: 120px; padding: 8px 2px;}
       .sub_contents .page_tit{font-size: 18px; letter-spacing: -0.36px; margin-bottom: 0;}
       .sub_contents .border_tit{margin: 20px 0 14px; font-size: 14px; letter-spacing: -0.28px;}
       .contArea > .dot_list > li{font-size: 12px; letter-spacing: -0.24px; line-height: 20px;}
       .box_wrap{flex-flow: column; gap: 10px;}
       .box_wrap .box .tit{padding: 10px 0; font-size: 13px;}
       .box_wrap .box .box_cont{font-size: 12px; line-height: 20px; letter-spacing: -0.24px; padding: 20px 0;}
    
    	.gray_box{margin: 30px 0; padding: 30px 0;}
    	.gray_box .tit{font-size: 14px; margin-bottom: 12px;}
    	.gray_box .txt{font-size: 12px; line-height: 20px;}
    	.gray_box .form-control{width: 70% !important; font-size: 12px;}
    	
    	.btn_area{padding: 0 20px 0 20px !important;}
    	.check_cont .check_wrap{padding: 25px 0;}
    	.check_label span{font-size: 12px; letter-spacing: -0.24px;}
    	.check_cont .check_wrap p{margin-top: 13px; font-size: 11px; line-height: 18px; letter-spacing: -0.22px;}
    	.check_bottom .sub_tit{font-size: 13px; letter-spacing: -0.26px; padding-bottom: 6px; margin-bottom: 18px;}
    	.check_bottom .check_tit{font-size: 12px; letter-spacing: -0.24px;}
    	.check_label input{height: 18px; width: 18px; margin-right: 6px; background-size: cover;}
    	.check_bottom .check_label input{width: 16px; height: 16px; background-size: cover;}
    	.check_bottom .check_label span{font-size: 11px; letter-spacing: -0.22px;}
    	.check_bottom .tos{font-size: 11px;}
    	.check_bottom .check > li:not(:last-child),
    	.check_bottom .inner_check > li:not(:last-child){margin-bottom: 6px;}
    	.check_bottom .inner_check{margin-top: 6px; padding-left: 16px;}
    	.check_bottom .dash_list > li{font-size: 11px; letter-spacing: -0.22px;}
		.check_bottom .dash_list{padding-left: 16px; margin-top: 6px; line-height: 18px;}
		
		.table_tit{font-size: 14px; padding: 10px 0;}
		.board-T .w{width: 15% !important;}
		.board-T th{word-break: keep-all; white-space: inherit !important;}
		.workplaceForm .x1, .workplaceForm .m1{width: 100% !important;}
		.registNum{display: flex !important;width: 100%;flex-flow: row wrap; align-items: center;}
		.registNum .x1{width: 45% !important;}
		.find_addr > *:not(:last-child){margin-bottom: 2px;}
		.inputRegist{display: flex; flex-flow: row wrap;}
		.inputRegist .radio_label{width: 100%;}
		.inputRegist input[type="radio"] + input[type="radio"],
		.inputRegist .radio_label + .radio_label{margin: 0;}
		#em1, #em2{width: 45% !important; margin: 0;}
		
		.businessEdit_pop{width: 80%;}
		
		.businessEdit_pop .tbl_bt{padding: 0 8px; min-width: inherit; margin-right: 5px;}
		
		.getSoundsource_pop.popup-con .pop_area .pop_cont{padding: 20px 12px;}
		.getSource_tb{margin-bottom: 12px;}
		.getSource_tb tbody tr{border-bottom: 1px solid #ebebeb;}
		.getSource_tb th{background: #f47920; color: #fff; padding: 6px 4px; font-size: 12px;}
		.getSource_tb td{padding: 6px 4px; font-size: 11px;}
		.total_tb{border-top: 1px solid #f47920; border-bottom: 1px solid #f47920;}
		.total_tb td{padding: 6px 4px; font-size :11px;}
		.select_card{display: flex; justify-content: space-between; align-items: center;}
		.select_card .gray{font-size: 10px; color: #949494;}
		.select_card .label_tit{font-size: 10px;}
		.popup-con .pop_area .pop_cont .select_card select{width: 62% !important; font-size: 10px;}
		.getUser_tb tr:not(:last-child){border-bottom: 1px solid #ebebeb;}
		.getUser_tb th{background: #efefef; padding: 6px 4px; text-align: center; font-size: 12px;}
		.getUser_tb td{padding: 6px 4px; font-size: 11px;}
    }

    @media all and (max-width:640px)
    {
    	
		#nation{width: 100%;}
        .location ul li{width: 35%;}
        .location ul li:last-child {width: 47%;}
    
        .list_wrap .list_inner .detail_card {height: 370px;}
        .detail_card .music_infobox .play_tit > dl > dd {width:100%; margin-top: 10px;}
        .sound_btn button {font-size: 15px;}
        .sound_wave {padding: 0 15px;}

       

        .Evaluation{padding: 30px 0; height: auto;}
        .Evaluation .Ev-sound_1 {width:100%; margin-top: 0; border-right:0; border-bottom:1px solid #5f5e5f; padding-bottom: 15px;}
        .Evaluation .Ev-sound_2 {width: 100%; padding: 20px 0;}

       
        .company_box h3 {font-size: 2em;}
        .company_box > ul {margin-top:30px}
        .company_box > ul > li.tit {font-size: 1.0em; margin-bottom: 15px;}
        .company_box > ul {font-size: 1em;}
        .company_box > ul > li{margin-bottom: 0;}
        .box_txt1 {font-size: 1em;}

        .contArea .soundtrack .effect-sound .eff_banner {height: 150px; margin-bottom: 20px; }

        .recordsDataContent {width: calc(50% - 30px);}

        .themecard-Area > p {font-size:1.25rem;}
        .major-jica > ul > li > p {width:100%}

        .ccby-im img {width:100%}
        .ccby_area {display:block}
        .ccby-t, .ccby-im {width:100%}
        .ccby-im {margin-top: 15px;text-align: left}
        .ccby-im img{width:50%; ;}

        .sub_tit2 {font-size: 1.4rem;}
        .company_box > ul > li {font-size:1rem}
        .ccl_guide dl dd > p {font-size:1rem}
        .ccby-t dd {font-size:1rem}
        
        .company_box .download_list{gap:5px;}
		.company_box .download_list li img{margin-bottom: 12px;}
		.company_box .download_list li a{border-radius: 6px; padding: 7px 0; font-size: 12px; letter-spacing: -0.24px; width: 80px;}
    
    	.tbl_top_lt .tab_lst a span{font-size: 12px;}
    	.detail_Area2 .fontSize_controller{font-size: 12px;}
    	.detail_Area2 .fontSize_controller .sizeCtn{margin: 0 10px; font-size: 26px;}
    	
    	.m1, .m2{width: 100% !important;}
    	
    	
		.reject_txt {position: static; transform: inherit; display: flex; align-items: center;}
		.reject_txt .btn_area{padding: 0 8px 0 8px; font-size: 12px; margin-left: 5px; white-space: nowrap;}
		#rejectViewDialog{position: fixed; width: 90%; min-width: 90%;}
    }

    @media all and (max-width:480px)
    {

        .location ul li.h{width: 55px;}
        .location{white-space: nowrap; height: 43px; background:#f47920}
        .location ul li.h > a{color:#fff}
        .location ul li{width: 35%;white-space: nowrap;margin-top: -5px}
        .location ul li:last-child{width: 50%;}

        .detail_box1 .sound_Area .s_tit > ul > li.tit {font-size: 1.4em; line-height: 1.5em; width: 100%;}

        .detail_box1 .sound_Area .s_cover {width: 20%; height: auto;}
        .detail_box1 .sound_Area .s_cover img{width: 100%; height: auto;  }
        .btnDetailed { display: block; margin: 10px 0;}
        
        .sound_wave {height: auto; line-height: normal; padding: 15px ;}

        .company_box:after{display: none;}
        .contArea .soundtrack .effect-sound .eff_banner {height: 120px; margin-bottom: 20px; }
        .contArea .soundtrack .effect-sound .eff_banner > p {top:30%; font-size: 1.2em;}

        .abstract{ background:#f3e7de; padding:25px 15px; }
        .major-jica > ul > li span, .major-jica:after {display: none;}
        .jica-bg {background: none;}
       
        .major-jica {height: auto; padding-top: 20px; margin-bottom: 15px;}
        .major-jica > ul > li  {background: #ccc; display: block; float: none; width:100%;  margin: 5px 0; border-radius: 30px;}
        .jica-bg{position: relative; top: 15px; height: auto; padding: 5px 0; background: #f37321 !important; margin-top:15px; }
        .jica-bg > p {padding: 0 0 !important;}
        .major-jica > ul > li > p {background: #ccc; display: inline-block;border-radius: 30px; padding: 5px 0;}
        .major-jica > ul > li:nth-child(4) {margin-left:0}

        .provided .l_area {height: auto;}
        .provided .l_area li {width:100%; border-right:0; border-bottom:1px dotted #ccc}
        .provided .l_area li:last-child{border-bottom:0}

        .ccl_guide dl dt {width:25%; }
        .ccl_guide dl dd {width:75%; }
        
    }
    
    @media all and (max-width:370px)
    {
        .location ul li{width: 33%;white-space: nowrap;margin-top: -5px}
    }
    
    @media all and (max-width: 369px) {
    	.getSoundsource_pop.popup-con .pop_area .pop_cont{padding: 16px 6px;}
    	.select_card .gray{letter-spacing: -1px;}
    	.getUser_tb colgroup col{min-width: 60px;}
   	}