/* CSS Document */

/* 필터 내부 박스 */
#filterBox {
	background-color:#f8f8f8;
	width:100%;
	color:#666;
	text-shadow:none;
	position:relative;
	box-shadow: 0 2px 5px lightgray;
	margin-bottom: 5px;
}
#filterBox table {
	width:100%;
	border-bottom:1px solid #eee;
}
#filterBox th {
	text-align:left;
	width:55px;
	padding:10px 0 0 5px;
	font-size:13px;
	font-weight:normal;
}
#filterBox td {
	padding:5px 0px;
}

.filter-close-btn {
	position:absolute;
	top: 5px; right: 7px;
	height: 30px;
	width: 30px;
	background-size: 15px;
	background-position:center;
	background-repeat:no-repeat;
	cursor: pointer;
}

#filterBox select,
#filterBox .btn-sm-line{
	background-color: #fff;
}

#filterBox .top-bar { /* 필터 톱바 */
	position: relative;
	padding-top: 8px; padding-bottom: 8px;
	background-color: #fff;	
	color: #3276b1;
	height: 25px;
}

#filterBox .top-bar .ttl{
	position: absolute;
	left: 10px; top: 10px;
	font-size: 16px;
}
#filterBox .top-bar .close-btn{
	position: absolute;
	right: 10px; top: 10px;
	width: 20px; height: 20px;
	background-image: url(https://mimo.co.kr/mobile/a5_panel/images/X-bk.png);
	background-position: center; background-repeat: no-repeat;
	background-size: contain;
}

label span{
	vertical-align: middle;
}

.saveBtn {
	padding: 5px 10px;
	background-color:#ffe2d8;
	border:1px solid #ff652d;
	width:65px;
	color:#ff652d;
	cursor:pointer;
	font-size:14px;
	border-radius:4px;
	margin:0 auto;
	display:inline-block;
}
.closeBtn {
	padding: 5px 10px;
	background-color:#fff;
	border:1px solid #ddd;
	width:40px;
	color:#666;
	cursor:pointer;
	font-size:14px;
	border-radius:4px;
	margin:0 auto;
	display:inline-block;
}
.btn-sm-line.active {
    background-color: #27A6F3 !important;
    border-color: #27A6F3 !important;
    color: #fff !important;
}

/* 우측 상단 필터버튼 */
.filterBox {
    position: absolute;
    width: 24px;
	height: 24px !important;
    top: 10px;
    right: 12px;
}
.filterBox img {
	height: 26px !important;
}
.newIcon{
	position: absolute;
    width: 22px;
	height: 22px; line-height: 22px;
    top: 5px;
    right: 40px;
	border-radius: 50%; box-sizing: border-box;
	background-color: orangered;
	color: #fff; font-size: 12px; font-weight: 500; text-align: center;
}

/* 본문 글 박스 */
.comLink {
	position: relative;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 15px 18px;
	text-shadow: none;
	color: #222;
	border-bottom: 1px solid #F5F6F6;
	background-color:#fff;
	font-size: 16px;
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
}

.noticeWrapper .comLink{
	background-color:#fffde7;
}

.comLink .content {
	width:100%;
}
.comLink .list_subject, 
.jangLink .list_subject {
	display: flex;
	align-items: flex-start;
	gap: 5px;
    width: 100%;
	box-sizing: border-box;
	color: #222;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
    cursor: pointer;
}

.comLink .list_subject .popular {
	display: inline-flex;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 10px */
	border-radius: 2px;
	background: #4E82F3;
	vertical-align: 2px;
	flex-shrink: 0;
}

.comLink .list_subject .hot {
	display: inline-flex;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 10px */
	border-radius: 2px;
	background: #FB6767;
	vertical-align: 2px;
	flex-shrink: 0;
}

.comLink .list_subject .notice_icon {
	display: inline-flex;
	padding: 2px 3px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #FFF;
	text-align: center;
	font-family: Pretendard;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 10px */
	border-radius: 2px;
	background: gray;
	vertical-align: 2px;
	flex-shrink: 0;
}

.comLink .list_subject .subject {
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
}

.comLink .list_content {	
	color: #949494;
    font-size: 12px;
    width: 100%;
    line-height: normal;
    text-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
	border: 1px solid red;
	
	/* for iphoneX */
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}

.comLink .list_info, .jangLink .list_info{
	padding-top: 5px;
	font-size: 12px;
	font-weight:400;
	text-shadow: none;
	color: #999;
	line-height: 16px;
}
.comLink .list_info span, .jangLink .list_info span{
	color: #ddd;	
}

.comLink .list_info span.delimiter, 
.jangLink .list_info span.delimiter
{
	font-size: 10px;
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;	
}

.jangLink span.delimiter{
	font-size: 10px;
	display: inline-block;
	vertical-align: 3px;
	margin: 0 3px;
	color: #ccc;
}

/* new */
.jangLink .top-txt{
	display: inline;
	vertical-align: middle;
	font-size: 16px; color: #555;
}
.jangLink .ttl{
	vertical-align: middle;
	margin-bottom: 7px;
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    
	display: block;
    width: 100%;	
	color: #000;    
    text-shadow: none;
    
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 1.2em;
	
    box-sizing: border-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.jangLink .bottom-txt{
	vertical-align: middle;
	color: #0A81C3;
}
.jangLink .top-icon {
	display: inline-block;
	vertical-align: middle !important;
    font-size: 11px;
    background-color: #ffbd00;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    padding: 0 7px;
    text-shadow: none;
    font-weight: 700;
    letter-spacing: 0;
    vertical-align: 1px;
    margin-right: 2px;
    border-radius: 12px;    
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.jangLink.ver2 {
    position: relative;
    background-color: #FFF;
    height: auto;
    border: 1px solid #ddd;
    padding: 1.2em 1em !important;
    margin-bottom: 5px; 
 
	-webkit-box-sizing: border-box;    
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(39,166,243,0.31);
    tap-highlight-color: rgba(39,166,243,0.31);
}

/* 광고 */
.jangLink.ver2.ad{
	position: relative;    
    height: auto;        
    margin-bottom: 5px; 
 
	-webkit-box-sizing: border-box;    
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(39,166,243,0.31);
    tap-highlight-color: rgba(39,166,243,0.31);
	
	border: 0; 
	border-bottom: 1px solid lightgrey;border-top: 1px solid lightgrey; 	
	padding-top: 1.5em; padding-bottom: 1.5em; 
	background-color: aliceblue;
}
.jangLink.ver2 .img {
    position: absolute;
    top: 15px;
    width: 85px;
    height: 85px;
    background-color: #777;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}
.jangLink .list-salon-row {
    display: block;
    padding-left: 100px;
	margin-bottom: 5px;
}
.jangLink .list-salon-row > * {
    display: inline-flex; align-items: center;
}
.jangLink .list-salon-row > img{
    vertical-align: middle;
}
.jangLink.ver2 .text{
	padding-left: 100px;
}

.jangLink.ver2.ad .img{
	position: absolute;
    top: 20px;
    width: 105px;
    height: 105px;
    background-color: #777;
    background-position: center;
    background-size: cover;
    border-radius: 6px;
}
.jangLink.ver2.ad .list-salon-row {
    display: block;
    padding-left: 120px;
	margin-bottom: 5px;
}
.jangLink.ver2.ad .text{
	padding-left: 120px;
}
.jangLink.ver2.ad .ttl{ /* 광고 */
    display: flex; align-items: flex-start; width: 100%; 
	height: 60px;
	vertical-align: middle;
	margin-bottom: 7px;
	box-sizing: border-box; 		
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
    text-overflow: ellipsis;    
	white-space:normal;
    word-break: break-all;    		
    font-size: 20px;font-weight: 400;color: #000;    
    text-shadow: none; letter-spacing: -1px; line-height: 1.2em;
}
.jangLink.ver2.ad .ttl img{
    display:inline-flex; align-items: center;
}
.text-wrap{
    display:inline-flex; align-items:center;
}

.comLink .list_info .info_space{
	color: #999;
}
.comLink .list_info_top{
	padding-top: 5px;
	font-size: 13px;	
	text-shadow: none;
	color: #259add;
	line-height:1.2em;
}

/* 카테고리 구역 (area) 게시판 목록에 표시할 때 색상 */
.comLink .list_info .areaStyle {
	color: #999;
}

/* 카테고리 구역 (area) 게시판 목록에 표시할 때 색상 */

.comLink .vwrap, .comLink .vvwrap {
    position: relative;
    display: inline-block;
    color: #000 !important;
}
.voteIconKin {
    vertical-align: -2px !important;
    width: 14px !important;
}
.comLink .vwrap svg, .comLink .vvwrap svg {
	vertical-align: -1px;
}
.comLink .vwrap .voteIcon{
	width: 22px;
	height: 14px;
}
.comLink .vwrap .voteIconKin{
	width: 14px;
	height: 14px;
}
.comLink .vwrap span, .comLink .vvwrap span {
	color: #636566;
	font-family: Pretendard;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 12px */
	padding-left:2px;
}
.comLink .list_thumbIcon {
	display: inline-flex;
	width: 16px;
	height: 16px;
	background-image:url('https://mopenmarket.speedgabia.com/mimo/icons/img3.png');
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	vertical-align: -2px;
}
.comLink .question_icon {
	background-image:url('//mimo.co.kr/mobile/img/quest-icon.png');
	display: inline-block;
    vertical-align: middle;
    height: 18px;
    width: 18px;
    background-size: 17px;
    background-repeat: no-repeat;
	
	position: relative;
    background-position: top center;
}
.comLink .graph {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-right: 2px;
    background-image: url('//mimo.co.kr/mobile/img/graph.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 댓글 카운트 박스(구) */
.list_ripple_box {
	border:1px solid #666; 
	border-radius:50%; 
	text-align:center; 
	width: 28px;
	height: 28px;
	top:20px; 
	vertical-align:middle; 
	position:absolute; 
	right: 15px;
}
.list_ripple {
	vertical-align:middle; 
	color: #000;
	line-height:28px;
}

/* 목록 댓글 아이콘(신) 190307 */
.btnCBox { 
	/* 원형박스 */
	position:absolute; 			
	right: 5px; top:10px; 
	width: 28px;
	height: 28px;
	border-radius: 50%;
	border: 1px solid #666;
	box-sizing: border-box;
	background-color: #fff;
	margin: 10px;
	text-align: center;
}		
.btnBox { 
	/* 사각박스 */
	display: block;
	width: 70px;
	height: 25px;
	box-sizing: border-box;
	margin: 10px;
	text-align: center;
}		
.flexbox {
	display: flex;
	align-items: center;
	justify-content: center;			
}
.btnText { 
	display: inline-flex;
	padding: 1px 3px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #222;
	text-align: center;
	font-family: Pretendard;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 14px */
	flex-shrink: 0;
	border-radius: 2px;
	background: #F3F4F5;
}

/* 페이지네이션 박스 */
#pagination {
	background-color:#fff;		
	padding:20px 0 !important;
	text-align:center;
}
#pagination a {
	font-size: 15px !important;
	font-weight:normal !important;						
	text-decoration: none;
	color: #27A6F3;
	margin: 0;
	margin-right:2px;
	padding: 7px 10px !important;		
	cursor:pointer;
}
#pagination b {
	font-size: 15px !important;
	font-weight:normal !important;						
	text-decoration: none;		
	margin: 0;
	margin-right:2px;
	padding: 7px 10px !important;		
	cursor:pointer;

	background-color: #27A6F3;
	color: #fff;
	border-radius: 2px;
}

#recom-delete, #special-delete, #recom-chkbox-toggle {
    -webkit-appearance: none; 
    -webkit-border-radius: 0; 
    padding: 5px 10px;
    background-color: #27A6F3; color: #FFF;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 16px; font-weight: 500;
    cursor: pointer;
}


.evtNoticeWrap {
	display: flex;
	height: auto;
	background-color: #fff;
	border-bottom: 1px solid #F5F6F6;
}

.evtNoticeWrap .evtNoticeLink {
	display: flex;
	align-items: start;
	justify-content: start;
	gap: 12.67px;
	width: 100%;
	cursor: pointer;
	padding: 14.57px 18px 15px;
}

.evtNoticeWrap .evtImage {
	width: 107.326px;
	height: 71px;
	border-radius: 6px;
	border: 1px solid #F0F4F5;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	flex-shrink: 0;
}

.evtNoticeWrap .evtBox {
	margin-top: 5px;
}

.evtNoticeWrap .evnTag {
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 2px;
	color: #81976C;
	font-family: Pretendard;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 13px */
	letter-spacing: -0.4px;
	margin-bottom: 6px;
}

.evtNoticeWrap .evtName {
	min-width: 100px;
	max-width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: gray;
}

.evtNoticeWrap .evtTitle {
	color: #222;
	font-family: Pretendard;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 21px;
	letter-spacing: -0.2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#mimoAdWrap-sq {
	border-bottom: 1px solid #F1F1F2;
	background: #F9F9F9;
}
#mimoAdWrap-sq > table {
	width: calc(100% - 20px);
	max-width: 100% !important;
	padding: 15px 0;
}

#mimoAdWrap-sq .zinLink > div {
	border-radius: 8px;
border: 1px solid #E2E9EC;
}