@charset "utf-8";
/* subpage title */
.sub-page-top {
    padding: 35px 0 25px 0;
}

.sub-page-top > .sub-page-title {
    display: flex;
}

.sub-page-top > .sub-page-title > span {
    align-self: center;
}

.sub-page-top > .sub-page-title > .page-title {
    font-size: 32px;
    font-weight: 700;
}

.sub-page-top > .sub-page-title > .page-desc {
    font-size: 17px;
    font-weight: 400;
}

.sub-page-top > .sub-page-title > span + span {
    margin-left: 10px;
}

@media(max-width: 768px) {
    .sub-page-top {
    }

    .sub-page-top > .sub-page-title {
        padding: 0 10px;
    }

    .sub-page-top > .sub-page-title > span {
    }

    .sub-page-top > .sub-page-title > .page-title {
        font-size: 24px;
    }

    .sub-page-top > .sub-page-title > .page-desc {
        font-size: 15px;
    }

    .sub-page-top > .sub-page-title > span + span {
    }
}

/* sub page menu */
.page-wrap-block .page-top-wrap {
    position: relative;
    margin: 35px 0 35px 0;
}

.page-wrap-block .page-top-wrap > ul {
    position: relative;
    display: flex;
}

.page-wrap-block .page-top-wrap > ul > li {
}

.page-wrap-block .page-top-wrap > ul > li:not(:last-child) {
    margin-right: 8px;
}

.page-wrap-block .page-top-wrap > ul > li > a {
    position: relative;
    display: block;
    min-width: 130px;
    height: 46px;
    line-height: 46px;
    white-space: nowrap;
    text-align: center;
    background-color: #f3f4f6;
    border: 1px solid #f3f4f6;
    font-weight: 600;
    color: #9ca3af;
    border-radius: 8px;
}

.page-wrap-block .page-top-wrap > ul > li > a:not(.on):hover {
    background-color: #fff;
    border-color: var(--accent);
    color: var(--accent);
}

.page-wrap-block .page-top-wrap > ul > li > a.on {
    background-color: var(--accent);
    border-color: var(--accent);
    color: #fff;
}
@media (max-width: 768px) {
    .page-wrap-block .page-top-wrap {
        position: relative;
        margin: 25px 0 25px 0;
        padding: 0 10px;
    }

    .page-wrap-block .page-top-wrap > ul {
    }

    .page-wrap-block .page-top-wrap > ul > li {
    }

    .page-top-wrap > ul > li:not(:last-child) {
        margin-right: 5px;
    }

    .page-wrap-block .page-top-wrap > ul > li > a {
        position: relative;
        display: block;
        min-width: 90px;
        height: 42px;
        font-size: 14px;
        line-height: 42px;
        border-radius: 6px;
    }

    .page-wrap-block .page-top-wrap > ul > li > a:not(.on):hover {
    }

    .page-wrap-block .page-top-wrap > ul > li > a.on {
    }
}

.page-wrap-flex .page-top-wrap {
    position: relative;
    margin: 35px 0 35px 0;
}

.page-wrap-flex .page-top-wrap > ul {
    position: relative;
    display: block;
    padding: 25px;
    background-color: #f9fafb;
    border-radius: 8px;
}

.page-wrap-flex .page-top-wrap > ul > li {
}

.page-wrap-flex .page-top-wrap > ul > li:not(:last-child) {
    margin-right: 8px;
}

.page-wrap-flex .page-top-wrap > ul > li > a {
    position: relative;
    display: block;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    font-weight: 600;
    color: #9ca3af;
}

.page-wrap-flex .page-top-wrap > ul > li > a:not(.on):hover {
    color: var(--accent);
}

.page-wrap-flex .page-top-wrap > ul > li > a.on {
    color: var(--accent);
}

.page-wrap-flex .page-wrap-container > .content-wrapper {
    margin: 35px 0;
}

@media (max-width: 768px) {
    .page-wrap-flex .page-top-wrap {
        position: relative;
        margin: 25px 0 25px 0;
        padding: 0;
    }

    .page-wrap-flex .page-top-wrap > ul {
        position: relative;
        display: flex;
        padding: 12px 8px;
        background-color: #f9fafb;
        border-radius: 8px;
        max-width: 100%;
        overflow-x: auto;
    }

    .page-wrap-flex .page-top-wrap > ul > li {
    }

    .page-wrap-flex > ul > li:not(:last-child) {
        margin-right: 5px;
    }

    .page-wrap-flex .page-top-wrap > ul > li > a {
        position: relative;
        display: block;
        min-width: unset;
        height: 31px;
        font-size: 14px;
        line-height: 31px;
        border-radius: 0;
    }

    .page-wrap-flex .page-top-wrap > ul > li > a:not(.on):hover {
    }

    .page-wrap-flex .page-top-wrap > ul > li > a.on {
    }

    .page-wrap-flex .page-wrap-container > .content-wrapper {
    }
}


/* --------------------------- */
.inner-form-wrap { position: relative; width: 100%; max-width: 560px; margin: 25px auto; padding: 35px; border: 3px solid #5083f2; border-radius: 16px; }
.inner-form-wrap > .form-title { position: absolute; top: -30px; left: calc( 50% - 30px ); width: 60px; height: 60px; background-color: #5083f2; text-align: center; color: #fff; font-weight: 600; border-radius: 50%; z-index: 2; line-height: 1; display: inline-flex; align-self: center; align-items: center; justify-content: center; }
.inner-form-wrap > .form-header { position: relative; margin: 12px 0; }
.inner-form-wrap > .form-header > h2 { }
.inner-form-wrap > .form-header > p { font-size: 15px; margin: 8px 0; letter-spacing: -1px; font-weight: 500; }
.inner-form-wrap > .form-header > span { font-size: 13px; letter-spacing: -1px; margin-top: 3px; }
.inner-form-wrap > .form-header > .check-custom { position: relative; margin: 12px; 0; display: flex; justify-content: center; }
.inner-form-wrap > .form-header > .check-custom > .check-privacy { }
.inner-form-wrap > .form-header > .check-custom > label { align-self: center; margin-left: 3px; cursor: pointer; }
.inner-form-wrap > .form-header > .check-custom > a { display: inline-block; margin-left: 5px; font-size: 12px; color: #5083f2; align-self: center; }
.inner-form-wrap > .form-body { margin: 35px 0 25px 0; padding: 0 50px; }
.inner-form-wrap > .form-body > dl { display: flex; margin-bottom: .5rem; }
.inner-form-wrap > .form-body > dl:last-child { margin-bottom: 0; }
.inner-form-wrap > .form-body > dl > dt { flex: 0 0 120px; max-width: 120px; font-weight: 500; text-align: left; }
.inner-form-wrap > .form-body > dl > dd { flex: 1 1 auto; max-width: calc( 100% - 120px ); text-align: left; }
.inner-form-wrap > .form-body > dl > dd > .form-input { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-select { width: 100%; padding: .5rem .75rem; border: 1px solid #ccc; }
.inner-form-wrap > .form-body > dl > dd > .form-input:focus,
.inner-form-wrap > .form-body > dl > dd > .form-select:focus { border: 1px solid #5083f2; }
.inner-form-wrap > .form-button { padding: 0 50px; }
.inner-form-wrap > .form-button > button { width: 100%; background-color: #5083f2; color: #fff; text-align: center; padding: .5rem 0; border-radius: 25px; font-size: 16px; font-weight: 600; }

/* article */
.article-list-wrapper { 
    margin-top: 25px; 
}

.article-desc1 { 
    position: relative; 
    display: block; 
    border-bottom: 1px solid #ededed; 
}

.article-desc1.article-desc-list { 
    padding: 15px; 
    border: 1px solid #ededed; 
    border-radius: 8px; 
}

.article-desc1.article-desc-list ~ .article-desc-list { 
    margin-top: 12px; 
}

.article-desc1.article-desc-table { 
    padding: 15px 0 0 0; 
}

.article-desc1 > .article-list { 
    display: flex; 
}

.article-desc1 > .article-list > .article-image { 
    flex: 0 0 100px; 
    max-width: 100px; 
    padding: 0 10px; 
}

.article-desc1 > .article-list > .article-image img { 
    width: 100%; 
    height: auto; 
}

.article-desc1 > .article-list > .article-subject { 
    align-self: center; 
    flex: 1 1 auto; 
    max-width: calc( 100% - 260px ); 
    padding: 0 15px; 
}

.article-desc1 > .article-list > .article-subject > .star { }

.article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { 
    margin-left: 3px; 
}

.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
.article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { 
    font-size: 16px; 
}

.article-desc1 > .article-list > .article-subject > p { 
    padding: 10px 0 15px 0; 
}

.article-desc1 > .article-list > .article-subject > span { 
    color: var(--colorgray); 
    white-space: nowrap; 
    font-size: 14px; 
}

.article-desc1 > .article-list > .article-subject > span + span { 
    margin-left: 10px; 
}

.article-desc1 > .article-list > .article-name { 
    flex: 0 0 60px; 
    max-width: 60px; 
    align-self: center; 
    text-align: center; 
    color: var(--colorgray); 
}

.article-desc1 > .article-list > .article-date { 
    flex: 0 0 100px; 
    max-width: 100px; 
    align-self: center; 
    text-align: center; 
    color: var(--colorgray); 
}

.article-desc1 > .article-list > .article-btn { 
    align-self: center; 
    margin-left: auto; 
}

.article-desc1 > .article-content { 
    padding: 8px 15px 12px 70px; 
}

.article-desc1 > .article-content > .desc-content { 
    padding: 25px; 
    background-color: var(--boxbrbase); 
}

.article-desc1 > .article-content img { 
    width: auto; 
    max-width: 100%; 
    height: auto; 
}

.article-desc1 > .article-flex { 
    position: relative; 
    display: flex; 
}

.article-desc1 > .article-flex.article-header { 
    background-color: #fafafa;  
    border-top: 2px solid #131313; 
    border-bottom: 1px solid #ededed; 
}

.article-desc1 > .article-flex > div { 
    display: inline-block; 
    padding: .75rem .75rem; 
    text-align: center; 
    font-size: 15px; 
    align-self: center; 
}

.article-desc1 > .article-flex > div.num { 
    flex: 0 0 60px; 
    max-width: 60px; 
}

.article-desc1 > .article-flex > div.state { 
    flex: 0 0 120px; 
    max-width: 120px; 
}

.article-desc1 > .article-flex > div.subject { 
    flex: 1 1 auto; 
}

.article-desc1 > .article-flex > div.name { 
    flex: 0 0 100px; 
    max-width: 100px; 
}

.article-desc1 > .article-flex > div.date { 
    flex: 0 0 100px; 
    max-width: 100px; 
}

.article-desc1 > .article-body > div.subject { 
    text-align: left; 
    cursor: pointer; 
}

.article-desc1 > .article-body > div.subject > span { 
    position: relative; 
}

.article-desc1 > .article-body > div.subject > span:after { 
    position: absolute; 
    content: '\f023'; 
    font-family: 'FontAwesome'; 
    font-size: 14px; 
    right: -15px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: var(--darkgray); 
}

.article-desc1 > .article-body > div.state > span { 
    display: block; 
    padding: .375rem .75rem; 
    background-color: var(--accent); 
    border: 1px solid var(--accent); 
    color: #fff; 
    text-align: center; 
}

.article-desc1 > .article-body > div.state.ready > span { 
    background-color: #fff; 
    border: 1px solid var(--darkgray); 
    color: #131313; 
}

.article-list-wrapper ~ .article-btn { 
    margin: 25px 0; 
}

.article-desc1 > .article-body ~ .article-body { 
    border-top: 1px solid #ededed; 
}

.article-btn { 
    display: flex; 
    justify-content: flex-end; 
}

.article-btn .btn_write { 
    display: inline-block; 
    padding: 8px 12px; 
    border: 1px solid var(--accent); 
    color: #fff; 
    background-color: var(--accent); 
    border-radius: 6px; 
    min-width: 120px; 
    text-align: center; 
}

@media(max-width: 768px) {
    .article-desc1.article-desc-list {
        padding: 15px;
        border: 1px solid #ededed;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .article-desc1.article-desc-list ~ .article-desc-list {
        margin-top: -1px;
    }

    .article-desc1 > .article-list {
        flex-wrap: wrap;
    }

    .article-desc1 > .article-list > .article-image { 
        flex: 0 0 90px; 
        max-width: 90px; 
        padding: 0 10px; 
    }
    
    .article-desc1 > .article-list > .article-image img { 
        width: 100%; 
        height: 70px;
    }
    
    .article-desc1 > .article-list > .article-subject { 
        align-self: center; 
        flex: 1 1 calc( 100% - 90px ); 
        max-width: calc( 100% - 90px ); 
        padding: 0 10px; 
    }
    
    .article-desc1 > .article-list > .article-subject > .star .star_div:not(:first-child) { 
        margin-left: 3px; 
    }
    
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:before,
    .article-desc1 > .article-list > .article-subject > .star .star_wrap .star_div:after { 
        font-size: 14px; 
    }
    
    .article-desc1 > .article-list > .article-subject > p { 
        padding: 10px 0 15px 0; 
    }
    
    .article-desc1 > .article-list > .article-subject > span { 
        color: #b4b4b4;
    }
    
    .article-desc1 > .article-list > .article-name { 
        flex: 0 0 auto; 
        max-width: 100px;
        margin-top: 10px;
        text-align: left;
    }
    
    .article-desc1 > .article-list > .article-date { 
        flex: 0 0 auto; 
        max-width: 100px; 
        margin-top: 10px;
        margin-left: 10px;
    }
    
    .article-desc1 > .article-list > .article-btn { 
        align-self: flex-end; 
    }
    
    .article-desc1 > .article-content { 
        padding: 8px 15px 12px 46px; 
        font-size: 12px; 
    }
    
    .article-desc1 > .article-flex > div { 
        display: inline-block; 
        padding: .75rem .375rem; 
        text-align: center; 
        font-size: 12px; 
        align-self: center; 
    }
    
    .article-desc1 > .article-flex > div.num { 
        flex: 0 0 40px; 
        max-width: 40px; 
    }
    
    .article-desc1 > .article-flex > div.state { 
        flex: 0 0 70px; 
        max-width: 70px; 
    }
    
    .article-desc1 > .article-flex > div.subject { 
        flex: 1 1 auto; 
    }
    
    .article-desc1 > .article-flex > div.name { 
        flex: 0 0 70px; 
        max-width: 70px; 
    }
    
    .article-desc1 > .article-flex > div.date { 
        display: none; 
    }
    
    .article-desc1 > .article-body > div.subject { 
        text-align: left; 
        cursor: pointer; 
    }
    
    .article-desc1 > .article-body > div.state > span { 
        padding: .375rem 0; 
        white-space: nowrap; 
    }
    
    .article-btn .btn_write { 
        border-radius: 6px; 
        min-width: 90px; 
        font-size: 14px; 
        margin-right: 10px; 
    }
}

.list-filter-sort {
    position: relative;
    display: flex;
    margin-bottom: 25px;
}
.list-filter-sort > .total-count {
    align-self: center;
}
.list-filter-sort > .total-count > span {
}
.list-filter-sort > .total-count > span b {
    display: inline-block;
    color: var(--fontaccent);
    font-weight: 700;
    margin-left: 3px;
}
.list-filter-sort > .sort-item-row {
    position: relative;
    margin-left: auto;
    display: flex;
}
.list-filter-sort > .sort-item-row > li {
    position: relative;
    font-size: 12px;
    border: 1px solid #d1d5db;
    color: #4b5563;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
}
.list-filter-sort > .sort-item-row > li.active,
.list-filter-sort > .sort-item-row > li:hover {
    background-color: #4b5563;
    border: 1px solid #4b5563;
    color: #fff;
}
.list-filter-sort > .sort-item-row > li + li {
    margin-left: 3px;
}

@media(max-width: 768px) {
    .list-filter-sort {
        padding: 0 10px;
    }
    .list-filter-sort > .total-count {
    }
    .list-filter-sort > .total-count > span {
    }
    .list-filter-sort > .total-count > span b {
    }
    .list-filter-sort > .sort-item-row {
    }
    .list-filter-sort > .sort-item-row > li {
    }
    .list-filter-sort > .sort-item-row > li.active,
    .list-filter-sort > .sort-item-row > li:hover {
    }
    .list-filter-sort > .sort-item-row > li + li {
    }
}

.search-item-list {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.item-list {
    position: relative;
    padding: 0 15px;
    margin-bottom: 15px;
}
.item-box {
    position: relative;
    padding: 0;

}
.item-box > .list-image {
    position: relative;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 35px;
}

.item-box > .list-image > a {
    position: relative;
    display: block;
}
.item-box > .list-image > a img {
    width: 100%;
    height: auto;
}
.item-box > .list-image > a > .item-color {
    position: absolute;
    background-color: #f9fafb;
    border-radius: 12px;
    padding: 4px 8px;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%); 
    display: flex;
}
.item-box > .list-image > a > .item-color .color-bg {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
}
.item-box > .list-image > a > .item-color .color-bg:last-child {
    margin-right: 0;
}
.item-box > .list-image > .list-tags {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 5px;
    left: 0;
    right: 0;
    font-family: 'SCDream5';
    font-size: 12px;
}
.item-box > .list-image > .list-tags > .tag {
    color: var(--fontaccent);
    position: relative;
}
.item-box > .list-image > .list-tags > .tag:before {
    content: '#';
}
.item-box > .list-image > .list-tags > .tag:not(:first-child) {
    margin-left: 5px;
}
.item-icon-wrap {
    position: absolute;
    display: flex;
    top: 8px;
    left: 8px;
}
.item-icon-wrap > .item_icon {
    flex: 0 0 auto;
    margin-right: 3px;
    min-width: 35px;
}
.item-icon-wrap > .item_icon > .ic {
    font-size: 12px;
    font-family: 'SCDream4';
}
.item-box > .list-name {
    margin-top: 15px;
}
.item-box > .list-name > a {
    position: relative;
    display: block;
    background-color: #6b7280;
    border-radius: 25px;
    color: #fff;
    font-family: 'SCDream5';
    font-size: 16px;
    text-align: center;
    line-height: 34px;
}
.item-box > .list-price {
    position: relative;
    margin: 15px 15px 10px 15px;
}
.item-box > .list-price > li {
    display: flex;
    justify-content: center;
    font-family: 'SCDream4';
    font-size: 14px;
    line-height: 23px;
}
.item-box > .list-price > li.cp {
    color: #9ca3af;
}
.item-box > .list-price > li > b {
    position: relative;
    display: inline-block;
    font-weight: 400;
}
.item-box > .list-price > li > span {
    position: relative;
    display: inline-block;
    padding-left: 8px;
}
.item-box > .list-price > li > span.strike:before {
    position: absolute;
    top: 50%;
    left: 8px;
    right: 5px;
    width: 100%;
    height: 1px;
    background-color: #9ca3af;
    content: '';
    transform: translateY(-50%);
}
.item-box > .list-price > li.sp {
    color: #374151;
    font-size: 16px;
}
.item-box > .list-price > li.sp > b:before,
.item-box > .list-price > li.sp > span:before {
    position: absolute;
    top: calc( 100% - 2px );
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #374151;
    content: '';
}
.item-box > .list-price > li.mp {
    color: var(--fontaccent);
    font-size: 18px;
    font-family: 'SCDream5';
    line-height: 28px;
}
.item-box > .list-btn {
}
.item-box > .list-btn > a {
    position: relative;
    display: flex;
    justify-content: flex-end;
}
.item-box > .list-btn > a > span {
    align-self: center;
    font-family: 'SCDream5';
    font-size: 15px;
    color: #111827;
}
.item-box > .list-btn > a > span.ico-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-color: #111827;
    margin-left: 5px;
    border-radius: 6px;
}

@media(max-width: 768px) {
    .search-item-list {
        margin: 0;
        padding: 0 10px;
    }
    .item-list {
        padding: 0 5px;
    }
    .item-box {
        position: relative;
        padding: 0;

    }
    .item-box > .list-image {
        position: relative;
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 15px;
    }

    .item-box > .list-image > a {
        position: relative;
        display: block;
    }
    .item-box > .list-image > a img {
        width: 100%;
        height: auto;
    }
    .item-box > .list-image > a > .item-color {
        position: absolute;
        background-color: #f9fafb;
        border-radius: 12px;
        padding: 4px 8px;
        bottom: 3px;
        left: 50%;
        transform: translateX(-50%); 
        display: flex;
    }
    .item-box > .list-image > a > .item-color .color-bg {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 50%;
        margin-right: 5px;
    }
    .item-box > .list-image > a > .item-color .color-bg:last-child {
        margin-right: 0;
    }
    .item-box > .list-image > .list-tags {
        bottom: 2px;
        font-family: 'SCDream3';
        font-size: 11px;
    }
    .item-box > .list-image > .list-tags > .tag {
        color: var(--fontaccent);
        position: relative;
    }
    .item-box > .list-image > .list-tags > .tag:before {
        content: '#';
    }
    .item-box > .list-image > .list-tags > .tag:not(:first-child) {
        margin-left: 5px;
    }
    .item-icon-wrap {
        position: absolute;
        display: flex;
        top: 8px;
        left: 8px;
    }
    .item-icon-wrap > .item_icon {
        flex: 0 0 auto;
        margin-right: 3px;
        min-width: 35px;
    }
    .item-icon-wrap > .item_icon > .ic {
        font-size: 11px;
        font-family: 'SCDream3';
        line-height: 18px;
    }
    .item-box > .list-name {
        margin-top: 15px;
    }
    .item-box > .list-name > a {
        background-color: #6b7280;
        border-radius: 25px;
        font-size: 14px;
        line-height: 27px;
    }
    .item-box > .list-price {
        position: relative;
        margin: 15px 0 10px 0;
    }
    .item-box > .list-price > li {
        display: flex;
        justify-content: center;
        font-family: 'SCDream4';
        font-size: 12px;
        line-height: 21px;
    }
    .item-box > .list-price > li.cp {
        color: #9ca3af;
    }
    .item-box > .list-price > li > b {
        position: relative;
        display: inline-block;
        font-weight: 400;
    }
    .item-box > .list-price > li > span {
        position: relative;
        display: inline-block;
        padding-left: 8px;
    }
    .item-box > .list-price > li > span.strike:before {
        position: absolute;
        top: 50%;
        left: 5px;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #9ca3af;
        content: '';
        transform: translateY(-50%);
    }
    .item-box > .list-price > li.sp {
        color: #374151;
        font-size: 14px;
    }
    .item-box > .list-price > li.sp > b:before,
    .item-box > .list-price > li.sp > span:before {
        position: absolute;
        top: calc( 100% - 2px );
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: #374151;
        content: '';
    }
    .item-box > .list-price > li.mp {
        color: var(--fontaccent);
        font-size: 18px;
        font-family: 'SCDream5';
        line-height: 32px;
    }
    .item-box > .list-btn {
        display: none;
    }
    .item-box > .list-btn > a {
        position: relative;
        display: flex;
        justify-content: flex-end;
    }
    .item-box > .list-btn > a > span {
        align-self: center;
        font-family: 'SCDream5';
        font-size: 15px;
        color: #111827;
    }
    .item-box > .list-btn > a > span.ico-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        background-color: #111827;
        margin-left: 5px;
        border-radius: 6px;
    }
}

/* ¶óµð¿À ¹öÆ° */
.custom-radio-wrap {
    position: relative;
    display: flex;
}

.custom-radio-wrap > .custom-radio-box {
    position: relative;
    --radio-size: 17px;
    --padding-label: 1.5;
}

.custom-radio-wrap > .custom-radio-box + .custom-radio-box {
    margin-left: 10px;
}

.custom-radio-wrap > .custom-radio-box > input[type="radio"] {
    display: none;
}

.custom-radio-wrap > .custom-radio-box > input[type="radio"] + label {
    position: relative;
    display: flex;
    padding-left: calc(var(--radio-size) * var(--padding-label));
    cursor: pointer;
}

.custom-radio-wrap > .custom-radio-box > label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--radio-size);
    height: var(--radio-size);
    border: 1px solid var(--darkgray);
    border-radius: 50%;
    content: '';
}

.custom-radio-wrap > .custom-radio-box > label > span {
    display: inline-block;
    align-self: center;
    color: var(--darkgray);
}

.custom-radio-wrap > .custom-radio-box > label > .radio-label {
    font-size: 14px;
    padding-top: 1px;
}

.custom-radio-wrap > .custom-radio-box > label > .svg-icon {
    position: absolute;
    --icon-size: 17px;
    --icon-left: 2px;
    --icon-top: 4px;
    width: var(--icon-size);
    height: var(--icon-size);
    left: var(--icon-left);
    top: var(--icon-top);
    color: var(--darkgray);
}

.custom-radio-wrap > .custom-radio-box > input[type="radio"]:checked + label:before {
    border: 1px solid var(--radio-color, var(--darkblue));
}

.custom-radio-wrap > .custom-radio-box> input[type="radio"]:checked + label > .radio-label {
    color: var(--radio-color, var(--darkblue));
}

.custom-radio-wrap > .custom-radio-box> input[type="radio"]:checked + label > .svg-icon {
    color: var(--radio-color, var(--darkblue));
}

/* Ã¼Å©¹Ú½º */
.custom-checkbox-wrap {
    position: relative;
    display: flex;
}

.custom-checkbox-wrap > .custom-checkbox-box {
    position: relative;
    --checkbox-size: 17px;
    --padding-label: 1.5;
}

.custom-checkbox-wrap > .custom-checkbox-box + .custom-checkbox-box {
    margin-left: 10px;
}

.custom-checkbox-wrap > .custom-checkbox-box > input[type="checkbox"] {
    display: none;
}

.custom-checkbox-wrap > .custom-checkbox-box > input[type="checkbox"] + label {
    position: relative;
    display: flex;
    padding-left: calc(var(--checkbox-size) * var(--padding-label));
    cursor: pointer;
}

.custom-checkbox-wrap > .custom-checkbox-box > label:before {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    border: 1px solid var(--darkgray);
    border-radius: 4px;
    content: '';
}

.custom-checkbox-wrap > .custom-checkbox-box > label > span {
    display: inline-block;
    align-self: center;
    color: var(--darkgray);
}

.custom-checkbox-wrap > .custom-checkbox-box > label > .checkbox-label {
    font-size: var(--checkbox-font-size);
    padding-top: 1px;
}

.apply-all > .custom-checkbox-box > label > .checkbox-label {
    font-weight: 600;
}

.custom-checkbox-wrap > .custom-checkbox-box > label .svg-icon {
    position: absolute;
    --icon-size: 17px;
    --icon-left: 2px;
    --icon-top: 4px;
    width: var(--icon-size);
    height: var(--icon-size);
    left: var(--icon-left);
    top: var(--icon-top);
    color: var(--darkgray);
}

.custom-checkbox-wrap > .custom-checkbox-box > input[type="checkbox"]:checked + label:before {
    border: 1px solid var(--checkbox-color, var(--darkblue));
}

.custom-checkbox-wrap > .custom-checkbox-box> input[type="checkbox"]:checked + label .svg-icon {
    color: var(--checkbox-color, var(--darkblue));
}