@charset "UTF-8";

/* download__page */
@media screen and (max-width:1024px) {}

@media screen and (max-width:767px) {}

/*============================
	c-contetns
============================*/
.c-contetns {
    padding-bottom: 120px;
}

.cc-search__box {
    background: #fff;
    border-radius: 40px;
    padding: 50px 5%;
}

.search__item {
    margin-bottom: 1em;

    &:last-child {
        margin-bottom: 0;
    }
}

.search__ttl {
    white-space: nowrap;
    width: 10em;
}

.search__tags {
    width: calc(100% - 10em);
    padding: 0 0 0 2%;
    border-left: solid 1px #c7c7c7;

    & li {
        margin: .5em 1em;

        & a, .form-label {
            display: block;
            width: fit-content;
            padding: 0 1em;
            color: #9ba1ac;
            line-height: 28px;
            border-radius: 14px;
            white-space: nowrap;
            text-align: center;
            background: linear-gradient(90deg, #f5f5f5, #eeedf8);
            cursor: pointer;
            font-weight: 500;
        }

        &.active a, &.active .form-label {
            background: #fff;
            border: solid 1px #e8e8fc;
        }
    }
  & input{ display: none; }
  & .form-label:hover, .form-label:active {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    transition: opacity 0.6sease;
  }
}

.cc-items .case___atc {
    width: 31.33%;
    margin: 0 1% 50px;
    max-width: none;
}

.down__cat {
    width: fit-content;
    padding: 0 1em;
    line-height: 24px;
    border-radius: 12px;
    background: linear-gradient(90deg, #f5f5f5, #eeedf8);
    text-align: center;
    font-size: 1.2rem;
    color: #9ba1ac;
    letter-spacing: 0;
    margin: 1em 0 0;
    display: inline-block;
    margin-right: .5em;
}

.down___atc.col3-atc {
    width: 31.33%;
    margin-bottom: 40px;
}

@media screen and (max-width:1024px) {
    .c-contetns {
        padding-bottom: 80px;
    }

    .cc-search__box {
        border-radius: 30px;
        padding: 40px 5%;
    }

    .search__item {
        margin-bottom: 1em;
    }

    .search__ttl {
        width: 10em;
    }

    .search__tags {
        width: calc(100% - 10em);
        padding: 0 0 0 2%;

        & li {
            margin: .5em;

            & a {

                line-height: 24px;
                border-radius: 12px;
            }
        }
    }

    .cc-items .case___atc {
        width: 31.33%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width:767px) {
    .c-contetns {
        padding-bottom: 60px;
    }

    .cc-search__box {
        border-radius: 20px;
        padding: 30px 5%;
    }

    .search__item {
        margin-bottom: 1.5em;
    }

    .search__ttl {
        width: 100%;
        padding-bottom: .5em;
        margin-bottom: .5em;
        border-bottom: solid 1px #c7c7c7;
    }

    .search__tags {
        width: 100%;
        padding: 0;
        display: flex;
        border: none;

        & li {
            margin: .5em .5em .5em 0;

            & a {

                line-height: 24px;
                border-radius: 12px;
            }
        }
    }

    .cc-items .case___atc {
        width: 100%;
        margin: 0 auto 30px;

        &:last-child {
            margin-bottom: 0;
        }
    }


    .down___atc.col3-atc {
        width: 100%;
        margin: 0 auto 30px;
    }
}

/* download-detail__page */
/*============================
	d-detail-contetns
============================*/
.d-detail-contetns {
    padding-bottom: 120px;
}

.ddc__txtwrap {
    width: 48%;
}

.form__box {
    width: 50%;
    border-radius: 30px;
    padding: 30px 2%;
}

.ddc__ttl {
    line-height: 1.5;
}

.ddc__box {
    padding: 30px 5%;
    border-radius: 15px;
}

.ddc__ul li {
    display: flex;
    margin-bottom: 1em;

    & span {
        margin-right: .5em;
        font-size: 1rem;
        color: #c7e3f9;
        margin-top: .4em;
    }
}

@media screen and (max-width:1024px) {
    .d-detail-contetns {
        padding-bottom: 80px;
    }

    .ddc__txtwrap {
        width: 48%;
    }

    .form__box {
        width: 50%;
        border-radius: 20px;
    }


    .ddc__box {
        padding: 20px 5%;
        border-radius: 10px;
    }

    .ddc__ul li {
        & span {
            margin-top: .4em;
        }
    }

}

@media screen and (max-width:767px) {
    .d-detail-contetns {
        padding-bottom: 60px;
    }

    .ddc__txtwrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .form__box {
        width: 100%;
        border-radius: 10px;
        padding: 20px 5%;
    }


    .ddc__box {
        padding: 20px 5%;
        min-height: 100px;
        border-radius: 10px;
    }

    .ddc__ul li {
        & span {
            margin-top: .4em;
        }
    }

}