@charset "utf-8";

/*기존 헤더*/
.labangBackground {position: fixed;display: none;top: 0;left: 0;bottom: 0;right: 0;}
.labangBackground .lbInner {position: absolute;width: 380px;left: 50%;margin-left: -500px;height: 100vh;}
.labangBackground .inHeader {position: relative;top: 0;width: 340px;margin-bottom:30px;}
.labangBackground .inHeader img {width:170px;}
.labangBackground .textCenter {position: absolute;top: 50%;transform:translateY(-50%);}
.labangBackground .inTitle {margin-bottom:50px;}
.labangBackground .inInput {width: 346px;margin-bottom:40px;}
.labangBackground .inInput fieldset {border: 4px solid #FF5252;border-radius: 50px;margin:0;padding:0;position: relative;background: #fff;}
.labangBackground .inInput fieldset legend {display: none;}
.labangBackground .inInput input {width: calc(100% - 66px);margin-right: 66px;border: 0;outline: 0;float: left;font-size: 17px;padding: 0 30px;height: 60px;line-height: 60px;box-sizing: border-box;background: none;}
.labangBackground .inInput button {width: 62px;height: 64px;border-radius: 50px;border: 0;background: #FF5252;color: #fff;font-size: 24px;position: absolute;top: -2px;right: -2px;}
.labangBackground .keyWord {width: 340px;margin-top: 0;margin-bottom: 50px;max-height: 140px;overflow: hidden;}
.labangBackground .keyWord span {height: 28px;line-height: 28px;color: #333;font-size: 16px;font-weight: 500;padding: 3px 15px;border-radius: 20px;cursor: pointer;letter-spacing: -.5px;white-space: nowrap;display: inline-block;margin: 5px;background-repeat: no-repeat;background-size: 100%;}
.labangBackground .inFoot {width: 340px;position: relative;bottom: 0;}
.labangBackground .inFoot p {font-size: 13px;margin-bottom:20px;text-indent:9px;}

@media(min-width:930px){
	.labangBackground {display: block;}
	body {background-image:url(/data/stylev/banner/labang_bg_2.png);background-repeat:no-repeat;background-size:cover;background-position:center center;background-attachment:fixed}
	body #m_wrap {max-width: 100%;}
	body .mainDevBg {background: #f7f7f7;}
	body .mobileDomInner {display: inline-block;position: absolute;right:50%;margin-right:-500px;float:right;/*overflow: scroll;height: 100vh;*/width: 525px;padding-bottom:0;box-sizing: border-box;z-index:1;background: #fff;
	/*		min-height:100vh;*/}
	body .head_top {max-width:525px;}
	body #mobile_wrap.liveTvWrap {border-left:1px solid #ebebeb;border-right:1px solid #ebebeb;box-sizing: content-box;max-width: 525px;}
	body #mobile_wrap.liveTvWrap .search_pop {left:0 !important;right:0;}
	body .liveListSetWrap {max-width:525px;}
	body .liveListSetWrap._livemain .mainImgBak img {max-width:525px;margin: 0 auto;}
	body .liveListSetWrap._livemain .mainImgBak:before {background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.4))}
	body .liveListSetWrap._livemain .liveState {bottom: auto;top: 50%;transform: translate(-85%,-50%);left: 50%;}
	body .minishop_footer_wrap {max-width:525px;}
	body .botFixMenu_bg {max-width:525px;}
	body .gnb_box {max-width:525px;}
	body .liveListBannerWrap {max-width:525px;position: relative;z-index:1;}
	body .liveListSetWrap .liveIn .liveBody dt .bodyPrize .imgSet {width: 40px;}
	body .bfmWrap {max-width:525px;}
	body .bfmWrap li.center .special {position: absolute;bottom: -48px;}
	body._ipone .bfmWrap li.center .special {position: absolute;bottom: -48px;}
	body._ipone .bfmWrap li.center .special.off {position: absolute;bottom: -48px;}

	body .all_menu_box {width: 525px;left:auto;right:50%;margin-right:-500px;}
	body .search_pop {width: 525px;left:auto !important;position: absolute;right: 0;margin-right: 0;transform: none;height: 100vh;position: fixed;right: 50%;margin-right: -500px;}
	body .good_desc_head.top_fix_head {width: 525px;left:auto;right:50%;margin-right:-500px;transform: none;}
	body .good_desc_head.top_fix_head,body  .fixed_optionbtns_box {width: 525px;left:auto;right:50%;margin-right:-500px;transform: none;}
	body .fixed_option_box {width: 525px;left:auto;right:50%;margin-right:-500px;}
	body .zipcodeDOM {left:auto !important;right:50% !important;max-width:525px !important;transform:none !important;margin-right: -500px;}

	body .shareLayer {width: 525px;left:auto;right:50%;margin-right:-500px;transform: none;}
	body .top_fix_head.sub_top_head {max-width: 525px;left:auto;margin-right:-500px;transform: none;}
	body .top_fix_head.sitebg2 {max-width: 525px;left:0;right:0;transform: none;}

	body .wrap-header {max-width: 525px;left:auto;right:50%;margin-right:-500px;transform: none;}
}
@media(min-width:525px){
	body.body::-webkit-scrollbar {display: block;width: 12px;}
	body.body::-webkit-scrollbar-track {background : #f7f7f7;-webkit-border-radius:0px;border-radius:0px;}
	body.body::-webkit-scrollbar-thumb {height:2px;width:50px;background:#FF5252;-webkit-border-radius:30px;border-radius:30px;background-clip: padding-box;border: 2px solid transparent;}
}

#mobile_wrap.liveTvWrap {min-height: calc(100vh - 230px);}
/*기존 헤더*/

.chatFileWrap header  {border-bottom: 1px solid #cdcdcd;display: flex;justify-content: space-between;padding: 10px 15px;}
.chatFileWrap header .leftBox img {width: 12px;}
.chatFileWrap header .leftBox .roomName {margin: 0 16px;}
.chatFileWrap .chatFileCont > article {display:none;}
.chatFileWrap .chatFileCont {padding: 20px;}
.chatFileWrap .chatFileCont .datafile .rowBoxDom {display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #eee;padding: 15px;}
.chatFileWrap .chatFileCont .datafile .leftBox {display: flex;justify-content: space-around;align-items: center;}
.chatFileWrap .chatFileCont .datafile .leftBox .inImgBox {width: 50px;border-radius: 10px;overflow: hidden;margin-right: 20px;}
.chatFileWrap .chatFileCont .datafile .leftBox .inImgBox img {width: 100%;}
.chatFileWrap .chatFileCont .datafile .leftBox .inTxtBox .tit {font-weight:900;}
.chatFileWrap .chatFileCont .datafile .leftBox .inTxtBox .date {font-weight:900;color:#DDDDDD;}
.chatFileWrap .chatFileCont .datafile .rightBox {width: 20px;}
.chatFileWrap .chatFileCont .datafile .rightBox img {width: 100%;}
.chatFileWrap .chatFileCont .noDatafile {height: calc(100vh - 600px);min-height: 300px;display: flex;justify-content: center;align-items: center;}
.chatFileWrap .chatFileCont .noDatafile img {width: 70px;margin-bottom: 10px;}
.chatFileWrap .chatFileCont .noDatafile > div {text-align: center;}

.chatInsert {margin-right: 0;transform: translate(-50%,-50%);}
.blackBg, .imgHeader {display:none;}
.blackBg {position: fixed;top: 0;bottom: 0;left: 50%;width: 100%;transform:translateX(-50%);max-width: 525px;margin: 0 auto;background-color: rgba(0,0,0,.5);z-index:10;}

@media (max-width: 930px) {
    .blackBg {max-width: 680px;}
}




/* 메뉴팝업 */
.menuPopWrap {top:0;z-index:-1;height: 100%;left: 50%;width: 100%;transform:translateX(-50%);max-width: 525px;margin: 0 auto;overflow: hidden;}
.menuPopWrap._on {z-index:989;}
.menuPopWrap .bookmarkState[data-bookmark="_on"] {background: url(/m/images/talk/list_bookmark_on_icon_img.png) no-repeat center;background-size: 20px;width:30px;height: 30px;}
.menuPopWrap .bookmarkState[data-bookmark="_off"] {background: url(/m/images/talk/list_bookmark_off_icon_img.png) no-repeat center;background-size: 20px;width: 30px;height: 30px;}
.menuPopWrap .profilImg[data-bookmark="_on"]::after {content: '';display: inline-block;background: url(/m/images/talk/menu_pop_stars_on_icon.png) no-repeat center;background-size: 22px;width: 30px;height: 30px;position: absolute;bottom: 0;right: -9px;}
/*.menuPopWrap .profilImg[data-bookmark="_off"]::after {content: '';display: inline-block;background: url(/m/images/talk/menu_pop_stars_off_icon.png) no-repeat center;background-size: 25px;width: 30px;height: 30px;position: absolute;bottom: 0;right: -9px;}*/

@media (max-width: 930px) {
    .menuPopWrap {max-width: 680px;}
}


.menuPop._on {transform: translateX(0);}
.menuPop {transform: translateX(100%);transition: all .2s;position: absolute;right:0;background-color:#fff;width:90%;max-width:470px;height: 100%;z-index:1001;}
.menuPop .menuInner {width: 100%;height: 100%;color:#000;overflow:scroll;text-align:center;padding-bottom: 40px;box-sizing: border-box;}
._iPhone .menuPop .menuInner {padding-bottom:60px;}
.menuPop .lineP{display:block;width:100%;height:1px;background:#E8E8E8;margin: 20px 0;}
.menuPop .topArt{display:flex;justify-content:space-between;padding:18px;}
.menuPop .topArt span{font-size:15px;font-weight:900;}
.menuPop .topArt span img {width: 16px;}
lose.menuPop .topArt .menuPopClose img{width:15px;height:15px;}
.menuPop .profileArt{display:flex;align-items:center;background:#F3F6FB;padding:10px 20px;}
.menuPop .profileArt .profilBox {position:relative; }
.menuPop .profileArt .profilBox img.imgPosition {border-radius: 100%; overflow: hidden; width: 50px; height: 50px;border: 1px solid #eee;object-fit:cover;}

.menuPop .profileArt .profilBox img.redStarsImg {width:50px;}
.menuPop .profileArt .profilBox img.redStarsImg {width:20px;height:20px;position:absolute;bottom:1px;right:3px;}
.menuPop .profileArt .roomName{font-size:15px;margin-left:10px;}
.menuPop .inforArt{font-size:14px;padding:0px;}
.menuPop .inforArt table {font-family: 'NotoSans';}
.menuPop .inforArt table th,.menuPop .inforArt table td{text-align:left;border-top:0;padding:10px 15px;}
.menuPop .inforArt table th {width: 80px;letter-spacing:-1px;}
.menuPop .inforArt table td {width: calc(100% - 110px);border:0;}
.menuPop .inforArt table tr + tr th,.menuPop .inforArt table tr + tr td{border-top:1px solid #E8E8E8;}
.menuPop .inforArt table {width:100%;}
.menuPop .inforArt table th {vertical-align:top;font-weight: 400;color: #999;}
.menuPop .addfileArt{position: relative;border-top:8px solid #F0F2F5;border-bottom:8px solid #F0F2F5;display:flex;justify-content:space-between;align-items:center;padding:15px 20px;}
.menuPop .addfileArt .leftBox{display:flex;}
.menuPop .addfileArt .leftBox span{color:#999;font-weight:400;font-size:15px;margin-left:10px;}
.menuPop .addfileArt .leftBox img{width:20px;height:20px;}
.menuPop .addfileArt .rightBox img{width:10px;height:20px;}
.menuPop .prodArt{padding:20px;}
.menuPop .prodArt h6{font-size:14px;text-align:left;margin:0 0 8px;}
.menuPop .prodArt .rowBox{display:flex;align-items:center;margin-bottom: 10px;}
.menuPop .prodArt .leftBox{border:1px solid #eee;border-radius:5px;width:80px;height:80px;display:inline-block;min-width:80px;margin-right:10px;}
.menuPop .prodArt .leftBox img {width: 100%;}
.menuPop .prodArt .rightBox{text-align:left;width: calc(100% - 100px);}
.menuPop .prodArt .rightBox p{margin:0;}
.menuPop .prodArt .rightBox .podTit{height:40px;overflow:hidden;font-size:14px;white-space: normal; line-height: 1.2rem;text-align: left; word-wrap: break-word; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.menuPop .btnArt{background:#F3F6FB;display:flex;justify-content:space-between;padding:10px;box-sizing:border-box;position: fixed;bottom:0; width: 100%;/*max-width: 453px;*/}
._iPhone .menuPop .btnArt {padding-bottom:20px;}
.menuPop .btnArt img {width:20px;}
.menuPop .btnArt span {display:flex;align-items:center;}
/* 메뉴 팝업 */

/*첨부팝업*/
.chatBodyWrap .attachBtmUpPop {display:none;position: relative;bottom: 0;width: 100%;max-width:680px;height: 72px;background: #fff;border-bottom: 1px solid #eee;font-size: 12px;padding: 15px 0 5px;z-index:1;}

.chatBodyWrap .attachBtmUpPop._on {display:inline-block;}

.chatBodyWrap .attachBtmUpPop .btnBox {display: flex;justify-content: space-around;}
.chatBodyWrap .attachBtmUpPop .btnBox > div {text-align:center;}
.chatBodyWrap .attachBtmUpPop .btnBox .circle {background: #f2f3f5;border-radius: 100%;width: 40px;text-align: center;height: 40px;line-height: 40px;}
.chatBodyWrap .attachBtmUpPop .btnBox p {margin-top:5px;}
.chatBodyWrap .attachBtmUpPop .btnBox .circle img {width: 20px;}

@media(min-width:930px){
	.chatBodyWrap .attachBtmUpPop {width: 525px;}
}
/*첨부팝업*/

/*이미지 페이지*/
/* .chatContent .chatImgBody {display:none;overflow: auto;} */
.chatContent .chatImgBody {display:none;height: 100px;height: calc(var(--vh, 1vh) * 100 - 100px);overflow: auto;}
.chatContent .chatImgBody .chatImgContent {display:block;height: 100%;/* min-height: 450px;display: flex;align-items: center;justify-content: center; */}
.chatContent .chatImgBody .chatImgContent td {height: calc(var(--vh, 1vh) * 100 - 100px);border-bottom:0;}

.chatContent .chatImgBody .chatImgContentTb {display: table;width: 100%;height: 100%;text-align: center;}
.chatContent .chatImgBody .chatImgContentTb .chatImgContentTbInner {display: table-cell;vertical-align:middle;}
.chatContent .chatImgBody .imgDetail img {width:100%;}
.chatImgBody .imgDetail {position: relative;max-width:100%;}



.chatBodyWrap header .imgHeader > div {border-bottom:1px solid #cdcdcd;display:flex;justify-content:space-between;padding: 13px 15px;}
.chatBodyWrap header .imgHeader .leftBox {position: relative;width: 100%;}
.chatBodyWrap header .imgHeader .leftBox img {width: 12px;}
.chatBodyWrap header .imgHeader .leftBox .roomName {margin: 0 16px;/**/display: block; width:100%; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;}

.chatImgBody .btnBox {position:fixed;left: 50%;width: 100%;transform:translateX(-50%);max-width: 525px;margin: 0 auto;bottom: 0;z-index:999;display: flex;justify-content: center;align-items: center;height: 46px;/*background: #F0F2F5;*/}
._iPhone .chatImgBody .btnBox {padding-bottom:20px;}
.chatImgBody .btnBox > div + div {margin-left:40%;}
.chatContent .chatImgBody .btnBox .btnBox {display: flex;justify-content: space-around;}

@media (max-width: 930px) {
    .chatImgBody .btnBox{max-width: 680px;}
}

.chatImgBody .btnBox .fileDown {position: relative;}
.chatImgBody .btnBox .fileDel {position: relative;}
.chatImgBody .btnBox img {width:25px;}
.chatImgBody .btnBox .fileDel img {width:20px;}

/*이미지 페이지*/

/* 채팅방 */
.chatBodyWrap .roomHeader {border-bottom:1px solid #cdcdcd;display:flex;justify-content:space-between;padding: 10px 15px;}
.chatBodyWrap .roomHeader .leftBox {width: calc(100% - 30px);}/* 2023-12-07 sky 닉네임 넘침 수정 */
.chatBodyWrap .roomHeader .leftBox .roomState{border-radius:25px;color:#fff;font-size:12px;padding:6px 10px;line-height:1em;}
.chatBodyWrap .roomHeader .leftBox [data-room-state="on"].roomState{background:#FF6161;}
.chatBodyWrap .roomHeader .leftBox [data-room-state="on"].roomState::before{content:"상담가능";}
.chatBodyWrap .roomHeader .leftBox [data-room-state="off"].roomState{background:#707070;}
.chatBodyWrap .roomHeader .leftBox [data-room-state="off"].roomState::before{content:"상담대기";}
.chatBodyWrap .roomHeader .leftBox img{width:10px;}
/* .chatBodyWrap .roomHeader .leftBox .roomName{margin:0 16px;font-size: 18px;font-weight:700;} 2023-12-07 sky 아래 추가 */
.chatBodyWrap .roomHeader .leftBox .roomName{margin:0 16px;font-size: 18px;font-weight:700; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: calc(100% - 110px);}/* 2023-12-07 sky 닉네임 넘침 수정 */
.chatBodyWrap .roomHeader .rightBox {cursor:pointer;}
.chatBodyWrap .roomHeader .rightBox img{width:20px;}

.chatBodyWrap .chatContent {overflow: auto;padding-bottom: 0;background: #F0F2F5;height: calc(var(--vh, 1vh) * 100 - 98px);/*height: calc(100vh - 110px);*/}
._iPhone .chatBodyWrap .chatContent {height: calc(var(--vh, 1vh) * 100 - 127px);}
.chatBodyWrap .chatContent .mainChat {padding:20px;}

/*.chatBodyWrap .mainChat .sideBox{display:flex;align-items:end;position:relative;margin-left:10px;margin-right:5px;font-size:12px;color:#aaa;text-align:center;white-space: nowrap;}*/
.chatBodyWrap .mainChat .meChat .sideBox {position: absolute;margin-left: 10px; margin-right: 5px; font-size: 12px; color: #aaa; text-align: center; white-space: nowrap; display: table-cell; vertical-align: bottom; right: calc(100% + 3px); bottom: 0;text-align: right;}

.chatBodyWrap .mainChat .friendChat .sideBox {position: absolute;margin-left: 5px; margin-right: 5px; font-size: 12px; color: #aaa; text-align: center; white-space: nowrap; display: table-cell; vertical-align: bottom; left: calc(100% + 3px); bottom: 0;text-align: left;}

.chatBodyWrap .mainChat [data-chat-state="img"] .sideBox {bottom:18px;} /* 이미지 첨부의 날자영역은 bottom을 띄움 */

.chatBodyWrap [data-read="0"].readNum{display:none;}
.chatBodyWrap .readNum{position:absolute;bottom:15px;color:#FF6161;font-weight:900;}

.chatBodyWrap .chatCol {/*display: flex;*/}
.chatBodyWrap .chatCol img {width: 100%;height: 100%;border-radius: 6px;}
.chatBodyWrap .chatCol .pinkBg {color:#FF6161;font-size: 12px;background:#FFECEC;width: 60px;text-align: center;margin-bottom:5px;border-radius: 3px;}
.chatBodyWrap .chatCol .leftBox {margin-right: 10px;max-width: calc(100% - 70px);white-space: normal;}
.chatBodyWrap .chatCol .leftBox .pinkTxt {color: #555;line-height: 1.2rem; height: 2.4rem; text-align: left; word-wrap: break-word; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}
.chatBodyWrap .chatCol .rightBox {width: 70px; height: 70px;}

.chatBodyWrap .friendChat{display:flex;}
.chatBodyWrap .friendChat ._timeCheck {visibility: hidden;}
.chatBodyWrap .friendChat._endChat {font-color:#ddd;justify-content: center;}
.chatBodyWrap .friendChat .chatCol {display:flex;flex-wrap:wrap;max-width: 60%; position:relative;margin-top: 12px;border:transparent;border-radius: 10px;background-color: #fff;font-size: 15px;color: #555;padding: 10px;letter-spacing: -1px;line-height: 1.4em;}
.chatBodyWrap .friendChat .chatCol::after{position: absolute;top:6px;left:-10px; content:'';height: 0;border-bottom:10px solid;border-left: 12px solid rgba(0, 0, 0, 0);border-right: 3px solid rgba(0, 0, 0, 0); color: #fff;transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);-ms-transform: rotate(-90deg);}
.chatBodyWrap .friendChat .chatCol:has(.nick){margin-top: 30px}
.chatBodyWrap .friendChat .chatCol .nick{position: absolute;margin: -35px 0 0 -10px;width: 216px;}
.chatBodyWrap .friendChat .readNum{left:0;}
.chatBodyWrap .friendChat .profileImg {width:30px;height:30px;margin:10px 10px 0 0;border-radius:50%;overflow:hidden;}
.chatBodyWrap .friendChat .chatCol .imgMentionInner {padding-bottom: 25px;}
.chatBodyWrap .friendChat .chatCol .imgPopON {position: relative;text-align: left; display: block;}
.chatBodyWrap .friendChat .chatCol .imgFileName {text-align: left; position: absolute; bottom: 0; left: 0;padding-right:2px;}

.chatBodyWrap .friendChat .chatCol .rightBox {width: 60px;height: 60px;}


.chatBodyWrap .eventName {color: #FF6161;background-color: #FFECEC;font-size: 11px;display: inline-block;padding:0px 6px;height: 22px;line-height: 22px;border-radius:6px;margin-bottom: 8px;}
.chatBodyWrap .underBox {width: 100%;margin-bottom: 8px;}
.chatBodyWrap .underBox .underBoxInner {position: relative;background: #F3F6FB;width: 100%;padding:10px;box-sizing:border-box;border-radius:6px;}
.chatBodyWrap .underBox dl {display:flex;width: 100%;align-items:center;}
.chatBodyWrap .underBox dl dd {width: calc(100% - 56px);}
.chatBodyWrap .underBox dl dt {width: 56px;height: 56px;}
.chatBodyWrap .underBox dl dt img {width: 100%;height: 100%;object-fit:cover;}
.chatBodyWrap .gotoBtn {margin-top: 10px;display: block;border:1px solid #EC132E;border-radius:3px;text-align: center;width: 100%;}
.chatBodyWrap .gotoBtn a {display: block;color: #EC132E;padding:8px 0;}

.chatBodyWrap .meChat{display:flex;flex-direction:row-reverse;margin-right:10px;margin-top:10px;}
.chatBodyWrap .meChat ._timeCheck {display:none;}
.chatBodyWrap .meChat .readNum{right:0;}

.chatBodyWrap .meChat .chatCol {position: relative; display: inline-block; max-width: 70%; margin-top: 10px; padding: 10px; line-height: 1.4em; border: transparent; border-radius: 10px; background-color: #FFEB33; font-size: 15px; color: #000; letter-spacing: -1px;}
.chatBodyWrap .meChat.goods_list_cls .chatCol {display:flex;}

.chatBodyWrap .meChat .chatCol::after{position: absolute;top:6px;right:-10px; content:'';height: 0;border-bottom:10px solid;border-left: 3px solid rgba(0, 0, 0, 0);border-right: 12px solid rgba(0, 0, 0, 0);color: #FFEB33;transform: rotate(90deg);-webkit-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);-ms-transform: rotate(90deg);}
.chatBodyWrap .meChat .chatCol .imgMentionInner {padding-bottom: 25px;}
.chatBodyWrap .meChat .chatCol .imgPopON {position: relative;text-align: right;display: block;}
.chatBodyWrap .meChat .chatCol .fileName {white-space: normal; line-height: 1.2rem; max-height: 2.4rem;text-align: left; word-wrap: break-word; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;}


.chatBodyWrap .bottomAreaWrap {bottom:0;z-index:986;background-color: #fff;}
.chatBodyWrap .insertCont {background:#fff;width: 100%;max-width:680px;max-height: 175px;}
._iPhone .chatBodyWrap .insertCont {padding-bottom:20px;}

@media(min-width:930px){
	.chatBodyWrap .bottomAreaWrap {max-width:525px;}
	.chatBodyWrap .insertCont {width: 525px;}
}

.chatBodyWrap .insertCont form{display:flex;justify-content:space-between;align-items:center;height: 100%;margin:10px 0;}

.chatBodyWrap .insertCont form .textAreaForm {width: calc(100% - 100px);margin-bottom: 0;box-sizing: border-box;}
.chatBodyWrap .insertCont form textarea {border:none;background:#F3F6FB;color: #000;border-radius:25px;width: 100%;font-size: 15px;line-height: 1.5em;height: 40px;letter-spacing: -1px;padding:10px 20px;max-height: 126px;overflow: auto;resize: none;box-sizing: border-box;}
.chatBodyWrap .insertCont form textarea::placeholder {color: #DDD;letter-spacing:-1px;}
.chatBodyWrap .insertCont form .dummyTextArea {position: absolute;width: 100%;line-height: 1.5em;visibility: hidden;z-index:-1;}
.chatBodyWrap .insertCont form .filePlus {margin:0 0px 0 10px;display: inline-block;}
.chatBodyWrap .insertCont form .filePlus img{width:20px;}
.chatBodyWrap .insertCont form .chatSubmit {margin:0 10px 0 0px;display: inline-block;}
.chatBodyWrap .insertCont form .chatSubmit img{width:30px;}
.chatBodyWrap .insertCont form .attPopClose {margin: 0 0px 0 13px;display: inline-block;}
.chatBodyWrap .insertCont form .attPopClose img {width: 16px; opacity: 0.5;}

.chatBodyWrap .mainChat [data-chat-state="file"].chatCol img{width:40px;height:40px;margin-right:5px;}
.chatBodyWrap .mainChat [data-chat-state="file"].chatCol .fileName {word-break: break-all;}
.chatBodyWrap .mainChat [data-chat-state="del"].chatCol img{width:20px;height:20px;margin-right:5px;}

.chatBodyWrap [data-chat-state="img"].chatCol {background:none;border:none;max-width: 50%;padding:0;position: relative;}
.chatBodyWrap [data-chat-state="img"].chatCol::after {display:none;}
.chatBodyWrap [data-chat-state="img"].chatCol img{/*max-width:150px;*/width: 100%;height: auto;}
.chatBodyWrap [data-chat-state="img"].chatCol .imgFileName {font-size:12px;color:#aaa;margin-top:3px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: auto;max-width:50vw;display: block;text-align: left;}
@media(min-width:680px){
	.chatBodyWrap [data-chat-state="img"].chatCol .imgFileName {max-width:340px;}
}
@media(min-width:930px){
	.chatBodyWrap [data-chat-state="img"].chatCol .imgFileName {max-width:262px;}
}
.chatBodyWrap .meChat [data-chat-state="img"].chatCol .imgFileName {text-align: right;position: absolute;bottom: 0;right: 2px;padding-right:2px;}


.chatBodyWrap header .leftBox,
.chatBodyWrap .mainChat [data-chat-state="file"].chatCol,
.chatBodyWrap .mainChat [data-chat-state="del"].chatCol {display:flex;align-items:center;position: relative;}
.chatBodyWrap .sideBox [data-time-check="0"] {display:none;}
/* 채팅방 */





section.alertPop {display:none;position: absolute;z-index: 13;background: #fff;width: 80%;left: 50%;transform: translate(-50%, 0);top: 40%;text-align: center;padding-top: 20px;border-radius: 15px;}
section.alertPop h1 {font-size: 16px;margin-top: 10px;}
section.alertPop .txt{margin: 20px 50px 31px;line-height: 1.8;}
section.alertPop .btnBox {display: flex;justify-content: space-around;}
section.alertPop .btnBox .noBtn {background: #707070;width: 50%;border-radius: 0 0 0 14px;color: #fff;padding: 15px 0;}
section.alertPop .btnBox .yesBtn {background:#FF6161;width: 50%;border-radius: 0 0 14px 0;color: #fff;padding: 15px 0;}


.filePopWrap {display: none;top: 0;margin: 0 auto;height: 100%;background: #fff;z-index:989;}
@media (max-width: 930px) {
    .filePopWrap {max-width: 680px;}
}
.filePopWrap .filePop {height: 100vh;overflow:auto;}
.filePopWrap .topArt {position: fixed;width: 100%;background-color: #fff;border-bottom:1px solid #ddd;height: 50px;display: flex; align-items: center;z-index: 1;}

.filePopWrap .topArt .menuPopClose {position: relative;display: inline-block;width: 14px;padding: 0 20px 0 15px;}
.filePopWrap .menuTitle {font-size: 18px;font-weight: 700;color: #000;}
.filePopWrap .menuPopClose img {width: 100%;}

.filePopWrap #chat_file_list {margin-top:51px;}
.filePopWrap .textContent {width: 100%;}
.filePopWrap .filePopDOM {min-height: calc(100vh - 51px);}
.filePopWrap .filePopDOM._empty {}
.filePopWrap .filePopDOM._empty:after {content:"본 채팅방에는\A첨부 파일이 없습니다.";white-space:pre;background:url(/m/images/talk/empty_icon_list.png) no-repeat center center/56px;padding-top: 134px; text-align: center;position: absolute; top: 50%; left: 50%; transform: translate(-50%,-58%);}
.filePopWrap .filePopDOM dl {display:flex;margin: 0 20px;padding: 17px 0;border-bottom: 1px solid #ddd;}
.filePopWrap .filePopDOM dt {width: 50px;height: 50px;margin-right:15px;}
.filePopWrap .filePopDOM dt span {display: inline-block;background-repeat:no-repeat;background-size:cover;width: 100%; height: 100%;border-radius: 8px;}
.filePopWrap .filePopDOM dd {display:flex;align-items:center;flex-wrap:wrap;width: calc(100% - 100px);}
.filePopWrap .filePopDOM dd + dd {width: 35px;justify-content: flex-end;}
.filePopWrap .filePopDOM dd + dd img {width: 16px;}
.filePopWrap .filePopDOM dd p {color: #000;width: 100%;overflow-wrap: break-word;}
.filePopWrap .filePopDOM dd p + p {color: #ddd;}
.filePopWrap .filePopDOM .closeIco {cursor:pointer;position: relative;}

/* 채팅창 밖으로 챗 삐져나와서 처리.. */
.chatBodyWrap .meChat .chatCol,
.chatBodyWrap .friendChat .chatCol { word-break: break-all; }




