html,body{
    margin: 0;
    padding: 0;
    
}
.wrap{
    background: #fbfbfb;
    margin: 0;
    padding: 0;
    padding-bottom: 5em;
}

.header{
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: white;
}
.header a{
    display: block;
    overflow: hidden;
}
.header a img{
    height: 3rem;
}
@media screen and (min-width:991px){
section{
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #ddd; */
    padding-top: 20px;
}
    .header{
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: white;
}
}
.user_profile{
/*    height: 80px;*/
    padding-top: 10px;
    padding-bottom: 10px;
/*    padding-left: 1em;*/
    padding-right: 1em;
}
.user_profile ul{
    padding-left: 0;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.user_profile ul li{
    float: left;
    list-style: none;
    margin-right: 20px;
}
.user_profile ul li > a{
    display: block;
    overflow: hidden;
}
.user_profile ul li b{
/*    margin-top: 6px;*/
    display: block;
    font-size: 1.2em;
}
.user_profile ul li p{
    margin: 0.4em 0;
    color: #565656;
}
.user_profile > span{
    float: right;
    margin-top: 16px;
}
.user_profile > span a{
    display: block;
    overflow: hidden;
    cursor: pointer;
}
.user_profile > span a img{
    height: 1.7em;
}

.circle_profile span{
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 30%;
     text-align: center;
}
.circle_profile span.m01{
    background: url('https://pindle.io/web/images/about-hero.png');
    background-size: cover;
}
.circle_profile span.m02{
    background: url('https://pindle.io/web/images/globe.jpeg');
    background-size: cover;
}
.imgbox{
    max-height: 1080px;
    overflow: hidden;
}
.imgbox img{
    width: 100%;
    object-fit: cover;
}
button:active{
    border: 0;
    outline: 0;
}
.social{
    margin-top: 0.7em;
    height: 40px;
}
.social > span{
    position: relative;
    display: inline-block;
}
.social > span > span{
    position: absolute;
    left: 17px;
    top: 31px;
    font-size: 0.6em;
    color: gray;
}
.social button{
    border: 0;
    outline: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 80px;
    font-size: 0.7em;
    color: gray;
}
.social button.like{
    background: url(../images/share/ico_like.png);
    background-size: cover;
}
.social button.reply{
    background: url(../images/share/ico_reply.png);
    background-size: cover;
}
.social button.pin{
    background: url(../images/share/ico_pin.png);
    background-size: cover;
}
.social button.map{
    background: url(../images/share/ico_map.png);
    background-size: cover;
    margin-right: 0;
}
.social span.location{
    float: right;
    margin-right: 0;
}
    article{
        padding-left: 1em;
        padding-right: 1em;
    }
article h3{
    font-size: 1.4em;
    color: #141b51;
    margin-bottom: 0;
}
article p{
    font-size: 1.1em;
    line-height: 1.4em;
    margin-left: 0.3em;
}
.comment{
    padding-left: 1em;
    padding-right: 1em;
}
.comment ul li > p{
    font-size: 1.1em;
    color: black;
}
.comment ul li > span{
    font-size: 1.0em;
    color: #999;
}
.wrap section .update {color:#999; font-size:0.8em; padding-left:1em;}
article .update {color:#999; font-size:0.8em; padding-left:15px; margin-bottom: 15px;}
.hash_tags{font-size:1.1em; font-weight:700; margin-bottom:20px; color:#111;}
.userCont .hash_tags{font-size:1.1em; font-weight:700; margin-bottom:20px; color:#111; padding-left:15px;}


@media screen and (max-width:768px){/*****************************768px********************************/
    section{
        
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    }
    .user_profile{
        padding-left: 1em;
        padding-top: 13px;
        padding-bottom: 8px;
    }
    .user_profile ul li{
        margin-right: 15px;
    }
    .user_profile ul li b{
        font-size: 1.1em;
    }
    .user_profile ul li span{
		color:#999;
        font-size: 0.9em;
    }
    article{
        padding-left: 1em;
        padding-right: 1em;
        
    }
    .social{
        padding-left: 1em;
        padding-right: 1em;
    }
	.wrap section .update {
		font-size:0.4em;
		padding-left:3.2em;
	}
	article .update {
		font-size:0.4em;
		padding-left:3.2em;
	}    
	.hash_tags{font-size:1.0em; margin-bottom:20px;}
}
@media screen and (max-width:460px){/*****************************460px********************************/
    section{
        padding: 0;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #ddd;
    }
    section > .user_profile{
        height: 50px;
    }
    .user_profile{
        padding-left: 10px;
        padding-right: 10px;
        
/*        padding-bottom: 3px;*/
        padding-top: 5px;
    }
    .user_profile ul li{
        margin-right: 8px;
    }
    .user_profile ul li b{
        font-size: 1.1em;
        margin-top: -2px;
        font-weight: 600;
    }
    section > .user_profile ul li p{
        font-size: 0.8em;
        margin-top: -1px;
        color: #7d7d7d;
        text-overflow: ellipsis;
        width: 80vw;
        overflow: hidden;
        white-space: nowrap;
    }
    .social{
        padding-left: 1.3em;
        padding-right: 0.8em;
        margin-top: 0.3em;
    }
    .social > span{
        position: relative;
        display: inline-block;
    }
    .social > span > span{
        position: absolute;
        left: 11px;
        width: 12px;
        height: 20px;
        text-align: center;
        top:21px;
        font-size: 0.6em;
        color: #7d7d7d;
    }
    .social button{
        width: 32px;
        height: 26px;
        line-height: normal;
        margin-right: 9px;
    }
    .circle_profile span{
    
    
    display: block;
    width: 32px;
    height: 32px;
     text-align: center;
    
}
    .comment{
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .comment .circle_profile span{
        width: 30px;
        height: 30px;
    }
    .comment ul li b{
        font-size: 1em;
        margin-top: -4px;
    }
    .comment ul li p{
        font-size: 0.9em;
        margin-left: 8px;
        color: #585858;
    }
    .comment ul li span{
        font-size: 0.8em;
        margin-left: 0px;
    }
    article{
        padding-left: 1.4em;
        padding-right: 1.4em;
        margin-top: -20px;
    }
    article p{
        line-height: 1.3em;
        font-size: 14px;
    }
    article h3{
        font-size: 1.1em;
        margin-bottom: 3px;
    }
}

/* 2021 */
#userPage{width:100%; max-width:1080px; margin-right:auto; margin-left:auto;padding-bottom: 80px;}
#userPage .userPage{margin-bottom:20px;}
#userPage .userTop{text-align:center; margin:8px 0;}
#userPage article{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch;border:0 solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin:0;padding:0;position:relative}
#userPage article.userContent{border-radius:4px; border:#ddd 1px solid; max-width:1080px;}
#userPage .userHeader{padding: 15px;}
#userPage .userPicture {margin-right:10px; max-width: 45px;}
#userPage .userHeader .userName{color: #222; font-size: 19px; font-weight: 800; margin-bottom: 5px;}
#userPage .userHeader div > span{font-size: 1.0em; color: #999; font-size:13px;}
#userPage .userCont .userImg{text-align:center; max-height:1080px;border-bottom: 1px solid #ddd;}
#userPage .userCont .userImg > img{object-fit: cover; max-height: 800px;}
#userPage .userText{padding: 15px 15px 20px 15px;}
#userPage .userText > h3{margin-top:0px;}
#userPage .container{margin-top:10px; margin-bottom:30px;}
#userPage .userHeader.bdb0{border-bottom: 0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: "."; clear: both; height: 0;}
#userPage .userIcon .leftIcon{float:left}
#userPage .userIcon .leftIcon > div {display:inline-block; padding:10px 5px;max-width: 70px; text-align: center;}
#userPage .userIcon .leftIcon > div > img{height:auto;}
#userPage .userIcon .leftIcon > div > span{display:block;}
#userPage .userIcon .rightIcon{float:right}
#userPage .userIcon .rightIcon {padding:10px; text-align: center;}
#userPage .userIcon .rightIcon > div > img{height:auto;}
.mgl10{margin-left:10px;}
.floatL{float:left;}
#userPage .userCont .social{margin-top: 0.7em; padding:0 10px;}
#userPage .userTop a img {height: 3rem;}

@media screen and (max-width: 768px){
	#userPage .container {
		padding-right: 0%;
		padding-left: 0%;
		margin-top: 0;
	}
	#userPage .userTop{
		border-bottom:1px solid #ddd;
		margin-top: 3px;
	}
	#userPage article.userContent {
		border-radius: 0px;
		border: 0;
	}
	#userPage .userHeader{
		border-bottom:0
	}
	#userPage .userHeader.bdb0{
		border-bottom: 0;
	}
	#userPage .userCont .userImg{
		border-bottom:0;}
		
    #userPage .userHeader div > span{
		color:#999;
        font-size: 0.8em;
    }

}
@media screen and (max-width: 479px){
	.container {
		margin-top: 0px;
		padding-top: 0;
	}
    
    /**********추가************/
    #userPage .userPage{
        margin-bottom: 10px;
    }
    #userPage .userPicture {
        max-width: 32px;
    }
    #userPage .userHeader{
        padding: 10px;
    }
    
    #userPage .userHeader .userName{
        font-size: 14px;
        margin-bottom: 0;
        margin-top: -5px;
    }
    header .userName + div{
        font-size: 0.8em;
        color: #7d7d7d;
        text-overflow: ellipsis;
        width: 80vw;
        overflow: hidden;
        white-space: nowrap;
    }
    #userPage header .userHeader.clearfix{
        padding: 10px;
    }
    .userName + div{
        font-size: 13px;
        color: #585858;
        padding-left: 5px;
    }
    #userPage .userText{
        padding: 5px 20px 20px 20px;
    }
    #userPage .userCont .social{
        padding: 0 15px;
    }
    #userPage .userHeader.clearfix{
        padding-left: 20px;
        padding-bottom: 18px;
    }
}


.user.section-download{
	max-width:100%;
	width:100%;
	height:95px;
	padding:15px 0;
	background:#fff;
	position:fixed;
	bottom:0;
	margin-bottom:0;
	/* border-top: 1px solid #ddd; */
}
.user.section-download.app{
	max-width:100%;
	width:100%;
	height:100px;
	padding:0 .5em .5em 0;
	background:transparent;
	position:fixed;
	bottom:0;
	margin-bottom:0;
	align-items: flex-end;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: inherit;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
	/* border-top: 1px solid #ddd; */
}


