/*
------------------------------------------------------------
website : http://www.i-baby.co.kr/
File Name : community.css
css version : 2.0
Date : 2010.10
explanation : "커뮤니티" 관련 레이아웃 구조 정의
Modify Date: 
------------------------------------------------------------
*/

@charset "utf-8"; /*언어타입지정*/

@import url(common.css); /* 전체 공통 css import */
@import url(character.css); /* 카테고리 css import */
@import url(table.css); /* 공통 테이블 css import */
@import url(form.css); /* 공통 폼 css import */

#body {background: url(../images/common/layout/bg_navTop.gif) repeat-x 0 0;}
#container {width:996px; margin:0 auto; position:relative;}
#header {margin-bottom:6px;}
#contents_wrapper {text-align:left;}
#subPage {margin-bottom:10px; background: url(../images/common/layout/line_01.gif) repeat-y 103px 0;}
#sidebarL {float:left; width:102px; margin-right:10px; font-size:12px; display:inline; position:relative; z-index:999;}
#contSubPage {float:left; width:675px; display:inline;}
#sidebarR {float:right; width:200px; display:inline;}

/** 메인 커뮤니티 상단 이야기마당&출석톡톡 **/
.itemArea {width:100%; display:inline-block;}
.itemArea .inner {background: url(../images/common/layout/line_01.gif) repeat-y 226px 0;}
.itemArea .inner .inner {background: url(../images/common/layout/line_01.gif) repeat-y 451px 0;}
.itemArea .item {float:left; width:207px; padding:12px 9px 8px; display:inline;}
.storyArea {float:left; width:440px; display:inline;}
.stories, .checkAtten {height:122px; padding-top:14px; padding-bottom:11px;}
.stories {font-size:12px;}
.stories .fl {width:123px; padding:0 10px; text-align:center; display:inline;}
.stories .fl .img {margin-bottom:15px;}
.stories .fl .img img{border:1px solid #e5e5e5;}
.stories .fl .info {line-height:16px;}
.stories .fl .info .tit {width:109px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}
.stories .fl .info .support {color:#aaa;}
.stories .fr {width:297px; display:inline;}
.STList li {width:100%; display:inline-block; padding:3px 0; background: url(../images/common/layout/bul_02.gif) no-repeat 0 8px;}
.STList li a {padding-left:8px; color:#434343;}
.STList li .num {color:#ff7500;}
.STList li .name {color:#aaa; font-size:11px; margin-left:3px;}
.checkAttenArea {float:right; width:225px; display:inline;}
.bdTopOrange .checkAttenArea {width:215px; padding-left:10px; background:#f9f9f9; border-left:1px solid #f0f0f0;}
.checkAtten {background: url(../images/common/ico/ico_checkAtten.gif) no-repeat 100% 50px;}
.checkAtten .tit {margin-bottom:12px;}
.checkAtten .text {margin-bottom:16px;}
.checkAtten .btn_Go {color:#ff7500; font-size:12px; padding:5px 13px 5px 10px; display:inline-block; border:1px solid #ff7500; background:#fff url(../images/common/layout/arrow_right_01.gif) no-repeat scroll 90% 50%;}

/** 메인 커뮤니티 포토갤러리 **/
.tit_PG_event {color:#aaa; font-size:11px; font-weight:normal; text-decoration:underline;}
.photoGallery {width:648px; display:inline-block; padding:15px 14px; background:#f1f7e4; position:relative;}
.photoGallery .galleries {width:648px; height:330px; overflow:hidden; position:relative;}
.photoGallery .galleries ul {}
.photoGallery .galleries ul li {float:left; width:126px; height:149px; margin:10px 18px;}
.photoGallery .galleries ul li .img {margin-bottom:10px;}
.photoGallery .galleries ul li .img img {background-color:#fff; border:1px solid #e7e9e5;}
.photoGallery .galleries ul li .info {line-height:16px; font-size:12px; text-align:center;}
.photoGallery .galleries ul li .info .tit a {color:#434343; font-weight:700;}
.photoGallery .galleries ul li .info .support {color:#aaa;}
.photoGallery .galleries ul li .info .num {color:#ff7500;}
.photoGallery .btn_ctrl_left, .photoGallery .btn_ctrl_right {width:8px; height:12px; position:absolute; top:72px;}
.photoGallery .btn_ctrl_left {left:12px;}
.photoGallery .btn_ctrl_right {right:12px;}

/** 메인 커뮤니티 생생거래후기 & 안전거래 이용후기 **/
.tradeReviewArea {float:left; width:450px; display:inline;}
.tradeReview {}
.tradeReview li {padding:8px 10px;}
.tradeReview li .info {line-height:18px; color:#aaa;}
.tradeReview li .info .title {color:#434343; font-size:12px; font-weight:700;}
.tradeReview li .info .num, .tradeReview li .info .name {color:#aaa;}
.tradeReview li .text {width:430px; font-size:12px; color:#898989; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; cursor:pointer;}
.tradeReview li .text a {color:#898989;}
.ratingsOnSub {float:left; width:225px; display:inline;}
.ratingsOnSub .ratingBox li {padding:8px 0 8px 10px; margin-bottom:0; background:#f9f9f9; border-left:1px solid #f0f0f0; border-bottom:1px solid #e7e7e7;}
.ratingsOnSub .ratingBox li.last {border-bottom:none;}
.ratingsOnSub .ratingBox li .rating {margin-bottom:5px;}
.ratingsOnSub .ratingBox li .rating a {color:#898989;}
.ratingsOnSub .ratingBox li .rating .ico_star {display:inline-block; margin-right:10px;}
.ratingsOnSub .ratingBox li .rating .tit {color:#747a60;}
.ratingsOnSub .ratingBox li .text {width:214px; font-size:12px; color:#434343; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; cursor:pointer;}

/** 커뮤니티 목록 상단 인기글 목록 **/
#talkTop {width:675px; overflow:hidden; border-top: 1px solid #E2E2E2; border-bottom: 1px solid #E2E2E2; background:#f9f9f9; color:#747A60;}
#talkTop .inner {background: url(../images/common/layout/line_01.gif) repeat-y 225px 0;}
#talkTop .inner .inner {background: url(../images/common/layout/line_01.gif) repeat-y 449px 0;}
#talkTop .talkBox {float:left; width:210px; padding-left:10px; padding-right:5px; display:inline-block; margin-top:15px; padding-bottom:15px;}
#talkTop .talkBox h1 {font-size: 11pt; font-weight:700; letter-spacing:-0.5px; color:#434343; line-height:19px; width:210px; height:35px; overflow:hidden; margin-bottom:12px; cursor:pointer;}
#talkTop .talkBox img {padding-right:5px;}
#talkTop .talkBox .category {font-size: 8pt; color:#769c08;}
#talkTop .talkBox .name {font-size: 8pt; color:#aaaaaa;}
#talkTop .talkBox .cont {font-size: 10pt; color:#898989; line-height:16px; margin-top:13px; height:30px; overflow:hidden;}

/** 커뮤니티 게시판 검색 영역 **/
.searchBotArea {padding:5px 10px; background:#f3f4f3; margin-bottom:10px;}
.searchBotArea *{vertical-align:middle;}
.searchBotArea .fl .chkbArea {margin-right:15px;}
.searchBotArea .fl .chkbArea .chkb {_vertical-align:top;}
.searchBotArea .lbl {margin-right:10px; color:#898989;}
.searchBotArea .input_txt {width:185px; height:14px; padding:3px 5px; color:#434343; background:#fff; border:1px solid #aeaeae;}

/** 커뮤니티 게시판 선택 옵션들 **/
.modeViews {margin-top:12px; margin-bottom:12px;}
.modeViews *{vertical-align:middle;}
.modeViews .fl a {color:#aaa}
.modeViews .fl img {position:relative;}
.modeViews .fl #listViews, .modeViews .fl #gridViews {height:15px; display:inline-block;}
.modeViews .fl .active a {color:#434343; font-weight:700;}
.modeViews .fl .gun {line-height:20px; color:#aaa; margin-left:5px;}
.modeViews .fr .radio {margin:0;}
.modeViews .fr .lbl {margin-right:6px;}


/** 커뮤니티 게시판 분류 선택 **/
#classPopClass { position:absolute; top:24px; left:-1px; padding:0px 0 0px 0;width:50px;border:1px solid #CACACA;border-top:none;background-color:#ffffff;}/*width:70px;*/
#classPopClass li {font:12px 돋움;padding:0 0 0 0px;letter-spacing:-1px; line-height:22px;}

/** 커뮤니티 게시판 페이징 **/
/*.pageing {text-align: center; margin-top:30px; margin-bottom:20px;}
.pageing li {color:#cbcbcb; display:inline; padding:0 7px; background: url(../images/common/layout/pbPaging_lineVerti.gif) no-repeat 100% 50%;}
.pageing li * {vertical-align:middle;}
.pageing li.ico_pagenav {padding:0 1px; background: none;}
.pageing li.lastNum {background: none;}
.pageing li a {color:#404040; font-weight:700; text-decoration:none;}
.pageing li a:hover {color:#ff7635; text-decoration:underline;}
.pageing li span {color: #ff7635; font-weight:700;}*/
.pageing {text-align: center; margin-top: 20px; margin-bottom:20px;}
.pageing li {color:#cbcbcb; display:inline-block; padding: 0 7px; vertical-align: bottom;/* background: url(../images/common/layout/pbPaging_lineVerti.gif) no-repeat 100% 50%; */border: 1px solid #cbcbcb;}
.pageing li * {/*vertical-align:middle;*/}
.pageing li.ico_pagenav {padding:0 1px; background: none; border: 0;}
.pageing li.ico_pagenav a img {width: 26px; height: 26px;}
.pageing li.lastNum {background: none;}
.pageing li a {color:#404040; font-weight:700; text-decoration:none; color: #999; font-size: 15px; height: 24px; line-height: 24px;}
.pageing li a:hover {color:#ff7635; }
.pageing li span {color: #ff7635; font-weight:700; font-size: 15px; height: 24px; line-height: 24px;}
.pageing li.active {}


/** 커뮤니티 게시판 보기 **/
.prdBigArea {padding-left:8px;}
.prdBigArea .tit_prdBig {color:#313131; font-size:14px; font-weight:700; margin-bottom:12px;}
.prdBigArea .tit_prdBig * {vertical-align:middle;}
.prdBigArea .tit_prdBig span.comment {color:#ff7500; font-size:12px;}
.commViewArea {width:100%; display:inline-block; background:#fff; border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
.commViewArea * {vertical-align:middle;}
.commViewInfo {width:100%; display:inline-block; padding:10px 0;}
.commViewInfo .cm_img {float:left; width:65px; padding-left:10px;}
.commViewInfo .cm_top {float:left; width:580px; margin-top:3px; padding-left:10px; display:inline;}
.commViewInfo .cm_bottom {float:left; width:580px; margin-top:25px; padding-left:10px; display:inline;}
.tit_commTBig {}
.tit_commTBig li {font-size:12px; color:#343434; padding-right:9px; display:inline;}
.tit_commTBig li.ip {font-family:Tahoma; font-size:8pt; color:#999}
.tit_commBBig {width:580px; float:right; text-align:right; }
.tit_commBBig li {font-size:12px; color:#343434; padding-left:20px; display:inline;}
.tit_commBBig .tit {color:#888;}

.tit_commLBig {padding-left:10px; float:left;}
.tit_commLBig li {font-size:12px; color:#343434; padding-right:9px; display:inline; line-height:40px;}
.tit_commRBig {padding-right:10px; float:right; text-align:right; }
.tit_commRBig li {font-size:12px; color:#343434; padding-left:20px; display:inline; line-height:40px;}
.tit_commRBig .tit {color:#888;}
.commViewContent {width: 655px; display:inline-block; background:#fff; margin-bottom:30px; font-size:12px; line-height:1.6; font-family:Dotum, AppleGothic, Sans-serif; overflow:hidden;}
.commViewContent .content {margin-bottom:20px; padding-left:10px; font-size:12px; line-height:24px;}
.commViewContent .imgCenter {text-align:center; font-size:12px; line-height:24px;}
/* .commViewContent p{ margin-top:7px; margin-bottom:7px;} */
.commViewContent blockquote.q1,
.commViewContent blockquote.q2,
.commViewContent blockquote.q3,
.commViewContent blockquote.q4,
.commViewContent blockquote.q5,
.commViewContent blockquote.q6,
.commViewContent blockquote.q7{ padding:10px; margin-left:15px; margin-right:15px;}
.commViewContent blockquote.q1{ padding:0 10px; border-left:2px solid #ccc;}
.commViewContent blockquote.q2{ padding:0 10px; background:url(../img/bg_qmark.gif) no-repeat;}
.commViewContent blockquote.q3{ border:1px solid #d9d9d9;}
.commViewContent blockquote.q4{ border:1px solid #d9d9d9; background:#fbfbfb;}
.commViewContent blockquote.q5{ border:2px solid #707070;}
.commViewContent blockquote.q6{ border:1px dashed #707070;}
.commViewContent blockquote.q7{ border:1px dashed #707070; background:#fbfbfb;}
.commViewContent sup{ font:10px Tahoma;}
.commViewContent sub{ font:10px Tahoma;}
.commViewContent table td{padding:4px;}
.commViewBtn {width:100%; height:30px; padding-top:10px; margin-bottom:30px; vertical-align:middle; border-top:1px solid #e7e7e7; border-bottom:1px solid #e7e7e7;}
.commViewBtn .lf {float:left; display:inline; padding-left:10px;}
.commViewBtn .lf * {vertical-align:middle;}
.commViewBtn .rt {float:right; display:inline;}
.reviewHeadArea {padding-left:8px;}
.reviewHeadArea .tit_prdBig {color:#313131; font-size:12px; margin-bottom:0px;}

/** 커뮤니티 댓글 **/
.commentArea {margin-bottom:40px;}
.comments {margin-bottom:20px; border-top:1px solid #e7e7e7;}
.comments li {width:100%; display:inline-block; padding:10px 0; border-bottom:1px solid #e7e7e7;}
.comments li .cm_img {float:left; width:65px; padding-left:10px; display:inline;}
.comments li .cm_txt {float:left; width:470px; font-size:12px; padding:0 20px 0 10px; display:inline; line-height:20px;}
.comments li .cm_info_user {float:right; width:100px; display:inline;}
.comments li .cm_info_user .info {font-size:12px; line-height:20px;}
.comments li .cm_info_user .date {color:#aaa; line-height:14px;}
.comments li .cm_info_user .IP {color:#aaa; line-height:14px; font-family:Tahoma; font-size:8pt;}
.comments li .cm_info_user .userid {color:#000; line-height:14px; font-family:Tahoma; font-size:8pt;}
.notesReply {color:#aaa; font-size:11px; font-weight:normal;}
.reply {padding:0 0 0 8px;}
.reply .txtAreaWrp {float:left; width:565px; display:inline;}
.reply .txtArea {width:558px; height:62px; padding:5px 0 5px 5px; background:none; border:1px solid #dfdfdf;}
.reply .btn {float:right; width:88px; display:inline;}

/** 커뮤니티 게시판 등록/수정하기 **/
#bottomcommArea {float:left;}
.bottomcommUl {}
.bottomcommUl li {color:#898989; padding-left:10px; font-size:8pt; line-height:16px;}
#inputcommArea {width:100%; margin:5px 0; padding-bottom:5px;}
.inputcommTable {width:675px;}
.inputcommTable th {width:100px; font-size:10pt; color:#434343; font-weight:700; padding-left:10px; margin-top:0; line-height:32px;}
.inputcommTable td {width:575px; font-size:10pt; color:#434343; padding-left:10px; margin-top:0; }
.inputcommTable td select {font-size:9pt;}

/* 커뮤니티 수다&뉴스 상단 커뮤니티 이벤트*/
#lifeking {width:675px; height:150px;}
#lifeking #life_left {width:486px; height:150px; float:left; background:#fff url(../images/community/community_gifticon_left.jpg) no-repeat;}
#lifeking #life_right {width:189px; height:150px; float:right; background:#fff url(../images/community/community_gifticon_right.jpg) no-repeat;}
#lifeking #life_right #right_box {width:160px; margin-top:50px; margin-left:18px;}
#lifeking #life_right #right_box td {color:#fff; font-size:12px; font-weight:700; line-height:18px;}
#right_box_date {width:88px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#right_box_id {width:88px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#right_box_gifticon {width:88px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#lifeking #life_right #right_navi {width:41px; height:18px; margin-top:10px; margin-left:130px;}


/* 커뮤니티 포토갤러리 상단 포토킹 */
#photoking{width:675px; margin:0; padding:0;}
#photoking span{padding:0 0 0 10px; font-size:12px; color:#282828; font-weight:700; float:left;}
#photoking #monthOfKing {float:right; font-family:"돋움"; margin-bottom:5px;}

/** 커뮤니티 포토갤러리 **/

#imgviewWrap{ width:675px;}
#imgviewWrap .imageView{margin-top:0;}
#imgviewWrap .imageView tr.bcolor {background-color:#f1f7e4;}
#imgviewWrap .imageView td {width:168px; text-align:center; padding-bottom:20px; padding-top:20px; border-bottom:1px solid #e7e7e7; }
/*#imgviewWrap .imageView .image {width:125px; height:106px; display:inline; text-align:center;}*/
#imgviewWrap .imageView .image img.item { border:1px solid #e5e5e5; padding: 4px;}
#imgviewWrap .imageView .title {width:160px; font-size:12px; padding-top:8px; display:inline-block; text-align:center;}
#imgviewWrap .imageView .title a {color:#505050; font-weight:700; font-size:12px; line-height:16px; margin:4px 0px; text-align:center; }
#imgviewWrap .imageView .title span.comment {color:#ff7500; margin-left:1px;}
#imgviewWrap .imageView .name {width:150px; font-size:12px; padding-top:3px; display:inline-block; color:#aaa; text-align:center;}
#imgviewWrap .imageView .name a {color:#aaa;}
#imgviewWrap .imageView .name span{padding-left:2px; vertical-align:middle;}


/** 커뮤니티 포토갤러리 **/
/*
#imgviewWrap{ width:675px; border:0px solid #e7e7e7; border-top-width:1px;}
#imgviewWrap .imageView{margin-top:0;}
#imgviewWrap .imageView td {width:168px; height:160px; text-align:center; padding-bottom:15px; padding-top:15px; border-bottom:1px solid #e7e7e7;}
#imgviewWrap .imageView td div.image {position:relative;}
#imgviewWrap .imageView td div.image img.item { border:1px solid #e5e5e5; padding: 4px; margin-bottom: 8px; }
#imgviewWrap .imageView .image a img{}
#imgviewWrap .sold {position:absolute; left:48px; bottom:53px; filter:Alpha(Opacity=100); }
#imgviewWrap .imageView .title a {color:#505050; display:block; font-size:12px; margin:4px 0px ;width:150px; height:16px; line-height:22px;overflow:hidden;white-space:nowrap; text-align: center; }
#imgviewWrap .imageView .price { width:160px; height:16px; color:#ff7b13; font-weight:bold; display:inline; }
#imgviewWrap .imageView .price span{padding-left:2px; vertical-align:middle;}
#imgviewWrap .imageView .name {width:140px; height:16px;  color:#88cc22; font-weight:normal; }
#imgviewWrap .imageView .name a { color:#aaa; }
#imgviewWrap .imageView .name span{padding-left:2px; vertical-align:middle;}
*/



/*출석체크 안내*/
#attendance {width:665px; height:160px; overflow:hidden; border-top: 1px solid #E2E2E2; font-size:12px; border-bottom: 1px solid #E2E2E2; background:#f1f7e4; position:relative; padding: 5px; 10px; }
#attendance h1{font-family:돋움; font-size: 11pt; font-weight:bold; letter-spacing:-0.3px; color:#769c08;  padding-left:5px;}
#attendance .subBody{padding-left:5px; font-size:13px; line-height:16px; margin-top:20px;}
#attendance .subBody2{padding-left:5px; font-size:13px; line-height:18px; margin-top:15px;}
#attendance .green_bean{position:absolute; width:234px; height:125px; left:430px; top:12px; background:url(../images/common/layout/aboutbean.jpg) no-repeat; }
#attendance .green_bean span{font-family:돋움; font-size: 8pt; color:#fff; float:right; padding-right:10px;  padding-top:105px; cursor:pointer;}

/*출석체크 달력 테이블*/
#titDate{text-align:center; width:675px; color:#b4b4b4; font-weight:bold; padding:20px 0 0 0;}
#titDate .year{font-family:돋움; font-size: 8pt; }
#titDate .month{font-family:굴림; font-size: 25pt; width:100px; }
#calender {border-collapse: collapse; width: 675px; border: 1px solid #97ba2a; position:relative;}
#calender caption {font-size: 1.2em; font-weight: bold; margin: 1em 0;}
#calender col {border: 1px solid #97ba2a;}
#calender thead {background: #f1f7e4;border: 1px solid #97ba2a;} 
#calender th {font-weight: bold; text-align: center; font-size:8pt; height:30px; border: 1px solid #97ba2a; }
#calender td {text-align:right; vertical-align:top; padding:5px; font-size:8pt; color: #898989; border: 1px solid #97ba2a; width:95px; height:75px;}
.myCount { width:675px; height:10px; font-size:12px; position:relative; bottom:5px; text-align:right; padding-bottom:10px;}
.myCount span { font-weight:bold; color:#769c08;}
.myCount .grayLine { font-weight:none; color:#efefef; font-size: 8pt;}
#calender td.gray{color:#ccc;}
#calender td.sun{color:#ff7500;}
#calender td.sat{color:#448aca;}
#calender td .ad{float:left; vertical-align:top; font-family:돋움; font-size:8pt; font-weight:normal; color:#434343; padding:0; display:inline; position:relative;}
#calender td .ad a {color: #ff7500; font-size: 11px;font-weight: bold;padding-right: 3px;}
#calender td .click{vertical-align:top; text-align:center; font-family:돋움; font-size: 10pt; font-weight:bold; color:#769c08; padding:0; }
#calender td .comp{vertical-align:top; text-align:center; font-family:돋움; font-size: 10pt; font-weight:bold; color:#769c08; padding:0;}
#calender td.today{background-color: #f1f7e4;}

/* 아베콩안내 */
#aboutBean{width:655px; background:url(../images/common/layout/bg_bean.jpg) repeat-y; margin-top:-2px; padding-top:5px; padding-bottom:10px; margin-bottom:20px;}
#aboutBean h1{font-family:돋움; font-size: 10pt; font-weight:bold; color:#434343; padding-left:15px; padding-top:20px; padding-bottom:20px;}
#aboutBean p{font-family:돋움; font-size: 10pt; color:#434343; padding-left:15px;  line-height:14pt;}
#aboutBean ul.event{list-style:none; margin:0; padding-left:15px; padding-bottom:20px; line-height:16px;}
#aboutBean li.event{background:url(../images/common/ico/ico_grarrow.gif) no-repeat 0 50%; padding-left:10px; font-family:돋움; font-size: 10pt; color:#434343;}
.beanTblWrp {padding:0 10px 20px 10px;}
.beanTbl {border-top:1px solid #a8a8a8; padding-left:10px; font-family:돋움; color:#434343; border-collapse:collapse; }
.beanTbl th, .beanTbl td {padding:10px 0 10px; font-size:12px; text-align:center; line-height:24px; border-bottom:1px solid #a8a8a8;}
.beanTbl td {padding:10px 0 10px; font-size:12px; text-align:left; line-height:24px; border-bottom:1px solid #a8a8a8;}
.beanTbl th *, .beanTbl td *{vertical-align:middle;}
.beanTbl th {line-height:14px; font-family:돋움; font-size: 8pt; letter-spacing:-0.7px; color:#434343; font-weight:none; }
.beanTbl th .border {background: url(../images/common/layout/line_01.gif) repeat-y 100% 50%;}
.beanTbl th div, .beanTbl td {padding-left:9px; padding-right:9px;}
.beanTbl td a {color:#434343; line-height:24px;}
.beanTbl td .price,  .beanTbl td .name,  .beanTbl td .registered,  .beanTbl td .views {line-height:14px;}
.beanTbl td .name {color:#747a60;}
.beanTbl td .registered,  .beanTbl td .views {color:#aaa;}
.beanTbl td .price .num {color:#f77107;}
.beanTbl .active th, .beanTbl .active td {background:#eff9db;}
.beanTbl td .attention {color:#ff7500; font-size:11px; font-weight:700;}
.beanTbl .count{color:#769c08; font-family:돋움; font-size: 10pt; font-weight:bold; padding-right:0px; text-align:right;}
#aboutBean .delete{color:#ff7500; font-family:돋움; font-size: 10pt; font-weight:bold;  padding-left:10px; line-height:50px;}
#aboutBean #caution{padding:0 10px 0 70px;}
#aboutBean #caution ol.caution{color:#769c08; font-family:돋움; font-size: 10pt;  padding-left:20px; list-style:decimal;}
#aboutBean #caution li.caution{color:#434343; font-family:돋움; font-size: 10pt; letter-spacing:-0.7px; text-align:left; line-height:14pt;}

