@charset "utf-8";

#map {
    z-index: 0;
    height:700px;
}
section.sec#store-sec .cont-wrap .cont {
    max-width: 1600px;
}
#store-sec .store-list-wrap {
    position: absolute;
    top:30px;
    left:30px;
    width:312px;
    height: calc(100% - 60px);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 4px 4px 12px rgba(100,100,100,0.1);
    background: #fff;
    z-index: 1;
}
#store-sec .logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:4px;
    background: #1c110c;
    height: 64px;
}
#store-sec .logo-wrap img {
    width:48px;
}
#store-sec .search-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:14px 12px;
    width: 100%;
    height: 60px;
    background: #1c110c;
}
#store-sec .search-wrap form {
    width:100%;
}
#store-sec .search-wrap input {
    padding:0 8px;
    width:calc(100% - 32px);
    height: 32px;
    border:none;
    background: #fff;
}
#store-sec .search-wrap button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height:32px;
    background: #fff;
}
#store-sec .search-wrap button img {
    width:16px;
}
#store-sec .list-box {
    width:100%;
    height: calc(100% - 56px - 64px - 32px);
}
#store-sec .list-box .list-wrap {
    height: 100%;
    overflow-y: auto;
}
#store-sec .list-box ul li {
    border-bottom:1px solid rgba(0,0,0,0.1);
}
#store-sec .list-box ul li.no-result {
    padding:20px 16px;
    font-size:14px;
}
#store-sec .list-box ul li:hover {
    background:#f9f9f9;
}
#store-sec .list-box ul li a.list-a {
    display: block;
    padding:20px 16px;
    text-align: left;
}
#store-sec .list-box ul li h2 {
    font-size:18px;
}
#store-sec .list-box ul li .addr {
    padding:4px 0;
    font-size:14px;
    color:#676767;
    word-break: keep-all;
}
#store-sec .list-box ul li .addr span {
    display: inline;
}
#store-sec .list-box ul li .tel {
    font-size:13px;
    color:#999999;
}
#store-sec .paging {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height: 32px;
    background: #fff;
}
.marker-item {
    position: absolute;
    left:0;
    bottom:45px;
    width:200px;
    height:auto;
    margin-left: -100px;
    text-align: left;
}
.marker-item .info {
    padding:0 0 4px 0;
    width:100%;
    height: auto;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.marker-item .info .close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:4px;
    right:4px;
    width:32px;
    height: 32px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 4px;
    z-index: 1;
}
.marker-item .info .close-btn:hover {
    background: #503428;
}
.marker-item .info .close-btn img {
    width:16px;
}
.marker-item .info .title-txt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:0 auto 4px;
    width:100%;
    height: 40px;
    border-radius: 6px 6px 0 0;
    background: #1c110c;
}
.marker-item .info .title-txt a {
    display: block;
    padding:8px 2px 8px 10px;
    width:calc(100% - 40px);
    font-size:18px;
    font-weight: 400;
    color:#fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.marker-item .info .addr-txt {
    padding:4px 10px;
    font-size:14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.marker-item .info .addr-txt span {
    display: inline;
}
.marker-item .info .tel-txt {
    padding:2px 10px;
    font-size:13px;
    color: blue;
}


/* 신규매장 */
.new_store {
    height: 320px;
    background: #d7d2cc
}

.new_store_slide {
    top: 60px;
    width: 1475px;
    margin-left: -737px
}

.new_store_slide:before,
.new_store_slide:after {
    content: '';
    position: absolute;
    top: 0;
    width: 305px;
    height: 100%;
    background: rgba(215, 210, 204, 0.8);
    z-index: 1
}

.new_store_slide:before {
    left: 0
}

.new_store_slide:after {
    right: 0
}

.new_store_slide .swiper-slide {
    width: 255px;
    margin-right: 50px
}

.new_store_slide .img {
    height: 160px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.new_store_slide .store_name {
    background: #fff
}

.new_store_slide .store_name > * {
    vertical-align: middle
}

.new_store_slide .store_name span {
    max-width: 195px;
    margin-right: 5px;
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 36px;
    color: #666
}

.new_store_btns {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    z-index: 2
}

.new_store_prev {
    left: 50%;
    margin-left: -565px
}

.new_store_next {
    right: 50%;
    margin-right: -565px
}

.place_find_container {
    position: relative;
    max-width: 1900px;
    width: 100%;
    height: 700px;
    margin: 0 auto
}

#placeModalContainer.on {
    position: absolute;
;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11
}

.place_find_wrap {
    position: absolute;
    left: 50px;
    top: 20px;
    z-index: 10;
    width: 304px;
    height: 660px;
    background-color: #fff;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.1)
}

.place_find_tabs {
    width: 100%;
    height: 50px;
    background-color: #f5f4f2
}

.place_find_tabs > li {
    float: left;
    width: 50%;
    height: 100%
}

.place_find_tabs > li > a {
    display: block;
    height: 100%;
    background-color: #f5f4f2;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 50px;
    color: #333;
    text-align: center
}

.place_find_tabs > li.on > a {
    background-color: var(--primary-color);
    color: #fff
}

.place_find_cons {
    position: relative;
    z-index: 10
}

.place_find_head {
    height: 60px;
    padding: 12px 7px;
    background-color: var(--primary-color);
}

.place_find_head:after {
    content: '';
    display: block;
    clear: both
}

.placefindbyname {
    position: relative;
    height: 100%;
    background-color: #fff;
    letter-spacing: -0.05em;
    color: #666
}

.placefindbyname:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 11px;
    right: 47px;
    width: 1px;
    height: 14px;
    background-color: #ddd
}

.placefindbyname label {
    display: block;
    position: absolute;
    left: 22px;
    top: 0;
    line-height: 36px
}

.place_name {
    float: left;
    width: 243px;
    height: 36px;
    padding: 0 22px;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.indent {
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.placefindbyname .place_btn {
    float: left;
    position: relative;
    width: 47px;
    height: 36px;
    border: 0;
    font-size: 0;
}

.place_find_head .cols.select {
    float: left;
    height: 100%;
    min-height: 36px;
    margin-left: 3px;
}

.place_find_head .cols.select:first-child {
    margin-left: 0
}

.place_find_head .cols.select.col1 {
    width: 126px
}

.place_find_head .cols.select.col2 {
    width: 126px
}

.place_find_head .cols.select.col3 {
    width: 32px
}

.place_find_head .cols.select > button {
    width: 100%;
    height: 100%;
    min-height: 36px;
    padding-left: 9px;
    background: #fff url('../../img/comm/select_arrow.png') no-repeat 99px 16px;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #666;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.place_find_head .cols.select.col3 .place_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: -0.05em;
    color: #fff
}
section.sec .cont-wrap .placefindbyname .place_btn img {
    max-width: 16px;
}
.place_find_head .cols.select.col3 img {
    max-width: 16px;
}

.local_list_wrap {
    display: none;
    overflow: hidden;
    position: relative;
    height: 248px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.local_select {
    position: relative
}

.local_select > li > a {
    display: block;
    height: 30px;
    padding-left: 9px;
    font-size: 0.875em;
    color: #7d7b7c;
    line-height: 30px;
    letter-spacing: -0.05em;
    text-align: left
}

.local_select > li.on a,
.local_select > li > a:hover {
    background-color: #f8f8f8
}

.place_find_body {
    margin: 12px 7px
}

.place_find_number {
    height: 36px;
    padding-left: 17px;
    background-color: #f5f4f2;
    font-size: 14px;
    line-height: 36px;
    letter-spacing: -0.05em;
    color: #888;
    text-align: left;
}

.place_find_number > strong {
    color: #333
}

.place_find_result {
    overflow: hidden;
    position: relative;
    height: 428px;
    margin-top: 12px
}

.place_find_result ol {
    width: 257px;
    margin-left: 15px
}

.place_find_result ol li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #dfdfdf
}

.place_find_result ol li:after {
    content: '';
    display: block;
    clear: both
}

.place_find_result .col1 {
    float: left;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color);
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.05em;
    color: #fff;
    border-radius: 50%;
    text-align: center
}

.place_find_result .col2 {
    float: right;
    padding-left:4px;
    width: 224px;
}

.place_find_result .col2 > dt,
.place_find_result .col2 > dd {
    padding-right: 10px;
    text-align: left;
}

.place_find_result .col2 > dt {
    margin-bottom: 4px;
    line-height: 142%;
    letter-spacing: -0.05em;
    color: #333
}

.place_find_result .col2 > dd {
    font-size: 14px;
    line-height: 142%;
    letter-spacing: -0.05em;
    color: #888
}

#placeLoadMap {
    height: 100%
}

.place_modal {
    overflow: hidden;
    position: relative;
    width: 226px;
    box-shadow: 1px 2px 4px rgba(5, 0, 1, 0.2);
    background-color: #fff;
}

.place_title {
    position: relative;
    width: 220px;
    height: 34px;
    margin: 1px 0 0 2px;
    padding-left: 10px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 700;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: -0.05em
}

.infoWindowClose {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content:center;
    font-size: 17px;
    right: 3px;
    top: 3px;
    width: 24px;
    height: 24px;
    background-color: #000;
    border-radius: 1000px;
}
.infoWindowClose img {
    width: 12px;
}

.place_cont {
    position: relative;
    margin: 1px 0 0 2px;
    width: 220px;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.place_addr {
    font-size: 14px;
    color: #888;
    line-height: 150%;
    letter-spacing: -0.05em
}

.more_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 66px;
    height: 28px;
    padding: 5px;
    margin: 20px auto;
    background-color: #2b2a28;
    line-height: 16px;
    letter-spacing: -0.05em;
    font-size: 12px;
    color: #fff;
    text-align: center
}

.markerIcon {
    width: 60px;
    height: 71px;
    padding-top: 15px;
    background: url('../img/marker.png') no-repeat;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-align: center
}

.store_view_img {
    position: relative;
    margin-top: 30px;
    text-align: center;
}

.store_view_img > .slider-btns {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-repeat: no-repeat;
    text-indent: -10000px
}

.store_view_img > .slider-prev {
    left: 30px;
    background-image: url('../img/btn_prev.png')
}

.store_view_img > .slider-next {
    right: 30px;
    background-image: url('../img/btn_next.png')
}

.store_view_info {
    position: relative;
    margin: 30px 0
}

.store_info_list {
    position: relative
}

.store_info_list:after {
    content: '';
    display: block;
    clear: both
}

.store_info_li {
    float: left;
    position: relative;
    width: 50%;
    min-height: 120px;
    margin-bottom: 50px
}

.store_info_ico {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat
}

.store_info_ico01 {
    background-image: url('../img/store_info_ico01.png')
}

.store_info_ico02 {
    background-image: url('../img/store_info_ico02.png')
}

.store_info_ico03 {
    background-image: url('../img/store_info_ico03.png')
}

.store_info_ico04 {
    background-image: url('../img/store_info_ico04.png')
}

.store_info_txt_area {
    margin: 0 20px 0 150px;
    padding-top: 30px
}

.service_ico_area:after {
    content: '';
    display: block;
    clear: both
}

.service_ico {
    float: left;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    background-repeat: no-repeat;
    text-indent: -10000px
}

.service_ico:first-child {
    margin-left: 0
}

.service_ico01 {
    background-image: url('../img/service_ico01.png')
}

.service_ico02 {
    background-image: url('../img/service_ico02.png')
}

.service_ico03 {
    background-image: url('../img/service_ico03.png')
}

.service_ico04 {
    background-image: url('../img/service_ico04.png')
}

.store_view_tabmenu {
    position: relative
}

.store_view_tabmenu:after {
    content: '';
    display: block;
    clear: both
}

.store_view_tabmenu > li {
    position: relative;
    float: left;
    width: 50%
}

.store_view_tabmenu > li > a {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    background-color: #e2e2e2;
    font-size: 1em;
    line-height: 60px;
    letter-spacing: -0.05em;
    color: #7d7b7c;
    text-align: center
}

.store_view_tabmenu > li.on > a,
.store_view_tabmenu > li > a:hover {
    background-color: #2b2a28;
    color: #fff
}

.store_view_tabmenu > li.on > a:after,
.store_view_tabmenu > li > a:hover:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: 14px;
    height: 8px;
    margin-left: -7px;
    background-image: url('../img/store_view_arrow.png');
    background-repeat: no-repeat
}

.store_view_cont {
    position: relative;
    margin-top: 20px
}

.store_view_cont01,
.store_view_cont02 {
    height: 550px
}

/* NEW stote view */
.store_view_video {
    width: 1080px;
    margin-top: 50px;
    background: #5c5c5c
}

.store_info_wrap {
    position: relative;
    width: 100%;
    margin-top: 50px
}

.store_info_wrap:after {
    display: block;
    content: "";
    clear: both
}

.store_info_left {
    width: 508px
}

.store_tab_wrap {
    width: 100%;
    margin: 0 auto
}

.store_tabmenu {
    position: relative
}

.store_tabmenu:after {
    display: block;
    clear: both;
    content: ""
}

.store_tabmenu > li {
    float: left;
    width: 254px;
    height: 50px
}

.store_tabmenu > li:first-child {
    margin-left: 0
}

.store_tabmenu > li > a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #777;
    text-align: center;
    line-height: 50px;
    letter-spacing: 0.01em;
    background: #fff
}

.store_tabmenu > li.on > a,
.store_tabmenu > li > a:hover {
    background: #333;
    color: #fff
}

.store_map01 {
    width: 508px;
    height: 400px
}

.store_info_right {
    width: 503px
}

.store_info_tit {
    margin-top: 5px;
    font-size: 26px;
    letter-spacing: -0.025em;
    color: #333
}

.store_line {
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    margin-top: 15px
}

.store_info_ul {
    margin-top: 62px
}

.store_info_ul li {
    min-height: 72px;
    padding-left: 95px;
    margin-top: 55px
}

.store_info_ul li:first-child {
    margin-top: 0
}

.store_info1 {
    background: url('../img/store_info1.png') no-repeat 0 0
}

.store_info2 {
    background: url('../img/store_info2.png') no-repeat 0 0
}

.store_info3 {
    background: url('../img/store_info3.png') no-repeat 0 0
}

.store_info_txt01 {
    margin-top: 10px;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #333
}

.store_info_txt02 {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -0.025em;
    color: #777
}

/*view_bot*/
.view_bot {
    position: relative;
    width: 1080px;
    height: 80px;
    background-color: #e5e0dd;
    margin-top: 40px
}

.view_bot > .slider-btns {
    display: block;
    position: relative;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 21px;
    letter-spacing: 0.1em
}

.view_bot > .slider-prev {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 30px;
}

.view_bot > .slider-list {
    position: absolute;
    top: 0;
    left: 50%;
    width: 200px;
    height: 80px;
    margin-left: -100px
}

.view_bot > .slider-next {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 30px;
}

/* 매장상세 팝업 */
.place_pop_view {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 860px;
    height: 610px;
    background: #fff;
    z-index: 100;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.place_pop_head {
    position: relative;
}
.place_pop_name {
    height: 80px;
    line-height: 80px;
    background: var(--primary-color);
    padding: 0 40px 0 40px;
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.05em;
    color: #fff;
    box-sizing: border-box
}

.place_pop_close {
    position: absolute;
    top:50%;
    right:16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
}

.place_pop_cont {
    padding: 60px 30px;
    box-sizing: border-box
}

.place_pop_imgs {
    width: 375px
}

.place_pop_imgs .img {
    height: 235px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.place_pop_thumb {
    margin-top: 20px;
    height: 158px
}

.place_pop_thumb li {
    position: relative;
    float: left;
    width: 121px;
    margin-right: 6px;
    margin-bottom: 6px;
    box-sizing: border-box
}

.place_pop_thumb li:nth-child(3n) {
    margin-right: 0
}

.place_pop_thumb li.on:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--primary-color);
    box-sizing: border-box
}

.place_pop_thumb a {
    display: block;
    height: 76px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.place_pop_info {
    position: relative;
    width: 375px;
    height: 412px;
    margin-left: 40px
}

.place_pop_info:before,
.place_pop_info:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #dfdfdf
}

.place_pop_info:before {
    top: 0
}

.place_pop_info:after {
    bottom: 0
}

.place_pop_info dl {
    overflow: hidden;
    padding-top: 35px
}

.place_pop_info dl:last-child {
    padding-bottom: 30px
}

.place_pop_info dt {
    float: left;
    width: 110px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.05em;
    line-height: 147%;
    color: #333;
    text-align: left;
}

.place_pop_info dd {
    float: left;
    width: calc(100% - 110px);
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 147%;
    color: #888;
    text-align: left;
}

@media all and (max-width: 1720px) {

}
@media all and (max-width: 1560px) {

}
@media all and (max-width: 1360px) {

}
@media all and (max-width: 1023px) {
    #hd_pop {
        width:96%;
        max-width: 400px;
        box-sizing: border-box;
        z-index: 10000;
    }
    #hd_pop .hd_pops{
        top:30px !important;
        left:50% !important;
        right:unset !important;
        transform: translateX(-50%);
        width:100%;
        height: auto;
        box-sizing: border-box;
    }
    #hd_pop .hd_pops .hd_pops_con{
        width:100% !important;
        height: auto !important;
    }

    #map {
        margin-left:280px;
        width: calc(100% - 280px);
        height:640px;
    }
    #store-sec .store-list-wrap {
        top:0;
        left:0;
        width:280px;
        height: 100%;
        border-radius: 0;
    }
    #store-sec .list-box ul li a.list-a {
        padding:14px 14px;
    }
    #store-sec .list-box ul li.no-result {
        padding:14px 14px;
        font-size:13px;
    }
    #store-sec .list-box ul li h2 {
        font-size:16px;
    }
    #store-sec .list-box ul li .addr {
        font-size:13px;
    }
    #store-sec .list-box ul li .tel {
        font-size:12px;
    }

    .marker-item {
        width:180px;
    }
    .marker-item .info .close-btn {
        top:3px;
        right:3px;
        width:28px;
        height: 28px;
    }
    .marker-item .info .close-btn img {
        width:14px;
    }
    .marker-item .info .title-txt {
        height: 36px;
    }
    .marker-item .info .title-txt a {
        padding:6px 2px 6px 10px;
        width:calc(100% - 36px);
        font-size:16px;
    }
    .marker-item .info .addr-txt {
        padding:3px 10px;
        font-size:13px;
    }
    .marker-item .info .tel-txt {
        font-size:12px;
    }
}
@media all and (max-width: 767px) {
    #store-sec .cont1 {
        margin:36px auto 0;
    }
    #map {
        margin:0 auto;
        width: 100%;
        height:320px;
    }
    #store-sec .store-list-wrap {
        position: relative;
        top:unset;
        left:unset;
        width:100%;
        height:380px;
        border-radius: 0 0 18px 18px;
    }
    #store-sec .logo-wrap {
        display: none;
    }
    #store-sec .search-wrap {
        padding:4px 14px 0 10px;
        height:40px;
        background: #fff;
        border-bottom:1px solid #ddd;
    }
    #store-sec .search-wrap input {
        padding:0 4px;
    }
    #store-sec .list-box {
        height:calc(100% - 40px - 32px);
    }
    #store-sec .list-box ul li a.list-a {
        padding:12px 14px;
    }
}















