@charset "utf-8";

:root {
  --b_000: #fff;
  --b_100: #fff;
  --b_200: #f3f5f8;
  --b_300: #eff1f4;
  --b_400: #dbdee3;
  --b_450: #c5cbd3;
  --b_500: #acb4bf;
  --b_bar: #999;
  --t_000: #080606;
  --t_100: #101010;
  --t_200: #2f353e;
  --t_300: #454c55;
  --t_400: #5a636d;
  --t_500: #707785;
  --t_600: #acb4bf;
  --t_700: #dbdee3;
  --t_red: #eb0026;
  --t_blue: #5a719a;
  --t_sea: #0e7f98;
  --t_yellow: #ef870d;
  --t_pink: #ff2e4b;
  --t_brickRed: #c62828;
  --like: #558dff;
  --d_100: #f3f5f8;
  --d_200: #eff1f4;
  --d_300: #dbdee3;
  --d_400: #acb4bf;
  --b2w: #000;
  --w2b: #fff;
  --white: #fff;
  --black: #000;
  --red: #eb0026;
  --blue: #5a719a;
  --sea: #2db9c3;
  --yellow: #f9a020;
  --pink: #ff2e4b;
  --brickRed: #c62828
}
:root.dk {
  --b_000:#000;
  --b_100: #222324;
  --b_200: #2c2d2f;
  --b_300: #3f4143;
  --b_400: #4b4e51;
  --b_450: #5c5f63;
  --b_500: #6d7176;
  --b_bar: #999;
  --t_000: #fff;
  --t_100: hsla(0,0%,100%,.87);
  --t_200: #dbdee3;
  --t_300: #cfd0d1;
  --t_400: #a1a3a6;
  --t_500: #888b8f;
  --t_600: #6d7176;
  --t_700: #4b4e51;
  --t_red: #f95b59;
  --t_blue: #738db5;
  --t_sea: #0ba0c1;
  --t_yellow: #f9a020;
  --t_pink: #fe5273;
  --t_brickRed: #e53f3f;
  --like: #558dff;
  --d_100: #2b2b2b;
  --d_200: #303132;
  --d_300: #434346;
  --d_400: #53565a;
  --b2w: #fff;
  --w2b: #000;
  --white: #fff;
  --black: #000;
  --red: #c62828;
  --blue: #5a719a;
  --sea: #0aa3ad;
  --yellow: #f9a020;
  --pink: #d6273f;
  --brickRed: #c62828
}

/* 리셋(부트스트랩) */
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.6;
  color: var(--t_300);
  background: var(--b_200);
}
body.mm {
  font-size: 16px;
  padding-top: 45px;
  background: var(--b_000);
}
input[type="submit"],
button {
  -webkit-appearance: none;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="search"],
input[type="tel"] {
  background: var(--b_000);
  border: 1px solid #ccc;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  line-height: 24px;
  color: var(--t_300);
  font-size: 15px;
  font-family: sans-serif;
  vertical-align: middle;
  border-radius: 4px;
}
a:link,
a:visited,
a:active,
a:hover {
  color: var(--t_200);
  text-decoration: none;
}
a.mgWrap {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
}
.mm textarea,
.mm select,
.mm input[type="text"],
.mm input[type="password"],
.mm input[type="number"],
.mm input[type="email"],
.mm input[type="search"],
.mm input[type="tel"] {
  font-size: 16px;
}
.sweet-alert fieldset input[type="text"][placeholder=''] {
  display: none;
}
select {
  height: 30px;
  line-height: 30px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid var(--d_200);
  border-bottom: 1px solid transparent;
}
.cmt_foot .btn-group {
  position: relative;
  display: inline-block;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.cmt_foot .btn-group > .btn {
  position: relative;
  margin-right: 4px;
  padding: 10px;
  line-height: 1;
  vertical-align: middle;
  border: 0;
  font-size: 0;
  background: transparent;
}
.cmt_reply:before,
.cmt_like:before {
  content: "\ecf5";
  font-family: "redtea";
  font-weight: normal;
  color: #bbb;
  font-size: 12px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cmt_reply:before { content: "\edcb"; }
.cmt_like.is-on:before { color: #558dff; }
.cmt_like.is-on {
  color: #0088cc !important;
  font-weight: bold;
}
.pagination ul {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a {
  float: left;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 12px;
}
.btn-inverse {
  color: #fff !important;
  background: #363636 !important;
}
.btn-info {
  color: #fff !important;
  background: #49afcd !important;
}
.btn-danger {
  color: #fff !important;
  background: #da4f49 !important;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}
/* 개발 */
/*
[data-host="redtea:8888"],
[data-host="beta.redtea.kr"],
[data-host^="redtea.dev"] {
  background-image: url("/img/bg_dev.png");
}
*/

.tvsub .tvtitle p {
  width: 304px;
}

.mainWrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  /* overflow: hidden; */
}
.mm .mainWrapper {
  overflow: hidden;
}

.pc_attendees {
  display: none !important;
}

.only_pc,
.only_mm {
  display: none;
}
.pc .only_pc,
.mm .only_mm {
  display: block;
}

.articleArea {
  line-height: 1.6;
  word-break: keep-all;
  word-wrap: break-word;
}
.articleArea iframe,
.articleArea video { max-width: 100%; }
.tl-date.tl-date a {
	display: inline-block;
	margin-left: 10px;
  color: #888 !important;
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	background: none;
	cursor: pointer;
}
.tl-date a:hover {text-decoration: underline;}
.tl_vote2,
.tl_vote.tl_vote {
    display: inline-block;
    color: #666 !important;
    font-size:16px;
    cursor: pointer;
    background: none;
    -webkit-user-select: none;
    user-select: none;
	vertical-align: top;
	white-space: nowrap;
}
.tl_vote.tl_vote.is-on,
.tl_vote.tl_vote.is-on + span,
.tl_vote.tl_vote.is-on:before {color: #365899 !important;}
.tl_vote:after {content:'좋아요';-webkit-font-smoothing:auto;}
.tl_vote.is-on:after {content:'좋아요를 눌렀습니다.';}
.tl_vote.is-on.d2:after {content:'사랑해요를 눌렀습니다.';}
.tl_vote.is-on.d3:after {content:'슬퍼요를 눌렀습니다.';}
.tl_vote.is-on.d4:after {content:'오잉을 눌렀습니다.';}
.tl_vote.is-on.d5:after {content:'화나요를 눌렀습니다.';}
.tl_vote.is-on.d6:after {content:'웃겨요를 눌렀습니다.';}
.tl_vote.is-on.d7:after {content:'흐뭇을 눌렀습니다.';}
.tl_vote.is-on.d8:after {content:'삐질을 눌렀습니다.';}
.tl_vote.is-on.d9:after {content:'힘내요를 눌렀습니다.';}
.tl_vote:before {font-size: 14px;margin-right: 6px;color: #888 !important;}
.tl-cmt {
    float: right;
    font-size: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.4;
}
.mm .tl-cmt {
  font-size: 16px;
}
.tl-cmt:hover {text-decoration: underline;}
.tl-cmt:before {content: '댓글 ';}
.tl-cmt:after {content: '개';}

.tl-textarea,
.wrap-timeline .voyarea2 {
	width: 100%;
	height: auto;
	margin: 0;
    padding: 23px 12px 14px;
    box-sizing: border-box;
    border-radius: 2px;
}
.tl-textarea {
	border: none;
	box-shadow: none;
	resize: none;
	font-size: 15px;
}
.tl-textarea:focus {
	outline: none;
	box-shadow: none;
}

.tl-btn input {cursor: pointer;}
.tl-btn {
	position: relative;
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 10px;
	color: #888;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.tl-btn:first-child {border-left: none;}
.tl-btn + .tl-btn {margin-left: -1px;}
.tl-btn:focus,
.tl-btn:hover {
	background-color: #f2f2f2;
}
.tl-btn * {pointer-events: none;}
.tl-btn input {
	position: absolute;
	top:0;
	left:0;
	width: 0;
	height: 0;
	line-height: inherit;
	background: transparent;
	opacity: 0;
	cursor: pointer;
}
.tl-btn i {
	display: inline-block;
	margin-right: 3px;
	color: #777;
	font-size: 15px;
	font-family: 'redtea';
	font-style: normal;
	vertical-align: middle;
}
.tl-btn.is-on,
.tl-btn.is-on i {color: #4267b2;}
.tl-file i:before {content: '\e93f';}
.tl-pung i:before {content: '\ea5e';}
.tl-jjal i:before {content: '\ea7b';}
.tl-sense {
    background: #F2F2F2;
}
.tl-sense ins {
	display: block !important;
	margin: auto;
}
.viewTable.tl-content.is-punged {
	border: 1px solid #ffa5a5;
    background: #fee;
}
#mainArea .tl-content.is-punged .voyarea {display: none !important;}
.tl-content .pung-msg {
	padding: 3px 10px;
	font-size: 12px;
}
.pung-msg * {background: transparent !important;}
.tl-content .punged-msg {font-size: 12px;}
.tl-content .btn-white {
	color: #333 !important;
	background: #FFF;
	vertical-align: baseline;
}
@media all and (max-width: 320px) {
	.tl-sense {margin-left:-7px;}
}


.limit-count {
	float: left;
	padding-left: 12px;
	line-height: 36px;
    font-size: 13px;
    color: #999;
}
.tl-btm {
	position: relative;
	z-index: 10;
	font-size: 0;
	overflow: hidden;
}
.tl-writebtn {
	float: right;
	padding: 8px;
	font-size: 0;
	line-height: 1;
}
.tl-writebtn [type="submit"] {
	display: inline-block;
    min-width: 60px;
	height: 24px;
	line-height: 1;
    margin: 0;
    padding: 0 12px;
	color: #FFF !important;
	font-size: 14px;
	text-shadow: none;
	text-align: center;
	background: #4267b2;
	border: 1px solid #4267b2;
	border-radius: 2px;
}
.tl-nums {
    float: right;
	padding-right: 12px;
	line-height: 36px;
    font-size: 13px;
}

.cmemo {
  padding: 3px 0 6px;
  clear: both;
  font-size: 15px;
  word-break: keep-all;
  word-wrap: break-word;
}
.mm .cmemo { font-size: 16px; }
.cmemo img {
  max-width: 100%;
  max-height: 250px;
}
.mm .cmemo img {
  max-height: 150px;
}
.mm video {
  max-width: 100%;
}
code {
  display: inline-block;
}

.site_header li a {
  position: relative;
}
u.is-event:before,
a.is-event:before,
u.is-beta:before,
a.is-beta:before {
  content: "beta";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -10px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #c54747;
  text-shadow: 1px 1px 0 #fff, 1px 0 0 #fff, 1px -1px 0 #fff, 0 1px 0 #fff,
    0 -1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff;
}
u.is-event:before,
a.is-event:before {
  content: "event";
}
.mm .site_header {
  position: relative;
  z-index: 999;
  height: auto;
  z-index: 115;
}
.mm .site_header li a {
  white-space: nowrap;
}
.mm .site_header li a.is-beta:before,
.mm .site_header li a.is-event:before {
  left: 3px;
  width: auto;
  margin-top: 0;
}
.mm .site_header nav ul.exmenu li a {
  margin-top: -1px;
}
.vote_list {
  width: 60%;
  margin: 0 auto;
}
.mm .vote_list {
  width: 100%;
}
.vote_list:empty:before {
  content: none;
}
.vote_list:before {
  content: "추천 코멘트";
  display: inline-block;
  padding: 5px 0;
  color: #0054b4;
  font-weight: bold;
}
.vote_list li {
  margin-top: -1px;
  padding: 6px 10px;
  list-style: none;
  border: 1px solid #ccc;
}

.writers_other {
  width: 60%;
  padding-top: 10px;
  margin: 0 auto;
}
.mm .writers_other {
  width: 100%;
}
.writers_other ul {
  margin: 0;
  border: 1px solid #ccc;
}
.writers_other li {
  list-style: none;
}
.writers_other li a {
  position: relative;
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.writers_other li a:hover {
  background: #eee;
}
.writers_name {
  padding: 5px 0;
}
.w-date {
  display: inline-block;
  width: 80px;
}
#writers_other.is-not ul {
  display: none;
}

/* 보안 */
.hDiv a[href^="http"],
.tdsub a[href^="http"],
.bbsTit a[href^="http"],
.menu1 a[href^="http"] {
  background-color: red !important;
}

/* index */
.index_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.indexLatest {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
}
.mm .index_wrap {
    display: flex;
    flex-direction: column-reverse;
}
.mm .tv_tabs,
.mm .tvs {
  display: none;
}
.mm .idx_video { order: 2; }
.main_aside {
  display: table-cell;
  vertical-align: top;
  width: 340px;
  margin-left: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.mm .main_aside {
  width: 100%;
  margin: 0;
}
.indexSpace {
  display: table-cell;
  width: 20px;
}
.mm .indexSpace {
  display: none;
}

.mm #mainnav {
  display: none;
}
.main_aside_ad {
  margin-top: 15px;
  text-align: center;
}
.idx_foot_gg {
  padding: 10px 0 30px;
}
.attendees {
  margin-bottom: 15px;
}
.pc_attendees {
  position: absolute;
  top: 320px;
  right: -80px;
}
.pc_attendees span {
  color: #e88156;
  font-weight: bold;
}
.main_aside_title {
  overflow: hidden;
  padding: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid var(--d_300);
}
ul + .main_aside_title {
  margin-top: 10px;
}
.mm .main_aside_title {
  margin-top: 15px;
}
.idx_bb .bbsTit u,
.idx_video .bbsTit u,
.main_aside_title u {
  display: block;
  float: left;
  font-size: 14px;
  padding-top: 10px;
  font-weight: bold;
  text-decoration: none;
}
.main_aside ul {
  margin: 0;
  padding: 0;
}
.main_aside li {
  margin: 0;
  padding: 0 0 5px 0;
  list-style: none;
}
.mm .main_aside li {
  margin-top: 6px;
}
.main_aside a {
  display: block;
}
.main_aside a:hover {
  background: #eee;
  border-radius: 3px;
}

.cate_tag {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 21px;
  margin: -4px 8px -4px 0;
  opacity: 0.8;
}
.cate_tag i {
  position: absolute;
  top: 2px;
  display: block;
  width: 65px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  letter-spacing: -1px;
  background: #f27f7f;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
  border-radius: 4px;
}
.mm .cate_tag {
  display: inline;
}
.mm .cate_tag i {
  display: inline-block;
  position: static;
  font-size: 14px;
}

.lt-1,
.lt-2 {
  display: inline-block;
  vertical-align: middle;
}
.lt-1 {
  width: 57px;
  height: 21px;
  line-height: 22px;
  margin-right: 8px;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  background: #000;
  border-radius: 4px;
  font-weight: bold;
  overflow: hidden;
  opacity: 0.8;
}
.lt-2 {
  width: calc(100% - 65px);
}
.cn_1 i,
.tag_free .lt-1 {
  background: #f27f7f;
}
.cn_2 i,
.tag_fun .lt-1 {
  background: #f3a55f;
}
.cn_3 i,
.tag_game .lt-1 {
  background: #5f9bf3;
}
.cn_4 i,
.tag_qna .lt-1 {
  background: #cd906e;
}
.cn_6 i,
.tag_proposal .lt-1 {
  background: #8486a8;
}
.cn_7 i,
.tag_debate .lt-1 {
  background: #88c5e1;
}
.cn_8 i,
.tag_recommended .lt-1 {
  background: #9243bb;
}
.cn_9 i,
.tag_teatime .lt-1 {
  background: #e482c6;
}
.cn_10 i,
.tag_lol .lt-1 {
  background: #38a1bf;
}
.cn_11 i,
.tag_video .lt-1 {
  background: #a6d1c8;
}
.cn_12 i,
.tag_photo .lt-1 {
  background: #a7becd;
}
.cn_13 i,
.tag_taste .lt-1 {
  background: #4da97d;
}
.cn_14 i,
.tag_review .lt-1 {
  background: #c4dc82;
}
.cn_15 i,
.tag_star .lt-1 {
  background: #c1a3e5;
}
.cn_23 i,
.tag_involve .lt-1 {
  background: #f3d65f;
  color: #5c4b05;
  text-shadow: none;
}
.cn_22 i {
  background: #b45757;
}
.cn_24 i,
.tag_news2 .lt-1 {
  background: #58bdb2;
}
.tag_notice .lt-1 {
  background: #f31128;
}

.cn_17 i,
.tag_law .lt-1 {
  background: #e5e5e5;
  color: #808080;
  text-shadow: none;
} /* 회색 배경 */
.cn_18 i,
.tag_greeting .lt-1 {
  background: #3874b7;
}
.cn_19 i,
.tag_ama .lt-1 {
  background: #c7b575;
}
.cn_20 i,
.tag_stock .lt-1 {
  background: #a8849c;
}
.cn_21 i,
.tag_xxx .lt-1 {
  background: #676767;
}
.cn_5 i,
.tag_xxx .lt-1 {
  background: #869967;
}
.cn_16 i,
.tag_xxx .lt-1 {
  background: #3bc5b8;
}

.mm .main_aside ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
.mm .main_aside li a {
  display: table-row;
}
.mm .main_aside li a span {
  display: table-cell;
}
.mm .main_aside .lt-1 {
  width: 72px;
  border-radius: 5px;
}
.mm .lt-2 {
  width: auto;
  padding-left: 8px;
  white-space: nowrap;
  box-sizing: border-box;
}
.lt-2 i {
  display: inline-block;
  font-style: normal;
  max-width: calc(100% - 32px);
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gall_li u,
.lt-2 u {
  text-decoration: none;
  font-size: 9px;
}
/* //index */

/* setting */
#setting {
  padding: 40px;
}
#setting .btn {
  line-height: 20px;
}
/* //setting */

/* 회원가입 */
.joinPage {
  text-align: left;
  padding: 30px;
}
.mm .joinPage {
  padding: 30px 0;
}
.mm .login_terms {
  width: 100%;
  box-sizing: border-box;
  height: 100px;
}
.joinTitle {
  font-weight: bold;
  font-size: 30px;
  color: #0054b4;
  padding: 20px 0;
}
.joinCell {
  padding: 8px 0;
}
.joinConfirm {
  padding: 15px 0;
}
.bad {
  color: red;
}
.good {
  color: #00b454;
}
.joinMsg {
  height: 400px;
  padding-top: 200px;
  text-align: center;
}
.loginJoin {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 15px;
  margin: 3px;
  font-size: 0;
  line-height: 1.3;
  text-indent: -9999px;
  text-align: left;
  background: url("/pb/outlogin_skin/pgr_login/images/i_join.gif");
}
.loginLost {
  display: inline-block;
  vertical-align: middle;
  width: 77px;
  height: 15px;
  margin: 3px;
  font-size: 0;
  line-height: 1.3;
  text-indent: -9999px;
  text-align: left;
  background: url("/pb/outlogin_skin/pgr_login/images/i_passwd.gif");
}
.mm .loginLost {
  display: none;
}
.logged a {
  display: inline-block;
  background: var(--b_450);
  color: var(--b_000);
  border-radius: 4px;
  margin: 2px;
  padding: 0 4px;
  font-size: 13px;
  vertical-align: middle;
}
.logged a.is-memo {
  animation: blink-effect 1s step-end infinite;
}
@keyframes blink-effect {
  50% {
    background: var(--brickRed);
  }
}

/* 운영진소개 */
.staffInfo {
  padding: 20px 0 20px 140px;
}
.master {
  width: 780px;
  border-collapse: collapse;
}
.master td {
  border: 1px solid #bbb !important;
  padding: 3px;
  text-align: center;
}
.master th {
  padding: 5px !important;
  background-color: #0872c3;
  color: white;
  border: 1px solid #bbb !important;
}
.master td:first-child {
  white-space: nowrap;
}
.master tr:nth-child(even) {
  background-color: #f0f0f0;
}
/* //운영진소개 */

/* 스크랩 */
.scrapWrap {
  padding: 40px;
}
.scrap {
  font-size: 12px;
  border-collapse: collapse;
  border: none;
  table-layout: fixed;
}
.scrap td {
  border-bottom: 1px solid #ccc;
  padding: 2px 6px;
}
.scrap td.aa {
  width: 80px;
  text-align: center;
}
.scrap td.bb {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scrap td.cc {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
}
.scrap td.dd {
  width: 75px;
  white-space: nowrap;
  overflow: hidden;
}
.scrap td.ee {
  width: 30px;
}
.scrap td.ee a {
  color: #b45400;
}
.btnscrap {
  cursor: pointer;
}
/* //스크랩 */

.emptySet {
  width: 480px;
  margin: auto;
  padding-top: 90px;
  text-align: center;
  color: #900;
}
.admin_only {
  display: none;
}
.noborder .admin_only a {
  margin: 2px 0;
}
.greeting-btn {
  position: absolute;
  right: 0;
  top: 35px;
  z-index: 2;
}
.pc .greeting-btn a {
  display: block;
}
.mm .greeting-btn {
  left: 0;
  top: 0;
  right: auto;
}
.adm .admin_only {
  display: block;
  clear: both;
}
.adm span.admin_only {
  display: inline;
}
#topSd {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -96px;
  border: 1px solid #999;
}
#topSd:empty {
  border: none;
}
#topSd img {
  display: block;
}
#topSdClose {
  position: absolute;
  right: -20px;
  top: -1px;
  width: 20px;
  height: 20px;
  background: url("/img/ad/btn_close.gif") no-repeat;
  cursor: pointer;
}
#google_ad {
  margin: 20px 0;
}
.mobile.ad {
  margin: 0 -6px;
  text-align: center;
  padding-top: 10px;
}
.mobile.ad iframe {
  width: 320px !important;
  margin-left: -1px;
}
.mobile.ad div {
  width: 320px;
  margin: auto;
}
.pc-banner1 iframe {
  display: block;
  margin: auto;
}
#mainArea table[width="300"],
#mainArea table[width="300"] iframe {
  width: 300px !important;
  margin: auto;
}

#footer {
  position: relative;
}
.footbtns.btns a {
  margin-top: 0;
  cursor: pointer;
}
.pc .footbtns.btns .btn_pc,
.mm .footbtns.btns .btn_mm {
  display: none;
}
body.mm.dd {
  font-size: 12px !important;
}
body.bulpan {
  padding-top: 0 !important;
}
/* body.bulpan br {display: none;} */
.manual.pc .mainWrapper {
  min-width: 1000px;
}

.blockreply,
.blockUser {
  display: none !important;
}
[name="zb_login"] {
  display: inline-block;
  padding: 0 10px;
}
.mm [name="zb_login"] {

  margin: auto;
  padding: 0;
}
#mn_count {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: tahoma, sans-serif;
}
.mm #mn_count {
  display: inline-block;
  margin-right: 25px;
}
#mn_count a {
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  background: #d94d4d;
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  white-space: nowrap;
}
.myRe:before {
  content: "";
  position: absolute;
  width: 74px;
  height: 16px;
  top: 5px;
  left: -80px;
  background: url("/img/cmt_arrow3.png") no-repeat;
}

/* ========================== 광고 ========================== */
@media all and (max-width: 1022px) {
  #topSd {
    display: none;
  }
  #sideSd {
    display: none;
  }
}

.mm .joinPage {
    width: 100%;
}
.mm .joinPage input.input {
    width: 180px;
}
.mm .staffInfo {
    padding: 20px 0;
}
.mm .hDiv {
    margin: 10px 10px 10px 0;
}
.mm .notice_table {
    width: 100% !important;
}
.mm #mainLeft > #mn_count {
    display: block;
    margin: -32px 5px 0 0;
    text-align: right;
}
.mm .emptySet {
    width: auto;
}
.mm div.ellipsis.is-unfold {
    display: block;
}
.mm .notice_table__1 {
    width: 50px;
    font-size: 12px;
}
  
      
/* ========================== 모바일 ========================== */
/* @media all and (max-width: 767px) { */
.mm .staffInfo {
  padding: 20px 0;
}
.mm .master {
  width: 98%;
  margin: auto;
}
.mm .master td:first-child {
  width: 25%;
  white-space: normal;
}
.mm .master td:nth-child(2) {
  width: 35%;
}
.mm .scrapWrap {
  padding: 20px 0;
}
.mm .scrap td {
  padding: 3px 2px;
}
.mm .scrap td:first-child {
  width: 10%;
}
.mm .hDiv ul {
  display: none;
}
.mm .hDiv {
  width: 74px;
  position: relative;
  margin: 0;
}
.mm .hDiv .bbsTit a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 15px;
  box-sizing: border-box;
}
.mm .hDiv .bbsTit {
  padding: 0;
}
.mm .hDiv .bbsTit a {
  float: none !important;
  display: block;
  padding: 65px 0 15px 0 !important;
  font-size: 13px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -1px;
}
.mm .modal {
  width: 80%;
}
/* } */

/* ========================== 불판모드 ========================== */
.bulpan .viewTable,
.bulpan .mainWrapper > .header,
.bulpan #mainLeft,
.bulpan #sideSd,
.bulpan .bbsTit,
.bulpan .bbsBox,
.bulpan .bbsSetup,
.mm.bulpan .bottomBanner,
.bulpan form[name="list"],
.bulpan #footer,
.bulpan #viewFoot,
.bulpan #commentTop,
.bulpan .broken,
.bulpan #google_ad {
  display: none !important;
}
.bulpan #voyarea2 {
  height: 60px;
}
.bulpan .cmtWrap {
  clear: both;
  height: 630px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.bulpan .bul_area {
  margin-top: 26px;
}
.bulpan .mobile.ad {
  display: none !important;
}
.bulpan .cmtWriteTable td {
  padding-left: 5px;
}
.btnBulpanRefresh {
  display: none !important;
}
.bulpan .btnBulpanRefresh {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 4px 0 0 6px;
  border: 1px solid #888;
  border-radius: 5px;
  cursor: pointer;
  background: url("/img/ico_refresh.png") no-repeat 50%;
}
.bulpan .btnNextBul,
.bulpan .btnPrevBul {
  display: block;
  float: left;
  width: 40px;
  height: 20px;
  padding: 3px 0;
  margin: 4px 0 0 6px;
  border: 1px solid #888;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
}
.bulpan #mainArea table {
  width: 300px;
  float: left;
}
.bulpan #form_0 {
  max-width: 360px;
  margin: auto;
}

/*
 * 영상 게시판
**/

.videolist {
  margin: 15px 0 0 0;
  padding: 0;
  overflow: hidden;
}
.videolist ul,
.videolist li {
  margin: 0;
  padding: 0;
}
.videolist li {
  list-style: none;
}
.gall_li.gall_li {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 20px;
}
.gall_li.gall_li:nth-of-type(4n + 1) {
  clear: both;
}
.gall_href > a {
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
}
.gall_href > .thm:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.gall_href img {
  display: block;
}
.ga--funvid {
  display: block;
}
.gall_href .thm {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: 100% 100%;
}
.dark3 .gall_href .thm {filter: invert(1) hue-rotate(180deg);}
@media (prefers-color-scheme: dark) {
    .dark1 .gall_href .thm {filter: invert(1) hue-rotate(180deg);}
}
.yt_tit {
  display: inline-block;
  /* max-width: 85%;
	white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.gall_text_href {
  padding-top: 5px !important;
  font-size: 12px;
  line-height: 1.4;
}
.yt_author {
  margin-top: -20px !important;
  text-align: right;
}
.bbsSetup {
  padding-bottom: 5px;
}
.yt_view,
.yt_author {
  font-size: 11px;
  color: #777;
}

.idx_video {
  clear: both;
  padding: 20px 0 0;
}
.idx_video .videolist {
  margin-top: 0;
}
.idx_video .gall_li.gall_li {
  width: 31%;
  margin-left: 3%;
  margin-right: 0;
}
.idx_video li:first-child {
  margin-left: 0 !important;
}
.idx .yt_tit {
  max-width: 100%;
  white-space: normal;
}

@media all and (max-width: 600px) {
  .gall_li.gall_li {
    width: 48%;
    margin-left: 0;
    margin-right: 0;
  }
  .gall_li.gall_li:nth-of-type(4n + 1) {
    clear: none;
  }
  .gall_li.gall_li:nth-of-type(2n + 1) {
    clear: both;
    margin-right: 3.5%;
  }
}

.btn_del_block {
  display: inline-block;
  width: 12px;
  height: 11px;
  background: url("/img/coment_del.gif") no-repeat;
  vertical-align: middle;
}

/* 인덱스 탭 메뉴 */
.pc .tvs {font-size: 0;}
.pc .column {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 12px;
  box-sizing: border-box;
}
.tv_tabs {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.tv_tabs a {
  display: table-cell;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  background: #eee;
  color: #666;
  letter-spacing: -1px;
  white-space: nowrap;
}
[data-tab="first"] .tvs .tv:first-child {
  display: block;
}
[data-tab="first"] .tv_tabs a:first-child {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #333;
}
.tv {
  margin-bottom: 10px;
}
.tvlist {
  margin: 0;
}
.tvlist li {
  list-style: none;
}
.tvlist a {
  position: relative;
  display: block;
  height: 30px;
  padding: 7px 0 7px 0;
  border-top: 1px solid #e9e9e9;
  box-sizing: border-box;
}
.tvlist li:first-child a {
  border-top: none;
}
.tvlist a:hover {
  background: #f2f2f2;
}
.tvlist a i {
  position: absolute;
  top: 6px;
  left: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #ce3737;
  border-radius: 3px;
}
.tvsub {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  padding: 7px 10px 7px 15px;
  line-height: 1.2;
}
.tvsub > div {
  display: table-cell;
}
.tvsub p {
  margin: 0;
}
.tvsub .tvtitle p .k {
  display: inline-block;
  max-width: calc(100% - 20px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.smt {
  font-size: 9px;
  display: inline-block;
  vertical-align: middle;
}
.tvname p,
.tvname {
  width: 105px;
  text-align: center;
  font-weight: bold;
}
.tvname p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tvdate,
.tvhit {
  width: 30px;
  font-size: 9px;
  text-align: center;
  white-space: nowrap;
}
@media all and (max-width: 1000px) {
  .tvsub .tvtitle p {
    width: auto;
  }
  .tvdate,
  .tvhit {
    display: none !important;
  }
}

.bbsSetup .category {
  padding-top: 10px;
}
.pc .bbsSetup .category {
  position: absolute;
  left: -120px;
  top: 108px;
  width: 105px;
}
.bbsSetup .category a.btn {
  margin: 0 5px 4px 0;
}
.pc .bbsSetup .category a.btn {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 0;
}
.pc .bbsSetup .category a.btn + a.btn {
  margin-top: -1px;
}

.c_read_check em {
  font-style: normal;
  font-weight: bold;
  color: #be2e2f;
}
.c_read_check b {
  color: #be2e2f;
}

#survey {
  text-align: center;
}
#survey .submit {
  width: 100px;
  height: 40px;
  line-height: 40px;
}

/* 토너먼트 리그 */
.bracket {
  position: relative;
  width: 100%;
  height: 474px;
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  margin: 20px 0;
}
.mm .bracket {
  height: 992px;
  border: none;
  margin: 0;
}
.bracket p,
.bracket b,
.bracket i,
.bracket u {
  position: absolute;
  z-index: 5;
  width: 90px;
  padding-left: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #999;
  background: #fff;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}
.mm .bracket div {
  position: relative;
  width: 100%;
  height: 474px;
  border-top: 2px dashed #ccc;
  border-bottom: 2px dashed #ccc;
  margin-top: -2px;
}
p.l {
  left: 0;
}
p.r {
  right: 0;
}
b.l {
  left: 110px;
}
b.r {
  right: 110px;
}
i.l {
  left: 220px;
}
i.r {
  right: 220px;
}
.mm i.l {
  left: 200px;
}
.mm i.r {
  right: 200px;
}
u.l {
  left: 300px;
}
u.r {
  right: 300px;
}
.mm u.l {
  left: auto;
  right: 15px;
}
.mm u.r {
  right: auto;
  left: 15px;
}
p.a1 {
  top: 50px;
}
p.a2 {
  top: 100px;
}
p.a3 {
  top: 150px;
}
p.a4 {
  top: 200px;
}
p.a5 {
  top: 250px;
}
p.a6 {
  top: 300px;
}
p.a7 {
  top: 350px;
}
p.a8 {
  top: 400px;
}

b.b1 {
  top: 75px;
}
b.b2 {
  top: 175px;
}
b.b3 {
  top: 275px;
}
b.b4 {
  top: 375px;
}

i.c1 {
  top: 125px;
}
i.c2 {
  top: 325px;
}

u.d {
  top: 225px;
}

span.t1,
span.t2,
span.t3,
span.t4 {
  position: absolute;
  border: 1px solid #bbb;
  background: #fff;
}
span.t1.l,
span.t2.l,
span.t3.l,
span.t4.l {
  left: 0;
  border-left: none;
}
span.t1.r,
span.t2.r,
span.t3.r,
span.t4.r {
  right: 0;
  border-right: none;
}

span.t1 {
  z-index: 4;
  width: 103px;
  height: 50px;
}
span.t2 {
  z-index: 3;
  width: 213px;
  height: 100px;
}
span.t3 {
  z-index: 2;
  width: 323px;
  height: 200px;
}
span.t4 {
  z-index: 1;
  top: 0;
  width: 100%;
  height: 238px;
  border: none;
  border-bottom: 1px solid #bbb;
}
.mm span.t4 {
  display: none;
}

.t1.x1 {
  top: 62px;
}
.t1.x2 {
  top: 162px;
}
.t1.x3 {
  top: 262px;
}
.t1.x4 {
  top: 362px;
}
.t2.x1 {
  top: 86px;
}
.t2.x2 {
  top: 286px;
}
.t3.x1 {
  top: 136px;
}

/* 단축키 */
.mm .hotkey {
  display: none;
}
.hotkey {
  position: absolute;
  top: 0;
  right: -120px;
  width: 100px;
  border: 1px solid #ccc;
  background: #fff;
}
.hotkey h2 {
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  font-size: 12px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
.hotkey i {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin-right: 3px;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  font-family: verdana, sans-serif;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #eee;
}
.hotkey ol {
  margin: 0;
}
.hotkey li {
  list-style: none;
  padding: 4px 6px;
  border-top: 1px dotted #ddd;
}
.hotkey li:first-child {
  border-top: none;
}
.side_bn {
  position: absolute;
  z-index: 1;
  top: 250px;
  right: 16px;
  width: 180px;
  height: 600px;
  background: var(--b_000);
}
.side_bn iframe[src*="clickmon"],
.side_bn .adsbygoogle {
  padding: 10px;
}
.temp_work {
  position: fixed;
  z-index: 999999;
  top: 2px;
  left: 2px;
  width: 80px;
  height: 80px;
  pointer-events: none;
}
.mm .temp_work {
  width: 50px;
  height: 50px;
}
.login_wrap {
  position: absolute;
  right: 0;
}
.mm .login_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* 첫화면 고정 공지 */
.mm .top_notice {
  margin-top: 10px;
}
.top_notice {
  display: block;
  border: 1px solid #d8d8d8;
  padding: 5px;
  margin-bottom: 10px;
}
.top_notice + .top_notice {
  margin-top: -11px;
}
.mm .top_notice .lt-1 {
  width: 66px;
}
.top_notice .lt-1 {
  width: 51px;
}

.btn_forum {
  position: absolute;
  top: -50px;
  right: -120px;
  width: 102px;
  white-space: nowrap;
  box-sizing: border-box;
}


#tealogo:before,
#mobileNav:before {
  pointer-events: none;
}
/* 태극기 */
.c301 #tealogo:before,
.c419 #tealogo:before,
.c518 #tealogo:before,
.c606 #tealogo:before,
.c610 #tealogo:before,
.c717 #tealogo:before,
.c815 #tealogo:before,
.c1001 #tealogo:before,
.c1003 #tealogo:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -88px;
  width: 120px;
  height: 90px;
  background: url("/img/daylogo/flag.png") no-repeat;
  background-size: 100% auto;
}
.c301 #mobileNav:before,
.c419 #mobileNav:before,
.c518 #mobileNav:before,
.c606 #mobileNav:before,
.c610 #mobileNav:before,
.c717 #mobileNav:before,
.c815 #mobileNav:before,
.c1001 #mobileNav:before,
.c1003 #mobileNav:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 60px;
  height: 45px;
  background: url("/img/daylogo/flag.png") no-repeat;
  background-size: 100% auto;
}
/* 세계 환경의 날 */
.c605 #tealogo:before {
  content: "";
  position: absolute;
  top: 64px;
  left: -120px;
  width: 140px;
  height: 110px;
  background: url("/img/daylogo/envday.png") no-repeat;
  background-size: 100% auto;
}
.c605 #mobileNav:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 70px;
  height: 55px;
  background: url("/img/daylogo/envday.png") no-repeat;
  background-size: 100% auto;
}
/* 일회용 비닐봉지 없는 날 */
.c703 #tealogo:before {
  content: "";
  position: absolute;
  top: 84px;
  left: -100px;
  width: 120px;
  height: 120px;
  background: url("/img/daylogo/no_pb.png") no-repeat;
  background-size: 100% auto;
}
.c703 #mobileNav:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 60px;
  height: 60px;
  background: url("/img/daylogo/no_pb.png") no-repeat;
  background-size: 100% auto;
}
/* 세월호 리본 */
.c416 #tealogo:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -78px;
  width: 82px;
  height: 90px;
  background: url("/img/sewol.png") no-repeat;
  background-size: 100% auto;
}
.c416 #mobileNav:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 41px;
  height: 45px;
  background: url("/img/sewol.png") no-repeat;
  background-size: 100% auto;
}
/* x-mas */
.c1225 #tealogo:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -72px;
  width: 82px;
  height: 90px;
  background: url("/img/xmas.png") no-repeat;
  background-size: contain;
}
.c1225 #mobileNav:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 50px;
  height: 55px;
  background: url("/img/xmas.png") no-repeat;
  background-size: contain;
}
/* 4.3 동백꽃 */
.c403 #tealogo:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -78px;
  width: 82px;
  height: 90px;
  background: url("/img/dongbak.png") no-repeat;
  background-size: 100% auto;
}
.c403.mm #mobileNav {
  background-color: #f5e17e;
}
.c403.mm #mobileNav a.home {
  color: #c50401;
  text-shadow: none;
  background: none;
}
.c403 #mobileNav:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 68px;
  height: 45px;
  background: url("/img/dongbak.png") no-repeat;
  background-size: 100% auto;
}
.btn_admin {
  position: absolute;
  top: 0;
  right: -13px;
}
.weekpic-img.is-portrait {
  position: relative;
  height: 350px;
  background: #eee;
}
.weekpic-img.is-portrait img {
  height: 350px;
}
.weekpic {
  font-size: 12px;
}
.weekpic img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.is-longlong {
  display: none;
}
.show-more {
  color: #155fc5 !important;
  background: none !important;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
}
.btn_closelayer {
  position: absolute;
  z-index: 2;
  right: -12px;
  top: -12px;
  width: 24px;
  height: 24px;
  line-height: 24px !important;
  padding: 0 !important;
  text-align: center;
  font-size: 0;
  color: transparent;
  background: #000 !important;
  border-radius: 100%;
}
.btn_closelayer:before {
  content: "\ed69";
  font-family: "redtea";
  font-size: 10px;
  color: #fff;
}

.autocard,
.autocard * {
  box-sizing: border-box;
}
.articleArea .autocard {
  position: relative;
  display: block;
  width: 600px;
  margin: 10px 0;
  color: #000;
  background: #fff;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  font-family: Dotum;
  word-break: keep-all;
  word-wrap: break-word;
}
.mm .articleArea .autocard {
  width: auto;
}
.og_image {
  float: left;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
  background-position: 50% top;
  background-size: cover;
}
.mm .og_image {
  width: 90px;
  height: 90px;
}
.og_image img {
  display: block;
  width: 100%;
}
.no_og {
  padding: 17px 20px;
  font-size: 12px;
  color: #4f4f4f;
  text-align: center;
}
.og_title {
  height: 63px;
  padding: 15px 20px 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #222;
  overflow: hidden;
}
.mm .og_title {
  height: 46px;
  padding: 7px 10px 0 10px;
  font-size: 16px;
}
.og_description {
  height: 76px;
  padding: 5px 20px 0 20px;
  font-size: 11px;
  color: #4f4f4f;
  line-height: 1.6;
  overflow: hidden;
}
.mm .og_description {
  padding: 4px 10px 0 10px;
  height: 41px;
}
.og_url {
  height: 40px;
  padding: 2px 20px 0 20px;
  font-size: 11px;
  color: #9197a3;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm .og_url {
  display: none;
}
.autocard.alt .og_title,
.autocard.alt .og_description,
.autocard.alt .og_url {
  float: left;
  width: 418px;
}
.mm .autocard.alt .og_title,
.mm .autocard.alt .og_description,
.mm .autocard.alt .og_url {
  width: calc(100% - 90px);
}
.cmt_img { display: block; }
[name="cmt_file"] {
  float: left;
}
.mm [name="cmt_file"] {
  width: calc(100% - 120px);
  font-size: 12px;
}
.tl-file,
.tl-pung,
.tl-jjal { float: left; }
.tl-foot {
  position: relative;
}
.tl_vote:hover + .tl_voters {
  display: block;
}
.tl_vote:empty + .tl_voters,
.tl_vote:hover + .tl_voters:empty {
  display: none;
}
.mm .tl_voters {
  display: none !important;
}
.tl_voters {
  display: none;
  position: absolute;
  z-index: 5;
  left: -10px;
  bottom: 14px;
  background-color: #282828;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  text-align: left;
  list-style: none;
  font-family: helvetica, arial, sans-serif;
}
.tl_voters:after {
  content: "";
  left: 8px;
  bottom: -4px;
  border: 4px solid transparent;
  font-size: 0;
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0;
  border-bottom: 0;
  border-top-color: #282828;
}
.tl_voters li {
  line-height: 1.4;
  list-style: none;
}

.tinycon {
  display: inline-block;
  max-width: 20px;
  max-height: 20px;
  margin-right: 2px;
  vertical-align: middle;
}

.imgwrap--long,
.imgwrap {
  position: relative;
  display: block !important;
  min-height: 80px;
  background: #F2F2F2; /* url("/img/load_fish.gif") no-repeat 50% 50% !important;
  background-size: 48px 48px !important; */
  text-align: center;
  /* 
  image-rendering: pixelated;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s; */
}
.imgwrap--long img,
.imgwrap img {
  image-rendering: auto;
  display: inline-block;
  vertical-align: middle;
  min-width: 80px;
  max-width: 100%;
  min-height: 80px;
  border: none;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.mgWrap {
  display: inline !important;
  background: transparent !important;
  cursor: zoom-in;
}

.ytIframe {
  margin: 6px 0;
}
.ytiny {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 6px 0;
  cursor: pointer;
}
.vcm .ytiny,
.skin-tm .ytiny,
.mm .ytiny {
  max-width: 360px;
}
.ytiny:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 34px;
  margin: -17px 0 0 -24px;
  background: url("/img/yticon.png") no-repeat;
  background-size: 100% auto;
  background-position: 0 -34px;
}
.ytiny:hover:before {
  background-position: 0 0;
}
.ytiny-img {
  height: 0;
  padding-bottom: 56.25%;
  background-size: 100% 100%;
  background-size: cover;
}
.ytiny-txt {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
}
.vcm .ytiny-txt,
.skin-tm .ytiny-txt,
.mm .ytiny-txt {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.is-punged .subj:before,
.is-pung .subj:before {
  content: "\ea5e";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #d26262;
  font-size: inherit;
  font-family: "redtea";
  margin-right: 6px;
}
.is-pung.is-pung.is-pung {
  display: none;
}
.is-logged tr.is-pung.is-pung.is-pung {
  display: table-row;
}
.is-logged div.is-pung.is-pung.is-pung,
.mm.is-logged table.list tr.is-pung.is-pung.is-pung {
  display: block;
}
.skin-tm .cmtfold {
  position: absolute;
  pointer-events: none;
}
.is-punged,
table.list tr.is-punged,
.mm table.list tr.is-punged {
  display: none;
}
.adm table.list tr.is-punged,
table.list tr.mine.is-punged {
  display: table-row;
}
.adm .is-punged,
.mine.is-punged,
.adm.mm table.list tr.is-punged,
.mm table.list tr.mine.is-punged {
  display: block;
}
.is-punged .subj,
.is-punged .tdsub.tdsub.tdsub.tdsub.tdsub.tdsub.tdsub a {
  color: #cc4747 !important;
}
.is-punged .tl_vote,
.is-punged .cmt_like {
  pointer-events: none;
}
.pung-msg,
.punged-msg {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 10px;
  border: 2px solid #638ad0;
  background: #94bfe2;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 0 5px #1d81ff;
  border-radius: 3px;
}
.punged-msg {
  padding: 5px 10px;
  border: 2px solid #d06363;
  background: #e29494;
  font-size: inherit;
  text-shadow: 0 0 5px #840606;
}
.is-read .tdname {
  font-weight: normal;
}
.is-unread .tdname,
.is-unread .tdsub a,
.is-unread .deleted_subject {
  font-weight: bold !important;
}

/* 글 추천 리스트 */
.tl_vote2 {
  display: inline-block;
  padding: 10px 0;
  color: #666 !important;
  font-size: 14px;
  cursor: pointer;
  background: none;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: top;
}
.tl_vote2_wrap {
  padding: 10px 0;
}
.ddaCon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: -6px;
  border-radius: 100%;
  vertical-align: middle;
  background-size: 100%;
  border: 2px solid #FFF;
}
.mm .ddaCon {
  width: 18px;
  height: 18px;
}
.cmemo .ddaCon {
  width: 16px;
  height: 16px;
}
.vNum { margin-left: 8px; }
.vNum:after {
  content: "명";
}
.vNum:empty:after {
  content: none;
  margin-left: 0;
  margin-right: -15px;
}
.dda_list {
  margin: 10px auto;
  width: 220px;
  overflow-x: hidden;
  padding: 10px;
  list-style: none;
}
.dda_list.is-long {
  max-height: 267px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.dda_list li {
  position: relative;
  line-height: 2;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
}
/* /글 추천 리스트 */

.btn {
  display: inline-block;
  padding: 0 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn + .btn {
  margin-left: -1px;
}

.cmt_foot {
  padding-top: 5px;
  font-size: 12px;
}
.tl_vote3 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  padding: 0;
  font-size: 12px;
  color: #666 !important;
  cursor: pointer;
  background: none !important;
  -webkit-user-select: none;
  user-select: none;
}
.mm .btn-group {z-index: 110;}
.dda_select {
  position: absolute;
  z-index: 110;
  bottom: 35px;
  left: 50px;
  padding: 10px;
  width: 180px;
  font-size: 0;
  line-height: 1;
  white-space: nowrap;
  background: #fff;
  border-radius: 25px 0 25px 25px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.tl-foot .dda_select { left: 0; }
.dda_select span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 3px;
  text-align: center;
  background-size: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
}
.ddaCon.a1,
.dda_select .d1 {
  z-index: 9;
  background-image: url("/img/emo/dda1.png");
}
.ddaCon.a2,
.dda_select .d2 {
  z-index: 8;
  background-image: url("/img/emo/dda2.png");
}
.ddaCon.a3,
.dda_select .d3 {
  z-index: 7;
  background-image: url("/img/emo/dda3.png");
}
.ddaCon.a4,
.dda_select .d4 {
  z-index: 6;
  background-image: url("/img/emo/dda4.png");
}
.ddaCon.a5,
.dda_select .d5 {
  z-index: 5;
  background-image: url("/img/emo/dda5.png");
}
.ddaCon.a6,
.dda_select .d6 {
  z-index: 4;
  background-image: url("/img/emo/dda6.png");
}
.ddaCon.a7,
.dda_select .d7 {
  z-index: 3;
  background-image: url("/img/emo/dda7.png");
}
.ddaCon.a8,
.dda_select .d8 {
  z-index: 2;
  background-image: url("/img/emo/dda8.png");
}
.ddaCon.a9,
.dda_select .d9 {
  z-index: 1;
  background-image: url("/img/emo/dda9-3.png");
}
.dda_select .d0 {
  color: #666;
  font-size: 11px;
  background: #eee;
  line-height: 40px;
  border-radius: 100%;
}
.dda_select .xx {
  position: absolute;
  z-index: 11;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff !important;
  font-size: 20px;
  border-radius: 100%;
  background: #d5d5d5 url('/img/24-close.svg') no-repeat 50%/50%
}
.dda_emo:before,
.tl_vote3:before {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px !important;
  margin: 0 4px 0 0;
  text-align: center;
  font-size: 9px;
  background: #558dff;
  background-size: 100% auto;
  border-radius: 100%;
}
.dda_emo:before {
  content: "";
  width: 30px;
  height: 30px;
  line-height: 30px !important;
  font-size: 14px;
  margin: 3px 3px 3px 0;
  background-color: transparent;
}
.dda1:before {
  background-image: url("/img/emo/dda1.png");
}
.dda2:before {
  background-image: url("/img/emo/dda2.png");
} /* #f65167 */
.dda3:before {
  background-image: url("/img/emo/dda3.png");
}
.dda4:before {
  background-image: url("/img/emo/dda4.png");
}
.dda5:before {
  background-image: url("/img/emo/dda5.png");
}
.dda6:before {
  background-image: url("/img/emo/dda6.png");
}
.dda7:before {
  background-image: url("/img/emo/dda7.png");
}
.dda8:before {
  background-image: url("/img/emo/dda8.png");
}
.dda9:before {
  background-image: url("/img/emo/dda9-3.png");
}
.mine .tl_vote.rt-thumbs-up3 {
  pointer-events: none;
}
.cmt_modified.cmt_modified.cmt_modified {
  margin-left: 4px;
  color: #90949c !important;
  font-weight: normal;
  font-size: 12px;
  background: none;
  cursor: pointer;
  vertical-align: middle;
}
.cmt_modified:hover {
  border-bottom: 1px solid #90949c;
}
/* /코멘트 추천 */

.tl-memo {
	padding: 8px 0;
  font-size: 15px;
  word-break: keep-all;
  word-wrap: break-word;
}
.mm .tl-memo { font-size: 16px; }
.tl-memo img {
	display: block;
	max-width: 100%;
  margin: auto;
}

#commentTop { border-bottom: 1px solid #ddd; }
.vcm {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.cmt_date {
  font-weight: normal;
  color: #888 !important;
  background: none !important;
  font-size: 11px;
}
.cmt_date a {
  color: #888 !important;
  background: none !important;
}
.cmt_date a:hover {text-decoration: underline;}
a.tl-modify,
a.tl-delete,
.tl-side,
.write_dom {
  display: none;
}
.adm .tl-modify,
.adm .tl-delete,
.mine .tl-modify,
.mine .tl-delete {
  display: block;
}
.is-logged .write_dom,
.tl-menu:checked + .tl-side,
.mine .tl-menu,
.adm .tl-menu {
  display: block;
}
.tl-menu.tl-menu {
  position: absolute;
  z-index: 1;
  left: auto;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: 0;
  color: #ccc;
  font-size: 10px;
  line-height: 20px !important;
  text-align: center;
  border: none;
  background: transparent;
  -webkit-appearance: none;
}
.tl-side {
  position: absolute;
  z-index: 10;
  top: 30px;
  right: 10px;
  min-width: 50px;
  padding: 5px;
  font-weight: normal;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
}
.tl-side.tl-side a {
  display: block !important;
  padding: 0 5px;
  color: #1d2129 !important;
  font-size: 14px;
  line-height: 2;
  background: transparent !important;
  border: 0;
}
.mm .tl-side.tl-side a {
  font-size: 16px;
}
.tl-side .cmtbtn:hover {
  background: #eee !important;
  text-shadow: 1px 1px #fff;
}
.tl-side .cmtbtn:active {
  background: #eee !important;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.aReply {
  padding: 10px 0 8px 58px;
  font-size: 0;
  white-space: nowrap;
}
/* /댓글창 개편 */

.btn-rep-unfold {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
  font-size: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  background: #eee;
}
.btn-rep-unfold:before {
  content: "▽";
}
.rep-ellipsis {
  position: relative;
  min-height: 30px;
  padding-right: 31px;
}
.rep-ellipsis.is-unfold {
  white-space: normal;
}
.added-nick {
  padding-left: 5px;
  font-style: normal;
  font-size: 12px;
  color: #589cc7;
  font-weight: bold;
  cursor: pointer;
  vertical-align: middle;
}
.nick_changed i {
  padding-left: 5px;
  font-style: normal;
  font-size: 12px;
  color: #888;
  font-weight: 300;
  vertical-align: middle;
}
/* .added-nick ~ .nick_changed, */
.added-nick:empty,
.added-nick + .added-nick {
  display: none;
}

#change_theme {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #888;
  border: none;
}
.mm #change_theme {
  display: none;
}

.buyme {
    color: transparent;
    overflow: hidden;
}
.buyme img {
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: 160px;
}

/* 미세먼지 */
.list_map a {
  pointer-events: none;
}
.list_map:before {
  content: "미세먼지 지도";
  position: absolute;
  left: 10px;
  top: 8px;
  padding: 2px 5px;
  color: #fff;
  height: 18px;
  line-height: 20px;
  background: #568df1;
}
.list_map.cho:before {
  content: "초미세먼지 지도";
}
.list_map.tong:before {
  content: "통합대기 지도";
}
.list_map {
  position: relative;
  width: 300px;
  height: 377px;
  margin: 0;
  color: #333;
  font-family: "굴림", gulim, sans-serif;
  background: url("../img/bg_map_air.gif") no-repeat -20px 0;
  border: 1px solid #ddd;
}
.list_map li {
  position: absolute;
  list-style: none;
  text-align: center;
}
.city_01 {
  top: 39px;
  left: 89px;
}
.city_02 {
  top: 46px;
  left: 188px;
}
.city_03 {
  top: 49px;
  left: 130px;
}
.city_04 {
  top: 65px;
  left: 55px;
}
.city_05 {
  top: 103px;
  left: 162px;
}
.city_06 {
  top: 115px;
  left: 73px;
}
.city_07 {
  top: 115px;
  left: 215px;
}
.city_08 {
  top: 154px;
  left: 119px;
}
.city_09 {
  top: 171px;
  left: 70px;
}
.city_10 {
  top: 167px;
  left: 232px;
}
.city_11 {
  top: 170px;
  left: 172px;
}
.city_12 {
  top: 226px;
  left: 67px;
}
.city_13 {
  top: 224px;
  left: 219px;
}
.city_14 {
  top: 231px;
  left: 162px;
}
.city_15 {
  top: 240px;
  left: 112px;
}
.city_16 {
  top: 304px;
  left: 75px;
}
.city_17 {
  top: 101px;
  left: 116px;
}
.link_map.link_map {
  display: block;
  pointer-events: none;
  color: #333 !important;
  background: transparent !important;
}
.tit_region {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}
.ico_air {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: -4px;
  font-size: 11px;
  color: #fff;
  border-radius: 100%;
}
.air_condition0 {
  background-color: #a5a5a5;
}
.air_condition1 {
  background-color: #328eff;
}
.air_condition2 {
  background-color: #00a861;
}
.air_condition3 {
  background-color: #c98900;
}
.air_condition4 {
  background-color: #f46500;
}
.air_condition5 {
  background-color: #ff4257;
}
.screen_out {
  display: none;
}
.txt_state {
  display: inline-block;
  vertical-align: -8px;
}

.is-preload {
  position: relative;
}
.is-preload:before {
  content: "";
  position: absolute;
  left: 0;
  width: 11px;
  height: 11px;
  background: transparent;
  border: 2px solid #558dff;
  border-bottom: 2px solid transparent;
  border-radius: 100%;
  will-change: transform;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* mgZoom */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 콩차넷 */
[data-host="kongcha.net"].mm #mobileNav a.home {
  background: url(/img/logo_kongcha_w.png) no-repeat 50% 50%;
  background-size: auto 60%;
}
[data-host="kongcha.net"] #tealogo {
  background: url(/img/logo_kongcha.png) no-repeat;
  background-size: auto 50%;
  background-position: left 50%;
}

.cmtInput--modify {
  min-width: 90%;
  min-height: 100px;
}

/* 댓글 동적로딩 */
.is-cmtLoad {
    position: relative;
    opacity: .7;
}
.is-cmtLoad:after {
    content: '';
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 0;
    margin-left: -28px;
    margin-top: -15px;
    width: 56px;
    height: 36px;
    background: url(/img/00_cat.png) no-repeat 0 0/100%;
    opacity: .7;
}
.videoWrap {
  position:relative;
  padding-top:56.25%;
}
/* .pc.videoWrap { max-width: 800px; } 너비를 제한하면 높이 처리도 해야함 */


/* 게시판 상단 뷰 수정 */
.btn_admin {
    top: -30px;
    right: 0;
}
.bbsTitleBox {
    border: 1px solid #DDD;
    margin: 0 auto 10px;
}
.bbsTitle {
    position: relative;
    padding: 0 .6em;
    font-size: 15px;
    font-weight: bold;
    line-height: 34px;
    background: #EEE;
    border-bottom: 1px solid #DDD;
}
.bbsNotice {
    padding: .5em .4em;
    color: #666;
    font-size: 13px;
    line-height: 1.4;
}
.bbsBtnGroup {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.bbsBtn {
    display: inline-block;
    height: 100%;
    padding: 0 9px;
    color: #666;
    font-size: 14px;
    font-weight: normal;
    outline: 1px solid #DDD;
    background: rgba(0,0,0,.05);
    border: 0;
}
.bbsBtn:focus,
.bbsBtn:hover {
    background: rgba(0,0,0,.1);
}
.bbsBtn:active {
    color: #FFF;
    background: #CCC;
	outline: 1px solid #666;
}
.btnView {
    width: 34px;
    height: 28px;
    padding: 0;
    font-size: 0;
    color: transparent;
    border: 1px solid #d6dae0;
    vertical-align: top;
    background: #FFF;
    margin-top: 3px;
}
.btnView.is-on {
    position: relative;
    z-index: 1;
    border-color: #626566;
}
.btnView:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    background: url('/img/btnview.png') no-repeat;
    background-size: 15px 60px;
}
.btnView--list {
    margin-right: -1px;
    border-radius: 3px 0 0 3px;
}
.btnView--tm {
    margin-right: 6px;
    border-radius: 0 3px 3px 0;
}
.btnView--list::before { background-position: 0 -15px; }
.btnView--tm::before { background-position: 0 -45px; }
.btnView--list.is-on::before { background-position: 0 0; }
.btnView--tm.is-on::before { background-position: 0 -30px; }

.bbsSubs {
    width: 20px;
    height: 20px;
    padding: 0;
    border: 0;
    color: #999;
    font-size: 14px;
}
.bbsSubs:before {
	content: "\ecdd";
}
.bbsSubs.is-on:before {
	content: "\ecdf";
}

.mgWrapWrap {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}
.is-logged .jjaljub { display: block; }
.jjaljub {
    display: none;
    position: absolute;
    z-index: 2000;
    top: 3px;
    right: 30px;
    width: 48px;
    padding: 0;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    color: #AAA;
    background: rgba(0,0,0,.4);
    border: 1px solid #444;
    border-radius: 3px;
}
.jjaljub:hover {
    color: #FFF;
    background: #4267b2;
    border-color: transparent;
}
#dzlayer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10002;
  width: 100%;
  height: 100%;
}
.mm #dzlayer {
  top: auto;
  height: 80%;
  bottom: 0;
}
.dzClose {
  position: absolute;
  z-index: 10002;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  margin-top: -335px;
  margin-left: 270px;
  color: transparent;
  background: url(/img/24-close.svg) no-repeat 50% / 50%;
  pointer-events: none;
  border: none;
}
.mm .dzClose {
  left: 87%;
  top: auto;
  bottom: 103%;
  margin: 0;
}
.dzlist {
  position: absolute;
  z-index: 10001;
  top: 50%;
  left: 50%;
  width: 600px;
  height: 600px;
  margin: 0;
  display: flex;
  font-size: 14px;
  background: #fff;
  overflow-y: scroll;
  transform: translate(-50%, -50%);
  display: grid;
  align-content: flex-start; */
  padding: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0;
  box-sizing: border-box;
}
.mm .dzlist {
  top: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  transform: none;
}
.dzlist li {
  position: relative;
  list-style: none;
}
.dzlist img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.dzlist .jjalname {
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 0 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dzlist .jjaldel {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  margin: 3px;
  color: transparent;
  background: #fff url('/img/24-close.svg') no-repeat 50%/50%;
  border: 1px solid #CCC;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

/* mbtn */
body.mm.mbtn2,
body.mm.mbtn3 {
    padding-top: 0;
    user-select: none;
}
.mm.mm.mbtn2 .site_header .my_menu,
.mm.mm.mbtn3 .site_header .my_menu { height: 40px; }
.mm.mm.mbtn2 #mobileNav a.navUp,
.mm.mm.mbtn2 #mobileNav a.navDown,
.mm.mm.mbtn2 #mobileNav,
.mm.mm.mbtn3 #mobileNav a.navUp,
.mm.mm.mbtn3 #mobileNav a.navDown,
.mm.mm.mbtn3 #mobileNav {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 65px;
    height: 65px;
    line-height: 65px;
    background: transparent;
}
.mm.mm.mbtn2 #mobileNav a.navUp:after,
.mm.mm.mbtn2 #mobileNav a.navDown:after,
.mm.mm.mbtn3 #mobileNav a.navUp:after,
.mm.mm.mbtn3 #mobileNav a.navDown:after {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}
.mm.mm.mbtn2 #mobileNav,
.mm.mm.mbtn3 #mobileNav { left: 0; }
.mm.mm.mbtn2 #mobileNav .home,
.mm.mm.mbtn3 #mobileNav .home {
    width: 65px;
    height: 65px;
    padding: 0;
    color: transparent;
    background-color: #bbb;
    background-image: url(/img/menu.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 50%;
}
.mm.mbtn2 #mainnav,
.mm.mbtn3 #mainnav {
    top: auto;
    bottom: 65px;
}
.mm.mm.mbtn2 #mobileNav .home {
    position: fixed;
    right: 0;
}
.mm.mm.mbtn2 #mobileNav a.navUp { left: 0; }
.mm.mm.mbtn2 #mobileNav a.navDown { left: 65px; }
.mm.mm.mbtn3 #mobileNav a.navUp { right: 0; }
.mm.mm.mbtn3 #mobileNav a.navDown { right: 65px; }
.mm.mm.mbtn2 #mobileNav a.navUp:before,
.mm.mm.mbtn2 #mobileNav a.navDown:before,
.mm.mm.mbtn3 #mobileNav a.navUp:before,
.mm.mm.mbtn3 #mobileNav a.navDown:before { line-height: 65px;}
.mm.mm.mbtn2 #mobileNav a.navUp:after,
.mm.mm.mbtn2 #mobileNav a.navDown:after,
.mm.mm.mbtn3 #mobileNav a.navUp:after,
.mm.mm.mbtn3 #mobileNav a.navDown:after {
  width: 55px;
  height: 55px;
}
.mm.mm.mbtn3 .exmenu,
.mm.mm.mbtn2 .exmenu {
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
}
.mm.mm .site_header .my_menu {
    position: relative;
    top: auto;
    left: 0;
    overflow: hidden;
    height: 41px;
    width: 100%;
}
.mm.mm .site_header .main_menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 41px;
    border-bottom: 1px solid #D6D6D6;
}

.tl-name {
  position: relative;
	padding: 0 0 5px;
	color: #365899;
	font-size: 15px;
	font-weight: bold;
}
.mm .tl-name { font-size: 16px; }
.tl-name .is-nick { padding-left:68px; }
.name-mark {
  position: absolute;
  left: 70px;
  margin-top: 22px;
  color: #999;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
}
.ctName + .name-mark {
  position: static;
  margin: 0 0 0 3px;
  display: inline-block;
  vertical-align: top;
}
.cmt-mention {
  padding: 4px;
  font-weight: bold;
  background: #E9E9E9;
  border-radius: 2px;
}
.pfpic {
  position:absolute;
  z-index:11;
  width:55px;
  height:55px;
  background:#d3e5f7;
  border-radius:8px;
  left:0;
  top:-20px;
  overflow:hidden;
  border:1px solid #CCC;
  transition: all .1s;
}
.pfpic img {
  display:block;
  width:100%;
  height:100%;
}
.pfpic.a2 {
  position: absolute;
  z-index: 110;
  left: 0;
  top: 10px;
  width: 45px;
  height: 45px;
  border-radius: 4px;
}
.pfpic.zoom {
  width: 160px;
  height: 160px;
  left: -30px;
  top: -60px;
  z-index: 100;
}
.mm .pfpic.zoom { left: 5px; }
.pfpic.a2.zoom { /* a2는 cmt */
  width: 160px;
  height: 160px;
  left: -55px;
  top: -20px;
}
.mm .pfpic.a2.zoom {
  z-index: 111;
  left: -7px;
}
.tl-name.tl-name {padding-bottom: 30px;}
.skin-tm .tinycon.a2 {
  position: absolute;
  z-index: 10;
  left: 69px;
  top: -5px;
  width: 0;
  height: 0;
  border: 2px solid red;
  border-radius: 100%;
}

.cmtName {
  position: relative;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 3px;
  line-height: 1.2;
}
.ctName {
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
.mm .ctName { font-size: 16px; }

.vcm a:target {
  margin-top: -120px;
  display: block;
  position: absolute;
}
.vcm a:target:before {
  position: absolute;
  content: "\edcb";
  font-family: "redtea";
  margin: 115px 0 0 -74px;
  font-size: 20px;
  color: red;
  pointer-events: none;
}
.mm .vcm a:target:before {
    margin: 93px 0 0 -40px;
    transform: rotate(90deg);
}
.a11y {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

code {
  background: #EEEEEF;
  border-radius: 4px;
  padding: 11px;
  font-size: 12px;
  line-height: 1.5;
  width: 90%;
  box-sizing: border-box;
}

.swrap {
  max-width: 320px;
  margin: auto;
  padding-top: 20px;
  font-size: 0;
}
.swrap label {
  display: inline-block;
  margin: 0 5px 5px 0;
  width: 25%;
  font-size: 16px;
  text-align: left;
  padding: 5px 0;
}