@charset "utf-8";

.clear::after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 1400px) {
  /**/
  .tab {
    width: 600px;
    margin: 40px auto;
  }
  .tab li {
    float: left;
    width: 180px;
    margin: 0 10px;
    text-align: center;
  }
  .tab li a {
    font-weight: 400;
  }
  .tab li::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #e9ffe5;
    border-radius: 6px;
    margin-top: 5px;
  }
  .tab li.on a {
    font-weight: 600;
  }
  .tab li.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #519a54;
    border-radius: 6px;
    margin-top: 5px;
  }

  /**/
  #khplay .khwrap {
    position: relative;
    margin: 0 auto;
    width: 1250px !important;
  }
  .bbs_menu {
    padding: 0 0 50px 0;
    line-height: 50px;
  }
  .bbs_menu:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_menu .cate {
    float: left;
  }
  .bbs_menu .cate ul {
    text-align: left;
    font-size: 0;
  }
  .bbs_menu .cate li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .bbs_menu .cate li a {
    display: block;
    line-height: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    opacity: 0.3;
  }
  .bbs_menu .cate li + li {
    margin-left: 20px;
    padding-left: 20px;
  }
  .bbs_menu .cate li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: #e9e9e9;
  }
  .bbs_menu .cate li a:hover,
  .bbs_menu .cate li a#bo_cate_on {
    opacity: 1;
  }
  .bbs_menu .cate li a.sel {
    position: relative;
    z-index: 5;
    color: #313131;
    background: #fcfcfc;
  }
  .bbs_menu .cate li a.sel:hover {
    color: #014fbb;
  }
  .bbs_menu .search {
    float: right;
  }
  .bbs_menu .search select {
    float: left;
    padding: 10px 25px 10px 5px;
    height: 55px;
    font-size: 18px;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input {
    float: left;
    padding: 15px 20px;
    height: 55px;
    font-size: 16px;
    color: #2a2a2a;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input::placeholder {
    color: #cacaca;
  }
  .bbs_menu .search button {
    float: left;
    padding: 10px 20px;
    height: 55px;
    font-size: 15px;
    border-bottom: 2px solid #2a2a2a;
    background: none;
  }
  .bbs_menu .search button i {
    font-size: 18px;
  }

  /**/
  .bbs_list {
    padding-bottom: 100px;
  }
  .bbs_list .nocontent {
    line-height: 250px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }
  .bbs_list li.list-1 {
    width: 100%;
  }
  .bbs_list li.list-2 {
    width: 50%;
  }
  .bbs_list li.list-3 {
    width: 33.33%;
  }
  .bbs_list li.list-4 {
    width: 25%;
  }
  .bbs_list li.list-5 {
    width: 20%;
  }
  .bbs_list li.list-6 {
    width: 16.66;
  }
  .bbs_list li.list-7 {
    width: 14.28%;
  }
  .bbs_list li.list-8 {
    width: 12.25%;
  }
  .bbs_list li.list-9 {
    width: 11.11%;
  }
  .bbs_list li.list-10 {
    width: 10%;
  }
  .bbs_admin {
    font-size: 2em;
    text-align: right;
  }
  /* basic board */
  .bbs_list .boardList {
    padding-bottom: 50px;
  }
  .bbs_list .boardList table {
    position: relative;
    width: 100%;
    border-collapse: collapse;
  }
  .bbs_list .boardList thead {
    padding: 3px 0 0 0;
  }
  .bbs_list .boardList thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #999;
  }
  .bbs_list .boardList thead th {
    padding: 20px 0;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    background: #fcfcfc;
    border-bottom: 1px solid #efefef;
  }
  .bbs_list .boardList tbody tr:hover {
    background: #f9f9f9;
  }
  .bbs_list .boardList tbody td {
    padding: 20px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: center;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
  }
  .bbs_list .boardList tbody td a {
    display: inline-block;
    line-height: 20px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
  }
  .bbs_list .boardList tbody .bo_notice {
    background: #f9f9f9;
  }
  .bbs_list .boardList tbody .bo_notice td {
    color: #000;
    font-weight: 500;
  }
  .bbs_list .boardList tbody .notice_icon {
    color: #f00;
    font-weight: 400;
  }
  .bbs_list .boardList .td_chk {
  }
  .bbs_list .boardList .td_num2 {
  }
  .bbs_list .boardList .td_subject {
    padding: 20px 15px;
    text-align: left;
  }
  .bbs_list .boardList .td_subject a:hover {
    color: #000;
    text-decoration: underline;
  }
  .bbs_list .boardList .td_subject i {
    line-height: 20px;
    font-size: 18px;
  }
  .bbs_list .boardList .td_subject i.xi-new {
    color: #f00;
  }
  .bbs_list .boardList .td_subject i.xi-lock {
    color: #ccc;
    float: left;
    margin-right: 10px;
  }
  .bbs_list .boardList .td_subject i.xi-heart {
    color: #ffbfbf;
  }
  .bbs_list .boardList .td_subject i.xi-link {
    color: #ccc;
  }
  .bbs_list .boardList .td_data {
  }
  .bbs_list .boardList .td_datetime {
  }
  .bbs_list .boardList .td_datetime span strong {
    font-size: 13px;
    font-weight: 400;
  }

  /* basic gallery */
  .bbs_list .gallList {
    padding-bottom: 50px;
  }
  .bbs_list .gallList ul {
    margin: 0 -15px;
    font-size: 0;
  }
  .bbs_list .gallList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .gallList li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
  }
  .bbs_list .gallList li .inner {
    position: relative;
    padding-bottom: 100px;
  }
  .bbs_list .gallList li .chk {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 8px;
  }
  .bbs_list .gallList li .img {
    position: relative;
    padding-top: 100%;
    background: #e9e9e9;
    overflow: hidden;
  }
  .bbs_list .gallList li .img a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
  .bbs_list .gallList li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
  }
  .bbs_list .gallList li .con {
    padding: 30px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background: #fff;
    text-align: center;
  }
  .bbs_list .gallList li .tit {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px;
  }
  .bbs_list .gallList li .txt {
    line-height: 20px;
    overflow: hidden;
  }
  .bbs_list .gallList li .txt .date {
    font-size: 12px;
    color: #7a7a7a;
  }

  /* basic faq */
  .bbs_list .faqList {
    padding-bottom: 50px;
  }
  .bbs_list .faqList ul {
    border-top: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li {
    border-bottom: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li .faq_q {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 80px 0 78px;
    cursor: pointer;
  }
  .bbs_list .faqList li .faq_q .num {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 78px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    font-family: "SCDream";
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .tit {
    padding: 28px 0 26px;
    font-size: 14px;
    line-height: 27px;
    color: #444;
  }
  .bbs_list .faqList li .faq_q i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 78px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .chk_box {
    position: absolute;
    top: 50%;
    right: 78px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .bbs_list .faqList li .faq_q .chk_box label {
    display: none;
  }
  .bbs_list .faqList li .faq_q .chk_box input[type="checkbox"] {
    vertical-align: top;
  }
  .bbs_list .faqList li .faq_a {
    position: relative;
    padding: 20px 80px 20px 78px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #444;
  }
  .bbs_list .faqList li .faq_a .mod {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    width: 48px;
    font-size: 14px;
    line-height: 28px;
    margin: -14px 0 0;
    color: #333;
    text-align: center;
    border: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li.sel .faq_q {
    background: #fafafa;
  }
  .bbs_list .faqList li.sel .faq_q i {
    transform: rotate(180deg);
  }

  /* certification */
  .bbs_list .certList {
    padding-bottom: 50px;
  }
  .bbs_list .certList ul {
    margin: 0 -15px;
    font-size: 0;
  }
  .bbs_list .certList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .certList li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
  }
  .bbs_list .certList li .inner {
    position: relative;
    padding-bottom: 50px;
  }
  .bbs_list .certList li .chk {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 8px;
  }
  .bbs_list .certList li .img {
    position: relative;
    padding-top: 100%;
    background: #dee3eb;
    overflow: hidden;
  }
  .bbs_list .certList li .img a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0;
    width: 100%;
    height: 100%;
  }
  .bbs_list .certList li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 75%;
    box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.015);
    transform: translate(-50%, -50%);
  }
  .bbs_list .certList li .con {
    padding: 30px;
    text-align: center;
  }
  .bbs_list .certList li .tit {
    position: relative;
    z-index: 2;
    line-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #2a2a2a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: -0.5px;
  }
  .bbs_list .certList li .tit b {
    font-weight: 600;
    color: #28a7e1;
  }

  /**/
  .bbs_write {
    padding-bottom: 150px;
  }
  .bbs_write .inp {
    padding: 7px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fafafa;
    box-sizing: border-box;
  }
  .bbs_write .writeform {
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  .bbs_write .writeform dl {
    display: table;
    width: 100%;
    padding: 5px 0;
    zoom: 1;
  }
  .bbs_write .writeform dt {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
  }
  .bbs_write .writeform dd {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
  }
  .bbs_write .writeform .autoinp {
    position: relative;
    padding-right: 140px;
  }
  .bbs_write .btn_auto {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #555;
  }
  .bbs_write .writeform textarea {
    padding: 10px 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
    background: #fafafa;
    resize: none;
  }
  .bbs_write .board_option input {
    /*display:none*/
  }
  .bbs_write .board_option input + label {
    clear: none;
    display: inline-block;
    padding-left: 20px;
    margin: 12px 0 13px 0;
    margin-right: 20px;
    background: url(../img/checkbox.png) no-repeat 0 0;
    background-position-x: 0;
    background-position-y: 0;
    height: 15px;
    color: #555;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  .bbs_write .board_option input:checked + label {
    background-position-x: 0;
    background-position-y: -15px;
  }
  .bbs_write .captcha {
    position: relative;
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .bbs_write .captcha #captcha_img {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 160px;
    height: 60px;
  }
  .bbs_write .captcha #captcha_key {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 160px;
    height: 60px;
    font-size: 20px;
    border: 1px solid #ccc;
    text-align: center;
  }
  .bbs_write .captcha button {
    display: block;
    padding: 0 10px;
    min-width: 100px;
    max-width: 150px;
    height: 30px;
    font-size: 12px;
    background: #777;
    color: #fff;
    letter-spacing: -0.5px;
  }
  .bbs_write .captcha button#captcha_mp3 {
    background: #555;
  }
  .bbs_write .captcha button#captcha_reload {
    background: #333;
  }
  .bbs_write .captcha #captcha_info {
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
  }

  /**/
  .bbs_title {
    border-top: 1px solid #e9e9e9;
    padding-top: 30px;
  }
  .bbs_title .cate {
    display: inline-block;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
  }
  .bbs_title .tit {
    position: relative;
    margin-top: 10px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #2a2a2a;
    letter-spacing: -0.5px;
  }
  .bbs_title .txt {
    margin-top: 10px;
  }
  .bbs_title .txt dl {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    color: #2a2a2a;
  }
  .bbs_title .txt dl + dl {
    margin-left: 15px;
  }
  .bbs_title .txt dt {
    display: inline-block;
    padding-right: 10px;
    color: #999;
    vertical-align: top;
  }
  .bbs_title .txt dd {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
  }

  /**/
  .bbs_content {
    position: relative;
    margin: 30px 0;
    padding: 60px 0;
    border-top: 2px solid #2a2a2a;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
  }
  .bbs_content .image {
    margin-bottom: 50px;
  }
  .bbs_content .image img {
    display: block;
    margin: 0 auto; /*width:auto;max-width:100%;*/
    height: auto;
  }
  .bbs_content .content {
    line-height: 30px;
    font-size: 16px;
    color: #2a2a2a;
  }
  .bbs_content .vote {
    text-align: center;
  }
  .bbs_content .vote span.bo_v_act_gng {
    display: inline-block;
  }
  .bbs_content .vote span a {
    display: block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote span a strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote span:nth-child(1) a {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .vote span:nth-child(1) a:hover {
    color: #fff;
    background: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a:hover {
    color: #fff;
    background: #0275d8;
  }
  .bbs_content .vote .bo_v_good,
  .bbs_content .vote .bo_v_nogood {
    display: inline-block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote .bo_v_good strong,
  .bbs_content .vote .bo_v_nogood strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote .bo_v_good {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote .bo_v_nogood {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .file {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .file .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .file ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .file li {
    position: relative;
  }
  .bbs_content .file li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .file a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .file a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .file a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .file a:hover div {
    text-decoration: underline;
  }
  .bbs_content .file span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }
  .bbs_content .link {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .link .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .link ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .link li {
    position: relative;
  }
  .bbs_content .link li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .link a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .link a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .link a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .link a:hover div {
    text-decoration: underline;
  }
  .bbs_content .link span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }

  /**/
  .bbs_button {
    padding: 0 0 50px 0;
    line-height: 38px;
  }
  .bbs_button:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_button .button {
  }
  .bbs_button .button .bt {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    transition: all 0.2s;
    border-radius: 10px;
    vertical-align: top;
  }
  .bbs_button .button .bt:hover {
    filter: brightness(0.95);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .bbs_button .button .bt i {
    font-size: 15px;
  }
  .bbs_button .button .bt_adm {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_b01 {
    color: #555;
    border: 1px solid #aaa;
    background: #fff;
  }
  .bbs_button .button .bt_b02 {
    color: #fff;
    border: 1px solid #333;
    background: #333;
  }
  .bbs_button .button .bt_b03 {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_write {
    color: #fff;
    border: 1px solid #333;
    background: #000;
  }
  .bbs_button .button .bt_save {
    color: #fff;
    border: 1px solid #333;
    background: #555;
  }

  /**/
  .bbs_bottom {
    margin: 50px 0 0 0;
    padding-bottom: 100px;
    border-top: 1px solid #eaeaea;
  }
  .bbs_bottom .desc {
    position: relative;
    display: flex;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_bottom .desc dt {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_bottom .desc dd {
    position: relative;
    flex: 9;
    padding: 0 25px;
    background: #fff;
  }
  .bbs_bottom .desc dd a {
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bbs_bottom .desc dd a:hover {
    color: #2a2a2a;
  }
  .bbs_bottom .desc dd em {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    text-align: right;
  }

  /**/
  .bbs_pagination .pg_wrap {
    position: relative;
    padding: 0 0 50px 0;
    text-align: center;
  }
  .bbs_pagination .pg_wrap .pg [class^="pg"] {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #555;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bbs_pagination .pg_wrap .pg .pg_current {
    display: inline-block;
    width: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    border-color: #1d2088;
    background: #1d2088;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start,
  .bbs_pagination .pg_wrap .pg a.pg_end,
  .bbs_pagination .pg_wrap .pg a.pg_prev,
  .bbs_pagination .pg_wrap .pg a.pg_next {
    font-size: 0;
  }
  .bbs_pagination .pg_wrap .pg a.pg_prev:before {
    content: "\e93c";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_next:before {
    content: "\e93f";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start:before {
    content: "\ea47";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_end:before {
    content: "\ea48";
    font-size: 14px;
    color: #555;
    line-height: 36px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a:hover {
    color: #333;
    border-color: #333;
  }

  /*댓글영역*/
  .bbs_content .tit {
  }
  .bbs_content .tit h3 {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 500;
  }
  .bbs_content .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .bbs_content .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .bbs_content .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .bbs_content .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .bbs_content .form textarea::placeholder {
    font-size: 14px;
  }
  .bbs_content .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .bbs_content .num strong {
    color: #000;
  }
  .bbs_content .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .bbs_content .chk input {
    float: left;
  }
  .bbs_content .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .bbs_content .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .bbs_content .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
  }
  .bbs_content .comntbox {
    position: relative;
  }
  .bbs_content .comntbox button {
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .bbs_content .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .bbs_content .comntbox button em {
    font-weight: 700;
  }
  .bbs_content .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .bbs_content .comntbox .sel i {
    transform: rotate(180deg);
  }
  .bbs_content .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .bbs_content .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .bbs_content .comntlit .profile_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .bbs_content .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .prof .name {
    float: left;
    display: block;
  }
  .bbs_content .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .bbs_content .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .bbs_content .comntlit .comm {
    padding: 10px 0;
    word-break: break-word;
  }
  .bbs_content .comntlit .comm i {
    position: relative;
    top: 2px;
  }
  .bbs_content .comntbar {
    position: absolute;
    top: 30px;
    right: 8px;
  }
  .bbs_content .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: -15px;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
  }
  .bbs_content .comntbar .opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
  }
  .bbs_content .comntbar .opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .bbs_content .comntbar .opt a {
    display: block;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .bbs_content .comntbar .opt a:last-child {
    border-bottom: 0;
  }
  .bbs_content .comntbar .opt a:hover {
    color: #3a8afd;
  }

  .mrl50 {
    margin: 0 0 0 40px;
  }
  .mrl50:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl100 {
    margin: 0 0 0 70px;
  }
  .mrl100:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl150 {
    margin: 0 0 0 100px;
  }
  .mrl150:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl200 {
    margin: 0 0 0 130px;
  }
  .mrl200:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .captcha {
    text-align: right;
    overflow: hidden;
  }

  /**/
  .autowrap {
    position: relative;
  }
  .autosave {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 0;
    width: 430px;
    height: 200px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .autosave:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  .autosave:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .autosave strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .autosave ul {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll;
  }
  .autosave li {
    position: relative;
  }
  .autosave li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    background: #eee;
  }
  .autosave li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
  }
  .autosave li button {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    overflow: hidden;
  }
  .autosave li button:before {
    content: "X";
  }
  .autosave > button {
    width: 100%;
    height: 38px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
  }
}
@media all and (min-width: 748px) and (max-width: 1400px) {
  /**/
  .tab {
    width: 96%;
    margin: 40px auto;
  }
  .tab li {
    float: left;
    width: calc(33.3% - 2%);
    margin: 0 1%;
    text-align: center;
  }
  .tab li a {
    font-weight: 400;
  }
  .tab li::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #e9ffe5;
    border-radius: 6px;
    margin-top: 5px;
  }
  .tab li.on a {
    font-weight: 600;
  }
  .tab li.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #519a54;
    border-radius: 6px;
    margin-top: 5px;
  }

  /**/
  .bbs_menu {
    padding: 0 30px 50px;
  }
  .bbs_menu:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_menu .cate {
    float: left;
  }
  .bbs_menu .cate ul {
    text-align: left;
    font-size: 0;
  }
  .bbs_menu .cate li {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: top;
  }
  .bbs_menu .cate li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    opacity: 0.3;
  }
  .bbs_menu .cate li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .bbs_menu .cate li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: #e9e9e9;
  }
  .bbs_menu .cate li a:hover,
  .bbs_menu .cate li a#bo_cate_on {
    opacity: 1;
  }
  .bbs_menu .cate li a.sel {
    position: relative;
    z-index: 5;
    color: #313131;
    background: #fcfcfc;
  }
  .bbs_menu .cate li a.sel:hover {
    color: #014fbb;
  }
  .bbs_menu .search {
    float: right;
  }
  .bbs_menu .search select {
    float: left;
    padding: 10px;
    height: 40px;
    font-size: 13px;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input {
    float: left;
    padding: 10px 0;
    width: 150px;
    height: 40px;
    font-size: 13px;
    color: #2a2a2a;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input::placeholder {
    color: #cacaca;
  }
  .bbs_menu .search button {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 15px;
    border-bottom: 2px solid #2a2a2a;
    background: none;
    text-align: center;
  }
  .bbs_menu .search button i {
    font-size: 18px;
  }

  /**/
  .bbs_list {
    padding-bottom: 80px;
  }
  .bbs_list .nocontent {
    line-height: 200px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }
  .bbs_list li.list-1 {
    width: 100%;
  }
  .bbs_list li.list-2 {
    width: 50%;
  }
  .bbs_list li.list-3 {
    width: 33.33%;
  }
  .bbs_list li.list-4 {
    width: 25%;
  }
  .bbs_list li.list-5 {
    width: 20%;
  }
  .bbs_list li.list-6 {
    width: 16.66;
  }
  .bbs_list li.list-7 {
    width: 14.28%;
  }
  .bbs_list li.list-8 {
    width: 12.25%;
  }
  .bbs_list li.list-9 {
    width: 11.11%;
  }
  .bbs_list li.list-10 {
    width: 10%;
  }

  /**/
  .bbs_list .boardList {
    padding: 0 30px 50px;
  }
  .bbs_list .boardList table {
    position: relative;
    width: 100%;
    margin: 0 0 30px 0;
    border-collapse: collapse;
  }
  .bbs_list .boardList thead {
    padding: 3px 0 0 0;
  }
  .bbs_list .boardList thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #999;
  }
  .bbs_list .boardList thead th {
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    background: #fcfcfc;
    border-bottom: 1px solid #efefef;
  }
  .bbs_list .boardList tbody tr:hover {
    background: #f9f9f9;
  }
  .bbs_list .boardList tbody td {
    padding: 20px 0;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #2a2a2a;
    text-align: center;
    border-bottom: 1px solid #efefef;
  }
  .bbs_list .boardList tbody td a {
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .bbs_list .boardList tbody .bo_notice {
    background: #f9f9f9;
  }
  .bbs_list .boardList tbody .bo_notice td {
    color: #000;
    font-weight: 500;
  }
  .bbs_list .boardList tbody .notice_icon {
    color: #f00;
    font-weight: 400;
  }
  .bbs_list .boardList .td_chk {
  }
  .bbs_list .boardList .td_num2 {
  }
  .bbs_list .boardList .td_subject {
    text-align: left;
  }
  .bbs_list .boardList .td_subject a:hover {
    color: #000;
    text-decoration: underline;
  }
  .bbs_list .boardList .td_subject i {
    font-size: 17px;
    color: #00375c;
    vertical-align: -2px;
  }
  .bbs_list .boardList .td_data {
  }
  .bbs_list .boardList .td_datetime {
  }
  .bbs_list .boardList .td_datetime span strong {
    font-size: 13px;
    font-weight: 400;
  }
  .bbs_list .boardList .nocontent {
    line-height: 250px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }

  /**/
  .bbs_list .gallList {
    padding: 0 30px 50px;
  }
  .bbs_list .gallList ul {
    margin: 0 -25px -25px 0;
    font-size: 0;
  }
  .bbs_list .gallList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .gallList li {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
  }
  .bbs_list .gallList li .inner {
    position: relative;
    margin: 0 25px 25px 0;
  }
  .bbs_list .gallList li .chk {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 8px;
  }
  .bbs_list .gallList li .img {
    position: relative;
    padding-top: 100%;
    background: #fff;
    overflow: hidden;
  }
  .bbs_list .gallList li .img a {
    display: block;
  }
  .bbs_list .gallList li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .bbs_list .gallList li .con {
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
  }
  .bbs_list .gallList li .tit {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    line-height: 30px;
    font-size: 15px;
    font-weight: 600;
    color: #2a2a2a;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 60px;
  }
  .bbs_list .gallList li .txt {
    line-height: 20px;
    overflow: hidden;
  }
  .bbs_list .gallList li .txt .date {
    font-size: 10px;
    color: #7a7a7a;
  }

  /**/
  .bbs_list .faqList {
    padding: 0 30px 50px;
  }
  .bbs_list .faqList ul {
    border-top: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li {
    border-bottom: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li .faq_q {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 80px 0 65px;
    cursor: pointer;
  }
  .bbs_list .faqList li .faq_q .num {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 65px;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    font-family: "SCDream";
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .tit {
    padding: 23px 0 21px;
    font-size: 13px;
    line-height: 27px;
    color: #444;
  }
  .bbs_list .faqList li .faq_q i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 78px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .chk_box {
    position: absolute;
    top: 50%;
    right: 78px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .bbs_list .faqList li .faq_q .chk_box label {
    display: none;
  }
  .bbs_list .faqList li .faq_q .chk_box input[type="checkbox"] {
    vertical-align: top;
  }
  .bbs_list .faqList li .faq_a {
    position: relative;
    padding: 20px 80px 20px 65px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #444;
  }
  .bbs_list .faqList li .faq_a .mod {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    width: 48px;
    font-size: 14px;
    line-height: 28px;
    margin: -14px 0 0;
    color: #333;
    text-align: center;
    border: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li.sel .faq_q {
    background: #fafafa;
  }
  .bbs_list .faqList li.sel .faq_q i {
    transform: rotate(180deg);
  }

  /**/
  .bbs_list .certList {
    padding: 0 25px 50px;
  }
  .bbs_list .certList ul {
    margin: 0 -15px;
    font-size: 0;
  }
  .bbs_list .certList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .certList li {
    display: inline-block;
    padding: 0 15px 30px;
    vertical-align: top;
  }
  .bbs_list .certList li .inner {
    position: relative;
  }
  .bbs_list .certList li .chk {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 8px;
  }
  .bbs_list .certList li .img {
    position: relative;
    padding-top: 100%;
    background: #dee3eb;
    border-radius: 15px 0;
    overflow: hidden;
  }
  .bbs_list .certList li .img a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0;
    width: 100%;
    height: 100%;
  }
  .bbs_list .certList li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 75%;
    height: auto;
    max-height: 75%;
    box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.015);
    transform: translate(-50%, -50%);
  }
  .bbs_list .certList li .con {
    padding: 20px;
    text-align: center;
  }
  .bbs_list .certList li .tit {
    position: relative;
    z-index: 2;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: -0.5px;
  }
  .bbs_list .certList li .tit b {
    font-weight: 600;
    color: #28a7e1;
  }

  /**/
  .bbs_write {
  }
  .bbs_write .inp {
    padding: 7px 10px;
    height: 40px;
    border: 1px solid #eee;
    background: #fafafa;
    box-sizing: border-box;
  }
  .bbs_write .writeform {
    margin: 0 30px;
    padding: 20px 0;
    border-top: 1px solid #eee;
  }
  .bbs_write .writeform dl {
    display: table;
    width: 100%;
    padding: 5px 0;
    zoom: 1;
  }
  .bbs_write .writeform dt {
    display: table-cell;
    width: 10%;
    vertical-align: middle;
  }
  .bbs_write .writeform dd {
    display: table-cell;
    width: 90%;
    vertical-align: middle;
  }
  .bbs_write .writeform .autoinp {
    position: relative;
    padding-right: 140px;
  }
  .bbs_write .btn_auto {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #555;
  }
  .bbs_write .writeform textarea {
    padding: 10px 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
    background: #fafafa;
    resize: none;
  }
  .bbs_write .board_option input {
    display: none;
  }
  .bbs_write .board_option input + label {
    clear: none;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    background: url(../img/checkbox.png) no-repeat 0 0;
    background-position-x: 0;
    background-position-y: 0;
    height: 15px;
    color: #555;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  .bbs_write .board_option input:checked + label {
    background-position-x: 0;
    background-position-y: -15px;
  }
  .bbs_write .captcha {
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .bbs_write .captcha #captcha_img {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 160px;
    height: 60px;
  }
  .bbs_write .captcha #captcha_key {
    float: left;
    width: 100%;
    max-width: 160px;
    height: 60px;
    font-size: 20px;
    border: 1px solid #ccc;
    text-align: center;
  }
  .bbs_write .captcha button {
    float: left;
    width: 100%;
    max-width: 80px;
    height: 30px;
    margin-left: 15px;
  }
  .bbs_write .captcha #captcha_info {
    padding: 0 15px;
  }

  /**/
  .bbs_title {
    border-top: 1px solid #e9e9e9;
    margin: 0 30px;
    padding: 30px 0;
  }
  .bbs_title .cate {
    display: inline-block;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
  }
  .bbs_title .tit {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #2a2a2a;
    letter-spacing: -0.5px;
  }
  .bbs_title .txt {
    margin-top: 10px;
  }
  .bbs_title .txt dl {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    color: #2a2a2a;
  }
  .bbs_title .txt dl + dl {
    margin-left: 15px;
  }
  .bbs_title .txt dt {
    display: inline-block;
    padding-right: 10px;
    color: #999;
    vertical-align: top;
  }
  .bbs_title .txt dd {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
  }

  /**/
  .bbs_content {
    position: relative;
    margin: 30px;
    padding: 30px 0;
    border-top: 2px solid #2a2a2a;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
  }
  .bbs_content .image {
    margin-bottom: 50px;
  }
  .bbs_content .image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .bbs_content .content {
    line-height: 30px;
    font-size: 16px;
    color: #2a2a2a;
  }
  .bbs_content .vote {
    text-align: center;
  }
  .bbs_content .vote span.bo_v_act_gng {
    display: inline-block;
  }
  .bbs_content .vote span a {
    display: block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote span a strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote span:nth-child(1) a {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .vote span:nth-child(1) a:hover {
    color: #fff;
    background: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a:hover {
    color: #fff;
    background: #0275d8;
  }
  .bbs_content .vote .bo_v_good,
  .bbs_content .vote .bo_v_nogood {
    display: inline-block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote .bo_v_good strong,
  .bbs_content .vote .bo_v_nogood strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote .bo_v_good {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote .bo_v_nogood {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .file {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .file .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .file ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .file li {
    position: relative;
  }
  .bbs_content .file li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .file a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .file a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .file a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .file a:hover div {
    text-decoration: underline;
  }
  .bbs_content .file span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }
  .bbs_content .link {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .link .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .link ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .link li {
    position: relative;
  }
  .bbs_content .link li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .link a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .link a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .link a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .link a:hover div {
    text-decoration: underline;
  }
  .bbs_content .link span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }

  /**/
  .bbs_bottom {
    margin: 50px 30px 0;
    padding-bottom: 100px;
    border-top: 1px solid #eaeaea;
  }
  .bbs_bottom .desc {
    position: relative;
    display: flex;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_bottom .desc dt {
    flex: 1;
    padding: 0 20px;
    left: 0;
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_bottom .desc dd {
    position: relative;
    flex: 9;
    padding: 0 20px;
    background: #fff;
  }
  .bbs_bottom .desc dd a {
    display: block;
    font-size: 15px;
    color: #7a7a7a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bbs_bottom .desc dd a:hover {
    color: #2a2a2a;
  }
  .bbs_bottom .desc dd em {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    text-align: right;
  }

  /**/
  .bbs_button {
    margin: 0 30px;
    padding: 15px 0;
    line-height: 38px;
  }
  .bbs_button:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_button .button {
    padding: 30px 0;
  }
  .bbs_button .button .bt {
    display: inline-block;
    padding: 0 15px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 10px;
    transition: all 0.2s;
    vertical-align: top;
  }
  .bbs_button .button .bt:hover {
    filter: brightness(0.95);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .bbs_button .button .bt i {
    font-size: 15px;
  }
  .bbs_button .button .bt_adm {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_b01 {
    color: #555;
    border: 1px solid #aaa;
    background: #fff;
  }
  .bbs_button .button .bt_b02 {
    color: #fff;
    border: 1px solid #333;
    background: #333;
  }
  .bbs_button .button .bt_b03 {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_write {
    color: #fff;
    border: 1px solid #333;
    background: #000;
  }
  .bbs_button .button .bt_save {
    color: #fff;
    border: 1px solid #333;
    background: #555;
  }

  /**/
  .bbs_pagination .pg_wrap {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .bbs_pagination .pg_wrap .pg a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #555;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bbs_pagination .pg_wrap .pg strong {
    display: inline-block;
    width: 38px;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #1d2088;
    background: #1d2088;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start,
  .bbs_pagination .pg_wrap .pg a.pg_end,
  .bbs_pagination .pg_wrap .pg a.pg_prev,
  .bbs_pagination .pg_wrap .pg a.pg_next {
    font-size: 0;
  }
  .bbs_pagination .pg_wrap .pg a.pg_prev:before {
    content: "\e93c";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_next:before {
    content: "\e93f";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start:before {
    content: "\ea47";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_end:before {
    content: "\ea48";
    font-size: 14px;
    color: #555;
    line-height: 36px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a:hover {
    color: #333;
    border-color: #333;
  }

  /*댓글영역*/
  .bbs_content .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .bbs_content .tit h3 {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 500;
  }
  .bbs_content .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .bbs_content .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .bbs_content .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .bbs_content .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .bbs_content .form textarea::placeholder {
    font-size: 14px;
  }
  .bbs_content .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .bbs_content .num strong {
    color: #000;
  }
  .bbs_content .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .bbs_content .chk input {
    float: left;
  }
  .bbs_content .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .bbs_content .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .bbs_content .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
  }
  .bbs_content .comntbox {
    position: relative;
  }
  .bbs_content .comntbox button {
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .bbs_content .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .bbs_content .comntbox button em {
    font-weight: 700;
  }
  .bbs_content .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .bbs_content .comntbox .sel i {
    transform: rotate(180deg);
  }
  .bbs_content .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .bbs_content .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }

  .bbs_content .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .bbs_content .comntlit .profile_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .bbs_content .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .prof .name {
    float: left;
    display: block;
  }
  .bbs_content .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .bbs_content .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .bbs_content .comntlit .comm {
    padding: 10px 0;
    word-break: break-word;
  }
  .bbs_content .comntlit .comm i {
    position: relative;
    top: 2px;
  }
  .bbs_content .comntbar {
    position: absolute;
    top: 30px;
    right: 8px;
  }
  .bbs_content .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: -15px;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
  }
  .bbs_content .comntbar .opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
  }
  .bbs_content .comntbar .opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .bbs_content .comntbar .opt a {
    display: block;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .bbs_content .comntbar .opt a:last-child {
    border-bottom: 0;
  }
  .bbs_content .comntbar .opt a:hover {
    color: #3a8afd;
  }

  .mrl50 {
    margin: 0 0 0 40px;
  }
  .mrl50:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl100 {
    margin: 0 0 0 70px;
  }
  .mrl100:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl150 {
    margin: 0 0 0 100px;
  }
  .mrl150:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl200 {
    margin: 0 0 0 130px;
  }
  .mrl200:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .captcha {
    text-align: right;
    overflow: hidden;
  }

  /**/
  .autowrap {
    position: relative;
  }
  .autosave {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 0;
    width: 430px;
    height: 200px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .autosave:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  .autosave:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .autosave strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .autosave ul {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll;
  }
  .autosave li {
    position: relative;
  }
  .autosave li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    background: #eee;
  }
  .autosave li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
  }
  .autosave li button {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    overflow: hidden;
  }
  .autosave li button:before {
    content: "X";
  }
  .autosave > button {
    width: 100%;
    height: 38px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
  }
}

@media all and (max-width: 748px) {
  /**/
  .tab {
    width: 96%;
    margin: 40px auto;
  }
  .tab li {
    float: left;
    width: calc(33.3% - 2%);
    margin: 0 1%;
    text-align: center;
  }
  .tab li a {
    font-weight: 400;
  }
  .tab li::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #e9ffe5;
    border-radius: 6px;
    margin-top: 5px;
  }
  .tab li.on a {
    font-weight: 600;
  }
  .tab li.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #519a54;
    border-radius: 6px;
    margin-top: 5px;
  }

  /*2021 05 31 모바일 이미지 100% 수정*/
  .khwrap .content img {
    width: 100%;
  }
  /**/
  .bbs_menu {
    padding: 0 15px 20px;
  }
  .bbs_menu .cate {
  }
  .bbs_menu .cate ul {
    text-align: left;
    font-size: 0;
  }
  .bbs_menu .cate li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    vertical-align: top;
  }
  .bbs_menu .cate li a {
    display: block;
    line-height: 25px;
    font-size: 12px !important;
    font-weight: 600;
    color: #2a2a2a;
    text-align: center;
    opacity: 0.3;
  }
  .bbs_menu .cate li + li {
    padding-left: 10px;
  }
  .bbs_menu .cate li + li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    transform: translateY(-50%);
    background: #e9e9e9;
  }
  .bbs_menu .cate li a:hover,
  .bbs_menu .cate li a#bo_cate_on {
    opacity: 1;
  }
  .bbs_menu .cate li a.sel {
    position: relative;
    z-index: 5;
    color: #313131;
    background: #fcfcfc;
  }
  .bbs_menu .cate li a.sel:hover {
    color: #014fbb;
  }
  .bbs_menu .search {
  }
  .bbs_menu .search * {
    font-size: 14px !important;
  }
  .bbs_menu .search select {
    float: left;
    width: 80px;
    padding: 10px;
    height: 40px;
    font-size: 12px;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input {
    float: left;
    padding: 10px;
    width: calc(100% - 130px);
    height: 40px;
    font-size: 12px;
    color: #2a2a2a;
    border: 0;
    border-bottom: 2px solid #2a2a2a;
  }
  .bbs_menu .search input::placeholder {
    color: #cacaca;
  }
  .bbs_menu .search button {
    float: left;
    width: 50px;
    height: 40px;
    font-size: 12px;
    border-bottom: 2px solid #2a2a2a;
    background: none;
    text-align: center;
  }
  .bbs_menu .search button i {
    font-size: 18px;
  }

  /**/
  .bbs_list {
    padding-bottom: 60px;
  }
  .bbs_list .nocontent {
    line-height: 150px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }

  /**/
  .bbs_list .faqList {
    padding: 0 10px 25px;
  }
  .bbs_list .faqList ul {
    border-top: 2px solid #333;
  }
  .bbs_list .faqList li {
    border-bottom: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li .faq_q {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0 50px 0 40px;
    cursor: pointer;
  }
  .bbs_list .faqList li .faq_q .num {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 40px;
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    font-family: "SCDream";
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .tit {
    padding: 20px 0 18px;
    line-height: 17px;
    font-size: 13px;
    color: #444;
  }
  .bbs_list .faqList li .faq_q i {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin: -12px 0 0;
    color: #000;
    text-align: center;
    transition: all 0.3s;
  }
  .bbs_list .faqList li .faq_q .chk_box {
    position: absolute;
    top: 50%;
    right: 43px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
  .bbs_list .faqList li .faq_q .chk_box label {
    display: none;
  }
  .bbs_list .faqList li .faq_q .chk_box input[type="checkbox"] {
    vertical-align: top;
  }
  .bbs_list .faqList li .faq_a {
    position: relative;
    padding: 20px 50px 20px 40px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #444;
  }
  .bbs_list .faqList li .faq_a .mod {
    display: block;
    width: 38px;
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0 0 0;
    color: #333;
    text-align: center;
    border: 1px solid #e0e0e0;
  }
  .bbs_list .faqList li.sel .faq_q {
    background: #fafafa;
  }
  .bbs_list .faqList li.sel .faq_q i {
    transform: rotate(180deg);
  }
  .bbs_list .nocontent {
    line-height: 250px;
    font-size: 15px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }

  /**/
  .bbs_list .boardList {
    padding: 0 10px 25px;
  }
  .bbs_list .boardList table {
    position: relative;
    display: block !important;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .bbs_list .boardList thead {
    padding: 3px 0 0 0;
    display: none;
  }
  .bbs_list .boardList thead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #999;
  }
  .bbs_list .boardList thead th {
    padding: 20px 0;
    font-size: 15px;
    color: #333;
    font-weight: 500;
    background: #fcfcfc;
    border-bottom: 1px solid #efefef;
  }
  .bbs_list .boardList tbody {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    display: block;
  }
  .bbs_list .boardList tbody tr {
    display: block;
    padding: 15px 10px;
  }
  .bbs_list .boardList tbody tr + tr {
    border-top: 1px solid #e9e9e9;
  }
  .bbs_list .boardList tbody td {
    display: block;
    line-height: 14px;
    font-size: 11px !important;
    color: #9a9a9a;
    text-align: left;
    border: 0;
  }
  .bbs_list .boardList tbody td a {
    display: block;
    color: #000;
    overflow: hidden;
  }
  .bbs_list .boardList tbody .bo_notice {
    background: #f9f9f9;
  }
  .bbs_list .boardList tbody .bo_notice td {
    color: #000;
    font-weight: 500;
  }
  .bbs_list .boardList tbody .notice_icon {
    color: #f00;
    font-weight: 400;
  }
  .bbs_list .boardList .td_chk {
    margin-bottom: 10px;
  }
  .bbs_list .boardList .td_num2 {
    display: none;
  }
  .bbs_list .boardList .td_subject {
    position: relative;
    width: 100%;
    padding: 0 0 12px 0;
  }
  .bbs_list .boardList .td_subject a {
    line-height: 24px;
    font-size: 13px !important;
    color: #2a2a2a;
  }
  .bbs_list .boardList .td_subject .title_icon {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .bbs_list .boardList .td_subject a:hover {
    color: #000;
    text-decoration: underline;
  }
  .bbs_list .boardList .td_subject i {
    font-size: 17px;
    color: #ddd;
    vertical-align: -2px;
    float: right;
  }
  .bbs_list .boardList .td_name {
    display: inline-block;
    padding-right: 15px;
  }
  .bbs_list .boardList .td_name span {
    font-size: 11px !important;
  }
  .bbs_list .boardList .td_datetime {
    display: inline-block;
    padding-right: 15px;
  }
  .bbs_list .boardList .td_datetime span strong {
    font-size: 13px;
    font-weight: 400;
  }
  .bbs_list .boardList .td_hit {
    display: inline-block;
    padding-right: 15px;
  }
  .bbs_list .boardList .nocontent {
    line-height: 200px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    text-align: center;
  }

  /**/
  .bbs_list .gallList {
    padding: 0 10px 25px;
  }
  .bbs_list .gallList ul {
    margin: 0 -10px -10px 0;
    font-size: 0;
  }
  .bbs_list .gallList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .gallList li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .bbs_list .gallList li .inner {
    position: relative;
    margin: 0 10px 10px 0;
    border: 1px solid #e0e0e0;
  }
  .bbs_list .gallList li .chk {
    position: absolute;
    top: 5px;
    left: 5px;
  }
  .bbs_list .gallList li .img {
    position: relative;
    background: #fff;
  }
  .bbs_list .gallList li .img .noimg:after {
    content: "";
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(/data/common/logo_img) no-repeat 50% 50%;
  }
  .bbs_list .gallList li .img a {
    display: block;
  }
  .bbs_list .gallList li .img a img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .bbs_list .gallList li .tit {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    margin: 9px 0;
    padding: 0 10px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 40px;
  }
  .bbs_list .gallList li .txt {
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    border-top: 1px dashed #e9e9e9;
  }
  .bbs_list .gallList li .txt .name {
    color: #555;
  }
  .bbs_list .gallList li .txt .infos {
    font-size: 13px;
    color: #999;
  }

  /**/
  .bbs_list .certList {
    padding: 0 15px 25px;
  }
  .bbs_list .certList ul {
    margin: 0 -8px;
    font-size: 0;
  }
  .bbs_list .certList ul:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_list .certList li {
    display: inline-block;
    width: 50%;
    padding: 0 8px;
    vertical-align: top;
  }
  .bbs_list .certList li .inner {
    position: relative;
    padding-bottom: 40px;
  }
  .bbs_list .certList li .chk {
    position: absolute;
    z-index: 11;
    top: 8px;
    left: 8px;
  }
  .bbs_list .certList li .img {
    position: relative;
    padding-top: 100%;
    border-radius: 15px 0;
    background: #dee3eb;
    overflow: hidden;
  }
  .bbs_list .certList li .img a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 0;
    width: 100%;
    height: 100%;
  }
  .bbs_list .certList li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 75%;
    height: auto;
    max-height: 75%;
    box-shadow: 12px 12px 16px rgba(0, 0, 0, 0.015);
    transform: translate(-50%, -50%);
  }
  .bbs_list .certList li .con {
    padding: 10px;
    text-align: center;
  }
  .bbs_list .certList li .tit {
    position: relative;
    z-index: 2;
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: #2a2a2a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: -0.5px;
  }
  .bbs_list .certList li .tit b {
    font-weight: 600;
    color: #28a7e1;
  }

  /**/
  .bbs_list .boardList table.responsive {
    width: 100%;
    border-collapse: collapse;
  }
  .bbs_list .boardList table.responsive * {
    font-size: 12px;
  }
  .bbs_list .boardList table.responsive thead {
    display: none;
  }
  .bbs_list .boardList table.responsive tbody tr {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    overflow: hidden;
  }
  .bbs_list .boardList table.responsive tbody th,
  .bbs_list .boardList table.responsive tbody td {
    display: table;
    width: 100%;
    font-weight: 400;
    border-top: 0;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
  }
  .bbs_list .boardList table.responsive tbody th:before,
  .bbs_list .boardList table.responsive tbody td:before {
    content: attr(data-th);
    display: table-cell;
    padding: 5px 8px;
    width: 20%;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    background: #f9f9f9;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
  }
  .bbs_list .boardList table.responsive tbody th .bt-content,
  .bbs_list .boardList table.responsive tbody td .bt-content {
    display: table-cell;
    padding: 5px 8px;
    width: 80%;
    text-align: left;
    background: #fff;
  }
  .bbs_list .boardList table.responsive tbody th .bt-content a,
  .bbs_list .boardList table.responsive tbody td .bt-content a {
    color: #000;
  }
  .bbs_list .boardList table.responsive tbody td.bt-hide {
    display: none;
  }

  /**/
  .bbs_write {
    margin: 0 15px;
    padding: 10px 0;
  }
  .bbs_write .inp {
    padding: 7px 10px;
    height: 32px;
    font-size: 12px;
    border: 1px solid #eee;
    background: #fafafa;
    box-sizing: border-box;
  }
  .bbs_write .writeform {
    padding: 10px;
    border-top: 1px solid #eee;
  }
  .bbs_write .writeform dl {
    display: block;
    padding: 5px 0;
    zoom: 1;
  }
  .bbs_write .writeform dt {
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 13px;
  }
  .bbs_write .writeform dd {
    vertical-align: middle;
  }
  .bbs_write .writeform .autoinp {
    position: relative;
    padding-right: 120px;
  }
  .bbs_write .btn_auto {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: #555;
  }
  .bbs_write .writeform textarea {
    padding: 10px 10px;
    width: 100%;
    height: 200px;
    border: 1px solid #eee;
    background: #fafafa;
    resize: none;
  }
  .bbs_write .board_option input {
    display: none;
  }
  .bbs_write .board_option input + label {
    clear: none;
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    background: url(../img/checkbox.png) no-repeat 0 0;
    background-position-x: 0;
    background-position-y: 0;
    height: 15px;
    color: #555;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
  }
  .bbs_write .board_option input:checked + label {
    background-position-x: 0;
    background-position-y: -15px;
  }
  .bbs_write .captcha {
    padding: 10px;
    background: #f4f4f4;
    border: 1px solid #ccc;
    overflow: hidden;
  }
  .bbs_write .captcha #captcha_img {
    float: left;
    margin-right: 10px;
    width: 100%;
    max-width: 160px;
    height: 60px;
  }
  .bbs_write .captcha #captcha_key {
    float: left;
    width: 100%;
    max-width: 160px;
    height: 60px;
    font-size: 20px;
    border: 1px solid #ccc;
    text-align: center;
  }
  .bbs_write .captcha button {
    float: left;
    width: 100%;
    max-width: 80px;
    height: 30px;
    margin-left: 15px;
  }
  .bbs_write .captcha #captcha_info {
    padding: 0 15px;
  }

  /**/
  .bbs_title {
    border-top: 1px solid #e9e9e9;
    margin: 0 15px;
    padding: 15px 0;
  }
  .bbs_title .cate {
    display: inline-block;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 13px;
    color: #2a2a2a;
    border: 1px solid #2a2a2a;
  }
  .bbs_title .tit {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #2a2a2a;
    letter-spacing: -0.5px;
  }
  .bbs_title .txt {
    margin-top: 10px;
  }
  .bbs_title .txt dl {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    color: #2a2a2a;
  }
  .bbs_title .txt dl + dl {
    margin-left: 15px;
  }
  .bbs_title .txt dt {
    display: inline-block;
    padding-right: 10px;
    color: #999;
    vertical-align: top;
  }
  .bbs_title .txt dd {
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
  }

  /**/
  .bbs_content {
    position: relative;
    margin: 15px;
    padding: 20px 0;
    border-top: 2px solid #2a2a2a;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
  }
  .bbs_content .image {
    margin-bottom: 50px;
  }
  .bbs_content .image img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .bbs_content .content {
    line-height: 20px;
    font-size: 14px;
    color: #2a2a2a;
  }
  .bbs_content .vote {
    text-align: center;
  }
  .bbs_content .vote span.bo_v_act_gng {
    display: inline-block;
  }
  .bbs_content .vote span a {
    display: block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote span a strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote span:nth-child(1) a {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .vote span:nth-child(1) a:hover {
    color: #fff;
    background: #5cb85c;
  }
  .bbs_content .vote span:nth-child(2) a:hover {
    color: #fff;
    background: #0275d8;
  }
  .bbs_content .vote .bo_v_good,
  .bbs_content .vote .bo_v_nogood {
    display: inline-block;
    padding: 10px 12px 8px 12px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e9e9e9;
    color: #333;
  }
  .bbs_content .vote .bo_v_good strong,
  .bbs_content .vote .bo_v_nogood strong {
    padding: 0 0 0 5px;
  }
  .bbs_content .vote .bo_v_good {
    color: #5cb85c;
    border-color: #5cb85c;
  }
  .bbs_content .vote .bo_v_nogood {
    color: #0275d8;
    border-color: #0275d8;
  }
  .bbs_content .file {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .file .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .file ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .file li {
    position: relative;
  }
  .bbs_content .file li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .file a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .file a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .file a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .file a:hover div {
    text-decoration: underline;
  }
  .bbs_content .file span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }
  .bbs_content .link {
    position: relative;
    display: flex;
    margin-top: 50px;
    line-height: 65px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_content .link .tit {
    flex: 1;
    padding: 0 35px;
    left: 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_content .link ul {
    position: relative;
    flex: 9;
    padding: 15px 25px;
    background: #fff;
  }
  .bbs_content .link li {
    position: relative;
  }
  .bbs_content .link li:nth-child(n + 2) {
    margin-top: 8px;
  }
  .bbs_content .link a {
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    word-wrap: break-word;
    color: #777;
  }
  .bbs_content .link a div {
    display: inline-block;
    margin-left: 5px;
  }
  .bbs_content .link a i {
    position: relative;
    top: 2px;
    font-size: 15px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #f1f1f1;
    border-radius: 30px;
  }
  .bbs_content .link a:hover div {
    text-decoration: underline;
  }
  .bbs_content .link span {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    color: #888;
    transform: translateY(-50%);
  }

  /**/
  .bbs_bottom {
    margin: 25px 15px 0;
    padding-bottom: 50px;
    border-top: 1px solid #eaeaea;
  }
  .bbs_bottom .desc {
    position: relative;
    display: flex;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eaeaea;
  }
  .bbs_bottom .desc dt {
    flex: 2;
    padding: 0 10px;
    left: 0;
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #393939;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #fafafa;
  }
  .bbs_bottom .desc dd {
    position: relative;
    flex: 8;
    padding: 0 10px;
    background: #fff;
  }
  .bbs_bottom .desc dd a {
    display: block;
    font-size: 12px;
    color: #7a7a7a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .bbs_bottom .desc dd a:hover {
    color: #2a2a2a;
  }
  .bbs_bottom .desc dd em {
    position: absolute;
    top: 0;
    right: 10px;
    display: block;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    text-align: right;
  }

  /**/
  .bbs_button {
    padding: 15px 0;
    line-height: 32px;
    text-align: center;
  }
  .bbs_button:after {
    content: "";
    display: table;
    line-height: 0;
    clear: both;
  }
  .bbs_button .button {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .bbs_button .button .bt {
    display: inline-block;
    padding: 0 5px;
    line-height: 28px;
    font-size: 13px !important;
    font-weight: 500;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
    transition: all 0.2s;
    vertical-align: top;
  }
  .bbs_button .button .bt:hover {
    filter: brightness(0.95);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  }
  .bbs_button .button .bt i {
    font-size: 15px;
  }
  .bbs_button .button .bt_adm {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_b01 {
    color: #555;
    border: 1px solid #aaa;
    background: #fff;
  }
  .bbs_button .button .bt_b02 {
    color: #fff;
    border: 1px solid #7fbb7b;
    background: #7fbb7b;
  }
  .bbs_button .button .bt_b03 {
    color: #555;
    border: 1px solid #ccc;
    background: #fff;
  }
  .bbs_button .button .bt_write {
    color: #fff;
    border: 1px solid #333;
    background: #000;
  }
  .bbs_button .button .bt_save {
    color: #fff;
    border: 1px solid #333;
    background: #555;
  }

  /**/
  .bbs_pagination .pg_wrap {
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .bbs_pagination .pg_wrap .pg a {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #555;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    vertical-align: top;
  }
  .bbs_pagination .pg_wrap .pg strong {
    display: inline-block;
    width: 32px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border: 1px solid #1d2088;
    background: #1d2088;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start,
  .bbs_pagination .pg_wrap .pg a.pg_end,
  .bbs_pagination .pg_wrap .pg a.pg_prev,
  .bbs_pagination .pg_wrap .pg a.pg_next {
    font-size: 0;
  }
  .bbs_pagination .pg_wrap .pg a.pg_prev:before {
    content: "\e93c";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_next:before {
    content: "\e93f";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_start:before {
    content: "\ea47";
    font-size: 14px;
    color: #555;
    line-height: 38px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a.pg_end:before {
    content: "\ea48";
    font-size: 12px;
    color: #555;
    line-height: 30px;
    font-family: xeicon;
    vertical-align: 1px;
  }
  .bbs_pagination .pg_wrap .pg a:hover {
    color: #333;
    border-color: #333;
  }

  /*댓글영역*/
  .bbs_content .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .bbs_content .tit h3 {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 500;
  }
  .bbs_content .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .bbs_content .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .bbs_content .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .bbs_content .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .bbs_content .form textarea::placeholder {
    font-size: 14px;
  }
  .bbs_content .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .bbs_content .num strong {
    color: #000;
  }
  .bbs_content .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .bbs_content .chk input {
    float: left;
  }
  .bbs_content .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .bbs_content .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .bbs_content .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
  }
  .bbs_content .comntbox {
    position: relative;
  }
  .bbs_content .comntbox button {
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .bbs_content .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .bbs_content .comntbox button em {
    font-weight: 700;
  }
  .bbs_content .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .bbs_content .comntbox .sel i {
    transform: rotate(180deg);
  }
  .bbs_content .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .bbs_content .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .bbs_content .comntlit .profile_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .bbs_content .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .prof .name {
    float: left;
    display: block;
  }
  .bbs_content .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .bbs_content .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .bbs_content .comntlit .comm {
    padding: 10px 0;
    word-break: break-word;
  }
  .bbs_content .comntlit .comm i {
    position: relative;
    top: 2px;
  }
  .bbs_content .comntbar {
    position: absolute;
    top: 30px;
    right: 8px;
  }
  .bbs_content .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: -15px;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
  }
  .bbs_content .comntbar .opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
  }
  .bbs_content .comntbar .opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .bbs_content .comntbar .opt a {
    display: block;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .bbs_content .comntbar .opt a:last-child {
    border-bottom: 0;
  }
  .bbs_content .comntbar .opt a:hover {
    color: #3a8afd;
  }

  .mrl50 {
    margin: 0 0 0 40px;
  }
  .mrl50:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl100 {
    margin: 0 0 0 70px;
  }
  .mrl100:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl150 {
    margin: 0 0 0 100px;
  }
  .mrl150:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl200 {
    margin: 0 0 0 130px;
  }
  .mrl200:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .captcha {
    text-align: right;
    overflow: hidden;
  }

  /**/
  .autowrap {
    position: relative;
  }
  .autosave {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 0;
    width: 430px;
    height: 200px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .autosave:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  .autosave:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .autosave strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .autosave ul {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll;
  }
  .autosave li {
    position: relative;
  }
  .autosave li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    background: #eee;
  }
  .autosave li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
  }
  .autosave li button {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    overflow: hidden;
  }
  .autosave li button:before {
    content: "X";
  }
  .autosave > button {
    width: 100%;
    height: 38px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
  }
}

@media (max-width: 500px) {
  /**/
  #bbs .tab {
    width: 96%;
    margin: 40px auto;
  }
  #bbs .tab li {
    float: left;
    width: calc(33.3% - 2%);
    margin: 0 1%;
    text-align: center;
  }
  #bbs .tab li a {
    font-weight: 400;
    font-size: 14px;
  }
  #bbs .tab li::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #e9ffe5;
    border-radius: 6px;
    margin-top: 5px;
  }
  #bbs .tab li.on a {
    font-weight: 600;
    font-size: 14px;
  }
  #bbs .tab li.on::after {
    content: "";
    display: block;
    width: 100%;
    height: 9px;
    background-color: #519a54;
    border-radius: 6px;
    margin-top: 5px;
  }
}

@media all and (min-width: 748px) {
  /*댓글영역*/
  .bbs_content .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .bbs_content .tit h3 {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 500;
  }
  .bbs_content .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .bbs_content .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .bbs_content .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .bbs_content .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .bbs_content .form textarea::placeholder {
    font-size: 14px;
  }
  .bbs_content .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .bbs_content .num strong {
    color: #000;
  }
  .bbs_content .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .bbs_content .chk input {
    float: left;
  }
  .bbs_content .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .bbs_content .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .bbs_content .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
  }
  .bbs_content .comntbox button {
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .bbs_content .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .bbs_content .comntbox button em {
    font-weight: 700;
  }
  .bbs_content .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .bbs_content .comntbox .sel i {
    transform: rotate(180deg);
  }
  .bbs_content .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .bbs_content .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .bbs_content .comntlit .profile_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .bbs_content .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .prof .name {
    float: left;
    display: block;
  }
  .bbs_content .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .bbs_content .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .bbs_content .comntlit .comm {
    padding: 10px 0;
    word-break: break-word;
  }
  .bbs_content .comntlit .comm i {
    position: relative;
    top: 2px;
  }
  .bbs_content .comntbar {
    position: absolute;
    top: 30px;
    right: 8px;
  }
  .bbs_content .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: -15px;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
  }
  .bbs_content .comntbar .opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
  }
  .bbs_content .comntbar .opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .bbs_content .comntbar .opt a {
    display: block;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .bbs_content .comntbar .opt a:last-child {
    border-bottom: 0;
  }
  .bbs_content .comntbar .opt a:hover {
    color: #3a8afd;
  }

  .mrl50 {
    margin: 0 0 0 40px;
  }
  .mrl50:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl100 {
    margin: 0 0 0 70px;
  }
  .mrl100:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl150 {
    margin: 0 0 0 100px;
  }
  .mrl150:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl200 {
    margin: 0 0 0 130px;
  }
  .mrl200:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .captcha {
    text-align: right;
    overflow: hidden;
  }

  /**/
  .autowrap {
    position: relative;
  }
  .autosave {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 0;
    width: 430px;
    height: 200px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .autosave:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  .autosave:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .autosave strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .autosave ul {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll;
  }
  .autosave li {
    position: relative;
  }
  .autosave li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    background: #eee;
  }
  .autosave li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
  }
  .autosave li button {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    overflow: hidden;
  }
  .autosave li button:before {
    content: "X";
  }
  .autosave > button {
    width: 100%;
    height: 38px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
  }
}

@media all and (max-width: 747px) {
  /*댓글영역*/
  .bbs_content .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .bbs_content .tit h3 {
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-weight: 500;
  }
  .bbs_content .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .bbs_content .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .bbs_content .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .bbs_content .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .bbs_content .form textarea::placeholder {
    font-size: 14px;
  }
  .bbs_content .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .bbs_content .num strong {
    color: #000;
  }
  .bbs_content .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .bbs_content .chk input {
    float: left;
  }
  .bbs_content .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .bbs_content .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .bbs_content .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #c9c9c9;
    background: #f9f9f9;
  }
  .bbs_content .comntbox button {
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .bbs_content .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .bbs_content .comntbox button em {
    font-weight: 700;
  }
  .bbs_content .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .bbs_content .comntbox .sel i {
    transform: rotate(180deg);
  }
  .bbs_content .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .bbs_content .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .bbs_content .comntlit .profile_img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .bbs_content .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .bbs_content .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .bbs_content .comntlit .prof .name {
    float: left;
    display: block;
  }
  .bbs_content .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .bbs_content .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .bbs_content .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .bbs_content .comntlit .comm {
    padding: 10px 0;
    word-break: break-word;
  }
  .bbs_content .comntlit .comm i {
    position: relative;
    top: 2px;
  }
  .bbs_content .comntbar {
    position: absolute;
    top: 30px;
    right: 8px;
  }
  .bbs_content .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 40px;
    right: -15px;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
  }
  .bbs_content .comntbar .opt:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #b8bfc4 transparent;
  }
  .bbs_content .comntbar .opt:after {
    content: "";
    position: absolute;
    top: -6px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .bbs_content .comntbar .opt a {
    display: block;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .bbs_content .comntbar .opt a:last-child {
    border-bottom: 0;
  }
  .bbs_content .comntbar .opt a:hover {
    color: #3a8afd;
  }

  .mrl50 {
    margin: 0 0 0 40px;
  }
  .mrl50:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl100 {
    margin: 0 0 0 70px;
  }
  .mrl100:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl150 {
    margin: 0 0 0 100px;
  }
  .mrl150:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .mrl200 {
    margin: 0 0 0 130px;
  }
  .mrl200:before {
    content: "\e981";
    position: absolute;
    top: 20px;
    left: -30px;
    font-size: 24px;
    font-family: xeicon;
    color: #ccc;
  }
  .captcha {
    text-align: right;
    overflow: hidden;
  }

  /**/
  .autowrap {
    position: relative;
  }
  .autosave {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 0;
    width: 430px;
    height: 200px;
    border: 1px solid #565656;
    background: #fff;
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .autosave:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #000 transparent;
  }
  .autosave:after {
    content: "";
    position: absolute;
    top: -7px;
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #fff transparent;
  }
  .autosave strong {
    position: absolute;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
  }
  .autosave ul {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e8e8e8;
    overflow-y: scroll;
  }
  .autosave li {
    position: relative;
  }
  .autosave li a {
    display: block;
    padding: 0 10px;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    background: #eee;
  }
  .autosave li span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 35px;
    font-size: 12px;
    color: #999;
  }
  .autosave li button {
    width: 20px;
    height: 35px;
    line-height: 35px;
    background: none;
    overflow: hidden;
  }
  .autosave li button:before {
    content: "X";
  }
  .autosave > button {
    width: 100%;
    height: 38px;
    color: #333;
    background: #fff;
    cursor: pointer;
  }
  html.no-overflowscrolling #autosave_pop {
    height: auto;
    max-height: 10000px !important;
  }
}

@media all and (min-width: 748px) {
  .gap {
    height: 60px;
  }
  .inputbox .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .inputbox .tit h3 {
    display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
  }
  .inputbox .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .inputbox .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .inputbox .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .inputbox .form textarea {
    padding: 20px;
    width: 100%;
    height: 100px;
    font-size: 14px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .inputbox .form textarea::placeholder {
    font-size: 14px;
  }
  .inputbox .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .inputbox .num strong {
    color: #000;
  }
  .inputbox .chk {
    position: absolute;
    bottom: 10px;
    left: 20px;
  }
  .inputbox .chk input {
    float: left;
  }
  .inputbox .chk label {
    float: left;
    position: relative;
    top: -4px;
    padding: 0 5px;
    font-size: 13px;
  }
  .inputbox .btn {
    position: relative;
    height: 45px;
    text-align: right;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .inputbox .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #000;
    border: 1px solid #bd9c22;
    background: #fbd33e;
  }

  .comntbox button {
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .comntbox button em {
    font-weight: 700;
  }
  .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .comntbox .sel i {
    transform: rotate(180deg);
  }
  .comntlit {
    position: relative;
    padding: 20px 50px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .comntlit * {
    font-size: 14px;
  }
  .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -50px;
  }
  .comntlit .profile_img img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .comntlit .img img {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .comntlit .prof .name {
    float: left;
    display: block;
  }
  .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .comntlit .comm {
    word-break: break-word;
  }
  .comntlit .comm i {
    position: relative;
    top: 2px;
  }

  .comntbar {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .comntbar button {
    font-size: 18px;
    background: none;
  }
  .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    width: 152px;
    font-size: 0;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
    transform: translateY(-50%);
  }
  .comntbar .opt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-left: 1px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #b8bfc4;
    transform: translateY(-50%);
  }
  .comntbar .opt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
  }
  .comntbar .opt a {
    float: left;
    padding: 5px 10px;
    width: 50px;
    font-size: 13px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
  }
  .comntbar .opt a:nth-child(1) {
    border-left: 0;
  }
  .comntbar .opt a:hover {
    color: #3a8afd;
  }
}
@media all and (max-width: 747px) {
  .inputbox {
  }
  .inputbox .tit {
    padding: 10px 0;
    overflow: hidden;
  }
  .inputbox .tit h3 {
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
  }
  .inputbox .tit input {
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #b3b3b3;
  }
  .inputbox .txt {
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .inputbox .form {
    position: relative;
    border: 1px solid #b3b3b3;
    border-bottom: 0;
    background: #fff;
  }
  .inputbox .form textarea {
    padding: 12px;
    width: 100%;
    height: 100px;
    font-size: 13px;
    vertical-align: middle;
    color: #000;
    border: 0;
    border-radius: 0;
    resize: none;
  }
  .inputbox .form textarea::placeholder {
    font-size: 13px;
  }
  .inputbox .num {
    position: absolute;
    bottom: 12px;
    right: 120px;
    color: #999;
  }
  .inputbox .num strong {
    color: #000;
  }
  .inputbox .chk input {
    float: left;
  }
  .inputbox .chk label {
    font-size: 13px;
  }
  .inputbox .btn {
    position: relative;
    padding: 10px;
    text-align: left;
    border: 1px solid #b3b3b3;
    border-top: 1px solid #eee;
  }
  .inputbox .btn button {
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 100px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #000;
    border: 1px solid #bd9c22;
    background: #fbd33e;
  }

  .comntbox button {
    position: relative;
    padding: 10px 0;
    width: 100%;
    height: 50px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
  }
  .comntbox button strong {
    padding: 0 10px;
    font-weight: 500;
  }
  .comntbox button em {
    font-weight: 700;
  }
  .comntbox i {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 18px;
  }
  .comntbox .sel i {
    transform: rotate(180deg);
  }
  .comntlit {
    position: relative;
    padding: 10px 40px;
    border-bottom: 1px solid #f0f0f0;
    zoom: 1;
  }
  .comntlit * {
    font-size: 14px;
  }
  .comntlit:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .comntlit .profile_img {
    position: absolute;
    top: -7px;
    left: -30px;
  }
  .comntlit .profile_img img {
    width: 30px !important;
    height: 30px !important;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .comntlit .img {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .comntlit .img img {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 40px;
  }
  .comntlit .prof:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
  }
  .comntlit .prof .name {
    float: left;
    display: block;
    padding: 0 5px;
  }
  .comntlit .prof .ip {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
  }
  .comntlit .prof .date {
    float: left;
    display: block;
    padding: 0 5px;
    line-height: 20px;
  }
  .comntlit .prof .date time {
    font-size: 12px;
    font-weight: 300;
  }
  .comntlit .prof .date i {
    position: relative;
    top: 1px;
    font-size: 16px;
  }
  .comntlit .comm {
    font-size: 12px;
    word-break: break-word;
  }
  .comntlit .comm i {
    position: relative;
    top: 2px;
  }

  .comntbar {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .comntbar button {
    font-size: 18px;
    background: none;
  }
  .comntbar .opt {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 50%;
    right: 100%;
    margin-right: 10px;
    width: 122px;
    font-size: 0;
    border: 1px solid #b8bfc4;
    background: #fff;
    zoom: 1;
    transform: translateY(-50%);
  }
  .comntbar .opt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    margin-left: 1px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #b8bfc4;
    transform: translateY(-50%);
  }
  .comntbar .opt:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
    transform: translateY(-50%);
  }
  .comntbar .opt a {
    float: left;
    padding: 5px 0;
    width: 40px;
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    border-left: 1px solid #f0f0f0;
  }
  .comntbar .opt a:nth-child(1) {
    border-left: 0;
  }
  .comntbar .opt a:hover {
    color: #3a8afd;
  }
}
