@charset "UTF-8";
.store {
    /* sample 이미지 대용 */
    /* MSI1.1.1.5.1.1.html */
}
.store .sample_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 240px;
    -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;
    background-color: #d9d9d9;
}
.store .sample_box_full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
    background-color: #d9d9d9;
}
.store .btn_wrap.store_select {
    display: inline-block;
}
.store .btn_wrap.store_select .text_arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store .btn_wrap.store_select .text_arrow > .text {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4166666667;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store .btn_wrap.store_select .text_arrow > .arrow_icon {
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_arrow_down_20_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .btn_wrap .icon_popup_parking 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);
}
.store .btn_wrap .icon_popup_parking i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/ico_map_24_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .btn_wrap .icon_popup_showroom 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);
}
.store .btn_wrap .icon_popup_showroom i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/ico_showroom_24_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .icon_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.store .icon_wrap > 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);
}
.store .icon_wrap .icon_next_arrow {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .icon_wrap i.icon_next_arrow {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .detail_full_box {
    overflow: hidden;
    display: block;
    position: relative;
    width: 100vw;
    top: 0;
    left: 50%;
    font-size: 0;
    line-height: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.store .detail_full_box > img {
    width: 100%;
}
.store .detail_full_box.full {
    height: 100%;
}
.store .list_row {
    margin-top: 12px;
}
.store .list_row_title {
    margin-top: 32px;
    border-bottom: 1px solid #EAEBEA;
}
.store .list_row_title .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    -webkit-box-align: bottom;
    -webkit-align-items: bottom;
       -moz-box-align: bottom;
        -ms-flex-align: bottom;
            align-items: bottom;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store .list_row_title .title span {
    padding: 2px 1px;
    margin: 0px -1px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    font-style: normal;
    background-color: #00905C;
}
.store .list_row_title .title::before {
    content: "";
    display: block;
    width: 10px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/flag_round_c01_left.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .list_row_title .title::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/flag_round_c01_right.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .list_row > .list_item {
    border-bottom: 1px solid #EAEBEA;
}
.store .list_row > .list_item + .list_row_title {
    margin-top: 40px;
}
.store .list_wrap {
    padding-top: 16px;
}
.store .list_title {
    border-bottom: 1px solid #EAEBEA;
}
.store .list_title.box_type .title {
    display: inline-block;
    padding: 1px 11px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    border: 1px solid #00905C;
    font-size: 0;
    line-height: 0;
    background-color: #00905C;
}
.store .list_title.box_type .title span {
    display: inline-block;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store .list_title.text_type {
    padding-bottom: 16px;
}
.store .list_title.text_type .title {
    display: inline-block;
    padding-left: 0;
}
.store .list_title.text_type .title span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.25px;
    font-style: initial;
}
.store .list_title.title_type {
    border-bottom: 0px;
}
.store .list_title.title_type .title span {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store .list_title.title_type + .list_conts {
    margin-top: 16px;
}
.store .list_conts.line_style > li {
    border-bottom: 1px solid #EAEBEA;
}
.store .list_conts.line_style .list_item .text > strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store .list_conts.last_line_none li:last-child {
    border-bottom-color: transparent;
}
.store .list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store .list_item .point_box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.store .list_item .point_box .text {
    padding: 0px 8px 2px;
    -webkit-border-radius: 0 0 4px 4px;
       -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    font-size: 0;
    line-height: 0px;
    background-color: #EBF2EF;
}
.store .list_item .point_box .text span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #01A76B;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.2px;
}
.store .list_item .text_box {
    width: 100%;
}
.store .list_item .text_box > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 64px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store .list_item .text_box .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store .list_item .text_box .text > span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store .list_item .text_box .text > strong {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store .list_item .text_box .text > strong + .flag_wrap {
    margin-left: 6px;
}
.store .list_item .text_box .text.num {
    width: auto;
    padding-right: 25px;
}
.store .list_item .text_box .text > .flag_wrap {
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store .list_item .btn_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.store .list_item .btn_box button + button,
.store .list_item .btn_box a + a,
.store .list_item .btn_box a + button,
.store .list_item .btn_box button + a {
    padding-left: 16px;
    margin: 0px;
}
.store .list_item .btn_box .icon_call_blck 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);
}
.store .list_item .btn_box .icon_call_blck i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/ico_phone_24_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store .list_item .icon_box {
    width: auto;
    padding-left: 12px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store .list_item .icon_box > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store .list_item.a02 {
    padding-top: 16px;
    padding-left: 0;
    padding-bottom: 16px;
}
.store .list_boarde_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0px 16px 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store .list_boarde_item:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_arrow_right_20_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    margin-left: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: -4px;
}
.store .list_boarde_item .text_wrap p {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    text-align: left;
}
.store .list_boarde_item .text_wrap p strong {
    width: 100%;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 1.5em;
}
.store .list_boarde_item .text_wrap p span {
    color: #9B9E9C;
}
.store .list_boarde_item .text_wrap p + p {
    margin-top: 4px;
}
.store.conts {
    /* ABI-A01-001T, ABI-A01-004T, ABI-A01-008T */
    /* ABI-A01-002 */
    /* ABI-A01-005 */
    /* ABI-A01-009T, ABI-A01-010T */
    /* ABI-A01-011 */
}
.store.conts._main {
    padding-bottom: 80px;
}
.store.conts._main .sub_main_top_sec {
    position: relative;
    width: 100vw;
    height: auto;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.store.conts._main .sub_main_top_sec .slide_module {
    position: relative;
    z-index: -1;
}
.store.conts._main .sub_main_top_sec .slide_module .slide_wrap .slide_page_number {
    position: absolute;
    padding: 0 9px;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    bottom: 13px;
    right: 16px;
    background-color: rgba(23, 26, 25, 0.5019607843);
}
.store.conts._main .sub_main_top_sec .slide_module .slide_wrap .slide_page_number span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.4166666667;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._main .sub_main_top_sec .slide_module .slide_wrap .slide_content .slide_box.slide_item_img {
    position: relative;
    width: 100%;
}
.store.conts._main .sub_main_top_sec .slide_module .slide_wrap .slide_content .slide_box.slide_item_img::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 43.63%;
    z-index: 1;
    opacity: 0.4;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -moz-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
}
.store.conts._main .sub_main_top_sec .button_wrap {
    position: absolute;
    width: 100%;
    padding: 0 24px 0;
    top: 24px;
    z-index: 1;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.store.conts._main .ui_HdApp_tab.buildings {
    position: relative;
    top: -34px;
    margin-top: 0;
    padding: 0;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs {
    display: inline-block;
    margin-bottom: 0px;
    padding: 0px;
    padding-right: 48px;
    background-image: url("https://www.ehyundai.com/images/mo/store/bg_shape_store_white.png");
    background-position: right top;
    background-repeat: no-repeat;
    -moz-background-size: 48px 34px;
         background-size: 48px 34px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #FFFFFF;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
       -moz-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: auto;
    border: 0px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li > a {
    display: inline-block;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 16px;
    border: 0px;
    font-size: 0px;
    line-height: 0px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li > a > span {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.25px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li:first-child {
    padding-left: 24px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li.on > a > span {
    font-weight: 700;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li + li {
    position: relative;
    margin: 0px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li + li > a > span {
    margin-left: 8px;
    padding-left: 9px;
}
.store.conts._main .ui_HdApp_tab.buildings > .tabs > ul > li + li > a > span::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    top: 50%;
    left: 0px;
    background-color: #EAEBEA;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.store.conts._main .ui_HdApp_tab.buildings > .tab_conts {
    padding-left: 16px;
    padding-right: 16px;
}
.store.conts._main .info_box {
    display: block;
    position: relative;
    padding: 20px 20px 24px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    -webkit-box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.12);
       -moz-box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.12);
    background-color: #FFFFFF;
    z-index: 10;
}
.store.conts._main .info_box > .title {
    padding-bottom: 20px;
    border-bottom: 1px solid #EAEBEA;
}
.store.conts._main .info_box > .title p {
    display: none;
}
.store.conts._main .info_box > .title p.on {
    display: block;
}
.store.conts._main .info_box > .title span {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._main .info_box > .title span + span {
    margin-top: 4px;
}
.store.conts._main .info_box > .title strong {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    margin-right: 4px;
    font-family: "Happiness-Sans";
}
.store.conts._main .info_box > .title + .detail {
    margin-top: 20px;
}
.store.conts._main .info_box > .detail .text_explanation > li p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store.conts._main .info_box > .detail .text_explanation > li p span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._main .info_box > .detail .text_explanation > li p span.title {
    min-width: 72px;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    color: #9B9E9C;
    font-weight: 400;
}
.store.conts._main .info_box > .detail .text_explanation > li p span.title + .text {
    width: 100%;
}
.store.conts._main .info_box > .detail .text_explanation > li + li {
    margin-top: 8px;
}
.store.conts._main .info_box > .detail + .service {
    margin-top: 24px;
    margin-right: -20px;
    margin-left: -20px;
}
.store.conts._main .info_box .service {
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.store.conts._main .info_box .service::-webkit-scrollbar {
    display: none;
}
.store.conts._main .info_box .service_list {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._main .info_box .service_list > li {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store.conts._main .info_box .service_list > li + li {
    margin-left: 8px;
}
.store.conts._main .info_box .service_list > li:first-of-type {
    padding-left: 20px;
}
.store.conts._main .info_box .service_list > li:last-of-type {
    padding-right: 20px;
}
.store.conts._main .info_box .service_list .btn_wrap {
    display: inline-block;
}
.store.conts._main .info_box .service_list .btn_wrap button, .store.conts._main .info_box .service_list .btn_wrap a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 12px 12px 8px;
    -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
            border-radius: 24px;
    background-color: #F7F7F7;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._main .info_box .service_list .btn_wrap button::before, .store.conts._main .info_box .service_list .btn_wrap a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_location_16_gray.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    margin-right: 4px;
}
.store.conts._main .info_box .service_list .btn_wrap button > span, .store.conts._main .info_box .service_list .btn_wrap a > span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.2px;
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_parking::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_parking::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_location_16_gray.png");
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_calender::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_calender::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_calendar_16_gray.png");
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_call::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_call::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_call_16_gray.png");
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_guide::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_guide::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_info_16_gray.png");
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_bus::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_bus::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_bus_16_gray02.png");
}
.store.conts._main .info_box .service_list .btn_wrap button.icon_waiting::before, .store.conts._main .info_box .service_list .btn_wrap a.icon_waiting::before {
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_visual_reservation_16_gray.png");
}
.store.conts._main .info_box + .mini_slide_banner {
    margin-top: 24px;
}
.store.conts._main .info_box + .guide_tab_wrap {
    margin-top: 40px;
}
.store.conts._main .mini_slide_banner {
    margin-left: -10px;
    margin-right: -10px;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts {
    padding: 0 10px;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 20px 10px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    background-color: #FFFFFF;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item > .text {
    width: 100%;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item > .text strong {
    display: block;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4666666667;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item > .text span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    opacity: 0.5;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item > .text p + p {
    margin-top: 4px;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item > .img {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-size: 0;
    line-height: 0;
    width: 88px;
    height: 88px;
    background-image: url("https://www.ehyundai.com/images/mo/store/img_mini_slide_banner_02.jpg");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item._event {
    background-color: #d6f3e9;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item._event > .img {
    background-image: url("https://www.ehyundai.com/images/mo/store/img_mini_slide_event_88.png");
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item._news {
    background-color: #ffe5f8;
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_content .slide_track .slide_conts .mini_slide_item._news > .img {
    background-image: url("https://www.ehyundai.com/images/mo/store/img_mini_slide_88.png");
}
.store.conts._main .mini_slide_banner .ui_HdApp_carousel .slide_controls {
    display: none !important;
}
.store.conts._main .mini_slide_banner + .guide_tab_wrap {
    padding-top: 40px;
}
.store.conts._main .guide_tab_wrap .ui_HdApp_tab.inline_type > .tabs {
    position: sticky;
    top: 50px;
    left: 0;
    z-index: 10;
    background: white;
}
.store.conts._main .guide_tab_wrap .ui_HdApp_tab.inline_type > .tab_conts {
    padding-right: 24px;
    padding-left: 24px;
}
.store.conts._main .service_facillty {
    margin-top: 32px;
}
.store.conts._main .service_facillty ul > li {
    border-bottom: 1px solid #EAEBEA;
}
.store.conts._main .service_facillty ul > li .head.mix_type {
    padding: 16px 0px;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle .icon_wrap i.icon_open_arrow {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.ehyundai.com/images/mo/store/ico_arrow_up_16_black.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all ease-in 0.3s;
    -moz-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child {
    display: block;
    width: 100%;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child .text_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child .text_box .text {
    margin-top: 8px;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child .text_box .text span {
    white-space: initial;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child .text_box .text strong {
    width: 100%;
    white-space: initial;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .ui_accord_toggle:first-child .text_box .text + .text {
    margin-top: 0px;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .btn_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -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;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .btn_wrap .icon_call_blck 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);
}
.store.conts._main .service_facillty ul > li .head.mix_type > .btn_wrap .icon_call_blck i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mobilehome2/new/ico_phone_24_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store.conts._main .service_facillty ul > li .head.mix_type > .btn_wrap + .ui_accord_toggle {
    margin-left: 16px;
}
.store.conts._main .service_facillty ul > li.on .head.mix_type .ui_accord_toggle .icon_wrap i.icon_open_arrow {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.store.conts._main .service_facillty ul > li:first-child .head.mix_type {
    padding-top: 0px;
}
.store.conts._main .service_facillty ul > li:last-child {
    border-color: transparent;
}
.store.conts._main .service_facillty ul > li:last-child .head.mix_type {
    padding-bottom: 0px;
}
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item {
    padding-bottom: 16px;
}
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .images_wrap + .text_wrap {
    margin-top: 16px;
}
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > p,
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > pre {
    white-space: pre-wrap;
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > p + p, .store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > p + pre,
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > pre + p,
.store.conts._main .service_facillty ul > li .ui_accord_content .content_item .text_wrap > pre + pre {
    margin-top: 12px;
    white-space: pre-wrap;
}
.store.conts._main div.tab_wrap.inner_type > .tabs {
    margin-left: -24px;
    margin-right: -24px;
}
.store.conts._main div.tab_wrap.inner_type > .tabs > ul > li:first-of-type {
    margin-left: 24px;
}
.store.conts._main div.tab_wrap.inner_type > .tabs > ul > li:last-of-type {
    margin-right: 24px;
}
.store.conts._list {
    padding: 24px 24px 80px !important;
}
.store.conts._list .sub_page_title {
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store.conts._list .sub_page_title > .text_wrap {
    width: 100%;
}
.store.conts._list .sub_page_title > .text_wrap .text {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: auto;
    word-break: break-all;
    padding-right: 24px;
}
.store.conts._list .sub_page_title > .btn_wrap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store.conts._list .sub_page_conts {
    padding: 0px;
}
.store.conts._list .sub_page_conts .list_wrap {
    padding: 0px;
    margin-top: 40px;
}
.store.conts._restaurant {
    padding: 0 24px 80px !important;
}
.store.conts._restaurant .restaurant_detail {
    position: relative;
}
.store.conts._restaurant .restaurant_detail > .info {
    margin-top: -4px;
    padding-top: 32px;
    padding-bottom: 40px;
}
.store.conts._restaurant .restaurant_detail > .info > .title {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._restaurant .restaurant_detail > .info > .title > em {
    display: block;
    margin-right: 8px;
}
.store.conts._restaurant .restaurant_detail > .info > .title span {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store.conts._restaurant .restaurant_detail > .info > .title > strong {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store.conts._restaurant .restaurant_detail > .info > .title + .text {
    margin-top: 12px;
}
.store.conts._restaurant .restaurant_detail > .info > .text > .sample_text > p {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    word-break: keep-all;
    opacity: 0.5;
}
.store.conts._restaurant .restaurant_detail > .info > .text + .point {
    margin-top: 20px;
}
.store.conts._restaurant .restaurant_detail > .info > .menu + .text {
    margin-top: 16px;
}
.store.conts._restaurant .restaurant_detail > .info > .point > ul > li {
    position: relative;
    padding-left: 10px;
}
.store.conts._restaurant .restaurant_detail > .info > .point > ul > li::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    bottom: initial;
    right: initial;
    display: block;
    -webkit-transform: translate(0, -50%);
       -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    background-color: #171A19;
}
.store.conts._restaurant .restaurant_detail > .info > .point > ul > li + li {
    margin-top: 8px;
}
.store.conts._restaurant .restaurant_detail > .info > .point > ul > li p {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._restaurant .restaurant_detail > .info > .point > ul > li em {
    font-style: normal;
    font-weight: 700;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_title {
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_title .title span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.25px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_title + .list_menu_conts {
    margin-top: 24px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts > ul > li + li .text_type {
    margin-top: 20px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts > ul > li + li .img_type {
    margin-top: 16px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type .title_box {
    width: auto;
    max-width: 65.15%;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type .title_box span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type .line_space_box {
    width: auto;
    min-width: 27px;
    height: 1px;
    -webkit-flex-shrink: 2;
        -ms-flex-negative: 2;
            flex-shrink: 2;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background-color: #EAEBEA;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type .text_box {
    width: auto;
    min-width: 55px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: right;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.text_type .text_box span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .btn_wrap.img_box {
    width: auto;
    max-width: 120px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    overflow: hidden;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .btn_wrap.img_box > button {
    position: relative;
    overflow: hidden;
    width: auto;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .btn_wrap.img_box > button .icon_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .btn_wrap.img_box > button .icon_popup_plus {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url("https://www.ehyundai.com/images/mo/store/icon_plus_em_24_green.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-position: center;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .text_box {
    width: 100%;
    margin-left: 24px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .text_box span {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._restaurant .restaurant_detail .list_menu_wrap .list_menu_conts .list_menu_item.img_type .text_box span + span {
    margin-top: 4px;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._restaurant .restaurant_detail + .restaurant_detail {
    padding-top: 48px;
}
.store.conts._restaurant .restaurant_detail + .restaurant_detail::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 8px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #F7F7F7;
}
.store.conts._map {
    padding: 0px 24px 80px !important;
}
.store.conts._map .map_detail .map_detail_title {
    padding-top: 24px;
}
.store.conts._map .map_detail .map_detail_title .title {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store.conts._map .map_detail .map_detail_title .title + .text {
    margin-top: 12px;
}
.store.conts._map .map_detail .map_detail_title .text {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(23, 26, 25, 0.5019607843);
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .map_detail_title + .map_detail_conts {
    margin-top: 24px;
}
.store.conts._map .map_detail .map_detail_conts > div.tab_wrap {
    margin: 0px;
}
.store.conts._map .map_detail .map_detail_conts > div.tab_wrap > .tabs {
    margin-left: -24px;
    margin-right: -24px;
}
.store.conts._map .map_detail .map_detail_conts > div.tab_wrap > .tab_conts {
    margin-top: 32px;
}
.store.conts._map .map_detail .map_detail_conts .btm_notice_line {
    margin-left: -8px;
    margin-right: -8px;
}
.store.conts._map .map_detail .parking_list > ul > li + li {
    margin-top: 24px;
}
.store.conts._map .map_detail .parking_list > ul > li .title span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .parking_list > ul > li .title + .text {
    margin-top: 4px;
}
.store.conts._map .map_detail .parking_list > ul > li .text p {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .transport_title span {
    display: block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4444444444;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .transport_title + .transport_conts {
    margin-top: 20px;
}
.store.conts._map .map_detail .transport .subway_wrap > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store.conts._map .map_detail .transport .subway_wrap > dl > dt {
    width: auto;
    margin-right: 15px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store.conts._map .map_detail .transport .subway_wrap > dl > dt span {
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .subway_wrap > dl > dd {
    width: 100%;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > * + * {
    margin-left: 8px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    -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;
    background-color: transparent;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.6666666667;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.2px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line.line_05 {
    background-color: #705290;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line.line_05 + .title {
    color: #705290;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line.line_09 {
    background-color: #9c8b47;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title > .subway_line.line_09 + .title {
    color: #9c8b47;
}
.store.conts._map .map_detail .transport .subway_wrap .subway > .subway_title + .subway_conts {
    margin-top: 13px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway .subway_conts > .title span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway .subway_conts > .text p {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    word-break: keep-all;
}
.store.conts._map .map_detail .transport .subway_wrap .subway .subway_conts > .text + .title {
    margin-top: 12px;
}
.store.conts._map .map_detail .transport .subway_wrap .subway + .subway {
    margin-top: 32px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_title span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_title span + p {
    margin-top: 4px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_title p {
    display: block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_title + .bus_conts {
    margin-top: 17px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts ul > li + li {
    margin-top: 13px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line::before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 8px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.2px;
    -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;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line strong {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line strong + span {
    margin-left: 16px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line.line_g:before {
    content: "G";
    background-color: #35b32c;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line.line_g strong {
    color: #35b32c;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line.line_b::before {
    content: "B";
    background-color: #22449b;
}
.store.conts._map .map_detail .transport .bus_wrap .bus_conts .bus_line.line_b strong {
    color: #22449b;
}
.store.conts._map .map_detail .transport .bus_wrap > .bus + .bus {
    margin-top: 40px;
}
.store.conts._map .map_detail .transport + .transport {
    margin-top: 56px;
}
.store.conts._boarde_list {
    padding: 16px 24px 80px !important;
}
.store.conts._boarde_list .sub_page_conts .list_wrap {
    padding-top: 0px;
}
.store.conts._boarde_list .sub_page_conts .list_wrap .list_title.title_type + .list_conts {
    margin-top: 32px;
}
.store.conts._boarde_list .sub_page_conts .list_wrap .list_conts > li:first-child .list_boarde_item {
    padding-top: 0px;
}
.store.conts._boarde_list .sub_page_conts .list_wrap .list_conts > li:last-child .list_boarde_item {
    padding-bottom: 0px;
}
.store.conts._boarde_list .sub_page_conts .list_wrap .list_add_view {
    margin-top: 40px;
}
.store.conts._boarde_list .sub_page_conts .list_wrap .list_add_view .btn_wrap .btn.border {
    width: 100px;
}
.store.conts._boarde_list .sub_page_conts .btn_wrap .more_line {
    width: auto;
    padding: 0 20px;
    border: 1.4px solid #171A19;
    -webkit-border-radius: 25px;
       -moz-border-radius: 25px;
            border-radius: 25px;
    background-color: #FFFFFF;
}
.store.conts._boarde_list .sub_page_conts .btn_wrap .more_line span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 2.4285714286;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts {
    padding-top: 0px !important;
    /* ABI-A01-006P, ABI-A01-007P */
    /* ABI-A01-016P */
    /* ABI-A01-012P */
    /* ABI-A01-013B */
}
.store.lay_conts._restaurant {
    padding: 0 24px 80px !important;
    /* ABI-A01-006 */
    /* ABI-A01-007 */
}
.store.lay_conts._restaurant .restaurant_detail > .detail_full_box + .info {
    margin-top: 24px;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu {
    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: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu > [class$=_box] strong {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4444444444;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu > [class$=_box] span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu .title_box {
    width: auto;
    max-width: 63%;
    padding-right: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu .line_space_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu .line_space_box > i {
    width: 100%;
    height: 1px;
    background-color: #EAEBEA;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu .text_box {
    width: auto;
    min-width: 64px;
    padding-left: 16px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    text-align: right;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .menu + .text {
    margin-top: 16px;
}
.store.lay_conts._restaurant .restaurant_detail > .info > .text > p {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    opacity: 0.5;
}
.store.lay_conts._restaurant .menu_images {
    padding-bottom: 80px;
}
.store.lay_conts._work_date {
    padding-top: 16px !important;
}
.store.lay_conts._work_date .work_date {
    padding-bottom: 68px;
}
.store.lay_conts._work_date .work_date .work_text {
    padding: 0 8px 32px;
}
.store.lay_conts._work_date .work_date .work_text .today_text span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._work_date .work_date .work_text .today_text strong {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
    margin-left: 8px;
    margin-right: 4px;
}
.store.lay_conts._work_date .work_date .work_text .today_text + .work_time {
    margin-top: 20px;
}
.store.lay_conts._work_date .work_date .work_text .work_time > ul > li {
    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: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store.lay_conts._work_date .work_date .work_text .work_time > ul > li + li {
    margin-top: 8px;
}
.store.lay_conts._work_date .work_date .work_text .work_time .text {
    width: auto;
    min-width: 51px;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
}
.store.lay_conts._work_date .work_date .work_text .work_time .text span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._work_date .work_date .work_text .work_time .time {
    width: 100%;
    padding-left: 20px;
}
.store.lay_conts._work_date .work_date .work_text .work_time .time span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._work_date .work_date .work_text + .view_calendar_wrap {
    position: relative;
    padding-top: 48px;
}
.store.lay_conts._work_date .work_date .work_text + .view_calendar_wrap::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 8px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #F7F7F7;
}
.store.lay_conts._work_date .work_date .view_calendar {
    position: relative;
    padding: 0 6px 22px;
}
.store.lay_conts._work_date .work_date .view_calendar_wrap {
    padding: 40px 0;
    margin: 0px -2px;
}
.store.lay_conts._work_date .work_date .view_calendar_title {
    text-align: center;
    line-height: 0px;
}
.store.lay_conts._work_date .work_date .view_calendar_title strong {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -1px;
    font-family: "Happiness-Sans";
}
.store.lay_conts._work_date .work_date .view_calendar_title + .store.lay_conts._work_date .work_date .view_calendar_date {
    margin-top: 17px;
}
.store.lay_conts._work_date .work_date .view_calendar_table {
    display: table;
    width: 100%;
    margin-top: 32px;
    border-collapse: collapse;
}
.store.lay_conts._work_date .work_date .view_calendar_table th {
    padding-bottom: 15px;
}
.store.lay_conts._work_date .work_date .view_calendar_table th span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._work_date .work_date .view_calendar_table td {
    text-align: center;
    vertical-align: middle;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap {
    overflow: hidden;
    position: relative;
    margin: 3px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%;
    z-index: 1;
    background-color: transparent;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.today::before {
    background-color: #01A76B;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.today .day_item_day span {
    color: #FFFFFF;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.today.on .day_item_state .on {
    background-color: #FFFFFF;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.on .day_item_state .on {
    display: block;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.off .day_item_day span {
    color: #EB3912;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.off .day_item_state .off {
    display: block;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.past .day_item_day span {
    color: #D4D6D4;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_wrap.next .day_item_day span {
    color: #D4D6D4;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_day span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    text-indent: -1px;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_state {
    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;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_state em {
    display: none;
    width: 6px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_state em.on {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #01A76B;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_state em.off {
    background-color: #EB3912;
}
.store.lay_conts._work_date .work_date .view_calendar .day_item_state .text {
    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);
}
.store.lay_conts._work_date .work_date .view_calendar_state {
    padding: 16px 20px;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    background-color: #F7FAF9;
}
.store.lay_conts._work_date .work_date .view_calendar_state > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.store.lay_conts._work_date .work_date .view_calendar_state > ul > li + li {
    margin-left: 34px;
}
.store.lay_conts._work_date .work_date .view_calendar_state .state::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
}
.store.lay_conts._work_date .work_date .view_calendar_state .state span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
    padding-left: 8px;
}
.store.lay_conts._work_date .work_date .view_calendar_state .state.on::before {
    background-color: #EB3912;
}
.store.lay_conts._work_date .work_date .view_calendar_state .state.off::before {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background-color: #01A76B;
}
.store.lay_conts._boarde_view {
    padding: 16px 24px 0px !important;
}
.store.lay_conts._boarde_view .view_boarde {
    padding-bottom: 80px;
}
.store.lay_conts._boarde_view .view_boarde.simple .title_wrap {
    padding: 0 4px 16px;
    border-bottom: 1px solid #EAEBEA;
}
.store.lay_conts._boarde_view .view_boarde.simple .title_wrap > .title {
    word-break: keep-all;
    -webkit-hyphens: none;
}
.store.lay_conts._boarde_view .view_boarde.simple .title_wrap > .title strong {
    word-break: keep-all;
    -webkit-hyphens: none;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._boarde_view .view_boarde.simple .title_wrap > .title + .date {
    margin-top: 8px;
}
.store.lay_conts._boarde_view .view_boarde.simple .title_wrap > .date span {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._boarde_view .view_boarde.simple .conts_wrap {
    padding: 16px 4px 0;
}
.store.lay_conts._boarde_view .view_boarde.simple .conts_wrap p {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Pretendard" !important;
    letter-spacing: -0.4px;
}
.store.lay_conts._select {
    padding-top: 0;
}
.store ._store_news {
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* AS-IS내 삽입되는 신규 템플릿 */
}
.store ._store_news .hash_tag {
    padding: 12px 24px;
}
.store ._store_news .hash_tag ul li {
    display: inline-block;
    margin-right: 16px;
}
.store ._store_news .hash_tag ul li > a {
    font-size: 14px;
    font-weight: 700;
    color: #00805a;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
    font-family: "Happiness-Sans" !important;
}
.store ._store_news .coupon_sec {
    padding: 12px 16px;
}
.store ._store_news .coupon_sec .coupon_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 17px 0 17px 16px;
    border: 1px solid #EAEBEA;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.store ._store_news .coupon_sec .coupon_wrap + .coupon_wrap {
    margin-top: 24px;
}
.store ._store_news .coupon_sec .coupon_wrap .img {
    width: 60px;
    min-height: 60px;
    height: auto;
    margin-right: 12px;
    background-color: #9B9E9C;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    overflow: hidden;
}
.store ._store_news .coupon_sec .coupon_wrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.store ._store_news .coupon_sec .coupon_wrap .info {
    width: 100%;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.store ._store_news .coupon_sec .coupon_wrap .info dl dt .branch {
    font-size: 12px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
.store ._store_news .coupon_sec .coupon_wrap .info dl dt .tit {
    font-size: 14px;
    font-weight: 700;
    color: #171A19;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: auto;
}
.store ._store_news .coupon_sec .coupon_wrap .info dl dd {
    margin-top: 6px;
}
.store ._store_news .coupon_sec .coupon_wrap .info dl dd .date {
    font-size: 12px;
    font-weight: 400;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
.store ._store_news .coupon_sec .coupon_wrap .util_wrap {
    position: relative;
    width: 84px;
    border-left: 1px solid #EAEBEA;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.store ._store_news .coupon_sec .coupon_wrap .util_wrap > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.store ._store_news .coupon_sec .coupon_wrap .util_wrap > div a {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
    color: #171A19;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
    text-decoration: underline;
}
.store ._store_news .coupon_sec .coupon_wrap.expiration {
    background-color: #F7F7F7;
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .img {
    opacity: 0.5;
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .info {
    vertical-align: top;
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .info dl dt .branch {
    font-size: 12px;
    font-weight: 700;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .info dl dt .tit {
    font-size: 14px;
    font-weight: 700;
    color: #9B9E9C;
    line-height: 1.4;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .info dl dd {
    margin-top: 6px;
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .info dl dd .date {
    font-size: 12px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
.store ._store_news .coupon_sec .coupon_wrap.expiration .util_wrap p {
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #9B9E9C;
    line-height: 1.5;
    letter-spacing: -0.4px !important;
    font-family: "Happiness-Sans";
}
/*# sourceMappingURL=maps/store_thdi.css.map */