@charset "utf-8";

body {
  -webkit-text-size-adjust: none;
}

.pc .mainWrapper {
  min-height: 0;
}
.pc .login_wrap {
  z-index: 1;
  top: 65px;
  right: 18px;
  width: 180px;
}
.mm .login_wrap {
  position: relative;
  box-shadow: none;
}
.sakura {
  z-index: -1;
}
.pc .bbs_wrap2 {
  font-size: 14px;
}

/* 기존 index용 css */
a.wt:link,
a.wt:visited,
a.wt:hover,
.wt {
  color: #fff;
}
span.wt {
  display: none;
}
a.wt {
  display: block;
  float: left;
  padding: 0 20px;
  line-height: 28px;
  height: 28px;
}
.mm #mainnav {
  display: none;
  position: fixed;
  z-index: 1;
  top: 45px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}
.header a {
  font-size: 12px;
}
.menu2 li a {
  font-size: 11px;
  font-family: sans-serif;
  letter-spacing: -1px;
}
::selection {
  background: #5e6e9b;
  color: #fff;
}
::-moz-selection {
  background: #5e6e9b;
  color: #fff;
}
.sm {
  font-size: 9px;
  display: inline-block;
  vertical-align: top;
}
#sideSd {
  position: absolute;
  right: 0;
  top: 15px;
  margin: 0 -130px 0 0;
}

/* 여기부터 원래 메인 */

html,
body {
  height: 100%;
}
body {
  font-size: 12px;
  color: black;
}
td {
  text-align: left;
}
td.right {
  text-align: right;
}

table {
  padding: 0;
  border-spacing: 0px;
  border: 0;
  border-collapse: collapse;
}
th,
td {
  padding: 0px;
}
.tdnum,
.tddate,
.tdhit,
.tdvote,
.pt7 {
  font-family: tahoma;
  font-size: 9pt;
}
.vpt7 {
  font-family: verdana;
  font-size: 9pt;
}
img {
  border: none;
}
.a11y {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-indent: -9999em;
  visibility: hidden;
}
.head {
  border: solid 1 black;
  font-size: 15px;
  color: black;
  background-color: white;
  height: 19px;
}
.textarea {
  border: solid 1;
  font-size: 15px;
  color: black;
  background-color: white;
}
.input {
  border: solid 1;
  font-size: 15px;
  color: black;
  background-color: white;
  height: 19px;
}
.input[name=cmt_file] { height: auto; }
.input2 {
  border: solid 0;
  font-size: 15px;
  color: black;
  background-color: white;
  height: 16px;
}
.submit {
  border: 0;
  font-size: 15px;
  color: white;
  background-color: black;
  height: 19px;
}
.mm .login {font-size: 0;}
.mm .submit {
  float: none;
  height: 25px;
  margin: 6px 7px;
  padding: 3px 5px;
  border-radius: 2px;
  vertical-align: middle;
}
.mm .loginid,
.mm .loginpw {
  vertical-align: middle;
}
.mm .loginJoin {
  width: auto;
  height: 25px;
  box-sizing: border-box;
  vertical-align: middle;
}

.keyword {
  color: #ff001e;
  background-color: #fff000;
}
.articleArea {
  clear: both;
}

.boardtitle {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 3px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  color: #fff !important;
  background: #c08156 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c08156), to(#a86a3f));
  background: #c08156 -moz-linear-gradient(top, #c08156, #a86a3f);
  text-shadow: 0 -1px 0 #a1653c;
  border-bottom: 1px solid #7c4e2e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  text-decoration: none;
}
.boardtitle:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.boardtitle:active {
  background: #c08156 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a86a3f), to(#c08156));
  background: #c08156 -moz-linear-gradient(top, #a86a3f, #c08156);
}
.titlevoy {
  display: inline-block;
  _display: inline;
  _width: 346px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 346px;
}
#x_main {
  padding: 0 6px;
  vertical-align: top;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}
#logoimg_kr img,
#logoimg img {
  height: 50px;
}

#logoimg_kr,
#logoimg {
  display: block;
  line-height: 0;
  width: 445px;
}
#logoimg h1 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500; /*text-indent:-9999px;overflow:hidden;font-size:0;width:127px;height:50px;background:url('logo.png') no-repeat 0 2px;*/
}
#logoimg_kr h1 {
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  width: 150px;
  height: 50px;
  background: url("/img/logo_kr.png") no-repeat 0 2px;
}
#mainArea {
  position: relative;
  max-width: 1280px;
  padding: 20px 200px 0 16px;
  margin: auto;
  box-sizing: border-box;
  background: #fff;
}
#nav {
  position: relative;
  background-color: #37444e;
  font-weight: bold;
  overflow: hidden;
  box-sizing: border-box;
}
#nav a.wt {
  box-sizing: border-box;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #c4cbd0;
}
#nav a.wt:hover {
  background: #192834;
  color: #fff;
}
.sizer {
  position: absolute;
  top: 4px;
  left: 620px;
}
.sizer a img {
  display: block;
  width: 12px;
  height: 12px;
}
.sizer a {
  cursor: pointer;
  display: inline-block;
}
.sizer a:active {
  margin-top: 2px;
}

.circle-container .circle {
  background-color: #6a85a3 !important;
}
.hDiv .tit {
  border: 1px solid #314b9a !important;
  background-color: #5e6e9b !important;
}

#mobileNav {
  display: none;
}
.bulpan #mobileNav {
  display: none !important;
}

.parentArticle .cmemo {
  background: #f2eeee;
}
#x_main .listnotice .tdnum {
  background-color: #a7a7a7 !important;
}
.pagination ul > li > a.currentPage {
  color: #246ee8 !important;
  background-color: #edf4f8 !important;
}
.pagination ul > li > a.currentPage:hover {
  color: #fff !important;
  background-color: #8bc3e3 !important;
}

.lockedCmt,
.admCmt,
.adminMsg {
  position: relative;
  margin: 23px;
  padding: 20px 10px 10px;
  text-align: left;
  background: #EEE;
  border-radius: 3px;
}
.admCmt { margin: 25px 0 8px 0; }
.adminMsg { margin: 35px 0 0 0; }
.adminMsg:after,
.lockedCmt:after,
.admCmt:after {
  display: inline-block;
  position: absolute;
  content: "운영 메시지";
  top: -7px;
  left: 4px;
  padding: 0px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #5780b4;
}
.blind {
  display: none;
}
.myArticle .blind,
.adm .blind {
  display: block;
  background-color: #cbabcf;
  border-radius: 5px;
  padding: 3px;
}

/* 로그인 */
.login {
  position: relative;
}
[name="zb_login"] {
  padding: .833em;
}
.login .loginid,
.login .loginpw {
  display: block;
  width: 100%;
  margin: 0;
  padding: .667em .833em;
  font-size: 12px;
  line-height: 1;
  border: 1px solid var(--d_300);
  box-sizing: border-box;
}
.login input::placeholder {opacity: .3;}
.login .loginid {border-radius: 2px 2px 0 0;}
.login .loginpw {
  margin-top: -1px;
  border-radius: 0 0 2px 2px;
}
.submit {
  float: right;
  width: 5em;
  height: 2.083em;
  color: #fff;
  font-weight: 500;
  margin: 5px 0;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 2px;
  background-color: var(--brickRed);
}
.loginJoin,
.loginLost {
  margin: 5px 2px;
  padding: 3px 5px; 
  border-radius: 2px;
  text-indent: 0;
  text-align: center;
  color: #fff !important;
  font-size: 12px;
  background: #bbb !important;
}
.loginLost {width: 83px;}
.loginJoin {
  width: 48px;
  margin-top: 0;
}
hr.dashed {
  clear: both;
  margin: 0 auto;
  border-top: 1px dashed var(--d_300);
}
.mm hr.dashed { display: none; }
.logged {
  padding: 10px 0;
  text-align: center;
}

#nav .hWrap {
  position: relative;
}

.vote_area {
  color: #2d73dc;
}
.btn_vote:hover:before {
  background-color: #c6f0f8;
}

#mbNav {
  display: none;
}
.mobile {
  display: none !important;
}
#bbsSet a {
  margin: 3px 0;
}
#viewFoot {
  width: 100%;
}
.bbsSetup {
  overflow: hidden;
}
.category {
  float: left;
}
.category b a.btn {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#5bc0de),
    to(#2f96b4)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.category b a:hover,
.category b a:active {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.category b a:hover,
.category b a:active {
  background-color: #24748c \9;
}
.noborder {
  padding: 10px;
  text-align: left;
  padding-top: 20px;
}
.noborder td {
  border-bottom: none !important;
}
.noborder img {
  max-width: 100%;
}
.mm .noborder img {
  height: auto !important;
}

.header .hWrap {
  position: relative;
}

@media all and (max-width: 1024px) {
  /* ipad Landscape */
  .iOS #floatingNav {
    display: none;
  }
  .iOS #mbNav {
    display: block;
  }
}

/* ========================== 데스크탑 모드 ========================== */

.hWrap {
  width: 880px;
  margin: auto;
}
#mainArea table {
  width: 100%;
}
#mainLeft {
  background-color: #f7f7f9;
}
/* ========================== 태블릿 이하 ========================== */
.mm #mainLeft {
position: absolute;
width: 100%;
height: 40px;
}
.mm #mainLeft > * {
display: none;
}
.mm #mainLeft > form {
display: block;
}
.mm .hWrap {
width: 100%;
}
.mm .loginid,
.mm .loginpw {
  display: inline-block;
  width: 75px;
  height: 25px;
  line-height: 25px;
  font-size: 12px !important;
  margin: 6px 3px;
}
.mm input[type="image"] {
position: static;
margin: 6px 7px 6px 0;
vertical-align: middle;
}
.mm .listtr:hover td.tdname,
.mm .currentTr td.tdname {
background-color: transparent !important;
}
.mm .loginJoin {
display: inline-block;
margin: 6px 7px;
}
.mm #indexLatest {
padding: 0 !important;
}
.mm #mainArea {
width: 100% !important;
padding: 0;
border: none;
}
.mm #setting {
padding: 15px;
}
.mm .noborder {
padding: 20px 0 0;
}
/* } */
      
/* ========================== 모바일 ========================== */
/* @media all and (max-width: 767px) { */
.mm .sizer {
  display: none;
}
.mm .mobile {
  display: block !important;
}
.mm #mainArea {
  width: 100% !important;
  padding: 0;
}
.mm #x_main {
  width: 100%;
  padding: 0 6px 0 6px;
  margin: auto;
  float: none !important;
  min-width: 0 !important;
  max-width: none !important;
  overflow: hidden;
}
.mm .hDiv .tit {
  padding: 4px 5px;
}
.mm #logoimg,
.mm #logoimg_kr,
.mm #nav {
  display: none;
}
.mm .mine td.tdname {
  background-color: transparent !important;
}
body.mm:not(.iOS) #nav {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  background: transparent;
}
.mm #mobileNav {
  display: block;
  position: fixed;
  z-index: 2;
  top: -60px;
  left: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #c54747;
  box-sizing: border-box;
  -webkit-transition: top 0.18s;
  transition: top 0.18s;
}
.mm #mobileNav.is-on {
  top: 0;
}
.mm #mobileNav.is-off a.navUp,
.mm #mobileNav.is-off a.navDown {
  top: 60px;
  border: none;
}
.mm #mobileNav.is-nav {
  padding-right: 90px;
}
.mm #mobileNav a.home {
  display: block;
  text-align: center;
  color: transparent;
  font-size: 20px;
  font-weight: bold;
  /* text-shadow: 0 -1px rgba(0, 0, 0, 0.1); */
  text-decoration: none;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  background: #c54747 url(/img/logo_redtea_w.png) no-repeat 50% 50%;
  background-size: auto 60%;
}
.mm #mobileNav.is-nav a.home {
  padding-left: 10%;
}
.mm #mobileNav.is-nav a.navUp,
.mm #mobileNav.is-nav a.navDown {
  display: block;
}
.mm #mobileNav a.navUp,
.mm #mobileNav a.navDown {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.18s;
  transition: all 0.18s;
}
.mm #mobileNav a.navUp {
  right: 45px;
}
.mm #mobileNav a.navUp:before {
  content: "▲";
}
.mm #mobileNav a.navDown:before {
  content: "▼";
}
.mm #mobileNav a.navUp:before,
.mm #mobileNav a.navDown:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  line-height: 45px;
}
.mm #mobileNav a.navUp:after,
.mm #mobileNav a.navDown:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.18s;
  transition: all 0.18s;
}
.mm #mobileNav.is-off a.navUp:after,
.mm #mobileNav.is-off a.navDown:after {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
.mm #overDiv {
  height: auto;
  overflow: hidden;
}
.mm #overDiv li {
  float: left;
  width: 50%;
  background: #eee;
}
.mm #overDiv li a {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 35px;
  text-align: left;
  box-sizing: border-box;
  padding-left: 15px;
}
.mm #overDiv li:nth-of-type(4n-1),
.mm #overDiv li:nth-of-type(4n-2) {
  background: #fff;
}
.mm #overDiv ul {
  margin: 0;
  display: block;
  overflow: hidden;
  background: #fff;
}

.mm .search-form {
  display: none;
}
/* } */

.site_header {
  height: 50px;
  margin-bottom: 15px;
  background: var(--b_bar);
}
.site_header .wrap {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 0 16px;
}
.site_footer {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  height: 80px;
  margin: -4px auto 0;
  padding: 10px 16px;
  color: #ddd;
  text-align: right;
  background: #494949;
  box-sizing: border-box;
}
.site_footer a {
  color: #ddd;
}
.site_footer a.privacy {
  color: #ffd162;
  font-weight: bold;
}
.site_footer a:hover {
  text-decoration: underline;
}
#tealogo {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 16px;
  width: 90px;
  height: 50px;
  font-size: 1px;
  color: transparent;
  background: url("/img/logo_redtea_w.png") no-repeat;
  background-size: auto 50%;
  background-position: left 50%;
}
.main_menu {
  width: 100%;
  padding: 0 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
.pc .main_menu {
  margin-left: 90px;
  padding-top: 6px;
}
.pc a.is-beta::before {
  margin-top: -3px;
  text-shadow: none;
}
.pc a.is-beta:hover::before {
  content: none;
}
.mm .main_menu {
  position: static;
  padding: 0;
  background: none;
}
.exmenu {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 16px;
  border-radius: 4px;
}
.pc .exmenu {
  right: -300px;
  overflow: hidden;
}
.mm .exmenu {
  position: static;
  width: 100%;
}
.mm .exmenu li {
  float: left !important;
}
.mm .exmenu li a {
  border-top: 1px solid #d6d6d6 !important;
}

.site_header nav ul {
  margin: 0;
}
.mm .site_header nav ul {
  margin: 0;
}
.site_header .my_menu {
  position: absolute;
  z-index: 5;
  top: 0;
  right: 0;
  padding: 0 10px;
  padding-top: 6px;
}
#mymenu:checked ~ .my_menu { display: block; }
.mm .site_header .my_menu {
  position: static;
  padding: 0;
}
.mm .site_header .my_menu a {
  background: #eee;
}

.site_header nav ul:after {
  content: "";
  clear: both;
  display: block;
}
.mm .site_header nav ul:after {
  content: none;
}
.site_header li {
  float: left;
  list-style: none;
}
.mm .site_header li {
  width: 25%;
  text-align: center;
}
.site_header nav li:first-child {
  margin-left: 0;
}
.site_header li a {
  display: block;
  padding: 9px 6px;
  font-size: 13px;
  font-family: sans-serif;
  color: #fff;
}
.mm .site_header li a {
  padding: 10px 0;
  border: none;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  box-shadow: none;
  color: #333;
}

.site_header li a:hover {
  color: #fff;
  background: #e25555 !important;
}
.pc .site_header li.alt a {
  background: rgba(0, 0, 0, .15);
  padding: 4px 12px;
}

.search-form {
  position: absolute;
  top: 50px;
  right: 30px;
}
.search-form input[type="text"] {
  padding: 2px 6px;
  height: 20px;
  background-color: #dee2eb;
}
.search-form input[type="submit"] {
  padding: 2px 6px;
  display: inline-block;
  height: 26px;
  line-height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
  background-color: #b5b5b5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#cfcfcf),
    to(#b5b5b5)
  );
  background-image: -webkit-linear-gradient(top, #cfcfcf, #b5b5b5);
  background-image: -moz-linear-gradient(top, #cfcfcf, #b5b5b5);
  background-image: -ms-linear-gradient(top, #cfcfcf, #b5b5b5);
  background-image: -o-linear-gradient(top, #cfcfcf, #b5b5b5);
  background-image: linear-gradient(top, #cfcfcf, #b5b5b5);
  color: #555;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.search-form input[type="submit"]:active {
  line-height: 24px;
  background-color: #b5b5b5;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#b5b5b5),
    to(#cfcfcf)
  );
  background-image: -webkit-linear-gradient(top, #b5b5b5, #cfcfcf);
  background-image: -moz-linear-gradient(top, #b5b5b5, #cfcfcf);
  background-image: -ms-linear-gradient(top, #b5b5b5, #cfcfcf);
  background-image: -o-linear-gradient(top, #b5b5b5, #cfcfcf);
  background-image: linear-gradient(top, #b5b5b5, #cfcfcf);
}

#footer {
  position: relative;
  z-index: 1;
  height: 40px;
  margin: auto;
  background: #ebebeb;
  border-top: 1px solid #dcdcdc;
}

.vcm.read {
  background: #f5dddd;
}

.mm .lt-2,
.mm .lt-2 i {
  display: inline-block;
}

.mm .site_header {
  left: 0;
  width: 100%;
  margin: auto;
  background: none;
}
.mm .site_footer,
.mm #footer {
  width: auto;
  border: none;
}
.mm .site_footer {
  font-size: 12px;
  padding: 10px;
}
.mm #tealogo {
  display: none;
}
.mm .site_header nav {
  margin-top: 0;
}

.num-badge {
  position: absolute;
  z-index: 2;
  top: -5px;
  left: 50%;
  display: inline-block;
  min-width: 14px;
  height: 14px;
  line-height: 14px;
  margin-left: -6px;
  padding: 0 2px;
  font-size: 10px;
  text-align: center;
  background: #d94d4d;
  color: #fff;
  border: none;
  border-radius: 100px;
  white-space: nowrap;
}
.mm .num-badge {
  left: auto;
  top: 2px;
  right: 2px;
  width: 16px;
  height: 16px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mm .site_header li:nth-child(4n) a { border-right: 0; }
