@charset "utf-8";

.adsbymadang_top_banner_container {
    position: relative;
    width: 100%;
    max-height: 48px;
    z-index: 3;
}
.adsbymadang_top_banner_container > .swiper-wrapper {
    height: auto;
}
.adsbymadang_top_banner_slide {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    /* min-height: 48px; */
    /* padding: 12px 0; */
}
/* .adsbymadang_top_banner_slide > .inbox {
    display: flex;
    align-items: center;
} */
.adsbymadang_top_banner_text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1200px;
    font-size: 16px;
    padding: 12px 0;
    margin: 0 auto;
    color: #fff;
}
#top {
    position: relative;
    top: 0;
    min-height: 86px;
    height: 86px;    
    background-color: #fff;
    border-bottom: solid 1px #F3F3F3;
    z-index: 103;
}
.top_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
#main_logo {
    display: inline-flex;
    height: 100%;
}
#main_logo a {
    display: flex;
    align-items: center;
    justify-content: center;    
}
#main_logo img {
    width: 104px;
    vertical-align: middle;
}

.top_right_wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: auto;
}
.sns_wrapper {
    display: inline-flex;
    height: 100%;
}
.sns_wrapper ul {
    height: 100%;
}
.sns_wrapper li {
    height: 100%;
}
.sns_wrapper a {    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sns_wrapper a > img {
    width: 40px;
    height: 40px;
}

.search_user_wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-left: 9px;
}
.search_user_wrap > a {
    color: #3A3A3A;
    font-size: 15px;
    font-weight: 500;
    margin-right: 20px;
    cursor: pointer;
}
.top_seller_btn {
    color: #fff;
    font-size: 14px;
    padding: 4px 12px;
    background-color: #3281f9;
    border-radius: 4px;
    margin-right: 4px;
}
.search_user_wrap > .top_search {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 348px;
    height: 100%;
    margin-right: 40px;
    border: none;
    background: none;
    cursor: auto;
}
.top_contain {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    background: none;
}
.top_class {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    background: none;
}
/*.fvr_count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 12px;
    right: 5px;
    width: 24px;
    font-size: 10px;
    font-weight: 200;
    line-height: 1;
    color: #fff;  
    padding: 2px 0;  
    background-color: #f05a28;
    border-radius: 8px;
}*/
.top_chat {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    background: none;
}
.top_chat.active::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #3281f9;
}
.search_user_wrap > .top_member {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 114px;
    max-width: 114px;
    padding: 8px 0;
    margin-right: 0;
    margin-left: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #000;
    cursor: pointer;
}
.top_mobile_member {
    display: none;
}
.case_input {
    width: 18em;
    font-size: 16px;
    border: none;
}
.case_search_window {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    width: 414px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.case_input_container {
    position: relative;
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 24px;
}
.case_input_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px 5px 15px;
    border: 1px solid #DEE2E7;
    border-radius: 36px;
    /*margin-right: 16px;*/
}
.case_input_close_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    padding-left: 16px;
    padding-right: 16px;
}
.case_input_close_btn > img {
    width: 14px;
    height: 14px;
}
/*.reset_recent {
    font-size: 12px;
}
.recent_item,
.result_item {
    font-size: 14px;
}*/
.search_type_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.search_type_wrap > label {
    width: 50%;
    cursor: pointer;
}
.search_type_wrap > label > span {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #6D6D6D;
    padding: 18px 0;
}
.search_type_wrap > label > input:checked ~ span {
    color: #364653;
}
.search_type_wrap > label > input:checked ~ span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #364653;
}
.total_search_radio_wrap {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.total_search_radio_wrap:first-child {
    margin-right: 8px
}
.total_search_radio_wrap label {
    padding-left: 18px !important;
}
.result_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
}
.result_wrap.case_search_wrap {
    display: none;
}
.recent_result_title_wrap {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 24px 8px;
}
.result_title_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.reset_recent {
    font-size: 12px;
    color: #acacac;
    margin-left: auto;
    cursor: pointer;
}
.result_title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #777;
}
.case_search_wrap .result_title {
    padding: 0 24px 8px;
}
.result_input_title {
    color: #364653;
}
.recent_item_wrap,
.result_item_wrap {
    position: relative;
    display: block;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;        
    width: 100%;
    margin-top: 12px;
    padding: 0 24px;
    max-height: 400px;
    overflow-y: auto;
}
.recent_item,
.result_item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    margin-bottom: 16px;
    cursor: pointer;
}
.recent_item > img,
.result_item > img {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    margin-right: 8px;
}
.no_recent,
.no_item_no_result {
    width: 100%;
    font-size: 16px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}
.no_item_no_result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.no_item_no_result > img {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
}
.no_item_no_result > span {
    color: #2C2C2C;
}
.no_result_title {
    font-size: 16px;
    font-weight: 600;
}
.no_result_desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
}
.no_result_desc_point {
    font-weight: 600;
}
.case_addr_wrap {
    margin-top: 2px;
}
.case_addr_wrap,
.case_state_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.recent_item.case span.state,
.result_item.case span.state {
    font-size: 10px;
    font-weight: 500;
    padding: 2px 8px;
    border-radius: 12px;
    margin-right: 4px;
}
.recent_item.case span.state.tri_red,
.result_item.case span.state.tri_red {
    color: #ba252b;
    background-color: rgba(252,61,70,0.1);
}
.recent_item.case span.state.tri_blue,
.result_item.case span.state.tri_blue {
    color: #2f80ed;
    background-color: rgba(47,128,237,0.1);
}
.recent_item.case span.state.tri_gray,
.result_item.case span.state.tri_gray {
    color: #828282;
    background-color: rgba(109,119,132,0.1);
}
.recent_item.case span.case_num,
.result_item.case span.case_num {
    position: relative;
    margin-right: 12px;
    font-weight: 500;
    padding-right: 12px;
}
.recent_item.case span.case_num::after,
.result_item.case span.case_num::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #3a3a3a;
}
.recent_item.case span.addr,
.result_item.case span.addr {
    font-size: 12px;
    color: #777;
    padding-top: 4px;
}
.recent_item.case span.bubwon,
.result_item.case span.bubwon {
    font-weight: 500;
}
.case_search_membership_banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 4px 4px;
    margin-top: 8px;
}
.case_search_membership_banner > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    margin-right: 4px;
}
.case_search_membership_banner > p {
    font-size: 12px;
    font-weight: 300;
    color: #777;
}
.top_search > div:not(.case_search_window) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 7px 5px 15px;
    border: 1px solid #DEE2E7;
    border-radius: 36px;
}
.top_search > div:not(.case_search_window) > span {
    font-size: 16px;
    font-weight: 400;
    color: #8080809A;
}
.top_search .top_search_img_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 28px;
    min-width: 29px;
    min-height: 28px;
    line-height: 24px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
}
.top_search .top_search_img_wrap > img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
.top_contain > img {
    width: 21px;
    height: 21px;
}
.top_chat > img {    
    height: 21px;
}
.top_member > img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

#gnb {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 60px;
    z-index: 11;
    background-color: #fff;
    border-bottom: 1px solid #eee;    
}
.gnb_wrap {
    position: relative;
    height: 100%;
}
.gnb_wrap > div {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
}
.gnb_wrap > div > div {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
    /*justify-content: center;*/
    height: 100%;
}
.gnb_wrap > div > div.membership::before {
    content: attr(data-label-text);
    display: block;
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 2px;
    background-color: #2b80eb;
    white-space: nowrap;
}
.study_gnb_label::before {
    content: attr(data-label-text);
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    padding: 0px 6px;
    border-radius: 2px;
    background-color: #FF456C;
    white-space: nowrap;
}
.gnb_wrap > div > div > a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
}
.gnb_wrap > div > div.tutoring > a::before {
    content: 'EVENT';
    /*display: block;*/
    display: none;
    position: absolute;
    top: -10px;
    right: -14px;
    font-size: 10px;
    color: #ba252b;
    transform: rotate(15deg);
}
.gnb_wrap > div > div.e_odream > a > img {
    position: absolute;
    top: -4px;
    right: -10px;
}
.gnb_wrap .membership > a > span {
    color: #4166B9;
}
/*.gnb_wrap > div > div.mapsearch > a::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -12px;
    width: 18px;
    height: 7px;
    background: url(../images/icon/beta.png) no-repeat;
}*/
.now_menu {
    position: relative;    
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    cursor: pointer;
}
.now_menu_wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.now_menu_title {
    font-size: 16px;
    white-space: nowrap;
}
.now_menu_arrow {
    font-size: 10px;
    margin-top: 3px;
    margin-left: 8px;
}
.menu_select_wrap {
    position: absolute;
    display: none;
    top: 34px;
    left: 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
    z-index: 9;
}
.menu_select_wrap a {
    display: block;
    font-size: 16px;
    color: #364653;
    padding: 12px 24px;
    white-space: nowrap;
    text-align: center;
}
.menu_select_wrap a.on {
    font-weight: 500;
    color: #3281f9;
}
.menu_select_wrap a:hover {
    background-color: #eaeaea;    
}
.hidden {
    display: none;
}
.gnb_tooltip {
    position: absolute;
    top: 52px;
    left: 21%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 13px;
    background-color: #3281f9;
    white-space: nowrap;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: 1px 5px 6px rgba(0,0,0,0.16);
}
.gnb_tooltip::after {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top:8px solid none;
    border-bottom: 8px solid #3281f9;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.back_button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.back_button > i {
    font-variation-settings:
        'FILL' 0,
        'wght' 400,
        'GRAD' 0,
        'opsz' 24
}
@media screen and (max-width: 1200px) {
    .adsbymadang_top_banner_text {
        padding: 12px 16px;
    }
}
@media screen and (max-width: 1024px) {
    .now_menu_arrow {
        margin-top: 1px;
    }
    .menu_select_wrap {
        top: 28px;
    }
    .gnb_tooltip {
        min-width: auto;
        font-size: 13px;
    }
    .case_input {
        width: 12em;
        font-size: 14px;
    }
}
@media screen and (max-width: 980px) {
    .top_search {
        width: 200px;
    }
    /*.fvr_count {
        right: 0;
    }*/
}
@media screen and (max-width: 840px) {
    .gnb_tooltip {
        top: 42px;
    }
    .search_user_wrap > .top_search {
        width: 280px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 768px) {
    #gnb {
        display: none;
    }
    #top {
        min-height: 60px;
        height: 60px;
    }
    #main_logo img {
        width: 80px;
        margin-top: 2px;
    }
    .sns_wrapper {
        display: none;
    }
    .search_user_wrap > .top_contain,
    .search_user_wrap > .top_class,
    .search_user_wrap > .top_chat {
        margin-right: 10px;
    }
    .search_user_wrap > .top_member {
        margin-left: 10px;
    }
    .gnb_wrap > div > div > a {
        font-size: 16px;
    }
    /*.fvr_count {
        top: 8px;
        right: 0;
    }*/
    .top_chat.active::before {
        top: 10px;
    }
    .case_input {
        width: 8em;
        font-size: 14px;
    }
    .case_search_window {
        top: 50px;
    }
}
@media screen and (max-width: 686px) {
    .top_contain,
    .top_class,
    .top_chat,
    .top_membership,
    .search_user_wrap > .top_member {
        display: none;
    }
    .search_user_wrap > .top_mobile_member {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 34px;
        height: 34px;
        margin-right: 0;
        cursor: pointer;
    }
    .top_mobile_member > img {
        /*width: 16px;*/
        height: 16px;
    }
    .search_user_wrap > .top_search {
        width: 10em;
        margin-right: 0;
    }
    .top_search > div:not(.case_search_window) {
        padding: 5px 8px;
    }
    .top_search > div:not(.case_search_window) > span {
        font-size: 12px;
    }
    .top_search .top_search_img_wrap {
        width: 18px;
        height: 17px;
        min-width: 18px;
        min-height: 17px;
        line-height: 14px;
    }
    .top_search .top_search_img_wrap > img {
        width: 11px;
        height: 11px;
    }
    .gnb_wrap > div {
        justify-content: space-between;
    }
    .gnb_wrap > div > div {
        width: auto;
        margin-right: 0;
    }
    .gnb_wrap > div > div.study::before {
        top: 0;
    }
}
@media screen and (max-width: 600px) {
    .now_menu {
        margin-left: 12px;
    }
    .now_menu_title {
        font-size: 14px;
    }
    .gnb_tooltip:not(.favorite_tooltip) {
        white-space: nowrap;
        top: 40px;
        right: 0;
        left: auto;
        transform: translateX(0);
        font-size: 13px;
        word-break: keep-all;
    }
    .gnb_tooltip:not(.favorite_tooltip)::after {
        left: auto;
        right: 26px;
    }
    .case_input {
        width: 7em;
        font-size: 12px;
    }
    .top_search > div:not(.case_search_window) {
        padding: 7px;
    }
    .case_search_window {
        position: fixed;
        top: 0;
        width: 100vw;
        height: 100vh;
        border-top: none;
    }
    .case_input_container {
        display: flex;
        height: 59px;
        /*padding: 9px 16px;*/
        padding: 0;
    }
    .case_input_wrap {
        padding: 7px;
        margin-left: 16px;
        /*padding: 8px 16px;*/
    }
    .result_title_wrap {
        padding: 16px;
    }
    .recent_item_wrap,
    .result_item_wrap {
        padding: 16px;
        max-height: calc(100vh - 100px);
    }
    .case_input_copy {
        width: 80%;
    }
    .adsbymadang_top_banner_slide {
        height: 45px;
        padding: 8px 0;
    }
    .adsbymadang_top_banner_text {
        font-size: 14px;
    }
    .search_type_wrap > label > span {
        padding: 12px 0;
    }
    .recent_item.case span.state,
    .result_item.case span.state {
        font-size: 10px;
    }
}
@media screen and (max-width: 320px) {
    .gnb_wrap > div > div > a {
        font-size: 14px;
    }
}