@charset "utf-8";

@import "/phtrauma/resources/cms/css/fontawesome.min.css";


/* bbs reset */
#board_wrap legend {display:none;}
#board_wrap fieldset {min-width:auto;border:0;margin:0;padding:0;}
#board_wrap .content {min-height:auto;}
#board_wrap .tbl_wrap {border-top:2px solid #20339b;border-bottom:1px solid #ccc;}
#board_wrap table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}
#board_wrap table caption span {position:absolute;left:-10000px;height:1px;overflow:hidden;}

#board_wrap .floatL {float:left;}
#board_wrap .floatR {float:right;}
#board_wrap .alignL {text-align:left !important;}
#board_wrap .alignC {text-align:center !important;}
#board_wrap .alignR {text-align:right !important;}


/* bbs input */
#board_wrap input[type="text"],
#board_wrap input[type="password"],
#board_wrap select,
#board_wrap textarea {height:40px;padding:8px 10px;border:1px solid #ccc;border-radius:3px;background-color:#fff;color:#000;font-size:15px !important;text-align:left;box-sizing:border-box;}
#board_wrap input[type="text"],
#board_wrap input[type="password"] {width:100%;}
#board_wrap input[type="file"] {-webkit-appearance:none;display:block;border:none;background-color:#fff;}
#board_wrap input[type="file"] + img {margin-top:20px;}
#board_wrap input[type="checkbox"],
#board_wrap input[type="radio"] {width:20px;height:20px;border:1px solid #ccc;border-radius:3px;}
#board_wrap select {min-width:80px;}
#board_wrap textarea {width:100%;height:100%;padding:10px;box-sizing:border-box;}
/* #board_wrap label+input[type="radio"],
#board_wrap label+input[type="checkbox"] {margin-left:15px;}
#board_wrap input[type="radio"]+label,
#board_wrap input[type="checkbox"]+label {margin-left:5px;}
#board_wrap input[type="file"].nobg {opacity:0; position:absolute; z-index:0;} */
#board_wrap .inp_check {display:inline-block;margin-right:20px;vertical-align:middle;}
#board_wrap .inp_check label {margin-left:5px;vertical-align:middle;cursor:pointer;}

#board_wrap .datepicker {position:relative;display:inline-block;}
#board_wrap .datepicker:before {content:'\f073';position:absolute;top:8px;left:10px;font-family:'fontAwesome';}
#board_wrap .datepicker input[type="text"] {padding-left:30px;}


/* bbs search */
#board_wrap .bbs_search {left:0;z-index:1;}
#board_wrap .bbs_search:after {content:"";display:block;height:0;clear:both;}
#board_wrap .bbs_search select {padding-left:10px;min-width:80px;height:40px;border:1px solid #ccc;box-sizing:border-box;background:#fff;vertical-align:top;}
#board_wrap .bbs_search input {margin:0 3px;padding:0 10px;min-width:150px;width:auto;height:40px;border:1px solid #ccc;box-sizing:border-box;vertical-align:top;}
#board_wrap .bbs_search button {height:40px;vertical-align:top;}


/* bbs info */
#board_wrap .bbs_info {font-size:14px;overflow:hidden;}
#board_wrap .bbs_info .pdT15 {padding-top:15px;}
#board_wrap .bbs_info_box {padding:15px 20px;background-color:#e6eded;}
#board_wrap .bbs_info_box ul li {margin:5px 0;}
#board_wrap .bbs_info select {border-color:#ccc;}
#board_wrap .bbs_info em {color:#ff0b89;font-weight:bold;}


/* bbs list */
#board_wrap .bbs_list table th,
#board_wrap .bbs_list table td {padding:10px;word-break:break-all;text-align:center;}
#board_wrap .bbs_list table th {background:#f7f7f7;}
#board_wrap .bbs_list table td {border-top:1px solid #ccc;border-left:1px solid #ccc;}
#board_wrap .bbs_list table td:first-child {border-left:0;}
#board_wrap .bbs_list table tbody .subject {text-align:left;}
#board_wrap .bbs_list table tbody .subject a {display:inline-block;width:100%;line-height:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;}
#board_wrap .bbs_list table tbody .subject a .new {display:inline-block;margin-left:5px;padding:0 5px;height:18px;line-height:18px;color:#fff;font-size:12px;border-radius:3px;background-color:#ff0b89;vertical-align:middle;}
#board_wrap .bbs_list table tbody .attach {vertical-align:middle;}
#board_wrap .no_data {padding:30px 0;border-bottom:1px solid #ccc;text-align:center;}


/* bbs view */
#board_wrap .bbs_view {margin-top:20px;}
#board_wrap .bbs_view .tbl_wrap {margin:0;}
#board_wrap .bbs_view .title {padding:15px;border-bottom:1px solid #ccc;background:#f5f5f5;font-size:1.5em;font-weight:700;}
#board_wrap .bbs_view .desc	{padding:10px;font-size:0.875em;}
#board_wrap .bbs_view .desc dl {overflow:hidden;}
#board_wrap .bbs_view .desc dt {float:left;width:10%;color:#888;}
#board_wrap .bbs_view .desc dd {float:left;width:40%;}
#board_wrap .bbs_view .cont	{padding:15px 10px;border-top:1px solid #ccc;min-height:300px;word-break:break-all;box-sizing:border-box;}
#board_wrap .bbs_view .cont iframe {max-width:100%;}
#board_wrap .bbs_view .cont img {max-width:100%;}
#board_wrap .bbs_view .attach {padding:8px 10px;margin:0;border-top:1px solid #ddd;font-size:0.875em;word-break: break-all;}
#board_wrap .bbs_view .attach i,
#board_wrap .bbs_view .attach img {display:inline-block;margin-right:5px;}
#board_wrap .bbs_view .reply {border-top:1px solid #ccc;background:#f5f5f5;}

#board_wrap .bbs_view_list {margin:20px 0;border:solid #ccc;border-width:1px 0;border-radius:3px;color:#888;}
#board_wrap .bbs_view_list dl {overflow:hidden;}
#board_wrap .bbs_view_list dt,
#board_wrap .bbs_view_list dd {float:left;padding:10px;box-sizing:border-box;color:#888;}
#board_wrap .bbs_view_list dt {width:15%;background:#f5f5f5;color:#888;}
#board_wrap .bbs_view_list dd {width:85%;}
#board_wrap .bbs_view_list dd a {display:inline-block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top;}
#board_wrap .bbs_view_list dt:first-child,
#board_wrap .bbs_view_list dt:first-child + dd {border-bottom:1px solid #ccc;}

/* bbs comment */
#board_wrap .bbs_comment {padding:15px 10px;border-top:1px solid #ccc;}
#board_wrap .bbs_comment .tit em {margin-left:5px;color:#ff0b89;}
#board_wrap .bbs_cmt_write {position:relative;margin:10px 0;padding-right:90px;}
#board_wrap .bbs_cmt_write .box {height:80px;}
#board_wrap .bbs_cmt_write .btn_cmt {position:absolute;top:0;right:0;width:80px;height:80px;padding:0;}
#board_wrap .bbs_cmt_list {margin-top:20px;}
#board_wrap .bbs_cmt_list .bbs_cmt_write {display:none;}
#board_wrap .bbs_cmt_list ul li {position:relative;padding:15px 0;border-top:1px solid #ccc;}
#board_wrap .bbs_cmt_list .desc {padding:0;}
#board_wrap .bbs_cmt_list .btn_wrap {position:absolute;top:10px;right:10px;margin:0;}
#board_wrap .bbs_cmt_list .btn_reply {margin-left:10px;}


/* bbs write */
#board_wrap .bbs_write table tr:first-child th,
#board_wrap .bbs_write table tr:first-child td {border-top:0;}
#board_wrap .bbs_write table th,
#board_wrap .bbs_write table td {padding:10px;border-top:1px solid #ccc;text-align:left;word-break: break-all;}
#board_wrap .bbs_write table th {background:#f7f7f7;font-weight:700;}
#board_wrap .bbs_write table td {border-top:1px solid #ccc;border-left:1px solid #ccc;background:#fff;}
#board_wrap .bbs_write table td:first-child {border-left:0;}
#board_wrap .bbs_write table td.num {color:#888;}
#board_wrap .bbs_write table td + th {border-left:1px solid #ccc;}
#board_wrap .bbs_write th em {margin-left:5px;color:#ff0b89;}

#board_wrap .bbs_write .attach {position:relative;margin:10px 0;padding:15px;background:#f5f5f5;}
#board_wrap .bbs_write .attach .preview	{position:absolute;width:120px;height:120px;line-height:120px;border:1px solid #ccc;border-radius:3px;background:#fff;text-align:center;}
#board_wrap .bbs_write .attach .filebox	{position:relative;margin-bottom:5px;border:1px solid #ccc;border-radius:3px;text-align:center;}
#board_wrap .bbs_write .attach .filebox select {position:relative;width:100%;min-height:100px;border:none;outline:none;background:#fff;}
#board_wrap .bbs_write .attach .filebox:before {content:"파일을 드래그하여 업로드";position:absolute;width:100%;left:0;top:50%;margin-top:-10px;text-align:center;z-index:9;}
#board_wrap .bbs_write .attach .filebox.on:before{display:none}
#board_wrap .bbs_write .attach .cont {margin-left:140px;font-size:14px;width:auto;}
#board_wrap .bbs_write .attach .list li {display:block;position:relative;padding:4px 0;border-bottom:1px solid #ccc;}
#board_wrap .bbs_write .attach .list li:hover {background:#e6eded;}
#board_wrap .bbs_write .attach .list .fa {position:absolute;right:0;top:8px;color:#888;}
#board_wrap .bbs_write .attach .graph {position:relative;width:100%;height:10px;background:#fff;border:1px solid #ccc;vertical-align:top;}
#board_wrap .bbs_write .attach .graph .bar {display:inline-block;background:#2adcd6;height:10px;vertical-align:top;}
#board_wrap .bbs_write .attach .graph .num {position:absolute;top:0;right:0;display:inline-block;font-size:10px;line-height:1;}

#board_wrap .write_notice .stxt {display:inline-block;color:#666;font-size:14px;vertical-align:middle;}


/* bbs gallery */
#board_wrap .gallery_list {padding:15px 0;border-top:2px solid #20339b;border-bottom:1px solid #ccc;}
#board_wrap .gallery_list ul {overflow:hidden;}
#board_wrap .gallery_list ul li {float:left;width:23%;margin:15px 1%;}
#board_wrap .gallery_list ul li a {display:block;}
#board_wrap .gallery_list ul li .thumb {display:block;position:relative;width:100%;height:150px;margin-bottom:10px;overflow:hidden;background:#f5f5f5 url(/phtrauma/resources/cms/img/noimg.png) no-repeat 50%;}
#board_wrap .gallery_list ul li .thumb img {width:auto;height:auto;min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);}
#board_wrap .gallery_list ul li .subject {display:block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;}
#board_wrap .gallery_list ul li .date {display:block;color:#888;font-size:0.875em;}


/* bbs webzine */
#board_wrap .webzine_list li {padding:20px 10px;border-bottom:1px solid #ccc;}
#board_wrap .webzine_list li a {position:relative;display:block;padding-left:240px;width:100%;min-height:150px;box-sizing:border-box;}
#board_wrap .webzine_list li .thumb {position:absolute;top:0;left:0;width:210px;height:150px;background: #f5f5f5 url(/phtrauma/resources/cms/img/noimg.png) no-repeat 50%;overflow:hidden;vertical-align:top;}
#board_wrap .webzine_list li .thumb img {width:auto;height:auto;min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);}
#board_wrap .webzine_list li .desc span {display:block;}
#board_wrap .webzine_list li .desc .subject {font-size:20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;}
#board_wrap .webzine_list li .desc .cont {margin:10px 0;height:72px;color:#666;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow:hidden;}
#board_wrap .webzine_list li .desc .writer,
#board_wrap .webzine_list li .desc .date {position:relative;display:inline-block;padding:0 10px;color:#888;font-size:14px;}
#board_wrap .webzine_list li .desc .writer {padding-left:0;}
#board_wrap .webzine_list li .desc .date:after {content:"";display:block;position:absolute;top:50%;left:0;margin-top:-5px;width:1px;height:10px;background-color:#ccc;}


/* paging */
#board_wrap .paging {margin:20px 0;text-align:center;font-size:0;}
#board_wrap .paging a,
#board_wrap .paging strong {display:inline-block;margin:0 2px;width:40px;height:40px;line-height:38px;border:1px solid #ccc;border-radius:3px;color:#888;font-size:14px;box-sizing:border-box;vertical-align:middle;text-align:center;}
#board_wrap .paging a.active,
#board_wrap .paging strong {color:#fff;font-weight:700;border-color:#000;background:#000;}
#board_wrap .paging a.page_move {color:#888;background:#ccc;}


/* bbs button */
#board_wrap .btn_wrap {margin:20px 0;float: none;}
#board_wrap .btn {display:inline-block;padding:10px 20px;min-width:120px;color:#fff;font-size:16px;border:1px solid #164998;border-radius:3px;box-sizing:border-box;background-color:#164998;vertical-align:middle;text-align:center;}
#board_wrap .btn:hover {text-decoration:none;box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
#board_wrap .btn:before {font-family:'fontAwesome';line-height:1;margin-right:5px;}
#board_wrap .btn:after {font-family:'fontAwesome';line-height:1;margin-left:5px;}
#board_wrap .btn_round {border-radius:25px;}
#board_wrap .btn_color {color:#0afff7;}
#board_wrap .btn_sky {color:#000;border:1px solid #2adcd6;background-color:#2adcd6;}
#board_wrap .btn_gray {color:#000;border:1px solid #ccc;background-color:#ccc;}
#board_wrap .btn_white {color:#000;border:1px solid #ccc;background-color:#fff;}
#board_wrap .btn_black {color:#fff;border:1px solid #101010;background-color:#101010;}
#board_wrap .btn_small {padding:8px 15px;min-width:60px;font-size:15px;}
#board_wrap .btn_xsmall {padding:2px 12px;min-width:45px;border:1px solid #ccc;background-color:#eee;color:#000;font-size:13px;font-weight:300;}

#board_wrap .btn_ico {min-width:auto;}
#board_wrap .btn_ico:before {margin:0;}
#board_wrap .btn_save {border:1px solid #164998;background-color:#164998;}
#board_wrap .btn_search {background-color:#ccc;color:#000;}
#board_wrap .btn_save:before {content:'\f00c';}
#board_wrap .btn_prev:before {content:'\f104';}
#board_wrap .btn_setting:before {content:'\f013';}
#board_wrap .btn_modify:before {content:'\f304';}
#board_wrap .btn_delete:before {content:'\f2ed';}
#board_wrap .btn_search:before {content:'\f002';}
#board_wrap .btn_excel:before {content:'\f1c3';}
#board_wrap .btn_preview:before {content:'\f06e';}
#board_wrap .btn_plus:before {content:'\f067';}
#board_wrap .btn_minus:before {content:'\f068';}
#board_wrap .btn_arrows:before {content:'\f0b2';}
#board_wrap .btn_arrows_v:before {content:'\f338';}
#board_wrap .btn_check:before {content:'\f058';}
#board_wrap .btn_move:before {content:'\f0b2';}
#board_wrap .btn_reply:before {content:'\f3e5';}
#board_wrap .fa-reply:before {content:'\f3e5';}


/* icon font */
@font-face {
  font-family: 'fontAwesome'; font-weight:normal; font-style:normal;
  src: url(/phtrauma/resources/cms/font/fontawesome-webfont.eot);
  src: url(/phtrauma/resources/cms/font/fontawesome-webfont.eot?#iefix) format('eot'),
		url(/phtrauma/resources/cms/font/fontawesome-webfont.woff) format('woff'),
		url(/phtrauma/resources/cms/font/fontawesome-webfont.ttf) format('truetype'),
		url(/phtrauma/resources/cms/font/fontawesome-webfont.svg#fontAwesome) format('svg');}


/* 여백 */
#board_wrap .pdT0 {padding-top: 0px !important;}   #board_wrap .pdR0 {padding-right: 0px !important;}   #board_wrap .pdB0 {padding-bottom: 0px !important;}   #board_wrap .pdL0 {padding-left: 0px !important;}
#board_wrap .pdT5 {padding-top: 5px !important;}   #board_wrap .pdR5 {padding-right: 5px !important;}   #board_wrap .pdB5 {padding-bottom: 5px !important;}   #board_wrap .pdL5 {padding-left: 5px !important;}
#board_wrap .pdT10{padding-top:10px !important;}   #board_wrap .pdR10{padding-right:10px !important;}   #board_wrap .pdB10{padding-bottom:10px !important;}   #board_wrap .pdL10{padding-left:10px !important;}
#board_wrap .pdT15{padding-top:15px !important;}   #board_wrap .pdR15{padding-right:15px !important;}   #board_wrap .pdB15{padding-bottom:15px !important;}   #board_wrap .pdL15{padding-left:15px !important;}
#board_wrap .pdT20{padding-top:20px !important;}   #board_wrap .pdR20{padding-right:20px !important;}   #board_wrap .pdB20{padding-bottom:20px !important;}   #board_wrap .pdL20{padding-left:20px !important;}
#board_wrap .pdT25{padding-top:25px !important;}   #board_wrap .pdR25{padding-right:25px !important;}   #board_wrap .pdB25{padding-bottom:25px !important;}   #board_wrap .pdL25{padding-left:25px !important;}
#board_wrap .pdT30{padding-top:30px !important;}   #board_wrap .pdR30{padding-right:30px !important;}   #board_wrap .pdB30{padding-bottom:30px !important;}   #board_wrap .pdL30{padding-left:30px !important;}
#board_wrap .pdT35{padding-top:35px !important;}   #board_wrap .pdR35{padding-right:35px !important;}   #board_wrap .pdB35{padding-bottom:35px !important;}   #board_wrap .pdL35{padding-left:35px !important;}
#board_wrap .pdT40{padding-top:40px !important;}   #board_wrap .pdR40{padding-right:40px !important;}   #board_wrap .pdB40{padding-bottom:40px !important;}   #board_wrap .pdL40{padding-left:40px !important;}
#board_wrap .pdT45{padding-top:45px !important;}   #board_wrap .pdR45{padding-right:45px !important;}   #board_wrap .pdB45{padding-bottom:45px !important;}   #board_wrap .pdL45{padding-left:45px !important;}
#board_wrap .pdT50{padding-top:50px !important;}   #board_wrap .pdR50{padding-right:50px !important;}   #board_wrap .pdB50{padding-bottom:50px !important;}   #board_wrap .pdL50{padding-left:50px !important;}
#board_wrap .pdT55{padding-top:55px !important;}   #board_wrap .pdR55{padding-right:55px !important;}   #board_wrap .pdB55{padding-bottom:55px !important;}   #board_wrap .pdL55{padding-left:55px !important;}

#board_wrap .mgT0 {margin-top: 0px !important;}    #board_wrap .mgR0 {margin-right: 0px !important;}    #board_wrap .mgB0 {margin-bottom: 0px !important;}    #board_wrap .mgL0 {margin-left: 0px !important;}
#board_wrap .mgT5 {margin-top: 5px !important;}    #board_wrap .mgR5 {margin-right: 5px !important;}    #board_wrap .mgB5 {margin-bottom: 5px !important;}    #board_wrap .mgL5 {margin-left: 5px !important;}
#board_wrap .mgT10{margin-top:10px !important;}    #board_wrap .mgR10{margin-right:10px !important;}    #board_wrap .mgB10{margin-bottom:10px !important;}    #board_wrap .mgL10{margin-left:10px !important;}
#board_wrap .mgT15{margin-top:15px !important;}    #board_wrap .mgR15{margin-right:15px !important;}    #board_wrap .mgB15{margin-bottom:15px !important;}    #board_wrap .mgL15{margin-left:15px !important;}
#board_wrap .mgT20{margin-top:20px !important;}    #board_wrap .mgR20{margin-right:20px !important;}    #board_wrap .mgB20{margin-bottom:20px !important;}    #board_wrap .mgL20{margin-left:20px !important;}
#board_wrap .mgT25{margin-top:25px !important;}    #board_wrap .mgR25{margin-right:25px !important;}    #board_wrap .mgB25{margin-bottom:25px !important;}    #board_wrap .mgL25{margin-left:25px !important;}
#board_wrap .mgT30{margin-top:30px !important;}    #board_wrap .mgR30{margin-right:30px !important;}    #board_wrap .mgB30{margin-bottom:30px !important;}    #board_wrap .mgL30{margin-left:30px !important;}
#board_wrap .mgT35{margin-top:35px !important;}    #board_wrap .mgR35{margin-right:35px !important;}    #board_wrap .mgB35{margin-bottom:35px !important;}    #board_wrap .mgL35{margin-left:35px !important;}
#board_wrap .mgT40{margin-top:40px !important;}    #board_wrap .mgR40{margin-right:40px !important;}    #board_wrap .mgB40{margin-bottom:40px !important;}    #board_wrap .mgL40{margin-left:40px !important;}
#board_wrap .mgT45{margin-top:45px !important;}    #board_wrap .mgR45{margin-right:45px !important;}    #board_wrap .mgB45{margin-bottom:45px !important;}    #board_wrap .mgL45{margin-left:45px !important;}
#board_wrap .mgT50{margin-top:50px !important;}    #board_wrap .mgR50{margin-right:50px !important;}    #board_wrap .mgB50{margin-bottom:50px !important;}    #board_wrap .mgL50{margin-left:50px !important;}
#board_wrap .mgT55{margin-top:55px !important;}    #board_wrap .mgR55{margin-right:55px !important;}    #board_wrap .mgB55{margin-bottom:55px !important;}    #board_wrap .mgL55{margin-left:55px !important;}






@media screen and (max-width:1024px){


	/* bbs reset */
	#board_wrap .content {padding-bottom:0;}


	/* bbs gallery */
	#board_wrap .gallery_list ul li {width:31.33%;}


}




/* 모바일 */
@media screen and (max-width:764px){


	/* bbs reset */
	#board_wrap .content {padding-bottom:0;}


	/* bbs input */
	#board_wrap input[type="text"],
	#board_wrap input[type="password"],
	#board_wrap select, #board_wrap textarea {font-size:0.875em !important;}
	#board_wrap .datepicker {width:47%;}
	#board_wrap .datepicker input[type="text"] {padding-left:30px;/* width:40% !important; */}


	/* bbs button */
	#board_wrap .btn {margin:3px 0;padding:5px 10px;min-width:80px;font-size:0.875em;}
	#board_wrap .btn_small {padding:3px 10px;min-width:60px;font-size:0.875em;}
	#board_wrap .btn_xsmall {padding:2px 10px;min-width:45px;}


	/* bbs search */
	#board_wrap .bbs_search {margin-bottom: 10px;padding:10px 0;text-align:left;}
	#board_wrap .bbs_search select,
	#board_wrap .bbs_search input,
	#board_wrap .bbs_search button {float:left;margin-left:1%;}
	#board_wrap .bbs_search select {margin-left:0;min-width:auto;width:30%;}
	#board_wrap .bbs_search input {margin-right:0;min-width:auto;width:47%;}
	#board_wrap .bbs_search button {margin:0 0 0 1%;width:20%;font-size:0.875em;}


	/* info */
  #board_wrap .bbs_info{padding: 0;}
	#board_wrap .bbs_info select {font-size:0.875em;}


	/* bbs list */
	#board_wrap .bbs_list table,
	#board_wrap .bbs_list table tr {overflow:hidden;}
	#board_wrap .bbs_list table th,
	#board_wrap .bbs_list table td {display:block;float:left;padding:5px 10px 10px;font-size:0.875em;box-sizing:border-box;}
	#board_wrap .bbs_list table td {position:relative;border:0;text-align:left;}
	#board_wrap .bbs_list table td:after{content:"";position:absolute;top:10px;right:0;display:block;width:1px;height:10px;background-color:#ccc;}
	#board_wrap .bbs_list table td:last-child:after{display:none;}
	#board_wrap .bbs_list table thead th {display:none;}
	#board_wrap .bbs_list table tbody tr {border-top:1px solid #ccc;}
	#board_wrap .bbs_list table tbody tr:first-child {border-top:0;}
	#board_wrap .bbs_list table tbody tr:nth-child(odd) {background:#f7f7f7}
	#board_wrap .bbs_list table tbody .subject {padding:10px 10px 5px;width:100%;}
	#board_wrap .bbs_list table tbody .subject:after{display:none;}
	#board_wrap .bbs_list table .num {display:none;}


	/* bbs view */
	#board_wrap .bbs_view .title {padding:10px;font-size:1.25em;}
	#board_wrap .bbs_view .desc {font-size:0.875em;}
	#board_wrap .bbs_view .desc dt {width:20%;}
	#board_wrap .bbs_view .desc dd {width:80%;}
	#board_wrap .bbs_view .cont {min-height:200px;}
	#board_wrap .bbs_view_list dt,
	#board_wrap .bbs_view_list dd {font-size:0.875em;}
	#board_wrap .bbs_view_list dt {width:20%;}
	#board_wrap .bbs_view_list dd {width:80%;}


	/* bbs comment */
	#board_wrap .bbs_cmt_write {padding-right:70px;}
	#board_wrap .bbs_cmt_write .box {height:50px;}
	#board_wrap .bbs_cmt_write .btn_cmt {width:50px;height:50px;}
	#board_wrap .bbs_cmt_list {margin-top:20px;}
	#board_wrap .bbs_cmt_list .bbs_cmt_write {display:none;}
	#board_wrap .bbs_cmt_list ul li {position:relative;padding:15px 0;border-top:1px solid #ccc;}
	#board_wrap .bbs_cmt_list .desc {padding:0;}
	#board_wrap .bbs_cmt_list .btn_wrap {position:absolute;top:10px;right:10px;margin:0;}
	#board_wrap .bbs_cmt_list .btn_reply {margin-left:10px;}


	/* bbs write */
	#board_wrap .bbs_write table th {font-size:0.875em;}
	#board_wrap .bbs_write table .editor {overflow-x:scroll;}
	#board_wrap .bbs_write table .editor .bbs-textarea {min-width:600px;}
	#board_wrap .bbs_write .attach_wrap {overflow-x:scroll;}
	#board_wrap .bbs_write .attach_wrap .fs1 {font-size:0.875em;}
	#board_wrap .bbs_write .attach {min-width:600px;}


	/* bbs gallery */
	#board_wrap .gallery_list ul li {float:none;margin:0 0 30px;width:100%;}
	#board_wrap .gallery_list ul li .thumb {height:200px;}


	/* bbs webzine */
	#board_wrap .webzine_list li {padding:20px 0;}
	#board_wrap .webzine_list li a {padding-left:0;width:100%;min-height:auto;}
	#board_wrap .webzine_list li .thumb {position:relative;top:0;left:0;margin-bottom:10px;width:100%;height:150px;}
	#board_wrap .webzine_list li .desc .subject {font-size:16px;}
	#board_wrap .webzine_list li .desc .cont {height:68px;font-size:0.93em;}
	#board_wrap .webzine_list li .desc .date {font-size:0.875em;}




	/* paging */
	#board_wrap .paging a,
	#board_wrap .paging strong {width:26px;height:26px;line-height:26px;}




}
