@import url("icomoon/style.css");
@font-face {
    font-family: 'icomoon';
    src: url('icomoon/fonts/icomoon.eot?c3k3i9');
    src: url('icomoon/fonts/icomoon.eot?c3k3i9#iefix') format('embedded-opentype'), url('icomoon/fonts/icomoon.ttf?c3k3i9') format('truetype'), url('icomoon/fonts/icomoon.woff?c3k3i9') format('woff'), url('icomoon/fonts/icomoon.svg?c3k3i9#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	font-family: -apple-system,BlinkMacSystemFont, "Apple SD Gothic Neo", "Malgun Gothic", "맑은 고딕", helvetica, sans-serif;
}
/*
	데스크탑에서 FHD 초과하는 디스플레이 사용시 굴림체가 상당히 가독성이 떨어지므로 맑은 고딕으로 폰트 변경

	device-width는 deprecated 상태긴 하지만 이거 말고 css에서 기기 자체의 해상도를 잴 수 있는게 없는것으로 확인됨
	모바일일 경우 이 값이 가짜긴 하지만 pixel-ratio로 걸러낼 수 있을것 (모바일 기기의 경우 대부분 2.0 이상임)
	단말기-화면픽셀 비율이 1.5 이하고 (윈도우 확대 150%), 모니터 해상도가 1200px 이하일경우 굴림으로 표시
*/
@media only screen and (-moz-max-device-pixel-ratio: 1.5), only screen and (-o-max-device-pixel-ratio: 1.5/1), only screen and (-webkit-max-device-pixel-ratio: 1.5), only screen and (max-device-pixel-ratio: 1.5) {
	@media screen and (max-device-height: 1200px) {
		body {
			font-family: -apple-system,BlinkMacSystemFont, "Apple SD Gothic Neo", "Verdana", 굴림, gulim, "Malgun Gothic","맑은 고딕", helvetica, sans-serif;
		}
	}
}


/* 기존 스킨 style.css */

.head {border:solid 1 black;font-size:9pt;color:black;background-color:white;height:19px}
.textarea {border:solid 1; font-size:9pt;color:black;background-color:white}
.input{border:solid 1;font-size:9pt;color:black;background-color:white;height:19px}
.input2{border:solid 0;font-size:9pt;color:black;background-color:white;height:16px}
.submit {border:solid 1;font-size:9pt;color:white;background-color:black;height:19px}

.pt7 {font-size:7pt;}
.vpt7 {font-size:7pt;}
img {border: none;}

table {padding:0; border-spacing:0px; border:0; border-collapse:collapse;}
th, td {padding:0px;}
.vcm {
    position:relative;
    z-index:2;
    text-align:left;
    border-bottom: 1px solid #ddd;
}

.goodVoteBtn {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 22px;
	margin-right: 5px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
    text-indent: -9999px;
} /* 200507 추천 버튼 추가 by boonsoo */
.goodVoteBtn:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    text-align: center;
    font-size: 0.75rem;
    color: #000;
    text-indent: 0;
    content: "\e91f";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
} /* 200507 추천 버튼 추가 by boonsoo */
.goodVote {
    display: inline-block;
    height: 20px;
	margin-top: -5px;
	margin-left: 5px;
    line-height: 20px;
    font-weight: bold;
} /* 200507 추천 버튼 추가 by boonsoo */
.goodVote .goodVote {
	margin-left: -5px;
} /* 220616 추천 숫자 위치 조정 추가 by boonsoo */

.vc_in_right {
    float: right;
}
.vc_right {
	position: absolute;
	right: 0;
	top:0;
	display: flex;
    align-items: center;
	padding:3px 0;
}/* 220608 modified by boonsoo */

.time {
	display: flex;
    align-items: center;
    margin-right: 5px;	
}

.cmemo {
	padding: 4px 5px 2px;
	clear:both;
	/* border-bottom: 1px solid #ddd; */
	/* word-break: break-all; */
}

.btns a, .btns input[type=button], .btns input[type=submit] {
	margin-top: 8px;
	display: inline-block;
	padding: 0 12px;
	line-height: 26px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333;
	background: #f7f7f7;
	background: #f7f7f7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#f0f0f0));
	background: #f7f7f7 -moz-linear-gradient(top, #FFF, #f0f0f0);
	background: #f7f7f7 -ms-linear-gradient(top, #FFF, #f0f0f0);
	border: 1px solid #bebdbd;
	border-radius: 3px;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none !important;
	vertical-align: middle;
}
.btns a:hover, .btns input[type=button]:hover, .btns input[type=submit]:hover {
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.5);
	box-shadow: 0 0 6px rgba(0,0,0,.5);
}
.btns a:active, .btns input[type=button]:active, .btns input[type=submit]:active {
	background: #f7f7f7 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d2d2d2), to(#EEE));
	background: #f7f7f7 -moz-linear-gradient(top, #f0f0f0, #FFF);
	background: #f7f7f7 -ms-linear-gradient(top, #f0f0f0, #FFF);
}
.articleArea {clear:both;}

.insertRuleBox {
	position: relative;
	display: block;
    margin: 30px 0; 
	padding: 10px 25px 20px;
	text-align: center;
	color: #9d9d9d;
	background-color: #f9f9f9;
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration:none;
} /* 190531 규정인용 추가 */

.insertTitle {
	font-size: 1.6rem;
	margin-bottom: 5px !important;
} /* 190531 규정인용 추가 */

.currentTr {background-color:#F2EEEE;}
.tdcheck {
	position:absolute;
	border:none !important;
	background:transparent !important;
}
.btn_bul {
	display:inline-block;
	vertical-align:middle;
	width:10px;
	height:10px;
	border:2px solid #CCC;
	border-radius:100%;
	margin-right:4px;
	cursor:pointer;
}
.mm .btn_bul {display:none !important;}
.tdcheck input {position:absolute;z-index:5;margin-top:2px;}
th.tdcheck {position:absolute;padding: 0 !important;}
.tdnum {white-space:nowrap;text-align:center;}
.tdname {white-space:nowrap;padding-right:10px !important;text-align:center;font-weight:bold;}
.tddate {white-space:nowrap;text-align:center;}
.tdhit {white-space:nowrap;text-align:center;}
.tdvote {white-space:nowrap;text-align:center;font-weight:normal;}
.listnotice .tdnum {background-color:#d4af95;color:#FFF;font-size:12px;font-weight:bold;}
table.list {position:relative;}
td.cmemo {
	padding:6px 0;
}
.listtr:hover {background-color:#f2f2f2}
.aReply {
	float:left;
	display: flex;
	align-items: center;
	white-space:nowrap;
	padding:3px 0;
}
.aReply a+span {font-weight:bold;}
.btn_aa_report,
.btn_bulpan,
.btnscrap {display:block;color:#555;margin: 4px 0 4px 0;float:right; width:70px;text-align:center;font-size:12px;font-weight: bold;padding: 2px 3px;border:2px solid #DDD;}
.btn_aa_report {border:2px solid #EE6969;}
a:link.btn_bulpan,a:visited.btn_bulpan,a:hover.btn_bulpan,a:active.btn_bulpan{
	position: relative;
	float: left;
	width: 100px;
	margin-top: -70px;
	padding: 15px;
	font-size: 12px;
	border:3px solid #44dd14;
	-webkit-border-radius:50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-decoration:none;
    -webkit-animation-name:bulpan;
    -webkit-animation-duration:1s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:bulpan;
    -moz-animation-duration:1s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:bulpan;
    -ms-animation-duration:1s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:bulpan;
    -o-animation-duration:1s;
    -o-animation-iteration-count:infinite;
    animation-name:bulpan;
    animation-duration:1s;
    animation-iteration-count:infinite;
}

@keyframes bulpan {
 0%   {border:3px solid red;}
 25%  {border:3px solid yellow;}
 50%  {border:3px solid blue;}
 100% {border:3px solid green;}
}

.listhead th {
	border-top: 2px solid #d5d5d5;
	padding: 3px 14px;
	font-size: 12px;
	border-bottom: 1px solid #d5d5d5;
}
.listhead th a{
	color: #000 !important;
	font-weight: normal;
}
.listhead td {text-align:left;}
.list td {
	padding: 7px 0; /* 천천히 9 까지 */
	line-height: 1.2;
	border-bottom:1px solid #e9e9e9;
}
.list td img {vertical-align:top;}
.list td a{
	color: #000 !important;
}
a:target {
	margin-top: -120px;
	display: block;
	position: absolute;
}
a:target:before {
	content: "";
/*	margin: 115px 0 0 -3px;*/
	margin: 42px 0 0 -3px; 
	display: block;
	position: absolute;
	width: 250px;
	height: 26px;
	border: 3px solid red;
}
#voyarea:before {
	content:"";
	display:block;
	width:10px;
	height:10px;
}
span.bd {
	color: #be2e2f !important;
	background: #FFF5F5;
}
.txtGray {
	color: #666 !important;
	font-size:11px;
}
a.auto {
	color: #155FC5 !important;
	background: #F2F8FF;
	word-wrap:break-word;
}
a.auto_new {
	color: #029149 !important;
	background: #F3FBF8;
	margin-left:10px;
}
a.auto_new:before {content:"[";}
a.auto_new:after {content:"]";}
td {position: relative; word-break: break-word;} /* 190415 수정 by boonsoo */
td.tdsub {text-align:left;line-height:1.2;padding-left:5px;}
td.tdsub a {
	max-width:470px;
	display: inline-block;
	white-space:nowrap; /* 200521 modified by boonsoo */
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align:middle;
}
/*
td.tdsub.secret {padding-left:14px;background:url('/pb/skin/yui_brownbox_ani_blue/secret_head.gif') no-repeat 0 9px;font-size:0;}
*/
td.tdsub.secret {padding-left:16px; min-height: 15px; font-size:0;} /* 190415 수정 by boonsoo */
td.tdsub.secret:before {content:"비밀글입니다";font-size:12px;color:#999;}
td.tdsub.secret:after {
   position: absolute;
	z-index: 10;
    top: 9px;
    left: 0;
    width: 10px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
    text-indent: 0;
    content: "\e978";
    color: #a78064;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
} /* 190415 추가 by boonsoo */
.adm td.tdsub.secret,
.mine td.tdsub.secret {font-size:12px;}
.admmenu {display:none;}
.adm .admmenu {display:block;
position:absolute;top:160px;left:10px;font-weight:bold;
}
.mm .admmenu {display:none !important;}
.adm td.tdsub.secret:before,
.mine td.tdsub.secret:before {content:none;}
td.tdsub span {/* vertical-align:top; */}
.listfoot {position:relative;border-collapse:collapse;width:100%;}
.listfootLeft {position:absolute; z-index: 10; white-space:nowrap;} /* 190416 수정 by boonsoo *//* 190524 수정 by boonsoo */
.listfootRight {position:absolute;right:0;text-align:right;}
.tdpagenation {clear:both;margin:auto;text-align:center;padding-top:50px;white-space:nowrap;}
.btnPrev10,
.btnNext10 {display:inline-block;line-height:30px;}
.pagination {display:inline-block;vertical-align: middle;margin:15px 10px 0 10px !important;}
.pagination ul > li > a, .pagination ul > li > span {padding:4px 12px !important;}
.pagination ul > li > a.currentPage {color:#a57d61 !important;font-weight:bold;background-color:#ede5df;}
.pagination ul > li > a.currentPage:hover {background-color:#ede5df !important;}
.searchArea {border-collapse:collapse;width:100%;}
.searchArea .d1 {text-align:center;}
.searchArea .d2 {text-align:center;}

.plusRed {color:#FF5555;font-size:11px;font-weight:normal !important;}
.plusBlue {color:#5555FF;font-size:11px;font-weight:normal !important;}
.plusNew {color:#30A000;font-size:11px;font-weight:normal !important;}
.deleted_subject,
.deleted_name {color:#888 !important;font-weight:normal !important;}
#overDiv li.alt {background-color: #EEDCDC;}
#overDiv li.temp {background-color: #DCE5EE;}

.view_foot_area {
	text-align:center;
	font-weight:bold;
	height: 55px;
}
.report_area {display:inline-block;vertical-align: top;color:#777}
.vote_area {display:inline-block; margin-top: 40px; margin-right:30px;vertical-align: top;} /* 190607 수정 by boonsoo */
.btn_a_report,
.btn_vote {
	margin-bottom: 15px;
	width: 64px;
	height: 64px;
	display: inline-block;
	position: relative;
	line-height: 64px;
	background-color: #f1f1f1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fdfdfd, #f1f1f1);
	background-image: -moz-linear-gradient(top, #fdfdfd, #f1f1f1); 
	background-image: -ms-linear-gradient(top, #fdfdfd, #f1f1f1); 
	background-image: -o-linear-gradient(top, #fdfdfd, #f1f1f1);
	background-image: linear-gradient(top, #fdfdfd, #f1f1f1);
	border-radius: 32px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
}
.btn_a_report:active,
.btn_vote:active {
	top: 1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#fdfdfd));
	background-image: -webkit-linear-gradient(top, #f1f1f1, #fdfdfd);
	background-image: -moz-linear-gradient(top, #f1f1f1, #fdfdfd); 
	background-image: -ms-linear-gradient(top, #f1f1f1, #fdfdfd); 
	background-image: -o-linear-gradient(top, #f1f1f1, #fdfdfd);
	background-image: linear-gradient(top, #f1f1f1, #fdfdfd);
}
.btn_a_report:before,
.btn_vote:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
	background-color: #DDD;
	border-radius: 140px;
	opacity: 0.5;		
}
.btn_a_report:active:before,
.btn_vote:active:before {
	top: -9px;
}
.btn_a_report:hover:before,
.btn_vote:hover:before { opacity: 1; }
.btn_a_report img,
.btn_vote img { vertical-align: -12px; }
.btn_a_report:hover:before {background-color:#f8cec6;}

object, embed {max-width:820px !important;}
a.noLink {display:none;}
.adminTextarea {width:90%;}
/* 코멘트 depth */
.depth1,
.depth2,
.depth3,
.depth4,
.depth5,
.depth6,
.depth7,
.depth8,
.depth9,
.depth10 {padding-left:2%;}
#voyarea {width:100%}
#voyarea2 {height:150px;width:100%;white-space:wrap;overflow:auto;box-sizing:border-box;color:#000;}
#voyarea.reply td {padding-left:5%; padding-right: 5px;} /* 댓글쓰기 창 토글 *//* 190419 수정 by boonsoo */
.depth1 #voyarea.reply td {padding-left:0;}

#viewFoot {margin:20px 0 40px;}
#commentTop,#cmtWriteTop,#footerTop,#viewFootTop,#articleTop {border-top:4px dashed rgba(255,0,0,0);}
#footerTop {clear:both;}
.viewTable {table-layout:fixed;width:100%;border-top:2px solid #e5e5e5;}
.viewTable td:first-child {padding-left: 10px;} /* 190422 추가 by boonsoo *//* 190429 수정 by boonsoo */
.viewTable td:last-child {padding-right: 10px;} /* 190429 추가 by boonsoo */
.viewTable #view_writer span {
	display: inline-flex;
	align-items: center;
} /* 220510 추가 by boonsoo */
#commentTop {border-bottom:1px solid #DDD;}
.flashbar {
    -webkit-animation: flashbar 1s 1;
    -moz-animation: flashbar 1s 1;
}
.flashbar2 {
    -webkit-animation: flashbar2 1s 1;
    -moz-animation: flashbar2 1s 1;
}
@-webkit-keyframes flashbar {
    0%,100% {border-top:4px dashed rgba(255,0,0,0);}
    50% {border-top:4px dashed rgba(255,0,0,1);}
 }
@-moz-keyframes flashbar {
    0%,100% {border-top:4px dashed rgba(255,0,0,0);}
    50% {border-top:4px dashed rgba(255,0,0,1);}
 }
@-webkit-keyframes flashbar2 {
    0%,100% {border-top:4px dashed rgba(255,0,0,0);}
    50% {border-top:4px dashed rgba(255,0,0,1);}
 }
@-moz-keyframes flashbar2 {
    0%,100% {border-top:4px dashed rgba(255,0,0,0);}
    50% {border-top:4px dashed rgba(255,0,0,1);}
 }
.searchKeyword {width: 185px; height: 20px; border:1px solid #9f9f9f;padding: 2px 0 0 0;}

/* 회원 관리 레이어 */
.memberNameLayer {
	display:none;
	position:absolute;
	z-index:10;
	border:1px solid #666;
	padding:3px;
	background:#FFF;
	cursor:pointer;
	margin:10px 0 0 -175px /* 190415 수정 by boonsoo */
}
/* ========================== 태블릿 이하 ========================== */
/* @media all and (max-width: 800px) { */
	.tt .memberNameLayer {
	display:none;
	position:absolute;
	z-index:10;
	border:1px solid #666;
	padding:3px;
	background:#FFF;
	cursor:pointer;
	margin:10px 0 0 -95px;
}/* 190416 추가 by boonsoo */
/* } */

/* ========================== 모바일 ========================== */
/* @media all and (max-width: 767px) { */
.mm .memberNameLayer {
	display:none;
	position:absolute;
	z-index:10;
	border:1px solid #666;
	padding:3px;
	background:#FFF;
	cursor:pointer;
	margin:10px 0 0 -25px /* 190415 수정 by boonsoo */
}
/* } */
.memberNameLayer div {
	padding:0 25px;
	line-height:30px;
	border-top:1px solid #DDD;
}
.memberNameLayer div:hover {background:#EEE;}
.memberNameLayer div:first-child {border:none;}
.memberNameLayer div.admin {background:#FEE;}
.memberNameLayer div.admin:hover {background:#f9dFdF;}
/* 글자수 제한 */
.writeBar {
	position: relative;
	float:right;
	width:152px;
	height:41px;
	margin-bottom:5px;
	background:url(/img/pb_write_bar.png) no-repeat;
}
.textNums {
	margin:0 0 0 40px;
	width: 90px;
	text-align: center;
	color:#666;
}
#textNums {color:#b45400;}
#writebar {
	position:absolute;
	bottom:6px;
	left:45px;
	width:101px;
	height:5px;
	background:url(/img/pb_write_bar.png) no-repeat -45px -43px;
}
.bbsBox {font-size:11px;color:#666; padding: 0 3px;} /* 190419 수정 by boonsoo */

.bbsNotice {}
.bbsLink {}
.plusTime {
	margin-top: -65px;
	position: absolute;
}
.viewDate {
	font-size:11px;
	color:#999;
}
.newReply {
	padding-left:20px;
	background:url(/pb/skin/yui_brownbox_ani_blue/arr.gif) no-repeat 3px 40%;
}
.newReply a {
	padding-left:12px;
}
.broken {
	position:relative;
	border-top:40px solid transparent;
}
.broken:before {
	position:absolute;
	left:0;
	top:-40px;
	display:block;
	width:100%;
	box-sizing:border-box;
	height:40px;
	background:url(/img/broken_link.png) no-repeat 3px 10px;
	padding-left:27px;
	padding-top:10px;
	content:'부모글이 삭제되었습니다 (계층깨짐)';
	color:#666;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	margin-top:-1px;
}
.broken.depth2:before,
.broken.depth3:before,
.broken.depth4:before,
.broken.depth5:before,
.broken.depth6:before,
.broken.depth7:before,
.broken.depth8:before,
.broken.depth9:before,
.broken.depth10:before {}
.topbtns {position:relative;}
.topbtns .btns {position:absolute;right:0;margin-top:-63px;}
.topbtns > a {color:#666 !important;float:right;padding: 8px 0 15px 0;}

.listfootLeft a:nth-of-type(2) {
	color: #ffffff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
	background-color: #363636 !important;
	background-image: -moz-linear-gradient(top, #444444, #222222) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)) !important;
	background-image: -webkit-linear-gradient(top, #444444, #222222) !important;
	background-image: -o-linear-gradient(top, #444444, #222222) !important;
	background-image: linear-gradient(to bottom, #444444, #222222) !important;
	background-repeat: repeat-x !important;
	border-color: #222222 #222222 #000000 !important;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
}

#tipMsg {
	position: absolute;
	width: 550px;
	height:377px;
	margin: -420px 0 0 220px;
	background: url('/img/voy/st_bg.png') no-repeat;
	overflow: hidden;
}
#tipMsg b {
	display:none;
}
.closedCmt {
	display:inline-block;
	padding:2px;
	font-size:11px;
	font-style:normal;
	letter-spacing:-1px;
	border-radius:3px;
	background:#888;
	color:#FFF;
	vertical-align:middle;
}

.proposal_toggle {
	padding: 0 !important;
    /* margin: 5px 0 -4px !important; */ /* 190415 수정 by boonsoo */
}

.proposal_wait {
	display:inline-block;
	padding:2px;
	font-size:11px;
	font-style:normal;
	letter-spacing:-1px;
	border-radius:3px;
	background:#ff8686;
	color:#FFF;
	vertical-align:middle;
}
.proposal_ok {
	display:inline-block;
	padding:2px;
	font-size:11px;
	font-style:normal;
	letter-spacing:-1px;
	border-radius:3px;
	background:#30c32d;
	color:#FFF;
	vertical-align:middle;
}
.proposal_confirm {
	display:inline-block;
	padding:2px;
	font-size:11px;
	font-style:normal;
	letter-spacing:-1px;
	border-radius:3px;
	background:#abadff;
	color:#FFF;
	vertical-align:middle;
}

/*Type*/
#tipMsgTxt {
	text-align:center;
	font-size:22px;
	color:#FFF;
	text-shadow:-1px -1px 0 rgba(0,0,0,.8);
	line-height:1.3;
	padding-top:60px;
}
#tipMsgTxt i {
	display:block;
	font-style: normal;
	font-size:16px;
	color:#a3a5a7;
	line-height:1.5;
}
#tipMsg a {
	position: absolute;
	display:block;
	color:#d8d656;
	cursor:pointer;
	font-size: 18px;
	white-space: nowrap;
	right: 21px;
	bottom: 18px;
	width: 110px;
	text-align: center;
	line-height: 30px;
}

#report {
	position:absolute;
	left: 0;
	width: 460px;
	margin: 30px 0 0 -20px; /* 위치 보정 */
}
.mm #report {left:5px !important; right: 5px; width: auto; margin: 0; box-sizing: border-box;} /* 190419 수정 by boonsoo */
#report .modal-footer {
	text-align:left;
}
#report .btn-group button {
	font-size:12px;
	padding: 2px 8px;
}
#report p {
	margin: 10px 0 5px;
}


.reportTxt {
	display:block;
	width:416px;
	height:70px;
}

@media all and (max-width: 767px) { /* 160923 추가 by boonsoo */
.reportTxt {
	display:block;
	width:100%;
	height:70px;
	padding: 0px !important;
}
}
.tdname i {display:none;}
.mm input.reportTxt {width:94%}
.adm_readed {
	display: block;
	overflow: hidden;
	padding:1px 0 0 1px;
	margin:20px 0;
}
.adm_readed li {
	float:left;
	overflow: hidden;
	list-style: none;
	margin:-1px 0 0 -1px;
}
.adm_readed .adm_nick {
	float:left;
	width:80px;
	height:16px;
	padding:3px 5px;
	border:1px solid #EEE;
	text-align: center;
}
.adm_readed li i {
	float:left;
	width:50px;
	height:16px;
	padding:3px 5px;
	font-style: normal;
	font-weight: bold;
	color:#be2e2f;
	border:1px solid #EEE;
	margin-left:-1px;
	text-align: center;
}
#secret_check {position: absolute;margin-top: -30px;visibility: hidden;}
.can_write_secret #secret_check,
.adm #secret_check {position: static;margin-top: 0;visibility: visible;}
.can_write_secret .secret_txt:before,
.adm .secret_txt:before {content:" 비밀글 ";font-size:12px;}
.modified_caption { color: #A9A9A9; font-weight: normal;}

/* ========================== 태블릿 이하 ========================== */
/* @media all and (max-width: 800px) { */
	.tt .noborder {padding:20px 0 0 0;}
	.tt td.tdsub.secret:before {font-size:14px;}
	.tt .adm td.tdsub.secret {font-size:14px;}
	.tt .tabs {display:none;}
	.tt .topbtns .btns {position:static;float:right;margin-top:0;}
	.tt .topbtns > a {clear:both;}
/* } */

/* ========================== 모바일 ========================== */
/* @media all and (max-width: 767px) { */
    .mm .vcm {
        padding-bottom: 35px;
        border-bottom: 1px solid #ddd;
    } /* 200507 하단 패딩 추가 */
    .mm .aReply {padding:3px;} /* 190419 추가 by boonsoo */
    .mm .cmemo {
        padding: 4px 8px 2px;
        border-bottom: none;
    } /* 190419 추가 by boonsoo */
	.mm td.tdsub.secret:before {
		display: block;
		font-size:16px;
		padding: 10px 0 0 0; /* 190416 수정 by boonsoo */
		line-height: 1.2;
	}
    .mm td.tdsub.secret:after {
        top: 12px;
    } /* 추가 by boonsoo */
	.mm .tdname i {display:inline-block;font-style:normal;font-weight:normal;font-size:10px;margin-left:8px;color:#adb4bd;}
	
	.mm .btnscrap {margin: 4px 0;}
    /*
	.mm	a:link.btn_bulpan,a:visited.btn_bulpan,a:hover.btn_bulpan,a:active.btn_bulpan{
	margin-top: -80px;
	}
	*/

	.mm .tdsub:before {content:"";}
	.mm td {word-break: break-word;}
    .mm td.btns { padding: 0 3px; } /* 190419 추가 by boonsoo */
	.mm .list td.tdsub {padding:0 0 3px 0 !important;line-height:0;}
	.mm .closedCmt {line-height:1;margin:5px 0 -4px;}
	.mm .list td.tdsub.secret {padding:0 0 3px 10px !important;} /* 190417 수정 by boonsoo */
	.mm td.tdsub a {
		white-space: normal;
		overflow: visible;
		display:block;
		padding:8px 0 25px 0; /* 160923 수정  by boonsoo */
		line-height:1.2;
	}
    .mm td.tdsub a.proposal_toggle {
		padding:8px 0 5px 2px !important; /* 160923 수정  by boonsoo */
		line-height:1.2;
	}

    .mm .insertRuleBox {
    margin: 30px 10px; 
} /* 190531 규정인용 추가 */

    .mm .insertTitle {
	font-size: 1.2rem;
    } /* 190531 규정인용 추가 */

	.adm.mm .list td.tdsub.secret a {font-size:16px !important;} /* 190415 수정  by boonsoo */
	.mm td.tdsub img {position:absolute;display:inline-block;margin-top:8px;}
	.mm td.tdsub img + a {padding-left:17px;}
	.mm td.tdsub img.secret + a {padding-left:47px;}
	.mm td.tdsub a + span {position:absolute;left:12px;bottom:0;line-height:1;padding:0 0 9px;font-size:12px;color:#9A9CA3;} /* 160923 수정 by boonsoo *//* 190417 수정 by boonsoo */
	.mm td.tdsub a + span + span {position:absolute;left:2px;bottom:2px;line-height:1.2;padding:5px 0;font-size:14px;} /* 160930 수정 by boonsoo *//* 190419 수정 by boonsoo */
	.mm td.tdsub:not(.notice) a {max-width: 100%; padding: 8px 40px 25px 0; box-sizing: border-box; } /* 161129 추가 by 진성 *//* 221013 수정 by boonsoo */
	.mm table.list .tdnum {display: inline;text-align: right;position: absolute;right: 3px ;border-bottom: none;color: #9A9CA3;} /* 161129 추가 by 진성 *//* 190419 수정 by boonsoo */
	.mm table.list .tdhit,
	.mm table.list .tdvote {display:none;}
	.mm .listnotice .tdsub a:before {content:"※ ";}
 	.mm #mainRight .listnotice .tdnum {display: none;} /* 161129 추가 by 진성 */
	.mm th.tdname,
	.mm th.tddate {display:none;}
	.mm th.tdsub {display:block;line-height:0 !important;height:0 !important;overflow:hidden;border-top: 2px solid #D5D5D5;}
	.mm .tdcheck input {opacity: 0.65;} /* 161129 추가 by 진성 */
	.mm .tdname,
	.mm .tddate {display:block;position:absolute;border:none !important;line-height:1.2;margin-top:1px;}
	.mm .tdname {z-index:2;bottom:0;margin-bottom:1px;left:40px;} /* 160923 수정 by boonsoo *//* 190418 수정 by boonsoo */
	.mm .tdname span {color:#B08F7D;font-size:12px;}
	.mm table.list tr {position:relative;display:block; margin: 0 3px; } /* 190419 수정 by boonsoo */
	.mm table.list td {display:block;}
	.mm .tddate {z-index:2;bottom:0;right:3px;margin-bottom:1px;} /* 160923 수정 by boonsoo *//* 190419 수정 by boonsoo */
	.mm .tddate span {color:#9A9CA3;}
	.mm .tdpagenation {padding-top:60px;}
	.mm .listhead th {padding:0;line-height:30px;}
	.mm #mainRight .listhead .tdnum{display: none;} /* 161129 추가 by 진성 */
    .mm .vc_in_right {
        position: absolute;
        float: none;
        right: 10px;
        bottom: 5px;
    } /* 190507 추가 by boonsoo */
	.mm .vc_right {
        position: unset;
        float: right;
        font-size:8px; 
        padding-right: 10px; 
    } /* 190419 수정 by boonsoo *//* 190507 재수정 by boonsoo */
	.mm input.input {width:240px;}
	.mm textarea#memo {width:95% !important;}
	.mm a[href="http://speller.cs.pusan.ac.kr/"] {display:none;}
	.mm table[width="805"] {width:95% !important;}
	.mm #google_ad {display:none !important}
	.mm .cmtName span {color:#B08F7D;}
    /*
    .mm .cmtName .goodVote {
        color:#31a0df !important; 
    }
    */
	.mm .depth1,
	.mm	.depth2,
	.mm .depth3,
	.mm	.depth4,
	.mm	.depth5,
	.mm	.depth6,
	.mm	.depth7,
	.mm	.depth8,
	.mm	.depth9,
	.mm	.depth10 {padding-left:4%;}
	.mm .btn-group {
        position: absolute; /* 190507 수정 by boonsoo */ 
        z-index:2;
        bottom: 5px; /* 190507 수정 by boonsoo */ 
        left: -5px; /* 190507 수정 by boonsoo */ 
    }
	.mm .tdpagenation {white-space:normal !important;}
	.mm .pagination li a {margin-bottom:20px;}
	.mm .pagination li:nth-of-type(6) {}
	.mm .depth1 .cmtName:hover .cmtline {display:none !important;}
	.mm .lockedCmt {margin:12px;padding:8px;font-size:12px;}
	.mm a.auto {
		display:inline-block;
		max-width:100%;
		/* white-space:nowrap; */
        vertical-align: middle; /* 191121 추가 by boonsoo */
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.mm .plusTime {
		margin-top: 0;
        padding: 0 3px; /* 190419 추가 by boonsoo */
		position: static;
	}
	.mm .tdcheck {
		display:block;
		right:0;
		width:40px;
		height:35px;
	}
	.mm .tdcheck input[type="checkbox"] {
		margin-top:-5px; /* 160922 수정 by boonsoo */
		right: 3px;
		display:block;
		width:25px;
		height:25px;
	}
	.mm #floatingNav.off,
	.mm .iOS #mbNav.off {display:none;}
	.mm #mainArea > table {width:100%;}

    .mm #voyarea td {padding: 0 5px; } /* 170422 추가 by boonsoo */

	.mm #tipMsg {
		margin:10px 0 0 -180px !important;
		-webkit-transform:scale(0.55);
		-moz-transform:scale(0.55);
		-ms-transform:scale(0.55);
		transform:scale(0.55);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
	.mm #tipMsgTxt i {font-size:16px;}
/* } */
/* ========================== 360보다 작은 320 viewport 모바일용 ========================== */
@media all and (max-width: 359px) {
	#tipMsg {
		margin:10px 0 0 -190px !important;
		-webkit-transform:scale(0.5);
		-moz-transform:scale(0.5);
		-ms-transform:scale(0.5);
		transform:scale(0.5);
		-webkit-transform-origin: 50% 0;
		-moz-transform-origin: 50% 0;
		-ms-transform-origin: 50% 0;
		transform-origin: 50% 0;
	}
}

.mobileBannerArea {
	position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease;
}
.mobileBannerArea.opened {
	visibility: visible;
	opacity: 1;
}

.mobileBannerArea .inner {
	position: fixed;
	visibility: hidden;
	width: 200px;
	right: -200px;
	top: 0;
    bottom: 0;
	text-align: center;
	padding-top: 15px;
    background-color: #fff;
    overflow: auto;
	transition: all 0.5s ease;
}
.mobileBannerArea.opened .inner {
	visibility: visible;
	right: 0px;
}

.mobileBannerArea .inner img {
	max-width: 150px;
}

.mobileBannerArea .mobileBannerCloseButton {
    position: fixed;
    z-index: 999;
    top: 10px;
    right: 210px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s ease;
}

/* 기부 이벤트 아이콘 */
.donationIcon {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 2px;
	text-indent: -9999px;
}

.donationIcon:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	font-size: 8px;
	text-align: center;
	color: #ff4a4a;
	text-indent: 0;
	content: "\e97b";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;   
}

/* LCK 승자 예측자 새 아이콘 */
.LCKNewIcon {
	position: relative;
	display: inline-block;
	width: 22px;
	height: 16px;
	margin-right: 2px;
	text-indent: -9999px;
}

.LCKNewIcon:before {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 20px;
	font-size: 8px;
	text-align: center;
	text-indent: 0;
	content: "\e921";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;   
}


/* svg 파일 추가 by boonsoo */
/* LCK 승자 예측자 아이콘 */
.LCKIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 11px;
    line-height: 11px;
    text-indent: -9999px;
}

.LCKIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e92e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;	
}

/* GSL 승자 예측자 아이콘 */
.GSLIcon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 12px;
    line-height: 12px;
    margin-right: 2px;
    text-indent: -9999px;
}

.GSLIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 16px;
    height: 12px;
    line-height: 12px;
    font-size: 16px;
    text-align: center;
    text-indent: 0;
    content: "\e946";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

/* 글쓰기 이벤트 수상자 아이콘 */
.writerIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 12px;
    line-height: 12px;
    text-indent: -9999px;
}

.writerIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e91d";
    color: #ffc000;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

/* 글쓰기 이벤트 참가자 아이콘 */
.subWriterIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 12px;
    line-height: 12px;
    text-indent: -9999px;
}

.subWriterIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e91d";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
}

/* 문도피구 우승자 아이콘 */
.mundoWinnerIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 11px;
    line-height: 11px;
    text-indent: -9999px;
}

.mundoWinnerIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e97c";
    color: #ffc000;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;	
}

/* 문도피구 참가자 아이콘 */
.mundoIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 11px;
    line-height: 11px;
    text-indent: -9999px;
}

.mundoIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e97c";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;	
}

/* LOL 우승 예측 아이콘 */
.LOLIcon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 11px;
    line-height: 11px;
    text-indent: -9999px;
}

.LOLIcon:before {
    position: absolute;
	z-index: 10;
    top: 0;
    left: 0;
    width: 14px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    text-indent: 0;
    content: "\e91e";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;	
}


/* 190509 svg 아이콘 추가 */
.reply_icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-shadow: none;
    text-indent: -9999px;
}
.reply_icon:before {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        text-indent: 0;
        content: "\e900";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }/* 190503 추가 by boonsoo */
.hash_icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-shadow: none;
    text-indent: -9999px;
}
.hash_icon:before {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 9px;
        text-align: center;
        text-indent: 0;
        content: "\e902";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }/* 190503 추가 by boonsoo */
.declaration_icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-shadow: none;
    text-indent: -9999px;
}
.declaration_icon:before {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 9px;
        text-align: center;
        text-indent: 0;
        content: "\e901";
        color: #e5544b;
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }/* 190503 추가 by boonsoo */
.eraser_icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-shadow: none;
    text-indent: -9999px;
}
.eraser_icon:before {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        text-indent: 0;
        content: "\e91b";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }/* 190503 추가 by boonsoo */
.trash_icon {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-shadow: none;
    text-indent: -9999px;
}
.trash_icon:before {
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 10px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
        text-indent: 0;
        content: "\e91c";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
    }/* 190503 추가 by boonsoo */

