﻿@charset "utf-8";

/* board02 */
.clear_b:after {
  content: "";
  display: table;
  clear: both;
}

.btn_bx_comm {
  display: inline-block;
  margin-top: 20px;
}
.btn_bx_comm.reply .__btn2 {
  padding: 0 60px;
}
.btn_bx_comm.modify .__btn2 {
  border: 0 none;
}

.bg-success {
  background: #28a745 !important;
}
.bg-info {
  background: #17a2b8 !important;
}
.bg-danger {
  background: #dc3545 !important;
}

.__botarea.custom {
  margin-top: 0;
  margin-bottom: 60px;
}

.__tbl-list .notice td {
  background: #fff;
}
.__tbl-list .bx_reply td {
  background: #f5f8f9;
}

.bx_reply td.ico .__ico1 {
  display: none;
}

#div_Board02_comment_input_buttons button {
  color: #fff;
  background-color: #333;
  border: 0 none;
}

.__tbl-list tr {
  background-color: #f5f8f9;
}
.__tbl-list tr.comment_sect {
  background-color: #fff;
}

.__board-view .bx_sect {
  padding: 15px 0;
}
.__board-view .con {
}
.__board-view .row {
  position: relative;
  padding-left: calc(100px + 20px);
}
.__board-view .row label {
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 15px;
  font-size: 16px;
  line-height: calc((16px - 2px) * 2);
}

.__board-view .bx_inp,
.__board-view input[type="text"] {
  line-height: 2;
  font-size: 14px;
}
.__board-view input[type="text"] {
  border: 1px solid #b5b5b5;
}

#div_Board02_comment_input_textarea textarea,
#div_Board02_comment_input_buttons button {
  height: 86px;
}
#div_Board02_comment_input_textarea textarea {
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  #svis .inner {
    display: table;
    width: 100%;
  }
  #svis .inner > h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
  }

  .__tbl-list.responsive tr.comment_head {
    display: flex;
    justify-content: space-between;
  }
  .__tbl-list.responsive tr.comment_head .item1 {
  }
  .__tbl-list.responsive tr.comment_head .item2 {
    width: 0;
  }
  .__tbl-list.responsive tr.comment_head .item3 {
    width: 100px;
    min-width: 100px;
  }

  .__tbl-list.responsive .notice {
    background: #fff;
  }
  .__tbl-list.responsive .bx_reply {
    background: #f5f8f9;
  }

  #div_Board02_comment_input_textarea {
    width: calc(100% - 100px);
  }
  #div_Board02_comment_input_buttons {
    width: 100px;
  }

  .__board-view .row {
    padding-left: calc(50px + 20px);
  }
  .__board-view .row label {
    width: 50px;
  }

  .__board-view .con .row {
    overflow-x: auto;
    width: 100%;
    padding-left: 0;
  }
  .__board-view .con .row label {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .__board-view .con .row iframe {
    min-width: 572px;
  }
  .__board-view .bx_inp {
    max-width: 100%;
  }
}

/*팝업*/

#mainPopup1 {
  position: absolute;
  width: 29%;
  right: 5%;
  margin-left: 0px;
  top: 100px;
  z-index: 50;
}

#mainPopup2 {
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0px;
  top: 100px;
  z-index: 50;
}
#mainPopup3 {
  position: absolute;
  width: 29%;
  left: 5%;
  margin-left: 0px;
  top: 100px;
  z-index: 50;
}

@media screen and (max-width: 1000px) {
  #mainPopup1 {
    left: 10%;
    top: 280px;
    width: 80%;
  }

  #mainPopup2 {
    left: 0%;
    top: 50px;
    width: 100%;
    transform: translateX(0);
  }
  #mainPopup3 {
    left: 10%;
    top: 80px;
    width: 80%;
  }
}
