body {
    font-family: 'Nanum Barun Gothic', sans-serif;
    line-height: 1;
    overflow: scroll;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.wrap {
    width: 100%;
    height: auto;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.bigimg {
    background-image: url("../banner3.jpg");
    background-position: center center;
    background-size: cover;
    height: 200px;
}

.bigimg img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

.contents {
    width: 100vw;
    height: auto;
    overflow-y: auto;
    background-color: #ebebeb;
}

.contentInnerContentsModalWrapper {
    width: 100%;
    height: 100vh;
    z-index: 1002;
    background-color: rgba(1, 1, 1, 0.5);
    display: none;
    position: fixed;
}

.contentInnerContentsModalContentWrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.contentInnerContentsModalContent {
    width: 100%;
    height: auto;
    overflow-y: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

.contentInnerContentsWrapper {
    width: 100vw;
    height: 100%;
    min-height: -webkit-fill-available;
    left: 100vw;
    position: fixed;
    z-index: 1000;
    overflow-y: scroll;
    background-color: white;
}

.contentInnerContents {
    width: 100vw;
    height: 100%;
    overflow-y: auto;
}
.grecaptcha-badge { 
    visibility: hidden;
}

@keyframes innerContents_on {
    0% {
        left: 100vw;
    }
    100% {
        left: 0px;
    }
}

@keyframes innerContents_off {
    0% {
        left: 0px;
    }
    100% {
        left: 100vw;
    }
}

#account_content {
    width: 100vw;
    height: 100vh;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 0.8em;
    background-color: white;
    text-align: center;
}

.loginWrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    display: none;
    font-family: "Nanum Gothic", sans-serif;
    margin: 0 0;
    font-size: 0.8em;
    background-color: white;
    overflow-x: hidden;
    text-align: center;
}

.login_top_img {
    width: 100vw;
    height: 20vw;
    margin: 0vw auto 5vw auto;
}

.login_top_img>img {
    margin-top: 3vw;
    width: 50vw;
}

.login_form {
    text-align: center;
    margin-top: 8vw;
}

#signup_form_top {
    text-align: center;
}

#signup_form_bottom {
    text-align: center;
    display: none;
}

.itext {
    width: 85vw;
    border: 0px;
    margin: 5px;
    padding: 10px 0 5px 5px;
    border-bottom: 1.5px solid #e1e1e1;
    outline-style: none;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.login_form>.itext:focus {
    border-bottom: 1.5px solid #42ade2;
}

.itext::-webkit-input-placeholder {
    /* 크롬 4–56 */
    color: #B6B6B6;
}

.itext:-moz-placeholder {
    /* 파이어폭스 4–18 */
    color: #B6B6B6;
    font-size: 14px;
    opacity: 1;
}

.itext::-moz-placeholder {
    /* 파이어폭스 19–50 */
    color: #B6B6B6;
    font-size: 14px;
    opacity: 1;
}

.itext:-ms-input-placeholder {
    /* 인터넷 익스플로러 10+ */
    color: #B6B6B6;
    font-size: 14px;
}

.itext::placeholder {
    /* 파이어폭스 51+, 크롬 57+ */
    color: #B6B6B6;
    font-size: 14px;
    opacity: 1;
}

#emailPassword {
    margin-top: 22px;
}

.birthdaySelect {
    background: transparent;
    border: 0px;
    height: 10vw;
}

.birthdaySelect option {
    color: black;
}

.itext option {
    color: black;
}

#sign_up_sex {
    width: 100vw;
    overflow-y: auto;
    margin: auto;
    margin-top: 28px;
}

#sign_up_sex>div:first-child {
    margin: auto;
    margin-left: calc((100% - 180px - 32px) / 2);
    background-color: #42ADE2;
    color: white;
}

#sign_up_sex>div:nth-child(2) {
    margin: auto;
    margin-left: 32px;
}

#sign_up_sex>div {
    width: 90px;
    height: 29px;
    float: left;
    border: solid 1px #B6B6B6;
    font-size: 1.1em;
    padding-top: 7px;
    font-weight: bold;
    border-radius: 2px;
}

#sign_up_birthday_wrapper {
    width: 85vw;
    border: 2px solid #B6B6B6;
    height: 35px;
    margin: auto;
    margin-top: 30px;
    border-radius: 2px;
}

#sign_up_birthday_wrapper>input {
    width: calc(85vw - 15px);
    height: 33px;
    margin: auto;
    border: 0px;
    background-color: white;
    text-align: center;
    font-size: 1.2em;
}

#sign_up_birthday_wrapper>input::before {
    content: attr(data-placeholder);
    width: calc(85vw - 15px);
}

#sign_up_birthday_wrapper>input:focus::before,
#sign_up_birthday_wrapper>input:valid::before {
    display: none;
}

#sign_up_phone_code {
    width: 86vw;
    padding-left: 15px;
    border: 2px solid #707070;
    height: 50px;
    margin: auto;
    margin-top: 30px;
    border-radius: 2px;
    background-color: white;
    color: #707070;
    font-size: 1.2em;
}

#signup_auth_key{
    width: calc(86vw -  21px);
    padding-left: 15px;
    border: 2px solid #B6B6B6;
    height: 44px;
    margin: auto;
    margin-top: 16px;
    border-radius: 2px;
    color: #707070;
    background-color: white;
    display:none;

}
#signup_auth_key :focus{
    border-color: #707070;
}
#signup_auth_key_time_left{
    width: 100px;
    float: right;
    color: red;
    text-align: right;
    font-size: 1.2em;
    margin-top: -50px;
    position: relative;
    padding-right: 15px;
    padding-top: 15px;
    display:none;
}
#sign_up_alim_alert{
    padding-top: 10px;
    width: 85vw;
    margin: auto;
    text-align: left;
    font-size: 1em;
    color: #888888;
}
#auth_key_complete{
    width: 100px;
    float: right;
    font-weight: bold;
    text-align: right;
    font-size: 1em;
    margin-top: -50px;
    position: relative;
    padding-top: 14px;
    padding-right: 10px;
    display:none;
}

.loginbtn {
    width: 85vw;
    margin: 30px auto 0 auto;
    margin-bottom: 50px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #42ade2;
    color: white;
}

.signupbtn {
    width: 85vw;
    margin: 30px auto 0 auto;
    margin-bottom: 8px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #C5C5C5;
    color: white;
    pointer-events: none;
}

#signup_phonenumber_box {
    float: left;
    width: calc(60% - 5px);
    border: 2px solid #C5C5C5;
    height: 44px;
    padding-left: 15px;
    color: #707070;

}

#signup_code_request_btn {
    border: solid 2px #C5C5C5;
    background-color: #C5C5C5;
    color: white;
    float: right;
    width: calc(30% - 5px);
    height: 34px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#signup_phone_request_wrapper {
    margin: auto;
    width: 86vw;
    margin-top: 16px;
    overflow: auto;
}

#signup_show_signup_bottom_btn {
    width: 85vw;
    margin: 30px auto 0 auto;
    margin-bottom: 8px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-color: #C5C5C5;
    color: white;
    pointer-events: none;
}

.sign_up_err_msg {
    padding-top: 10px;
    width: 85vw;
    margin: auto;
    text-align: left;
    font-size: 1em;
    color: red;
}

.signup_guide {
    width: 84vw;
    margin: auto;
    margin-bottom: 400px;
    margin-top: 10px;
    font-size: 0.9em;
    font-weight: 700;
    color: #888888;
}

.signup_guide a {
    color: #42ADE2;
    text-decoration: underline;
}

.indexProductItemGroupWrapper {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    background: #fff;
    top: 59px;
    z-index: -1;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 9px;
}

.indexThumbnailCarouselWrapperWrapper {
    width: 100%;
    overflow-y: auto;
    overflow-x: scroll;
    margin-top: 10px;
    margin-bottom: 22px;
    -ms-overflow-style: none;
}


/*스크롤바를 없애기위한 css*/

.indexThumbnailCarouselWrapperWrapper::-webkit-scrollbar {
    display: none;
}

.indexThumbnailCarouselWrapper {
    width: max-content;
}

.indexProductItemThumbnailWrapper {
    width: 300px;
    position: relative;
    float: left;
    margin-left: 15px;
    border: 1px solid #ebebeb;
}

.indexProductItemThumbnailImageOverlay {
    width: 300px;
    height: 200px;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
}

.indexProductItemThumbnailImage {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.indexProductItemThumbnailName {
    margin-top: 50px;
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    height: 2.4em;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.indexProductItemThumbnailIntro {
    margin-top: 30px;
    color: white;
    height: 2.4em;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    font-size: 1rem;
}

.indexProductItemThumbnailLocation {
    font-size: 12px;
    color: #acacac;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    float: left;
    font-weight: 700;
}

.indexProductItemThumbnailCost {
    max-width: 200px;
    float: right;
    margin: 5px 7px 5px 0;
    color: #c74040;
    font-weight: 800;
    font-size: 13px;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

#myPageBotMenuWrapper {
    width: 100vw;
    height: 45px;
    bottom: 0;
    position: fixed;
    font-size: 13px;
    color: #c7c7c7;
    background-color: white;
    box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px -4px 5px 0px rgba(0, 0, 0, 0.22);
}

.myPageBotMenuButton {
    width: 25vw;
    height: 45px;
    float: left;
    text-align: center;
}

.myPageBotMenuButton p {
    margin-top: 12px;
}

.contents .c_title {
    margin: 0 0 5px 0;
    font-size: 0.8em;
}

.contents .c_title_tag {
    color: #07b4d0;
    font-size: 17px;
    font-weight: 800;
    margin: 0 0;
}

.spot_wrap {
    width: 100%;
    height: 310px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: white;
    position: relative;
}

.spot_wrap>.spot_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    /* display: inline-block; */
    background-size: cover;
    background-position: center;
}

.spot_wrap>.spot_text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: absolute;
    padding: 0 13px 0 13px;
    box-sizing: border-box;
    left: 0px;
    bottom: 72px;
}

.spot_title {
    color: #fff;
    width: 100%;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-shadow: 0 0 2px #4e4e4e;
}

.spot_city {
    width: 100%;
    margin-bottom: 9px;
    font-size: 11px;
    color: #fff;
    letter-spacing: 0.04em;
    text-shadow: 0 0 2px #4e4e4e;
}

.spot_description {
    width: 100%;
    height: 4vw;
    font-size: 11px;
    line-height: 1.2;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    white-space: nowrap;
    word-wrap: normal;
    color: #fff;
    overflow: hidden;
    display: block;
    -webkit-box-orient: vertical;
    letter-spacing: 0.04em;
    text-shadow: 0 0 2px #4e4e4e;
    margin-bottom: 5px;
}

.spot_additional_info_wrapper {
    width: 100%;
    height: 70px;
    background-color: white;
    font-size: 2.8vw;
}

.spot_tag_wrapper {
    margin-top: 20px;
    font-weight: 700;
    color: #d1d1d1;
    float: left;
    width: 50vw;
}

.spot_tag_wrapper>.spot_tag_symbol {
    width: 35px;
    height: 35px;
    margin-left: 12px;
    float: left;
}

.spot_tag_wrapper>.spot_tag_symbol>img {
    width: 35px;
    height: 35px;
}

.spot_tag_wrapper>.spot_tag_text {
    font-size: 1.2em;
    color: #6B6B6B;
    float: left;
    margin-left: 11px;
    margin-top: 10px;
}

.spot_additional_info_wrapper>.post_number {
    width: calc(50vw - 12px);
    color: #6B6B6B;
    background-color: white;
    font-size: 1.2em;
    margin-top: 30px;
    float: left;
    text-align: right;
    padding-right: 12px;
    font-weight: 600;
}

.topmenuWrapper {
    position: fixed;
    left: 0;
    width: 100%;
    overflow-y: auto;
    background: white;
    transition: top 0.3s ease-in-out;
    z-index: 1;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.22);
}

.topmenu {
    width: 100vw;
    margin: 0 auto;
    height: 50px;
    font-size: 30px;
    margin-top: 8px;
}

.topmenu_left {
    width: 10%;
    float: left;
    text-align: left;
    margin-left: 3vw;
    font-size: 30px;
}

.topmenu_center {
    width: calc(74% - 10px);
    float: left;
    padding-left: 10px;
    padding-top: 13px;
    font-size: 16px;
    font-weight: 800;
    color: #42ade2;
}

.topmenu_right {
    width: 20vw;
    top: 12px;
    right: 16px;
    position: absolute;
    text-align: right;
}

.bottom_menu_wrapper {
    position: fixed;
    bottom: 0;
    width: 100vw;
    overflow-y: auto;
    text-align: center;
    line-height: 1;
    margin: 0;
    z-index: 1;
    box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.22);
}

.bottom_menu_wrapper>div {
    background-color: #fff;
    float: left;
    width: 33.3333%;
    height: 60px;
    border-bottom: 2px solid white;
    border-color: white;
}

.bottom_menu_wrapper>div>img {
    height: 25px;
    margin-top: 8px;
}

.bottom_menu_wrapper>div>p {
    padding: 5px 0px 5px 0px;
    color: #c7c7c7;
    font-size: 0.7rem;
    margin: 0;
}

.innerContentsWrapper {
    width: 100vw;
    background-color: #ebebeb;
}

.innerContentsImagesWrapper {
    width: 100%;
    height: 220px;
    position: relative;
}

.inner_contents_images_hover {
    width: 100%;
    position: absolute;
    padding-top: 10px;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
    z-index: 1;
}

.inner_contents_images_hover>.back_btn {
    float: left;
    margin-left: 10px;
}

.inner_contents_images_hover>.share_btn {
    float: right;
    margin-right: 10px;
}

.innerContentsImagesTop {
    position: absolute;
    top: 0;
    width: calc(100% - 20px);
    height: 30px;
    padding: 10px;
}

.innerContentsMapWrapper {
    width: 100%;
    max-height: 250px;
    overflow: auto;
    background-color: white;
}

.innerContentsMap {
    width: 100%;
    height: 250px;
    display: none;
}

.innerContentsInfoTitle {
    width: 100%;
    height: 2.5em;
    font-weight: bold;
    font-size: 13.89px;
    color: #AAAAAA;
}

.innerContentsEditButton {
    width: 2.5em;
    height: 1.4em;
    float: right;
    padding-top: 0.1em;
    font-size: 1em;
    text-align: center;
    color: gray;
}

.innerContentsImageArrowWrapper {
    width: 15vw;
    height: 100%;
    text-align: center;
    font-size: 50px;
    text-shadow: 0px 0px 10px black;
    color: white;
}

.innerContentsTitlesWrapper {
    width: 100vw;
    overflow: auto;
    padding-top: 0.1vh;
    background-color: white;
    text-align: center;
}

.inner_contents_spot_city {
    width: 100%;
    margin-top: 9px;
    font-size: 11px;
    color: #606060;
    letter-spacing: 0.04em;
}

.innerContentsTitleKor {
    width: 100%;
    font-size: 13.9px;
    font-weight: bold;
    color: black;
}

.innerContentsTitleEngNat {
    width: 100%;
    font-size: 9.73px;
    color: #606060;
}

.innerContentsTitlePost {
    width: 100%;
    font-size: 12px;
    color: #C7C7C7;
    margin-top: 10px;
    margin-bottom: 10px;
}

.innerContentsTitlePost>blue {
    color: #42ade2;
}

.innerContentsTagWrapper {
    width: 100vw;
    margin-top: 15px;
    padding-left: 3vw;
    padding-top: 5px;
    border-bottom: 1px solid;
    border-color: #e7e7e7;
    overflow-y: auto;
    background-color: white;
}

.innerContentsTag {
    height: 25px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-right: 5px;
    font-size: 14px;
    float: left;
    color: #42ade2;
    font-weight: bold;
}

.innerContentsContents {
    overflow-wrap: break-word;
    overflow: auto;
    font-size: 11.11px;
}

.innerContentsFactsWrapper {
    width: 100%;
    padding-top: 15px;
    background-color: white;
    font-size: 12px;
}

.innerContentsFact {
    width: 100%;
    padding-left: 3vw;
    overflow: auto;
    margin-bottom: 25px;
}

.innerContentsMapButton {
    width: 80%;
    height: 27px;
    padding-top: 10px;
    margin: auto;
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: white;
    background-color: #42ADE2;
}

.innerContentsMapButton>img {
    width: 16px;
    height: 10px;
    margin-left: 5px;
}

.innerContentsPostWrapper {
    width: 100%;
    padding-top: 2vw;
    font-size: 13.9px;
    background-color: white;
    color: black;
    overflow-x: auto;
    overflow-y: hidden;
}

.inner_contents_post_title {
    width: 100%;
    padding-top: 2vw;
    margin-top: 10px;
    font-size: 13.9px;
    background-color: white;
    color: black;
}

.inner_contents_post_title>h3 {
    padding-left: 7vw;
    padding-top: 5px;
    font-weight: bold;
}

.innerContentsPostListWrapper {
    width: max-content;
    margin-top: 10px;
}

.inner_contents_share_modal_background {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    display: none;
}

.inner_contents_share_modal_wrapper {
    width: calc(100% - 80px);
    height: 300px;
    margin-top: calc(50vh - 150px);
    margin-left: 40px;
    background-color: white;
    border-radius: 5px;
}

.inner_contents_share_modal_top {
    width: 100%;
    height: 25px;
    padding-top: 5px;
}

.inner_contents_share_modal_top_title {
    width: 50px;
    height: 100%;
    float: left;
}

.inner_contents_share_modal_top_off {
    width: 20px;
    height: 100%;
    text-align: right;
    float: right;
    padding-right: 3vw;
    margin-top: 5px;
}

.inner_contents_share_modal_top_title>h3 {
    padding-left: 3vw;
    font-weight: bold;
}

.inner_contents_share_modal_item_wrapper {
    width: calc(100% - 40px);
    margin: auto;
    height: 40px;
    margin-bottom: 16px;
    padding-bottom: 9px;
    border-bottom: solid 1px #C7C7C7;
}

.inner_contents_share_modal_item_icon {
    width: 35px;
    margin-left: 5px;
    float: left;
}

.inner_contents_share_modal_item_text {
    width: 100px;
    margin-left: 25px;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 8px;
}

.h_post_block_wrapper {
    width: 75vw;
    height: 385px;
    margin-bottom: 15px;
    margin-right: 3vw;
    margin-left: 7vw;
    display: inline-block;
    background-color: white;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 22%);
    float: left;
}
.profileEditbtn {
    width: 90px;
    height: 24px;
    line-height: 24px;
    float: right;
    border: 1px solid #8F8D8D;
    text-align: center;
    border-radius: 5px;
    color: #8F8D8D;
    font-size: 13px;
}

.logOutbtn {
    border-radius: 4px;
    width: 90%;
    font-size: 13px;
    height: 25px;
    background-color: #EEEDED;
    margin: auto;
    color: #888888;
    text-align: center;
    line-height: 25px;
}

#mypageHomeProfileWrapper {
    height: 15vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-bottom: 3vw;
    width: 94vw;
    background-color: white;
}

.mypageProfileEditItemWrapper {
    width: 100vw;
    height: 46px;
    line-height: 46px;
    background-color: white;
    margin-bottom: 1px;
    font-size: 15px;
}

.mypageProfileEditItemTitle {
    width: calc(43% - 12px);
    float: left;
    margin-left: 12px;
}

.mypageProfileEditItemValue {
    width: calc(57% - 17px);
    float: right;
    text-align: right;
    color: #a1a1a1;
    margin-right: 17px;
}

.mypageProfileEditItemValue>img {
    width: 9px;
    vertical-align: middle;
    padding-left: 8px;
}

#myPageContentsWrapper {
    height: auto;
    background-color: white;
}

#mypage_post_list_wrapper {
    width: 100%;
    padding-top: 15px;
    background-color: white;
    overflow: auto;
}

#mypage_post_list_wrapper h2 {
    margin: 0px 0px 10px 15px;
    font-size: 1.2em;
    font-weight: 800;
}

.mypage_post_list_content_wrapper {
    width: max-content;
}

.mypage_post_list_content_wrapper_wrapper {
    width: 100%;
    padding-top: 10px;
    overflow-y: auto;
    margin-top: 10px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.mypage_post_list_content_wrapper_wrapper::-webkit-scrollbar {
    display: none;
}


/*
#mypage_post_list_wrapper>.thumbnailGroupWrapperWrapper>.thumbnailGroupWrapper {
    width: max-content;
} */

.mypageHomeReservationList {
    width: 100%;
    height: auto;
    overflow-y: auto;
}

.mypageReservationThumbnail {
    position: relative;
    height: 240px;
    background: #000;
}

.mypageReservationThumbnail>.Back {
    width: 100%;
    position: absolute;
    display: inline;
    float: left;
    margin: 10px 0px 0px 10px;
    z-index: 3;
}

.mypageReservationThumbnail>.Back img {
    height: 25px;
}

.mypageReservationThumbnail>img {
    width: 100%;
    object-fit: cover;
    height: 240px;
    opacity: 0.6;
}

.mypageReservationInfo {
    text-align: center;
    color: #fff;
    line-height: 8.3px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 85px;
}

.mypageReservationBookStatus {
    border-radius: 5px;
    background-color: #6a8d9f;
    font-weight: 800;
    font-size: 8.5px;
    line-height: 18.8px;
    letter-spacing: 0.3px;
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 6px;
}

.mypageReservationTitle {
    font-weight: 800;
    font-size: 17.5px;
    letter-spacing: 0.7px;
    line-height: 22.9px;
}

.mypageReservationTime {
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 18.8px;
}

.mypageReservationGoProductDetail {
    font-weight: 700;
    font-size: 13.5px;
    line-height: 32.5px;
    letter-spacing: 0.5px;
}

.mypageReservationContents {
    display: inline-block;
    width: 100%;
    padding: 21px 26px 0 26px;
    box-sizing: border-box;
}

.mypageReservationContents p {
    margin: 0;
    display: inline-block;
}

.mypageReservationContents img {
    height: 16.5px;
    transform: rotate(90deg);
    vertical-align: top;
    margin-left: 12px;
}

.mypageReservationBookerDetailWrapper {
    display: none;
}

.mypageReservationBookerDetail {
    box-sizing: border-box;
    padding: 0 26px;
}

.mypageReservationBookerDetail p {
    margin: 0;
    display: inline-block;
}

.mypageReservationBookerDetail li {
    margin-bottom: 7px;
}

.mypageReservationTotalPrice {
    box-sizing: border-box;
    padding: 0 26px;
}

.mypageReservationTotalPrice p {
    margin: 0;
    display: inline-block;
}

.mypageReservationPLeft {
    clear: both;
    text-align: left;
    font-size: 15.5px;
    line-height: 18.8px;
    letter-spacing: 0.6px;
    color: #7a7a7a;
}

.mypageReservationPRight {
    float: right;
    text-align: right;
    font-size: 15.5px;
    line-height: 18.8px;
    letter-spacing: 0.6px;
    color: #585858;
}

.mypageReservationPayDate,
.mypageReservationBookDate,
.mypageReservationBookNum,
.mypageReservationBookerPhoneNum,
.mypageReservationBookerName,
.mypageReservationTotalPrice {
    display: inline-block;
    width: 100%;
    margin-bottom: 18px;
}

.thumbnailWrapper {
    width: 35vw;
    margin-left: 5vw;
    float: left;
}

.thumbnailWrapper>.thumbnail {
    width: 35vw;
    height: 35vw;
}

.thumbnailWrapper>.thumbnail>img {
    width: 35vw;
    height: 35vw;
    object-fit: cover;
}

#mypageInnerContentsDepth1 {
    font-family: 'Nanum Barun Gothic', sans-serif;
    line-height: 1;
    background: #EBEBEB;
}

#mypageInnerContentsDepth1 ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mypageInnerContentsDepth1 blockquote,
q {
    quotes: none;
}

#mypageInnerContentsDepth1 blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

#mypageInnerContentsDepth1 input {
    width: 100%;
    box-sizing: border-box;
    height: 8vw;
    border: 0px;
    border-bottom: 1px solid #B6B6B6;
}

#mypageInnerContentsDepth1 input:focus {
    outline: none;
}

#mypageInnerContentsDepth1 hr {
    margin: 0 0 12px 0;
    clear: both;
    color: #dcdcdc;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border-width: 0;
}

.mypagReservationList h2 {
    margin: 10px 0px 0px 15px;
    font-size: 1.2em;
    font-weight: 800;
}

.homeProfileEditTitle {
    width: 100%;
    box-sizing: border-box;
    height: 43px;
    line-height: 43px;
    font-size: 17px;
    font-weight: bold;
    background: #fff;
    padding: 0 14px;
}

.homeProfileEditApply {
    margin-top: 1px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #42ade2;
    color: white;
}

.homeProfileEditMsg {
    font-size: 3vw;
    color: red;
    text-align: right;
}

.homeprofileEditTop {
    width: 100vw;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid;
    border-color: #ebebeb;
    color: #42ade2;
    background: #fff;
}

.homeprofileEditTopBack {
    float: left;
    margin-left: 15px;
}

.homeprofileEditTopBack>img {
    width: 21px;
    vertical-align: middle;
}

.homeprofileEditTopTitle {
    float: left;
    margin-left: 22px;
    font-weight: 700;
}

#home_profile_pic_wrapper {
    width: 100%;
    height: 134px;
}

#homeProfileEditPicButton {
    margin: auto;
    top: 30px;
    width: 70px;
    height: 70px;
    background-color: gray;
    border-radius: 35px;
    position: relative;
    background-size: cover;
}

.productHomeItemGroupWrapper {
    background: #fff;
    top: 59px;
    z-index: -1;
    padding: 12px 12px 15px 12px;
    float: left;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 2px;
}

.productHomeItemGroupWrapper h2 {
    margin: 7px 0 19px 0;
    font-size: 1.2em;
    font-weight: 800;
}

.productHomeItemThumbnailGroupWrapper {
    width: 100%;
    height: auto;
    overflow-y: auto;
}

.productHomeItemThumbnailWrapper {
    width: calc(50% - 2.5px);
    box-sizing: border-box;
    display: inline-block;
    margin: 10px 0 0 0;
    float: left;
}


/*.productHomeItemThumbnailWrapper p{
	padding: 0 3px;
}*/

.productHomeItemThumbnailGroupWrapper>.productHomeItemThumbnailWrapper:nth-child(odd) {
    margin-right: 5px;
}

.productHomeItemThumbnailImage {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 2px;
}

.productHomeItemThumbnailLocation {
    font-size: 10px;
    color: #999;
    font-weight: 700;
}

.productHomeItemThumbnailLocation img {
    width: 13px;
    height: 8px;
    margin-right: 5px;
    vertical-align: middle;
}

.productHomeItemThumbnailName {
    color: #000;
    font-weight: 800;
    font-size: 14px;
    padding: 1px;
    /*글자짤림 해결*/
    height: 15px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 14px;
}

.productHomeItemThumbnailIntro {
    margin-top: 5px;
    padding-top: 2px;
    /*글자짤림 해결*/
    font-size: 11px;
    line-height: 11px;
    height: 28px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.productHomeItemThumbnailCost {
    margin-top: 9px;
    margin-bottom: 5px;
    float: right;
    color: #c74040;
    font-weight: 700;
    font-size: 0.7rem;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.productHomeItemMore {
    clear: both;
    text-align: center;
    font-weight: 700;
    color: #42ade2;
    background: #fff;
    padding: 12px 0;
    top: 63px;
    margin-bottom: 5px;
    font-size: 14px;
}

.productInnerNav {
    position: relative;
    width: 100%;
    z-index: 2;
}

.productInnerNav>.productInnerBack {
    display: inline;
    left: 0px;
    margin: 10px 0 0 10px;
    position: absolute;
}

.productInnerNav>.productInnerShare {
    display: inline;
    right: 0px;
    margin: 10px 10px 0 0;
    position: absolute;
}

.productInnerThumbnail {
    width: 100%;
    height: 240px;
}

.productInnerShadow {
    width: 100%;
    box-shadow: 0 0 72px 40px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0 0 72px 40px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 0 72px 40px rgba(0, 0, 0, 0.40);
    position: relative;
    z-index: 1;
}

.productInnerThumbnail>img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}

.productInnerContents {
    clear: both;
    padding: 25px 10px 0 10px;
    background: #fff;
}

.productInnerNation {
    font-size: 0.7rem;
    color: #5b5b5b;
}

.productInnerNation img {
    width: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.productInnerTitle {
    margin-top: 15px;
    font-size: 1.2rem;
    font-weight: 700;
}

.productInnerTime {
    margin-top: 15px;
    color: #626262;
    font-size: 0.95rem;
    font-weight: 700;
}

.productInnerDescription {
    overflow: hidden;
    white-space: pre-wrap;
    font-size: 0.95rem;
    margin-top: 10px;
    color: #626262;
    letter-spacing: 0.5px;
    font-weight: 700;
    line-height: 1.3;
}

.productInnerPrice {
    clear: both;
    text-align: right;
    color: #c74040;
    font-size: 1.2rem;
    font-weight: 700;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.productInnerKakaoPlusWrapper {
    background: #fff;
    padding: 50px 0 45px 0;
}

.productInnerKakaoPlus {
    clear: both;
    width: 93%;
    background: #fae100;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    border-radius: 2px;
}

.productInnerKakaoPlus img {
    width: 25px;
    vertical-align: middle;
    display: inline;
}

.productInnerKakaoPlus p {
    display: inline;
    margin-left: 5px;
    font-weight: 700;
    color: #3b2c30;
}

.productInnerSkyScraper {
    width: 100%;
}

.productInnerSkyScraper img {
    width: 100%;
}

.productInnerShareWrapper {
    background-color: white;
    width: 80%;
    height: auto;
    overflow-y: auto;
    border-radius: 4px;
    margin: auto;
}

.productInnerShareContentsWrapper {
    width: 70vw;
    overflow-y: auto;
    margin: auto;
    font-size: 1em;
}

.productInnerShareContentsWrapper hr {
    color: #c7c7c7;
    border-color: #c7c7c7;
    background-color: #c7c7c7;
    height: 1px;
    border-width: 0px;
    margin: 0;
}

.productInnerShareButton img {
    width: 33px;
    height: 33px;
    float: left;
    transform: translateY(10px);
}

.productInnerShareButton {
    width: 90%;
    height: 60px;
    font-size: 13px;
    font-weight: 700;
}

.productInnerShareButton>div {
    margin-left: 20px;
    float: left;
    transform: translateY(130%);
}

.productInnerShareTop {
    width: 100%;
    height: 25px;
    color: #4b4b4b;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 700;
}

.productInnerSpotWrapperWrapper {
    background: #fff;
    margin-top: 15px;
    width: 100%;
}

.productInnerSpotWrapperWrapper>h2 {
    color: #42ade2;
    padding: 15px 18px;
    font-weight: 700;
    font-size: 0.9rem;
}

.productInnerSpotWrapperWrapper div {
    font: inherit;
    vertical-align: baseline;
    text-decoration: none
}

.productInnerSpotWrapperWrapper p {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none
}

.productInnerSpotWrapper {
    clear: both;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    height: 79px;
}

.productInnerSpotWrapper:first-child {
    border-top: 1px solid #ebebeb;
}

.productInnerSpotWrapper>.SpotThumbnail {
    float: left;
    box-sizing: border-box;
    display: inline-block;
    width: 22%;
    height: 80px;
}

.productInnerSpotWrapper>.SpotThumbnail>img {
    object-fit: cover;
    height: 80px;
    vertical-align: middle;
    width: 100%;
}

.productInnerSpotWrapper>.SpotInfo {
    width: 78%;
    display: inline-block;
    box-sizing: border-box;
    float: right;
    white-space: nowrap;
    height: 80px;
    padding: 5px 0 5px 10px;
}

.productInnerSpotWrapper>.SpotInfo>.SpotNation {
    font-size: 0.5rem;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.productInnerSpotWrapper>.SpotInfo>.SpotNation img {
    width: 15px;
    margin-right: 5px;
    vertical-align: middle;
}

.productInnerSpotWrapper>.SpotInfo>.SpotTitle {
    color: #111;
    font-size: 0.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 3px 0 5px 0;
    font-weight: 700;
}

.productInnerSpotWrapper>.SpotInfo>.SpotDesciption {
    color: #999;
    font-size: 0.7rem;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 5px 0 3px 0;
}

.productInnerSpotWrapper>.SpotInfo>.SpotTag {
    font-size: 0.6rem;
    color: #42ade2;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 4px 0 4px 0;
    display: none;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData {
    box-sizing: border-box;
    padding-bottom: 15px;
    font-size: 0.6rem;
    line-height: 15px;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    display: none;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData img {
    height: 10px;
    vertical-align: middle;
    margin-right: 10px;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData>.BookmarkMeta {
    display: inline-block;
    width: 18%;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData>.CommentMeta {
    display: inline-block;
    width: 18%;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData>.TravelogMeta {
    display: inline-block;
    width: 18%;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData>.AverageMeta {
    display: inline-block;
    width: 18%;
}

.productInnerSpotWrapper>.SpotInfo>.SpotMetaData>.ExpectMeta {
    display: inline-block;
    width: 18%;
}

.productInnerReviewWrapper {
    width: 100%;
    overflow-y: auto;
    margin-top: 20px;
    background: #fff;
}

.productInnerReviewTitle {
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0 14px 14px;
}

.productInnerReviewListWrapper {
    width: 100%;
    overflow-y: auto;
    padding: 28px 12px 0 12px;
    box-sizing: border-box;
    background: #fff;
}

.productInnerReviewSingleNickname {
    float: left;
    font-size: 16px;
    font-weight: 700;
}

.productInnerReviewSingleDots {
    float: right;
}

.productInnerReviewSingleDots img {
    height: 16px;
}

.productInnerReviewSingleDate {
    clear: both;
    font-size: 11px;
    color: #888;
    padding-top: 10px;
}

.productInnerReviewSingleContent {
    font-size: 14px;
    color: #505050;
    padding-top: 10px;
    padding-bottom: 19.5px;
    margin-bottom: 19.5px;
    border-bottom: 0.5px solid #707070;
}

.productInnerReviewInputWrapper {
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 18px 12px 0 12px;
}

.productInnerReviewInputLeft {
    width: calc(50% - 12px);
    display: inline-block;
    margin-right: 24px;
}

.productInnerReviewInputLeft::placeholder {
    color: #AEAEAE;
}

#productInnerReviewInputNickname {
    width: 100%;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.5px solid #AEAEAE;
    color: #000;
    background: #F5F5F5;
    outline-style: none;
}

#productInnerReviewModifyNickname {
    width: 100%;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.5px solid #AEAEAE;
    color: #000;
    background: #F5F5F5;
    outline-style: none;
}

.productInnerReviewInputRight {
    width: calc(50% - 12px);
    display: inline-block;
}

.productInnerReviewInputRight::placeholder {
    color: #AEAEAE;
}

#productInnerReviewInputPassword {
    width: 100%;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.5px solid #AEAEAE;
    color: #000;
    background: #F5F5F5;
    outline-style: none;
}

#productInnerReviewModifyPassword {
    width: 100%;
    font-size: 14px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0.5px solid #AEAEAE;
    color: #000;
    background: #F5F5F5;
    outline-style: none;
}

#productInnerReviewInputContent {
    border: 0px;
    background: #F5F5F5;
    resize: none;
    margin-top: 15px;
    height: 105px;
    width: 100%;
}

#productInnerReviewInputContent::placeholder {
    font-size: 14px;
    color: #AEAEAE;
}

#productInnerReviewModifyContent {
    border: 0px;
    background: #F5F5F5;
    resize: none;
    margin-top: 15px;
    height: 105px;
    width: 100%;
}

#productInnerReviewModifyContent::placeholder {
    font-size: 14px;
    color: #AEAEAE;
}

.productInnerReviewSubmit {
    float: right;
    width: 51px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #42ADE2;
    border-radius: 3px;
    text-align: center;
    margin-bottom: 10px;
}

.productInnerReviewSingleWrapper {
    position: relative;
}

.productInnerReviewDotsOpenWrapper {
    position: absolute;
    top: 0;
    right: 0;
    color: #888888;
    position: absolute;
    border: 1px solid #707070;
    font-size: 14px;
    background: #fff;
}

.productInnerReviewDotsOpenWrappermodify {
    border-bottom: 1px solid #707070;
    margin: 11px 3px 0px 3px;
    padding: 0 13px 11px 13px;
}

.productInnerReviewDotsOpenWrapperdelete {
    margin: 11px 3px 0px 3px;
    padding: 0 13px 11px 13px;
}

#productInnerReviewLoadMoreBtn {
    text-align: center;
    color: #42ADE2;
    font-weight: 700;
    margin-bottom: 80px;
}

.productInnerReviewRequirePasswordWrapper {
    height: 43px;
    line-height: 43px;
    background-color: #888;
    margin: auto;
    width: 75%
}

.productInnerReviewRequirePasswordLock {
    display: inline;
    padding: 13px;
    background-color: rgba(0, 0, 0, 0.1);
}

.productInnerReviewRequirePasswordLock>img {
    width: 14px;
}

.productInnerReviewRequirePasswordInput {
    display: inline;
    background-color: rgba(0, 0, 0, 0.1);
}

.productInnerReviewRequirePasswordInput>input {
    width: 188px;
    height: 37px;
    border: 0px;
    vertical-align: top;
    padding: 0px;
    margin-top: 3px;
}

.productInnerReviewRequirePasswordInput>input::placeholder {
    font-size: 14px;
    padding-left: 10px;
}

.productInnerReviewRequirePasswordCheckimg {
    display: inline;
    padding: 15px 11px 15px 11px;
}

.productInnerReviewRequirePasswordCheckimg>img {
    height: 11px;
}

.product_tab_menu_wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.product_tab_menu {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-top: 1px solid #ebebeb;
    background-color: white;
    text-align: center;
    color: #707070;
}

.product_tab_menu.selected {
    color: #42ade2;
    border-top: 2px solid #42ade2;
}

.product_tab_menu.selected>img {
    height: 17px;
    vertical-align: middle;
}

.product_tab_menu>img {
    height: 17px;
    vertical-align: middle;
}

.product_tab_menu_name {
    display: inline-block;
    padding-left: 12px;
    font-size: 15px;
    font-weight: 700;
}

#communityInnerContentsDepth1 {
    display: none;
}

.post_block_wrapper {
    width: 100%;
    display: inline-block;
    background-color: white;
    position: relative;
}

.user_wrapper {
    width: 100%;
    height: 45px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.user_wrapper>.user_pic {
    width: 45px;
    height: 45px;
    margin-left: 10px;
    border-radius: 25px;
    background-size: cover;
    float: left;
}

.user_wrapper>.user_right {
    width: calc(100% - 65px);
    height: 100%;
    margin-left: 10px;
    float: left;
}

.user_wrapper>.user_right>.user_name {
    font-size: 1.2em;
    font-weight: bold;
}

.user_wrapper>.user_right>.post_date {
    font-size: 0.8em;
}

.post_block_wrapper>.post_wrapper {
    width: 100%;
}

.post_block_wrapper>.post_wrapper>.post_content {
    width: calc(100% - 30px);
    height: auto;
    margin-top: 10px;
    margin-left: 15px;
    font-size: 1.0em;
}

.post_block_wrapper>.post_wrapper>.more_btn {
    width: 100px;
    position: absolute;
    margin-top: 10px;
    right: 30px;
    text-align: right;
    color: gray;
    font-weight: bold;
}

.post_block_wrapper>.spot_wrapper {
    width: calc(100% - 30px);
    margin-top: 10px;
    margin-left: 15px;
    border: thin solid #707070;
    border-radius: 5px;
    overflow-x: hidden;
}

.post_block_wrapper>.spot_wrapper>.spot_thumbnail {
    width: 80px;
    height: 60px;
    float: left;
    background-size: cover;
    border-radius: 5px;
}

.post_block_wrapper>.spot_wrapper>.spot_info_wrapper {
    width: calc(100% - 85.5px);
    margin-top: 5px;
    margin-left: 5.5px;
    float: left;
}

.post_block_wrapper>.spot_wrapper>.spot_info_wrapper>.spot_geocode {
    width: 100%;
    font-size: 0.7em;
}

.post_block_wrapper>.spot_wrapper>.spot_info_wrapper>.spot_name {
    width: 100%;
    margin-top: 2px;
    font-size: 0.8em;
    font-weight: bold;
}

.post_block_wrapper>.spot_wrapper>.spot_info_wrapper>.spot_intro {
    width: 100%;
    margin-top: 2px;
    font-size: 0.7em;
    height: 20px;
    line-height: 1.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_block_wrapper>.margin_block {
    width: 100%;
    height: 15px;
    background-color: #EBEBEB;
}

.post_block_wrapper>.comment_wrapper {
    width: 100%;
}

.post_block_wrapper>.comment_wrapper>hr {
    width: 90%;
    border-color: white;
}

.post_block_wrapper>.comment_wrapper>.comment_number {
    width: 95%;
    margin-right: 5%;
    margin-top: 15px;
    font-size: 0.8em;
    color: #707070;
    text-align: right;
}

.post_block_wrapper>.comment_wrapper>.comment_add_button {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 0.9em;
}

.h_post_block_wrapper>.comment_wrapper {
    width: 100%;
}

.h_post_block_wrapper>.user_wrapper {
    width: 100%;
    height: 40px;
    padding-top: 10px;
}

.h_post_block_wrapper>.user_wrapper>.user_pic {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    border-radius: 25px;
    background-size: cover;
    float: left;
}

.h_post_block_wrapper>.user_wrapper>.user_right {
    width: calc(100% - 65px);
    height: 100%;
    margin-left: 10px;
    float: left;
}

.h_post_block_wrapper>.user_wrapper>.user_right>.user_name {
    font-size: 1.2em;
    font-weight: bold;
}

.h_post_block_wrapper>.user_wrapper>.user_right>.post_date {
    font-size: 0.8em;
}

.h_post_block_wrapper>.post_wrapper>.post_content {
    width: auto;
    height: auto;
    /* max-height: 25px; */
    margin-top: 10px;
    margin-left: 15px;
    font-size: 1em;
}

.h_post_block_wrapper>.post_wrapper>.detail_btn {
    margin-top: 10px;
    width: 100%;
    height: 25px;
    width: 20%;
    float: left;
    display: none;
    text-align: right;
}

.h_post_block_wrapper>.comment_wrapper>hr {
    width: 90%;
    border-color: white;
}

.h_post_block_wrapper>.comment_wrapper>.comment_number {
    width: 95%;
    margin-right: 5%;
    margin-top: 5px;
    font-size: 0.8em;
    color: #707070;
    text-align: right;
}

.h_post_block_wrapper>.comment_wrapper>.comment_add_button {
    color: #707070;
    font-weight: bold;
    text-align: center;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 0.9em;
}

.post_img {
    width: 100%;
    height: 75vw;
    overflow: hidden;
    background-position: center;
}

.post_img>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.post_map_wrapper {
    width: 100%;
    height: 100%;
}

.post_map_wrapper>.map {
    width: 100%;
    height: 100%;
}

.post_map_wrapper>.marker_info {
    width: 90%;
    position: fixed;
    height: 60px;
    margin-left: 5%;
    bottom: 20px;
    background-color: white;
    z-index: 1;
}

.post_map_wrapper>.marker_info>.thumbnail {
    width: 54px;
    height: 54px;
    margin: 2px;
    background-size: cover;
    float: left;
}

.post_map_wrapper>.marker_info>.info_wrapper {
    margin-left: 5px;
    width: calc(100% - 63px);
    width: calc(100% - 123px);
    float: left;
}

.post_map_wrapper>.marker_info>.info_wrapper>.name {
    width: 100%;
    margin-top: 7px;
    font-size: 1.0em;
    font-weight: bold;
    color: #6B6B6B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_map_wrapper>.marker_info>.info_wrapper>.detail {
    width: 100%;
    margin-top: 2px;
    font-size: 0.8em;
    color: #6B6B6B;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_map_wrapper>.marker_info>.post_btn {
    width: 60px;
    margin-top: 18px;
    float: left;
    color: #42ADE2;
    text-align: center;
}

.post_map_wrapper>.marker_info>.label {
    position: absolute;
    top: -20px;
    left: 3px;
    height: 30px;
    width: 200px;
    color: #42ADE2;
    font-size: 0.9em;
}

.post_upload_wrapper {
    width: 100%;
    height: 100%;
    display: none;
}

#post_input_wrapper>input {
    border: 0;
    border-bottom: #ECECEC 1px solid;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    padding-bottom: 10px;
    font-size: 1em;
}

#post_inner_contents_map_wrapper {
    display: none;
}

#post_button_wrappers {
    width: 105px;
    height: 110px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 1001;
    transition: bottom 0.5s;
}

#post_gps_off_button {
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    right: 0;
    border-radius: 25px;
    text-align: center;
}

#post_gps_off_button>img {
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

#post_new_spot_marker_button {
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 25px;
    text-align: center;
}

#post_new_spot_marker_button>img {
    margin-top: 10px;
    width: 24px;
    height: 30px;
}

#post_new_spot_marker_add_button {
    width: 50px;
    height: 50px;
    background-color: #FC6666;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    border-radius: 25px;
    text-align: center;
}

#post_new_spot_marker_add_button>img {
    margin-top: 13px;
    width: 24px;
    height: 24px;
}

#post_new_spot_marker_delete_button {
    width: 50px;
    height: 50px;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    border-radius: 25px;
    text-align: center;
}

#post_new_spot_marker_delete_button>img {
    margin-top: 16px;
    width: 18px;
    height: 18px;
}

#post_new_spot_wrapper {
    width: 100%;
    height: auto;
    overflow: auto;
}

#post_preview_wrapper {
    width: 100%;
    height: 100%;
    display: none;
}

#new_spot_preview_map_wrapper {
    margin-top: 53px;
    width: 100%;
    height: 78vw;
    overflow-y: hidden;
}

#new_spot_preview_map {
    width: 100%;
    height: 100%;
}

#new_spot_info_wrapper {
    margin-top: 20px;
    width: 100%;
}

#new_spot_info_wrapper>input {
    border: 0;
    border-bottom: #ECECEC 1px solid;
    width: calc(100% - 40px);
    margin-left: 15px;
    margin-top: 15px;
    font-size: 1.1em;
}

#new_spot_info_wrapper>input::-webkit-input-placeholder {
    font-size: 1.1em;
    color: #C7C7C7;
}

#new_spot_marker_pin {
    width: 50px;
    height: 50px;
    font-size: 2em;
    z-index: 1001;
    position: absolute;
    left: calc(50vw - 25px);
    top: calc(50vh - 36px);
    display: none;
    text-align: center;
}

#ruler_horizontal {
    width: 100%;
    height: 1px;
    background-color: cyan;
    z-index: 1002;
    position: absolute;
    top: calc(50vh - 0.5px);
    text-align: center;
}

#ruler_vertical {
    width: 1px;
    height: 100%;
    background-color: cyan;
    z-index: 1002;
    position: absolute;
    left: calc(50vw - 0.5px);
    text-align: center;
}

.new_spot_tag {
    font-size: 0.8em;
    float: left;
    margin-right: 17px;
    margin-top: 13px;
    border: 1px solid;
    border-color: #c7c7c7;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 2px;
    border-radius: 100px;
    height: 23px;
}

.img_slider_wrapper {
    width: 100%;
    height: 75vw;
    white-space: nowrap;
    font-size: 0;
    transform: translateX(0);
}

.img_slider_element {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.img_slider_element>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.img_slider_animate {
    transition: all .5s ease-out;
}

.img_slider_counter_wrapper {
    width: 40px;
    height: 18px;
    padding-left: 3px;
    padding-top: 2px;
    border-radius: 25px;
    text-align: center;
    position: absolute;
    top: calc(75vw + 35px);
    left: calc(100% - 48px);
    color: white;
    background-color: #4A4A4A;
    font-size: 0.8em;
    letter-spacing: 2px;
}

#comment_top_bar>div:first-child {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 15px;
    width: 20px;
    height: 20px;
    float: left;
}

#comment_top_bar>div:nth-child(2) {
    width: calc(100% - 85px);
    margin-top: 13px;
    margin-left: 10px;
    float: left;
    font-size: 1.2em;
}

#comment_list_wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
    margin-top: 53px;
    overflow-y: scroll;
}

#comment_list_wrapper>.comment_block_wrapper {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    overflow-y: auto
}

#comment_list_wrapper>.comment_block_wrapper>.user_pic {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    background-size: cover;
    float: left;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper {
    width: calc(100% - 50px);
    margin-left: 10px;
    float: left;
    overflow-y: auto
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.right_upper_wrapper {
    width: 100%;
    height: 19px;
    margin-top: 11px;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.right_upper_wrapper>.user_name {
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.right_upper_wrapper>.comment_time {
    float: left;
    font-size: 0.8em;
    margin-left: 20px;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.right_upper_wrapper>.comment_menu_button {
    float: right;
}

.comment_menu_wrapper {
    width: 89px;
    height: 73px;
    background-color: white;
    box-shadow: 0px 1px 10px 1px rgb(0 0 0 / 22%);
    position: absolute;
    right: 14px;
    border-radius: 5px;
}

.comment_menu_wrapper>.comment_menu_item {
    width: 100%;
    height: calc(50% - 5px);
    padding-top: 5px;
    text-align: center;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.comment_content_wrapper {
    width: calc(100% - 20px);
    border-radius: 10px;
    margin-top: 10px;
    background-color: #EDF0F5;
    padding: 10px;
    overflow-y: auto;
    font-size: 1em;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.comment_edit_content_wrapper {
    width: calc(100% - 20px);
    border-radius: 10px;
    margin-top: 10px;
    background-color: white;
    border: solid 1px #42ADE2;
    padding: 9px;
    overflow-y: auto;
    font-size: 1em;
}

#comment_list_wrapper>.comment_block_wrapper>.right_wrapper>.comment_edit_content_wrapper>.edit_content {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    font-family: 'Nanum Barun Gothic', sans-serif;
    width: 100%;
    background-color: white;
    font-size: 1em;
    resize: none;
}

.edit_apply_btn {
    margin-top: 10px;
    margin-right: 10px;
    width: 75px;
    height: 32px;
    padding-top: 5px;
    color: white;
    background-color: #42ADE2;
    border-radius: 25px;
    float: right;
    text-align: center;
}

.edit_cancel_btn {
    margin-top: 10px;
    width: 75px;
    height: 32px;
    padding-top: 5px;
    border: solid 1px #707070;
    border-radius: 25px;
    float: right;
    text-align: center;
}

#comment_bottom_bar {
    position: absolute;
    bottom: 0px;
    z-index: 1001;
    background-color: white;
    width: 100%;
    height: 53px;
    box-shadow: 0px 0px 5px 4px rgb(0 0 0 / 22%);
}

#comment_bottom_bar>.comment_content_wrapper {
    width: calc(100% - 35px);
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}

#comment_bottom_bar>.comment_content_wrapper>textarea {
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
    font-family: 'Nanum Barun Gothic', sans-serif;
    width: 100%;
    height: 1.5em;
    padding-left: 15px;
    border-radius: 25px;
    background-color: #EDF0F5;
    font-size: 1.4em;
    padding-bottom: 0px;
    resize: none;
}

#comment_bottom_bar>.comment_content_wrapper>textarea::placeholder {
    font-size: 1em;
}

#comment_bottom_bar>.comment_content_wrapper>div {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 22px;
    top: 17px;
}

.comment_content_text {
    overflow-wrap: break-word;
}

.map_top_bar {
    position: absolute;
    top: 0px;
    z-index: 1001;
    background-color: white;
    width: 100%;
    height: 53px;
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 22%);
}

#map_top_bar>div:first-child {
    margin-left: 15px;
    margin-right: 5px;
    margin-top: 15px;
    width: 20px;
    height: 20px;
    float: left;
}

#map_top_bar>div:nth-child(2) {
    width: calc(100% - 85px);
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 8px;
    float: left;
}

#map_top_bar>div:nth-child(2)>div {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    top: 20px;
}

#map_top_bar>div:nth-child(2)>input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    border: 0px;
    border-radius: 25px;
    background-color: #EDF0F5;
    font-size: 1em;
}

#map_top_bar>div:nth-child(2)>input::-webkit-input-placeholder {
    margin-left: 20px;
    color: #797F87;
    font-size: 1em;
}

#map_top_bar>div:nth-child(3) {
    width: calc(100% - 65px);
    margin-top: 18px;
    margin-left: 10px;
    color: #42ADE2;
    float: left;
    text-align: right;
    display: none;
}

#map_top_bar>div:nth-child(4) {
    width: calc(100% - 65px);
    margin-top: 18px;
    margin-left: 10px;
    color: #42ADE2;
    float: left;
    text-align: right;
    display: none;
}

#spot_search_result_wrapper {
    width: 100%;
    height: calc(100% - 40px);
    position: absolute;
    top: 53px;
    background-color: white;
    display: none;
    z-index: 1000;
    overflow: auto;
}

.search_result_wrapper {
    margin-left: 15px;
    margin-top: 15px;
}

.search_result_wrapper>h1 {
    color: black;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

.search_result_wrapper>.result_more {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #42ADE2;
    text-align: center;
    display: none;
}

.search_result_list>.element_wrapper {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: auto;
}

.search_result_list>.element_wrapper>.photo {
    width: 45px;
    height: 45px;
    border: 1px solid #797F87;
    border-radius: 50%;
    float: left;
    background-size: cover;
}

.search_result_list>.element_wrapper>.photo>div {
    margin-top: 12.5px;
    margin-left: 12.5px;
    width: 20px;
    height: 20px;
}

.search_result_list>.element_wrapper>.info {
    width: calc(100% - 75px);
    margin-left: 25px;
    float: left;
}

.search_result_list>.element_wrapper>.info>.name {
    font-size: 1em;
    color: black;
}

.search_result_list>.element_wrapper>.info>.address {
    font-size: 1em;
    color: #797F87;
}

@supports (-webkit-touch-callout: none) {
    body {
        /* height: -webkit-fill-available; */
    }
    .wrap {
        /* height: -webkit-fill-available; */
    }
    .contentInnerContentsWrapper {
        /* height: -webkit-fill-available; */
    }
    .contentInnerContents {
        /* height: -webkit-fill-available; */
    }
    #account_content {
        /* height: -webkit-fill-available; */
    }
    .loginWrapper {
        /* height: -webkit-fill-available; */
    }
    /* .contentInnerContentsModalWrapper {
        height: -webkit-fill-available;
    }
    .contentInnerContentsModalContentWrapper {
        height: -webkit-fill-available;
    } */
}