
.boWrap.SQUARE .gall_li .gallContents{padding:15px;background:#fff;border:1px solid rgba(0,0,0,0.1);border-radius:4px;}
.boWrap.SQUARE .gall_li .gallContents .gall_thumb + .gall_con{padding:20px 2px 5px 2px;}
.SQUARE .gallContents .gall_con .list_src{color:rgba(71,78,103,0.65);font-weight:600;}
.SQUARE .gallContents .square_infoSet{position:relative;color:#757575;display:flex;align-items:center;flex-wrap:wrap;margin-top:15px;font-size:12px;font-weight:400;color:#888888;}
.SQUARE .gallContents .square_infoSet .view:after{/*content:'';display:inline-block;width:1px;height:10px;background:rgba(0,0,0,0.1);margin:0 10px;vertical-align:middle;*/}
.SQUARE .gallContents .square_infoSet .num{display:inline-block;font-size:12px;line-height:11px;margin-left:4px;font-family:'Montserrat', sans-serif;}
.SQUARE .gallContents .square_infoSet .like{margin-left:auto;}
.SQUARE .gallContents .square_infoSet .like .num{color:rgba(240,64,24);}
.SQUARE .gallContents .square_infoSet .like-msg{position:fixed;top:50%;left:50%;margin:-30px 0 0 -120px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;width:240px;height:60px;color:#fff;background:rgba(71,78,103,0.9);}
.SQUARE .gallContents .square_infoSet .like.count{cursor:pointer;}

.latest-wrap.SQUARE{min-height:160px;}

.square-pop{}
.square-pop .popContainer{padding:40px;border-radius:3px;background:#fff;font-size:14px;font-weight:normal;line-height:1.8em;}
.square-pop .title{font-size:21px;font-weight:700;text-align:center;margin-bottom:50px;}
.square-pop .text-box{font-size:13px;font-weight:normal;color:#696969;padding:25px;line-height:1.8em;background:rgba(0,0,0,0.02);border:1px solid rgba(0,0,0,0.1);min-height:100px;max-height:300px;overflow-y:auto;}
.square-pop .msg{}
.square-pop .underline{text-decoration:underline;}
.square-pop .pop_btnSet{margin-top:50px;text-align:center;position:relative;}
.square-pop .pop_btnSet .btnSubmit, .square-pop .pop_btnSet .btnCancel{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-align:center;font-size:13px;font-weight:700;padding:0 20px;height:46px;color:#fff;
	background:#ff6f36;border-radius:2px;transition:all .2s ease-in-out;}
.square-pop .pop_btnSet .btnSubmit:hover{background:#f96328;}
.square-pop .pop_btnSet .btnCancel{background:rgba(71,78,103,0.45);}
.square-pop .pop_btnSet .btnCancel:hover{background:rgba(71,78,103,0.7);}
