@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    /* box-sizing: inherit */
}

#Wrapper{width:100%; position:relative;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; transition: all .40s ease;}
#Wrapper:after{content:''; display:block; clear:both;}

.main_wrapper{position:relative; width:100%; height:100%;     
 padding-top:0px;}
.main_wrapper:after{content:''; display:block; clear:both;}
.main_wrapper:before {content: ''; position: absolute; width: 100%; height: 1010px; background: url(../images/main/bg.png) no-repeat center top; background-size: cover;}


/*컨텐츠*/
.mainContents { position:relative; width:1400px; margin:0 auto;}
.mainContents:after{content:''; display:block; clear:both;}

.mainContents2 { position:relative; width:1400px; margin:0 auto;  margin-bottom: 60px; }
.mainContents:after{content:''; display:block; clear:both;}

.mainContents3{position:relative; width: 100%;  border-top:1px solid #e3e3e3; }


.icon {background: url(../images/main/icon.png) no-repeat;}

.platform_area {display: flex; padding-top: 47px; width: 100%; height: 245px; }
.platform_area .slogan{ text-align:left; width: 50%; line-height: auto; font-weight: bold;}
.platform_area .slogan  > p {   margin-top:10px; color:#494949; font-size: 30px;  }
.platform_area .slogan {font-size: 55px; color:#f47920; line-height: 58px;}
.platform_area .slogan em {display: block; font-weight: bold;}
.platform_area .main_topsearch{width:45%; margin-right: 5%; margin-top: 15px; }


.main_topsearch .area_search .area_search_wrap .container .search_wrap::after{    content:'';    display:block;    clear:both;}
.main_topsearch .area_search .area_search_wrap .container .search_wrap{display:inline-block;width: 100%;}
.main_topsearch .area_search .area_search_wrap .container .search_wrap input.search_top{    width: 100%;      height: 60px;    border:0;    border: solid 2px #f57921;
     padding: 0px 5px 0px 25px;    line-height: 60px;    font-size: 20px; font-weight: bold; border-radius: 30px;   }
.main_topsearch .area_search .area_search_wrap .container .search_wrap input.search_top{position:relative}
.main_topsearch .area_search .area_search_wrap .container .search_wrap input::placeholder {color:#ccc !important}


.main_topsearch .area_search .area_search_wrap .container .search_wrap  button{    background:url(../images/common/btn_search.png) no-repeat center center #f57921; border:0;
      text-indent:-99999px;    font-size:0px;    border-left:none;    width:60px;    height:60px; position: absolute; right:0%; border-radius: 50px; }
.main_topsearch .area_search {    height:0px;    transition:height 250ms;    overflow:hidden; z-index: 100; top:-34px}
.main_topsearch .area_search {    height:200px;}
.main_topsearch .top_btm .container {    height:50px;}

.main_topsearch .recommend_search{position:relative; overflow: hidden; width: 100%; margin-bottom: 20px; font-size: 22px; height: 30px;}
.main_topsearch .recommend_search > h3 {font-size: 17px; font-weight: bold; color:#f57921; display: inline-block; float: left; height: 30px; line-height: 30px; margin-right: 10px;}
.main_topsearch .recommend_search > ul { padding-top: 3px;}
.main_topsearch .recommend_search > ul > li {font-size: 16px; display: inline-block;margin-bottom: 6px;}
.main_topsearch .recommend_search > ul > li > a{color:#fff; font-weight: bold;background: #ffa661; border-radius: 15px; padding: 5px 15px; }
.main_topsearch .recommend_search > ul > li > a:hover{text-decoration: underline;}

/* search검색조건 */
.main_topsearch .top_condition {position:relative; overflow: hidden;  margin-top: 15px; width:100%; display: block; padding: 0 8px; }
.main_topsearch .top_condition dl {display: flex;box-sizing: border-box; width: 100%;}
.main_topsearch .top_condition dl > dt {width:50%;}
.main_topsearch .top_condition dl > dt label {font-size: 17px; vertical-align: middle;}
.main_topsearch .top_condition dl > dd {width:50%; text-align: right;}
.main_topsearch .top_condition dl > dd em{white-space: nowrap;}
.main_topsearch .top_condition dl > dd .q_text{text-align: left;}
.main_topsearch .top_condition dl > dd .q_text .tit{text-align: center !important;}
.main_topsearch .top_condition .flex_wrap{justify-content: flex-end !important;}

#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;}




.m_i01 {background-position: 0 0;}  .m_i02 {background-position: 0 -70px;} .m_i03 {background-position: 0 -140px;} .m_i04 {background-position: 0 -210px;} .m_i05 {background-position: 0 -280px;}

/* 최신음원 */
.recent_sound {margin-top: 30px; position:relative; height: 320px ;}
.recent_sound:after{content:''; display:block; clear:both;}
.main_title{font-size: 30px; margin: 25px 0; font-weight: bold; display: inline-block; margin: 20px 0; }
.main_title > span {font-size: 14px; display: inline-block; float:right;}

.recent_box{position: absolute;  width: 120%;  height: 240px; white-space: nowrap;}
.recent_tit_wrap{display: flex; align-items: center; flex-flow: row; gap: 20px;}
.recent_btns{display: flex; flex-flow: row wrap; align-items: center; gap: 10px;}
.recent_btns button {border:0; border-radius: 50%; border:1px solid #cecece; background: #fff; width: 26px; height: 26px; }
/* .recent_btns button.prev {position:absolute; left:130px; top:-45px}
.recent_btns button.next {position:absolute; left:165px; top:-45px} */
.recent_box #slider {position:relative; width: 100%; height: 100%;}

.slide_items{width: 100%; position: relative;}
.slide_items .items {width: 182px; height: 245px; display: inline-block; margin-right: 35px;}
.slide_items .items .soundbox {position:relative; }
.slide_items .items .soundbox .sound_thumb {position:relative; width:100%; height: 180px; border-radius: 30px; background: #f2f2f2; overflow: hidden;-webkit-transition: 
    -webkit-transform .3s;  transition: -webkit-transform .3s;  transition: transform .3s;  transition: transform .3s, -webkit-transform .3s;}
.slide_items .items .soundbox .sound_thumb:hover {-webkit-transform: translateY(-10px);  -ms-transform: translateY(-10px);
    transform: translateY(-10px); background: #000; }
.slide_items .items .soundbox .sound_thumb:hover:before{position:absolute; content: ''; background: rgb(0,0,0,0.5); width: 100%; height: 100%;}
.slide_items .items .soundbox .sound_thumb:hover:after{position:absolute; content: '';line-height: 50px;  z-index: 1; 
            width: 50px; height: 50px; left:35%; top:35%;  border-radius: 50%; background:url(../images/sub/play.png) no-repeat center; }
.slide_items .items .soundbox .sound_thumb > p { background: rgb(0,0,0,0.5); width: 100%;  position: absolute; bottom:0; left:0; color:#fff; text-align: center; padding: 10px 10px; 
    font-size: 16px; font-weight: bold;}
.slide_items .items .soundbox > dl {margin-top: 20px; font-size: 15px;}
.slide_items .items .soundbox > dl > dt a{ white-space: nowrap; overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;display: inline-block;-webkit-line-clamp: 1;
    width: calc(100% - 1rem);  color:#000; }
.slide_items .items .soundbox > dl > dd {color:#f47920; font-size: 14px;}
.slide_items .items .soundbox .sound_thumb img{height:100%; width:182px;}



/* 인기테마음원 */
.eventZone {position: relative; height: 415px; display: flex; }
.eventZone .event-banner {width: 700px}
.eventZone .mediacontents{width:620px; margin-left: 80px; position:relative } 
.eventZone .mediacontents .main_title{display: block;}


/* 홍보배너 */
#main-banner{    overflow: hidden; border-radius: 15px; position:relative}
#main-banner .img-wrap{    overflow: hidden;     width: 2770px;    height: 360px;}
#main-banner .img-wrap a{    display: inline-block;    float: left;  /*width:700px*/}
#main-banner .img-wrap a img{    width: 100%;  min-height: 315px; height: 100%;}
#main-banner .control-wrap{    position: absolute;    top:10px;     right: 10px;    min-width: 120px;    padding: 8px 15px;    background: #fff; border-radius: 30px; }
#main-banner .control-wrap .page{    position: relative; float: left; margin-right: 15px;       font-size: 14px;}
#main-banner .control-wrap .page i{    font-style: normal;    font-weight: bold;}
#main-banner .control-wrap .control{  display: inline-block; float: left;   }
#main-banner .control-wrap .control a{    display: inline-block;    float: left;}
#main-banner .bx-viewport{height: 315px !important;}
#main-banner .bx-wrapper{    border: 0;    box-shadow: none;    margin-bottom: 0;}
#main-banner .bx-pager{display: none;}

.eventZone .mediacontents{height:auto } 
.mediacontents ul li {width: 48.5%; margin-right: 3%; float: left; background: #000; height: 146px; margin-bottom: 3%; overflow: hidden;  }
.mediacontents ul li:nth-child(even) {margin-right: 0;}
.mediacontents ul li:nth-child(3), .mediacontents ul li:nth-child(4) {margin-bottom: 0;}

.mediacontents ul li:hover {box-shadow:6px 6px 10px rgba(0,0,0,.4); transition:box-shadow .25s;}
.mediacontents .photo{overflow:hidden;position:relative;transition: 0.3s;-webkit-transition: 0.3s;text-align: center;vertical-align: middle;padding-top: 60%;}
.mediacontents .photo:after{position:absolute; content: '\ea3f'; font-size: 40px; right:10%; bottom:30%; font-family: 'xeicon'; color:#f57921; background: #fff;
     border-radius: 50%; width: 40px; height: 40px;; line-height: 39px; text-align: center;}
.mediacontents .photo img {     position: absolute;    left: 0;    top: 40%;    z-index: 0;    width: 100%;    min-height: 100%;    transform: translateY(-50%);    transition: all 0.2s;  }
.mediacontents ul li:hover, .mediacontents .photo li:focus{transform: translate(0px, -10px); 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}
.mediacontents ul li:hover{ display: block;  transition: all 0.3s ease-out 0s; -webkit-transition: all 0.3s ease-out 0s;}
.mediacontents .photo i{position:absolute;left:calc((100% - 75px)/2);top:calc((100% - 75px)/2); opacity:0.7;}



/* 효과음원 음원챠트 */


/*탭*/
.tab_group{margin-top:30px; position:relative;  }
.tab_group:after{content:''; display: block; clear: both; }
.tab { position:relative; text-align: center;}
.tab li { position:relative;display:inline-block;text-align:center; width: 14%;  padding:10px 0;  background:#fff; }
.tab li:after{position:absolute; content: ''; width: 1px; height: 15px; background: #c9c9c9; right:0; top:10px;}
.tab li:last-child:after{background:none}
.tab li+li { margin-left:-1px;}
.tab li {  cursor:pointer; color:#000; font-size:21px;  text-align:center;  font-weight: bold}
.tab li:hover{border-bottom:5px solid #f57921}
.tab li.on { border-bottom:5px solid #f57921; color:#f57921 }
.tab_con { position:relative; }
.tab_con > div { display:none; padding:30px 0px 0    }
.tab li.W33_ {width:30% !important}
.soundtrack .rank-sound .rank ul li.login_txt {font-size: 18px; text-align: center !important; color:#b3b3b3}
.soundtrack .rank-sound .rank ul li.login_txt i {font-size: 20px; vertical-align: top; margin-top: 4px;}


.soundtrack{display: flex; position:relative;}
.soundtrack .effect-sound {width:65%; margin-right: 5%; position: relative; overflow: hidden; margin-top: 35px;}
.soundtrack .effect-sound .main_title{width: 100%;}
.soundtrack .rank-sound{width:30%}
.soundtrack .effect-sound .eff_banner { float:left; width:30%; margin-right:40px; height: 220px; margin-bottom: 40px; background: #f2f2f2; border-radius: 15px;
     overflow: hidden; position:relative;}
.soundtrack .effect-sound .eff_banner img {filter:brightness(0.5);}
.soundtrack .effect-sound .eff_banner:nth-child(4), .soundtrack .effect-sound .eff_banner:nth-child(7) {margin-right:0}
.soundtrack .effect-sound .eff_banner > p {position:absolute; color:#fff; font-weight: bold; width: 100%; text-align: center; top:40%; font-size: 20px;}
.soundtrack .effect-sound .eff_banner > p a{position:relative; padding: 15px;color:#fff }
.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; 
  }
  
  .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)  }
  
  .aff_txt:hover::before {    width:100%;  }
  
  .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)  }
  .aff_txt:hover::after {    width:100%;  }  
  .aff_txt:hover{    border-left:1px solid #fff;    border-right:1px solid #fff;  }

  .soundtrack .rank-sound .rank {  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2); background: #fff;; padding:20px 30px; border-radius: 15px; height: 480px;}
  .soundtrack .rank-sound .rank ul li {border-bottom:1px solid #eef1f4; line-height: 28px; padding: 5px 0; }
  .soundtrack .rank-sound .rank ul li a {color: #000;    width: calc(100% - 5.5rem);    display: block;    white-space: nowrap;    text-overflow: ellipsis;    overflow: hidden;    display: inline-block;
    vertical-align: top; font-size: 15px;}
    .soundtrack .rank-sound .rank ul li a:hover{color:#f57921}
    .soundtrack .rank-sound .rank ul li span {color: #929292;        float: right;        font-size: 13px;}
    .soundtrack .rank-sound .rank ul li button {font-size: 25px; color:#a6afb6}
    .soundtrack .rank-sound .rank ul li button:hover{color:#f57921}
    .soundtrack .rank-sound .rank ul li button i {vertical-align:top; }
    .rank_btn{margin-top: 15px; position:relative; }
    .rank_btn > span {float: right;}  .rank_btn > span a {color:#000}
    .rank_btn button{color:#f57921 !important; padding: 2px 10px !important;}


/* 공지사항 */
.notice {width: 1400px; margin: 0 auto; height: 237px; position:relative; display: flex;}
.notice:after{ }
.notice .noti_tit {width:400px; color:#fff;text-align: center; position: relative; }
.notice .noti_tit:after{background: url(../images/main/notice_bg.png) no-repeat; position: absolute; content: ''; left:-70%; top:0; height: 237px; width: 638px; z-index: -1;}
.notice .noti_tit > h3 {font-size: 28px; text-align: center; padding-top: 20%;}
.notice .noti_tit p a{ display: inline-block; margin-top: 18px; color:#fff}
.notice .notice_list { width: 1000px;}
.notice .notice_list dl { border-bottom:1px solid #eef1f4;  padding: 30px 15px ; position:relative}
.notice .notice_list dl dd {margin-top: 20px; color:#777777}
.notice .notice_list dl:last-child{border-bottom:0}
.notice .notice_list dl dt a{font-size: 17px; color:#000;} .notice .notice_list dl dt a:hover{text-decoration: underline;}
.notice .notice_list dl p {position:absolute; right:0; top:0; height: 100%;}

.platform{display: flex;}
.platform .tit{background: url(../images/main/notice_bg.png) no-repeat center; background-size: cover; width: 30%; position: relative;}
.platform .tit_txt{position: absolute; right: 10%; top: 20px; text-align: center;}
.platform .tit_txt > h3 {font-size: 28px; text-align: center; padding-top: 20%; color:#fff;}
.platform .tit_txt p a{ display: inline-block; margin-top: 18px; color:#fff;}
.platform .tit_wrap a:hover{text-decoration: underline;}
.platform .list{width: 100%;}
.platform .list_item{display: flex; padding: 0 20px; position: relative;}
.platform .list_item:not(:last-child){border-bottom: 1px solid #eef1f4;}
.platform .tit_wrap a{font-size: 17px; color:#000;}
.platform .tit_wrap p{margin-top: 20px; color:#777777}
.platform .tit_wrap{width: 60%; position: relative; padding: 20px 0;}
.platform .btn_warp{border-left: 1px solid #ccc; width: 30%;}
.platform .btn_warp * {color: #000;}
.platform button{padding: 8px 6px;}
.platform table{table-layout: fixed;}

/* 인기테마 */
.main_themeBest{height: auto;position:relative;  margin: 0 auto; width:1400px; margin-top: 35px; height: 275px; z-index: 10; padding-bottom: 15px; }
.main_themeBest ul.lib-conunt {position:absolute; width:43%; color:#000;padding-top:20px; text-align: center; font-size: 2.2rem;  }
.main_themeBest ul.lib-conunt li > p{color:#f57921; margin-bottom: 20px; font-size: 1.8rem; font-weight: bold;}
.main_themeBest ul.lib-conunt li > span { font-weight: bold;color:#0f5cd5; font-size: 3rem;}

.main_themeBest ul.lib-thema {width:100%; position:relative;  width: 100%; overflow: hidden;}
.main_themeBest ul.lib-thema > li > a{font-size: 2rem;}
.main_themeBest ul.lib-thema > li{float:left; width: 14.2%;  height: 128px; border:1px solid #dedede; border-right: 0; text-align: center; font-size: 2rem; font-weight: bold; padding-top: 40px;}
.main_themeBest ul.lib-thema > li > a > p {font-size: 1.2rem; color:#929292; margin-top: 12px;}
.main_themeBest ul.lib-thema > li:nth-child(1){border-top-left-radius: 15px ;}
.main_themeBest ul.lib-thema > li:nth-child(1), .main_themeBest ul.lib-thema >li:nth-child(2), .main_themeBest ul.lib-thema >li:nth-child(3), 
.main_themeBest ul.lib-thema >li:nth-child(4) {border-bottom:0;}
.main_themeBest ul.lib-thema >li:nth-child(4) {border-bottom:0; border-top-right-radius: 15px ; border-right:1px solid #dedede}
.main_themeBest ul.lib-thema >li:nth-child(5) {border-top-left-radius: 15px ;border-bottom-left-radius: 15px ;}
.main_themeBest ul.lib-thema >li:nth-child(11) {border-bottom-right-radius: 15px ;border-bottom-right-radius: 15px ;border-right:1px solid #dedede}
.main_themeBest ul.lib-thema > li:first-child {margin-left: 42.6%}







@media all and (max-width:1400px)
{
.main_wrapper {min-width: 340px; }
.mainContents, .mainContents2, .notice {width: 100%; padding: 0 2%; box-sizing: border-box;} 
.notice {display: block; position:relative; overflow: hidden;}  
.notice:after {left:-22%; background-size: cover;}
.notice .noti_tit{float:left; width: 35%; margin-right: 5%;}
.notice .notice_list {width: 60%; float:left}

.main_themeBest{width:100%}
.main_themeBest:before{display: none;}

}


@media all and (max-width:1280px)
{
 .platform_area .slogan {font-size: 45px;}
 .platform_area .soundsources > ul > li > p > em {font-size: 1.2em;}
 .platform_area .soundsources > ul > li > span {width:59px; height: 55px;}
 .icon {background-size: 90%;}
 .m_i01 {background-position: 0 0;}  .m_i02 {background-position: 0 -60px;} .m_i03 {background-position: 0 -110px;} .m_i04 {background-position: 0 -160px;} .m_i05 {background-position: 0 -215px;}

 .soundtrack .effect-sound {margin-right: 3%;}
 .soundtrack .effect-sound .eff_banner {margin-right: 30px;}

 .platform_area {padding-top: 30px;} 
 .platform_area .slogan > p{margin-top: 40px;}
 .platform_area .main_topsearch {margin-right:8%; width: 42%;}
 .main_topsearch .area_search .area_search_wrap .container .search_wrap button {right:2%}
 .main_topsearch .recommend_search > h3 {display: block; float: none;}
 .main_topsearch .recommend_search {height: auto;}
 .main_topsearch .recommend_search ul {height: 30px;}

 .eventZone .event-banner {width:60%}
 .eventZone .mediacontents{width:40%; margin-left: 50px; } 
 .mediacontents .photo img {top:60%;}

 .main_themeBest{height: auto; display: block; width: 100%; position: relative; overflow: hidden;}
 .main_themeBest:after{height: 100%;}


 .tab li  {font-size: 18px;}

	.platform{display: flex;}
	.platform .tit{width: 25%; position: relative;}
	.platform .tit_txt{position: absolute; right: 10%; top: 20px; text-align: center;}
	.platform .tit_txt > h3 {font-size: 26px; padding-top: 20%; color:#fff;}
	.platform .tit_txt p a{ display: inline-block; margin-top: 18px; color:#fff;}
	.platform .tit_wrap a:hover{text-decoration: underline;}
	.platform .list{width: 75%;}
	.platform .list_item{display: flex; padding-left: 20px; position: relative;}
	.platform .list_item:not(:last-child){border-bottom: 1px solid #eef1f4;}
	.platform .tit_wrap a{font-size: 17px; color:#000;}
	.platform .tit_wrap p{margin-top: 20px; color:#777777}
	.platform .tit_wrap{width: 60%; position: relative; padding: 20px 0;}
	.platform .btn_warp{border-left: 1px solid #ccc; width: 40%;}
	.platform .btn_warp * {color: #000;}
	.platform .btn_warp button, .platform .btn_warp a{text-align: left; width: 100%; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
	.platform button{padding: 8px 6px;}


}


@media all and (max-width:1000px)
{
    
    .theme_area {display: block; height: auto; overflow: hidden;}
    .theme_area .theme1 {width:100%; margin-bottom: 20px; background-repeat: repeat-x;}
    .theme_area .theme2 {width:32%; float: left;}
    .theme_area .theme3 {width:32%; float: left;}
    .theme_area .theme4 {width:32%; float: left;}


    .soundtrack {display: block;}
    .soundtrack .effect-sound {margin-right: 0; width: 100%;}
    .soundtrack .effect-sound .eff_banner {width: 31%; margin-right: 3%; margin-bottom: 3%; height: 160px;}
    
    .soundtrack .rank-sound {width:100%}

    .notice{height: auto;}
    .notice .noti_tit{width:100%; height: 150px; overflow: hidden;}
    .notice .noti_tit:after {left:0; background-size: cover; width: 100%;}
    .notice .noti_tit > h3 {padding-top: 50px;}
    .notice .notice_list {width: 100%;;}
    
    .platform_area .slogan {width: 45%;}
    .platform_area .slogan {font-size: 35px;}
    .platform_area .slogan > p {font-size: 28px;}
    .platform_area .main_topsearch {width: 49%;}
    .main_topsearch .area_search .area_search_wrap .container .search_wrap button {right:0%}
    .main_topsearch .area_search {height: auto; margin-bottom: 25px;}
    .main_topsearch .recommend_search > ul > li {font-size: 14px;}

    .eventZone{display: block; height: auto;}
    .eventZone .event-banner {width:100%; margin-bottom: 50px;}
    .eventZone .mediacontents{width:100%; margin-left: 0px; } 
    #main-banner .bx-wrapper {max-width:1000px} 
    #main-banner {margin: 0 0 0 0;}
    .mediacontents ul li {height: auto;}
    .mediacontents .photo img {top:50%}

 	.platform{display: flex; flex-flow: column;}
	.platform .tit{width: 100%; height: 200px; position: relative;}
	.platform .tit_txt{position: absolute; right: inherit; left:50%; top: 50%; transform: translate(-50%, -50%); text-align: center;}
	.platform .tit_txt > h3 {font-size: 26px; padding-top: 20%; color:#fff;}
	.platform .tit_txt p a{ display: inline-block; margin-top: 18px; color:#fff;}
	.platform .tit_wrap a:hover{text-decoration: underline;}
	.platform .list{width: 100%;}
	.platform .list_item{display: flex; padding-left: 20px; position: relative;}
	.platform .list_item:not(:last-child){border-bottom: 1px solid #eef1f4;}
	.platform .tit_wrap a{font-size: 17px; color:#000;}
	.platform .tit_wrap p{margin-top: 20px; color:#777777}
	.platform .tit_wrap{width: 60%; position: relative; padding: 20px 20px 20px 0;}
	.platform .btn_warp{border-left: 1px solid #ccc; width: 40%;}
	.platform .btn_warp * {color: #000;}
	.platform .btn_warp button, .platform .btn_warp a{text-align: left; width: 100%; display: block; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
	.platform button{padding: 8px 6px;}

    

}


@media all and (max-width:860px)
{

    .main_title {font-size: 25px;}
    .platform_area {display: block; height: auto; padding-top: 20px;}
    .platform_area .slogan {width:100%; margin-bottom: 40px;} 
    .platform_area .slogan {font-size: 35px; line-height: 40px;}
    .platform_area .slogan em {display: inline-block;}
    .platform_area .soundsources {width:100%; position:relative; margin-bottom: 50px;}
    .platform_area .soundsources :after{content:''; display:block; clear:both;}
    .platform_area .soundsources > p {padding-left: 0;}
    .recent_sound {height: 300px;}
    .slide_items .items {width: 152px; height: 225px; margin-right: 20px;}
    .slide_items .items .soundbox .sound_thumb {height: 150px;}

 

    .soundtrack .effect-sound .eff_banner > p {font-size: 16px; top:30%}

    .platform_area .main_topsearch {width: 90%;} 
    .main_topsearch .top_condition dl > dt label {font-size: 15px;}

    .main_themeBest ul.lib-conunt li > p {font-size: 1.2rem; margin-bottom: 10px;}
    .main_themeBest ul.lib-conunt {font-size: 1.8rem;}
    .main_themeBest ul.lib-conunt li > span {font-size: 2rem;}
    .main_themeBest ul.lib-thema > li {height: 90px; font-size: 1.5rem;padding-top:20px}
    .main_themeBest ul.lib-thema > li > p {font-size: 1rem;}

}



@media all and (max-width:640px)
{
    .theme1, .theme2, .theme3, .theme4 {padding: 15px 15px 30px;}
    .theme_area .theme2 dl, .theme_area .theme3 dl, .theme_area .theme4 dl {padding: 10px 10px 0;}
    .theme_area .theme2 span, .theme_area .theme3 span, .theme_area .theme4 span {display: inline-block;}
    .theme_area .theme2 {width:100%; margin-right: 0; margin-bottom: 20px; }
    .theme_area .theme3 {width:100%; margin-right: 0; margin-bottom: 20px }
    .theme_area .theme4 {width:100%; margin-right: 0; margin-bottom: 20px}

    .notice .notice_list dl p {position:relative; margin-top: 15px;}

    .platform_area .main_topsearch {width: 100%;} 
    .platform_area .slogan {font-size: 2rem;}
    .platform_area .slogan > p {font-size: 2rem;}

    .lib-conunt { background-size: 30%; padding-top: 40px;}
    .lib-theme ul li a {width: 145px; height: 145px;}
    .lib-theme ul li > p {margin-top: 30px; bottom:0}
    .lib-theme {padding-bottom: 40px;}
    .lib-theme ul li > p {font-size: 1.0rem; width: 100%; margin: 0 10%; text-align: center;}
    .lib-conunt {font-size: 1.2rem;}

    .tab li  {font-size: 18px;}

    #main-banner .img-wrap a img {height: 100%; min-height: 100%;}
    #main-banner .bx-viewport{height:auto !important}
    #main-banner .img-wrap {height: auto;}

    .main_themeBest ul.lib-conunt {position:relative; overflow: hidden; width: 100%; background-color: #f57921;line-height: 7vw; z-index: -2; border-radius: 15px; padding: 10px 0;}
    .main_themeBest ul.lib-conunt:after{    width: 100%;
        height: 200%;        top: 7.7777777778vw;        left: auto;        right: -15%;        -webkit-transform: rotate(-25deg);        transform: rotate(-25deg);     display: block;
        content: "";   background-color: #f2a066;        position: absolute;    z-index: -1;}
    .main_themeBest ul.lib-thema{display: none; ;}
    .main_themeBest ul.lib-conunt li > p {color:#fff; margin-bottom: 0; opacity: .7;}
    .main_themeBest ul.lib-conunt li > span {color:#fff}
    
    
}



@media all and (max-width:420px)
{
    .theme_area .theme1:after {top:25%}
    .theme_area .theme1:before {top:50%}

    .lib-theme ul li a {width: 100px; height: 100px;}
    .lib-theme ul li{height: 150px; text-align: center;}
    .lib-theme ul li > p {font-size: 1.0rem; width:80%; margin: 0 10%; text-align: center;}
    .main_title {font-size: 20px;}

  
}
