@charset "utf-8";
@import "snsshare.css";

/* 비주얼 매거진 배너 */
.wrap_visualBanner {position: absolute; right: 42px; top: 0;}
.wrap_visualBanner img {max-height:43px; vertical-align:top;}

/* 게시판 하단 프로모션 배너 */
.wrap_community_banner {position:relative; width:100%; margin: 15px 0 20px; text-align:center; overflow:hidden;}
.wrap_community_banner a {display:block; width:100%; height:100%; margin:0; overflow:hidden;}
.wrap_community_banner a img {max-width:320px; vertical-align:top;}

/* 이미지 게시판 > 베스트 게시물 */
.wrap_bestImage {
    width: 94%;
    margin: 25px auto 0; padding: 0 0 5px;
    background: url('/bns/obt/board/bg_bestImage.jpg') no-repeat;
    background-position: center top;
    -webkit-background-size: 100% auto;
    overflow: hidden;
    /*
    -webkit-background-size:cover;
    -webkit-background-size:contain;
    -webkit-background-size:auto 100%;
    */
}

.wrap_bestImage h2 {
    display: none;
}

.wrap_bestImage .bestList {
    width: 100%;
    margin: 10% 0 0; padding: 0;
    text-align: center;
    list-style: none;
    overflow: hidden;
}
.wrap_bestImage .bestList li {
    float: left;
    width: 33.3%;
    margin: 0; padding: 0 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}

.wrap_bestImage .bestList dd {margin: 0; padding: 0;}
.wrap_bestImage .bestList li .thumb {
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  cursor: pointer;
  -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
}
.wrap_bestImage .bestList li .writer {
    display: none;
}

.wrap_bestImage .bestBar {
    clear: both;
    position: relative;
    min-height:40px;
    margin: -5px 0 -5px; padding: 6px 0 4px;
    line-height: 20px;
    color: #a9b8c9;
    background: url('/bns/obt/board/magazine/bg_bestbar.png') ;
    -webkit-background-size: 100% auto;
}

.wrap_bestImage .bestBar strong {
    display: block;
    width: 62%;
    padding-left:10px;
}
.wrap_bestImage .bestBar em {
    font-style: normal;
    color: #fff;
}

.wrap_bestImage .bestBar .go_magazine {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url('/bns/obt/board/magazine/btn_magazine.png') no-repeat center 50%;
  -webkit-background-size: 80% auto;
}


/* flicking menu */
.subFlicking {position:relative; margin:0; padding: 0 10px; overflow:hidden;}
.subFlicking .subMenu-prev {position:absolute; top:0; left:0; width:18px; height:36px; text-indent:-999em; overflow:hidden; cursor:pointer;}
.subFlicking .subMenu-next {position:absolute; top:0; right:0; width:18px; height:36px; text-indent:-999em; overflow:hidden; cursor:pointer;}

.subFlicking0 {}
.subFlicking0 nav.flkMenu {margin-left:0px;}
.subFlicking0 .subMenu-prev {display:none;}
.subFlicking0 .subMenu-next {display:none;}

.subFlicking1 {}
.subFlicking1 nav.flkMenu {margin-left:-4px;}
.subFlicking1 .subMenu-prev {display:none;}

.subFlicking2 {}
.subFlicking2 nav.flkMenu {margin-left:4px;}

.subFlicking3 {}
.subFlicking3 nav.flkMenu {margin-left:0px;}
.subFlicking3 .subMenu-next {display:none;}


/* flicking menu - image */
.subFlickingImage {height:37px;margin-bottom:1px;border-top:1px solid #8e8484;background:url("/bns/obt/board/bg_flkmenu.png") repeat-x left top; -webkit-background-size:25px 102px; background-size:25px 102px;}
.subFlickingImage .subMenu-prev,
.subFlickingImage .subMenu-next {background:url("/bns/obt/board/bg_flkmenu.png") no-repeat; -webkit-background-size:25px 102px; background-size:25px 102px;}
.subFlickingImage .subMenu-prev {background-position: 5px -75px;}
.subFlickingImage .subMenu-next {background-position: -12px -75px;}

.flkMenu {position:relative; width:auto; height:36px; padding:0; color:#8c8282; overflow:hidden;}
.flkMenu a:after {content:'';display:table;clear:both;}
.flkMenu a {float:left; height:36px; text-align:center;line-height:36px; color:#8c8282; white-space:nowrap; letter-spacing: -1px;}
.flkMenu a span {background:url("/bns/obt/board/bg_flkmenu.png") no-repeat left -38px;
-webkit-background-size:25px 102px; background-size:25px 102px;}
.flkMenu a:first-child span,
.flkMenu a.on:first-child span {background-image:none;}
.flkMenu a.on {color:#444;}


/* flicking menu - news */
.subFlickingNews {height:37px; margin-bottom:-1px; border-top:1px solid #8e8484;background:url("/bns/obt/board/bg_flkmenu.png") repeat-x left top; -webkit-background-size:25px 102px; background-size:25px 102px;}
.subFlickingNews.subFlicking3 nav.flkMenu {margin-left:6px;}
.subFlickingNews .subMenu-prev,
.subFlickingNews .subMenu-next {background:url("/bns/obt/board/bg_flkmenu.png") no-repeat; -webkit-background-size:25px 102px; background-size:25px 102px;}
.subFlickingNews .subMenu-prev {background-position: 5px -75px;}
.subFlickingNews .subMenu-next {background-position: -12px -75px;}

/* 비주얼 매거진 뷰 */
.view_type1 { position: relative; }

.btn_magazineHome {
	position:absolute;top:6px;right:5px;
    width: 100px; height: 31px;
    background:url("/bns/obt/board/magazine/btn_magazineHome.png") no-repeat;
    -webkit-background-size: 100px 31px; background-size: 100px 31px;
}

.wrap_magazineView {}
.wrap_magazineView .prevView,
.wrap_magazineView .nextView {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 43px;
  height: 43px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background: url('/bns/obt/board/magazine/btn_ViewPager.png') no-repeat;
  -webkit-background-size: 33px 71px; background-size: 33px 71px;
  z-index: 10;
  border: 0;
}

.wrap_magazineView .prevView {
  background-position: 5px 5px;
}

.wrap_magazineView .nextView {
  right: 0;
  background-position: 5px -33px;
}

/* 비주얼 매거진 */
.wrap_magazineList {
    float: right;
    margin: -34px 12px 0 0; padding: 2px 8px 1px;
    border-radius:3px;
    border:1px solid #d6d1d0;
    background:#ebebeb;
	background:-moz-linear-gradient(top, #ffffff, #ede9e9);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ede9e9));
}

.btn_magazineList {
    border: 0;
    padding: 2px 15px 2px 0;
    background:url('/bns/obt/board/magazine/ic_magazineList.png') no-repeat right 8px;
    -webkit-background-size:12px 21px; background-size:12px 21px;
}

.wrap_visualMagazine {
    clear: both;
    padding: 5px 12px;
    position: relative;
    overflow: hidden;
}
.wrap_visualMagazine a { text-decoration: none; }

.wrap_visualMagazine .wrap_mainCover {
  position: relative;
  overflow: hidden;
}
.wrap_visualMagazine .wrap_mainCover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/bns/obt/board/magazine/bg_mask.png?1415602130') no-repeat;
  z-index: 5;
}

.wrap_visualMagazine .wrap_mainCover .num {
  position: absolute;
  top: 20px;
  left: 19px;
  color: #fff;
  font: 14px/14px NanumGothic, 나눔 고딕, Malgun Gothic, 맑은 고딕, Gulim, 굴림, AppleGothic, sans-serif;
  z-index: 5;
}
.wrap_visualMagazine .wrap_mainCover .num strong {
  display: block;
  margin-left: -4px;
  font: 60px/65px NanumGothic, 나눔 고딕, Malgun Gothic, 맑은 고딕, Gulim, 굴림, AppleGothic, sans-serif;
  letter-spacing: -1px;
}

.wrap_visualMagazine .wrap_mainCover .thumb {
    width: 100%; height: auto;
    vertical-align: middle;
    -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;
 }
.wrap_visualMagazine .wrap_mainCover .desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  min-height: 180px;
  padding-left: 20px;
  z-index: 0;
  background: url('/bns/obt/board/magazine/bg_desc.png?1415602255') no-repeat;
}
.wrap_visualMagazine .wrap_mainCover .desc .label {
  display: block;
  margin-top: 100px;
  color: #ed6436;
  font-weight: bold;
  font-size: 12px;
}
.wrap_visualMagazine .wrap_mainCover .desc h2 {
  width: 80%;
  margin: 4px 0 -4px;
  color: #fff;
  font: bold 18px/20px NanumGothic, 나눔 고딕, Malgun Gothic, 맑은 고딕, Gulim, 굴림, AppleGothic, sans-serif;
}
.wrap_visualMagazine .wrap_mainCover .desc p {
  color: #fff;
  font: 14px/14px NanumGothic, 나눔 고딕, Malgun Gothic, 맑은 고딕, Gulim, 굴림, AppleGothic, sans-serif;
  vertical-align: top;
}

.wrap_visualMagazine .wrap_subCover {
    margin: 15px 0 0 -4%;
}

.wrap_visualMagazine .wrap_subCover article {
    float: left;
    width: 46%;
    margin: 0 0 15px 4%;
}

.wrap_visualMagazine .wrap_subCover .thumb {
    width: 100%; height: auto;
}

.wrap_visualMagazine .wrap_subCover .mask, .wrap_visualMagazine .wrap_subCover .num, .wrap_visualMagazine .wrap_subCover .desc p {
    display: none;
}

.wrap_visualMagazine .wrap_subCover .desc {
    padding: 4px 0 0; line-height: 16px;
}
.wrap_visualMagazine .wrap_subCover .desc .label {
    color: #4f7ab6;
    font-weight: bold;
}
.wrap_visualMagazine .wrap_subCover .desc h2 {
  margin: 4px 0 0; padding: 0;
  font-size: 14px;
  font-weight: normal;
  min-height: 36px;
}












/* editor */
.emotionG {padding:37px 0 23px;border-top:1px solid #d3d3d3;box-shadow:inset 0 1px 0 #fff;background:#f2f2f2;}
.emotionListG {margin:0 0 0 10px;padding:0;list-style:none;zoom:1;}
.emotionListG:after {content:"";display:table;clear:both;}
.emotionListG li{float:left;width:60px;height:65px;margin:0 0 15px 8px;border:1px solid #ddd;}
.emotionListG li a {position:relative;display:block;width:58px;height:63px;border:1px solid #fff;overflow:hidden;}
.emotionListG li img {position:absolute;}

/* button */
.wrap_listBtn {clear:both;margin:10px 0 0 0;text-align:right;overflow:hidden;}
#MobileNoob .wrap_listBtn {margin:10px 14px 0;}
#MobileNoob .wrap_galleryBtn {position:relative;margin:10px 14px 0;}
#MobileNoob .wrap_galleryBtn .btn_write {position:absolute; top:23px; right:0;}
.wrap_listBtn a.principle {float:left;margin:7px 0 0 0;padding:0 0 0 6px;letter-spacing:-1px;color:#989898;background:url("/bns/obt/board/bullet_0621.gif") left 3px no-repeat;}
.wrap_listBtn a.testserver {float:left;margin:7px 0 0 0;padding:0 0 0 6px;letter-spacing:-1px;color:#989898;background:url("/bns/obt/board/bullet_0621.gif") left 3px no-repeat;}
.wrap_listBtn a.eventrule {float:left;margin:0 0 0 0;padding:0 0 0 6px;letter-spacing:-1px;color:#989898;background:url("/bns/obt/board/bullet_0621.gif") left 3px no-repeat;}
#MobileNoob .wrap_listBtn a.eventrule {background-position:left 5px;}
#MobileNoob .wrap_listBtn a.principle {background-position:left 5px;}
.wrap_viewBtn {clear:both;margin:25px 0 0 0;text-align:right;}
#MobileNoob .wrap_viewBtn {margin-right:14px; margin-bottom: 20px;}
#MobileNoob .wrap_viewBtn form {display:none;}
.wrap_viewAdminBtn {clear:both;margin:0 14px 40px 0;padding-top:10px;border-top:2px solid #776b6b;text-align:right;}
.wrap_writeBtn {clear:both;margin:10px 0 0 0;text-align:right;}
#MobileNoob .wrap_writeBtn {margin:10px 14px 0;}
.wrap_writeBtn .sns {float:left;}
.wrap_writeBtn .sns input {display:none;}
.wrap_writeBtn .sns label {float:left;display:block;width:20px;height:20px;margin-right:9px;background:url("/bns/obt/board/btn_share.gif") no-repeat;text-indent:-9999em;overflow:hidden;text-align:left;}
.wrap_writeBtn .sns .facebook label {background-position:0 -30px;}
.wrap_writeBtn .sns .twitter label {background-position:-29px -30px;}
.wrap_writeBtn .sns .facebook label.on {background-position:0 0;}
.wrap_writeBtn .sns .twitter label.on {background-position:-29px 0;}

/* search */
.wrap_search {clear:both;position:relative;width:100%;padding:12px 0 11px 0;text-align:center;background:#e7e3e2;}
.wrap_search input.inputform {width:243px;height:14px;margin:0;padding:5px 7px 2px 7px;border:1px solid #d2d2d2;vertical-align:middle;
-moz-box-shadow: inset 2px 2px 0 #f5f5f5;
-webkit-box-shadow: inset 2px 2px 0 #f5f5f5;
box-shadow: inset 2px 2px 0 #f5f5f5;
}
#MobileNoob .wrap_search input.inputform {width:30%}
#MobileNoob .wrap_search {margin-bottom:50px;}
.wrap_search .lyBtn {display:inline-block;width:81px;height:16px;line-height:12px;margin-right:4px;padding:5px 6px 0;text-align:left;border:1px solid #d2d2d2;vertical-align:middle;background-position:right -36px;}
*+html .wrap_search .lyBtn {margin-right:8px;}
.wrap_search .lyOn {background-position:right -59px;}
.wrap_search .lySelect {left:0;top:22px;width:93px;}
.wrap_search input.btn_search {width:46px;height:25px;margin-left:2px;padding:0;vertical-align:middle;border:0 none;}
#MobileNoob .wrap_search input.btn_search {width:25px;height:23px;margin-left:-2px;}
.wrap_search_result {clear:both;margin:10px 0 0 0;padding:0 3px 9px 3px;line-height:auto;}
.wrap_search_result em {color:#d26919;font-style:normal;font-weight:bold;}
#MobileNoob .wrap_search_result {padding-left:15px;}

/* 서버게시판 layer */
#PcTablet .btn_serverhome {position:absolute;top:2px;left:118px;width:90px;height:28px;background:url("/bns/obt/board/btn_serverhome.gif") no-repeat;text-indent:-99999px;overflow:hidden}
#MobileNoob .btn_serverhome {
	position:absolute;top:-30px;left:100px;padding:5px 0;width:100px;text-align:center;
	display:inline-block;position:relative; border-radius:3px;
	border:1px solid #d6d1d0;
	background:#ebebeb;
	background:-moz-linear-gradient(top, #ffffff, #ede9e9);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ede9e9));
}

.wrap_serverList {position:absolute;top:-8px;left:0;width:135px;margin:0;padding:0;z-index:110;}
#MobileNoob .wrap_serverList {top:8px;left:14px; background-color: #fff;}
.wrap_serverList .lyBtn {width:110px;height:26px;padding:0;font-size:22px;line-height:25px;font-weight:bold;font-family:맑은 고딕,Malgun Gothic,돋움,dotum;letter-spacing:-3px; background:#fff url("/bns/obt/board/ic_arrow.gif") no-repeat right 10px;}
#MobileNoob .wrap_serverList .lyBtn {width:125px;font-size:17px;letter-spacing:0;padding-top:3px;}
.wrap_serverList .lyOn {background-position:right -140px;}
.wrap_serverList .lySelect {left:0px;top:30px;width:430px; border:1px solid #a29a9a;}
#MobileNoob .wrap_serverList .lySelect  {width:280px}
.wrap_serverList .lySelect p {margin:0; padding:11px 15px; color:#989898; background:#ececec;}
.wrap_serverList .lySelect p span.title {display:block;width:179px;height:15px;background:url("/bns/obt/board/tit_serverlist.gif") no-repeat;text-indent:-9999em;}
.wrap_serverList .lySelect p span.close {position:absolute; right:15px; top:12px; width:9px; height:9px; cursor:pointer; text-indent:-1000em; background:url("/bns/obt/board/bullet_0621.gif") right -362px no-repeat;}
.wrap_serverList .lySelect ul.list {margin:10px 0 10px 15px;}
.wrap_serverList .lySelect ul.list li {float:left; width:82px; margin:0 0 4px 0; padding:0; color:#444; text-align:left; overflow:hidden; cursor:pointer; background:url("/bns/obt/board/bul_dot.gif") left 10px no-repeat;}
.wrap_serverList .lySelect ul.list li:hover {color:#000; text-decoration:underline;}
.wrap_serverList .lySelect ul.list li label {display:block; padding:5px 6px 4px; white-space:nowrap; cursor:pointer;}

/* List top */
.wrap_listTop {clear:both;position:relative;min-height:36px;margin:0;padding:2px 0 0 0;}
#MobileNoob .wrap_listTop {min-height:0;}
.wrap_listTop img.btn_write {float:right;margin:0 0 8px;padding:0;}

#MobileNoob .wrap_listTop img.btn_write {width:54px; height:26px; position:absolute; right:14px;}
#mobile .wrap_listTop img.btn_write {top:-32px;}
#noob .wrap_listTop img.btn_write {top:-70px;}
#MobileNoob .wrap_listBtn img.btn_write {width:54px; height:26px;}
#MobileNoob .wrap_viewBtn img.btn_write{width:54px; height:26px; vertical-align:top;}


/*
#MobileNoob .wrap_listTop .btnWrite {position:absolute;top:-32px;right:14px;
display:block; margin:0; padding:4px 10px 5px; color:#e2dbdb; font-size:12px; line-height:16px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background-color:#403232;
background-image:-moz-linear-gradient(top, rgb(131,118,118) 0%,rgb(64,50,50) 100%);
background-image:-webkit-linear-gradient(top, rgb(131,118,118) 0%,rgb(64,50,50) 100%);
background-image:linear-gradient(top, rgb(131,118,118) 0%,rgb(64,50,50) 100%);
background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(131,118,118)), color-stop(1, rgb(64,50,50)));
-moz-box-shadow:1px 1px 1px #d9d9d9;
-webkit-box-shadow:1px 1px 1px #d9d9d9;
box-shadow:1px 1px 1px #d9d9d9;}
*/

.wrap_listTop .viewSelect {float:left;margin:8px 0 0 0;padding:0;}
.wrap_listTop .viewSelect li {float:left;position:relative;margin:0;padding:1px 10px 0 10px;line-height:12px;color:#989898;list-style:none;z-index:100;}
.wrap_listTop .viewSelect li.bbsType {padding-left:0;border-right:1px solid #dadada;letter-spacing:-1px;}
.wrap_listTop .viewSelect li.bbsType a {color:#989898;text-decoration:none;}
.wrap_listTop .viewSelect li.sortType {border-right:1px solid #dadada;letter-spacing:-1px;}
.wrap_listTop .viewSelect li.sortType a {color:#989898;text-decoration:none;}
.wrap_listTop .viewSelect li.first {padding-left:0;}
.wrap_listTop .userSelect {float:left;position:relative;margin:8px 0 0 0;padding:0;}
#MobileNoob .wrap_listTop .userSelect {margin:0 0 10px 14px;}
.wrap_listTop .userSelect li {float:left;margin:0;padding:1px 10px 0 10px;border-left:1px solid #dadada;line-height:auto;letter-spacing:-1px;list-style:none;cursor:pointer;}
.wrap_listTop .userSelect li.first {padding-left:0;border:0;}
.wrap_listTop .userSelect li.closed {padding-left:0;border:0;font-weight:bold;color:#989898;}
.wrap_listTop .userSelect li a {display:block;text-decoration:none;}
.wrap_listTop .userSelect li em {color:#457285;font-style:normal;letter-spacing:0;}
.wrap_listTop .userSelect li.on a {padding-left:10px;color:#444;font-weight:bold;background:url("/bns/obt/board/bullet_0621.gif") 1px -256px no-repeat;}
#MobileNoob .wrap_listTop .userSelect li a {background:none;text-align:center;line-height:140%;}
#MobileNoob .wrap_listTop .userSelect li.on a {padding-left:0;color:#d26919;}

/* 서버게시판 뷰 선택 레이어 */
.wrap_listTop .viewSelect li .lyBtn {padding-right:15px;background-position:right -11px;}
.wrap_listTop .viewSelect li .lyOn {background-position:right -22px;}
.wrap_listTop .viewSelect li .lySelect {left:1px;top:16px;width:93px;}

/* 직업게시판 탭
.wrap_listTop .tab_class {clear:both;margin:-2px 0 15px 0;padding:0;overflow:hidden;background:url("/bns/obt/board/bg_tabclass.gif") no-repeat;}
#MobileNoob .wrap_listTop .tab_class {margin-bottom:1px;padding:13px 0 13px 5px;border-top:1px solid #8E8484; background:url("/bns/obt/board/bg_tabclass_m.gif") repeat-x left bottom;}
.wrap_listTop .tab_class a {display:inline-block;width:94px;height:25px;margin-right:-3px;padding-top:15px;font-weight:bold;text-align:center;text-decoration:none;}
#MobileNoob .wrap_listTop .tab_class a {width:auto;height:16px;padding:0 7px;border-right:1px solid #DED9D9;font-weight:normal;}
#MobileNoob .wrap_listTop .tab_class a:last-child {border-right:0;}
.wrap_listTop .tab_class a span {display:block;padding-left:28px;}
#MobileNoob .wrap_listTop .tab_class a span {display:inline;padding:0;}
.wrap_listTop .tab_class .on {width:96px;margin:0 -4px 0 -1px;background:url("/bns/obt/board/bg_tabclass.gif") no-repeat;}
#MobileNoob .wrap_listTop .tab_class .on {background:none;font-weight:bold; font-weight:normal;color:#d26919;}
.wrap_listTop .tab_class .m1.on {width:95px;margin-left:0;background-position:0 -41px;}
.wrap_listTop .tab_class .m2.on {background-position:-94px -41px;}
.wrap_listTop .tab_class .m3.on {background-position:-189px -41px;}
.wrap_listTop .tab_class .m4.on {background-position:-284px -41px;}
.wrap_listTop .tab_class .m5.on {background-position:-379px -41px;}
.wrap_listTop .tab_class .m6.on {background-position:-474px -41px;}
*/

/* 직업게시판 탭(수련방) */
.wrap_listTop .tab_class2 {clear:both;margin:0 0 15px 0;padding:0;overflow:hidden;background:#DBD5D5 url("/bns/obt/board/training/bg_tabclass.gif") no-repeat;}
.wrap_listTop .tab_class2 a {display:inline-block;width:93px;height:25px;margin-right:-3px;padding-top:15px;font-weight:bold;text-align:center;text-decoration:none;color:#444;}
.wrap_listTop .tab_class2 a span {display:block;padding-left:28px;}
.wrap_listTop .tab_class2 .on {width:95px;margin:0 -4px 0 -1px;background:url("/bns/obt/board/training/bg_tabclass.gif") no-repeat;color:#FFF;}
.wrap_listTop .tab_class2 .m1.on {width:94px;margin-left:0;background-position:0 -41px;}
.wrap_listTop .tab_class2 .m2.on {background-position:-93px -41px;}
.wrap_listTop .tab_class2 .m3.on {background-position:-187px -41px;}
.wrap_listTop .tab_class2 .m4.on {background-position:-281px -41px;}
.wrap_listTop .tab_class2 .m5.on {background-position:-375px -41px;}
.wrap_listTop .tab_class2 .m6.on {background-position:-469px -41px;}

/* 직업게시판 파워북 추가*/
.wrap_listTop .tab_class3 {clear:both;margin:-2px 0 20px 0;padding:0;overflow:hidden;background:url("/bns/obt/board/bg_tabclass.gif") no-repeat;}
.wrap_listTop .tab_class3 a {display:inline-block; width:100%; height:25px;margin-right:-3px;padding:15px 0 0 26px;text-align:center;font-weight:bold;text-decoration:none;}
.wrap_listTop .tab_class3 .m1 {width:68px;}
.wrap_listTop .tab_class3 .m2 {width:69px;}
.wrap_listTop .tab_class3 .m3 {width:68px;}
.wrap_listTop .tab_class3 .m4 {width:68px;}
.wrap_listTop .tab_class3 .m5 {width:72px;}
.wrap_listTop .tab_class3 .m6 {width:66px;}
.wrap_listTop .tab_class3 .m7 {width:69px;}
.wrap_listTop .tab_class3 .on {margin:0 -4px 0 -1px; background:url("/bns/obt/board/bg_tabclass.gif") no-repeat;}
.wrap_listTop .tab_class3 .m1.on {width:69px; margin-left:0; background-position:0 -41px;}
.wrap_listTop .tab_class3 .m2.on {width:71px; background-position:-94px -41px;}
.wrap_listTop .tab_class3 .m3.on {width:70px; background-position:-190px -41px;}
.wrap_listTop .tab_class3 .m4.on {width:70px; background-position:-285px -41px;}
.wrap_listTop .tab_class3 .m5.on {width:74px;background-position:-380px -41px;}
.wrap_listTop .tab_class3 .m6.on {width:68px;background-position:-479px -41px;}
.wrap_listTop .tab_class3 .m7.on {width:71px; background-position:-572px -41px;}
.wrap_listTop ul.item_class {display:none;}

/* 20141208 변경
#MobileNoob .wrap_listTop .tab_class3 {height:37px;margin-bottom:1px;border-top:1px solid #8e8484;background:url("/bns/obt/board/bg_tabclass_m.gif") repeat-x left bottom;}
#MobileNoob .wrap_listTop .tab_class3 a {width:13.6%; height:26px;padding:5px 0 0;line-height:26px;color:#8c8282;background:url("/bns/obt/board/bg_tabclass_m3.gif") no-repeat 0 11px;font-weight:normal;white-space:nowrap;letter-spacing:-.1em;
-webkit-background-size:2px 15px; background-size:2px 15px;}
#MobileNoob .wrap_listTop .tab_class3 a:first-child,
#MobileNoob .wrap_listTop .tab_class3 a.on:first-child {background-image:none;}
#MobileNoob .wrap_listTop .tab_class3 a.on {position:static;margin:0;/*background:url("/bns/obt/board/bg_tabclass_m3.gif") no-repeat 0 50%; color:#444;font-weight:bold;}
*/

#MobileNoob .wrap_listTop .tab_class3 {position:relative; width: 100%; margin:0 0 1px; border:0; border-top:1px solid #8e8484; font-size:14px; background:#fff;}
/*20151210 기권사 추가*/
/*#MobileNoob .wrap_listTop .tab_class3 a {float:left;width:24.6%; height:36px; margin:0; padding:0; line-height: 34px; border-top:1px solid #fff; border-left:1px solid #fff; color:#b3b3b3; text-align:center; overflow:hidden; cursor:pointer; background:#f8f9fc;}*/
#MobileNoob .wrap_listTop .tab_class3 a {float:left; width:calc((100% - 5px) / 4); height:36px; margin:0; padding:0; line-height: 34px; border-top:1px solid #fff; border-left:1px solid #fff; color:#b3b3b3; text-align:center; overflow:hidden; cursor:pointer; background:#f8f9fc;}
#MobileNoob .wrap_listTop .tab_class3 a:hover {background:#f0f3f9; color:#5a749a;}
#MobileNoob .wrap_listTop .tab_class3 a.on {background:#f0f3f9; color:#5a749a; font-weight:bold;}
/*#MobileNoob .wrap_listTop .tab_class3 a:nth-child(4),
#MobileNoob .wrap_listTop .tab_class3 a:nth-child(8) { width:25.1%; }*/


/* 공지게시판 탭
.wrap_listTop a.testserver {position:absolute; right:0; top:14px; margin:0; padding:0 0 0 6px; letter-spacing:-1px;color:#837c7b;background:url("/bns/obt/board/bullet_0621.gif") left 3px no-repeat;}
.wrap_listTop .tab_news {clear:both;margin:-2px 0 0 0;padding:0;overflow:hidden;background:url("/bns/obt/board/bg_tabNews.gif") no-repeat;}
.wrap_listTop .tab_news a {display:inline-block; width:100%; height:25px;margin-right:-3px;padding:15px 0 0 0;text-align:center;font-weight:bold;text-decoration:none;}
.wrap_listTop .tab_news .m1 {width:94px;}
.wrap_listTop .tab_news .m2 {width:95px;}
.wrap_listTop .tab_news .m3 {width:94px;}
.wrap_listTop .tab_news .m4 {width:94px;}
.wrap_listTop .tab_news .on {margin:0 -4px 0 -1px; background:url("/bns/obt/board/bg_tabNews.gif") no-repeat;}
.wrap_listTop .tab_news .m1.on {width:95px; margin-left:0; background-position:0 -41px;}
.wrap_listTop .tab_news .m2.on {width:97px; background-position:-94px -41px;}
.wrap_listTop .tab_news .m3.on {width:96px; background-position:-190px -41px;}
.wrap_listTop .tab_news .m4.on {width:96px; background-position:-285px -41px;}
#MobileNoob .wrap_listTop .tab_news {height:37px;margin-left:-1px; margin-bottom:1px;border-top:1px solid #8e8484;background:url("/bns/obt/board/bg_tabclass_m.gif") repeat-x left bottom;}
#MobileNoob .wrap_listTop .tab_news a {width:24%; height:26px;padding:11px 0 0;color:#8c8282;background:url("/bns/obt/board/bg_tabclass_m2.gif") no-repeat 0 50%;font-weight:normal;white-space:nowrap;letter-spacing:-.1em;}
#MobileNoob .wrap_listTop .tab_news a.on {position:static;margin:0;background:url("/bns/obt/board/bg_tabclass_m2.gif") no-repeat 0 50%;color:#444;font-weight:bold;}
#MobileNoob .wrap_listTop a.testserver {font-size:12px; margin-right:5px; background-position:left 5px;}
*/

/* 업데이트게시판 탭 */
.wrap_listTop .tab_update {clear:both;margin:-2px 0 0 0;padding:0;overflow:hidden;background:#fff url("/bns/obt/board/bg_tabUpdate.gif") no-repeat;}
.wrap_listTop .tab_update a {display:inline-block; width:100%; height:25px;margin-right:-3px;padding:15px 0 0 0;text-align:center;font-weight:bold;text-decoration:none;}
.wrap_listTop .tab_update .m1 {width:94px;}
.wrap_listTop .tab_update .m2 {width:93px;}
.wrap_listTop .tab_update .m3 {width:94px;}
.wrap_listTop .tab_update .on {margin:0 -4px 0 -1px; background:url("/bns/obt/board/bg_tabUpdate.gif") no-repeat;}
.wrap_listTop .tab_update .m1.on {width:95px; margin-left:0; background-position:0 -41px;}
.wrap_listTop .tab_update .m2.on {width:95px; background-position:-94px -41px;}
.wrap_listTop .tab_update .m3.on {width:95px; background-position:-188px -41px;}
#MobileNoob .wrap_listTop .tab_update {height:37px;margin-left:-1px; margin-bottom:1px;border-top:1px solid #8e8484;background:url("/bns/obt/board/bg_tabclass_m.gif") repeat-x left bottom;}
#MobileNoob .wrap_listTop .tab_update a {/*width:13.6%;*/width:24%; height:26px;padding:11px 0 0;color:#8c8282;background:url("/bns/obt/board/bg_tabclass_m2.gif") no-repeat 0 50%;font-weight:normal;white-space:nowrap;letter-spacing:-.1em;}
#MobileNoob .wrap_listTop .tab_update a.on {position:static;margin:0;background:url("/bns/obt/board/bg_tabclass_m2.gif") no-repeat 0 50%;color:#444;font-weight:bold;}


/* List type1 : server, class */
.bbs_type1 {clear:both;width:100%; border-bottom:2px solid #8e8485;text-align:center;overflow:hidden;}
#MobileNoob .bbs_type1 {border-top:2px solid #8e8485;}
#MobileNoob .wrap_listTop {margin-bottom:-3px;}
/*
#MobileNoob .bbs_type1 {border-top:1px solid #eaeaea;}
#MobileNoob .bbs_server {border-top:2px solid #8e8485;}
*/

#MobileNoob .bbs_type1 thead {display:none;}
.bbs_type1 th {text-align:center;height:32px;text-indent:-1000em;background:#8e8483 url("/bns/obt/board/th_text_1031.gif") no-repeat;color:#e5e0e0;}
#MobileNoob .bbs_type1 th {text-indent:0;background:#8e8483;}
.bbs_type1 th.num {background-position:center 10px;}
.bbs_type1 th.subject {background-position:center -14px;}
.bbs_type1 th.writer {background-position:26px -38px;}
.bbs_type1 th.date {background-position:center -62px;}
.bbs_type1 th.hit {background-position:center -86px;}
.bbs_type1 th.scrap {background-position:center -110px;}
.bbs_type1 th.bbs {background-position:center -134px;}
.bbs_type1 th.recom {background-position:center -158px;}
.bbs_type1 th.del {background-position:center -182px;}
.bbs_type1 th.like {background-position:center -351px;}
.bbs_type1 tr.notice td {background:#f3f1f0;}
.bbs_type1 tr.notice td strong.title {color:#444;}
.bbs_type1 tr.notice td strong.title a {margin-left:5px;font-weight:normal;}
.bbs_type1 tr.notice2 td {background:#f3f1f0;} /* 이미지 있는 게시판 공지 */
.bbs_type1 tr.notice2 td strong.title {margin-left:59px;color:#444;}
#MobileNoob .bbs_type1 tr.notice td strong.title {margin-left:0;}
#MobileNoob .bbs_type1 tr.notice2 td strong.title {margin-left:0;}
.bbs_type1 tr.notice2 td strong.title a {margin-left:5px;font-weight:normal;}
.bbs_type1 td {padding:8px 0 5px 0;border-bottom:1px solid #eaeaea;color:#989898;}
.bbs_type1 tr:last-child td {border-bottom:0;}
.bbs_type1 td.subject {padding-left:10px; text-align:left;line-height:1.4;}
.bbs_type1 td.subject strike {color:#d8d8d8;}
.bbs_type1 td.subject .wrap_thumb {/*display:table;*/ min-height:51px; padding:0 5px 0 0;}
.bbs_type1 td.subject .wrap_thumb a.thumb {display:block;width:55px;height:48px;background:url("/bns/obt/board/bg_profile.gif") no-repeat;}
.bbs_type1 td.subject .wrap_thumb a.thumb img {margin:2px;width:44px;height:44px;vertical-align:middle;}
.bbs_type1 td.subject .wrap_thumb .articleInfo {position:relative;margin:-44px 0 0 59px;padding:0;overflow:hidden;}

#MobileNoob .bbs_type1 td.subject .wrap_thumb .articleInfo {margin:0;}
#MobileNoob .bbs_type1 td.subject .wrap_thumb .articleInfo a {display:block;}
#MobileNoob .bbs_type1 td.subject .wrap_thumb a.thumbAdmin {display:block;width:55px;height:48px;background:url("/bns/obt/board/bg_profile.gif") no-repeat; cursor:default;}
#MobileNoob .bbs_type1 td.subject .wrap_thumb a.thumbAdmin img {margin:2px;width:44px;height:44px;vertical-align:middle;}



.bbs_type1 td.subject .wrap_thumb .wrap_title {display:table-cell;vertical-align:middle;width:100%; height:51px;}
*+html .bbs_type1 td.subject img {vertical-align:middle;}
.bbs_type1 td.subject img.new{margin-right:4px;}
.bbs_type1 td.subject img.file{margin-top:1px; margin-right:3px;}
.bbs_type1 td.subject img.main {margin:-4px 0 1px 0;vertical-align:middle;}
*+html .bbs_type1 td.subject img.main {margin:-3px 0 1px 0;vertical-align:middle;}
.bbs_type1 td.subject strong.title {margin:0;padding:0;font-size:13px;}

#MobileNoob .bbs_type1 td {padding:7px 0 8px 10px; line-height:20px;}
#MobileNoob .bbs_type1 td.subject strong.title {font-size:14px; font-weight:normal; width:80%; vertical-align:middle;}
#MobileNoob .bbs_type1 td.subject .title em {color:#d26919; font-weight:bold; font-style:normal; margin-top:-4px; vertical-align:middle;}
#MobileNoob .bbs_type1 td.subject img {vertical-align:middle;}
#MobileNoob .bbs_type1 td.subject img.main {margin-top:4px;}
#MobileNoob .bbs_type1 td.subject img.file {margin:-4px 3px 0;}
#MobileNoob .bbs_type1 td.subject img.new {margin-top:0}

.bbs_type1 td.subject strong.title em.cmt {display:inline-block;color:#457285;font-size:11px;font-family:Tahoma;font-style:normal;vertical-align:top;}
.bbs_type1 td.subject strong.title a em {color:#d26919;font-weight:bold;font-style:normal;}
.bbs_type1 td.subject strong.title a:visited {color:#989898;}
*+html .bbs_type1 td.subject strong.title em {margin-top:-2px;}
/*
#MobileNoob .bbs_type1 td.subject strong.title {font-size:14px;font-weight:normal;width:80%;height:14px;}
#MobileNoob .bbs_type1 td.subject .title em {color:#d26919;font-weight:bold;font-style:normal;}
*/
.bbs_type1 td.subject span.writer {display:block;margin-top:2px;color:#457285;} /* 게임명 들어가면 color값 빠져야함 */
.bbs_type1 td.subject span.writer a.nick {color:#457285;}
.bbs_type1 td.subject span.writer a.game {color:#989898;}
.bbs_type1 td.subject .upImg {float:right;height:46px;margin:1px 0 -1px 5px; overflow:hidden;}
.bbs_type1 td.subject .upImg img {width:86px;}
#MobileNoob .bbs_type1 td.subject .upImg img {width:46px;height:35px;}
.bbs_type1 td.writer {width:100%;padding-left:5px;color:#457285;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.bbs_type1 td.writer a {color:#457285;text-decoration:none;}
.bbs_type1 td.del span {display:block;width:9px;height:9px;margin:0 auto;cursor:pointer;text-indent:-1000em;background:url("/bns/obt/board/bullet_0621.gif") no-repeat right -362px;}
strong.title img.mobile {vertical-align:middle;margin:0 4px 4px 0;}

#MobileNoob .bbs_type1 td.subject span.writer {font-size:13px;}
#MobileNoob .bbs_type1 td.writer {font-size:13px;}
#MobileNoob .bbs_type1 td.date {color:#999;font-size:11px;font-family:Tahoma;}

.bbs_type1 tr.current a strong.title,
.bbs_type1 tr.current a:visited strong.title,
.bbs_type1 tr.current strong.title a,
.bbs_type1 tr.current strong.title a:visited {color:#d26918 !important;}

/* error */
.error_article {margin:0;padding:138px 0 74px 0 !important;text-align:center;background:url("/bns/obt/board/error_article.gif") no-repeat 50% 47px;border:0;}
.error_article span {font-size:13px;color:#444;font-weight:bold;}

/* List : event */
.wrap_event {clear:both;margin-bottom:20px;}
.wrap_event ul {margin:0;padding:0;list-style:none;overflow:hidden;margin-left:-1px}
.wrap_event li {position:relative;float:left;width:33%;height:auto;margin:0 0 1px 1px;padding:0;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;cursor:pointer;}
.wrap_event li img {border:0;}
.wrap_event li.none_event {clear:both;width:100%;text-align:center;margin:0;padding:182px 0 64px;font-size:13px;text-align:center;color:#444;font-weight:bold;background:#F5F5F5 url("/bns/obt/board/none_event.jpg") no-repeat 50% 47px;border:0;}
.wrap_event li a {text-decoration:none;}
.wrap_event li .thumb {margin:0;padding:0;width:100%;height:100%;}
.wrap_event li .thumb img {width:100%;vertical-align:top;}
#pc .wrap_event li .thumb img {width:266px;height:222px;}
.wrap_event li span.date {position:absolute;left:0;bottom:0;width:100%;line-height:24px;padding-top:2px;font-weight:bold;color:#d6d6d6;overflow:hidden;text-align:center;
background-color:#666363;filter:alpha(opacity=90);background:rgba(102,99,99, 0.8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#MobileNoob .wrap_event ul {margin:0 14px;}
#MobileNoob .wrap_event li {width:49%;}
#MobileNoob .wrap_event li span.date {font-size:12px;padding-left:10px}
#MobileNoob .wrap_event li.none_event {width:100%;height:242px;}
#MobileNoob .wrap_event li .thumb img {width:100%;height:auto;}

/* View type1 : server, class */
.view_type1 {clear:both;width:100%;margin:0;padding:0;border-collapse:separate;border-top:2px solid #8e8485;}
.view_type1 .subject {padding:12px 0 10px 18px;font-size:15px;font-weight:bold;letter-spacing:-1px;line-height:1.5;}
#MobileNoob .view_type1 .subject {padding-left:14px;padding-top:6px;}
.view_type1 .subject img.main {margin:-4px 5px 0 1px;vertical-align:middle;}
*+html .view_type1 .subject img.main {margin-top:-2px;}
.view_type1 .writer {padding-left:19px;}
.view_type1 .writer a.nick {margin-right:-4px;color:#457285;font-weight:bold;}
.view_type1 .writer a.game {color:#989898;}
.view_type1 .writer .char {color:#999;}
.view_type1 .viewInfo {padding:8px 18px 15px 19px;border-bottom:1px solid #d7d3d3;text-align:right;overflow:hidden;}
#MobileNoob .view_type1 .viewInfo  {padding-left:14px;padding-bottom:8px;}
.view_type1 .viewInfo .date {float:left;margin-top:-3px;font-size:11px;font-family:"돋움",dotum,"굴림",Gulim,Helvetica,Sans-serif;color:#989898;}
#MobileNoob .view_type1 .viewInfo .date {font-size:12px;}
.view_type1 .viewInfo .num {color:#666;}
.view_type1 .viewInfo span.bar {padding:0 4px;color:#e4e1e1;}
.view_type1 .viewInfo .declare {padding-left:15px;cursor:pointer; background:url("/bns/obt/board/bg_comment_icon_v2.png") -136px top no-repeat;}
#MobileNoob .view_type1 .viewInfo .declare {float:right; text-indent:-1000em; text-align:left; margin:0 0 -5px;}

#MobileNoob .view_type1 .viewInfo .comment {float:left;margin-top:-2px;margin-right:4px;padding-right:4px;font-size:12px;line-height:12px;font-family:"돋움",dotum,"굴림",Gulim,Helvetica,Sans-serif;color:#989898;border-right:1px solid #e4e1e1;}
#MobileNoob .view_type1 .viewInfo .comment a {color:#989898;}
#MobileNoob .view_type1 .viewInfo .comment strong {color:#457285;}
#MobileNoob .view_type1 .writer {padding-left:13px; font-weight:bold;color:#989898;line-height:12px;}

#MobileNoob .view_type1 .viewInfo2 .comment {float:left;margin-top:2px;margin-right:4px;padding-right:4px;font-size:12px;line-height:12px;font-family:"돋움",dotum,"굴림",Gulim,Helvetica,Sans-serif;color:#989898;border-right:1px solid #e4e1e1;}
#MobileNoob .view_type1 .viewInfo2 .comment a {color:#989898;}
#MobileNoob .view_type1 .viewInfo2 .comment strong {color:#457285;}
#MobileNoob .view_type1 .viewInfo2 .writer {float:left; padding-left:0;font-weight:bold;color:#989898;line-height:12px;}

.view_type1 .viewInfo2 {padding:1px 20px 15px 18px;border-bottom:1px solid #e4e4e4;text-align:right;overflow:hidden;}
#MobileNoob .view_type1 .viewInfo2 {padding-left:13px;}
.view_type1 .viewInfo2 .writer {float:left;padding-left:0;font-weight:bold;color:#989898;}
.view_type1 .viewInfo2 .date {margin-top:-3px;font-size:11px;font-family:dotum,돋움;color:#989898;}
#MobileNoob .view_type1 .viewInfo2 .date {font-size:14px;font-family:"돋움",dotum,"굴림",Gulim,Helvetica,Sans-serif;}
.view_type1 .viewInfo2 .num {color:#666;}
.view_type1 .viewInfo2 span.bar {padding:0 4px;color:#e4e1e1;}
.view_type1 .viewArticle {clear:both;position:relative;margin:40px 50px 20px 50px;line-height:1.4;overflow:hidden;_zoom:1;word-wrap:break-word; word-break:break-all;}
.view_type1 .viewArticle .adminArticle {line-height:1.8}
#MobileNoob .view_type1 .viewArticle {margin:20px 14px 20px 14px;overflow:hidden;}


/* 공유하기 */
.wrap_sharebtn {
  margin: 40px auto;
  padding: 0;
  text-align: center;
}

/*샌드박스 좋아요*/
.wrap_sharebtn .sbLike {
  display: inline-block;
  vertical-align: middle;
}

#MobileNoob .wrap_sharebtn .wrap_btLike_NP {
  display:inline-block;
  position:relative;
  top: 0;
  right: 6px;
  padding: 1px;
  border-radius:16px;-webkit-border-radius:16px;
  box-shadow:0 1px 1px #e8e8e8;-moz-box-shadow:0 1px 1px #e8e8e8;-webkit-box-shadow:0 1px 1px #e8e8e8;
  background:#b3b3b3;
  background:-moz-linear-gradient(top, #ebebeb, #b3b3b3);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#b3b3b3));
}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP .count_NP {display:inline-block;height:23px;margin:0;padding:7px 11px 0 9px;
  border-radius:17px;-webkit-border-radius:17px;
  background:#f4f4f4;
  background:-moz-linear-gradient(top, #FFF, #f4f4f4);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#f4f4f4));
}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP.liked_NP {display:inline-block;position:relative;padding:1px;
  box-shadow:none;
  background:#ebebeb;
  background:-moz-linear-gradient(top, #c4c4c4, #ebebeb);
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4c4c4), color-stop(100%,#ebebeb));
}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP.liked_NP .count_NP {
  box-shadow:inset 0 1px 2px #dadada;-moz-box-shadow:inset 0 1px 2px #dadada;-webkit-box-shadow:inset 0 1px 2px #dadada;
}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP .count_NP span {display:inline-block;padding-left:52px;color:#a47953;font:bold 12px/16px tahoma;letter-spacing:-1px;
  background:url('/sandbox/external/m_btlike.gif') no-repeat 0 2px;}
@media screen and (-webkit-min-device-pixel-ratio:1.5){
  #MobileNoob .wrap_sharebtn .wrap_btLike_NP .count_NP span {background:url('/sandbox/external/m_btlike@2.gif') no-repeat 0 2px;-webkit-background-size:48px auto;}
}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP button {display:none;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;}
#MobileNoob .wrap_sharebtn .wrap_btLike_NP .doLike_NP,
#MobileNoob .wrap_sharebtn .wrap_btLike_NP.liked_NP .doUnLike_NP {display:block;}





/*
.wrap_sharebtn {clear:both;padding:50px 0 56px 0;}
#MobileNoob .wrap_sharebtn {clear:both;padding:50px 0 0 0;}

.wrap_sharebtn .sbLike {padding:0 10px 38px 10px;}
#MobileNoob .wrap_sharebtn .sbLike {float:left; padding:0 10px 10px 10px;}

#MobileNoob .wrap_scriptNShare {float:right;vertical-align:middle;}
.wrap_sharebtn .btnScrap {float:left;display:block;width:22px;height:22px;margin:0 7px 0 0;padding-left:60px;line-height:25px;font-family:dotum,돋움;color:#ef8024;font-weight:bold;background:url("/bns/obt/board/bullet_0110.gif") no-repeat 0 -362px;}
.wrap_sharebtn a.btnScrap:hover {background-position:0 -533px;color:#ffecac;text-decoration:none;}
.wrap_sharebtn span.btnScrap {background:url("/bns/obt/board/bullet_0110.gif") no-repeat 0 -448px;color:#999;}
#MobileNoob .wrap_sharebtn .btnScrap {float:right;display:block;width:23px;height:29px;margin:0 7px 0 0;padding-left:57px;line-height:30px;font-size:12px;color:#ef8024;font-weight:bold;background:url("/bns/obt/board/bullet_0110.gif") no-repeat 0 -408px;}
#MobileNoob .wrap_sharebtn a.btnScrap:hover {background-position:0 -579px;color:#ffecac;}
#MobileNoob .wrap_sharebtn span.btnScrap {background:url("/bns/obt/board/bullet_0110.gif") no-repeat 0 -494px;}
.view_type1 .article_btn span.btnScrap, .view_type1 .article_btn span.btnScrap:hover {background-position:0 -448px;}
#MobileNoob .view_type1 .article_btn .btnScrap {float:left;margin:0 0 14px 14px;width:36px;height:23px;background-position:0 -408px;line-height:16px;font-size:12px;}
#MobileNoob .view_type1 .article_btn .btnScrap:hover {background-position:0 -579px;}
#MobileNoob .view_type1 .article_btn span.btnScrap, #MobileNoob .view_type1 .article_btn span.btnScrap:hover {background-position:0 -494px;}
*/

.wrap_eventBody .view_type1 .viewArticle  {padding:20px 0 20px 0;line-height:1.4;}
.view_type1 .viewArticle2 {clear:both;position:relative;margin:40px 0 20px 0;line-height:1.4;overflow:hidden;_zoom:1;overflow:hidden;}
#MobileNoob .view_type1 .viewArticle2 {margin:20px;}

/* 게시판 이미지 이벤트*/
#wrap_eventBody {clear:both;width:100%;margin:0;padding:0;border-collapse:separate;border-top:2px solid #8e8485;}
#wrap_eventBody .event_view {border-bottom:2px solid #8e8485;overflow:hidden;}
#wrap_eventBody .event_view .subject {padding:12px 0 10px 18px;font-size:15px;font-weight:bold;letter-spacing:-1px;line-height:1.5;border-bottom:1px solid #e4e4e4;}
#wrap_eventBody .event_view .article {clear:both;position:relative;margin:40px 50px 20px 50px;text-align:center;line-height:1.4;overflow:hidden;_zoom:1;word-wrap:break-word; word-break:break-all;}
.nodata {clear:both;margin:40px 50px 20px 50px;text-align:center;}

/* Write */
.wrap_write {position:relative; z-index:1000; clear:both;padding:0;border-top:2px solid #776b6b;overflow:hidden;}
#MobileNoob .wrap_write {margin:0 14px;}
.wrap_write textarea {width:100%;height:200px;border:1px solid #D2D2D2;resize:none;padding:5px 40px 5px 5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-shadow:inset 2px 2px 0 rgba(247,247,247, 1);}
.wrap_write .write_form {padding:13px 0;}
.wrap_write .write_form .wrapNotice {padding:0 10px 0 9%;color:#a4a4a4;font-size:11px;letter-spacing:-1px;}
#MobileNoob .wrap_write .write_form .wrapNotice  {padding-left:50px;}
#pc .wrap_write .write_form {background:#FAFAFA url("/bns/obt/board/bg_writetop.gif") repeat-x;}
.wrap_write .write_form .subject_form {clear:both;overflow:auto;padding-bottom:10px;margin-right:14px;}
.wrap_write .write_form .subject_form select {vertical-align:middle;margin-top:4px;}
#MobileNoob .wrap_write .write_form .subject_form {padding-bottom:0;margin-right:0;}
.wrap_write .write_form .subject_form label {float:left;display:block;width:8%;text-align:center;padding:6px 0 0 10px;color:#444;}
#pc .wrap_write .write_form .subject_form label {font-weight:bold;}
.wrap_write .write_form .subject_form .input_title{width:85%;padding:5px;border:1px solid #D2D2D2;resize:none;border-radius:2px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#MobileNoob .wrap_write .write_form .subject_form label{width:40px;font-weight:normal;text-align:left}
#MobileNoob .wrap_write .write_form .subject_form .input_title {width:70%;box-shadow:inset 2px 2px 0 rgba(247,247,247, 1);}

/* 하단 이전글, 다음글, 더보기 */
.wrap_moreData {position:relative;margin:0 0 5px 0;border-top:1px solid #dcdcdc;}
.wrap_moreData span.moreData {display:block;width:45px;margin:0 auto;padding:5px;cursor:pointer;color:#989898;letter-spacing:-1px;line-height:1.2;background:url("/bns/obt/board/bullet_0621.gif") no-repeat 44px -234px;}
#MobileNoob .wrap_moreData span.moreData {margin-top:2px;background:none;}
.wrap_viewPager {position:relative;}
.wrap_viewPager p {margin:0;padding:8px 0 7px 24px;color:#989898;background:url("/bns/obt/board/bullet_0621.gif") no-repeat;line-height:1.2;}
#MobileNoob .wrap_viewPager p {background:none;padding-left:14px}
.wrap_viewPager p a {margin-left:12px;}
#MobileNoob .wrap_viewPager p a {display:inline-block;width:50%;height:14px;overflow:hidden;text-overflow:elipsis;-o-text-overflow:elipsis;}
.wrap_viewPager p span.date {position:absolute;right:13px;}
#MobileNoob .wrap_viewPager p span.date {display:none;}
.wrap_viewPager p.prev {border-bottom:1px solid #e2e2e2;background-position: -132px -160px;}
.wrap_viewPager p.next {background-position: -132px -180px;}
.wrap_viewPager p a em {font-weight:bold;font-style:normal;color:#D26919;}

/* 댓글/소팅 */
.comment_info {clear:both;position:relative;height:28px;padding:0;border-bottom:1px solid #dcdcdc;}
*+html .comment_info {z-index:100;}

.comment_info .commentList {margin-left:14px;padding:0 18px 0 0;letter-spacing:-1px;}
.comment_info .commentList em {display:inline-block;margin-top:-1px;color:#457285;letter-spacing:0;font-style:normal;font-weight:bold;}
.comment_info .doWrite {
  position: absolute; bottom: 4px; right: 15px;
  padding: 3px 5px 5px;
  font-size: 12px;
  color: #7d7d7d;
  text-align: center;
  border: 1px solid #cacaca;
  background:-webkit-linear-gradient(#ffffff 0%, #f3f3f3);
  background:-o-linear-gradient(#ffffff 0%, #f3f3f3);
  background:linear-gradient(#ffffff 0%, #f3f3f3);
  border-radius: 4px;
  box-shadow: 1px 1px 1px #dbdbdb;
}


/* comment */
.wrap_comment {clear:both;margin:20px 0;padding:0;}
#MobileNoob .wrap_comment {margin-top:5px;}
.wrap_comment button {cursor:pointer;}
.wrap_comment .comment_thread {clear:both; /*position:relative;*/ z-index:1;}
.wrap_comment .comment_thread .delete_article {clear:both; margin:0; padding:30px 0 0 0;overflow:hidden;min-height:40px;text-align:center;background:url("/bns/obt/board/bg_comment.gif") left top repeat-x;}
.wrap_comment .comment_thread .comment_article {clear:both; position:relative !important; margin:0; padding:10px 0 8px 10px;min-height:35px;background:url("/bns/obt/board/bg_comment.gif") left top repeat-x;} /* overflow:hidden; */
.wrap_comment .comment_thread .none_article {clear:both; margin:0; padding:30px 0 0 0;overflow:hidden;min-height:40px;text-align:center;}
#MobileNoob .wrap_comment .comment_thread .comment_article {min-height:35px;}
.wrap_comment .first .comment_article {background-image:none !important;}
.wrap_comment .comment_article .character {margin:0;padding:0;width:32px;height:32px;}
.wrap_comment .comment_article .character img {width:32px;height:32px;vertical-align:middle;}
.wrap_comment .comment_article .article {position:relative;margin:-32px 0 0 40px;}

.wrap_comment .bar {color:#e6e6e6;}
.wrap_comment .content {clear:both;margin:0;padding:0 10px 2px 0;line-height:1.4;word-wrap:break-word; word-break:break-all;}
.wrap_comment .content .writer {margin:0 6px 0 0;}
.wrap_comment .content .writer a.nick {margin-right:-4px;color:#457285;font-weight:bold;}
.wrap_comment .content .writer a.game {color:#989898;}
.wrap_comment .content .reNick {color:#457285;}
.wrap_comment .content .delete {display:inline-block;padding:0 0 0 8px;font-size:11px;color:#b3b3b3;cursor:pointer;}
.wrap_comment .content .delete a {color:#b3b3b3;}
#MobileNoob .wrap_comment .content .delete {font-size:12px;}
.wrap_comment .article_info {clear:both;font-size:11px;line-height:1.2;color:#b3b3b3;}
#MobileNoob .wrap_comment .article_info {font-size:12px;}
.wrap_comment .article_info .declare {display:inline-block; width:10px; height:10px; margin-bottom:-1px; cursor:pointer; background:url("/bns/obt/board/bg_comment_icon_v2.png") no-repeat right top; text-indent:-1000em; overflow:hidden;}
.wrap_comment .scrollOff {overflow:hidden;}

.wrap_comment .wrap_feed {position:absolute;bottom:5px;right:9px; margin:0; padding:0; overflow:hidden;}
.wrap_comment .wrap_feed div {float:left; position:relative; margin:0 0 0 2px; padding:0; list-style:none;}
.wrap_comment .wrap_feed div button {margin:0; padding:0; border:none; background:transparent;}
.wrap_comment .wrap_feed .count {width:43px;height:19px; margin:0; padding:0; line-height:18px; font-size:11px; background:url("/bns/obt/board/bg_comment_icon_v2.png") no-repeat;}
.wrap_comment .wrap_feed .count span {display:inline-block; min-width:20px; margin-left:18px; text-align:center;color:#b69999; font-weight:bold; font-family:tahoma, Helvetica, Sans-serif; letter-spacing:-1px;}
.wrap_comment .wrap_feed .doLike,
.wrap_comment .wrap_feed .doReply {display:none;position:absolute;left:0;top:0;width:43px;height:19px;padding-top:2px;font-size:11px; text-align:center;color:#fff; overflow:hidden; background:url("/bns/obt/board/bg_comment_icon_v2.png") no-repeat;}
.wrap_comment .wrap_feed .like .count {background-position:left top;}
.wrap_comment .wrap_feed .reply .count {background-position:-46px top;}

.wrap_comment .wrap_feed .zero {}
.wrap_comment .wrap_feed .zero span {text-indent:-1000em;}
.wrap_comment .wrap_feed .like .zero {background-position:left -48px;}
.wrap_comment .wrap_feed .reply .zero {background-position:-46px -48px;}

#pc .wrap_comment .wrap_feed button:hover {font-family:dotum,돋움, Helvetica, Sans-serif; letter-spacing:-1px;}
#pc .wrap_comment .wrap_feed .like:hover .doLike {display:block; background-position:left -24px;}
#pc .wrap_comment .wrap_feed .reply:hover .doReply {display:block; background-position:-46px -24px;}


/* default */
.wrap_comment .comment_body {clear:both;margin:0 0 5px 0;padding:0;}
.wrap_comment .comment_body .reply_form {padding:10px; background:#f5f5f5;}
#MobileNoob .wrap_comment .comment_body .reply_form {background:#f5f5f5 url("/bns/obt/board/bg_comment.gif") left top repeat-x;}
.wrap_comment .comment_body .reply_form .length {display:none; margin-top:2px;font-size:10px;color:#888;text-align:right;}
.wrap_comment .comment_body .comment_thread .reply_form textarea {width:671px;}
.wrap_comment .comment_body .comment_thread .reply_form .length {width:668px;}
/* .wrap_comment .comment_body .reply_thread .reply_form textarea {margin-bottom:5px;} */
.wrap_comment .comment_body .reply_thread .reply_form .length {}


/* best */
.wrap_comment .h3_best {margin:0 0 8px 0;padding:0;font-size:12px;letter-spacing:-1px;}
#MobileNoob .wrap_comment .h3_best {margin:10px 0 0 14px;font-size:14px;}
#MobileNoob .wrap_comment .comment_best {margin-top:-5px;}

.wrap_comment .comment_best {clear:both;margin:0 0 20px 0;padding:0;border-top:1px solid #f4f3f2;border-bottom:1px solid #f4f3f2;background-color:#faf9f7;}
.wrap_comment .comment_best .reply_form .length {display:none; margin-top:2px;font-size:10px;color:#888;text-align:right;}
.wrap_comment .comment_best .reply_form button {top:0px;}
*+html .wrap_comment .comment_best .reply_form button {top:5px;}
.wrap_comment .comment_best .comment_thread .reply_form textarea {width:681px;}
.wrap_comment .comment_best .comment_thread .reply_form .length {width:678px;}
.wrap_comment .comment_best .reply_thread {display:none;}
.wrap_comment .comment_best .reply_thread_on {display:block !important;}
.wrap_comment .comment_best .reply_form textarea {margin-bottom:10px;}
#MobileNoob .wrap_comment .comment_best .reply_form textarea {margin:0 0 10px 10px;}

/* 덧글 */
.wrap_comment .reply_thread {clear:both;position:relative;margin-top:-1px;padding:0;}
.wrap_comment .reply_thread .delete_article {clear:both;padding:20px 0 0 0;overflow:hidden;min-height:31px;text-align:center;}
.wrap_comment .reply_thread .reply_article {clear:both;position:relative !important;padding:10px 0 9px 5px;background:url("/bns/obt/board/bg_comment_reply.gif") repeat-x;min-height:32px;}
.wrap_comment .reply_thread .reply_article .character {padding-left:20px;background:url("/bns/obt/board/bullet_0621.gif") -135px -207px no-repeat;width:32px;height:32px;}
.wrap_comment .reply_thread .reply_article .character img {width:32px;height:32px;vertical-align:middle;}
.wrap_comment .reply_thread .reply_article .article {position:relative;margin:-32px 0 0 60px;}

/* input box */
.wrap_comment .comment_form {clear:both;position:relative;margin:0 0 15px 0;padding:10px;background:#f5f5f5;}
.wrap_comment .comment_form textarea {width:721px;}
.wrap_comment .comment_form .length {display:none;/* display:block */ width:718px;margin-top:2px;font-size:10px;color:#888;text-align:right;}
.wrap_comment .reply_form {display:none; clear:both;position:relative; margin-left:50px;}
#MobileNoob .wrap_comment .reply_form {margin:0;}

.wrap_comment .comment_form textarea,
.wrap_comment .reply_form textarea {height:34px;margin:0;padding:5px;color:#989898;border:1px solid #e0e0e0;background:#fff;resize:none;vertical-align:middle;line-height:14px;}
.wrap_comment .readOnly {text-decoration:underline; font-weight:bold;}

.wrap_comment .reply_form_on {display:block;}
.wrap_comment .comment_form button,
.wrap_comment .reply_form button {display:block;position:absolute;top:10px;right:10px;width:48px;height:46px;margin:0;padding:0;/*border:none;*/color:#989898;border:1px solid #E0E0E0;letter-spacing:-1px;background:#F2EFEF url("/bns/obt/board/btn_submit_v2.gif") no-repeat;}


*+html .wrap_comment .comment_form button {top:11px;}
*+html .wrap_comment .comment_form textarea {margin-top:0;}
*+html .wrap_comment .reply_form button {top:15px;}
*+html .wrap_comment .reply_form textarea {margin-top:-8px;}
*+html .wrap_comment .comment_form textarea {margin-top:0;}

#tablet .wrap_comment .reply_form,
#MobileNoob .wrap_comment .reply_form,
#tablet .wrap_comment .comment_form,
#MobileNoob .wrap_comment .comment_form {padding-right:69px;}

#tablet .wrap_comment .comment_form textarea,
#MobileNoob .wrap_comment .comment_form textarea,
#tablet .wrap_comment .reply_form textarea,
#MobileNoob .wrap_comment .reply_form textarea {width:100%;font-size:12px;}

/* layer */
.notice_comment {display:none; position:absolute; width:150px; height:29px; z-index:100; text-indent:-1000em;}
.notice_like {right:52px; bottom:-18px; background:url("/bns/obt/board/bg_comment_icon_v2.png") no-repeat right -73px;} /* 좋아요 되었습니다. */
.notice_likeRe {right:52px; bottom:-18px; background:url("/bns/obt/board/bg_comment_icon_v2.png") no-repeat right -106px;} /* 이미 좋아요 하셨습니다. */

/* 신고 layer */
#reportformLayer {display:block; left:0; width:100%; z-index:10010;} /* tablet aside zindex 9999 */
#reportformLayer .cnt {width:452px; margin:0 auto;
-moz-box-shadow:2px 2px 15px #444;
-webkit-box-shadow:2px 2px 15px #444;
box-shadow:2px 2px 15px #444;
-moz-border-bottom-left-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
#MobileNoob #reportformLayer .cnt {position:relative; margin:0 auto; width:90%; overflow:hidden;}

#reportformLayer header {clear:both; margin:0; padding:18px 0 0; height:36px;
background:#776b6b;
-moz-border-top-left-radius: 10px;
-moz-border-top-right-radius: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

#reportformLayer header h1 {margin:0 0 0 10px; padding:0;}
#reportformLayer section {margin:0; padding:18px 12px 18px; background:#fff;}
#reportformLayer section p.report {margin:0 0 10px 0; padding:0; color:#989898;}
#reportformLayer table.report {width:100%; border-collapse:collapse; table-layout:fixed;}
#reportformLayer table.report caption {display:none;}
#reportformLayer table.report tr.first th {border-top:1px solid #c2bebe;}
#reportformLayer table.report tr.first td {border-top:1px solid #d7d3d3;}
#reportformLayer table.report th {width:120px; height:38px; margin:0; padding:0 0 0 14px; text-align:left; letter-spacing:-1px; color:#776b6b; background:#d7d3d3; border-bottom:1px solid #c2bebe;}
#reportformLayer table.report td {margin:0; padding:5px 0 5px 12px; border-bottom:1px solid #d7d3d3;}
#reportformLayer table.report td label {display:block; line-height:1.8;}
#reportformLayer table.report td input {margin:-3px 0 0 0; vertical-align:middle;}
#reportformLayer footer {padding-bottom:10px; text-align:center;background:#fff;}
#reportformLayer footer img {cursor:pointer; background:none;}

/* hover */
.wrap_comment .comment_best .comment_thread .comment_article.hover {background-color:#f4f3f1;}
.wrap_comment .comment_thread .comment_article.hover {background-color:#faf9f7;}
.wrap_comment .comment_thread .comment_article:hover .wrap_feed,
.wrap_comment .comment_thread .hover .wrap_feed {display:block !important; cursor:pointer;}
.wrap_comment .reply_thread .reply_article:hover,
.wrap_comment .reply_thread .reply_article.hover {background-color:#faf9f7;}
.wrap_comment .reply_thread .reply_article:hover .wrap_feed,
.wrap_comment .reply_thread .hover .wrap_feed {display:block !important; cursor:pointer;}

/* mobile comment */
.commentListTop .declare {display:none !important;}
.commentListTop .viewInfo {border-bottom:none;}
.wrap_comment_summery {text-align:center;background-color:#ECE7E7;padding:5px;margin:10px 0;border-top:1px solid #DED5D5;border-bottom:1px solid #DED5D5;}
.wrap_comment_summery strong {color:#457285;}
.wrap_comment_summery span {padding:0 0 0 22px;background:url("/bns/obt/board/ic_comment.gif") no-repeat }

/* mobil + table */
.webOnlyMediaObject {margin:15px 0;padding:20px 5px;border:1px solid #E6EAEC; background-color:#f2f5f6; border-radius:5px;text-align:center; color:#7d8282;}

/* 이미지게시판 */
.wrap_listRight {margin:20px 0 23px 0;}
.tab_image {clear:both;margin:0 0 35px -1px;width:100%;}
.tab_image:after {display:block; content:""; clear:both; }
.tab_image a {margin:0 0 1px 0;padding:8px 0;border-left:1px solid #FFF;background:#CDC8C8;color:#444;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_image a:hover,
.tab_image a.on {background-color:#8E8484;color:#FFF;font-weight:bold;text-decoration:none;}
#pc .tab_image a {float:left;display:block;width:119px;}
#tablet .tab_image a {float:left;display:block;width:12.5%;min-width:76px;}
#MobileNoob .tab_image {width:99%;margin:0 auto;padding:0 0 5px;box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;text-align:center;}
#MobileNoob .tab_image a {display:inline-block;width:24%;margin:0 0 2px -3px;letter-spacing:-1px;font-size:12px;border-box;-moz-box-sizing:border-box;}

/* 갤러리 */
.galleryCategory {padding:20px 0 0 0;}
.tab_job {clear:both;margin:0 0 13px -1px;width:100%;}
.tab_job:after {display:block; content:""; clear:both; }
.tab_job a {float:left;display:block;width:80px;margin:0 0 1px 0;padding:8px 0;border-left:1px solid #FFF;background:#CDC8C8;color:#444;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_job a:hover,
.tab_job a.on {background-color:#8E8484;color:#FFF;font-weight:bold;text-decoration:none;}
#tablet .tab_job {margin-left:-3px;}
#tablet .tab_job a {width:20%;min-width:76px;border-left:3px solid #FFF;margin:0 0 3px 0;}
#MobileNoob .tab_job {width:100%;margin:0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;}
#MobileNoob .tab_job a {width:20%;letter-spacing:-1px;font-size:12px;border-left:1px solid #FFF;}
.tab_character {clear:both;margin:0 0 13px -1px;width:100%;}
.tab_character:after {display:block; content:""; clear:both; }
.tab_character a {float:left;display:block;width:120px;margin:0 0 1px 0;padding:8px 0;border-left:1px solid #FFF;background:#CDC8C8;color:#444;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_character a:hover,
.tab_character a.on {background-color:#8E8484;color:#FFF;font-weight:bold;text-decoration:none;}
#tablet .tab_character a {width:12.5%;min-width:76px;}
.tab_item {clear:both;margin:0 0 13px -1px;width:100%;}
.tab_item:after {display:block; content:""; clear:both; }
.tab_item a {float:left;display:block;width:80px;margin:0 0 1px 0;padding:8px 0;border-left:1px solid #FFF;background:#CDC8C8;color:#444;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_item a:hover,
.tab_item a.on {background-color:#8E8484;color:#FFF;font-weight:bold;text-decoration:none;}
.tab_item a:hover span,
#tablet .tab_item a {width:12.5%;min-width:76px;}
#MobileNoob .tab_item {width:100%;margin:0;padding:0 14px;box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;}
#MobileNoob .tab_item a {width:25%;letter-spacing:-1px;font-size:12px;}
.subList {display:none;position:relative;margin:-13px 0 10px ;padding:9px 0;}
.subList a {display:inline-block;}
.subList .on a {font-weight:bold;}
.subList ul,.subList li {margin:0;padding:0;list-style:none;line-height:18px;}
.subList .category {float:left;width:54px;height:205px;margin-right:10px;border-right:1px solid #F2F1F0;background:url("/bns/obt/board/gallery/bgCategory.gif") repeat-y right top;}
.subList .category li {padding:0 0 5px 10px;}
.subList .category a {color:#989898;}
.subList .list {height:205px;overflow:auto;}
.subList .list ul li {padding:0 0 5px 6px;list-style:none;background:url("/bns/obt/board/gallery/dot1.gif") no-repeat 0 6px;}
.subList a.on {font-weight:bold;color:#444}
#listClothes ul {margin-left:-10px;}
#listClothes li {float:left;width:40px;height:40px;margin:0 0 7px 10px;}
#listClothes li a {display:block;width:40px;height:40px;overflow:hidden;}
#listClothes li img {width:40px;height:40px;}
#listClothes .prev {width:40px;height:40px;background:url("/bns/obt/board/gallery/ic_navi.gif") no-repeat 0 0;text-indent:-99999px;overflow:hidden;}
#listClothes .next {width:40px;height:40px;background:url("/bns/obt/board/gallery/ic_navi.gif") no-repeat -40px 0;text-indent:-99999px;overflow:hidden;}
#listZone ul {margin:0 0 0 5px;padding:0;list-style:none;}
#listZone ul li {margin:0;padding:0;list-style:none;display:inline-block;}
#listZone ul li a {margin:0 11px 0 0;}
#listZone ul li img {display:none;position:absolute;left:0;margin:7px 0 0 0;}
#listZone ul li.on {height:241px;}
#listZone ul li.on img {display:block;}
.tab_all {clear:both;margin:0 0 13px 0;}
.tab_all:after {display:block; content:""; clear:both; }
.tab_all a {display:block;margin:0 0 1px 0;padding:8px 0;background:#CDC8C8;color:#444;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;}
.tab_all a:hover,
.tab_all a.on {background-color:#8E8484;color:#FFF;font-weight:bold;text-decoration:none;}
#tablet .tab_all {float:right;width:20%;margin:-46px 0 20px;}
#tablet .tab_all a {border-right:3px solid #FFF;}
#MobileNoob .tab_all {float:right;width:20%;margin:-31px 0 20px 0;}
#MobileNoob .tab_all a {border-left:1px solid #FFF;font-size:12px;}

/* List type2 : album */
.bbs_type2 {margin:0 0 10px -34px;padding:0;list-style-type:none;overflow:hidden;_zoom:1;clear:both;}
.bbs_type2 li {float:left;width:244px;height:250px;margin:0 0 22px 34px;padding:0;overflow:hidden}
#tablet .bbs_type2 li {width:28%;margin-bottom:30px;box-sizing:border-box;-moz-box-sizing:border-box;}
.bbs_type2 li.last {margin:0}
.bbs_type2 dl {margin:0;padding:0;position:relative;cursor:pointer;}
.bbs_type2 dd {margin:0;padding:0}
.bbs_type2 dl dd.thumb{height:172px;margin:0 0 10px 0;padding:5px;border:1px solid #ECECEC;}
.bbs_type2 dl dd.thumb .wrap_thumb {position:relative;height:172px;overflow:hidden}
.bbs_type2 dl dd.thumb .wrap_thumb div {display:table;height:172px;margin:0 auto;}
.bbs_type2 dl dd.thumb .wrap_thumb div span {display:table-cell;text-align:center;vertical-align:middle}
#tablet .bbs_type2 dl dd.thumb .wrap_thumb div span img{width:100%;}
#MobileNoob .bbs_type2 .wrap_thumb {height:100%;margin:0 2px 0 3px; /* border:1px solid #5f4f4f; */}
#MobileNoob .bbs_type2 .wrap_thumb img {width:100%; height:100%;}
html* .bbs_type2 dl dd.thumb .wrap_thumb span {position:absolute;display:block;top:50%;left:50%}
html* .bbs_type2 dl dd.thumb .wrap_thumb span img{position:relative;top:-50%;left:-50%}
.bbs_type2 dt .writer{display:block;color:#457285;}
.bbs_type2 dt .writer a {font-weight:normal;}
.bbs_type2 dt .writer .nick {color:#457285;}
.bbs_type2 dt .writer .game {color:#989898;}
.bbs_type2 dt {width:100%;.width:238px; height:100%;margin:0;padding:0;overflow:hidden;}
.bbs_type2 li.on dt {display:block;}
.bbs_type2 dt .info {padding:0 8px;line-height:18px;}
.bbs_type2 dt .info a {display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
#pc .bbs_type2 dt .info a {width:230px;}
.bbs_type2 dt .info  .writer {line-height:1.2;}
.bbs_type2 dt a{}
.bbs_type2 dt a:hover {text-decoration:none;}
#MobileNoob .bbs_type2 {margin:25px auto 10px;width:94%;box-sizing:border-box;-moz-box-sizing:border-box;}
#MobileNoob .bbs_type2 li {width:25%;height:50px;margin:0 0 5px 0;padding:0;box-sizing:border-box;-moz-box-sizing:border-box;text-align:center;}
.bbs_type2_M {overflow:hidden;_zoom:1;clear:both;}
.bbs_type2_M ul {float:left;width:33%;margin:0;padding:0;list-style-type:none;}
.bbs_type2_M li div {padding:0 0 9px 9px;}
.bbs_type2_M li div img {width:100%;margin:0;border:1px solid #604F4F;box-sizing:border-box;-moz-box-sizing:border-box;}

/* chatting log */
.chatLogTop {margin:0 0 20px 0; padding:70px 60px 20px 74px; border:1px solid #ebeaea;background:#fffefe url("/bns/obt/board/chatLog.gif") 18px 18px no-repeat;
border-radius:3px; color:#989898; line-height:1.4; overflow:hidden; word-spacing:-1px;}
.chatLogTop p.tit {margin:0; padding:0; text-indent:-1000em; overflow:hidden;}
.chatLogTop strong {display:block; margin-bottom:5px; color:#444;}
.chatLogInfo {font-weight:bold; color:#666;}
.chatLogInfo em {font-size:18px; font-family:맑은 고딕,Malgun Gothic,돋움,dotum; font-style:normal; color:#000; letter-spacing:-1px;}
table.chatLogList {width:100%; margin:12px 0 13px; border-bottom:2px solid #766c6d;}
table.chatLogList thead th {height:32px;text-indent:-1000em;background:#8e8484 url("/bns/obt/board/th_text_0630.gif") no-repeat;overflow:hidden;}
table.chatLogList thead th.num {background-position:center 10px;}
table.chatLogList thead th.server {background-position:center -206px;}
table.chatLogList thead th.character {background-position:100px -230px;}
table.chatLogList thead th.sort {background-position:40px -254px;}
table.chatLogList thead th.date {background-position:18px -278px;}
table.chatLogList thead th.detail {background-position:center -302px;}
table.chatLogList tbody td {padding:14px 0 10px 0; line-height:1.4; text-align:center; border-bottom:1px solid #eaeaea;}
table.chatLogList tbody td.character, table.chatLogList tbody td.sort {text-align:left; padding-left:10px;}
table.chatLogList tbody td.num, table.chatLogList tbody td.date {color:#989898;}
table.chatLogList tbody td.none_article {padding:40px; text-align:center;}
table.chatLogList tbody td a.btnDetail {margin:0 auto;padding:4px 4px 3px;background-color:#c28976;border-radius:3px;color:#FFF;text-decoration:none; letter-spacing:-1px;}
table.chatLogList tbody tr:last-child td {border-bottom:0;}
table.chatLogView {width:100%; margin:12px 0 10px; border-top:2px solid #766c6d; border-bottom:2px solid #766c6d;}
table.chatLogView thead th {height:32px;text-indent:-1000em;border-bottom:1px solid #ebeaea;background:#8e8484 url("/bns/obt/board/th_text_0630.gif") no-repeat;overflow:hidden;}
table.chatLogView thead th.server {background-position:6px -206px;}
table.chatLogView thead th.character {background-position:12px -230px;}
table.chatLogView thead th.date {background-position:12px -278px;}
table.chatLogView thead th.sort {background-position:1px -254px;}
table.chatLogView thead th.detail {background-position:12px -326px;}
table.chatLogView thead td {padding-left:10px; font-weight:bold; border-bottom:1px solid #ebeaea;}
table.chatLogView tbody td {padding:20px; line-height:1.4; background:#f5f5f5;}
p.chatLogTip {margin:5px 0 0 10px; color:#989898; line-height:1.4;}
p.chatLogTip em {font-style:normal; color:#ef8024; font-weight:bold;}
p.chatLogTip span {display:block; padding-left:10px;}

/* Best
----------------------------------------------------------- */
/* best : cbt, album */
.topBestImage {clear:both;margin:0 0 35px;padding:46px 0 15px;list-style-type:none;overflow:hidden;_zoom:1;background:#E0DBDB url("/bns/obt/board/topBestImage.jpg") no-repeat;}
.topBestImage li {float:left;width:210px;padding:0 15px 0 35px;overflow:hidden;}
#tablet .topBestImage li {width:33%;box-sizing:border-box;-moz-box-sizing:border-box;}
.topBestImage dl {width:210px;margin:0;padding:0}
.topBestImage dt {height:18px;margin:0;padding:130px 0 0;line-height:18px;word-wrap:break-word;word-break:break-all;overflow:hidden;font-size:13px;}
.topBestImage dt a{color:#444;font-weight:bold;}
.topBestImage dd {margin:0;padding:0}
.topBestImage dl dd.thumb{position:relative;margin:-145px 0 0 0;width:200x;height:120px;cursor:pointer}
.topBestImage dl dd.thumb img{width:210px;height:120px}
.topBestImage dl dd.info {padding-top:28px;font-weight:bold;color:#676767}
.topBestImage dl dd.info .writer a {font-weight:normal;}
.topBestImage dl dd.info .writer a.nick {color:#457285;}
.topBestImage dl dd.info .writer a.game {color:#989898;}

/* 갤러리 검색 */
#gallerySearch {background-color:#F5F4F4;padding:10px 0 9px 18px;}
#gallerySearch fieldset {margin:0; padding:0;width:203px; height:25px; margin:0; padding:0; background: url("/bns/obt/world/ic_all.gif") no-repeat left top;}
#gallerySearch legend {display:none;}
#gallerySearch #gallerySuggestBox {position:relative;display:block;border:0;width:200px;margin:0 auto;}
#gallerySearch #gallerySuggestBox input[type=button] {position:absolute;top:0;right:0; width:27px; height:25px; border:0; text-indent:-1000em; cursor:pointer; background: url("/bns/obt/world/ic_all.gif") -175px top no-repeat; }
#gallerySearch #gallerySuggestInput {width:165px; height:12px; height:15px\9; margin:2px 0 0 5px; margin-top:3px\9; padding:5px 0 1px 0; padding:4px 0 0 0\9; border:0; background:#fff; color:#444; font-family:굴림; ime-mode:active; font-weight:normal; outline:none;}
#gallerySearch #gallerySuggestInput::-webkit-input-placeholder {color:#444;font-size:11px;font-weight:normal;}
#gallerySearch #gallerySuggestInput::-moz-placeholder {color:#444;font-size:11px;font-weight:normal;}
#MobileNoob #gallerySearch, #tablet #gallerySearch {display:none;}

/* 갤러리 의상아이템레이어 */
#itemInfo {position:absolute;top:0;left:-99999px;z-index:9999;line-height:140%;}
.itemLayer {position:relative;width:196px;margin:0;border:2px solid #776B6B;background:#FFF;}
.itemBasicInfo h1{margin:0;padding:10px 0 6px 10px;font-size:12px;border-bottom:1px solid #EBEAEA;color:#000;}
.itemLayer .cnt {padding:0;}
.itemLayer .cnt ul {margin:10px 0 0 13px;padding:0;list-style:none;}
.itemLayer .cnt li {margin:0;padding:0 0 4px;list-style:none;}
.itemLayer .navigation {padding:0 0 7px;text-align:right;}
.itemLayer .navigation .powerbook {margin:0 10px 0 10px;padding:0 8px 0 0;color:#D66917;font-weight:bold;background: url("/bns/obt/board/gallery/ic_navi.gif") no-repeat right -38px;}

/* 블소스토리 */
.wrap_story .wrap_pager {clear:both;margin:49px 0 0 0;text-align:center;}
#MobileNoob .wrap_story .wrap_pager {margin-top:20px;}
.wrap_story .wrap_pager .paging a {display:inline-block;width:18px;height:18px;margin:0 4px;overflow:hidden;text-indent:-999px;background:url('/bns/obt/main/btn_paging.png') no-repeat -30px -30px;cursor:pointer;}
.wrap_story .wrap_pager .paging a.on {background-position:0 -30px;}
.calendar {position:relative;height:73px;margin-top:43px;border-top:1px solid #E4E1E1;}
.calendar .month {position:absolute;top:25px;left:99px;margin:0;padding:0;}
#tablet .calendar .month {left:30px;}
#MobileNoob .calendar .month {left:30px;}
.calendar .day {position:absolute;top:18px;left:163px;}
#tablet .calendar .day {left:83px;margin-right:30px;}
#MobileNoob .calendar .day {left:83px;margin-right:30px;}
.calendar .btnPrev {position:absolute;top:26px;left:28px;display:block;width:24px;height:24px;background: url("/bns/obt/board/calendar.gif") no-repeat -825px top;text-indent:-99999px;}
.calendar .btnNext {position:absolute;top:26px;right:24px;display:block;width:24px;height:24px;background: url("/bns/obt/board/calendar.gif") no-repeat -854px top;text-indent:-99999px;}
#tablet .calendar .btnPrev  {left:0;}
#tablet .calendar .btnNext  {right:0;}
#MobileNoob .calendar .btnPrev  {left:0;}
#MobileNoob .calendar .btnNext  {right:0;}
.calendar .month span {display:block;width:41px;height:24px;background: url("/bns/obt/board/calendar.gif") no-repeat;text-indent:-99999px;}
.calendar .month .month1 {background-position:0 0;}
.calendar .month .month2 {background-position:-54px 0;}
.calendar .month .month3 {background-position:-107px 0;}
.calendar .month .month4 {background-position:-160px 0;}
.calendar .month .month5 {background-position:-213px 0;}
.calendar .month .month6 {background-position:-266px 0;}
.calendar .month .month7 {background-position:-319px 0;}
.calendar .month .month8 {background-position:-372px 0;}
.calendar .month .month9 {background-position:-425px 0;}
.calendar .month .month10 {background-position:-480px 0;}
.calendar .month .month11 {background-position:-533px 0;}
.calendar .month .month12 {background-position:-586px 0;}
.calendar .day span,
.calendar .day a {float:left;display:block;width:22px;height:22px;margin:0 6px 0 0;background: url("/bns/obt/board/calendar.gif") no-repeat;text-indent:-99999px;}
.calendar .day a.day1 {background-position:0 -24px;}
.calendar .day a.day2 {background-position:-23px -24px;}
.calendar .day a.day3 {background-position:-46px -24px;}
.calendar .day a.day4 {background-position:-69px -24px;}
.calendar .day a.day5 {background-position:-92px -24px;}
.calendar .day a.day6 {background-position:-115px -24px;}
.calendar .day a.day7 {background-position:-138px -24px;}
.calendar .day a.day8 {background-position:-161px -24px;}
.calendar .day a.day9 {background-position:-184px -24px;}
.calendar .day a.day10 {background-position:-211px -24px;}
.calendar .day a.day11 {background-position:-240px -24px;}
.calendar .day a.day12 {background-position:-271px -24px;}
.calendar .day a.day13 {background-position:-302px -24px;}
.calendar .day a.day14 {background-position:-333px -24px;}
.calendar .day a.day15 {background-position:-364px -24px;}
.calendar .day a.day16 {background-position:-394px -24px;}
.calendar .day a.day17 {background-position:-425px -24px;}
.calendar .day a.day18 {background-position:-456px -24px;}
.calendar .day a.day19 {background-position:-486px -24px;}
.calendar .day a.day20 {background-position:-517px -24px;}
.calendar .day a.day21 {background-position:-547px -24px;}
.calendar .day a.day22 {background-position:-578px -24px;}
.calendar .day a.day23 {background-position:-608px -24px;}
.calendar .day a.day24 {background-position:-639px -24px;}
.calendar .day a.day25 {background-position:-670px -24px;}
.calendar .day a.day26 {background-position:-701px -24px;}
.calendar .day a.day27 {background-position:-731px -24px;}
.calendar .day a.day28 {background-position:-762px -24px;}
.calendar .day a.day29 {background-position:-793px -24px;}
.calendar .day a.day30 {background-position:-823px -24px;}
.calendar .day a.day31 {background-position:-853px -24px;}
.calendar .day a.day1.sunday {background-position:0 -51px;}
.calendar .day a.day2.sunday {background-position:-23px -51px;}
.calendar .day a.day3.sunday {background-position:-46px -51px;}
.calendar .day a.day4.sunday {background-position:-69px -51px;}
.calendar .day a.day5.sunday {background-position:-92px -51px;}
.calendar .day a.day6.sunday {background-position:-115px -51px;}
.calendar .day a.day7.sunday {background-position:-138px -51px;}
.calendar .day a.day8.sunday {background-position:-161px -51px;}
.calendar .day a.day9.sunday {background-position:-184px -51px;}
.calendar .day a.day10.sunday {background-position:-211px -51px;}
.calendar .day a.day11.sunday {background-position:-240px -51px;}
.calendar .day a.day12.sunday {background-position:-271px -51px;}
.calendar .day a.day13.sunday {background-position:-302px -51px;}
.calendar .day a.day14.sunday {background-position:-333px -51px;}
.calendar .day a.day15.sunday {background-position:-364px -51px;}
.calendar .day a.day16.sunday {background-position:-394px -51px;}
.calendar .day a.day17.sunday {background-position:-425px -51px;}
.calendar .day a.day18.sunday {background-position:-456px -51px;}
.calendar .day a.day19.sunday {background-position:-486px -51px;}
.calendar .day a.day20.sunday {background-position:-517px -51px;}
.calendar .day a.day21.sunday {background-position:-547px -51px;}
.calendar .day a.day22.sunday {background-position:-578px -51px;}
.calendar .day a.day23.sunday {background-position:-608px -51px;}
.calendar .day a.day24.sunday {background-position:-639px -51px;}
.calendar .day a.day25.sunday {background-position:-670px -51px;}
.calendar .day a.day26.sunday {background-position:-701px -51px;}
.calendar .day a.day27.sunday {background-position:-731px -51px;}
.calendar .day a.day28.sunday {background-position:-762px -51px;}
.calendar .day a.day29.sunday {background-position:-793px -51px;}
.calendar .day a.day30.sunday {background-position:-823px -51px;}
.calendar .day a.day31.sunday {background-position:-853px -51px;}
.calendar .day span.day1 {background-position:0 -105px;}
.calendar .day span.day2 {background-position:-23px -105px;}
.calendar .day span.day3 {background-position:-46px -105px;}
.calendar .day span.day4 {background-position:-69px -105px;}
.calendar .day span.day5 {background-position:-92px -105px;}
.calendar .day span.day6 {background-position:-115px -105px;}
.calendar .day span.day7 {background-position:-138px -105px;}
.calendar .day span.day8 {background-position:-161px -105px;}
.calendar .day span.day9 {background-position:-184px -105px;}
.calendar .day span.day10 {background-position:-211px -105px;}
.calendar .day span.day11 {background-position:-240px -105px;}
.calendar .day span.day12 {background-position:-271px -105px;}
.calendar .day span.day13 {background-position:-302px -105px;}
.calendar .day span.day14 {background-position:-333px -105px;}
.calendar .day span.day15 {background-position:-364px -105px;}
.calendar .day span.day16 {background-position:-394px -105px;}
.calendar .day span.day17 {background-position:-425px -105px;}
.calendar .day span.day18 {background-position:-456px -105px;}
.calendar .day span.day19 {background-position:-486px -105px;}
.calendar .day span.day20 {background-position:-517px -105px;}
.calendar .day span.day21 {background-position:-547px -105px;}
.calendar .day span.day22 {background-position:-578px -105px;}
.calendar .day span.day23 {background-position:-608px -105px;}
.calendar .day span.day24 {background-position:-639px -105px;}
.calendar .day span.day25 {background-position:-670px -105px;}
.calendar .day span.day26 {background-position:-701px -105px;}
.calendar .day span.day27 {background-position:-731px -105px;}
.calendar .day span.day28 {background-position:-762px -105px;}
.calendar .day span.day29 {background-position:-793px -105px;}
.calendar .day span.day30 {background-position:-823px -105px;}
.calendar .day span.day31 {background-position:-853px -105px;}
.calendar .day a.day1:hover, .calendar .day  span.current.day1 {background-position:0 -78px;}
.calendar .day a.day2:hover, .calendar .day  span.current.day2 {background-position:-23px -78px;}
.calendar .day a.day3:hover, .calendar .day  span.current.day3 {background-position:-46px -78px;}
.calendar .day a.day4:hover, .calendar .day  span.current.day4 {background-position:-69px -78px;}
.calendar .day a.day5:hover, .calendar .day  span.current.day5 {background-position:-92px -78px;}
.calendar .day a.day6:hover, .calendar .day  span.current.day6 {background-position:-115px -78px;}
.calendar .day a.day7:hover, .calendar .day  span.current.day7 {background-position:-138px -78px;}
.calendar .day a.day8:hover, .calendar .day  span.current.day8 {background-position:-161px -78px;}
.calendar .day a.day9:hover, .calendar .day  span.current.day9 {background-position:-184px -78px;}
.calendar .day a.day10:hover, .calendar .day  span.current.day10 {background-position:-211px -78px;}
.calendar .day a.day11:hover, .calendar .day  span.current.day11 {background-position:-240px -78px;}
.calendar .day a.day12:hover, .calendar .day  span.current.day12 {background-position:-271px -78px;}
.calendar .day a.day13:hover, .calendar .day  span.current.day13 {background-position:-302px -78px;}
.calendar .day a.day14:hover, .calendar .day  span.current.day14 {background-position:-333px -78px;}
.calendar .day a.day15:hover, .calendar .day  span.current.day15 {background-position:-364px -78px;}
.calendar .day a.day16:hover, .calendar .day  span.current.day16 {background-position:-394px -78px;}
.calendar .day a.day17:hover, .calendar .day  span.current.day17 {background-position:-425px -78px;}
.calendar .day a.day18:hover, .calendar .day  span.current.day18 {background-position:-456px -78px;}
.calendar .day a.day19:hover, .calendar .day  span.current.day19 {background-position:-486px -78px;}
.calendar .day a.day20:hover, .calendar .day  span.current.day20 {background-position:-517px -78px;}
.calendar .day a.day21:hover, .calendar .day  span.current.day21 {background-position:-547px -78px;}
.calendar .day a.day22:hover, .calendar .day  span.current.day22 {background-position:-578px -78px;}
.calendar .day a.day23:hover, .calendar .day  span.current.day23 {background-position:-608px -78px;}
.calendar .day a.day24:hover, .calendar .day  span.current.day24 {background-position:-639px -78px;}
.calendar .day a.day25:hover, .calendar .day  span.current.day25 {background-position:-670px -78px;}
.calendar .day a.day26:hover, .calendar .day  span.current.day26 {background-position:-701px -78px;}
.calendar .day a.day27:hover, .calendar .day  span.current.day27 {background-position:-731px -78px;}
.calendar .day a.day28:hover, .calendar .day  span.current.day28 {background-position:-762px -78px;}
.calendar .day a.day29:hover, .calendar .day  span.current.day29 {background-position:-793px -78px;}
.calendar .day a.day30:hover, .calendar .day  span.current.day30 {background-position:-823px -78px;}
.calendar .day a.day31:hover, .calendar .day  span.current.day31 {background-position:-853px -78px;}
.wrap_story {width:100%;overflow:hidden;}
.wrap_story h1 {background: url("/bns/obt/board/storyTop.jpg") no-repeat center top;width:100%;margin:0;padding:0;text-align:center;}
#pc .wrap_story h1 ,#tablet .wrap_story h1 {height:150px;}
#pc .wrap_story h1 span,#tablet .wrap_story h1 span {display:block;padding:58px 0 0 0;color:#FFF;font:bold 20px verdana;}
.wrap_story article {display:block;overflow:hidden;}
#MobileNoob .wrap_story h1 {background:none;margin-bottom:14px;padding-top:5px;}
#MobileNoob .wrap_story h1 span.date {color:#000; font:bold 14px;}
#MobileNoob .wrap_story h1 span.title {color:#b15b3d;padding-right:10px;letter-spacing:-1px;}
#MobileNoob .wrap_story h1 .btnPrev {margin-right:10px;display:inline-block;width:22px;height:20px;background: url("/bns/obt/board/calendar.gif") no-repeat -825px -2px;text-indent:-99999px;}
#MobileNoob .wrap_story h1 .btnNext {margin-left:10px;display:inline-block;width:22px;height:20px;background: url("/bns/obt/board/calendar.gif") no-repeat -854px -2px;text-indent:-99999px;}
#pc .wrap_story article  {position:absolute;}
#MobileNoob .wrap_story article {height:58px;padding:9px;border-bottom:1px solid #eee;position:relative;}
#tablet .wrap_story article {margin:0 0 20px 0;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.wrap_story dl {margin:0;padding:0;}
.wrap_story dt {margin:-4px 0 7px;padding:0; font-family:"Malgun Gothic"; font-size:20px;font-weight:bold;}
#MobileNoob .wrap_story dt {font-size:14px;width:70%;margin-right:100px;white-space:nowrap;text-overflow:ellipsis;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;}
.wrap_story dd {margin:0;padding:0;}
.wrap_story dd.info {margin-bottom:12px;}
.wrap_story dd.info .nickname img {vertical-align:middle;margin-right:7px;width:19px;height:19px;}
.wrap_story dd.info .nickname a {font-weight:bold;color:#457285;}
.wrap_story dd.info .source {color:#989898;border-left:1px solid #989898;margin-left:3px;padding:0 0 0 6px;}
.wrap_story dd.info .source a {color:#989898;}
.wrap_story dd.summary {font-size:13px;line-height:140%;overflow:hidden;}
#MobileNoob .wrap_story dt {margin-top:5px;}
#MobileNoob .wrap_story dd {font-size:14px;}
#MobileNoob .wrap_story dd.summary .text {display:none;}
#MobileNoob .wrap_story dd.summary {}
#MobileNoob .wrap_story dd.summary img {position:absolute;top:10px;right:10px;width:98px;height:58px;margin:0;}
#pc #bnsStroy {height:615px;overflow:hidden;}
#pc .pageList {width:1100px;height:615px;position:relative;display:none;}
#pc .ty1 dt ,#tablet .ty1 dt ,#pc .ty1 .info ,#tablet .ty1 .info {display:none;}
.ty2 dt {font-size:25px;}
.ty3 .thumb {margin-bottom:13px;}
.ty5 .thumb {float:left;margin-right:14px;}
.ty5 .summary {padding-top:1px;}
#pc .article1_1 {width:334px;height:278px;top:0;left:0;}
#pc .article1_2 {width:370px;height:185px;top:0;left:352px;}
#pc .article1_3 {width:334px;height:278px;top:0;left:766px;}
#pc .article1_4 {width:370px;height:94px;top:185px;left:352px;}
#pc .article1_5 {width:334px;height:256px;top:359px;left:0;}
#pc .article1_6 {width:338px;height:154px;top:359px;left:384px;}
#pc .article1_7 {width:334px;height:154px;top:359px;left:766px;}
#pc .article1_8 {width:338px;height:98px;top:514px;left:384px;}
#pc .article1_9 {width:334px;height:98px;top:514px;left:766px;}
#pc .article2_1 {width:301px;height:168px;top:0;left:0;}
#pc .article2_2 {width:370px;height:444px;top:0;left:370px;}
#pc .article2_3 {width:334px;height:207px;top:0;left:803px;}
#pc .article2_4 {width:301px;height:163px;top:168px;left:0;}
#pc .article2_5 {width:334px;height:233px;top:207px;left:803px;}
#pc .article2_6 {width:301px;height:191px;top:331px;left:0;}
#pc .article2_7 {width:334px;height:175px;top:440px;left:803px;}
#pc .article2_8 {width:301px;height:98px;top:518px;left:0;}
#pc .article2_9 {width:334px;height:98px;top:518px;left:370px;}
#pc .article1_1 .summary a img {width:334px;height:278px;}
#pc .article1_3 .summary a img {width:334px;height:150px;}
#pc .article1_5 .summary a img {width:334px;height:145px;}
#pc .article1_6 .summary a img {width:117px;height:56px;}
#pc .article1_8 .summary a img {width:117px;height:56px;}
#pc .article2_2 .summary a img {width:365px;height:321px;}
#pc .article2_5 .summary a img {width:140px;height:115px;}
#pc .article2_6 .summary a img {width:117px;height:56px;}
#pc .article2_7 .summary a img {width:140px;height:115px;}
#tablet #bnsStroy {
	-moz-column-count:3;
	-moz-column-gap:50px;
	-webkit-column-count:3;
	-webkit-column-gap:50px;
}
#tablet .ty5 .thumb {width:40%;}
@media all and (max-width:768px){
	#tablet #bnsStroy {
		-moz-column-count:2;
		-webkit-column-count:2;
	}
}

/* 수련의방 */
.bestTraining {width:100%;height:240px;margin:0 0 5px;background: url("/bns/obt/board/training/bgBestTraining.jpg") no-repeat center 0;}
.bestTraining .wrapMovie {position:relative;width:328px;height:192px;margin:0 auto;padding:28px 0 0 0;}
.bestTraining .wrapMovie .cnt {width:328px;height:192px;margin-left:117px;position:relative;}
.bestTraining .wrapMovie img {width:328px;height:192px;}
.bestTraining .title {position:absolute;left:12px;bottom:10px;display:block;font-size:18px;font-weight:bold;color:#FFF;font-family:'맑은 고딕','Malgun Gothic',돋움,dotum;}
.bestTraining .trans {position:absolute;left:0;bottom:0;display:block;width:100%;height:41px;background:#000;opacity:0.6;filter:alpha(opacity=60);}
.bestTraining .icon {position:absolute;left:145px;top:96px;display:block;width:37px;height:36px;background: url("/bns/obt/board/training/iconPlay.png") no-repeat }
#trainingSearch {float:right;padding:0 0 16px 18px;}
#trainingSearch fieldset {margin:0; padding:0;width:203px; height:25px; margin:0; padding:0; background: url("/bns/obt/world/ic_all.gif") no-repeat left top;}
#trainingSearch legend {display:none;}
#trainingSearch #trainingSuggestBox {position:relative;display:block;border:0;width:200px;margin:0 auto;}
#trainingSearch #trainingSuggestBox input[type=button] {position:absolute;top:0;right:0; width:27px; height:25px; border:0; text-indent:-1000em; cursor:pointer; background: url("/bns/obt/world/ic_all.gif") -175px top no-repeat; }
#trainingSearch #trainingSuggestInput {width:165px; height:12px; height:15px\9; margin:2px 0 0 5px; margin-top:3px\9; padding:5px 0 1px 0; padding:4px 0 0 0\9; border:0; background:#fff; color:#444; font-family:굴림; ime-mode:active; font-weight:normal; outline:none;}
#trainingSearch #trainingSuggestInput::-webkit-input-placeholder {color:#444;font-size:11px;font-weight:normal;}
#trainingSearch #trainingSuggestInput::-moz-placeholder {color:#444;font-size:11px;font-weight:normal;}
#MobileNoob #trainingSearch {margin-top:-82px;margin-right:10px;}
#MobileNoob #trainingSearch #trainingSuggestInput {height:14px; }
#MobileNoob #trainingSearch #trainingSuggestInput {padding-top:3px;}
#MobileNoob #trainingSearch #trainingSuggestInput::-webkit-input-placeholder,
#MobileNoob #trainingSearch #trainingSuggestInput::-moz-placeholder {font-size:14px;}
#tablet #trainingSearch #trainingSuggestInput {padding-top:8px; font-size:12px;}
.bbs_type3 {margin:0 0 10px 0;padding:0;list-style-type:none;overflow:hidden;_zoom:1;clear:both; border-top:1px solid #EBEAEA;}
.bbs_type3 li {margin:0 0 22px 0;padding:18px 0;border-bottom:1px solid #EBEAEA;min-height:138px;}
.bbs_type3 li.last {margin:0}
.bbs_type3 dl {margin:0;padding:0;position:relative;}
.bbs_type3 dd {margin:0;padding:0}
.bbs_type3 dd.thumb{position:relative;width:230px;height:138px;float:left;margin:0 20px 0 0;}
.bbs_type3 dd.thumb .time {position:absolute;bottom:0;right:0;padding:0 3px;color:#CFD0D0;font-family:verdana;font-weight:bold;background:rgba(0,0,0,0.5);}
.bbs_type3 dd.thumb img {width:230px;height:138px;}
.bbs_type3 dt {padding:10px 0 8px;font-size:13px;font-weight:bold;}
.bbs_type3 dd.info {margin-bottom:28px;color:#989898;}
.bbs_type3 dd.info .bar {color:#E4E1E1;}
.bbs_type3 a em {color:#d26919;font-weight:bold;font-style:normal;}
#MobileNoob .bbs_type3 {margin:0 14px 10px;}
#MobileNoob .bbs_type3 dt {font-size:14px;}
#MobileNoob .bbs_type3 li {margin:0;padding:8px 0;min-height:68px;height:68px;overflow:hidden;}
#MobileNoob .bbs_type3 li iframe {width:100%;height:68px;}
#MobileNoob .bbs_type3 dd.thumb,
#MobileNoob .bbs_type3 dd.thumb img {width:102px;height:68px;}
#MobileNoob .bbs_type3 dd.info {font-size:12px;}
#MobileNoob .bbs_type3 dd.thumb .time {font-size:12px;}
.trainingDescription {margin-top:20px;}
.trainingDescription dt {font-size:15px;font-weight:bold;}
.trainingDescription dt img {margin-left:5px;margin-bottom:5px;vertical-align:middle;}
.trainingDescription dd {margin:7px 0 0 0;padding:12px 0 0 0;background: url("/bns/obt/board/training/dot.gif") repeat-x ;}
.trainingCategory .list {margin:0;padding:0;display:none;}
.trainingCategory .list li {margin:0 0 10px;padding:0;list-style:none;min-height:67px;}
.trainingCategory .list .thumb {float:left; position:relative;width:120px;height:67px;margin:0 7px 0 0;}
.trainingCategory .list .thumb .time {position:absolute;bottom:0;right:0;padding:0 3px;color:#FFF;font-family:verdana;font-weight:bold;font-size:11px;background:rgba(0,0,0,0.5);}
.trainingCategory .list .thumb img {width:120px;height:67px;}
.trainingCategory .list .subject {display:block;margin:0 0 15px 0;padding:3px 0 0 0;font-size:13px;font-weight:bold;}
.trainingCategory .list .hit {color:#989898;}
.trainingCategory .list .hit .bar {color:#E2E2E2;}
#tablet .trainingCategory .list {margin-bottom:30px;overflow:auto;}
#tablet .trainingCategory .list li {float:left;width:33%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#tablet .trainingCategory .list li:last-child {display:none;}
@media all and (max-width:768px){
	#tablet .trainingCategory .list li {float:left;width:25%;padding-right:5%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
	#tablet .trainingCategory .list .thumb {clear:both;margin:0;width:100%;}
	#tablet .trainingCategory .list .thumb img {width:100%;}
	#tablet .trainingCategory .list .subject {clear:both;margin:3px 0 10px;}
	#tablet .trainingCategory .list li:last-child {display:block;}
}
.btnApp {position:absolute;top:9px;right:6px;width:126px;height:23px;background:url("/bns/obt/layout/appGuide.png") no-repeat top right;text-indent:-99999px;overflow:hidden}
#lyApp {display:none;z-index:10;position:absolute;top:35px;right:4px;width:208px;height:211px;line-height:1.4;letter-spacing:-1px;background:url("/bns/obt/layout/appGuide.png") no-repeat 0 -26px;}
#lyApp .cnt {position:relative;}
#lyApp h2 {margin:0;padding:10px;font-size:12px;}
#lyApp p {width:108px;margin:21px 0 0 82px;}
#lyApp .btnClose {position:absolute;top:10px;right:12px;display:block;width:14px;height:14px;text-indent:-99999px;overflow:hidden;}
#lyApp .btnAndroid {position:absolute;top:147px;left:12px;display:block;width:178px;height:47px;text-indent:-99999px;overflow:hidden;}
#lyApp .btnQR {position:absolute;top:71px;left:12px;display:block;width:58px;height:58px;text-indent:-99999px;overflow:hidden}
#MobileNoob .btnApp,#MobileNoob #lyApp {display:none;}

/* 게시판 > 업데이트 : 템플릿 */
.gameUpdate_bns {font-size: 12px; line-height:2.15; font-family: dotum, '돋움', gulim,'굴림', AppleGothic,sans-serif; word-break:normal; color:#444;}
.gameUpdate_bns img { max-width: 100%; }
.gameUpdate_bns p {margin:1em 0;}
.gameUpdate_bns em {font-style:normal;color:#b38359;}
.gameUpdate_bns h1 {margin:0;padding:0;font-size:19px;font-family: '맑은 고딕', 'Malgun Gothic';}
.gameUpdate_bns h2 {margin:15px 0 0;padding:0 0 0 8px;font-size:16px;color:#fff;background-color:#5a6d84}
.gameUpdate_bns h3 {margin:20px 0 0;padding:0;font-weight:bold; font-size:14px; font-family: '맑은 고딕', 'Malgun Gothic'; color:#336598;}
.gameUpdate_bns h4 {margin:0 0 0;padding:0;font-size:12px;color:#c60;}
.gameUpdate_bns hr {display:block;margin:29px 0 28px;height:1px;border:0 none;background:url("/resource/bns/editor/bg_hr.gif") repeat-x 0 0;}
.gameUpdate_bns ul {margin:0;padding:0 0 2px;list-style:none;color:#666;}
.gameUpdate_bns ul>li {padding:0 0 0 7px;word-break:break-all;background:url("/resource/bns/editor/bul_ul.gif") no-repeat 0 9px;}
.gameUpdate_bns ul>li.em {padding:0 0 0 9px;background:url("/resource/bns/editor/bul_em.gif") no-repeat 0 8px;}
.gameUpdate_bns ul>li>ul {margin:0;padding:4px 0 0;}
.gameUpdate_bns ul>li>ul li {padding:0 0 0 9px;background:url("/resource/bns/editor/bul_ul_sub.gif") no-repeat 1px 12px;}
.gameUpdate_bns table {width: 99% !important; margin:0; border-collapse:collapse; color:#666;}
.gameUpdate_bns table th,
.gameUpdate_bns table td {padding:7px 10px 6px;border:1px solid #bfc9d1;vertical-align:middle;text-align:center;}
.gameUpdate_bns table th {color:#fff;background-color:#7d90a5;}
.gameUpdate_bns table td {background-color:#fff;}

.sbNotice {float:left;margin:0;padding:3px 0 0 0;color:#989898}

/* (s) 샌드박스 좋아요
#pc .wrap_btLike_NP {position:relative;width:97px;height:45px;overflow:hidden;margin:0 auto;}
#pc .wrap_btLike_NP .count_NP {width:97px;height:32px;margin:0;padding:13px 0 0;line-height:16px;text-align:center;background:url('http://static.plaync.co.kr/sandbox/external/pc_btlike.gif') no-repeat;}
#pc .wrap_btLike_NP .count_NP span {display:inline-block;padding-left:52px;color:#a47953;font:bold 14px/16px tahoma;letter-spacing:-1px;background:url('http://static.plaync.co.kr/sandbox/external/pc_btlike.gif') no-repeat -100px 2px;}
#pc .wrap_btLike_NP button {margin:0;padding:0;border:none;background:transparent;}
#pc .wrap_btLike_NP .doLike_NP,
#pc .wrap_btLike_NP .doUnLike_NP {display:none;position:absolute;left:0;top:0;width:97px;height:45px;text-indent:-999px;overflow:hidden;background:url('http://static.plaync.co.kr/sandbox/external/pc_btlike.gif') no-repeat;}
#pc .wrap_btLike_NP .doLike_NP {background-position:0 -50px;}
#pc .wrap_btLike_NP .doUnLike_NP {background-position:0 -100px;}
#pc .wrap_btLike_NP:hover .doLike_NP,
#pc .wrap_btLike_NP.liked_NP:hover .doUnLike_NP {display:block;}
*/



/* 서버 리스트 */
#PcTablet .serverList {clear:both; margin-bottom:15px;border:1px solid #ada5a5;}
#PcTablet .serverList h1 {margin:0;padding:5px 0;height:27px;background:url('/bns/obt/board/bg_serverTitle.gif') repeat-x}
#MobileNoob .serverList h1 {color:#fff;border-top:1px solid #948a8a;font-size:14px;margin:0;padding:12px 0 10px 15px;background:#8e8484;
	background-image:-moz-linear-gradient(center top,rgb(148,138,138) 50%,rgb(142,132,132) 50%);
	background-image:-webkit-linear-gradient(center top,rgb(148,138,138) 50%,rgb(142,132,132) 50%);
	background-image:-o-linear-gradient(center top,rgb(148,138,138) 50%,rgb(142,132,132) 50%);
	background-image:-ms-linear-gradient(center top,rgb(148,138,138) 50%,rgb(142,132,132) 50%);
	background-image:linear-gradient(center top,rgb(148,138,138) 50%,rgb(142,132,132) 50%);
}
.serverList h1 div {margin-right:16px;background:url('/bns/obt/board/ic_server.png') no-repeat right 3px;}
.serverList h1.lyOff div {background-position:right -13px;}
.serverList h1 .order {color:#bdb4b4;}
#MobileNoob .serverList h1 div {-webkit-background-size:14px 229px;background-size:14px 229px;}
#PcTablet .serverList h1 div {background-position:right -62px;cursor:pointer;}
#PcTablet .serverList h1 span.text {display:block;height:27px;text-indent:-99999px;background:url('/bns/obt/board/tit_serverhome.gif') no-repeat 16px 6px;}
#PcTablet .serverList h1.lyOff div {background-position:right -83px;}
.serverList .list {overflow:auto; margin:10px; padding:0; list-style:none;}
.serverList .list li {float:left; width:25%; margin:0 0 4px 0; padding:0; color:#444; overflow:hidden; cursor:pointer; }
.serverList .list li:hover {color:#000; text-decoration:underline;}
.serverList .list li label {display:block; padding:5px 6px 4px; white-space:nowrap; cursor:pointer;}
.serverList .list li input[type="radio"] {position:absolute; left:-9999px;}
.serverList .list li label {display:block; padding:5px 6px 4px; white-space:nowrap; cursor:pointer;}
.serverList .list li.selected {color:#b15a3f;}
#PcTablet .serverList .list {font-weight:bold;}
#PcTablet .serverList .list li {width:11%}
#PcTablet .serverList .list li a:hover {color:#b15a3f;}
#PcTablet .todayList h1 {margin:0;padding:5px;height:27px;background:url('/bns/obt/board/bg_serverTitle.gif') repeat-x}
#PcTablet .todayList h1 span.text {display:block;height:28px;text-indent:-99999px;background:url('/bns/obt/board/tit_serverhome.gif') no-repeat 16px -22px;}


/* 추천게시물 */
#MobileNoob .todayList {margin-bottom:20px;}
#MobileNoob .todayList h1 {border-top:1px solid #8e8484; border-bottom:1px solid #8e8484;margin:0;padding:12px 0 10px 15px;font-size:14px;
	background-image:-moz-linear-gradient(center top,#f2f0ef 50%,#efeceb 50%);
	background-image:-webkit-linear-gradient(center top,#f2f0ef 50%,#efeceb 50%);
	background-image:-o-linear-gradient(center top,#f2f0ef 50%,#efeceb 50%);
	background-image:-ms-linear-gradient(center top,#f2f0ef 50%,#efeceb 50%);
	background-image:linear-gradient(center top,#f2f0ef 50%,#efeceb 50%);
}
#MobileNoob #today { width:100%; height:285px; margin:0 auto; position:relative; overflow:hidden; }
#MobileNoob #today div {height:280px; position:relative;overflow:hidden; }
#MobileNoob #today div section {width:100%; }
.todayList ul:first-child {border-top:0;}
.todayList ul:after{content:"";display:block;clear:both;}
.todayList ul {margin:0 0 10px 0;padding:0;list-style:none;}
.todayList ul li {margin:0;padding:0;list-style:none; padding:3px 0 3px 14px; border-bottom:1px solid #eeeeee;}
#PcTablet .todayList ul li {border-bottom:0;line-height:20px;}
.todayList ul li .bar {color:#aba3a3;}
.todayList ul li.text {min-height:18px;}
.todayList ul li:last-child {border-bottom:0;}
.todayList ul li.thumb {float:left;width:50%;padding:12px 10px 2px;border-bottom:none; text-align:center;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;line-height:130%;}
.todayList ul li.thumb img {display:block;width:125px;height:72px;margin:0 auto 6px;border:2px solid #E6E6E6;}
#pc .todayList ul li.thumb img {width:208px;height:118px;}
#tablet .todayList ul li.thumb img {width:188px;height:108px;}
#PcTablet .todayList ul li.thumb a {color:#999;font-size:13px;}
.todayList ul li .category {color:#908787;font-weight:bold;}
.todayListNav {margin-bottom:21px;}
.todayList ul li a {display:block;width:100%;}
#MobileNoob .btmNav {text-align:center;}
.btmNav .page {display:inline-block;padding:0 10px;}
.btmNav .page button {display:inline-block;width:14px;height:14px;margin:0;padding:0;text-indent:-99999em;overflow:hidden;text-align:left;vertical-align:middle;background:url("/bns/obt/board/bg_circle.gif") no-repeat;border:0;}
#MobileNoob .btmNav .page button {margin:0 2px;}
.btmNav .page button.on {background-position:-16px 0;}
.btmNav .prev {display:inline-block;width:43px;height:23px;text-indent:-99999px;border:0;background:url("/bns/obt/layout_m/btnPrev.png") no-repeat;}
.btmNav .next {display:inline-block;width:43px;height:23px;text-indent:-99999px;border:0;background:url("/bns/obt/layout_m/btnNext.png") no-repeat;}
#PcTablet .btmNav {text-align:right;padding-right:15px}
#pc .todayList {float:left;width:518px;padding-bottom:18px;}
#tablet .todayList {float:left;width:65%;padding-bottom:18px;}

/* #PcTablet .todayList section {display:none;} */
#PcTablet .todayList section ul {margin:13px 11px 0;}

/* 실시간 검색어 */
#PcTablet .wrapBox {border:1px solid #aba3a3;overflow:auto}
#pc #wrapKeyword {float:left;width:280px;overflow:hidden}
#tablet #wrapKeyword {float:right;width:35%;overflow:hidden}

#MobileNoob .keyword {clear:both;position:relative;height:35px;padding:0 0 0 0;letter-spacing:-1px;
border-top:1px solid #E4E5E7;
border-bottom:1px solid #E4E5E7;
background:#F7F6F5;
background-image:-moz-linear-gradient(center top,rgb(247,246,245) 50%,rgb(239,236,235) 50%);
background-image:-webkit-linear-gradient(center top,rgb(247,246,245) 50%,rgb(239,236,235) 50%);
background-image:-o-linear-gradient(center top,rgb(247,246,245) 50%,rgb(239,236,235) 50%);
background-image:-ms-linear-gradient(center top,rgb(247,246,245) 50%,rgb(239,236,235) 50%);
background-image:linear-gradient(center top,rgb(247,246,245) 50%,rgb(239,236,235) 50%);
}
#MobileNoob .keyword h1 {position:relative;margin:9px 0 0 0;padding:0 0 0 45px;font-size:14px;font-weight:normal;}
#MobileNoob .keyword h1 span {position:absolute;top:1px;left:15px;width:26px;height:18px;margin:0;padding:0; ;text-indent:-99999px;overflow:hidden;background:url("/bns/obt/layout_m/layout_v1.gif") no-repeat 0 0;}

#PcTablet .keyword h1 {margin:0;padding:5px;height:27px;background:url('/bns/obt/board/bg_serverTitle.gif') repeat-x; border-left:1px solid #b6aeae}
#PcTablet .keyword h1 span {display:none;}
#PcTablet .keyword h1 span.text {display:block;width:130px;height:28px;text-indent:-99999px;background:url('/bns/obt/board/tit_serverhome.gif') no-repeat 11px -48px;}

.keyword .rank_list dt {position:absolute;top:4px;left:15px;width:26px;height:18px;margin:0;padding:0; ;text-indent:-99999px;overflow:hidden;background:url("/bns/obt/layout_m/layout_v1.gif") no-repeat 0 0;}
.keyword .rank_list dd {margin-left:42px;margin-right:45px;}
.keyword .more {position:absolute;top:0;right:0;width:42px;height:35px;background:url("/bns/obt/layout_m/layout_v1.gif") no-repeat;text-indent:-99999px;overflow:hidden;z-index:10;}
#PcTablet .keyword .more {display:none;}
#btnKeywordOpen {background-position:0 -25px;}
#btnKeywordClose {background-position:0 -65px;}
#keywordList .rank_list dt {display:none;}
.keyword .rank_list {margin-top:6px;margin-right:40px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.rank_list {position:absolute;z-index:9;width:100%;margin:0 42px 0 0;padding:0;overflow:hidden;}
.rank_list dt {margin:0;padding:0;}
.rank_list dd {margin:0;padding:3px 0 0;}
.rank_list ol {position:relative;min-width:180ox;height:20px;margin:0;padding:0;list-style:none;overflow:hidden;}
.rank_list ol.on {height:200px;width:1g86px;padding:0 0 0 5px;overflow:visible;border:1px solid #919191;background-color:#fff;}
.rank_list ol li {position:relative;float:left;width:100%;height:20px;margin:0;padding: 0;}
.rank_list ol.on li {width:186px;}
#MobileNoob .rank_list ol li .num {float:left;display:inline-block;width:17px;height:15px;margin:1px 6px 0 0;padding:0 2px 1px 1px;text-align:center;color:#f5e1c0;font-size:12px;font-family:tahoma,verdana-bold,helvertica,Sans-serif;
border-radius:2px;text-shadow:0 0 1px #834a2f;vertical-align:middle;
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5, rgb(193,109,73)),color-stop(0.5, rgb(177,91,61)));
background-image: -moz-linear-gradient(center top,rgb(193,109,73) 50%,rgb(177,91,61) 50%);}

#PcTablet .rank_list ol li .num {float:left;display:inline-block;width:16px;height:15px;margin:1px 6px 0 0;padding:0 2px 1px 1px;background:url("/bns/obt/board/rank.gif") no-repeat;text-indent:-99999px}
#PcTablet .rank_list ol li .num2 {background-position:0 -29px;}
#PcTablet .rank_list ol li .num3 {background-position:0 -58px;}
#PcTablet .rank_list ol li .num4 {background-position:0 -87px;}
#PcTablet .rank_list ol li .num5 {background-position:0 -116px;}
#PcTablet .rank_list ol li .num6 {background-position:0 -145px;}
#PcTablet .rank_list ol li .num7 {background-position:0 -175px;}
#PcTablet .rank_list ol li .num8 {background-position:0 -203px;}
#PcTablet .rank_list ol li .num9 {background-position:0 -232px;}
#PcTablet .rank_list ol li .num10 {background-position:0 -260px;}

.rank_list ol li a {float:left;color:#323232;white-space:nowrap;text-overflow:ellipsis;}
.rank_list ol li .mark {float:right;width:25px;padding:2px 0 0 13px;color:#999;text-align:left;overflow:hidden;background:url('/bns/obt/layout_m/layout_v1.gif') no-repeat;font-family:Helvetica,Sans-serif;font-size:12px;}
.rank_list ol li .up {background-position:0px -180px;}
.rank_list ol li .down {background-position:0px -216px;}
.rank_list ol li .same {background-position:0px -250px;}
.rank_list ol li .new {background-position:0px -146px;}

#PcTablet .rank_list ol li .mark {float:right;width:30px;padding:2px 0 0 13px;color:#989898;text-align:left;overflow:hidden;background:url('/bns/obt/board/rank.gif') no-repeat;font-family:verdana;font-size:9px;}
#PcTablet .rank_list ol li .up {background-position:0px -312px;}
#PcTablet .rank_list ol li .down {background-position:0px -341px;}
#PcTablet .rank_list ol li .same {background-position:0px -375px;}
#PcTablet .rank_list ol li .new {background-position:0px -282px;}

#keywordList { width:100%; height:316px; margin:0 auto 3px; position:relative; overflow:hidden; }
#PcTablet #keywordList {border-left:1px solid #e5e5e5;height:351px;margin-bottom:0;}

#keywordList div {height:316px; position:relative;overflow:hidden; }
#keywordList div section { float:left; width:100%; height:320px;}
#keywordList .rank_list {width:100%;}
#keywordListNavTop {position:relative;border-top:2px solid #bbb2b2;overflow:hidden;height:38px;}
#keywordListNavTop button {position:absolute;top:0;width:34%;margin:0;padding:8px 0;border:0;border-left:1px solid #A79C9C;border-right:1px solid #C2BABA;background-color:#bbb2b2;color:#685f5f;text-align:center;font-weight:bold;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
#keywordListNavTop button:first-child {width:33.1%;border-left:0;}
#keywordListNavTop button:nth-child(2) {left:33%;}
#keywordListNavTop button:last-child {border-right:0;left:66.5%;}
#keywordListNavTop button.on {background:#333;color:#a45c3f;background-color:#FFF;}
#keywordList .rank_list dd {padding:0 0 0;}
#keywordList .rank_list ol {width:100%;height:auto;overflow:visible;}
#keywordList .rank_list ol li {width:100%;border-bottom:1px solid #e4e5e7;padding:7px 0 4px 0;}

#PcTablet #keywordList .rank_list ol {margin-top:23px;}
#PcTablet #keywordList .rank_list ol li {border:0;padding-bottom:1px;}

#keywordList .rank_list ol li .num {margin-left:15px;}
#keywordList .rank_list ol li .mark {position:absolute;top:6px;right:5px;}
.rank_list ol li a {display:inline-block;width:60%;overflow:hidden}
.rank_list ol li span {display:inline-block;width:20%;}
#keywordNav {position:relative;padding:10px 0  9px;background:#EFECEB;}
.btnLayerClose {display:block;position:absolute;top:12px;right:15px;width:42px;height:20px;background:url('/bns/obt/layout_m/layout_v1.gif') no-repeat 0 -110px;text-indent:-99999px;overflow:hidden;}


/* hot issue */
#contents .wrap_bnsIssue {clear:both; margin:10px 0 28px; border:1px solid #e6e6e6; overflow:hidden;}
#contents .wrap_bnsIssue header {position:relative; padding:13px 0 9px 20px; font-weight:bold; letter-spacing:-1px; border-bottom:1px solid #e6e6e6; background:url("/bns/obt/board/bg_issue.gif") repeat-x;}
#contents .wrap_bnsIssue header .day {position:absolute; top:14px; right:10px; color:#999;font-weight:normal;letter-spacing:0;font-size:11px;}
#contents .wrap_bnsIssue ul.imgList {float:left; margin:19px 0 17px 20px; padding:0; list-style:none;}
#contents .wrap_bnsIssue ul.imgList li {float:left; margin-right:7px;}
#contents .wrap_bnsIssue ul.imgList li dl {position:relative; width:162px; margin:0; padding:0; overflow:hidden;}
#contents .wrap_bnsIssue ul.imgList li dt {position:absolute; bottom:0; left:0; width:152px; height:18px; margin:1px; padding:6px 0 0 8px; color:#fff; font-weight:bold; background:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";  white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#contents .wrap_bnsIssue ul.imgList li dt a {color:#fff;}
#contents .wrap_bnsIssue ul.imgList li dd {margin:0; padding:0; border:1px solid #e6e6e6;}
#contents .wrap_bnsIssue ul.imgList li dd img {width:160px; height:91px; vertical-align:middle;}
#contents .wrap_bnsIssue ul.textList {float:left; width:380px; margin:21px 0 0 24px; padding:0; list-style:none;}
#contents .wrap_bnsIssue ul.textList li {height:23px; padding:2px 0 0 10px; color:#444; letter-spacing:-1px; background:url("/bns/obt/layout/bul_dot.gif") no-repeat left 6px;}
#contents .wrap_bnsIssue ul.textList li img {vertical-align:top;}
#contents .wrap_bnsIssue ul.textList li span {display:inline-block; width:94%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#contents .wrap_bnsIssue ul.textList li em {font-style:normal; font-weight:bold;}


@media screen and (-webkit-min-device-pixel-ratio:1.5){
	.wrap_comment_summery span {background:url("/bns/obt/board/ic_comment@2x.gif") no-repeat;-webkit-background-size:17px 14px;background-size:17px 14px;}
	.btmNav .prev {background:url("/bns/obt/layout_m/btnPrev@x2.png") no-repeat;-webkit-background-size:43px 23px;background-size:43px 23px;}
	.btmNav .next {background:url("/bns/obt/layout_m/btnNext@x2.png") no-repeat;-webkit-background-size:43px 23px;background-size:43px 23px;}
	.keyword h1 span {background:url("/bns/obt/layout_m/layout_v1@2x.gif") no-repeat;-webkit-background-size:42px 300px;background-size:42px 300px;}
	.keyword .rank_list dt {background:url("/bns/obt/layout_m/layout_v1@2x.gif") no-repeat;-webkit-background-size:42px 300px;background-size:42px 300px;}
	.keyword .more {background:url("/bns/obt/layout_m/layout_v1@2x.gif") no-repeat;-webkit-background-size:42px 300px;background-size:42px 300px;}
	.rank_list ol li .mark {background:url('/bns/obt/layout_m/layout_v1@2x.gif') no-repeat;-webkit-background-size:42px 300px;background-size:42px 300px;}
	.rank_list ol li .up {background-position:0px -180px;}
	.rank_list ol li .down {background-position:0px -216px;}
	.rank_list ol li .same {background-position:0px -250px;}
	.rank_list ol li .new {background-position:0px -146px;}
	.btnLayerClose {background:url('/bns/obt/layout_m/layout_v1@2x.gif') no-repeat  0 -110px;-webkit-background-size:42px 300px;background-size:42px 300px;}

	.wrap_serverList .lyBtn {background:#fff url("/bns/obt/board/ic_arrow@2x.gif") no-repeat right 10px;-webkit-background-size:17px 34px;background-size:17px 34px;}

	.notice_like {background:url("/bns/obt/board/bg_comment_icon_v2@2x.png") no-repeat right -73px;-webkit-background-size:146px 134px;background-size:146px 134px;} /* 좋아요 되었습니다. */
	.notice_likeRe {background:url("/bns/obt/board/bg_comment_icon_v2@2x.png") no-repeat right -106px;-webkit-background-size:146px 134px;background-size:146px 134px;} /* 이미 좋아요 하셨습니다. */

	#MobileNoob .wrap_comment .article_info .declare,
	#MobileNoob .view_type1 .viewInfo .declare {background:url("/bns/obt/board/bg_comment_icon_v2@2x.png") right top no-repeat; -webkit-background-size:146px 134px;background-size:146px 134px;}

	.wrap_comment .wrap_feed .count {background:url("/bns/obt/board/bg_comment_icon_v2@2x.png") no-repeat; -webkit-background-size:146px 134px;background-size:146px 134px;}
}

/* mobile image viewer */
.swipeDimmed{z-index:100;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:0.9}.ncMobileImageViewer{position:relative;z-index:1000}.ncMobileImageViewer .swipe{visibility:hidden;position:relative;overflow:hidden;width:100%;height:100%}.ncMobileImageViewer .swipe .swipe-wrap{position:relative;width:100%;height:100%;margin:0;padding:0;list-style:none;overflow:hidden;*zoom:1}.ncMobileImageViewer .swipe .swipe-wrap:after{content:"";display:table;clear:both}.ncMobileImageViewer .swipe .swipe-div{position:relative;float:left;width:100%;height:100%;margin:0;padding:65px 0;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.ncMobileImageViewer .swipe .swipe-div .img{width:100%;height:100%;background-position:center;background-repeat:no-repeat;-moz-background-size:contain;-o-background-size:contain;-webkit-background-size:contain;background-size:contain}.ncMobileImageViewer .button{position:absolute;left:0;bottom:15px;width:100%;text-align:center}.ncMobileImageViewer .btnClose,.ncMobileImageViewer .btnPrev,.ncMobileImageViewer .btnNext{z-index:9;position:absolute;padding:0;border:none;outline:none;background-color:transparent;background-repeat:no-repeat;background-size:100% auto;cursor:pointer;text-indent:-119988px;overflow:hidden;text-align:left;text-transform:capitalize}.ncMobileImageViewer .btnClose{top:8px;right:10px;width:21px;height:21px;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAAoCAYAAABjPNNTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjYxMjY2RjNDQTg1OTExRTQ4OEJGQjM2QjM4MUMxNUIzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjYxMjY2RjNEQTg1OTExRTQ4OEJGQjM2QjM4MUMxNUIzIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjEyNjZGM0FBODU5MTFFNDg4QkZCMzZCMzgxQzE1QjMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjEyNjZGM0JBODU5MTFFNDg4QkZCMzZCMzgxQzE1QjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7W/6T/AAACaElEQVR42sSZz0eEQRjHp968LMsSS8Syp6UuERElOnWK6NQtolN/QR23y14jYtMpolOniE4REd3SLaWUTUQppfX2nfWk1/TM+2Nm9n0fPuWdeWaeT/vu7jsz9QRBICia4BGsifyjDgbAUudKSoJm8Bd1asuLesil2XkR8WMj+B+NnAQbjMuG7FgA31xnxoLciyW9Fn4T5sEnk7SVkeAmU/uTvEQ4MS/RLY3g3G+OOmBWI7oDPMdyHs3LCc6Gc7nBM+CdGbzrUNSj+dR4p/oiTlIyrRHdcyDq0Tyc4DQ3Jmoyneg+8A0FfRqfWDBOUjIBXplJDwxEfRqnxivVEaaSknHwwkx+CAopBA+ZOV5ofmErKRmzEC1ECI4mqZ/mdskJn5lixxGiBepX4zmpYFpJyQhoMUVPQFHJLVK7Gi2aR3RLUjIEHpjipyHRIl2r8UDjRbcl40QrLgVtJCU1cKdZuahxR/kia0lJFdwE0XFDecZ1ei2X+ddgEtzG9F/bFOl1sB/5Am+avg/qtwvL2z0IrmJu9xXlGdfpCe0W08YgOAHVFG+L+yxvd0UjeAmG6Xc4qpRfyep26z7RF6BMOWW6dvJJd/XdeA76ldx+arf+znQhKJ8uJc0Y2X6mefrUXEtGPQZLMWNLto9J1ysfHVYrom6sIYXrtaWJ4JGBYFj0KK1oN/c1JtuJ8aSSLneITnaOnKDrvbbJHnxKJxl1GOD6HCjVYUGW5z/G50JZn6QZnbDJVdAQ8JV1xzZYBO2MDvLbVG9bafc7fvSXrOZwupvkUFV6iT4yXgceKIOVnP89skxbjifyEj8CDADKcl1Hh9UvngAAAABJRU5ErkJggg==")}.ncMobileImageViewer .btnPrev,.ncMobileImageViewer .btnNext{top:50%;width:45px;height:45px;margin-top:-23px;background-color:rgba(0,0,0,0.3)}.ncMobileImageViewer .btnPrev:after,.ncMobileImageViewer .btnNext:after{content:'';position:absolute;z-index:2;left:50%;top:50%;width:16px;height:30px;margin-top:-15px;margin-left:-8px;background-repeat:no-repeat;background-size:100% auto}.ncMobileImageViewer .btnPrev{left:5px}.ncMobileImageViewer .btnPrev:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAA7CAYAAAD1qeOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI3MzE1MzYxQTg1OTExRTQ5ODAyOTExRkYxRUM4ODkwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI3MzE1MzYyQTg1OTExRTQ5ODAyOTExRkYxRUM4ODkwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjczMTUzNUZBODU5MTFFNDk4MDI5MTFGRjFFQzg4OTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjczMTUzNjBBODU5MTFFNDk4MDI5MTFGRjFFQzg4OTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz71aZWfAAAC1UlEQVR42sTZTasSURgHcHXjzp07V+5cuXKjXyiTkEtxP0P0AQQXRgklpYYYkpmIYCEhiV5TEc1ERcwX0E2kktN9LjMxTnNedM4zPTDgy5njT+fMeM5/LJIkWczavF7vw+l0+i0cDj9Rv24awOPxXC0Wi/HtY+lwOOzVENMA8/l8JKlqv9//CoVCj01BuN3usBag1G63+wkQdMBsNvsuUSqZTL7+r4BcLpdFOxwul+sBnAU8ABQEDyCfz79FO0WdTmdoMpn0aYBCoZDT7mcqoFgsvtPbVxhgPB73aIBSqfSetL8QwGg06tIA5XL5A60Pw4DhcNihASqVSpHVjyHAYDD4ahRwMcLhcNxnAarVapm3v4sA/X7/RhTgbAQPoFarfTz3i50F6Ha7ddEAbgQPoF6vf7p0kDMb2O32e+12+wsLAO1QEDyARqNRNQKgIqDjVqtVowGazeZnowAiAjqGD6ABACgCoIuAjuEnpgHgEIkC/IPgBcDZInIecvJEPs2IBaepaMAJggXo9XoNDMBfhHylIxZcqrEAdwh5wkEs+LfEBMBms1DqtsExGAy+3G63EQti2TqdzgQ+TO9Nq9VqS6VSV4FA4BoTcfdzRCKRp8fj8TfpkGw2mx9+v/8abUwoD6LR6DPa2Fiv13MsyMmTWCz2nAXx+XyPUBE8kNVqNRMN0X0xHo+/YEEg+kFF8ECWy+VUFIT6ZiKReGUGhNmABYEwDDIpVARsEOlgQrgbptPpFA0C4RhERKgI2DKZzBsMyNnqbDaboUEgLDsXctExlEMvYZCLR7QcfhELwjMI0VARIiGGr3ZyGEYsCNMgUEFFiIAI+ydkzVUh3SNBhM4L5IyKWJDy6UGEz5JYEEj7tBCUOaOcWVGXEWoI2lqCB6KsZ1BvuvCu7NBvP7EgMIZMuRFHWmwrc1VTEJB7aCHq5YNp90XVAYx2RWcaQoHAfQ/tSu6PAAMAr1D2XKVleogAAAAASUVORK5CYII=")}.ncMobileImageViewer .btnNext{right:5px}.ncMobileImageViewer .btnNext:after{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAA7CAYAAAD1qeOSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJEMDkyNDRCQTg1OTExRTRCQjg5REE3MzYwMEMzNjM2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJEMDkyNDRDQTg1OTExRTRCQjg5REE3MzYwMEMzNjM2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkQwOTI0NDlBODU5MTFFNEJCODlEQTczNjAwQzM2MzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQwOTI0NEFBODU5MTFFNEJCODlEQTczNjAwQzM2MzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7Lg07JAAACz0lEQVR42sTZT6sSURgGcI3AnTt3rty5cuVGv1BeCbkU9zNEHyBwIZRQUmaIIZqJCBYuJJFMRTSvqIj5B3QTqeR0HxnDW/qe48y83oEjg3Ngfjoz57znGZOiKKZdCwQCTweDwXeXy/Vo/3vudguwXq9XN/vKeDzuOZ3Oy7Mi/H7/k9Vq9UvZ20ajUfdckC1guVz+VA5sgDgcjgA7IhqNvlGIbTgcXnNDth+JRCJ+l5C/O8lkMkFB8NTY7faHrAi0dDr9/i4g/32RyWSSFKTf77dsNpufFYGWzWZT54QcPZDL5T5QkF6v1zQKQh7M5/MfKUi3220YARF2KBQKWQrS6XTqeiFSnUSQdrv9TQ9EumOxWMyLIFar9YIVIQNptVpftUBOVpdKpU9GQzRdQxGk2WxWToFovqPL5fJnCtJoNMqyEM0Ii8XyQASp1WpfZCC6BhlAKpVKUQRBPzbEDlKtVksUBMcpiCETkF6IYdMxToC/noLg0h2CGFqc4CbUAjG8VAMEjycFUZ8qPsQOggFLFsJWxgOCIZyCqCOviXVRAwhmVwqCwumeiXFbLBbPfD7fq5tzbah+9zkRXq/3KpVKXZrN5oM/Frh6vd5nuxQej+dqPp//OHYZNpvN72Aw+JztngBgNpuNqHthB2BBuN3uxyJAKBR6wTZOADCdToenAAxFIGISAcLh8Eu2CQyAyWQy0AIwBCEDiEQir9mKGmRaCNn0AHQhZABqFMVT6CI6QqhGAWKx2Fu2kl8GEI/H37EtfgBAiEYB1BCOZxkIADIrCqCGbzwLYoRlIoAauvFEAwAgo+ICCBEIPkQANWTjiYsAQDjGDTiKkAGooRpPhAgAUjkKoGZYPGEqAEjjzgm4hQBAVJ6rmRVPwC6zPuACbBGnrJTYEKKglBuwRVC14b+rZ9Y3P4fKdABEWZPhT8f+iulYosKO2EHwnuOcALQ/AgwA3iv2nEIMYCoAAAAASUVORK5CYII=")}.ncMobileImageViewer .btnOrigin{display:inline-block;padding:7px 12px;border:1px solid #ddd;border-radius:2px;font:12px "맑은 고딕", "Malgun Gothic", "나눔고딕", "NanumGothic","Apple SD Gothic Neo", sans-serif;text-decoration:none;color:#ddd}.ncMobileImageViewer .count{position:absolute;top:10px;left:0;right:0;text-align:center;font:12px Verdana, sans-serif;color:#f2f2f2}
