@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");

xmp {
    font-family: 'NanumSquareR';
}

#contents_detail img {
    max-width: 100%;
    height: auto !important;
}

body img.fr-dib.fr-fir {
    margin-right: 0px;
    text-align: right;
}

body img.fr-dib.fr-fil {
    margin-left: 0px;
    text-align: left;
}

body img.fr-dib.fr-fic {
    text-align: center;
}

body img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

.goodsCon {
    display: flex;
    flex-direction: row;
}

.goodsImg {
    max-width: 80px;
    min-width: 80px;
    height: 80px;
    flex-grow: 0;
    border-radius: 4px;
    margin-right: 8px;
    background-color: white;
    cursor: pointer;
    object-fit: cover;
}

figure.media {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 50%;
}

.main_hashtag_div {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 15px;
}

.main_hashtag_div .search_live {
    display: inline-block;
    width: 100%;
}

.main_hashtag_div .search_live .search_title {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 4px;
    background: #fffaed;
    font-weight: 700;
    color: #fec123;
    font-size: 12px;
    float: left;
}

#rank-list {
    display: inline-block;
    overflow: hidden;
    width: calc(100% - 135px);
    height: 25px;
    margin: 0;
    margin-left: 10px;
}

#rank-list a {
    color: #565656;
    text-decoration: none;
}

#rank-list a:hover {
    text-decoration: underline;
}

#rank-list dt {
    display: none;
}

#rank-list dd {
    position: relative;
    margin: 0;
}

#rank-list ol {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

#rank-list li {
    margin: 0;
    height: 25px;
    line-height: 25px;
}

#rank-list li .number {
    color: #fec123;
    font-size: 14px;
    float: left;
    display: inline-block;
}

#rank-list li .txt {
    font-size: 14px;
    float: left;
    display: inline-block;
    padding-left: 16px;
    width: 80%;
}

#rank-list li img {
    float: right;
    display: inline-block;
    padding-top: 8px;
    cursor: pointer;
}

#search_box {
    margin-top: 5px;
}

#search_box li {
    margin: 0;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
    width: 49%;
    display: inline-block;
}

#search_box li .number {
    color: #fec123;
    font-size: 14px;
    float: left;
    display: inline-block;
    font-weight: 700;
}

#search_box li .txt {
    font-size: 14px;
    float: left;
    display: inline-block;
    padding: 0 16px;
    width: 80%;
    color: #565656;
    text-decoration: none;
}

#search_box li img {
    float: right;
    display: inline-block;
    padding-top: 5px;
    cursor: pointer;
}

#search_box li .icon {
    float: right;
    font-size: 13px;
    padding-top: 0;
}

#search_box li img {
    float: right;
    display: inline-block;
    padding-top: 10px;
}

.update_time {
    font-size: 12px;
    text-align: right;
    padding: 5px;
}

.hashtag_today {
    margin: 30px 0px;
}

.zzim_btn {
    height: 32px;
    margin: auto;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    border: solid 1px #dbdbdb;
    background-color: #fbfbfb;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.zzim_btn span {
    font-size: 12px;
    font-weight: normal;
    color: #565560;
    padding-left: 8px;
    display: inline-block;
}

.zzim_btn_on {
    height: 32px;
    margin: auto;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    background-color: #ff6666;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.zzim_btn_on span {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding-left: 8px;
    display: inline-block;
}

.btn_share {
    height: 32px;
    margin: auto;
    padding: 8px 12px 8px 8px;
    border-radius: 4px;
    border: solid 1px #dbdbdb;
    background-color: #fbfbfb;
    line-height: 16px;
    display: inline-block;
    cursor: pointer;
    float: left;
    margin-left: 8px;
    font-size: 12px;
}

.zzim_btn span {
    font-size: 12px;
    font-weight: normal;
    color: #565560;
    padding-left: 8px;
    display: inline-block;
}

.sns_wrap {
    position: absolute;
    padding: 16px 46px 16px 16px;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 30%);
    z-index: 1;
    background-color: #fff;
    display: none;
    width: 296px;
    margin: 0 auto;
    left: 50%;
    margin-top: 40px;
    display: none;
    border-radius: 8px;
}

.sns_wrap.on {
    display: block;
}

.sns_wrap ul {
    display: flex;
}

.sns_wrap li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

.sns_wrap li a .hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px !important;
    clip: rect(0 0 0 0);
}

.sns_wrap li+li {
    margin-left: 16px;
}

.sns_wrap li.twitter {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_twitter.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.facebook {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_facebook.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.blog {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_blog.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.kakao {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_kakao.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.share {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_url_copy.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.twitter:hover {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_twitter_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.twitter:active {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_twitter_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.facebook:hover {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_facebook_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.facebook:active {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_facebook_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.blog:hover {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_blog_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.blog:active {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_blog_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.kakao:hover {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_kakao_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.kakao:active {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_kakao_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.share:hover {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_share_on.png) no-repeat center;
    background-size: 40px 40px;
}

.sns_wrap li.share:active {
    background: url(//d2i2w6ttft7yxi.cloudfront.net/site_img/images/ico_share_on.png) no-repeat center;
    background-size: 40px 40px;
}

.business_badge {
    width: 18px;
    margin-top: -5px;
}


.user_contact_time {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #7e7e7e;
}

.user_contact_time strong {
    font-weight: bold;
}

.seller_business_info_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.seller_businss_more_btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #bcbcbc;
    margin-top: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.seller_businss_more_btn img {
    width: 14px;
    height: 14px;
    rotate: 180deg;
}

.seller_businss_more_btn img.active {
    rotate: 0deg;
}

.seller_business_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: normal;
    text-align: center;
    color: #bcbcbc;
}

.the_cheat {
    display: inline-block;
    margin: 0px 0px 5px 0px;
    padding: 3px 10px 3px 6px;
    border-radius: 50px;
    background-color: #e1eeff;
    font-size: 13px;
    font-weight: 500;
    text-align: left;
    color: #1877f2;
}

.the_cheat img {
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 1px;
}

.login_btn {
    width: 100%;
    max-width: 346px;
    height: 51px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 10px;
    background-color: #333;
    font-family: Pretendard;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -250%);
    z-index: 1;
}

.clear_back {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.84) 40%, rgba(255, 255, 255, 0.59) 58%, #fff 100%);
    height: 300px;
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.safe_info {
    font-family: Pretendard;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.28px;
    text-align: left;
    color: #242424;
    padding-bottom: 13px;
}

.list-text {
    height: 80px;
}

.list-text li {
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    border-radius: 20px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}