.cd_soundnavi { position: relative; z-index: 10; padding: 35px 0 40px; background-color: #f0f0f0; }
.cd_soundnavi_container { width: 930px; margin: 0 auto; padding: 0 25px; text-align: center; line-height: 1.5;}
.cd_soundnavi[data-resp=true] .cd_soundnavi_container { max-width: 930px; width: auto; }
.cd_soundnavi_subtitle { font-size: 16px; font-weight: bold; }
.cd_soundnavi_title { display: inline-block;font-size: 26px; font-weight: bold; color: #ca0814; border-bottom: 1px solid #ca0814;}
.cd_soundnavi_caption { margin-top: 10px; margin-bottom: 20px; font-size: 14px; }
.cd_soundnavi_list li{ float: left; width: 175px; }
.cd_soundnavi_photo { overflow: hidden; }
.cd_soundnavi_photo img { max-width: 100%; height: auto; vertical-align: top; -webkit-transition: transform .25s ease-out; -o-transition: transform .25s ease-out; transition: transform .25s ease-out;}
.cd_soundnavi_list a:hover .cd_soundnavi_photo img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.cd_soundnavi_name { margin-top: 10px; font-size: 13px; color: #373737; font-weight: bold; }
.cd_soundnavi_list_wrap { position: relative; }
.cd_soundnavi_list_wrap .bx-controls-direction a { position: absolute; top: 50%; display: block; overflow: hidden; width: 30px; height: 0; padding-top: 61px; background-repeat: no-repeat; -webkit-transform: translateY(-60%); -ms-transform: translateY(-60%); -o-transform: translateY(-60%); transform: translateY(-60%);}
.cd_soundnavi_list_wrap .bx-prev { left: -15px; }
.cd_soundnavi_list_wrap .bx-prev.disabled { display: none; }
.cd_soundnavi_list_wrap .bx-next { right: -15px; }
.cd_soundnavi_list_wrap .bx-next.disabled { display: none; }

@media only screen and (max-width: 640px){
.cd_soundnavi[data-resp=true] { padding: 30px 18px 25px; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_container { max-width: none; margin: 0; padding: 0; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_subtitle { font-size: 11px; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_title { font-size: 16px; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_caption { margin-bottom: 12px; font-size: 12px; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_list{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_list:after{ content: ""; flex: auto;}
.cd_soundnavi[data-resp=true] .cd_soundnavi_list li{ float: none; width: auto; flex-basis: 48.24%; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_list li:nth-child(n+3) { margin-top: 15px; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_photo img { -webkit-transition: none; -o-transition: none; transition: none; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_list a:hover .cd_soundnavi_photo img { -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.cd_soundnavi[data-resp=true] .cd_soundnavi_name { margin-top: 5px; font-size: 11px; }
}
