@charset "UTF-8";

@font-face {
    font-family: "Happiness-Sans";
    font-style: "normal";
    font-weight: 400;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Regular.woff") format("woff2"), url("../../font/Happiness-Sans-Regular.woff") format("woff"), url("../../font/Happiness-Sans-Regular.ttf") format("truetype"), url("https://ehyundai.com/font/Happiness-Sans-Regular.svg#svgFontName") format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "Happiness-Sans";
    font-style: "bold";
    font-weight: 700;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Bold.woff") format("woff2"), url("../../font/Happiness-Sans-Bold.woff") format("woff"), url("../../font/Happiness-Sans-Bold.ttf") format("truetype"), url("https://ehyundai.com/font/Happiness-Sans-Bold.svg#svgFontName") format("svg"); /* Legacy iOS */
}

@font-face {
    font-family: "Happiness-Sans-Title";
    font-style: "bold";
    font-weight: 900;
    /* 브라우저&디바이스 환경에 따른 font 파일 위치 정의 */
    src: url("../../font/Happiness-Sans-Title.woff") format("woff2"), url("../../font/Happiness-Sans-Title.woff") format("woff"), url("../../font/Happiness-Sans-Title.ttf") format("truetype"), url("https://ehyundai.com/font/Happiness-Sans-Title.svg#svgFontName") format("svg"); /* Legacy iOS */
}

/* 지점안내 메인 */
#contents.store .branch_main_swiper {
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#contents.store .branch_main_swiper img {
    width: 100%;
}

#contents.store .branch_main_swiper .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

#contents.store .branch_main_swiper .swiper-horizontal {
    touch-action: pan-y;
}

#contents.store .branch_main_swiper.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

#contents.store .branch_main_swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contents.store .branch_main_swiper .swiper-slide::after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 218px;
}

#contents.store .branch_main_swiper .swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#contents.store .branch_main_swiper .swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

#contents.store .branch_main_swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

#contents.store .branch_main_swiper .swiper-controls {
    position: absolute;
    left: 50%;
    bottom: 128px;
    transform: translate(-50%, 0);
    width: 1110px;
    height: 28px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

#contents.store .branch_main_swiper .swiper-pagination {
    width: 780px;
    height: 2px;
    display: flex;
    background: rgba(255, 255, 255, 0.4);
}

#contents.store .branch_main_swiper .swiper-pagination-progressbar-fill {
    background: #fff;
    width: 100%;
    height: 2px;
    transform-origin: left top;
}

#contents.store .branch_main_swiper .swiper-buttons {
    height: 100%;
    display: flex;
    gap: 12px;
}

#contents.store .branch_main_swiper .swiper-button-next, .swiper-button-prev {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

#contents.store .branch_main_swiper .swiper-button-next {
    background: url("../../images/webhome2/ico_arrow_right_28_white.png") no-repeat;
    background-size: contain;
}

#contents.store .branch_main_swiper .swiper-button-prev {
    background: url("../../images/webhome2/ico_arrow_right_28_white.png") no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

#contents.store .branch_main_swiper .swiper-button-disabled {
    opacity: 0.4;
}

#contents.store .branch_main_swiper .swiper-play {
    width: 28px;
    height: 28px;
    background: url("../../images/webhome2/ico_play_28_white.png") no-repeat;
    background-size: contain;
}

#contents.store .branch_main_swiper .swiper-play.stop {
    width: 28px;
    height: 28px;
    background: url("../../images/webhome2/ico_pause_28_white.png") no-repeat;
    background-size: contain;
}

#contents.store .branch_overview_wrap {
    position: relative;
    min-width: 1110px;
}

#contents.store .branch_overview_wrap .overview_top {
    position: relative;
    display: flex;
    width: 1110px;
    margin: -76px auto 0;
    z-index: 1;
}

#contents.store .branch_overview_wrap .overview_top .overview_control {
    display: flex;
    align-items: center;
}

#contents.store .branch_overview_wrap .overview_top .overview_control .branch_name {
    display: block;
    position: relative;
    padding-right: 32px;
    font-size: 32px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-family: "Happiness-Sans-Title";
}

#contents.store .branch_overview_wrap .overview_top .overview_control .btn_branch {
    color: #171a19;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #171a19;
    background: #fff;
    padding: 9px 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contents.store .branch_overview_wrap .overview_top .overview_address {
    align-self: center;
    max-width: 50%;
    margin-left: auto;
}

#contents.store .branch_overview_wrap .overview_top .overview_address a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .branch_overview_wrap .overview_top .overview_address a span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .branch_overview_wrap .overview_top .overview_address a .ico_location {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}

#contents.store .branch_overview_wrap .overview_top .overview_address a .ico_location::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url("../../images/webhome2/store/ico_location_24_white.png");
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-position: center;
}

#contents.store .store_cont_wrap {
    width: 1110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 72px;
}

#contents.store .store_cont_wrap .tab_wrap {
    margin-bottom: 4px;
    width: 805px;
}

#contents.store .store_cont_wrap .overview_box + .store_cont_sec {
    margin-top: 24px;
}

#contents.store .store_cont_wrap .overview_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 300px;
}

#contents.store .store_cont_wrap .overview_box .information {
    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;
    width: 805px;
    padding: 48px 32px;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D4D6D4;
}

#contents.store .store_cont_wrap .overview_box .information .info_tit {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #171a19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .store_cont_wrap .overview_box .information .info_tit em {
    font-style: normal;
    font-size: 28px;
    font-weight: 700;
    color: #171a19;
    line-height: 1.4;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .store_cont_wrap .overview_box .information .info_desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    justify-content: space-between;
}

#contents.store .store_cont_wrap .overview_box .information .info_desc .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 292px;
}

#contents.store .store_cont_wrap .overview_box .information .info_desc .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 292px;
    margin-left: 64px;
}

#contents.store .store_cont_wrap .overview_box .information .info_desc dt {
    width: 80px;
    font-size: 16px;
    font-weight: 400;
    color: #171a19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .store_cont_wrap .overview_box .information .info_desc dd {
    width: 180px;
    margin-left: 32px;
    font-size: 16px;
    font-weight: 700;
    color: #171a19;
    line-height: 1.5;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
    text-align: right;
}

#contents.store .store_cont_wrap .overview_box .information .info_desc dt:not(:first-child),
#contents.store .store_cont_wrap .overview_box .information .info_desc dt:not(:first-child) + dd {
    margin-top: 8px;
}

#contents.store .store_cont_wrap .overview_box .information .info_desc span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    letter-spacing: -0.25px;
    font-family: "Happiness-Sans";
}

#contents.store .store_cont_wrap .overview_box .calendar {
    width: 293px;
    margin-left: auto;
    background: #ffffff;
}

#contents.store .store_cont_wrap .overview_box .calendar .legend_area {
    height: 17px;
    padding: 0 24px 24px;
    text-align: right;
}

#contents.store .store_cont_wrap .overview_box .calendar .legend_area img {
    max-width: 108px;
}

#contents.store .store_cont_wrap .overview_box .calendar .ui-calendar-today .ui-calendar-day {
    border: 0 none !important;
}

#contents.store .store_cont_wrap .overview_box .calendar {
    width: 293px;
    margin-left: auto;
    background: #ffffff;
    border: 1px solid #D4D6D4;
}

#contents.store .store_cont_wrap .overview_box .calendar .legend_area {
    height: 17px;
    padding: 0 24px 16px;
    text-align: right;
}

#contents.store .store_cont_wrap .overview_box .calendar .ui-calendar-today .ui-calendar-day {
    border: 0 none !important;
}

#contents.store .store_cont_wrap .overview_box .calendar .ui_store_calendar .ui-calendar-container .ui-select-day {
    padding-bottom: 28px;
}

/* // 지점안내 메인 */