@charset "utf-8";


/* LIST 페이지 ----------------------------------- */
.PEOPLE-HUB{}
.PEOPLE-HUB .peopleContents{position:relative;}
.PEOPLE-HUB .peopleContents .people-photo{position:absolute;top:10px;left:0;z-index:2;}
.PEOPLE-HUB .peopleContents .people-photo img{width:105px;height:105px;margin:0 auto;text-align:center;border-radius:50%;overflow:hidden;}
.PEOPLE-HUB .peopleContents .people-Con{position:relative;float:right;width:calc(100% - 80px);height:auto;text-align:left;padding:30px 40px 30px 45px;background:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:2px 7px 7px rgba(0,0,0,0.01);
	margin-left:10px;border-radius:3px;}
.PEOPLE-HUB .peopleContents .people-Con{}
.PEOPLE-HUB .peopleContents .people-Con .mbMento{position:relative;top:-1px;margin-left:8px;margin-bottom:-6px;padding:0 7px;height:22px;font-size:11px;background:#fff;border:1px solid rgba(0,0,0,0.15);border-radius:12px;
	box-shadow:2px 2px 2px rgba(0,0,0,0.05);display:inline-flex;align-items:center;justify-content:center;color:#7e7e7e;}
#pepople-list .peopleContents .people-Con .mb-lock{position:relative;top:-1px;margin-left:8px;margin-bottom:-6px;padding:0 7px;height:22px;font-size:11px;color:#fff;background:rgba(55,71,79,0.25);border-radius:4px;
	display:inline-flex;align-items:center;justify-content:center;}

.PEOPLE-HUB .peopleContents .people-Con .mb_msg{font-size:14px;font-weight:400;color:#363636;overflow:hidden;line-height:1.8em;max-height:5.4em;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-wrap:break-word;}
.PEOPLE-HUB .peopleContents .people-Con .mb_profile{margin-top:20px;font-size:13px;line-height:1.5em;font-weight:400;color:#1b1b1b;}
.PEOPLE-HUB .peopleContents .people-Con .mb_profile .name{font-weight:800;display:inline-block;margin-right:6px;}
.PEOPLE-HUB .peopleContents .people-Con .mb_profile .mbCate{color:#818181;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet{font-size:12px;margin-top:15px;margin-bottom:-5px;color:#777777;display:flex;align-items:center;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label{cursor:default;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label:before{content:'';display:inline-block;width:1px;height:10px;background:rgba(0,0,0,0.1);margin:0 10px;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label:first-child:before{display:none;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label .num{font-family:'Montserrat',sans-serif;font-weight:400;display:inline-block;vertical-align:middle;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label .num .cnt_cmt{margin:0;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet label + .info_hit:before{content:'';display:inline-block;width:1px;height:10px;background:rgba(0,0,0,0.1);margin:0 10px;}
.PEOPLE-HUB .peopleContents .people-Con .list_infoSet .info_hit .num{font-family:'Montserrat',sans-serif;font-weight:400;display:inline-block;vertical-align:middle;margin-left:3px;}

.PEOPLE-HUB .peopleContents .people-Con .mb_sns{margin-top:40px;position:absolute;bottom:25px;right:40px;z-index:9;}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns a{margin-left:10px;}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns a:before{content:'';font-family:'intaeFont';color:#fff;font-size:13px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:rgba(53,57,69,0.3);border-radius:50%;transition:all .2s ease-in-out;}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .facebook:before{content:'\e1b5';}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .facebook:hover:before{background:#5676ff;}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .instagram:before{content:'\e33f';}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .instagram:hover:before{background:#ff619c;}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .youtube:before{content:'\e1b8';}
.PEOPLE-HUB .peopleContents .people-Con .mb_sns .youtube:hover:before{background:#ff5555;}


.count-wrap{margin-top:-10px;margin-bottom:20px;display:flex;align-items:center;}
.count-wrap li{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 15px;font-size:14px;font-weight:bold;border-radius:30px;border:1px solid rgba(0,0,0,0.15);}
.count-wrap li:not(:first-child){margin-left:20px;}
.count-wrap li label{color:rgba(71,78,103,0.85);}
.count-wrap li label:after{content:':';display:inline-block;margin:0 5px;}



/* VIEW 페이지 ----------------------------------- */
.people-hub-view{position:relative;}
.people-hub-view .peopleContents{position:relative;}
.people-hub-view .peopleContents:after{display:block;visibility:hidden;clear:both;content:""}
.people-hub-view .peopleContents .people-photo{position:absolute;top:0;left:0;z-index:3;}
.people-hub-view .peopleContents .people-photo img{width:230px;height:230px;margin:0 auto;text-align:center;border-radius:50%;overflow:hidden;}
.people-hub-view .peopleContents .people-Con{position:relative;float:right;width:calc(100% - 190px);height:auto;min-height:260px;padding:40px 50px 40px 80px;background:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:2px 7px 7px rgba(0,0,0,0.01);border-radius:3px;}
.people-hub-view .peopleContents .people-Con .mb_msg{font-size:19px;font-weight:400;color:#363636;overflow:hidden;line-height:1.5em;}
.people-hub-view .peopleContents .people-Con .mb_profile{margin-top:40px;font-size:15px;line-height:1.5em;font-weight:400;color:#1b1b1b;}
.people-hub-view .peopleContents .people-Con .mb_profile .name{font-weight:800;display:inline-block;margin-right:6px;}
.people-hub-view .peopleContents .people-Con .mb_profile .mbCate{color:#818181;}
.people-hub-view .peopleContents .people-Con .mb_sns{margin-top:40px;position:absolute;bottom:40px;right:50px;}
.people-hub-view .peopleContents .people-Con .mb_sns a{margin-left:16px;}
.people-hub-view .peopleContents .people-Con .mb_sns a:before{content:'';font-family:'intaeFont';color:#fff;font-size:18px;display:inline-flex;align-items:center;justify-content:center;width:37px;height:37px;background:rgba(53,57,69,0.3);border-radius:50%;transition:all .2s ease-in-out;}
.people-hub-view .peopleContents .people-Con .mb_sns .facebook:before{content:'\e1b5';background:#5676ff;}
.people-hub-view .peopleContents .people-Con .mb_sns .facebook:hover:before{background:#3658ec;}
.people-hub-view .peopleContents .people-Con .mb_sns .instagram:before{content:'\e33f';background:#ff619c;}
.people-hub-view .peopleContents .people-Con .mb_sns .instagram:hover:before{background:#e54380;}
.people-hub-view .peopleContents .people-Con .mb_sns .youtube:before{content:'\e1b8';background:#ff5555;}
.people-hub-view .peopleContents .people-Con .mb_sns .youtube:hover:before{background:#e93737;}

/*덧글*/
.viewReply header .writer.adm .name{font-weight:bold;font-size:14px;display:inline-block;vertical-align:middle;height:21px;line-height:22px;padding:0 4px;color:#fff;background:rgba(71,78,103,0.6);border-radius:3px;}

/* 댓글 좋아요 */
.viewReply .replyCon .reply_good{cursor:default;color:#fff;display:inline-block;position:absolute;bottom:15px;right:10px;}
.viewReply .replyCon .reply_good:before{content:""attr(data-tip)"";display:inline-block;height:16px;line-height:17px;padding:0 5px;
	font-family:'Montserrat',sans-serif;font-size:11px;font-weight:600;background:#ff7b7b;border-radius:4px;position:absolute;top:2px;left:29px;z-index:39;opacity:0.8;}
.viewReply .replyCon .reply_good:after{content:'';width:0;height:0;border-left:4px solid transparent;border-right:4px solid #ff7b7b;border-right:4px solid #ff7b7b;border-top:4px solid transparent;border-bottom:4px solid transparent;
position:absolute;top:6px;left:21px;transition:all .2s ease-in-out;opacity:0.8;z-index:39;}
.viewReply .replyCon .reply_good:hover:before, .bo_v_good .reply_good:hover:after{opacity:1;visibility:visible;}
.viewReply .replyCon .reply_good.new:before{background:#ff7b7b;}
.viewReply .replyCon .reply_good.new:after{border-right:4px solid #ff7b7b;}
.viewReply .replyCon .icon_good{text-decoration:none;display:inline-block;color:#fff;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:rgba(71,78,103,0.4);border-radius:50%;transition:all .2s ease-in-out;}
.viewReply .replyCon .icon_good:before{content:'\e3c1';font-family:'intaeFont';font-size:11px;margin-right:0;}
.viewReply .replyCon .icon_good:hover{background:#ff7b7b;}
/*.viewReply .replyCon .reply_good{position:absolute;bottom:15px;right:10px;display:inline-block;font-size:11px;font-weight:600;text-decoration:none;color:#fff;padding:0 7px;height:20px;line-height:22px;background:#ffa1a1;
background:rgba(71,78,103,0.45);background:#ffa1a1;border-radius:12px;transition:all .2s ease-in-out;}
.viewReply .replyCon .reply_good:before{ content:'\e17c';font-family:'intaeFont';font-size:9px;color:inherit;font-weight:normal;display:inline-block;vertical-align:middle;margin-right:3px;margin-top:-4px;}
.viewReply .replyCon .reply_good:hover{background:#ff7b7b;color:#fff;}*/



/* WRITE 페이지 ----------------------------------- */
.people-hub-write{position:relative;margin:30px 0;}
.people-hub-write .peopleContents{position:relative;}
.people-hub-write .peopleContents:after{display:block;visibility:hidden;clear:both;content:""}
.people-hub-write .peopleContents .people-photo{position:absolute;top:0;left:0;z-index:3;}
.people-hub-write .peopleContents .people-photo img{width:150px;height:150px;margin:0 auto;text-align:center;border-radius:50%;overflow:hidden;}
.people-hub-write .peopleContents .people-Con{position:relative;width:auto;max-width:600px;height:auto;margin-left:120px;padding:30px 30px 30px 50px;background:#fff;border:1px solid rgba(0,0,0,0.1);box-shadow:2px 7px 7px rgba(0,0,0,0.01);border-radius:3px;}
.people-hub-write .peopleContents .people-Con .mb_msg{font-size:14px;font-weight:400;color:#363636;overflow:hidden;line-height:1.5em;}
.people-hub-write .peopleContents .people-Con .mb_profile{margin-top:40px;font-size:13px;line-height:1.5em;font-weight:400;color:#1b1b1b;}
.people-hub-write .peopleContents .people-Con .mb_profile .name{font-weight:800;display:inline-block;margin-right:6px;}
.people-hub-write .peopleContents .people-Con .mb_profile .mbCate{color:#818181;}
.people-hub-write .peopleContents .people-Con .mb_sns{margin-top:40px;position:absolute;bottom:40px;right:50px;}
.people-hub-write .peopleContents .people-Con .mb_sns a{margin-left:16px;}
.people-hub-write .peopleContents .people-Con .mb_sns a:before{content:'';font-family:'intaeFont';color:#fff;font-size:18px;display:inline-flex;align-items:center;justify-content:center;width:37px;height:37px;background:rgba(53,57,69,0.3);border-radius:50%;transition:all .2s ease-in-out;}
.people-hub-write .peopleContents .people-Con .mb_sns .facebook:before{content:'\e1b5';background:#5676ff;}
.people-hub-write .peopleContents .people-Con .mb_sns .facebook:hover:before{background:#3658ec;}
.people-hub-write .peopleContents .people-Con .mb_sns .instagram:before{content:'\e33f';background:#ff619c;}
.people-hub-write .peopleContents .people-Con .mb_sns .instagram:hover:before{background:#e54380;}
.people-hub-write .peopleContents .people-Con .mb_sns .youtube:before{content:'\e1b8';background:#ff5555;}
.people-hub-write .peopleContents .people-Con .mb_sns .youtube:hover:before{background:#e93737;}