/****************************/
/* Default
/****************************/
html {
    font-family: "SF Pro KR","SF Pro Text","SF Pro Icons","Apple Gothic","HY Gulim","MalgunGothic","HY Dotum","Lexi Gulim","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 14px;
}
[v-clock] {
    display: none;
}
body {
    overflow-x: hidden;
    background-color: #05031be6;
    width: 100%;
}
button {
    border: 0;
}
#loading {
    background-color: #00000088;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 14px;
    z-index: 9997;
    display: none;
}
a:link {
    color: black;
}
a:visited {
    color: black;
}
a:hover {
    color: black;
}
a:active {
    color: black;
}
.clear {
    clear: both;
}

/****************************/
/* App
/****************************/
#app {
    width: 100%;
}
#app main {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/****************************/
/* Header
/****************************/
#app header {
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    position: fixed;
    z-index: 9997;
}

/* Nav */
#mv_localnav {
    display: flex;
    flex-direction: row;
    min-width: 1024px;
    height: 100%;
}

/* Nav > Wrapper */
#mv_localnav .mv_ln_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    z-index: 1;
}
#mv_localnav .mv_ln_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.72);
    border-bottom: 1px solid rgba(0,0,0,0.16);
}
#mv_localnav .mv_ln_content {
    margin: 0 auto;
    max-width: 980px;
    height: 100%;
    padding: 0 22px;
    position: relative;
    z-index: 2;
    color: black;
}

/* Nav > Title */
#mv_localnav .mv_ln_title {
    color: #000;
    transition: color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
    font-size: 21px;
    line-height: 1.14286;
    font-weight: 600;
    letter-spacing: .011em;
    cursor: default;
    display: block;
    float: left;
    margin: 14px 0 -14px;
    padding: 0;
    height: 52px;
    white-space: nowrap;
}

#mv_localnav .mv_ln_title img {
    width: 80px;
}

/* Nav > Menu */
#mv_localnav .mv_ln_menu {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Nav > Menu > Container */
#mv_localnav .mv_ln_menu_container {
    width: 100%;
    position: relative;
    border-right: none;
    border-radius: 2px 0 0 2px;
    box-shadow: inset 0 1px 2px #00000000;
    color: black;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

/* Nav > Search > Input */
#mv_localnav .mv_ln_search {
    flex: 2;
    max-width: 400px;
    margin-left: 10px;
    border: 1px solid #600f68;
}
#mv_localnav .mv_ln_search > div:nth-child(1) {
    line-height: 24px;
    float: right;
    font-size: 16px;
    padding: 0 2px;
    position: relative;
    white-space: nowrap;
}
#mv_localnav .mv_ln_search > div:nth-child(1) > a {
    background: url(data:image/gif;base64,R0lGODlhEwALAKECAAAAABISEv///////yH5BAEKAAIALAAAAAATAAsAAAIdDI6pZ+suQJyy0ocV3bbm33EcCArmiUYk1qxAUAAAOw==) no-repeat center;
    display: inline-block;
    line-height: 24px;
    width: 19px;
    height: 11px;
    cursor: pointer;
    padding: 0 4px;
}
#mv_localnav .mv_ln_search > div:nth-child(1) > a > span {
    filter: invert(100%);
}
#mv_localnav .mv_ln_search > div:nth-child(2) {
    height: 100%;
    overflow: hidden;
}
#mv_localnav .mv_ln_search > div:nth-child(2) > input {
    padding: 0px;
    margin: 0px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 4px;
    max-width: 100%;
    outline: none;
    text-align: inherit;
    width: 100%;
    flex: 1;
    flex-basis: 1e-9px;
}
#mv_localnav .mv_ln_search_button > button {
    border: 1px solid #600f68;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    width: 38px;
    height: 26px;
    margin-left: -1px;
    display: flex;
    justify-content: center;
}
#mv_localnav .mv_ln_search_button > button:hover {
    background-color: #f15dff55;
}
#mv_localnav .mv_ln_search_button > button > svg {
    pointer-events: none;
    display: block;
    width: 30px;
    height: 100%;
}

/* Nav > Mypage */
#mv_localnav .mv_ln_mypage {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -.01em;
    padding-left: 10px;
    flex: 1;
}
#mv_localnav .mv_ln_mypage > button {
    width: 70px;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border-radius: 14px;
    padding: 5px 10px;
    float: right;
}
#mv_localnav .mv_ln_mypage > button:hover {
    background-color: #f15dff;
    color: white;
}
#mv_localnav .mv_ln_mypage > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
#mv_localnav .mv_ln_mypage > div > svg {
    pointer-events: none;
    display: block;
    width: 25px;
    fill: #222222;
}

/****************************/
/* Main
/****************************/
main {
    height: auto;
}
main #hero_banner {
    width: 100%;
    margin: 52px 0 0 52px;
    background-color: white;
}
main #main_content {
    margin: 0 auto;
    background-color: white;
}

/**************/
/* Main > Left
/**************/
#main_left {
    max-width: 52px;
    width: 52px;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 52px;
    left: 0;
    color: white;
    background-color: #05031be6;
    overflow: hidden;
}
#main_left > ul {
    width: 100%;
    height: 100%;
}
#main_left > ul > li {
    height: 24px;
    padding: 10px 0 10px 10px;
    display: flex;
    cursor: pointer;
}
#main_left > ul > li:hover {
    background-color: #f15dff;
}
#main_left > ul > li.on {
    background-color: #f15e03;
}
#main_left > ul > li:hover.on {
    background-color: #da4ee7;
}
#main_left > ul > li > div:nth-child(1) {
    fill: white;
}
#main_left > ul > li svg {
    pointer-events: none;
    display: block;
    width: 30px;
    height: 100%;
    fill: white;
}
#main_left > ul > li > div:nth-child(2) {
    flex: 1;
    display: flex;
    height: 100%;
    margin-left: 24px;
    align-items: center;
}
#main_left #downArrow svg {
    transform: scaleY(-1);
}
#main_left > ul > li.category_sub {
    justify-content: right;
    align-items: center;
    padding-right: 50px;
}

/****************************/
/* Search
/****************************/
/* Map */
#m_search, #m_search_map, #m_category {
    width: 100%;
    box-sizing: border-box;
}
#m_search .m_search_wrapper,
#m_search_map .m_search_wrapper,
#m_category .m_category_wrapper {
    height: 100%;
    margin: 52px 0 0 52px;
    padding: 30px 20px 20px 20px;
}
#m_search .m_search_map,
#m_search_map .m_search_map,
#m_category .m_category_title {
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    position: relative;
}
#m_search .m_search_map > div:nth-child(1),
#m_search_map .m_search_map > div:nth-child(1),
#m_category .m_category_title > div:nth-child(1) {
    height: 30px;
}
#m_search .m_search_map > div:nth-child(1) span,
#m_search_map .m_search_map > div:nth-child(1) span,
#m_category .m_category_title > div:nth-child(1) span {
    color: #6f736e;
}
#m_search .map,
#m_search_map .map {
    outline: none;
    height: 300px;
    margin-top: 10px;
    background-color: #eeeeee;
}

/* VR */
.m_search_vr {
    width: 100%;
    background-color: black;
    padding: 20px 20px 40px 72px;
    box-sizing: border-box;
}
.m_search_vr .vr {
    width: 100%;
    max-width: 952px;
    margin: 0 auto;
    height: 600px;
    margin-top: 10px;
}

.m_search_vr .vr > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #333333;
}

/* Category > Mobile */
#m_category .m_category_title_mobile .nav {
    display: inline-block;
}
#m_category .m_category_title_mobile .downArrow {
    display: inline-block;
    margin-left: 3px;
}
#m_category .m_category_title_mobile .downArrow svg {
    pointer-events: none;
    height: 10px;
    fill: black;
    transform: scale(2, 2);
}
#m_category .m_category_tab_mobile {
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    padding: 0 20px;
    color: white;
    box-sizing: border-box;
    z-index: 100;
}
#m_category .m_category_tab_mobile ul  {
    background-color: #00000022;
}
#m_category .m_category_tab_mobile ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
}
#m_category .m_category_tab_mobile ul li a {
    color: white;
}

/****************************/
/* Home
/****************************/
/**************/
/* Home > Hero
/**************/
#hero_banner_slider {
    width: 100%;
    max-height: 460px;
    overflow: hidden;
    position: relative;
}
.hero_banner_class {
    width: 100%;
    max-height: inherit;
    /* transform: translateY(50%); */
}
#hero_banner_slider > div video {
    width: 100%;
    height: 100%;
    display: block;
    /* transform: translateY(-50%); */
}
#hero_banner_slider > div .text {
    width: 100%;
    height: 100%;
    max-height: 460px;
    /* transform: translate3d(-5%, -50%, 0); */
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    font-size: 30px;
    text-shadow: 2px 2px 2px black;
    color: white;
}

/**************/
/* Home > Wrapper
/**************/
#main_wrapper {
    max-width: 1024px;
    box-sizing: border-box;
    padding: 20px 20px 20px 72px;
    margin: 0 auto;
}
#main_wrapper > div {
    margin: 90px auto;
}
#main_map {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#main_map div:nth-child(1) {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #1d1d1f;
}
#main_map div:nth-child(1) > h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.17865;
    letter-spacing: 0em;
}
#main_map div:nth-child(1) > h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.10722;
    letter-spacing: .004em;
    margin-top: 6px;
}
#main_map div:nth-child(2) {
    width: 100%;
    height: 300px;
    margin-top: 70px;
}
#main_map div:nth-child(2) img {
    width: 100%;
    filter: contrast(1) brightness(90%);
    transform: scale(1, 1);
    transition: all 0.3s;
    cursor: pointer;
}
#main_map div:nth-child(2) img:hover {
    filter: contrast(1.2) brightness(100%);
    transform: scale(1.05, 1.05);
    transition: all 0.3s;
}

/**************/
/* Home > Hot Place
/**************/
#main_wrapper_hot {
    width: 100%;
    background-color: #34283C;
    padding: 0 20px 30px 72px;
    box-sizing: border-box;
}
#main_wrapper_hot > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
#main_wrapper_hot > div > h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.17865;
    letter-spacing: 0em;
    color: #f5f5f7;
}
#main_wrapper_hot > div > h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.10722;
    letter-spacing: .004em;
    margin-top: 6px;
    color: #fec2eb;
}

/**************/
/* Home > New Place
/**************/
#main_wrapper_new {
    width: 100%;
    background-color: white;
    padding: 0 0 30px 52px;
    box-sizing: border-box;
    /* width: 100%;
    background-color: white;
    padding: 0 20px 30px 72px;
    box-sizing: border-box; */
}
#main_wrapper_new > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
#main_wrapper_new > div > h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.17865;
    letter-spacing: 0em;
}
#main_wrapper_new > div > h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.10722;
    letter-spacing: .004em;
    margin-top: 6px;
}

#main_wrapper_new > ul {
    display: block;
    text-align: center;
    margin: 90px auto;
}
#main_wrapper_new > ul li {
    display: flex !important;
    height: 500px;
    text-align: center;
    overflow: hidden;
    position: relative;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#main_wrapper_new > ul li .image {
    position: absolute;
    width: 800px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    transition: all 0.3s;
}
#main_wrapper_new > ul li .image:hover {
    background-size: 100% 100%;
    transition: all 0.3s;
}

/* Li */
#main_wrapper_new > ul li .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 75px;
    text-shadow: 3px 3px 3px black;
}
#main_wrapper_new > ul li .location {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    font-size: 28px;
    background: linear-gradient(to bottom, #00000088, #00000055, #00000022);
    box-shadow: 2px 2px 10px 3px #00000022;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
}
#main_wrapper_new > ul li .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: white;
    background: linear-gradient(to top, #000000cc, #00000088, #00000022);
    box-shadow: 2px 2px 10px 3px #00000022;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
#main_wrapper_new > ul li .name {
    color: white;
    font-size: 28px;
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: center;
}
#main_wrapper_new > ul li .address {
    width: 88%;
    color: white;
    font-size: 28px;
    color: #cccccc;
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

/**************/
/* Home > Place
/**************/
#main_content .place ul {
    overflow: auto;
    max-width: 952px;
    height: 100%;
    color: #888888;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin: 90px auto;
}
#main_content .place > ul li {
    background-color: #333333;
    height: 220px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-align: left;
}
#main_content .place > ul li .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 0.3s;
    filter: contrast(1) brightness(80%);
    cursor: pointer;
}
#main_content .place > ul li .image:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.3s;
    filter: contrast(1.1) brightness(100%);
}

/* Li */
#main_content .place > ul li .location {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    font-size: 12px;
    background: linear-gradient(to bottom, #000000aa, #00000088, #00000022);
    box-shadow: 2px 2px 10px 3px #00000022;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}
#main_content .place > ul li .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 10px;
    color: white;
    background: linear-gradient(to top, #000000cc, #00000088, #00000033);
    box-shadow: 2px 2px 10px 3px #00000033;
    display: flex;
    flex-direction: column;
}
#main_content .place > ul li .name {
    color: white;
    font-size: 12px;
    font-weight: bold;
    flex: 1;
    display: flex;
    align-items: center;
}
#main_content .place > ul li .address {
    width: 88%;
    color: white;
    font-size: 12px;
    color: #cccccc;
    flex: 1;
    display: flex;
    align-items: center;
}

/**************/
/* Home > Category
/**************/
#main_wrapper_category {
    width: 100%;
    background-color: #f5f5f7;
    padding: 0 20px 30px 72px;
    box-sizing: border-box;
}
#main_wrapper_category > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
}
#main_wrapper_category > div > h2 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.17865;
    letter-spacing: 0em;
    color: #3c3834;
}
#main_wrapper_category > div > h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.10722;
    letter-spacing: .004em;
    margin-top: 6px;
    color: #4c4b66;
}
/**************/
/* Category > ul
/**************/
#m_category .m_category_tab {
    max-width: 952px;
    margin: 0 auto;
    width: 100%;
}
#m_category .m_category_tab > div {
    display: inline-block;
    width: 94px;
    height: 50px;
    z-index: 1;
    vertical-align: top;
    border: 1px solid #dae1e6;
    box-sizing: border-box;
}
#m_category .m_category_tab > div > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 48px;
    font-weight: 700;
    cursor: pointer;
}
#m_category .m_category_tab > div > a.on {
    background-color: #f15e03;
    color: white;
}
#m_category .m_category_tab > div > a:hover {
    background-color: #f15dff;
    color: white;
}
#m_category .m_category_tab ul {
    display: inline-block;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#m_category .m_category_tab ul > li {
    position: relative;
    display: inline-block;
    border-top: 1px solid #dae1e6;
    border-bottom: 1px solid #dae1e6;
    border-left: 1px solid #dae1e6;
    width: 94px;
    z-index: 1;
    vertical-align: top;
}
#m_category .m_category_tab ul > li:first-child,
#m_category .m_category_tab ul > li:last-child {
    border-right: 1px solid #dae1e6;
}
#m_category .m_category_tab ul > li a {
    display: block;
    font-size: 13px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#m_category .m_category_tab ul > li a.on {
    background-color: #f15e03;
    color: white;
}
#m_category .m_category_tab ul > li a:hover {
    background-color: #ff9959;
    color: white;
}

/**************/
/* Home > Category > ul
/**************/
#main_content .category > ul {
    overflow: auto;
    max-width: 980px;
    height: 100%;
    color: #888888;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    place-items: center;
    margin: 90px auto;
}

/* Li */
#main_content .category > ul li {
    background-color: #333333;
    width: 480px;
    height: 307px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}
#main_content .category > ul li .image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1, 1);
    transition: all 0.3s;
    cursor: pointer;
    filter: brightness(50%);
}
#main_content .category > ul li .image:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.3s;
    filter: brightness(120%);
}
#main_content .category > ul li .title {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    height: 100%;
    font-size: 48px;
    background: linear-gradient(to bottom, #00000022, #00000022, #00000022);
    box-shadow: 2px 2px 10px 3px #00000022;
    text-shadow: 3px 3px 3px black;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
    pointer-events: none;
}

/****************************/
/* Main > Category
/****************************/
/* Main > Category */
#m_category .m_category_content {
    flex: 1;
    max-width: 952px;
    margin: 10px auto;
}
#m_category .m_category_content > ul {
    overflow: auto;
    max-height: 270px;
    color: #888888;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr 1fr; */
    grid-gap: 12px;
}
#m_category .m_category_content > ul > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    word-break: keep-all;
    cursor: pointer;
    border: 1px solid #dae1e6;
}
#m_category .m_category_content > ul > li:hover {
    background-color: #c93f3f;
    color: white;
}
#m_category .m_category_content > ul > li.on {
    background-color: #373737;
}
#m_category .m_category_content > ul > li:hover.on {
    background-color: #474747;
}
#m_category .m_category_content > ul > li img {
    width: 100%;
    height: 80px;
}
#m_category .m_category_content > ul > li span {
    margin-top: 4px;
    width: 100%;
    height: 32px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

/**************/
/* Map > Marker
/**************/
#markerLabel {
    width: 220px;
    height: 90px;
    text-align: left;
    padding: 10px;
}
#markerLabel.building {
    height: 150px;
    border: 1px solid blue;
}
#markerLabel .title_area {
    display: inline-block;
    vertical-align: top;
}
#markerLabel .title_area .name {
    margin-right: 6px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -1px;
    color: #0068c3;
    line-height: 23px;
}
#markerLabel .title_area .text2 {
    font-size: 14px;
    line-height: 19px;
    color: #8f8f8f;
}
#markerLabel .address_area {
    margin-top: 5px;
}
#markerLabel .address_area .text4 {
    font-size: 12px;
    line-height: 18px;
    color: #424242;
}
#markerLabel .detail {
    display: flex;
    flex-direction: row;
}
#markerLabel .detail .go_link {
    width: 40px;
}
#markerLabel .detail .go_link > button {
    width: 32px;
    height: 31px;
    margin-top: 5px;
    border: 1px solid #eef0f4;
    border-radius: 14px;
    vertical-align: top;
    background: #fff;
    cursor: pointer;
}

#markerLabel .detail .go_link > button:hover {
    border-color: #0475f4;
}
#markerLabel .detail .go_link > button::before {
    content: '';
    overflow: hidden;
    display: inline-block;
    width: 16px;
    height: 18px;
    font-size: 0;
    color: transparent;
    vertical-align: top;
    background-image: url(https://ssl.pstatic.net/static/maps/v5/pc/20220121141622/common@2x.png);
    background-size: 256px 225px;
    background-position: -240px -44px;
}
#markerLabel .detail .pano {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    color: black;
}

/* Stores */
#markerLabel .stores {
    height: 50px;
    padding: 5px;
    margin-top: 10px;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
}
#markerLabel .stores .store {
    width: 30px;
    padding: 4px;
    margin-right: 8px;
    display: inline-block;
    cursor: pointer;
}
#markerLabel .stores .store:hover {
    background-color: #ff000080;
}
#markerLabel .stores .store > div:nth-child(1) {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#markerLabel .stores .store > div:nth-child(1) img {
    width: 30px;
    height: 30px;
}
#markerLabel .stores .store > div:nth-child(2) {
    width: 100%;
    height: 12px;
    font-size: 8px;
    margin-top: 5px;
    display: flex;
    justify-content: left;
    color: black;
    overflow: hidden;
}

/****************************/
/* Footer
/****************************/
footer {
    width: 100%;
    background-color: white;
}
footer > div {
    width: 100%;
    height: 100%;
    max-width: 952px;
    background-color: white;
    padding: 30px 20px 30px 72px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
    color: #424245;
    line-height: 1.33337;
}
footer a {
    cursor: pointer;
}
footer a:hover {
    text-decoration: underline;
}

/* Footer > Directory */
footer .mv_gf_directory {
    /* width: 200px; */
}
footer .mv_gf_directory > h3 {
    font-weight: 600;
    color: #1d1d1f;
}
footer .mv_gf_directory > ul {
    display: flex;
    width: 400px;
    margin-left: -20px;
}
footer .mv_gf_directory > ul > li {
    flex: 1;
    flex-wrap: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .mv_gf_directory > ul > li:last-child {
    margin-bottom: 0;
}

/* Footer > Section */
footer .mv_gf_footer {
    width: 100%;
    color: #6e6e73;
}
footer .mv_gf_footer_inquiry {
    padding-top: 20px;
    border-top: none;
    margin-bottom: 7px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d2d2d7;
}
footer .mv_gf_footer_inquiry a {
    color: #06c
}
footer .mv_gf_footer_legal {
    position: relative;
    top: -3px;
    z-index: 1;
}
footer .mv_gf_footer_legal:before {
    content: ' ';
    display: table;
}

footer .mv_gf_footer_legal_copyright {
    margin-right: 30px;
    float: left;
    margin-top: 5px;
}
footer .mv_gf_footer_legal_link {
    display: flex;
    position: relative;
    top: -5px;
    z-index: 1;
    margin-right: 30px;
    float: left;
    margin-top: 5px;
}
footer .mv_gf_footer_legal_link li {
    margin-right: 10px;
    border-right: 1px solid #d2d2d7;
    padding-right: 10px;
    display: inline-block;
    margin-top: 5px;
    white-space: nowrap;
}
footer .mv_gf_footer_legal_link li:last-child {
    border-right: 0;
}







/****************************/
/* Mobile
/****************************/
#menu_mobile {
    background-color: #000000;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* color: white; */
    font-size: 14px;
    z-index: 99999999;
    display: none;
}

#menu_mobile button {
    background-color: #000000;
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: right;
    align-items: center;
}

#menu_mobile svg {
    pointer-events: none;
    display: block;
    width: 25px;
    background-color: transparent;
    fill: white;
    margin-left: 3px;
}

#menu_mobile > ul {
    width: 100%;
    background-color: #000000;
}
#menu_mobile > ul > li {
    width: 100%;
    height: 54px;
    color: white;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#menu_mobile > ul > li:hover {
    background-color: #f15dff;
}

















/****************************/
/* Media
/****************************/
/* 1024 */
@media screen and (max-width: 1050px) {
    #main_wrapper_new > ul li {
        height: 400px;
    }
    #main_wrapper_new > ul li .image {
        width: 600px;
    }
    #main_wrapper_category > ul li .image .name {
        font-size: 24px;
    }
    #main_content .category > ul {
        max-width: 692px;
    }
    #main_content .category > ul li {
        width: 336px;
        height: 215px;
    }
}

/* 767 */
@media screen and (max-width: 767px) and (orientation: portrait) {
    main #hero_banner {
        margin-top: 52px;
    }
    #hero_banner_slider > div .text {
        font-size: 22px;
    }
    #main_map div:nth-child(1) > h2 {
        font-size: 48px;
    }
    #main_map div:nth-child(1) > h3 {
        font-size: 24px;
    }
    #main_map div:nth-child(2) {
        height: 230px;
    }

    #main_wrapper_hot, #main_wrapper_new {
        padding: 0 20px 30px 72px;
    }
    #main_wrapper_new > ul li .location {
        font-size: 18px;
    }
    #main_wrapper_new > ul li .name {
        font-size: 18px;
    }
    #main_wrapper_new > ul li .address {
        font-size: 18px;
        margin-top: 10px;
    }
    #main_content .place > ul {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 20px;
        grid-column-gap: 20px;
    }
    #main_content .place > ul > li {
        height: 200px;
    }

    #main_wrapper_new > ul li {
        height: 250px;
    }
    #main_wrapper_new > ul li .image {
        width: 400px;
    }


    #main_content .category > ul {
        grid-template-columns: 1fr;
    }
    #main_content .category > ul li {
        width: 100%;
        height: 300px;
    }
    #main_wrapper_category > ul li .image .name {
        font-size: 24px;
    }

    #m_category .m_category_tab ul > li {
        width: 66px;
    }
    #m_category .m_category_tab ul > li a {
        line-height: 34px;
    }
    #m_category .m_category_content > ul {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .slick-dots {
        right: 45%;
    }
}

/* 567 */
@media screen and (max-width: 567px) and (orientation: portrait) {
    #mv_localnav .mv_ln_title {
        font-size: 18px;
    }
    #main_left {
        display: none;
    }
    main #hero_banner {
        margin: 52px 0 0 0;
    }
    #hero_banner_slider > div .text {
        /* transform: translate3d(-2%, -50%, 0); */
        font-size: 14px;
    }

    #m_search .m_search_wrapper,
    #m_search_map .m_search_wrapper,
    #m_category .m_category_wrapper {
        height: 100%;
        margin: 52px 0 0 0;
        padding: 30px 20px 20px 20px;
    }
    .m_search_vr {
        padding: 20px;
    }
    .m_search_vr .vr {
        height: 300px;
        margin-top: 0;
    }
    #m_search .map, #m_search_map .map {
        height: 250px;
    }

    #main_wrapper {
        padding: 20px;
    }
    #main_wrapper > div {
        margin: 70px auto 50px;
    }
    #main_wrapper_hot, #main_wrapper_new {
        padding: 0 20px 30px 20px;
    }
    
    #main_content .place > ul {
        grid-template-columns: 1fr;
    }
    #main_content .place > ul > li {
        height: 200px;
    }

    #main_wrapper_new {
        padding: 0 0 30px 0;
    }
    #main_wrapper_new > ul li {
        height: 165px;
    }
    #main_wrapper_new > ul li .image {
        width: 270px;
    }
    #main_wrapper_new > ul li .location {
        font-size: 14px;
        padding: 10px;
    }
    #main_wrapper_new > ul li .bottom {
        padding: 10px;
    }
    #main_wrapper_new > ul li .name {
        font-size: 14px;
    }
    #main_wrapper_new > ul li .address {
        font-size: 14px;
        margin-top: 7px;
    }
    #main_map div:nth-child(1) > h2 {
        font-size: 32px;
    }
    #main_map div:nth-child(1) > h3 {
        font-size: 18px;
    }
    #main_map div:nth-child(2) {
        height: 180px;
    }

    #m_home .place h2 {
        font-size: 36px;
    }
    #m_home .place h3 {
        font-size: 20px;
    }
    #main_wrapper_category {
        padding: 0 20px 30px 20px;
    }
    #main_wrapper_new > div > h2,
    #main_wrapper_category > div > h2 {
        font-size: 36px;
    }
    #main_wrapper_new > div > h3,
    #main_wrapper_category > div > h3 {
        font-size: 20px;
    }

    #main_content .category > ul li {
        height: 200px;
    }

    #menu_mobile button {
        justify-content: center;
    }
    footer > div {
        padding: 30px 20px 30px 20px;
    }
    footer .mv_gf_directory > ul {
        width: 300px;
        margin-left: -9px;
    }

    #m_category .m_category_tab ul > li {
        width: 66px;
    }
    #m_category .m_category_tab ul > li a {
        line-height: 34px;
    }
    #m_category .m_category_content > ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .slick-dots {
        right: 37% !important;
    }
}

/****************************/
/* Moblie - Landscape
/****************************/
@media screen and (max-width: 767px) and (orientation: landscape) {

}















/****************************/
/* Slick
/****************************/
.slider {
    width: 100%;
    height: 100%;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current {
    opacity: 1;
}
.slick-dots {
    right: 47%;
    bottom: 0 !important;
    width: 100%;
    height: 30px;
    max-width: 150px;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}