@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
a, a:link, a:hover, a:active, a:focus {text-decoration:none; outline: none;}
img {border:0; vertical-align:top;}
/* 요소(element) 여백 초기화  */
html,body,div,h1,h2,h3,h4,h5,h6,p,span,ul,ol,dl,dt,dd,form{margin:0; padding:0;}
/* 목록 */
ol, ul {list-style:none;}
input{outline:none;}

html,body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Roboto', 'Noto Sans Korean', sans-serif;
}

.m_element {display: none;}
.w_element {display: block;}

header {
    display: block;
    width: 100%; 
    height: 100%;
    max-height: 596px; 
}

.main_image_background {
    width: 100%; 
    height: 100%;
    max-height: 596px; 
    opacity: 0.17;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_image {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    max-width: 794px;
    max-height: 596px; 
}

section {
    width: 100%
}

.content {
    width: 100%;
    max-width: 794px;
    margin: 50px auto;
    table-layout: fixed;
}

.content_left {
    vertical-align: top;
    padding-right: 40px;
}

.content_right {
    vertical-align: top;
}

.content_left > h1,
.content_right > h1 {
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.content_left > p,
.content_right > p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2e2e2e;
}

.content_left > span,
.content_right > span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2e2e2e;
}

.divider_big {
    width: 1px;
    height: 20px;
    margin-top: 4px;
    margin-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.divider_small {
    width: 1px;
    height: 10px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon_area {
    width: 36px;
    height: 36px;
    margin-top: 12px;
    margin-right: 12px;
}

.place_name {
    margin-bottom: 20px;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

.place_category, .place_address {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}

.share_button {
    margin-top: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.like_button {
    margin-left: 28px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.subway_icon {
    margin-right: 6px;
    max-height: 24px;
}

footer {
    width: 100%;
}

.slide_image {
    width: auto; 
    height: auto;
    max-width: 794px;
    max-height: 596px;
}

/* .slide_prev { */
.slick-prev {
    width: 76px; 
    height: 136px;
    left: 0px;
    position: absolute;
    background-image: url('../images/desktop/bt-next-l-n@2x.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
}

.slick-prev:hover {
    background-image: url('../images/desktop/bt-next-l-h@2x.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-next {
    width: 76px; 
    height: 136px;
    right: 0px;
    position: absolute;
    background-image: url('../images/desktop/bt-next-r-n@2x.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 1;
}
.slick-next:hover {
    background-image: url('../images/desktop/bt-next-r-h@2x.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slick-prev::before,
.slick-next::before {
    opacity: 0;
    display: none;
}

/* the slides */
.slick-slide {
    margin: 0 20px 0 20px;
}

.update_area {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 56px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a0a0a0;
}


