@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 {
    height: 100%;
}
body {
    font-family: 'Roboto', 'Noto Sans Korean', sans-serif;
}

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

header {
    display: block;
    width: 100%; 
}

.slide_image {
    width: 100%;
    height: auto;
    max-height: 567px;
}

.slick-slide > div {
    height: 100%;
    position: relative;
}

.slick-dots {
    bottom: 10px;
}

.slick-dots li img:nth-child(1) {
    display: block;
}

.slick-dots li img:nth-child(2) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(1) {
    display: none;
}

.slick-dots li.slick-active img:nth-child(2) {
    display: block;
}

.slick-dots li button {
    background-image: url(../images/mobile/page-inact@2x.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    text-indent: -9999px;
    overflow:hidden;
    /* more CSS */
}

.slick-dots li.slick-active button {
    background-image: url(../images/mobile/page-act@2x.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    text-indent: -9999px;
    overflow:hidden;
    /* more CSS */
}

section {
    min-width: 100%;
}

.content {
    width: 87.2%;
    margin: 50px auto;
}

.place_name {
    margin-bottom: 20px;
    font-size: 24px;
    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: 13px;
    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;
    width: 26px;
    height: 26px;
}

.like_button {
    margin-left: 5px;
    width: 26px;
    height: 26px;
}
.like_count {
    margin-top: 15px;
    margin-left: 5px;
    font-size: 30px;
    color: #000000;
}

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

.content_left {
    width: 70%;
    vertical-align: top;
    padding-right: 10px;
}

.content_right {
    width: 30%;
    vertical-align: top;
}

h1 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}

p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #2e2e2e;
}

span {
    font-size: 13px;
    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-left: 10px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

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

footer {
    width: 100%;
    /* height: 100%;
    max-height: 500px;  */
}

.main_image {
    width: 100%;
    height: auto;
    /* width: 100%;
    height: 100%;
    max-width: 425px;
    max-height: 500px; 
    background-image: url('../images/danginbookplant_4_4.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
}

.update_area {
    width: 100%;
    padding-bottom: 24px;
    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;
}

