/*
 * Copyright © Amazon.com and Affiliates: This deliverable is considered Developed Content as defined in AWS Services Terms and the SOW between the parties dated October, 31. 2025.
 */

#quick_link:hover .quick_link_wrap {
    display: block;
}

.quick_link_wrap {
    display: none;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: transparent;
    text-align: left;
    cursor: unset;
}

.quick_link_wrap:before {
    z-index: -1;
    content: '';
    position: absolute;
    left: -703px;
    top: -1px;
    width: 1050px;
    height: 100%;
    border-top: 1px solid #ddd;
    background-color: #f1f1f2;
}

.quick_link_wrap:after {
    z-index: -1;
    content: '';
    position: absolute;
    right: -1000px;
    top: -1px;
    width: 1050px;
    height: 100%;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.quick_link_row {
    display: flex;
    width: 995px;
    height: 450px;
    margin: 0 auto;
}

.left_quick {
    width: 283px;
    padding-top: 18px;
    padding-right: 54px;
}

.brand_search {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
}

.brand_search:focus {
    border-color: #000;
}

#brand_text_search {
    width: 237px;
    height: 28px;
    padding: 4px 8px;
    outline: none;
    font-size: 14px;
}

#brand_text_search::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    opacity: 1; /* Firefox */
}

#brand_text_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
}

#brand_text_search::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
}

#brand_search_btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("https://wholesale.stylekorean.com/Content/img/new/search_icon.png?v202007230001") no-repeat;
    background-size: cover;
}

.word_class {
    display: flex;
    flex-wrap: wrap;
    margin: 10px -1px;
}

.word {
    margin: 0 1px;
}

.alphabet {
    display: block;
    padding: 2px 4px;
    background-color: transparent;
    outline: none;
    font-size: 14px;
}

.alphabet:hover {
    color: #ee2f49;
}

.search_result_row {
    border: 1px solid #ccc;
}

.result_alphabet {
    padding: 6px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    font-size: 15px;
    color: #ee2f49;
}

.search_result {
    position: relative;
    overflow: auto;
    height: 256px;
    background-color: #fff;
}

.result_word_none {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
    text-align: center;
}

.result_word_row .result_word {
    display: block;
    padding: 6px;
    font-size: 14px;
    font-weight: 100;
}

.result_word_row .result_word:hover {
    color: #fff;
    background-color: #ee2f49;
    text-decoration: none;
}

.right_quick {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    right: -125px;
    width: 740px;
    height: calc(100% - 32px);
    padding-top: 32px;
    padding-left: 54px;
    background-color: #fff;
}

.category_row {
    width: 150px;
    margin-right: 35px;
    margin-bottom: 8px;
}

.ca_tit {
    font-size: 14px !important;
    color: #000 !important;
    text-decoration: underline !important;
}

.ca_sub_tit {
    margin-top: 19px;
}

.ca_sub_tit a {
    font-size: 14px;
    font-weight: 100;
    color: #666666;
}

.ca_sub_tit a:hover {
    text-decoration: underline;
}
