.button-group {
    *zoom: 1;
    position: relative;
    display: inline-block;
}

.button-group:after,
.button-group:before {
    content: '.';
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.button-group .button:first-child,
.button-group .button-dropdown:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.button-group .button,
.button-group .button-dropdown {
    float: left;
}

.button {
    padding: 0 32px;
}

.button {
    color: #666666;
    background-color: white;
    border-color: #eeeeee;
    font-weight: 300;
    font-size: 16px;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.community-container {
    /* min-height: 600px;
    max-height: 600px; */
    border: 1px solid #ddd;
    /* overflow-y: auto; */
}

.community-container .tab-top {
    padding: 24px 24px;
    background: rgb(244, 243, 245);
    border-bottom: 1px solid #ddd;
}

.button-group>.button {
    border: 1px solid #ddd;
}

.nav-width-30 {
    width: 30% !important;
}

.nav-width-50 {
    width: 50% !important;
}

.nav-width-10 {
    width: 10% !important;
}

.nav-white {
    background: white !important;
}

.community-container .nav>li>a {
    padding: 8px 0;
}

.community-container .nav>li>a {
    border-radius: 0
}

.community-container .nav>li>a:focus,
.community-container .nav>li>a:hover {
    text-decoration: none;
    background-color: rgb(123, 123, 123) !important;
    color: white !important;
}

.write-btn {
    float: right;
    font-size: 12px;
    background: rgb(231, 77, 58);
    color: white !important;
    padding: 10px 24px;
    height: 36px;
    line-height: unset;
}

.community-container .nav>li.active>a {
    text-decoration: none;
    background-color: rgb(123, 123, 123) !important;
    color: white !important;
    border-bottom: none;
}

.freeboard-list th {
    text-align: center;
    vertical-align: middle !important;
}

.freeboard-list td {
    line-height: 22px !important;
}

.color-blue {
    color: cornflowerblue;
}

.tbl-pagenation {
    margin-bottom: 0px;
    height: 45px;
    background: rgb(242, 242, 247);
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.tbl-pagenation td {
    vertical-align: middle !important;
    text-align: center;
}

.tbl-pagenation td.active {
    background-color: white !important;
    border: 1px solid black;
}

.tbl-pagenation td.disabled,
.tbl-pagenation td.disabled>a {
    color: #ddd;
}

.tbl-pagenation td:not(:first-child),
.tbl-pagenation td:not(:last-child) {
    width: 6%;
}

#freeboard_item .title {
    display: inline-block;
    padding: 18px 26px;
    color: rgb(231, 77, 58);
    font-weight: bold;
    min-height: 49px;
}

#freeboard_item .item-info {
    display: inline-block;
    float: right;
    padding: 27px 10px;
    padding-bottom: 0px;
}

#freeboard_item .item-spec,
#freeboard_item .item-writen {
    margin-right: 20px;
    display: inline-block;
}

#freeboard_item .item-opposite {
    display: inline-block;
}

#freeboard_item .item-info .item-spec span,
#freeboard_item .item-info .item-writen span {
    position: relative;
    top: -15px;
}

p.opposite-spec {
    color: rgb(231, 77, 58) !important;
}

/* .nav-opposite {
    border-bottom: 1px solid rgb(231, 77, 58)!important;;
} */

.nav-opposite>li>a:active,
.nav-opposite>li>a:hover,
.nav-opposite>li>a {
    color: rgb(231, 77, 58) !important;
}

.community-container .nav-opposite>li>a:focus,
.community-container .nav-opposite>li>a:hover,
.community-container .nav-opposite>li.active>a {
    background-color: transparent !important;
    color: rgb(231, 77, 58) !important;
    border: 1px solid white;
    border-bottom: 1px solid rgb(231, 77, 58);
    font-weight: 700;
    cursor: pointer;
}

p.opposite-spec,
p.recommended-spec,
.item-writen>p {
    display: inline-block;
    margin-bottom: 0px;
}

.pane-body {
    padding: 10px 10px;
}

.btn-opposite,
.btn-save-sticky {
    display: table-cell;
    padding: 8px 20px;
    background: rgb(231, 77, 58);
    color: white;
    font-size: 13px;
}

#freeboard_item .tab-title:after {
    clear: both;
}

#freeboard_item .content {
    padding: 10px 10px;
}

.freeboard-list>tbody>tr {
    cursor: pointer;
}

#freeboard_item .like-wrapper {
    text-align: center;
    font-size: 45px;
    margin: 12px 6px;
    color: #ddd;
    min-height: 100px;
}

#freeboard_item .like-wrapper>span.item {
    padding: 10px 12px;
    border: 3px solid #ddd;
    border-radius: 45px;
    position: relative;
}

#freeboard_item .like-wrapper>span.item:hover {
    color: rgb(231, 77, 58);
    cursor: pointer;
    border: 3px solid rgb(231, 77, 58);
}

#freeboard_item .like-wrapper>span.item:hover .tooltiptext {
    visibility: visible;
}

.tooltiptext {
    visibility: hidden;
    width: 170px;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 5px 2px;
    position: absolute;
    z-index: 1;
    border: 1px solid #ddd;
    bottom: -37px;
    left: -46px;
    font-size: 12px;
}

div.user-info {
    height: 80px;
    background-color: #f4f3f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 16px 16px;
}

div.user-info .user-mark,
div.user-info .level-mark,
div.user-info .user-name,
div.user-info .user-home {
    display: inline-block;
}

div.user-info .user-mark {
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

div.user-info .user-mark>span,
div.user-answer .user-mark>span {
    font-size: 18px;
    padding: 5px 6px;
    border: 1px solid #ddd;
    border-radius: 20px;
    background: white;
    color: #ddd;
}

div.user-info .level-mark,
div.user-answer .level-mark {
    width: 26px;
    position: relative;
    left: 0px;
    top: -4px;
    margin-right: 10px;
}

div.user-info .user-home>a {
    font-size: 12px;
    padding: 0px 14px;
    margin-top: 12px;
    height: 38px;
    border: 1px solid #ddd;
    color: black;
}

div.user-news {
    /* height: 120px; */
    padding: 18px 26px;
}

div.user-news>div {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

div.user-news span {
    display: block;
    height: 24px;
}

div.user-answer {
    height: 140px;
    padding-top: 0px;
}

.btn-opposite.answer:hover {
    color: #505944;
}

.answer-wrapper {
    padding: 40px 10px;
    border-bottom: 1px solid #ddd;
}

.answer-wrapper .no-answer {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.answer-wrapper .no-answer .img {
    margin-bottom: 20px;
}

.answer-wrapper .no-answer img {
    width: 60px;
}

.sticky-wrapper {
    border: 1px solid #ddd;
}

.mt-10 {
    margin-top: 10px;
}

.sticky-header {
    border-bottom: 1px solid #ddd;
    display: flex;
    padding: 0px 10px 10px 10px;
}

.sticky-header div {
    padding-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.avatar {
    width: 30px !important;
    height: 30px;
}

.sticky-body,
.sticky-footer {
    padding: 10px;
}

.write-wrapper {
    background: #f4f3f5;
    border: 1px solid #ddd;
    padding: 20px;
    padding-top: 0px;
}

.sticky-footer span {
    color: red;
    cursor: pointer;
}

.sticky-header .elbow {
    width: 12px;
    height: 32px;
}

table.freeboard-list tbody tr td:not(:first-child) {
    text-align: center;
}

.photo-wrapper {
    padding: 10px 100px;
}

#community table tr:not(:first-child) {
    cursor: pointer;
}

.write-header {
    padding: 10px;
    margin: 5px 0px;
    background: rgb(244, 243, 245);
    border: 1px solid #ddd;
}

.nav-width-70 {
    width: 70% !important;
}

.category-label {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
}

.category-select {
    max-width: 150px;
    margin-left: 12px;
}

.category-group {
    margin-bottom: 0px;
    display: flex;
}

.d-flex {
    display: flex;
}

#freeboard_item .content iframe {
    width: 100% !important;
    margin-left: 0px !important;
}

span.new-item {
    font-size: 12px;
    color: #bb1717;
    margin-right: 4px;
    font-weight: bold;
}

span.new-item:before {
    content: 'N';
}

.req-btn {
    float: right;
    font-size: 12px;
    background: rgb(61, 149, 231);
    color: white !important;
    padding: 10px 24px;
    height: 36px;
    line-height: unset;
}

.addition-title {
    line-height: 45px;
    font-size: 16px;
    color: brown;
    text-align: left;
}

.community-container .tab-title {
    padding: 10px 10px;
    background: #f5f5f5;
    border-bottom: 1px dashed #ddd;
}

.community-container .tab-title>img {
    width: 30px;
    margin-right: 10px;
}

.float-right {
    float: right !important;
}

.corp_wrap .summary_area {
    padding: 28px 30px;
    background-color: #fbfbfc;
    border-bottom: 1px solid #d6d6d6;
}

.corp_wrap .summary_area ul {
    padding-left: 0px;
}

.corp_wrap .section {
    padding: 28px 30px;
    border-top: 1px solid #f2f2f2;
}

.corp_wrap .section:first-child {
    border-top: none;
}

.corp_wrap .summary_area .tit {
    display: block;
    padding-left: 25px;
    margin-top: 16px;
    line-height: 15px;
    background: url(/assets/img/sp_corp.png) no-repeat;
}

.corp_wrap .summary_area .tit:hover {
    background-position: 0 -20px;
}

.corp_wrap .section h2 {
    margin-bottom: 22px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
}

a.board-title {
    color: #5b0132;
}

a.board-title:visited {
    color: #cccccc;
}