/**details style**/
.title-pic {
    margin-top: 12px;
    margin-bottom: 24px;
}

.content_ul ul li.num {
    text-align: left;
    padding-left: 15px;
}

.content_ul ul li.text {
    padding-left: 15px;
    float: none;
    text-indent: 0;
}

.content_ul ul li.text .text1 {
    line-height: 1.45;
}

/** search style **/
.search-content .search-inner {
    display: flex;
    align-items: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
}

.search-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
}

.search-wrapper .search-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 1000px) {
    .search-wrapper .search-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        padding-left: 0;
        padding-right: 0;
        width: 95%;
    }
}

@media (min-width: 1200px) {
    .search-wrapper {
        /* padding-top: 130px; */
        padding-top: 150px;
    }
    .search-wrapper .search-inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 95%;
        width: 1200px;
    }
}

.input-search-form {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    height: 52px;
    border: 1px solid #535456;
    background-color: #ffffff;
    font-size: 1rem;
    border-radius: 4px;
}

.input-search-form.dropdown {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-search-form .pick-search-categories,
.input-search-form .search-categories {
    width: 175px;
    box-sizing: border-box;
}

.input-search-form .pick-search-categories {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px;
}

.input-search-form .pick-search-categories:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    transform: translateY(-50%);
}

.input-search-form .pick-search-categories:before {
    background-color: #000;
    content: "";
    height: 14px;
    margin-top: -7px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}

.input-search-form .search-categories {
    position: absolute;
    top: 100%;
    left: -1px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms, visibility 400ms;
    font-size: inherit;
    z-index: 1;
}

.input-search-form .search-categories ul {
    display: none;
}

.input-search-form .search-categories ul li {
    padding: 5px 0;
}

.input-search-form .pick-search-categories.show {
    border-bottom-left-radius: 0;
}

.input-search-form .pick-search-categories.show + .search-categories {
    padding: 10px;
    visibility: visible;
    opacity: 1;
    border: 1px solid #535456;
    border-top-color: #cccccc;
    background-color: #ffffff;
}

.input-search-form .pick-search-categories.show + .search-categories .categories-list {
    display: block;
}

.input-search-form .pick-search-categories.show + .search-categories .categories-list input[type=radio] {
    display: none;
}

.input-search-form .pick-search-categories.show + .search-categories .categories-list input[type=radio] + label {
    display: block;
    padding: 5px 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 200ms ease;
}

.input-search-form .pick-search-categories.show + .search-categories .categories-list input[type=radio]:checked + label {
    background-color: #3800ff22;
    /* border: 1px solid red; */
}

.input-search-form > input {
    flex: 1;
    padding: 0 1rem;
    border: none;
    border: 0;
    font-size: inherit;
    border: 0;
    outline: none;
}

.input-search-form > input:focus-within {
    outline: none;
}

.input-search-form > .btn-submit {
    width: 90px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #444444;
    border: none;
    transform: translateX(-100%);
    cursor: pointer;
}

.input-search-form > .btn-submit {
    background: #444444 url(/images/search-dark.svg) 50% 50% no-repeat;
    background-size: contain;
}

/** search detail options style **/
.search-detail-options {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1rem;
    border: 1px solid #eeeeee;
    background-color: #fafafa;
}

.search-option-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #ececec;
}

.search-option-item[class*=col] {
    position: relative;
    flex: 0 0 auto;
}

.search-option-item[class*=col] + .search-option-item[class*=col]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #ececec;
}

.search-option-item.col-6 {
    width: 50%;
}

.search-option-item.col-5 {
    width: 41.666666%;
}

.search-option-item.col-7 {
    width: 58.333333%;
}

.search-option-item:last-child {
    border-bottom: none;
}

.search-option-item .search-option-title {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-bottom: 7px;
}

.search-option-item.show .search-option-title .show {
    display: none;
}

.search-option-item .search-option-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 1px;
    height: 11px;
    transform: translateY(-50%);
    background-color: #aaaaaa;
}

.search-option-item .search-option {
    padding-left: 1rem;
}

.search-option-item .search-option > ul {
    width: 100%;
}

.search-option-item .search-option > ul > li {
    padding: 0.25rem 0.5rem;
}

.search-option-item .search-option > ul > li > input {
    display: none;
}

.search-option-item .search-option > ul > li > label {
    position: relative;
    display: inline-block;
    padding: 0.25rem 1rem 0.25rem 0;
    white-space: nowrap;
}

.search-option-item .search-option > ul > li > input:checked + label {
    color: #eb912a;
}

.search-option-item .search-option > ul > li > input[type=radio] + label::after,
.search-option-item .search-option > ul > li > input[type=checkbox] + label::after {
    display: inline-block;
    margin-left: 0.5rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #f1f1f1;
    content: "✔";
    transition: color 200ms ease;
}

.search-option-item .search-option > ul > li > input[type=radio]:checked + label::after,
.search-option-item .search-option > ul > li > input[type=checkbox]:checked + label::after {
    color: #eb912a;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label {
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    color: #444;
    background-color: transparent;
    border-radius: 50% 50%;
    transition: all 0.3s;
    overflow: hidden;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label::after {
    color: transparent;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.red {
    background-color: #faa;
    border: 1px solid #f77;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.yellow {
    background-color: #ffa;
    border: 1px solid #ee7;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.green {
    background-color: #afa;
    border: 1px solid #7f7;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.blue {
    background-color: #aaf;
    border: 1px solid #77f;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.magenta {
    background-color: #faf;
    border: 1px solid #f7f;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label.chromatic {
    background-color: #aaaaaa;
    border: 1px solid #777;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.red {
    background-color: #f00;
    border: 1px solid #a00;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.yellow {
    color: #222;
    background-color: #ff0;
    border: 1px solid #aa0;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.green {
    color: #222;
    background-color: #0f0;
    border: 1px solid #0a0;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.blue {
    background-color: #00f;
    border: 1px solid #00a;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.magenta {
    background-color: #f0f;
    border: 1px solid #a0a;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label.chromatic {
    background-image: linear-gradient(to bottom, #000 0%, #fff 100%);
    border: 1px solid #fff;
}

.search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label::after {
    display: flex;
    width: 36px;
    height: 40px;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    font-size: 1.8rem;
    color: #444;
    transform: translateY(0%);
}

@media (min-width: 1200px) {
    .search-option-item .search-option-title {
        position: relative;
        width: 120px;
        margin-bottom: 0;
    }

    .search-option-item .search-option > ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search-option-item.col-lg-6 {
        width: 50%;
    }

    .search-option-item.col-lg-5 {
        width: 41.666666%;
    }

    .search-option-item.col-lg-7 {
        width: 58.333333%;
    }
}

/** search selected options style **/
.search-selected-options-wrapper {
    display: flex;
    padding: 0.5rem 0.35rem;
    margin-top: -1px;
    border: 1px solid #535456;
    background-color: #ffffff;
}
.search-selected-options-wrapper .search-btn-area {
    flex: 0 0 auto;
    margin-left: auto;
    width: 90px;
    font-size: 0.95em;
}
.search-selected-options-wrapper .search-btn-area button {
    padding: 0.8rem 1rem;
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    background-color: #444444;
    color: #fff;
    text-align: center;
}
.search-selected-options-wrapper .search-selected-value {
    display: flex;
    align-items: center;
    padding: 0.05rem 0 0.05rem 0.35rem;
    border-radius: 3px;
    background-color: #aaaaaa;
    color: #fff;
    font-size: 0.95rem;
}
.search-selected-options ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.75rem;
    margin-top: -0.15rem;
}
.search-selected-options ul li {
    padding: 0.15rem 0.15rem;
}
.search-selected-value .option-del {
    position: relative;
    margin-left: 0.15rem;
    width: 26px;
    height: 26px;
    text-align: center;
}
.search-selected-value .option-del::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url("/images/close-x.svg") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1px;
}

.search-keyword-area {
    padding: 3px 0;
    flex-direction: row;
    justify-content: center;
}

.search-keyword-area .search-option,
.reset-btn-area .search-option {
    display: flex;
    width: 100%;
    padding: 0;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}

.search-keyword-area .form-inner-keyword {
    position: relative;
    display: flex;
    min-width: 40%;
    max-width: 100%;
    height: 42px;
    padding: 0 1rem;
    font-size: 1rem;
    font-size: inherit;
    background-color: #ffffff;
    /* border: 1px solid #535456; */
    border: 1px solid #ddd;
    outline: 0;
}

.reset-btn-area {
    height: auto;
    padding: 15px 0;
}

.reset-btn-area .reset-btn {
    display: inline-block;
    width: 5%;
    padding: 7px 15px;
    text-align: center;
    /* border-bottom: 1px solid #555; */
    color: #f1f1f1;
    background-color: #222;
    border-radius: 3px;
}

.reset-btn-area .search-option-title {
    display: none;
}

.reset-btn-area .search-option {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.reset-btn-area .search-option .blog-caution {
    display: flex;
    width: 100%;
    padding: 25px 0;
    justify-content: center;
    align-items: center;
    color: #7117ff;
}

@media screen and (max-width: 1023px) {
    .search-option-item .search-option-title:after,
    .search-option-item[class*=col] + .search-option-item[class*=col]:after {
        display: none;
    }

    .search-wrapper {
        padding: 0;
        margin-top: 80px;
    }

    .search-detail-options {
        border: 1px solid transparent;
        background-color: transparent;
    }
    
    .search-option-item {
        border-bottom: 1px solid transparent;
    }

    .search-keyword-area .form-inner-keyword {
        width: 100%;
    }

    .search-option-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        height: auto;
        column-gap: 0;
    }

    .search-option-item .search-option-title {
        /* display: none; */
        /* flex: 0 0 auto; */
        padding: 5px 0;
        margin-bottom: 0;
    }

    .search-option-item.show .search-option-title {
        display: inline-flex;
        width: 100%;
        padding: 5px 0;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .search-option-item.show .search-option-title .show {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        color: #fff;
        background-color: #bbb;
        border-radius: 50%;
        transform: scale(1.2);
    }

    .search-option-item:not(.show) .search-option-title,
    .search-option-item.show .search-option.search-select-area {
        display: none;
    }

    .search-option-item .search-option.search-select-area {
        display: flex;
        justify-content: space-evenly;
    }

    .search-option-item .search-option.search-select-area .sale-purpose {
    }

    .search-option-item .search-option {
        padding: 0;
    }

    .search-option-item .search-option > ul {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 10px 0;
        row-gap: 5px;
        column-gap: 5px;
    }

    .search-option-item .search-option > ul > li {
        display: block;
        border: 1px solid #aaa;
        border-radius: 3px;
    }

    .search-option-item .search-option > ul > li > input + label::after {
        color: #f1f1f1;
    }

    .search-option-item .search-option.color-select {
        width: 100%;
    }

    .search-option-item .search-option > ul.searchColor {
        width: 100%;
        justify-content: center;
    }

    .search-option-item .search-option > ul.searchColor > li {
        border: 0;
    }

    .search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label {
        width: 24px;
        height: 24px;
    }

    .search-option-item .search-option > ul.searchColor > li > input[type=checkbox] + label::after {
        color: transparent;
    }

    .search-option-item .search-option > ul.searchColor > li > input[type=checkbox]:checked + label::after {
        width: 24px;
        height: 30px;
        line-height: 22px;
        font-size: 1.21rem; 
        font-weight: bold;
        color: #222;
        transform: translateY(0%);
    }

    .reset-btn-area {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .search-keyword-area .search-option-title,
    .reset-btn-area .search-option-title {
        display: none;
    }

    .search-keyword-area .search-option,
    .reset-btn-area .search-option {
        column-gap: 5px;
    }

    .reset-btn-area .reset-btn {
        width: 100%;
        /* width: 60px; */
        padding: 7px 13px;
        color: #f1f1f1;
        /* background-color: #a00;
        border: 1px solid #900; */
        background-color: #555;
        border: 1px solid #777;
        border-radius: 3px;
    }

    .reset-btn-area .search-option .blog-caution {
        display: flex;
        width: 80%;
        padding: 0 0 15px;
        /* position: absolute; */
        /* top: 50%; */
        /* left: 0%; */
        justify-content: center;
        align-items: center;
        /* transform: translate(0%, -50%); */
        color: #7117ff;
        word-break: break-all;
        line-height: 1.24em;
    }

    .page-holder {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .page-holder > .page-number {
        /* padding: 5px 10px; */
    }

    .page-holder > .page-number.active, 
    .page-holder > .page-number > a {
        padding: 5px 10px;
    }

    .section .msg-content {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: calc(100vh / 2 - 102px) 0;
        font-size: 1.2em;
    }
}
