.sch-tab.type2 ul, #m_designers .gender-tab ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    text-align: center;
    margin: 0 1.6rem !important;
}

.sch-tab.type2 ul li, #m_designers .gender-tab ul li {
    width: 33.33%;
    border: 1px solid #000;
    border-right: 0;
    position: relative;
    padding: 0;
}

.sch-tab.type2 ul li:first-child, #m_designers .gender-tab ul li:first-child {
    border-radius: 6px 0 0 6px;
}

.sch-tab.type2 ul li:last-child, #m_designers .gender-tab ul li:last-child {
    border-right: 1px solid #000;
    border-radius: 0 6px 6px 0;
}

.sch-tab.type2 ul li a span, #m_designers .gender-tab ul li a span {
    display: block;
    padding: 8px;
    position: relative;
    line-height: 1.5rem;
}

.sch-tab.type2 ul li.on, #m_designers .gender-tab ul li.on {
    background: #000;
}

.sch-tab.type2 ul li.on a, #m_designers .gender-tab ul li.on a {
    color: #fff;
}

.sch-tab.type2 {
    margin-top: 0;
}

.sch-tab.type2 ul {
    margin: 0;
}

.sch-tab.type2 .bar, .gender-tab .bar {
    display: none;
}

.sch-tab.type1 ul li, .main-tab.type3 li {
    background: #fff;
    border-bottom: 2px solid #dfdfdf;
    border-color: #DFDFDF !important;
}

.sch-tab.type1 ul li.on, .main-tab.type3 li.on {
    background: #fff;
    border-bottom: 2px solid #000;
}

.sch-tab.type1 ul li.on a, .main-tab.type3 li.on a {
    letter-spacing: -0.03rem;
    color: #aaa;
    font-weight: normal;
    padding: 0 0;
    line-height: 4rem;
    display: block;
    position: relative;
    font-size: 1.2rem;
}

.sch-tab.type1 ul li a:before, .main-tab.type3 li a:before {
    display: none;
}

/* 헤더_검색전 */
.sch-tab {
    position: relative;
}

.sch-tab ul:after {
    content: '';
    display: block;
    clear: both;
}

.sch-tab li {
    float: left;
    text-align: center;
    vertical-align: top;
}

.sch-tab li a {
    display: block;
    font-size: 1.4rem;
    color: #aaa;
}

.sch-tab li.on a {
    color: #000;
}

.sch-tab.type1 {
    margin: 0 0 0;
}

.sch-tab.type1 li {
    border-width: 1px !important;
    border-color: #DFDFDF !important;
    margin-bottom: 0rem !important;
    width: 50%;
    border-bottom: 2px solid #dfdfdf
}

.sch-tab.type1 li a {
    position: relative;
    padding: 0rem 0 0rem;
    font-size: 1.2rem;
    color: 000;
    line-height: 4rem;
}

.sch-tab.type1 li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #000;
    box-sizing: border-box;
}

.sch-tab.type1 li a .ko {
    font-size: 1.2rem;
}

.sch-tab.type1 li.on {
    background: #000;
}

.sch-tab.type1 li.on a {
    color: #fff;
}

.sch-tab.type2 {
    margin-top: 2.6rem;
    text-align: center;
}

.sch-tab.type2 .bar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0.5rem;
    height: 0.1rem;
    background: #000;
}

.sch-tab.type2 ul {
    display: inline-block
}

.sch-tab.type2 li {
    padding: 0 1.2rem
}

.sch-tab.type2 li a {
    padding: 0
}

.sch-tab.type2 li span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.1rem;
    font-size: 1.3rem;
    line-height: 1.2rem
}

.sch-tab.type2 li.on a {
    font-weight: 700 !important;
}

.schPop {
    display: none;
    padding: 0 1.6rem
}

.schResult {
    position: relative;
    margin-top: 2rem;
    border-top: 0.1rem solid #e5e5e5
}

/* animation */
.schHistory.visible li {
    opacity: 1;
}

div.gnb_util ul li.s1 a.nav-link-wish.on:after {
    background: url("https://static.balaan.co.kr/mobile/img/ico/ico_common3.png") no-repeat;
    background-size: 32rem;
    background-position: -20.8rem 0 !important;
}

.btn-brand-wish {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 3.8rem !important;
    height: 2.8rem !important;
}

.btn-brand-wish img {
    width: 2rem !important;
    /*height: 2rem !important;*/
}

.type_bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    padding: 0.8rem 0 0.6rem;
    z-index: 10;
    position: sticky;
    top: 3.5rem;
    width: 100%;
}

.type_bar > div.type_bar_inner {
    display: flex;
    justify-content: space-evenly;
    width: calc(100% - 2.6rem);
    margin: 0 1.3rem;
    background-color: #f6f6f6;
    padding: 0.25rem 0;
    border-radius: 0.6rem;
}

.type_bar > div.type_bar_inner > div {
    padding: 0.7rem 0;
    min-width: 4.4rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    width: 9.3rem;

}

.type_bar > div.type_bar_inner > div > span {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Noto' !important;
    padding: 0 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row;
}

.type_bar > div.type_bar_inner > div.sale {
    color: #bd081c;
}

.type_bar > div.type_bar_inner > div.on:before {
    font-size: 100px;
}

.type_bar > div.type_bar_inner > div.on {
    background-color: white;
    border-radius: 0.6rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    color: black;
    border-right: 0;
}

.type_bar.fixed.top50 {
    top: 8.5rem;
}

.type_bar.fixed {
    transition: top 0.3s ease;
}

.oneday-delivery-tab span {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

#lnb-main .runout{
    color: #bd081c;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 0.15rem;
}
