@charset "UTF-8";
/* 공통 */
.result_num {
    margin-top: 4px;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

.more_list {
    min-width: 92px;
    margin: 32px auto 0;
}

/* 결과없음 */
.no_data {
    padding: 64px 0 56px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.no_data .txt {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    color: #727573;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.no_data .txt > strong {
    display: block;
    margin-bottom: 4px;
    font-weight: 700;
}
.no_data:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 12px;
    margin-left: 0;
    vertical-align: top;
    width: 56px;
    height: 56px;
    background-image: url("https://m.ehyundai.com/images/mobilehome2/ico_nodata.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}

/* 인기 검색어 */
.head_wrap .keyword.popular {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
       -moz-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 48px;
    margin-bottom: 248px;
}
.head_wrap .keyword.popular > dl > dt {
    margin-bottom: 12px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: 900;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .keyword.popular > dl > dd > ul > li {
    display: inline-block;
}
.head_wrap .keyword.popular > dl > dd > ul > li a {
    font-size: 1rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .keyword.popular > dl > dd > ul > li + li {
    margin-left: 12px;
}
.head_wrap .no_data + .keyword {
    margin-top: 0;
    padding-top: 48px;
    border-top: 1px solid #EAEBEA;
}

/* 상단 검색 영역 */
.head_wrap {
    margin-top: 72px;
    padding: 0 20px;
}
.head_wrap .condition {
    padding-top: 8px;
}
.head_wrap .condition .input_wrap .sel {
    position: relative;
    display: block;
    padding: 16px 20px;
    border: 1px solid #E6E6E6;
}
.head_wrap .condition .input_wrap .sel .ui-select-button {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
}
.head_wrap .condition .input_wrap .sel > span {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .condition .input_wrap .sel:after {
    content: "";
    position: absolute;
    top: 16px;
    left: initial;
    bottom: 0;
    right: 16px;
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_arrow_down_black.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.head_wrap .condition .input_wrap .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 8px;
}
.head_wrap .condition .input_wrap .input input[type=text] {
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: calc(100% - 56px);
    height: 56px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    font-size: 1rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .condition .input_wrap .input input[type=text]:focus, .head_wrap .condition .input_wrap .input input[type=text]:active, .head_wrap .condition .input_wrap .input input[type=text]:visited {
    outline: none;
}
.head_wrap .condition .input_wrap .input .search {
    position: relative;
    width: 56px;
    background-color: #171A19;
}
.head_wrap .condition .input_wrap .input .search span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.head_wrap .condition .input_wrap .input .search:before {
    content: "";
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-image: url("../../images/mobilehome2/ico_search_white.svg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.head_wrap .condition .input_wrap .input.on .del {
    display: block;
}
.head_wrap .condition .input_wrap .auto_complete {
    display: none;
    position: absolute;
    top: 56px;
    width: -webkit-calc(100% - 59px);
    width: -moz-calc(100% - 59px);
    width: calc(100% - 59px);
    background-color: #FFFFFF;
    border: 2px solid #171A19;
}
.head_wrap .condition .input_wrap .auto_complete > ul {
    max-height: 105px;
    overflow: auto;
    padding: 24px 4px 24px 24px;
}
.head_wrap .condition .input_wrap .auto_complete > ul > li > a {
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .condition .input_wrap .auto_complete > ul > li > a.on {
    color: #00815A;
}
.head_wrap .condition .input_wrap .auto_complete > ul > li > a > strong {
    color: #00815A;
}
.head_wrap .condition .input_wrap .auto_complete > ul > li + li {
    margin-top: 8px;
}
.head_wrap .keyword {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 48px;
}
.head_wrap .keyword > dl dt {
    margin-bottom: 4px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.head_wrap .keyword > dl dd > p {
    font-size: 1.5rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 지점 영역 */
.branch_wrap {
    margin-top: 56px;
    padding: 0 20px;
}
.branch_wrap > h3 {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 0, 0 0);
            clip-path: polygon(0 0, 0 0, 0 0);
}
.branch_wrap .pic {
    margin-top: 12px;
}
.branch_wrap .pic > img {
    width: 100%;
}
.branch_wrap .info {
    position: relative;
    border: 1px solid #F0F5F4;
    background-color: #F7FAF9;
    padding: 28px 20px;
}
.branch_wrap .info > h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.branch_wrap .info > div > dl > dt {
    width: 75px;
}
.branch_wrap .info > div > dl > dd {
    width: -webkit-calc(100% - 78px);
    width: -moz-calc(100% - 78px);
    width: calc(100% - 78px);
}
.branch_wrap .info .info_01 {
    margin-top: 32px;
}
.branch_wrap .info .info_01 > dl > dt,
.branch_wrap .info .info_01 > dl > dd {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.branch_wrap .info .info_01 > dl + dl {
    margin-top: 4px;
}
.branch_wrap .info .info_02 {
    margin-top: 12px;
}
.branch_wrap .info .info_02 > dl + dl {
    margin-top: 4px;
}
.branch_wrap .info .info_02 > dl > dt {
    display: inline-block;
    vertical-align: top;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.branch_wrap .info .info_02 > dl > dd {
    position: relative;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.branch_wrap .info .info_02 > dl > dd.on .bullet_list > li:nth-child(n+3) {
    display: block;
}
.branch_wrap .info .info_02 > dl > dd.on .more_list {
    display: none;
}
.branch_wrap .info .info_02 > dl > dd .bullet_list > li {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.branch_wrap .info .info_02 > dl > dd .bullet_list > li + li {
    margin-top: 6px;
}
.branch_wrap .info .info_02 > dl > dd .bullet_list > li:before {
    top: 10px;
}
.branch_wrap .info .info_02 > dl > dd .bullet_list > li:nth-child(n+3) {
    display: none;
}
.branch_wrap .info .info_02 > dl > dd .more_list {
    width: 100%;
    margin: 16px 0 0;
    text-align: right;
}
.branch_wrap .info .more_view {
    position: absolute;
    top: 32px;
    right: 20px;
    text-decoration: underline;
}
.branch_wrap .info .more_view > span {
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

/* 메장 안내 */
.shop_wrap {
    margin-top: 56px;
    padding: 0 20px;
}
.shop_wrap > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.shop_wrap .shop_list {
    margin-top: 28px;
}

/* 행사 정보 */
.event_wrap {
    margin-top: 80px;
    padding: 0 20px;
}
.event_wrap > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.event_wrap .event_list {
    margin-top: 20px;
}

/* 문화센터 */
.culture_wrap {
    margin-top: 80px;
    padding: 0 20px;
}
.culture_wrap > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.culture_wrap .culture_list {
    margin-top: 20px;
}

/* 추천상품 */
.recmd_wrap {
    position: relative;
    margin-top: 80px;
    padding: 0 20px;
}
.recmd_wrap > h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}
.recmd_wrap .recmd_list {
    width: 100%;
    margin-top: 28px;
}
.recmd_wrap .txt_link {
    position: absolute;
    top: 2px;
    right: 20px;
    text-decoration: underline;
}

/* 레이어 스타일 */
.lay_pop .lay_conts.search > div {
    padding: 0;
}
.lay_pop .lay_conts.search .head_wrap {
    margin-top: 32px;
}
/*# sourceMappingURL=maps/search.css.map */