/* 게시판 공통 */
.bbs_explain_top {margin-top:30px; padding:6px; border:1px solid #eaeaea; background:url('/common/images/board/explain_bg.png');}
.bbs_explain_top .bbs_explain_inside {padding:15px; background:#fff;}
.bbs_explain_top ul {margin-left:0;}

.bbs_explain_bottom {margin-top:30px; padding:6px; border:1px solid #eaeaea; background:url('/common/images/board/explain_bg.png');}
.bbs_explain_bottom  .bbs_explain_inside {padding:15px; background:#fff;}
.bbs_explain_bottom ul {margin-left:0;}

.bbs_search {margin-top:30px; padding:15px 0; border:1px solid #e9e9e9; background:#fafafa; text-align:center;}
.bbs_search .input_text {width:200px;}
.bbs_search .submit {padding:1px 20px; border:1px solid #686868; background:#686868; color:#fff;}
.bbs_search .submit:hover {border:1px solid #151515; background:#151515;}
.bbs_search .date {width:100px; border:none; text-align:center;}
.bbs_search .date_wrap {display:inline-block; border:1px solid #e9e9e9;}
.bbs_search .ico_calendar {display:inline-block; width:20px; height:20px; margin:0 3px; background:url('/common/images/board/bbs_icon.png') no-repeat -48px -48px; vertical-align:middle;}
.bbs_search .ico_calendar button {display:inline-block; width:20px; height:20px; padding-top:1px; padding-right:3px; padding-bottom:1px; padding-left:3px; font-size:0;}

.bbs_info {margin-top:30px;}
.bbs_count .bbs_left {line-height:30px;}
.bbs_count strong {color:#222;}
.bbs_count .division_line {margin-left:5px;}
.bbs_rss {display:inline-block; width:14px; height:14px; background:url('/common/images/board/bbs_icon.png') no-repeat -100px -150px; font-size:0; line-height:0; vertical-align:middle;}

.bbs_category {}
.bbs_category form {display:inline-block;}
.bbs_category .submit {padding:0 15px; border:1px solid #686868; background:#686868; color:#fff;}
.bbs_category .submit:hover {border:1px solid #151515; background:#151515;}

.bbs_category_list {margin-top:30px; border:2px solid #e9e9e9;}
.bbs_category_list ul {padding:10px; text-align:left;}
.bbs_category_list ul li {display:inline; float:left; margin:3px 3%; padding-left:8px; background:url('/common/images/board/bu_gray.gif') no-repeat 0 10px; white-space:nowrap;}

@media screen and (max-width:640px) {
    .bbs_search {padding:0;}
    .bbs_search form {margin:15px 3%;}
    .bbs_search select {width:100%; margin:2px 0;}
    .bbs_search span {display:block;}
    .bbs_search .input_text {width:100%; margin:2px 0; padding-left:0; padding-right:0; text-align:center;}
    .bbs_search .submit {width:100%; margin:2px 0;}
    .bbs_count .bbs_left {margin-top:0; margin-bottom:10px;}
}

.bbs_ico {display:inline-block; background:url('/common/images/board/bbs_icon.png') no-repeat; margin-left:5px; vertical-align:middle; font-size:0; line-height:0;}
.bbs_ico.new {width:26px; height:11px; background-position:0 0;}
.bbs_ico.hot {width:26px; height:11px; background-position:-50px 0;}
.bbs_ico.delete {width:23px; height:11px; margin-left:0; margin-right:5px; background-position:-100px 0;}
.bbs_ico.secret {width:16px; height:15px; margin-left:0; margin-right:5px; background-position:-150px -50px;}
.bbs_ico.reply {width:25px; height:15px; margin-left:0; margin-right:5px; background-position:-200px -49px;}
.bbs_comment {display:inline-block; height:15px; margin-left:8px; padding-left:18px; background:url('/common/images/board/bbs_icon.png') no-repeat 0 -150px; color:#888; font-size:0.85em;}

/* 페이징 */
.pagination {position:relative; margin-top:25px; text-align:center;}
.pagination a, .pagination strong {display:inline-block; width:26px; height:26px; margin-left:2px; margin-right:2px; text-align:center; font-size:13px; color:#252525; line-height:28px; letter-spacing:-2px; vertical-align:middle;}
.pagination a {border:solid 1px #dedede; background:#fff;}
.pagination strong {border:solid 1px #353535; background:#353535; color:#fff; font-weight:normal;}
.pagination span.page_btn {display:inline-block; margin:0 5px;}
.pagination span.page_btn a {width:26px; height:26px; background:url('/common/images/board/bbs_icon.png') no-repeat; font-size:0; line-height:0; text-indent:100%;}
.pagination span.page_btn img {vertical-align:middle;}
*:first-child + html .pagination span.page_btn a {text-indent:0;}
.pagination span.page_btn .prev_end {background-position:7px -92px;}
.pagination span.page_btn .prev {background-position:-40px -92px;}
.pagination span.page_btn .prev_one {display:none; background:none;}
.pagination span.page_btn .next_one {display:none; background:none;}
.pagination span.page_btn .next {background-position:-90px -92px;}
.pagination span.page_btn .next_end {background-position:-143px -92px;}

@media screen and (max-width:640px) {
    .pagination span.page {display:none;}
    .pagination span.page_btn {margin:0;}
    .pagination span.page_btn a {width:40px; height:40px; background-color:#fafafa; line-height:42px;}
    .pagination span.page_btn .prev, .pagination span.page_btn .next {display:none;}
    .pagination .page_btn.prev_group {/* width:48%; */text-align:right;}
    .pagination .page_btn.next_group {/* width:48%; */text-align:left;}
    .pagination span.page_btn i {display:inline-block; width:24px; height:100%; background:url('/common/images/board/bbs_icon.png') no-repeat; vertical-align:middle;}
    .pagination span.page_btn .prev_end {background-position:15px -85px;}
    .pagination span.page_btn .prev_one, .pagination span.page_btn .next_one {display:inline-block; width:auto; min-width:55%; background:#fafafa; font-size:inherit; text-indent:0;}
    .pagination span.page_btn .prev_one {padding-right:10px;}
    .pagination span.page_btn .prev_one i {background-position:-45px -85px;}
    .pagination span.page_btn .next_one {padding-left:10px;}
    .pagination span.page_btn .next_one i {background-position:-90px -85px;}
    .pagination span.page_btn .next_end {background-position:-136px -85px;}
}
@media screen and (max-width:359px) {
    .pagination span.page_btn .prev_end {display:none;}
    .pagination span.page_btn .prev_one, .pagination span.page_btn .next_one {min-width:80%;}
    .pagination span.page_btn .next_end {display:none;}
}

/* c_detail */
.c_detail {padding:10px;border-radius:0px;background-color:#fff;}
.c_detail .top {padding:10px 20px;border-top:2px solid #222;border-bottom:1px solid #ddd;}
.c_detail .top .sort {display:block;padding-bottom:8px;font-size:13px;color:#328e26;}
.c_detail .sub {display:block;font-size:18px;font-weight:bold;color:#333;}
.c_detail .lock {margin-bottom:10px;}
.c_detail .lock {font-weight:300;color:#222;}
.c_detail .lock input[type="checkbox"] {margin-right:3px;}
.c_detail .lock input[type="checkbox"]:checked + label {color:#1d9ced;}
.c_detail .info {padding:12px 20px;border-bottom:1px solid #dfdfdf;}
.c_detail .info:after {clear:both;display:block;content:" ";}
.c_detail .info li span {display:inline-block;line-height:24px;padding:0 6px 0 7px;}
.c_detail .info .writer, .c_detail .info .left {float:left;}
.c_detail .info .left li {display:inline-block;}
.c_detail .info .mark {float:right;}
.c_detail .info .mark label {min-width:auto;height:24px;line-height:24px;padding-left:22px;background:none;}
.c_detail .info .mark .count {color:#fe8042;}
.c_detail .info .mark button {padding:2px 5px;color:#989898;border:1px solid #dbd8d8;font-size:12px;}
.c_detail .info .mark .favorite:before {margin:-3px 0 0 3px;font-size:14px;}
.c_detail .info .part {position:relative;}
.c_detail .info .writer span:first-child {padding-left:0;}
.c_detail .info .photo_area {margin-bottom:25px; text-align:center;}
.c_detail .info .photo_view {position:relative; width:auto; margin:20px auto; font-size:0; line-height:0;}
.c_detail .info .photo_view .photo_wrap {display:inline-block; position:relative;}
.c_detail .info .photo_view img {max-width:640px; max-height:480px; padding:5px; border:1px solid #eee; margin-top:25px;}
.c_detail .info .photo_zoom {display:block; overflow:hidden; position:absolute; bottom:7px; right:7px; z-index:10; width:35px; height:35px; padding:6px; background:url('../../images/www/common/mask.png'); font-size:12px;}
.c_detail .info .photo_zoom a {display:block; width:35px; height:35px; background:url('../../images/www/common/bbs_icon.png') no-repeat 0 -200px; font-size:0; line-height:0; text-indent:100%;}
.c_detail .info .part:before {content:" ";position:absolute;left:0;top:50%;width:1px;height:12px;margin-top:-6px;background-color:#cdcdcd;}
.c_detail .con {line-height:1.6;min-height:200px;padding:20px;}
.c_detail .con textarea {min-height:300px;}
.c_detail .con .editor p {padding-bottom:0.3em;}
.c_detail .add {position:relative;min-height:38px;padding:10px;background-color:#f2f2f2;}
.c_detail .add .file {position:relative;display:block;text-decoration:underline;padding-left:30px;color:#4a87f8;}
.c_detail .add .file:before {position:absolute;content:"\e2bc";left:0;top:-5px;}
.c_detail.write .sort {margin-bottom:10px;}
.c_detail.write .sort select {width:100%;}
.c_detail.write .sub {position:relative;}
.c_detail.write .sub .name {position:absolute;left:20px;top:18px;}
.c_detail.write .sub input {border-radius:4px;font-size:16px;color:#333;}
.c_detail.write .con {padding:10px 0;}

.bbs_btn_wrap {margin-top:30px;}
.bbs_left {float:left; display:inline;}
.bbs_right {float:right; display:inline;}
.bbs_center {text-align:center;}
.bbs_btn_wrap .bbs_btn {display:inline-block; margin-top:0; border:1px solid #aaa; background:#fefefe; color:#222; line-height:32px; text-decoration:none; vertical-align:top;}
.bbs_btn_wrap .bbs_btn:hover {border:1px solid #222; background-color:#222; color:#fff;}
.bbs_btn_wrap .bbs_btn span {display:inline-block; padding:0 25px;}
.bbs_btn_wrap input.bbs_btn {height:34px; padding:0 25px;}

.bbs_btn_wrap .bbs_btn.restore {margin-left:10px; border:1px solid #e76440; background-color:#f1552b; color:#fff;}
.bbs_btn_wrap .bbs_btn i.icon {display:inline-block;}
.bbs_btn_wrap .bbs_btn.write {border:1px solid #333; background:#333; color:#fff;}
.bbs_btn_wrap .bbs_btn.write i.icon {}  /* 아이콘등  background 삽입 */
.bbs_btn_wrap .bbs_btn.list {border:1px solid #333; background:#333; color:#fff;}
.bbs_btn_wrap .bbs_btn.reply_write {border:1px solid #333; background:#333; color:#fff;}

@media screen and (max-width:640px) {
    .bbs_btn_wrap .bbs_btn.admin {display:none;}
}
/* 게시글 이동 */
.bbs_list_move {margin-top:50px; padding:15px 0; border:1px solid #e9e9e9; background:#fafafa; text-align:center;}
.bbs_list_move form {margin:3px 10px;}
.bbs_list_move form:first-child {margin-right:40px;}
.bbs_list_move form, .bbs_list_move form fieldset {display:inline;}
.bbs_list_move select {min-width:150px; padding:4px 0; border:1px solid #d1d1d1; font-size:1em;}
.bbs_list_move button {margin:1px 0; padding:0 10px; height:28px; border:1px solid #686868; background:#686868; color:#fff; line-height:24px; vertical-align:middle; text-decoration:none;}

@media screen and (max-width:640px) {
    .bbs_btn_wrap .bbs_btn span {display:inline-block; padding:0 15px;}
    .bbs_list_move form {margin:3px 0;}
    .bbs_list_move form:first-child {margin-right:0;}
    .bbs_list_move form, .bbs_list_move form fieldset {display:block;}
    .bbs_list_move button {height:36px; box-sizing:border-box; line-height:36px;}
    .bbs_list_move select {height:36px; box-sizing:border-box; line-height:36px;}
    .bbs_list_move select {width:200px;}
}

/* sns */
.bbs_sns {margin-bottom:5px;}
.bbs_sns li {display:inline; overflow:hidden; float:left; position:relative; margin-left:2px; font-size:0; line-height:0;}
.bbs_sns li a {display:inline-block; width:30px; height:30px; background:url('/common/images/board/ico_sns.png') no-repeat left top; text-indent:100%;}
.bbs_sns li a.facebook {background-position:0 0;}
.bbs_sns li a.twitter {background-position:-50px 0;}
.bbs_sns li a.band {background-position:-100px 0;}
.bbs_sns li a.kakaostory {background-position:-150px 0;}
.bbs_sns li a.kakaotalk {background-position:-200px 0;}
.bbs_sns li a.instar {background-position:0 -50px;}
.bbs_sns li a.pin {background-position:-50px -50px;}
.bbs_sns li a.youtube {background-position:-100px -50px;}
.bbs_sns li a.blog {background-position:-150px -50px;}

@media screen and (max-width:640px) {
    .bbs_sns {margin-bottom:5px;}
}


/* 게시물 없음 */
.bbs_empty {margin-bottom:20px; padding:40px 0; border-bottom:1px solid #e9e9e9; text-align:center;}

/* 기본게시판 */
table.bbs_default.list {width:100%; border-collapse:collapse; margin-top:5px;}
table.bbs_default.list thead tr:first-child th {border-top:2px solid #151515; border-bottom:1px solid #aaa;}
table.bbs_default.list th {padding:12px 10px; border-bottom:1px solid #d9d9d9; text-align:center; font-weight:600;}
table.bbs_default.list td {padding:12px 10px; border-bottom:1px solid #d9d9d9; color:#737373; text-align:center;}
table.bbs_default.list td.subject {text-align:left;}
table.bbs_default.list td.subject a {display:inline; color:#222;}
table.bbs_default.list .delete td {color:#aaa;}
table.bbs_default.list .delete td.subject a {color:#aaa;}
table.bbs_default.list td img {margin-left:5px; vertical-align:middle;}
table.bbs_default.list .notice td {background:#fafafa; font-weight:600; color:#333;}
table.bbs_default.list .notice a {font-weight:600; color:#333;}
table.bbs_default.list .notice .noticeItem {}
table.bbs_default.list .empty {padding:40px 0; text-align:center;}
table.bbs_default.list .delete .delete_info {font-size:0.9em; color:#2e84d1;}

@media screen and (max-width:640px) {
    .bbs_explain_top ul {margin-left:0;}
    .bbs_explain_bottom ul {margin-left:0;}
    table.bbs_default colgroup {display:none;}
    table.bbs_default.list thead th {display:none;}
    table.bbs_default.list tbody {border-top:1px solid #151515;}
    table.bbs_default.list tbody tr {display:block; padding:4px 0; border-bottom:1px solid #d9d9d9;}
    table.bbs_default.list tbody tr:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
    table.bbs_default.list tbody tr {display:inline-block;}
    table.bbs_default.list tbody tr {display:block;}
    table.bbs_default.list tbody tr:nth-child(odd) {background:#f8f8f8;}
    table.bbs_default.list tbody td {display:block; float:left; clear:left; width:100%; padding:3px 10px 3px; border:none; text-align:left; box-sizing:border-box;}
    table.bbs_default.list tbody td.subject {width:auto;}
    table.bbs_default.list [data-cell-header]:before {	content:attr(data-cell-header); 	display:inline-block;}
    table.bbs_default.list .checkbox {display:none;}

    .bbs_search {padding:0;}
    .bbs_search form {margin:15px 3%;}
    .bbs_search select {width:100%; margin:2px 0;}
    .bbs_search .input_text {width:100%; margin:2px 0; padding-left:0; padding-right:0; text-align:center;}
    .bbs_search .submit {width:100%; margin:2px 0;}
}

/* 기본 게시판 view */
table.bbs_default {width:100%; border-collapse:collapse; margin:0;}
table.bbs_default.view tr:first-child th, table.bbs_default.view tr:first-child td {border-top:2px solid #151515;}
table.bbs_default.view th {width:20%; padding:12px 10px; border-bottom:1px solid #d9d9d9; background:#f8f8f8; font-weight:600; text-align:center;}
table.bbs_default.view td {padding:12px 10px 12px 25px; border-bottom:1px solid #d9d9d9;}
table.bbs_default.view thead tr:first-child th {border-top:2px solid #151515; border-bottom:1px solid #aaa;}
table.bbs_default.view .subject td {font-weight:700;}
table.bbs_default.view .subject.delete .subject_text {font-weight:400; color:#888;}
table.bbs_default.view .delete .delete_info {font-size:0.9em; color:#2e84d1;}
table.bbs_default.view .bbs_content {min-height:150px; text-align:left;}
table.bbs_default.view .bbs_content img {max-width:640px; height:auto;}
table.bbs_default.view .bbs_content .photo_area {margin-bottom:25px; text-align:center;}
table.bbs_default.view .bbs_content .photo_view {position:relative; width:auto; margin:15px auto; font-size:0; line-height:0;}
table.bbs_default.view .bbs_content .photo_view .photo_wrap {display:inline-block; position:relative;}
table.bbs_default.view .bbs_content .photo_view img {max-width:640px; max-height:480px; padding:5px; border:1px solid #eee;}
table.bbs_default.view .bbs_content .photo_zoom {display:block; overflow:hidden; position:absolute; bottom:7px; right:7px; z-index:10; width:25px; height:25px; padding:6px; background:url('/common/images/board/mask.png'); font-size:12px;}
table.bbs_default.view .bbs_content .photo_zoom a {display:block; width:25px; height:25px; background:url('/common/images/board/bbs_icon.png') no-repeat 0 -200px; font-size:0; line-height:0; text-indent:100%;}
table.bbs_default.view  ul.view_attach {}
table.bbs_default.view  ul.view_attach li {margin:1px 0;}
table.bbs_default.view  ul.view_attach li img {margin-right:5px;}
table.bbs_default.view  ul.view_attach li .file_size {margin-left:10px; font-size:11px; letter-spacing:-1px; font-family:'dotum'; color:#2e84d1;}
table.bbs_default.view  ul.view_attach li .download_num {margin-left:10px; font-size:11px; letter-spacing:-1px; font-family:'dotum'; color:#2e84d1;}
table.bbs_default.view  ul.view_attach li a {color:#222;}
table.bbs_default.view  .bbs_attach_preview {display:inline-block; height:20px; line-height:20px; margin-left:5px; padding-left:8px; border:1px solid #686868; background:#686868; color:#fff; font-size:0.9em; vertical-align:middle;}
table.bbs_default.view  .bbs_attach_preview .ico_preview {display:inline-block; width:20px; height:20px; margin:0 0 1px 10px; background:#fff url('/common/images/board/bbs_icon.png') no-repeat -95px -46px; vertical-align:top;}

@media screen and (max-width:640px) {
    table.bbs_default.view tr {display:block; padding:4px 0;}
    table.bbs_default.view tr:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
    table.bbs_default.view tr {display:inline-block;}
    table.bbs_default.view tr {display:block;}
    table.bbs_default.view th {display:block; float:left; clear:left; width:100%; padding:10px 3% 0; border:none; background:none; color:#222; text-align:left; box-sizing:border-box;}
    table.bbs_default.view td {display:block; float:left; clear:left; width:100%; padding:0 3% 10px; box-sizing:border-box;}
    table.bbs_default.view tr:first-child th {border-bottom:none;}
    table.bbs_default.view tr:first-child td {border-top:none;}
    table.bbs_default.view .bbs_content img {width:100%; max-width:none; height:auto;}
    table.bbs_default.view .bbs_content .photo_view {width:100%;}
    table.bbs_default.view .bbs_content .photo_view img {max-width:100%; max-height:600px; padding:0; border:none;}
    table.bbs_default.view  ul.view_attach li a:not(.bbs_attach_preview) {display:block;}
    table.bbs_default.view  ul.view_attach li .file_size {margin-left:22px;}
    table.bbs_default.view input[type='radio'], table.bbs_default.view input[type='checkbox'] {width:auto; height:auto; padding-left:0;}
}
@media screen and (max-width:500px) {
    table.bbs_default.view tr {border-bottom:none;}
    table.bbs_default.view th {display:block; width:94%; padding:10px 3% 0; background:none; text-align:left;}
    table.bbs_default.view td {display:block; width:94%; padding:0 3% 10px;}
    table.bbs_default.view [data-cell-header]:before {content:attr(data-cell-header); display:inline-block;}
}

/* 답변 */
table.bbs_default.view.reply {margin-top:30px;}
table.bbs_default.view.reply textarea.answer {width:100%; height:200px; padding:5px 0; overflow:auto;}
table.bbs_default.view.reply td .attach li {padding:5px 0;}
table.bbs_default.view.reply td .attach li:first-child {border:none;}
table.bbs_default.view.reply td .attach li > div:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
table.bbs_default.view.reply td .attach li > div {display:inline-block;}
*:first-child + html table.bbs_default.view.reply td .attach li > div {height:1%;}
table.bbs_default.view.reply td .attach li > div {display:block;}
table.bbs_default.view.reply td .attach_alt {position:relative;}
table.bbs_default.view.reply td .attach_file {position:relative;}
table.bbs_default.view.reply td .attach_file .file_label {position:absolute; top:7px; left:0; width:14px; height:21px; background:url('/common/images/board/bbs_icon.png') no-repeat -50px -150px; font-size:0; text-indent:100%; vertical-align:middle;}
table.bbs_default.view.reply td .attach_file .file_input {display:inline-block; width:76%; margin-left:23px; margin-right:8px;}
table.bbs_default.view.reply td .attach_file .file_input input {width:100%;}
*:first-child + html table.bbs_default.view.reply .file_label {text-indent:0;}
table.bbs_default.view.reply td .attach_alt .alt_label {position:absolute; top:5px; left:0; width:16px; height:21px; background:url('/common/images/board/bbs_icon.png') no-repeat 0 -150px; font-size:0; text-indent:100%;}
table.bbs_default.view.reply td .attach_alt .alt_input {display:block; margin-left:23px;}
table.bbs_default.view.reply td .attach_alt .alt_input input {width:100%;}
@media screen and (max-width:640px) {
    table.bbs_default.view.reply .content_in {display:block; margin-bottom:5px;}
}

/* 이전글 다음글 */
.bbs_view_move {margin-top:30px; border-top:1px solid #ccc; border-bottom:1px solid #ccc;}
.bbs_view_move li {}
.bbs_view_move li strong {display:inline-block; width:20%; padding:12px 0; background:#f8f8f8 no-repeat 25% center; text-align:center; vertical-align:middle;}
.bbs_view_move li a {display:inline-block; overflow:hidden; width:75%; margin-left:2%; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; color:#222;}
.bbs_view_move li.prev {border-bottom:1px solid #e9e9e9;}
.bbs_view_move li.prev strong {background-image:url('/common/images/board/ico_move_prev.gif');}
.bbs_view_move li.next strong {background-image:url('/common/images/board/ico_move_next.gif');}
.bbs_view_move + .bbs_default.view {margin-top:30px;}
@media screen and (min-width:501px) and (max-width:640px) {
    .bbs_view_move li strong {background-position:20% center;}
}
@media screen and (max-width:500px) {
    .bbs_view_move li strong {background-color:#f8f8f8;}
	.bbs_view_move li.prev strong {background-image:none;}
	.bbs_view_move li.next strong {background-image:none;}
}

/* 댓글 */
.bbs_reply_form {position:relative; margin-top:50px; padding:10px; border-top:1px solid #e1e1e1; border-bottom:1px solid #e1e1e1; background:url('/common/images/board/board_cnt_bg.gif') repeat left top;}
.bbs_reply_form .bbs_reply_title {position:absolute; left:25px; top:17px; padding:0; color:#404040; line-height:30px; letter-spacing:-1px;}
.bbs_reply_form .bbs_reply_text {margin:0 130px 0 100px;}
.bbs_reply_form textarea {overflow:auto; width:96%; height:30px; min-height:30px; padding:10px 2%;}
.bbs_reply_form .bbs_reply_btn {position:absolute; top:10px; right:20px;}
.bbs_reply_form .bbs_reply_btn .submit {height:50px; padding:1px 15px; border:1px solid #686868; background:#686868; color:#fff; line-height:40px;}
.bbs_reply_form .bbs_reply_btn .submit:hover {border:1px solid #151515; background:#151515;}
.bbs_reply_list {margin-top:15px;}
.bbs_reply_list .bbs_reply_text {padding-top:4px;}
.bbs_reply_list ul {margin-top:5px; border-top:1px solid #151515;}
.bbs_reply_list ul li {padding:7px; border-bottom:1px dotted #ccc;}
.bbs_reply_list ul li .name {color:#333;}
.bbs_reply_list ul li .date {color:#999; margin-left:10px; font-size:0.9em;}
.bbs_reply_list ul li .delete {width:16px; height:16px; margin:0 0 0 10px; padding:0; border:none; background:url('/common/images/board/bbs_icon.png') no-repeat -150px -150px; font-size:0; line-height:0; text-indent:100%;}

@media screen and (max-width:640px) {
    .bbs_reply_form .bbs_reply_title strong {display:inline; margin-right:5px;}
    .bbs_reply_form .bbs_reply_title {position:relative; left:0; top:0;}
    .bbs_reply_form .bbs_reply_btn {position:relative; left:0; top:0;}
    .bbs_reply_form .bbs_reply_text {margin:5px 0 0;}
    .bbs_reply_form textarea {height:auto; min-height:50px;}
    .bbs_reply_form .bbs_reply_btn .submit {width:100%; box-sizing:border-box;}
}

/* 기본게시판 write */
.write_guide {margin-top:25px;}

table.bbs_default.write {width:100%; margin-top:5px; border-collapse:collapse;}
table.bbs_default.write tr:first-child th, table.bbs_default.write tr:first-child td {border-top:2px solid #151515;}
table.bbs_default.write th {width:20%; padding:8px 10px; border-bottom:1px solid #d9d9d9; background:#f8f8f8; font-weight:600; text-align:center;}
table.bbs_default.write thead tr:first-child th {border-top:2px solid #151515; border-bottom:1px solid #aaa;}
table.bbs_default.write td {padding:8px 25px; border-bottom:1px solid #d9d9d9;}
table.bbs_default.write img {vertical-align:middle;}
table.bbs_default.write td label {margin-right:10px;}

table.bbs_default.write .subject input {width:100%;}
table.bbs_default.write .date {width:100px; border:none; text-align:center;}
table.bbs_default.write .date_wrap {display:inline-block; border:1px solid #e9e9e9;}
table.bbs_default.write .ico_calendar {display:inline-block; width:20px; height:20px; margin:0 3px; background:url('/common/images/board/bbs_icon.png') no-repeat -48px -48px; vertical-align:middle;}
table.bbs_default.write .ico_calendar button {display:inline-block; width:20px; height:20px; padding-top:1px; padding-right:3px; padding-bottom:1px; padding-left:3px; font-size:0;}
table.bbs_default.write .phone {width:80px; text-align:center;}
table.bbs_default.write .zipcode {width:80px; text-align:center;}
table.bbs_default.write .addr_left {float:left; width:48%;}
table.bbs_default.write .addr_right {float:right; width:50%;}
table.bbs_default.write .addr {width:100%;}
table.bbs_default.write .addr2 {width:100%;}
table.bbs_default.write .bbs_btn_small {padding:0 6px; border:1px solid #686868; background:#686868; color:#fff; text-decoration:none;}
table.bbs_default.write .bbs_content {width:100%; min-height:250px; padding:5px 3px;}
table.bbs_default.write .attach li {padding:5px 0;}
table.bbs_default.write .attach li:first-child {border:none;}
table.bbs_default.write .attach li > div:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
table.bbs_default.write .attach li > div {display:inline-block;}
*:first-child + html table.bbs_default.write .attach li > div {height:1%;}
table.bbs_default.write .attach li > div {display:block;}
table.bbs_default.write .attach_alt {position:relative;}
table.bbs_default.write .attach_file {position:relative;}
table.bbs_default.write .attach_file .file_label {position:absolute; top:7px; left:0; width:14px; height:21px; background:url('/common/images/board/bbs_icon.png') no-repeat -50px -150px; font-size:0; text-indent:100%; vertical-align:middle;}
*:first-child + html table.bbs_default.write .file_label {text-indent:0;}
table.bbs_default.write .attach_file .file_input {display:inline-block; width:76%; margin-left:23px; margin-right:8px;}
table.bbs_default.write .attach_file .file_input input {width:100%;}
table.bbs_default.write .attach_alt .alt_label {position:absolute; top:5px; left:0; width:16px; height:21px; background:url('/common/images/board/bbs_icon.png') no-repeat -200px -148px; font-size:0; text-indent:100%;}
*:first-child + html table.bbs_default.write .alt_label {text-indent:0;}
table.bbs_default.write .attach_alt .alt_input {display:block; margin-left:23px;}
table.bbs_default.write .attach_alt .alt_input input {width:100%;}

@media screen and (max-width:640px) {
    table.bbs_default.write tr {display:block; padding:4px 0;}
    table.bbs_default.write tr:after {display:block; clear:both; content:"."; visibility:hidden; height:0;}
    table.bbs_default.write tr {display:inline-block;}
    table.bbs_default.write tr {display:block;}
    table.bbs_default.write th {display:block; float:left; clear:left; width:100%; padding:10px 3% 0; border:none; background:none; color:#222; text-align:left; box-sizing:border-box;}
    table.bbs_default.write td {display:block; float:left; clear:left; width:100%; padding:0 3% 10px; box-sizing:border-box;}
    table.bbs_default.write tr:first-child th {border-bottom:none;}
    table.bbs_default.write tr:first-child td {border-top:none;}
    table.bbs_default.write input.date {}
    table.bbs_default.write .addr_left {float:none; width:100%;}
    table.bbs_default.write .addr_right {float:none; width:100%;}
    table.bbs_default.write [data-cell-header]:before {content:attr(data-cell-header); display:inline-block;}
    table.bbs_default.write .content_in {display:block; margin-bottom:5px;}
    table.bbs_default.write input[type='radio'], table.bbs_default.write input[type='checkbox'] {width:auto; height:auto; padding-left:0;}
}

/* FAQ 게시판 */
.bbs_faq {border-top:2px solid #151515;}
.bbs_faq .list {width:100%; padding:0;}
.bbs_faq .list > dt {display:block; position:relative; border-bottom:1px solid #e9e9e9;}
.bbs_faq .list > dt button {display:block; height:auto; width:100%; padding:8px 0; border:none; text-align:left; line-height:1.8em; vertical-align:middle; color:#222;}
.bbs_faq .list > dt button .faq_category {position:absolute; left:5px; top:8px; margin:0 10px 0 0; padding:0 15px; background:#666; color:#fff;}
.bbs_faq .list > dt button .faq_question {display:inline-block; margin:0 30px 0 75px;}
.bbs_faq .list > dd {display:none; position:relative; padding-bottom:10px; border-bottom:1px solid #ccc; background:#f8f8f8;}
.bbs_faq .list > dd .faq_answer {margin:0 15px 0 75px; padding:8px 0;}
.bbs_faq .list > dd .faq_answer > span {position:absolute; left:5px; top:8px; margin:0 10px 0 0; padding:0 15px; border:1px solid #ccc; background:#fff;}
.bbs_faq .list > dd .bbs_faq_btn {margin-right:15px; text-align:right;}
.bbs_faq .list > dd .bbs_faq_btn button {display:inline-block; height:26px; padding:0 10px; border:1px solid #ccc; background:#fff;}
.bbs_faq .list > dd .bbs_faq_btn a {display:inline-block; height:26px; margin:1px 0; padding:0 10px; border:1px solid #ccc; background:#fff; line-height:24px;}
.bbs_faq .list>dt {background:url('/common/images/board/faq_down.gif') no-repeat right 16px;}
.bbs_faq .list>dt.active {background-image:url('/common/images/board/faq_up.gif');}

/* 동영상 게시판 */

/*  width, height 조정시 수정 필요
.bbs_movie ul.list li 의 width, min-height
.bbs_movie ul.list li a .photo 의 line-height
.bbs_movie ul.list li a .photo img 의  max-height
 */

.bbs_movie {overflow:hidden; width:100%; margin:5px 0; border-top:2px solid #151515; border-bottom:1px solid #e9e9e9;}
.bbs_movie ul.list {width:104%; margin:10px -1.4%;}
.bbs_movie ul.list li {display:inline; float:left; overflow:hidden; width:30%; margin:10px 1.4% 15px; min-height:180px; background:#fff;}
.bbs_movie ul.list li a {display:block; position:relative; border:1px solid #e9e9e9; text-align:center;}
.bbs_gallery ul.list li a span {display:inline-block;}
.bbs_movie ul.list li a .photo {display:block; overflow:hidden; position:relative; max-width:100%; height:100%; background:url('/common/images/board/mask.png'); font-size:0; line-height:180px;}
.bbs_movie ul.list li a .photo img {max-width:100%; max-height:180px; vertical-align:middle;}
.bbs_movie ul.list li a .subject {display:block; overflow:hidden; position:relative; margin:10px 5px 0; line-height:1.3em; white-space:nowrap; text-overflow:ellipsis;}
.bbs_movie ul.list li a:focus .subject {text-decoration:underline;}
.bbs_movie ul.list li a .author {font-size:0.85em;}
.bbs_movie ul.list li a .date {font-size:0.85em; color:#888;}
.bbs_movie ul.list .empty {padding:10px 0; border-bottom:1px solid #e7e7e7; text-align:center;}
.bbs_movie ul.list li.delete .delete_info {font-size:11px; color:#2e84d1; vertical-align:middle; font-family:'dotum';}
.bbs_movie ul.list li.delete .subject {color:#aaa;}
.bbs_movie ul.list li .ico_group {position:absolute; top:5px; left:5px; z-index:10;}
.bbs_movie ul.list li .ico_group .bbs_ico {margin-left:0; margin-right:1px;}
.bbs_movie ul.list li .is_movie {overflow:hidden; position:absolute; z-index:20; top:50%; left:50%; width:60px; height:60px; margin:-50px 0 0 -30px; background:url('/common/images/board/bbs_icon.png') no-repeat 0 -250px; font-size:0; text-indent:-100%;}
*:first-child + html .bbs_movie ul.list li a .photo {width:100%;}
*:first-child + html .bbs_movie ul.list li a .photo img {width:100%; height:180px;}

.bbs_movie ul.list.subject_over .date {display:none;}
.bbs_movie ul.list.subject_over .subject {position:absolute; bottom:0; left:0; width:96%; margin:0; padding:8px 2%; background:url('/common/images/board/mask2.png') ; color:#fff; text-align:left;}
.bbs_movie ul.list.subject_over .is_movie {margin-top:-30px;}

@media screen and (max-width:756px) {
    .bbs_movie ul.list li {width:30%;}
}
@media screen and (max-width:640px) {
    .bbs_movie ul.list li {width:47%; min-height:140px;}
    .bbs_movie ul.list li a .photo {line-height:140px;}
    .bbs_movie ul.list li a .photo img {max-height:140px;}
    .bbs_movie ul.list li.delete .delete_info {display:none;}
    .bbs_movie ul.list li .checkbox {display:none;}
    .bbs_movie ul.list li .is_movie {margin:-45px 0 0 -30px;}
    .bbs_movie ul.list.subject_over .is_movie {margin-top:-35px;}
}


/* 동영상 상세보기 */
.movie_view {border-top:2px solid #151515; border-bottom:1px solid #e9e9e9;}
.movie_view h2.movie_title {margin:5px 0; padding:10px 0 20px;}
.movieArea {position:relative; margin:0 0 25px;}
.movieArea .movie {position:absolute; left:0; top:0; width:50%; height:100%;}
.movieArea .movie video {width:100%; height:100%; vertical-align:top;}
.movieArea .movie object {width:100%; height:100%; vertical-align:top;}
.movieArea .note {padding-left:52%;}
.movieArea .noteArea {height:240px; border:1px solid #e9e9e9; padding-top:10px; padding-right:10px; padding-bottom:10px; padding-left:10px;}
.movieArea .noteArea > div {overflow-x:hidden; overflow-y:auto; position:relative; height:100%;}
@media screen and (max-width:640px) {
    .movie_view {border-bottom:none;}
    .movieArea .movie {position:static; width:auto; height:240px; text-align:center;}
	.movieArea .note {margin-top:30px; padding-left:0;}
}

/* 뉴스형 게시판 */
.bbs_news {border-top:2px solid #151515;}
.bbs_news .list {width:100%; margin:5px 0;}
.bbs_news .list li {width:100%; padding:15px 0; border-bottom:1px solid #e8e8e8;}
.bbs_news .list li:after {visibility:hidden; display:block; clear:both; content:"."; height:0; width:0; font-size:0;}
.bbs_news .list li {display:inline-block;}
.bbs_news .list li {display:block;}
.bbs_news .list li a {display:block;}
.bbs_news .list .photo {display:inline-block; float:left; margin:2px 0 0; padding:0 3px 3px 0;}
.bbs_news .list .photo input, .bbs_news .list .photo img {vertical-align:middle;}
.bbs_news .list .photo input {margin-right:5px;}
.bbs_news .list .photo img {width:140px; height:90px; padding:3px; border:1px solid #e9e9e9;}
.bbs_news .list .substance {display:block; margin:0 0 0 170px; padding-top:5px;}
.bbs_news .list .subject {display:block; margin:0 0 8px; font-size:1.12em; letter-spacing:-1px; line-height:20px;}
.bbs_news .list a .subject  {color:#333;}
.bbs_news .list a:hover {text-decoration:none;}
.bbs_news .list  .text {display:block; overflow:hidden; position:relative; max-height:45px; text-overflow:ellipsis;}
/* display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; */
.bbs_news .list .delete .subject {color:#aaa;}
.bbs_news .list .date {display:block; margin-top:5px; font-size:0.95em; color:#afafaf;}

@media screen and (max-width:640px) {
    .bbs_news .list .photo img {width:100px; height:75px;}
    .bbs_news .list .substance {display:block; margin:0 0 0 115px;}
    .bbs_news .checkbox {display:none;}
}


/* 갤러리 게시판 */

/*  width, height 조정시 수정 필요
.bbs_gallery ul.list li 의 width, min-height
.bbs_gallery ul.list li a .photo 의 line-height
.bbs_gallery ul.list li a .photo img 의  max-height
 */

.bbs_gallery {overflow:hidden; width:100%; margin:5px 0; border-top:2px solid #151515; border-bottom:1px solid #e9e9e9;}
.bbs_gallery ul.list {width:104%; margin:10px -1.4%;}
.bbs_gallery ul.list li {display:inline; overflow:hidden; float:left; width:30%; margin:10px 1.4% 15px; min-height:180px;}
.bbs_gallery ul.list li a {display:block; position:relative; border:1px solid #e9e9e9; text-align:center;}
.bbs_gallery ul.list li a span {display:inline-block;}
.bbs_gallery ul.list li a .photo {display:block; overflow:hidden; position:relative; max-width:100%; height:100%; background:url('/common/images/board/mask.png'); font-size:0; line-height:180px;}
.bbs_gallery ul.list li a .photo img {max-width:100%; max-height:180px; vertical-align:middle; transition:all 400ms;}
.bbs_gallery ul.list li a:hover .photo img {transform:scale(1.2);}
.bbs_gallery ul.list li a .subject {overflow:hidden; display:block; margin:10px 5px 0; color:#222; line-height:1.4em; white-space:nowrap; text-overflow:ellipsis;}
.bbs_gallery ul.list li a .author {font-size:0.85em;}
.bbs_gallery ul.list li a .date {padding-bottom:10px; font-size:0.85em; color:#888;}
.bbs_gallery ul.list .empty {padding:10px 0; border-bottom:1px solid #e7e7e7; text-align:center;}
.bbs_gallery ul.list li.delete .delete_info {font-size:11px; color:#2e84d1; vertical-align:middle;}
.bbs_gallery ul.list li.delete .subject {color:#aaa;}
.bbs_gallery ul.list li .ico_group {position:absolute; top:5px; left:5px; z-index:10;}
.bbs_gallery ul.list li .ico_group .bbs_ico {margin-left:0; margin-right:1px;}
*:first-child + html .bbs_gallery ul.list li a .photo {width:100%;}
*:first-child + html .bbs_gallery ul.list li a .photo img {width:100%; height:180px;}

.bbs_gallery ul.list.subject_over .date {display:none;}
.bbs_gallery ul.list.subject_over .subject {position:absolute; bottom:0; left:0; width:96%; margin:0; padding:8px 2%; background:url('/common/images/board/mask2.png') ; color:#fff; text-align:left;}

@media screen and (max-width:756px) {
    .bbs_gallery ul.list li {width:30%;}
    .bbs_gallery[data-photo-type='fixed'] ul.list li a .photo {width:auto; max-width:100%;}
    .bbs_gallery[data-photo-type='fixed'] ul.list li a .photo img {max-width:100%;}
}
@media screen and (max-width:640px) {
    .bbs_gallery ul.list li {width:47%; min-height:140px;}
    .bbs_gallery ul.list li a .photo {line-height:140px;}
    .bbs_gallery ul.list li a .photo img {max-height:140px;}
    .bbs_gallery ul.list li.delete .delete_info {display:none;}
    .bbs_gallery ul.list li .checkbox {display:none;}
}



/* 갤러리 게시판  - 사진위 제목 over 되는 type */
/*
width, height 조정시 수정 필요
.bbs_gallery ul.list li 의 width, min-height
.bbs_gallery ul.list li a .photo 의 line-height
.bbs_gallery ul.list li a .photo img 의  max-height
 */

.bbs_gallery.type2 {overflow:hidden; width:100%; margin:5px 0; border-top:2px solid #151515; border-bottom:1px solid #e9e9e9;}
.bbs_gallery.type2 ul.list {width:104%; margin:10px -1.4%;}
.bbs_gallery.type2 ul.list li {display:inline; overflow:hidden; float:left; width:30%; margin:10px 1.4% 15px; min-height:180px;}
.bbs_gallery.type2 ul.list li a {display:block; position:relative; border:1px solid #e9e9e9; text-align:center;}
.bbs_gallery.type2 ul.list li a span {display:inline-block;}
.bbs_gallery.type2 ul.list li a .photo {display:block; overflow:hidden; position:relative; max-width:100%; height:100%; background:url('/common/images/board/mask.png'); font-size:0; line-height:180px;}
.bbs_gallery.type2 ul.list li a .photo img {max-width:100%; max-height:180px; vertical-align:middle;}
.bbs_gallery.type2 ul.list li a:hover .photo img {transform:scale(1.2); transition:all 400ms;}
.bbs_gallery.type2 ul.list li a .photo.hover:before {content:""; position:absolute; top:0; left:0; z-index:1; width:100%; height:100%; background:url('/common/images/board/mask3.png');}
.bbs_gallery.type2 ul.list li a .photo.hover:after {content:""; position:absolute; top:0; left:0; z-index:2; width:100%; height:100%; background:url('/common/images/board/icon_over.png') no-repeat 50% 50%;}
.bbs_gallery.type2 ul.list li a .subject {position:absolute; bottom:0; left:0; width:96%; margin:0; padding:8px 2%; background:url('/common/images/board/mask2.png') ; color:#fff; text-align:left;}
.bbs_gallery.type2 ul.list li a .author {font-size:0.85em;}
.bbs_gallery.type2 ul.list li a .date {display:none;}
.bbs_gallery.type2 ul.list .empty {padding:10px 0; text-align:center; border-bottom:1px solid #e7e7e7;}
.bbs_gallery.type2 ul.list li.delete .delete_info {font-size:11px; color:#2e84d1; vertical-align:middle;}
.bbs_gallery.type2 ul.list li.delete .subject {color:#aaa;}
.bbs_gallery.type2 ul.list li .ico_group {position:absolute; top:5px; left:5px; z-index:10;}
.bbs_gallery.type2 ul.list li .ico_group .bbs_ico {margin-left:0; margin-right:1px;}
*:first-child + html .bbs_gallery.type2 ul.list li a .photo {width:100%;}
*:first-child + html .bbs_gallery.type2 ul.list li a .photo img {width:100%; height:180px;}
@media screen and (max-width:756px) {
    .bbs_gallery.type2 ul.list li {width:30%;}
    .bbs_gallery.type2[data-photo-type='fixed'] ul.list li a .photo {width:auto; max-width:100%;}
    .bbs_gallery.type2[data-photo-type='fixed'] ul.list li a .photo img {max-width:100%;}
}
@media screen and (max-width:640px) {
    .bbs_gallery.type2 ul.list li {width:47%; min-height:140px;}
    .bbs_gallery.type2 ul.list li a .photo {line-height:140px;}
    .bbs_gallery.type2 ul.list li a .photo img {max-height:140px;}
    .bbs_gallery.type2 ul.list li.delete .delete_info {display:none;}
    .bbs_gallery.type2 ul.list li .checkbox {display:none;}
}

/* 개인정보 처리 방침 동의 */
.bbs_agree_guide {margin-top:30px; padding-bottom:10px; border-bottom:1px solid #e0e0e0;}
.bbs_agree {margin-top:30px;}
.bbs_agree h2 {}
.bbs_agree h3 {margin:15px 0 8px; font-size:1.1em; color:#333;}
.bbs_agree ul li {font-size:1em; margin:4px 0 2px 17px; padding-left:10px; background:url('/common/images/board/agree_bu.png') no-repeat 0 8px;}
.bbs_agree ul li li {margin:2px 0 2px 10px; background:url('/common/images/board/agree_bu2.png') no-repeat 0 9px;}

.bbs_privacy_button {margin:30px 0; padding:15px; border:1px solid #e0e0e0; text-align:center;}
.bbs_privacy_button p {margin-bottom:10px; font-size:1.1em;}
.bbs_privacy_button .item {margin:0 15px;}
.bbs_btn_wrap.agree {padding:20px 0;}
.bbs_btn_wrap.agree .bbs_btn {margin:0 5px;}
.bbs_btn_wrap.agree .bbs_btn span {min-width:100px; padding:5px 50px;}
.bbs_btn_wrap.agree .bbs_btn.agree {border:1px solid #333; background:#333; color:#fff;}
@media screen and (max-width:640px) {
    .bbs_btn_wrap.agree .bbs_btn span {min-width:0; padding:2px 35px;}
}










/* form */
textarea {width:100%;height:80px;padding:10px;border:1px solid #b9b9b9;border-radius:4px;background-color:#f4f4f4;}
/*font-family:"Nanum Square", "Nanum Gothic", "맑은 고딕", dotum;font-size:14px;font-weight:normal;color:#666*/
input[type="text"].wide, input[type="password"].wide, select.wide {width:100% !important;}
.tbl_col.sm input[type="text"], .tbl_col.sm input[type="password"] {height:20px;line-height:20px;}
input[type="radio"] {border:1px solid #d1d1d1;border-radius:50%;height:20px;width:20px;background:#fff;}
input[type="radio"]:checked:after {display:block;content:" ";position:relative;top:4px;left:4px;width:10px;height:10px;border-radius:50%;background:#408fde;}
input[type="radio"].chk, input[type="checkbox"].chk {margin-right:5px;}
input[type="radio"].chk + label, input[type="checkbox"].chk + label {margin-right:10px;}
input[type="radio"] + label ~ .sp {margin-left:15px;}
input + label ~ input.wide {margin:5px 0 0 0;}
input.read {background-color:#edeef0;}
select.sm {height:26px;font-size:13px;}



/* btn_wrap */
.btn_wrap {text-align:center;overflow:hidden;padding:15px 0;}
.btn_wrap .left {float:left;}
.btn_wrap .right {float:right;}
.b_box {text-align:center;overflow:hidden;padding:15px 0;}
.b_box .left {float:left;}
.b_box .right {float:right;}
.b_box .c_btn {margin:2px;}
.b_box .c_btn.wide {margin:2px 0;}
.bw_box {overflow:hidden;text-align:center;background-color:#fff;}
.bw_box a {display:block;height:64px;line-height:64px;font-size:20px;color:#333;}
.bw_box a + a {border-left:1px solid #e8e8e8;}
.bw_box a.on {color:#009cff;}
.bw_box.two a {float:left;width:50%;}
.b_box.sm {padding:10px 0;}
.b_box.none, .b_box.non {padding-top:0;}
.b_box.one {padding:0;}
.b_box.top {padding-bottom:0;}
.b_box.bot {padding-top:0;}

/* c_btn */
.c_btn {text-align:center;vertical-align:middle;display:inline-block;padding:0 10px;height:32px;line-height:32px;border-radius:0px;font-weight:300;color:#fff;}
.dash .section .c_btn, .dash .d_head .c_btn {border-radius:0;}
.c_btn.purple, .a_btn.purple {background-color:#8da4c4;}
.c_btn.lt_gray {background-color:#eee;}
.c_btn.gray, .a_btn.gray {background-color:#989b9f;} /* #b9b9b9 */
.a_btn.m_gray {background-color:#777;}
.c_btn.d_gray, .a_btn.d_gray {background-color:#545557;} /* #989b9f */
.c_btn.l_gray {background-color:#eceff1;}
.c_btn.blue, .a_btn.blue {background-color:#328e26;}
.c_btn.green, .a_btn.green {background-color:#328e26;}
.c_btn.d_blue, .a_btn.d_blue {background-color:#0c4da2;}
.c_btn.orange {background-color:#fe6500;}
.c_btn.red {background-color:#eb7c7c;}
.c_btn.d_red {background-color:#ee6868;}
.c_btn.green {background-color:#07a33e;}
.c_btn.yellow {background-color:#fcc633;}

/* paginate */
.paginate {text-align:center;padding-top:20px;}
.paginate li {display:inline;}
.paginate .inner {display:inline-block;}
.paginate a, .paginate span {float:left;min-width:24px;height:24px;line-height:24px;margin:0 2px;font-size:13px;font-weight:bold;color:#494949;}
.paginate .on {font-weight:bold;color:#fff;border-color:#0c4da2;background-color:#0c4da2;}
.paginate .prev {margin:0 2px 0 -1px;}
.paginate .next {margin:0 -1px 0 2px;}
.paginate .img {border:0;}
.paginate .img img {vertical-align:top;}
.paginate .end, .paginate .start {margin:0;}

/* mb_join */
.mb_join {max-width:840px;padding:20px;margin:0 auto;background-color:#fff;}
.mb_join dl {overflow:hidden;padding:10px 0;border-bottom:1px solid #e6e6e6;}
.mb_join dt {width:130px;float:left;height:36px;line-height:36px;font-size:15px;color:#787878;font-weight:600;}
.mb_join dt label {cursor:pointer;}
.mb_join .vital label {color:#787878;font-weight:600;}
.mb_join dd {margin-left:140px;font-size:14px;}
.mb_join dd .ct {position:relative;}
.mb_join dd input[type="email"], .mb_join dd input[type="text"], .mb_join dd input[type="password"] {width:100%;max-width:244px;height:36px;margin-right:10px;padding:0 10px;border:1px solid #cccccc;border-radius:2px;font-weight:300;color:#787878;background-color:#fff;}
.mb_join dd input[type="email"]:focus, .mb_join dd input[type="text"]:focus, .mb_join dd input[type="password"]:focus {border:1px solid #5998d0;outline:none;box-shadow:0 0 5px #BBE0FD;-webkit-box-shadow:0 0 5px #BBE0FD;-moz-box-shadow:0 0 5px #BBE0FD;}
.mb_join .c_btn {height:36px;line-height:36px;padding:0 20px;border-radius:2px;font-size:16px;font-weight:200;}
.mb_join .b_box .c_btn {width:100%;max-width:200px;}
.mb_join .guide {padding-bottom:10px;border-bottom:1px solid #e6e6e6;font-size:16px;color:#ee6868;}
.mb_join .rm {vertical-align:middle;margin-right:5px;color:#ee6868;}
.mb_join .note {position:absolute;bottom:0;left:260px;font-size:13px;font-weight:300;color:#848484;}
.mb_join .mail .note {left:370px;}
.mb_join .phone input[type="text"] {text-align:center;width:80px;margin-right:0;}
.mb_join .terms .group {padding:10px 5px;border-bottom:1px solid #e8e8e8;}
.mb_join .terms .group:first-child {border-top:1px solid #e8e8e8;}
.mb_join .terms .top {position:relative;}
.mb_join .terms .top label {font-size:16px;font-weight:300;letter-spacing:-1px;}
.mb_join .terms .top .all {font-weight:500;}
.mb_join .terms .top input[type="checkbox"] {margin:1px 5px 0 0;}
.mb_join .fold {position:absolute;right:0;top:-6px;}
.mb_join .fold .icc:before {line-height:36px;font-size:36px;color:#787878;}
.mb_join .terms .detail {display:none;margin-top:10px;}
.mb_join .terms .detail textarea {overflow-y:auto;padding:20px;height:250px;border-radius:3px;background-color:#efefef;}
.mb_join .pw_safety {position:relative;margin-top:10px;padding:0 0 10px 0px;}
.mb_join .pw_safety .mark {position:absolute;left:0;top:0;}
.mb_join .pw_safety .step {max-width:204px;}
.mb_join .pw_safety .bar {overflow:hidden;position:relative;height:10px;border-radius:5px;background:#efefef;}
.mb_join .pw_safety .gage {position:absolute;left:0;top:0;height:10px;border-radius:5px;}
.mb_join .pw_safety .alert {margin-top:7px;font-weight:300;}
.mb_join .icc.caution {background:#858585;}
.mb_join.find {max-width:480px;}
.mb_join.find dd input[type="email"], .mb_join.find dd input[type="text"], .mb_join.find dd input[type="password"] {max-width:none;margin-right:0;}

/* board search : default */
.tab-type1 + .board-search-wrap {margin-top:30px;}
.board-search-wrap {margin-top:25px; width:100%; padding:20px; background-color:#f9f9f9; border:1px solid #e9e9e9; text-align:center; box-sizing:border-box;}
.board-search-wrap .sel {width:160px;}
.board-search-wrap .sel.type2 {width:200px;}
.board-search-wrap input[type=text] {width:400px; background-color: #fff;}
.board-search-wrap input[type=date] {background-color: #fff;}
.board-search-wrap input.inpt[readonly],
.board-search-wrap input.inpt[disabled] {background-color:#f0f2f5;}
.board-search-wrap input.short {width:250px;}

.board-search-wrap .search-wrap {display:inline-block; max-width:855px; position:relative;}
.board-search-wrap .search-wrap:after {content:""; display:block; clear:both;}
.board-search-wrap .search-wrap + .search-wrap {margin-top:6px;}
.board-search-wrap .search-wrap .search-input {display:table; float:left;}
.board-search-wrap .search-wrap .search-input > div {display:table-cell; vertical-align:middle;}
.board-search-wrap .search-wrap .search-input > div + div {padding-left:5px;}
.board-search-wrap .search-wrap .search-input > span {display:table-cell; vertical-align:middle; min-width:20px;}
.board-search-wrap .search-wrap .search-input + .search-btn {padding-left:5px;}
.board-search-wrap .search-wrap .search-btn {display:table; float:left;}
.board-search-wrap .search-wrap .search-btn > div {display:table-cell; vertical-align:middle;}
.board-search-wrap .search-wrap .search-btn > div + div {padding-left:5px;}
.board-search-wrap .search-wrap .auto-complete {position:absolute; left:165px; top:27px; box-sizing:border-box; z-index:999;}
.board-search-wrap .search-wrap .auto-complete .content-wrap {box-sizing:border-box; width:400px; border:1px solid #bbb; text-align:left; background:#fff;}
.board-search-wrap .search-wrap .auto-complete ul > li > a {display:inline-block; width:100%; box-sizing:border-box; padding:8px 10px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.board-search-wrap .search-wrap .auto-complete ul > li > a:hover {background:#ebf4fa;}
.board-search-wrap .search-wrap .auto-complete ul > li > a span {color:#0070b9;}
.board-search-wrap .search-wrap .auto-complete .bottom {display:inline-block; width:100%; background:#f9f9f9; vertical-align:top;}
.board-search-wrap .search-wrap .auto-complete .bottom .btn-more {float:left; display:inline-block; padding:5px; font-size:12px;}
.board-search-wrap .search-wrap .auto-complete .bottom .btn-off {float:right; display:inline-block; padding:5px; font-size:12px;}
.board-search-wrap .search-wrap .auto-complete .bottom > a:hover {text-decoration:underline;}

.board-search-wrap .search-wrap.wide .search-input .sel {width:310px;}
.board-search-wrap .search-wrap.wide input[type=text] {width:440px;}

.board-search-wrap .search-wrap .search-input.ty2 {width:660px;}
.board-search-wrap .search-wrap .search-input.ty2 > div {width:50%;}
.board-search-wrap .search-wrap .search-input.ty2 .sel {width:100%;}

/* board search : align-left */
.board-search-wrap .search-wrap.align-left {display:block; margin:0 auto; max-width:737px;}
.board-search-wrap .search-wrap.align-left + .search-wrap {margin-top:10px;}
.board-search-wrap .search-wrap.align-left .search-input > div {width:50%;}
.board-search-wrap .align-left .sel {width:100%;}
.board-search-wrap .align-left .search-input {width:100%; box-sizing:border-box;}

/* board search : align-clum */
.board-search-wrap .search-wrap.align-clum {width:100%; max-width:inherit;}
.board-search-wrap .search-wrap.align-clum .sel {width:100%;}
.board-search-wrap .search-wrap.align-clum input[type=text] {width:100%;}

.board-search-wrap .align-clum .clum-title {min-width:90px; text-align:left; font-weight:700;}
.board-search-wrap .align-clum .search-input {width:50%; padding-right:10%; box-sizing:border-box;}
.board-search-wrap .align-clum .search-input > div + div {width:50%;}
.board-search-wrap .align-clum .search-input.clum-full > div + div {width:100%;}
.board-search-wrap .align-clum .search-input.clum-else > div:last-child {min-width:180px;}
.board-search-wrap .clum-btn {margin-top:20px; padding-top:20px; border-top:1px solid #dbdbdb;}
.board-search-wrap .clum-btn > a + a {margin-left:3px;}

/* board search : sel-inp */
.board-search-wrap .search-wrap.sel-inp {display:block; margin:0 auto; max-width:737px;}
.board-search-wrap .search-wrap.sel-inp + .search-wrap {margin-top:10px;}
.board-search-wrap .search-wrap.sel-inp .search-btn > div:first-child {width:455px;}
.board-search-wrap .search-wrap.sel-inp .search-btn input[type=text] {width:100%;}

/* board search : sel-inp */
.board-search-wrap .search-wrap.sel3-btn .sel {width:217px;}

/* board search : sel-search */
.board-search-wrap .search-wrap .search-btn.sel-search {}
.board-search-wrap .search-wrap .search-btn.sel-search > div:first-child {width:400px;}
.board-search-wrap .search-wrap .search-btn.sel-search > div:first-child .sel {max-width:100%; width:100%;}

/* board search : date-search; */
.board-search-wrap .search-wrap .search-btn.date-search > div:first-child > div {display:inline-block;}
.board-search-wrap .search-wrap .search-btn.date-search > div:first-child .date-pick {width:192px;}
.board-search-wrap .search-wrap .search-btn.date-search > div:first-child .date-pick input {width:100%;}
.board-search-wrap .search-wrap .search-btn.date-search > div:first-child .date-pick > button {display:inline-block; width:28px; height:26px; border:1px solid #bbb; background:#f9f9f9; position:absolute; right:0; top:0;}
/* TABLE */
.table-wrap {line-height:1.5;}
.table-wrap + .table-wrap{margin-top:20px;}
.table-wrap + .dot-text {margin-top:15px;}

.board-search-wrap + .nothing , .tab-type1 + .nothing, .hName + .nothing {margin-top:30px;}
.category-wrap + .nothing, input + .nothing {margin-top:15px;}
.nothing{text-align:center;padding:100px 0; border-bottom:1px solid #444; border-top:2px solid #444;}
.table-wrap .nothing {border-top:none;}

.table-basic{border-top:2px solid #444;word-break:keep-all; width:100%; table-layout:fixed;}
.table-basic.thin-type {border-top:1px solid #999;}
.table-basic .row{display:table;width:100%;border-bottom:1px solid #ddd;}
.table-basic .row:last-child {border-bottom:1px solid #444;}
.table-basic .row .cell-title{width:152px;color:#222;;background-color:#f9f9f9;font-weight:700;padding:13px 20px; vertical-align:top;text-align:left;}
.table-basic .row .cell-content{padding:13px 20px;vertical-align:middle;}
.table-basic .row .cell-content[colspan] {padding:0;}
.table-basic .row .cell-content a {text-decoration:underline;}
.table-basic .row .cell{width:50%;vertical-align: top;background:url(../images/common/bg/bg_table.png) 0 0 repeat-y;}
.table-basic .row .cell .row {border-bottom:none;}
.table-basic .row .cell.cell-type1 {width:66.66%}
.table-basic .row .cell.cell-type2 {width:33.33%;}
.table-basic .row .cell-content.file-control div {text-decoration:underline;color: #999;}
.table-basic .row .cell-content.file-control div a {color: #005daa;}

.main-title-style + .table-wrap .table-form {margin-top:10px;}
.sub-title-style +  .table-wrap .table-form {margin-top:10px;}
.main-title-style + .float-wrap {margin-top:10px;}
.sub-title-style + .float-wrap {margin-top:10px;}
.float-wrap + .table-wrap .table-form {margin-top:10px;}
.float-wrap + .table-wrap .table-basic {margin-top:10px;}

.table-form{width:100%; table-layout:fixed; border-top:2px solid #444;}
.table-form .row {border-bottom:1px solid #ddd;}
.table-form .row:last-child {border-bottom:1px solid #444;}
.table-form .row .cell-title{width:112px;color:#222;background-color:#f9f9f9;padding:14px 24px;font-weight:700;vertical-align:top;text-align:left;}
.table-form .row .cell-content{padding:10px;}
.table-form .row .cell-content[colspan] {padding:0;}
.table-form .row .cell-content.pad0{padding:0;}
.table-form .row .cell-content.vm{vertical-align:middle;}
.table-form .row .cell-content .dot-text {display:block;font-size:12px;margin-top:10px;}

.table-form .row .table-form-inner {table-layout:fixed; width:100%;}
.table-form .row .cell{width:50%;vertical-align:top;background:url(../images/common/bg/bg_table.png) 0 0 repeat-y;background-size:160px 1px;}

.table-form .row .cell .row {border-bottom:none;}
.table-form .row .cell.cell-type1 {width:66.66%}
.table-form .row .cell.cell-type2 {width:33.33%;}

.table-title{position:relative;}
.table-title .table-tit{display:table-cell;color:#005daa;padding:15px 20px 15px 0;}
.table-title .btn-wrap{position:absolute;top:50%;right:20px;margin:-9px -3px 0;}
.table-title .btn-wrap *{margin:0 3px;}

.table-form .sel2-set{margin-left: -6px}
.table-form .sel2-set > span{box-sizing:border-box;display:inline-block;width:50%;padding-left:10px;max-width:370px;margin-left:-4px;}
.table-form .sel3-set{margin-left:-6px;}
.table-form .sel3-set > span {width:33.3%;padding-left:10px;box-sizing:border-box;display:inline-block;margin-left:-4px;}

.desc-f-right {float:right; font-size:14px; color:#777}
.table-form-list{border-top:2px solid #444;}
.table-form-list .cell-title{background-color:#f9f9f9;color:#222;padding:16px 25px;border-bottom:1px solid #dcdcdc;}
.table-form-list .cell-content{padding:10px 20px;border-bottom:1px solid #999;}
.table-form-list .radio-wrap{height:38px;line-height:38px;}
.table-form-list .check-wrap .selB{width:140px;margin:0 16px;}
.check-wrap > span {padding-right:30px;}
.check-wrap > span:last-child {padding-right:0;}

.table-form .group-input-set{position:relative;padding-right:90px;}
.table-form .group-input-set .btn-box{position:absolute;right:0;top:0;}
.table-form .zip-box{max-width:370px;width:50%;padding-right:143px;position:relative;box-sizing:border-box;margin-bottom:10px;}
.table-form .zip-box input.inptB[readonly], .table-form .zip-box input.inptB[disabled] {background-color:#fff;}
.table-form .zip-box .btn-gray-s{position:absolute;top:0;right:10px;padding:0 20px;}
.table-form .zip-box + .sel2-set input.inptB[readonly] , .table-form .zip-box + .sel2-set input.inptB[disabled] {background-color:#fff;}
.table-form .alv-top {vertical-align:top}
.table-form .alv-mid {vertical-align:middle}

.table-inner-wrap {display:table; width:100%;}
.table-inner-wrap > div {display:table-cell; box-sizing:border-box; width:20%; vertical-align:top;}
.table-inner-wrap > div + div {padding-left:5px;}
.table-inner-wrap > div > .chk {margin:5px 0;}
.table-inner-wrap > div.one {display:table-cell; width:380px;}
.table-inner-wrap > div.one + div {width:auto;}
.table-inner-wrap > div.one-small {display:table-cell; width:380px;}
.table-inner-wrap > div.one-small + div {width:auto;}
.table-inner-wrap > div.one-else {display:table-cell; width:20%;}
.table-inner-wrap > div.one-else + div {width:80%;}
.table-inner-wrap > div.stretch-ty1 {display:table-cell; width:10%;}
.table-inner-wrap > div.stretch-ty1 + div {width:90%;}
.table-inner-wrap > div.stretch-ty2 {display:table-cell; width:20%;}
.table-inner-wrap > div.stretch-ty2 + div {width:80%;}
.table-inner-wrap > div.stretch-ty3 {display:table-cell; width:90%;}
.table-inner-wrap > div.stretch-ty3 + div {width:10%;}
.table-inner-wrap > div.stretch-ty4 {display:table-cell; width:5%;}
.table-inner-wrap > div.stretch-ty4 + div {width:90%;}
.table-inner-wrap > div.stretch-ty4 ~ div:last-child {width:5%;}

.table-inner-wrap.long {display:table; width:640px;}
.table-inner-wrap.long > div.one-else {display:table-cell; width:25%;}
.table-inner-wrap.long > div.one-else + div {width:75%;}

.table-inner-wrap .row .cell{display:table-cell;width:50%;}
.table-inner-wrap + .table-inner-wrap {margin-top:10px;}
.check-wrap .chk {margin:5px 0;}
.check-wrap label > em {color:#005daa;}

/* 2017-02-23 | 삭제예정 start */
.table-list{border-top:2px solid #444;margin-top:30px; line-height:normal;}
.table-list .list-header{display:table;width:100%;table-layout:fixed;background-color:#f9f9f9;text-align:center;font-weight:700;color:#222;border-bottom:1px solid #999;}
.table-list .list-body{border-bottom:1px solid #444;}
.table-list .list-body li{border-top:1px solid #ddd;overflow:hidden; position:relative;}
.table-list .list-body li:first-child{border:none;}
.table-list .list-body li > a{display:table;width:100%;table-layout:fixed;overflow:hidden; padding:13px 0;}
.table-list .list-header > span, .table-list .list-body li > span, .table-list .list-body a > span, .table-list .list-body li > em, .table-list .list-body a > em{display:table-cell;padding:0 5px;box-sizing:border-box;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.1;}
.table-list .list-header > span {padding-top:16px; padding-bottom:16px;}
.table-list .list-body i.icon-notify {position:absolute; top:50%; left:50%; margin-left:-9px; margin-top:-14px;}
.table-list .list-body i.icon-notify + span {color:transparent; text-indent:-999em; font-size:1px;}
/* 2017-02-23 | 삭제예정 end */

/* list view write */
.table-list.center {text-align:center;}
.table-list.center .only-mobile {text-align:left;}
.table-list{border-top:2px solid #444;margin-top:30px; line-height:normal; table-layout:fixed;}
.table-list .list-header {display:table-header-group; background-color:#f9f9f9; text-align:center; font-weight:700; color:#222; border-bottom:1px solid #999;}
.table-list .list-body{border-bottom:1px solid #444;}
.table-list .list-body tr{border-top:1px solid #ddd;overflow:hidden; position:relative;}
.table-list .list-body tr:first-child{border:none;}
.table-list .list-body td {position:relative;}
.table-list .list-body td a {display:block; padding:13px 0;}
.table-list .list-body td a div{display:table;width:100%;table-layout:fixed; position:relative;}
.table-list .list-header th,
.table-list .list-header td,
.table-list .list-body td div > span,
.table-list .list-body td div > span,
.table-list .list-body td div > em,
.table-list .list-body td div > em{display:table-cell;padding:0 5px;box-sizing:border-box;text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:1.1;}
.table-list .list-header th {padding-top:16px; padding-bottom:16px;}
.table-list .list-body i.icon-notify {position:absolute; top:50%; left:50%; margin-left:-9px; margin-top:-9px;}
.table-list .list-body i.icon-notify + span {color:transparent; text-indent:-999em; font-size:1px;}


.table-view{border-top:2px solid #444;word-break:keep-all;margin-top:25px; border-bottom:1px solid #444; }
.table-view .view-header{padding:13px 75px 10px 30px;border-bottom:1px solid #999; background-color:#f9f9f9; position:relative;}
.table-view .view-header .view-title h1, .table-view .view-header .view-title h2{color:#222;font-size:16px;font-weight:700;}
.table-view .view-header .view-info{margin-top:5px; overflow:hidden; font-size:14px;color:#555;}
.table-view .view-header .view-info > span{display:block;float:left; color:#777;}
.table-view .view-header .view-info > span + span {padding-left:40px;}
.table-view .view-header .view-info em {color:#222;}
.table-view .view-header .view-info em + span {margin-left:10px;}
.table-view .view-header .view-info span + span:before {content:"";display:block;float:left;width:1px;height:13px;background-color: #bbb; margin-top:3px; margin-left:-20px;}
.table-view .view-body{padding:30px; line-height:1.8; max-width:768px; margin:0 auto; overflow-x:auto;}
.table-view .view-body img {height:initial !important;}
.table-view .view-slide{margin:30px 0;}
.table-view .view-footer{display:table; width:100%; overflow:hidden; border-top:1px solid #ddd; box-sizing:border-box; table-layout:fixed;}
.table-view .view-footer .footer-title{display:table-cell; color:#222; position:relative;line-height:1.2; box-sizing:border-box;}
.table-view .view-footer .footer-contnet {display:table-cell;}
.table-view .view-footer .footer-contnet a {text-decoration:underline; color:#005daa;}

.table-view .view-footer.file-area {padding:17px 30px;}
.table-view .file-area .footer-title {width:95px; padding:0 20px; vertical-align:top; line-height:1.5;}
.table-view .file-area .footer-title:after {display:block; position:absolute; top:2px; right:0; content:""; background:#ddd; width:1px; height:13px;}
.table-view .file-area .footer-title .icon-file {position:absolute; top:2px; left:0; margin-right:5px; color:#005daa;}
.table-view .file-area .footer-contnet {padding-left:20px;}
.table-view .view-footer.answer-area {}
.table-view .answer-area .footer-title {width:115px; padding:30px; background:#f9f9f9;}
.table-view .answer-area .footer-contnet {padding:30px;}

.table-view-nav{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin-top:30px;}
.table-view-nav li {line-height:1.1;}
.table-view-nav li + li {border-top:1px solid #ddd;}
.table-view-nav li a{display:block;padding:16px 0;position:relative;}
.table-view-nav li a .nav-title{display:inline-block;max-width:100%;position:relative;box-sizing:border-box;vertical-align:middle;}
.table-view-nav li a .nav-title > span {display:block; max-width:100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.table-view-nav li  em{color:#222;font-size:14px;line-height:1.1;font-weight:700;}
.table-view-nav li .next{padding-left:127px; padding-right:15px;}
.table-view-nav li .next > em{position:absolute;top:50%;left:20px;margin-top:-7px;}
.table-view-nav li .next > em:after{content:"";display:block;position: absolute;top:0;left:97px;width:1px;height:13px;background-color:#bbb;}
.table-view-nav li .next > em > i {margin-right:13px; color:#999;  display: inline-block; vertical-align: middle;}
.table-view-nav li .next .nav-title{padding-right:20px;}
.table-view-nav li .next .nav-title.one-ico{padding-right:30px;}
.table-view-nav li .next .nav-title.two-ico{padding-right:50px;}
.table-view-nav li .next .nav-title.three-ico{padding-right:50px;}
.table-view-nav li .prev{padding-left:127px; padding-right:15px;}
.table-view-nav li .prev > em{position:absolute;top:50%;left:20px;margin-top:-7px;}
.table-view-nav li .prev > em:after{content:"";display:block;position: absolute;top:0;left:97px;width:1px;height:13px;background-color:#bbb;}
.table-view-nav li .prev > em > i {margin-right:13px; color:#999;  display: inline-block; vertical-align: middle;}
.table-view-nav li .prev .nav-title{padding-right:20px;}
.table-view-nav li .prev .nav-title.one-ico{padding-right:30px;}
.table-view-nav li .prev .nav-title.two-ico{padding-right:50px;}
.table-view-nav li .prev .nav-title.three-ico{padding-right:50px;}
.table-view-nav li .nav-title .ico-set {position: absolute; right: 0; top: -2px;}

/* table-col-list01 :: mobile에서 왼쪽에 타이틀 */
.table-list.table-col-list01 .list-header {padding:0;}
.table-col-list01 .list-header ul{overflow:hidden;display:table;width:100%;table-layout:fixed;}
.table-col-list01 .list-header li{display:table-cell;vertical-align:middle;padding:16px 5px;box-sizing:border-box;font-size:14px;color:#1e3b70;line-height:1.5;text-align:center;border-top:none;font-weight:700;}
.table-col-list01 .list-header li + li {border-left:1px solid #ddd;}

.table-col-list01 .list-body .row .cell-title{display:none;}
.table-col-list01 .list-body .row ul{overflow:hidden;display:table;width:100%;table-layout:fixed;}
.table-col-list01 .list-body .row li{display:table-cell;vertical-align:middle;padding:13px 10px;box-sizing:border-box;font-size:14px;line-height:1.5;text-align:center;border-top:none;}
.table-col-list01 .list-body .row li + li {border-left:1px solid #ddd;}

/* table-col-list02 :: 항목명, 비율 유지되는 테이블 */
.table-list.table-col-list02 .list-header {padding:0;}
.table-col-list02 .list-header ul{overflow:hidden;display:table;width:100%;table-layout:fixed;}
.table-col-list02 .list-header li{display:table-cell;vertical-align:middle;padding:16px 5px;box-sizing:border-box;font-size:14px;color:#1e3b70;line-height:1.5;text-align:center;border-top:none;}
.table-col-list02 .list-header li + li {border-left:1px solid #ddd;}

.table-col-list02 .list-body .row .cell-title{display:none;}
.table-col-list02 .list-body .row ul{overflow:hidden;display:table;width:100%;table-layout:fixed;}
.table-col-list02 .list-body .row li{display:table-cell;vertical-align:middle;padding:13px 10px;box-sizing:border-box;font-size:14px;line-height:1.5;text-align:center;border-top:none;}
.table-col-list02 .list-body .row li + li {border-left:1px solid #ddd;}

/* layout : table-data */
.table-data {margin-top:30px; width:100%; border-top:2px solid #444; border-bottom:1px solid #999;}
.table-data .data-header {display:table-row; width:100%; text-align:center; font-weight:700; background-color:#f9f9f9;}
.table-data .data-header > span {display:table-cell; padding:13px 5px; color:#222; vertical-align:middle; line-height:1.1;}
.table-data .data-header > span:first-child {border:none;}
.table-data .list-header > span, .table-data .list-body li > span, .table-data .list-body a > span, .table-data .list-body li > em, .table-data .list-body a > em {display:block; float:left; padding:0 ;line-height:1.1;}
.table-data .data-header > .table-rowspan {padding:0;}
.table-data .data-header > .table-rowspan > span {display:table; width:100%; border-top:1px solid #dbdbdb;}
.table-data .data-header > .table-rowspan > span:first-child {border:none;}
.table-data .data-header > .table-rowspan > span em {display:table-cell; padding:13px 5px; border-left:1px solid #dbdbdb; vertical-align:middle;}
.table-data .data-header > .table-rowspan > span.item-colspan3 em {width:33%;}
.table-data .data-header > .table-rowspan > span em:first-child {border:none;}
.table-data .data-body-row {display:table-row; color:#222;}
.table-data .data-body-row a {color:#222;}
.table-data .data-body-row > div {display:table-cell; padding:10px 20px; border-top:1px solid #dbdbdb; text-align:center; vertical-align:middle; box-sizing:border-box; overflow:hidden; white-space:nowrap;}
.table-data .data-body-row > .table-colspan {overflow:hidden; padding:0;}
.table-data .data-body-row > .table-colspan > ul {display:table; width:100%;}
.table-data .data-body-row > .table-colspan > ul > li {position:relative; display:table-cell; padding:13px 5px; box-sizing:border-box;}
.table-data .data-body-row > .table-colspan > ul > li:after {content:''; position:absolute; top:-250%; left:0; height:500%; width:1px; background:#dbdbdb;}
.table-data .data-body-row > .table-colspan > ul > li:first-child:after {display:none;}
.table-data .data-body-row > .table-colspan > ul.item-colspan3 > li {width:33%;}
.table-data .data-body-row > .table-colspan > ul > li:first-child {border:none;}
.table-data .data-body-row > .subject {padding-left:20px; padding-right:20px; text-align:left;}
.table-data .data-body-row > .align-right ul li {padding-right:20px; text-align:right;}
.table-data .data-body-row div .list-body-cont {color:#555;}
.table-data .data-body-row strong,
.table-data .list-body-title {display:none;}

/* 갤러리 게시판 */
.photo-list {margin-top:30px; }
.photo-list > ul {margin-left:-10px; margin-right:-10px; overflow:hidden;}
.photo-list > ul > li {float:left; width:25%; padding:10px; overflow:hidden; line-height:1.5; position:relative; box-sizing:border-box;}
.photo-list > ul > li > a {display:block; position: relative; width:100%; /*height:100%;*/ overflow:hidden; border:1px solid #ddd;}
.photo-list > ul > li > a:hover .hober-action {content:""; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:#0079c5; opacity:0.85; z-index:1;}
.photo-list > ul > li > a:hover .hober-action i {position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px; padding:9px; font-size:30px; color:#fff; border:1px solid #fff; z-index:1;}
.photo-list > ul > li > a:focus .hober-action {content:""; display:block; position:absolute; top:0; left:0; width:100%; height:100%; background:#0079c5; opacity:0.85; z-index:1;}
.photo-list > ul > li > a:focus .hober-action i {position:absolute; top:50%; left:50%; margin-top:-20px; margin-left:-20px; padding:9px; font-size:30px; color:#fff; border:1px solid #fff; z-index:1;}
.photo-list .photo-con {padding:18px 20px 12px 20px; border-top:1px solid #ddd; background:#fff;}
.photo-list .photo-con .photo-bullet {display:inline-block; padding:5px 10px; color:#fff; background:#0079c5; box-sizing:border-box}
.photo-list .photo-con .photo-bullet.point-look {background:#0079c5;}
.photo-list .photo-con .photo-bullet.point-play {background:#00893b;} /* 접근성 명도대비 수정 */
.photo-list .photo-con .photo-bullet.point-take {background:#cf4900;} /* 접근성 명도대비 수정 */
.photo-list .photo-con .photo-bullet + .photo-tit  {margin-top:10px;}
.photo-list .photo-con .photo-bullet + .infog-num {margin-top:10px;}
.photo-list .photo-con .infog-num {color:#004986; font-weight:700;}
.photo-list .photo-con .photo-tit {font-size:16px; font-weight:bold; color:#222; display:inline-block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; white-space:normal; height:3em; min-height:3em; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.photo-list .photo-con .photo-date {margin-top:17px; color:#777;}
.photo-list .photo-con .photo-desc {margin-top:11px; display:inline-block; width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; white-space:normal; height:3em; word-wrap:break-word; display:-webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.photo-list .photo-img {position:relative; padding-bottom:67%;}
.photo-list .photo-img img {position:absolute; top:0; left:50%; height:100%; -ms-transform: translateX(-50%); transform:translateX(-50%); -webkit-transform: translateX(-50%); max-width:none;}
.photo-list .photo-img .hober-action {display:none;}
.photo-list > ul > li.wide-photo {width:50%;}
.photo-list > ul > li.wide-photo .photo-desc {display:none;}
.photo-list.square .photo-img {padding-bottom:100%;}

/* 2016-12-19 수정 | opacity 추가 */
.photo-list .wide-photo .photo-con {position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid #ddd; box-sizing: border-box; opacity:0.8;}

/* paging */
.paging-navi {margin:24px 0 0; text-align:center}
.paging-navi a {box-sizing:border-box; display:inline-block; width:32px; height:32px; border:1px solid #bbb; border-radius:1px; font-weight:300; color:#555; line-height:33px; text-align:center; vertical-align:top}
.paging-navi a.active, .paging-navi a:hover, .paging-navi a:active, .paging-navi a:focus {border-color:#005daa; background-color:#005daa; color:#fff}
.paging-navi a span {position:absolute; width:1px; font-size:0; line-height:0; text-align:left; text-indent:-999em; left:-9999px}
.paging-navi a i {display:inline-block; vertical-align:middle;}
.paging-navi .btn-paging-prev + a {margin-left:4px}
.paging-navi.only-mobile {margin-top:24px; text-align:center;}
.paging-navi.only-mobile > strong,
.paging-navi.only-mobile > span {display:inline-block; font-size:14px; line-height:32px}
.paging-navi.only-mobile > *:first-child:not(a) {margin-left:84px;}
.paging-navi.only-mobile > *:last-child:not(a) {margin-right:75px;}
.paging-navi.only-mobile > strong.active {color:#83003f; font-weight:700}
.paging-navi.only-mobile .btn-paging-next {margin-left:18px;}
.paging-navi.only-mobile .btn-paging-prev {margin-right:18px;}