.download.support .wrp,
.search .download .wrp{
    padding-bottom: 0;
    margin-bottom:0;
}
.download-title{
    font-size:1.4em;
}
.download-text-wrp{
    padding:.5em 1em;
    text-align: center;
}
@media screen and (max-width:767px) {
    .download-text-wrp .sml{
        text-align: left;
    }
}
.category-search-wrp{
    background-color:#f9f9f3;
    padding:3em 1em;
    border-bottom:1px solid #ddd;
}
.category-search-wrp .title{
    font-weight: bold;
    font-size:1.2em;
    margin-bottom: 1em;
}
.category-search-wrp.summer{
    background-color:#f5f8f8;
    padding:3em 1em;
}
.category-search-wrp .download-icon-list{
    /* max-width:1280px; */
    max-width:1100px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap:2%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}
@media screen and (max-width:767px){
    .category-search-wrp .download-icon-list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
.category-search-wrp .download-icon-list .brand-title{
    grid-row: 1/4;
    grid-column: 1;
    font-weight: bold;
    padding:1.5em 0;
}
@media screen and (max-width:767px){
    .category-search-wrp .download-icon-list .brand-title{
        grid-row: 1;
        grid-column: 1;
    }
}
.category-search-wrp .download-icon-list .brand-title .koden{
    width:min(70%, 220px);
    margin: 0 auto 2em;
}
.category-search-wrp .download-icon-list .brand-title .lifon{
    width:min(60%, 200px);
    margin: 0 auto 2em;
}
.category-search-wrp .download-icon-list .brand-title .fredly{
    width:min(40%, 150px);
    margin: 0 auto 2em;
}
.category-search-wrp .download-icon-list .brand-title .smahot{
    width:min(50%, 170px);
    margin: 0 auto 2em;
}
.category-search-wrp .download-icon-list:last-child{
    border:none;
}
.category-search-wrp .entry{
    /* width:16%; */
    /* margin:0 !important; */
    padding-bottom:0 !important;
    border-bottom:none !important;
}
@media screen and (max-width: 767px) {
    /* .category-search-wrp .entry{
        width:33%;
    }
    .category-search-wrp .flex-between::after{
        content: '';
        display: block;
        width:33%;
        height:0;
    } */
}
.category-search-wrp .entry a{
    display: block;
    width:100%;
    /* border:1px solid #ccc; */
    padding:20px 10px;
}
.category-search-wrp .entry .cat-thumb{
    width:100%;
    height:0;
    padding:0;
    padding-bottom:50%;
    position: relative;
    overflow: hidden;
    margin:0 auto 1em;
}
.category-search-wrp .entry .cat-thumb img{
    width:100%;
    height:100%;
    object-fit: contain;
    position: absolute;
    top:0;
    left:0;
}
.category-search-wrp .entry .meta-wrp{
    width:100% !important;
}
.category-search-wrp .entry .meta-wrp .cat-title{
    display: block;
    width:100%;
    font-size:.8em;
    text-align: center;
}
/* search res*/
.search .download .entry {
    margin-bottom:2em;
    padding-bottom:2em;
    border-bottom:1px solid #ccc;
}
.search .download .entry .figure-wrp{
    width:17%;
    border:1px solid #ccc;
    padding:0;
    margin:0;
}
.search .download .entry .figure-wrp .thumb{
    position: relative;
}
.search .download .entry .thumb img{
    width:100%;
    height:100%;
    object-fit: contain;
    position: absolute;
    top:0;
    left:0;
    padding:15px;
}
@media screen and (max-width:767px) {
    .search .download .entry .figure-wrp{
        padding-top: 10px;
    }
    .search .download .entry .thumb img{
        padding:0;
    }
}
.download .entry .meta-wrp{
    width:70%;
}
/* single download */
.download-title-wrp{
    width:100%;
    margin-bottom: 2em;
}
.download .entry .download-title-wrp .thumb{
    width:17%;
    padding:0;
    padding-bottom:17%;
    border:1px solid #ccc;
    margin:0;
}
.download .entry .download-title-wrp .thumb img{
    padding:15px;
    display: block;
}
.download .entry .download-title-wrp .title-wrp{
    width:75%;
}
.download .term-wrp{
    border:1px solid #ccc;
    padding:1em 2em;
    width:100%;
    height:340px;
    overflow: scroll;
    font-size:.8em;
    margin-bottom: 3em;
}
.download .term-title{
    font-size:1.1em;
    margin-bottom: 1em;
}

.download-term li{
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.download-term li p{
    width:100%;
    display: block;
    margin-left:-1.6em;
    font-size:.9em;
    line-height:1.8;
    margin: 1em 0;
}
/* checkbox*/
.accept-btn-wrp {
    display: inline-block;
}
.accept-btn-wrp input[type="checkbox"] {
    display: none;
}
.accept-btn-wrp label {
    display: block;
    cursor: pointer;
}
.accept-btn-wrp .checkbox{
    display: block;
    position: relative;
    padding-left:2em;
}
.accept-btn-wrp .checkbox::after{
    content: '';
    display: block;
    width: 1.4em;
    height: 1.4em;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    top:calc(50% - .7em);
    left:0;
}
.accept-btn-wrp label:hover .checkbox::after{
    border-color:var(--main_blue);
    transition: 0.2s;
}
.accept-btn-wrp .checkbox::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0.25em;
    left: 0.4em;
    width: 0.65em;
    height: 0.35em;
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transform: rotate(-45deg) scale(0, 0);
    transform-origin: center center;
    border: 2px solid var(--main_blue);
    border-top-style: none;
    border-right-style: none;
}
/* === check box on ========= */
.accept-btn-wrp input[type="checkbox"]:checked + label{
    display: block;
}
.accept-btn-wrp input[type="checkbox"]:checked + label .checkbox::after {
    border-color:var(--main_blue);
}
.accept-btn-wrp input[type="checkbox"]:checked + label .checkbox::before {
    transform: rotate(-45deg) scale(1, 1);
}
.download.single .dl-btn{
    display: inline-block;
    background-color:#222;
    border-radius: 3em;
    padding:.5em 2em .75em;
    color:#fff;
    transition: all .3s;
}
.download.single .dl-btn:hover{
    background-color:var(--main_blue);
}
.download.single .dl-btn.js-disabled {
    cursor: default;
}
.download.single .dl-btn.js-disabled {
  background: #d1d1d1;
}
.cs-wrp{
    width:100%;
    max-width:640px;
    margin-left:auto;
    margin-right:auto;
    border:1px solid #ccc;
    padding:1.5em 2.5em;
}