@charset "utf-8";

/* Paging setting */
.cont_form {
  position: relative;
  display: inline-block;
  width: 96%;
  margin: 10px 2% 10px;
  padding: 0;
}
.group_paging {
  display: block;
  margin: 0;
  text-align: center;
  line-height: 20px;
}
.group_paging > a {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  line-height: 25px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.group_paging > a:hover {
  color: #6f7689;
}
.group_paging > a.active {
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  line-height: 25px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  cursor: default;
}
.group_paging span.link_edge {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #ccc;
  width: 25px;
  height: 25px;
  font-weight: normal;
  cursor: pointer;
}
.group_paging span.link_edge.prev {
  background: url(/application/images/btn/btn_page_prev.jpg) no-repeat;
  background-size: 100%;
}
.group_paging span.link_edge.next {
  background: url(/application/images/btn/btn_page_next.jpg) no-repeat;
  background-size: 100%;
}
.group_paging span.link_edge.f_prev {
  background: url(/application/images/btn/btn_page_prev_f.jpg) no-repeat;
  background-size: 100%;
}
.group_paging span.link_edge.f_next {
  background: url(/application/images/btn/btn_page_next_f.jpg) no-repeat;
  background-size: 100%;
}
.group_paging span.link_edge > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #999;
  text-indent: -9999em;
}
.group_paging span.link_edge > a:hover {
  color: #333;
}

/*************pager************/
.pager {
  width: 100%;
  margin: 0 auto 5rem;
  text-align: center;
  display: inline-block;
}
.pager-body {
  display: inline-block;
}
.pager-body a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  color: #777777;
  font-size: 1.6rem;
  font-weight: 500;
  float: left;
  margin: 0 2px;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.pager-body a img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.pager-body a.on {
  color: #fff;
  background-color: orange;
  border-radius: 50%;
  border: none;
  line-height: 40px;
}
/******************************/
/* 어두운 색상의 게시판 모드 background - 색상 변경해주세요 */
.background-bk {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
}

/* button setting */
.bottomBtn {
  display: inline-block;
  width: 100%;
  margin: 2rem 0 4rem;
  text-align: right;
}
.bottomBtn.ta-lt {
  text-align: left;
}
.bottomBtn.ta-rt {
  text-align: right;
}

.bottomBtn > .btnLeft {
  float: left;
  max-width: 50%;
  text-align: left;
}
.bottomBtn > .btnRight {
  float: right;
  max-width: 50%;
  text-align: right;
}

.btnWhite {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #b9b9b9;
  background: #fff;
  text-align: center;
  line-height: 1.6;
  color: #555;
}
.btnRed {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #ea2125;
  background: #ea2125;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
.btnGray {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #b12419;
  background: #b12419;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}

/* 어두운 색상용 */
.background-bk .btnWhite {
  border: 1px solid #fff;
  background: none;
  color: #fff;
}
.background-bk .btnGray {
  border: 1px solid #fafafa;
  background: #fafafa;
  color: #333;
}
.background-bk .btnRed {
  display: inline-block;
  padding: 10px 25px;
  margin: 5px;
  border: 1px solid #ea2125;
  background: none;
  text-align: center;
  line-height: 1.6;
  color: #ea2125;
}

@media screen and (max-width: 480px) {
  .btnWhite {
    padding: 5px 10px;
    margin: 1px;
  }
  .btnGray {
    padding: 5px 10px;
    margin: 1px;
  }
  .btnRed {
    padding: 5px 10px;
    margin: 1px;
  }
}

/* select box setting */
div.dv-select {
  display: inline-block;
  *display: inline;
  zoom: 1;
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0;
  border: 1px solid #e8e8e8;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
div.dv-select > label {
  display: inline-block;
  opacity: 0;
  *display: inline;
  zoom: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  line-height: 35px;
  margin: 0;
  padding: 0 35px 0 10px;
  font-size: 12px;
  color: #666;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer;
}
div.dv-select > span.spn-sel-arrow {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  background: url(/application/images/board/sel-arrow.png) no-repeat;
  background-size: 20px;
  background-position: center;
  box-sizing: border-box;
  cursor: pointer;
}
div.dv-select > select {
  position: relative;
  width: 100%;
  height: 35px;
  padding: 0 25px 0 10px;
  border: none;
  background: none;
  outline: none;
  -webkit-appearance: none;
  filter: alpha(opacity=0);
  z-index: 1;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  font-family: "Noto Sans KR", "GmarketSansMedium", Dotum, Helvetica,
    AppleGothic, Gulim, "굴림", Sans-serif;
}

.background-bk div.dv-select {
  border: 1px solid #fafafa;
  background: none;
}
.background-bk div.dv-select > label {
  color: #fff;
}
.background-bk div.dv-select > span.spn-sel-arrow {
  background: url(/application/images/board/sel-arrow.png) no-repeat;
}

/* input box setting */
/* input[type=text],
input[type=password] {width:100%;padding:5px;border:1px solid #e8e8e8;height:35px;font-size:12px;box-sizing:border-box;-webkit-appearance: none;border-radius:0;} */

.file-upload {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.file-upload button.findBtn {
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: #333;
  border: 1px solid #333;
  border-left: none;
  color: #fff;
  box-sizing: border-box;
}
.file-upload label {
  display: block;
}
.file-upload span {
  float: left;
  width: 78%;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border: 1px solid #e8e8e8;
  color: #333;
  background: #f1f1f1;
  border-right: none;
  box-sizing: border-box;
  font-family: "Noto Sans KR", Sans-serif;
}
.file-upload .upload-btn input.file {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 35px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.file-upload .upload-btn {
  float: left;
  width: 22%;
  height: 35px;
  position: relative;
}

@-moz-document url-prefix() {
  .file-upload {
    width: 100%;
  }
  .file-upload input.text {
    float: left;
    width: 100%;
  }
}

.background-bk .file-upload button.findBtn {
  background: #ea2125;
  border: 1px solid #ea2125;
  color: #fff;
}
.background-bk .file-upload span {
  background: none;
  color: #fff;
}

/* textarea/iframe box setting */
textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
}

/* 검색영역 */
.selArea {
  display: block;
  width: 100%;
  max-width: 400px;
  vertical-align: top;
  text-align: center;
  box-sizing: border-box;
}
.selArea div.dv-select {
  display: inline-block;
  width: 10%;
  margin: 0 5px 0 0;
}
.selArea span.input {
  display: inline-block;
  position: relative;
  width: 25%;
  margin: 0 5px 0 0;
}
.selArea span.input input[type="text"] {
  width: 100%;
}
.selArea span.input input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
.selArea span.input input[type="text"]::-webkit-input-placeholder {
  color: #ddd;
}
.selArea span.input input[type="text"]::-moz-placeholder {
  color: #ddd;
} /* firefox 19+ */
.selArea span.input input[type="text"]:-ms-input-placeholder {
  color: #ddd;
} /* ie */
.selArea span.input input[type="text"]:-moz-placeholder {
  color: #ddd;
}
.selArea span.search {
  display: inline-block;
  position: relative;
  width: 50px;
  margin: 0 0 0 0;
}
.selArea .btnOrange {
  display: inline-block;
  width: 100%;
  line-height: 35px;
  font-size: 13px;
  color: #fff;
  background: #000;
  height: 35px;
  text-align: center;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
}

.background-bk .selArea {
  border: none;
  background: none;
}

.boardListBg {
  background: #f5f6f7;
  padding: 100px 0;
  margin: 100px 0 0;
}
.boardListArea {
  display: block;
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.result-wrap .board-total {
  font-size: 3.9rem;
  font-weight: 600;
}
.result-wrap .board-card-list {
  border-top: 1px solid #111;
  padding-top: 22px;
}
/*.mob-none {display:table-cell;}*/
@media screen and (min-width: 481px) and (max-width: 767px) {
  .boardListArea {
    padding: 10px;
  }
  .mob-none {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .boardListArea {
    padding: 5px;
  }
  .mob-none {
    display: none;
  }
}
/* ----------------------- 게시판 리스트 ----------------------- */

/* 리스트 테이블 영역 */
.srboardList .listTable {
  width: 100%;
}

.srboardList .listTable p.total {
  display: block;
  width: 96%;
  max-width: 1280px;
  margin: -20px auto 10px;
  padding: 0;
  font-size: 13px;
  color: #666;
  text-align: right;
}
.srboardList .listTable p.total span {
  display: inline-block;
  margin: 0 2px 0 5px;
  color: #ea2125;
  font-weight: bold;
}

.srboardList .listTable .colTbl {
  width: 100%;
  font-size: 15px;
  table-layout: fixed;
  border-bottom: 1px solid #ddd;
}
.srboardList .listTable .colTbl th {
  border-top: 2px solid #000;
  padding: 20px 0;
  color: #222;
  font-size: 17px;
  font-weight: 500;
}
.srboardList .listTable .colTbl td {
  border-top: 1px solid #ddd;
  padding: 20px 10px 20px;
  font-size: 16px;
  color: #707070;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 300;
}
.srboardList .listTable .colTbl td.title {
  text-align: left;
  font-weight: 300;
  width: 100%;
}
.srboardList .listTable .colTbl td.title a {
  color: #000;
}
.srboardList .listTable .colTbl tr td {
  transition: background ease 0.3s;
}
.srboardList .listTable .colTbl tr:hover td {
  background: #f8f8f8;
}
.srboardList .listTable .colTbl tr:hover td.title a {
  color: #1f4041;
  font-weight: 500;
  text-decoration: underline;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .srboardList .listTable .colTbl {
    font-size: 14px;
  }
  .srboardList .listTable .colTbl th {
    padding: 15px 2px 15px;
    text-align: center;
    width: 100%;
  }
  .srboardList .listTable .colTbl th span.esse {
    display: block;
    margin-right: 0;
  }
  .srboardList .listTable .colTbl td {
    padding: 12px 0 12px;
  }
  .selArea {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 480px) {
  .srboardList .listTable .colTbl {
    font-size: 14px;
  }
  .srboardList .listTable .colTbl th {
    padding: 15px 2px 15px;
    text-align: center;
    width: 100%;
  }
  .srboardList .listTable .colTbl th span.esse {
    display: block;
    margin-right: 0;
  }
  .srboardList .listTable .colTbl td {
    padding: 12px 0 12px;
  }
  .selArea {
    margin: 0 auto 50px;
  }
}

/* 리스트 겔러리 영역 (기본) */
.srboardList .listGallery {
  width: 100%;
  
}
.srboardList .listGallery p.total {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 13px;
  color: #666;
  text-align: right;
}
.srboardList .listGallery p.total span {
  display: inline-block;
  margin: 0 2px 0 5px;
  color: #ea2125;
  font-weight: 500;
  vertical-align: baseline;
}
.srboardList .listGallery .colUll {
  width: 100%;
}
.srboardList .listGallery .colUll > ul {
  overflow: hidden;
}
.srboardList .listGallery .colUll > ul > li.li-gall-none {
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.srboardList .listGallery .colUll > ul > li > dl {
  display: block;
  position: relative;
  width: 100%;
}
.srboardList .listGallery .colUll > ul > li > dl > dt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 15px 15px 0;
  box-sizing: border-box;
}
.srboardList .listGallery .colUll > ul > li .thumb > a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.srboardList .listGallery .colUll > ul > li .thumb > a > .img {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.srboardList .listGallery .colUll > ul > li .thumb > a > .img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.srboardList .listGallery .colUll > ul > li:hover .thumb > a > .img img {
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.srboardList .listGallery .colUll > ul > li:nth-child(4n) {
  margin-right: 0;
}
.srboardList .listGallery .colUll > ul > li.li-gall-none {
  width: 100%;
  height: 80px;
  line-height: 2;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.srboardList .listGallery .colUll > ul > li > dl {
  display: block;
  position: relative;
  width: 100%;
}
.srboardList .listGallery .colUll > ul > li > dl > dt {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  box-sizing: border-box;
}
.srboardList .listGallery .colUll > ul > li .thumb > a {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 60%;
  height: 0;
  background-size: cover;
  background-position: center center;
}
.srboardList .listGallery .colUll > ul > li .thumb > a > img {
  position: relative;
  width: 100%;
}
.srboardList .listGallery .colUll > ul > li .title {
  display: block;
  width: 100%;
  line-height: 1.6;
  padding: 15px 0;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}
.srboardList .listGallery .colUll > ul > li .title > a {
  display: block;
  font-size: 3.6rem;
  color: #383838;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.srboardList .listGallery .colUll > ul > li .content {
  font-size: 2.1rem;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.srboardList .listGallery .colUll > ul > li .date {
  display: block;
  width: 100%;
  line-height: 1.6;
  margin: 0.48em 0 0;
  padding: 0;
  font-size: 2.1rem;
  color: #888;
  font-weight: 300;
  text-align: left;
  box-sizing: border-box;
  word-wrap: break-word;
}
.srboardList .listGallery .colUll > ul > li .date i {
  vertical-align: baseline;
  margin-right: 5px;
  transform: translateY(2px);
}
.srboardList .listGallery .colUll > ul > li .category {
  font-size: 2.4rem;
  text-align: left;
  margin-bottom: 0.83em;
  color: #fa9200;
  line-height: 1.25;
}

.srboardList .listGallery .colUll > ul > li {
  width: 100%;
  margin-right: 0;
  border-bottom: 1px solid #eee;
  padding: 1.88em 0;
}
.srboardList .listGallery .colUll > ul > li:first-child {
  border-top: 1px solid #111;
}
.srboardList .listGallery .colUll > ul > li:nth-child(3n) {
  margin-right: 0;
}
.srboardList .listGallery .colUll > ul > li:nth-child(2n) {
  margin-right: 0;
}

/* 리스트 겔러리 영역 (grid) */
.srboardList .listGallery .colGrid {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.board-grid-none {
  position: relative !important;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.board-grid {
  display: inline-block;
  width: 98%;
  padding: 10px 1% 25px;
  margin: 0 1%;
  box-sizing: border-box;
  -webkit-transition: top 1s ease, left 1s ease;
  -moz-transition: top 1s ease, left 1s ease;
  -o-transition: top 1s ease, left 1s ease;
  -ms-transition: top 1s ease, left 1s ease;
}
.board-grid > h1 {
  display: block;
  margin: 0;
  padding: 0 0 25px;
  line-height: 1.5;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.board-grid > p {
  display: block;
  margin: 10px 0;
  padding: 0 0 25px;
  line-height: 1.5;
  font-size: 14px;
  color: #2e2e2e;
  text-align: center;
  word-break: keep-all;
  word-wrap: break-word;
}
.board-grid > p > span {
  display: block;
  margin: 0;
}
.board-grid > .category {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  font-size: 12px;
  color: #333;
  text-align: left;
}
.board-grid > .category:before {
  content: "[";
}
.board-grid > .category:after {
  content: "]";
}
.board-grid > .imgholder {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
}
.board-grid > .imgholder > img {
  display: block;
  width: 100%;
}
.board-grid > .imgholder > a {
  display: block;
  width: 100%;
}
.board-grid > .imgholder > a > img {
  display: block;
  width: 100%;
}

/* 리스트 아코디언 영역 */
.srboardList .listCollapse {
  width: 100%;
}
.srboardList .listCollapse .colColl {
  display: block;
  position: relative;
  width: 100%;
  margin: 45px auto 25px;
  border-top: 2px solid #757575;
}
.board-Collapse-none {
  position: relative;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}

.dv-accordion-box {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dv-accordion-box h1 {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.dv-accordion-box h1 a {
  display: inline-block;
  width: 100%;
}
.dv-accordion-box h1 a.a-wrap {
  display: block;
  width: 100%;
  padding: 0 0 5px 25px;
  margin: 0;
  font-size: 1.6rem;
  color: #666;
  box-sizing: border-box;
}
.dv-accordion-box h1 a.a-wrap:before {
  content: "Q.";
  padding: 0 5px 0 0;
  margin: 0 0 0 -25px;
  font-size: 26px;
  font-weight: 300;
  color: #ea2125;
}
.dv-accordion-box h1 span {
  display: none;
  margin: 0 3px;
  line-height: 46px;
  color: #000;
  font-weight: bold;
}
.dv-accordion-box h1 span:before {
  content: "[";
}
.dv-accordion-box h1 span:after {
  content: "]";
}
.dv-accordion-box h1:hover {
  background: #fafafa;
}
.dv-accordion-box h1.open {
  background: #fff;
}

.dv-accordion-box h1 + div {
  display: block !important;
  width: 100%;
  height: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  overflow: hidden;
}
.dv-accordion-box h1.open + div {
  padding: 25px;
  border-top: 1px solid #ea2125;
  border-bottom: 1px solid #ea2125;
  box-sizing: border-box;
}

.accordion-item-conts-inner {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.accordion-item-conts-inner > span {
  display: table-cell;
  width: 75px;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  text-align: right;
  box-sizing: border-box;
}
.accordion-item-conts-inner > label {
  display: table-cell;
  width: 100%;
  padding: 25px;
  background: #f1f1f1;
  font-size: 13px;
  color: #333;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  box-sizing: border-box;
}
.accordion-item-conts-inner > label > * {
  table-layout: fixed;
  display: block;
  width: 100%;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .dv-accordion-box h1 a.a-wrap {
    padding: 0 0 5px 23px;
    font-size: 12px;
  }
  .dv-accordion-box h1 a.a-wrap:before {
    padding: 0 3px 0 0;
    margin: 0 0 0 -23px;
    font-size: 18px;
  }
  .dv-accordion-box h1 span {
    margin: 0 2px;
    line-height: 36px;
  }

  .dv-accordion-box h1.open + div {
    padding: 15px;
  }

  .accordion-item-conts-inner > span {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    text-align: left;
  }
  .accordion-item-conts-inner > label {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .dv-accordion-box h1 a.a-wrap {
    padding: 0 0 5px 21px;
    font-size: 11px;
  }
  .dv-accordion-box h1 a.a-wrap:before {
    padding: 0 2px 0 0;
    margin: 0 0 0 -21px;
    font-size: 1.6rem;
  }
  .dv-accordion-box h1 span {
    margin: 0 1px;
    line-height: 36px;
  }

  .dv-accordion-box h1.open + div {
    padding: 5px;
  }

  .accordion-item-conts-inner > span {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    text-align: left;
  }
  .accordion-item-conts-inner > label {
    display: block;
    width: 100%;
    padding: 5px;
    font-size: 12px;
  }
}

/* ----------------------- 게시판 글쓰기 ----------------------- */
.srboardWrite {
  display: inline-block;
  width: 100%;
  margin: 0;
}

/* 글쓰기 테이블 영역 */
.srboardWrite .writeTable {
}
.srboardWrite .writeTable p.right {
  width: 100%;
  text-align: right;
  color: #f95800;
  font-size: 13px;
  margin-bottom: 10px;
  *line-height: normal;
}
.srboardWrite .writeTable .rowTbl {
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
.srboardWrite .writeTable .rowTbl th {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background: #f6f6f6;
  line-height: 1.5;
  text-align: left;
  padding: 10px 15px 10px 15px;
  *line-height: normal;
}
.srboardWrite .writeTable .rowTbl th span.esse {
  display: inline-block;
  color: #f95800;
  margin-right: 3px;
}
.srboardWrite .writeTable .rowTbl td {
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
}
.srboardWrite .writeTable .rowTbl td > input {
  width: auto;
  margin: 0;
}
.srboardWrite .writeTable .rowTbl td > input#title {
  width: 70%;
}
.srboardWrite .writeTable .rowTbl td > div.dv-select {
  width: auto;
  margin: 0;
}
.srboardWrite .writeTable .rowTbl td > textarea {
  width: 100%;
  margin: 0;
}
.srboardWrite .writeTable .rowTbl td > a {
  display: inline-block;
  width: auto;
  height: 35px;
  margin: 0;
  vertical-align: middle;
}
.srboardWrite .writeTable .rowTbl td > a > img {
  height: 100%;
}
.srboardWrite .writeTable .rowTbl td > span {
  display: inline-block;
  line-height: 35px;
}
.srboardWrite .writeTable .rowTbl td > p {
  display: block;
  line-height: 1.5;
  margin: 5px 0 0;
  font-size: 11px;
  color: #ea2125;
}
.srboardWrite .writeTable .rowTbl td > ul {
  display: block;
  width: 100%;
}
.srboardWrite .writeTable .rowTbl td > ul > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.srboardWrite .writeTable .rowTbl td > ul > li.li-txt {
  width: auto;
  text-align: center;
}
.srboardWrite .writeTable .rowTbl td > ul > li.wid10 {
  width: 10%;
}
.srboardWrite .writeTable .rowTbl td > ul > li.wid20 {
  width: 20%;
}
.srboardWrite .writeTable .rowTbl td > ul > li.wid30 {
  width: 30%;
}

.srboardWrite .writeTable .rowTbl td > ul > li.ph01 {
  width: 10%;
}
.srboardWrite .writeTable .rowTbl td > ul > li.ph02 {
  width: 20%;
}

.srboardWrite .writeTable .rowTbl td > ul > li.emailId {
  width: 20%;
}
.srboardWrite .writeTable .rowTbl td > ul > li.emailAdd {
  width: 20%;
}
.srboardWrite .writeTable .rowTbl td > ul > li.emailSel {
  width: 20%;
}

.srboardWrite .writeTable .rowTbl td > ul > li > span {
  line-height: 35px;
}

.background-bk .srboardWrite .writeTable .rowTbl {
  border-top: 2px solid #757575;
  border-bottom: 1px solid #ddd;
}
.background-bk .srboardWrite .writeTable .rowTbl th {
  background: none;
  color: #fff;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .srboardWrite .writeTable .rowTbl {
    font-size: 11px;
  }
  .srboardWrite .writeTable .rowTbl th {
    padding: 2px;
    text-align: center;
  }
  .srboardWrite .writeTable .rowTbl th span.esse {
    display: block;
    margin-right: 0;
  }
  .srboardWrite .writeTable .rowTbl td {
    padding: 2px;
  }
  .srboardWrite .writeTable .rowTbl td > input {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > textarea {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > div.file-upload {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > div.dv-select {
    width: 98%;
    margin: 0 1%;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li {
    display: inline-block;
    margin: 0 2px 0 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid10 {
    width: 100%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid20 {
    width: 100%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid30 {
    width: 100%;
    margin: 2px 0;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.ph01 {
    width: 98%;
    margin: 2px 1%;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.ph02 {
    width: 90%;
    margin: 2px 0;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.emailId {
    width: 98%;
    margin: 2px 1%;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.emailAdd {
    width: 90%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.emailSel {
    width: 98%;
    margin: 2px 1%;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.li-txt {
    width: 8%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li > span {
    line-height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .srboardWrite .writeTable .rowTbl {
    font-size: 10px;
  }
  .srboardWrite .writeTable .rowTbl th {
    padding: 2px;
    text-align: center;
  }
  .srboardWrite .writeTable .rowTbl th span.esse {
    display: block;
    margin-right: 0;
  }
  .srboardWrite .writeTable .rowTbl td {
    padding: 2px;
  }
  .srboardWrite .writeTable .rowTbl td > input {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > textarea {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > div.file-upload {
    width: 98%;
    margin: 0 1%;
  }
  .srboardWrite .writeTable .rowTbl td > div.dv-select {
    width: 98%;
    margin: 0 1%;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li {
    display: inline-block;
    margin: 0 2px 0 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid10 {
    width: 100%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid20 {
    width: 100%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.wid30 {
    width: 100%;
    margin: 2px 0;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.ph01 {
    width: 98%;
    margin: 2px 1%;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.ph02 {
    width: 90%;
    margin: 2px 0;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.emailId {
    width: 98%;
    margin: 2px 1%;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.emailAdd {
    width: 90%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li.emailSel {
    width: 98%;
    margin: 2px 1%;
  }

  .srboardWrite .writeTable .rowTbl td > ul > li.li-txt {
    width: 8%;
    margin: 2px 0;
  }
  .srboardWrite .writeTable .rowTbl td > ul > li > span {
    line-height: 35px;
  }
}

/* ----------------------- 게시판 상세보기 ----------------------- */
.srboardView {
  display: inline-block;
  width: 100%;
  /* margin: 0 auto 150px; */
}
.srboardView .bottomBtn {
  width: 100%;
  margin: 6rem auto 0 auto;
  display: block;
}
.srboardView .bottomBtn a {
  display: inline-block;
  margin: 0 0 20px 5px;
  background: #000;
  border: none;
}
.srboardView .bottomBtn .btnList {
  color: #eb2a2e;
  border: 2px solid #eb2a2e;
  display: block;
  height: 60px;
  line-height: 54px;
  font-size: 1.6rem;
  font-weight: 600;
}

/* 상세보기 테이블 영역 */
.srboardView .viewArea {
  width: 100%;
}
.srboardView .viewArea .viewTitle {
  width: 100%;
  padding-top: 50px;
}
.srboardView .viewArea .viewTitle h4 {
  line-height: 1.2;
  padding: 0 50px;
  font-size: 3.9rem;
  color: #383838;
  margin-bottom: 0;
  word-wrap: break-word;
  font-weight: 600;
}
.srboardView .viewArea .viewTitle .date {
  padding: 10px 0 0;
  color: #aaa;
  font-weight: 300;
  font-size: 2.1rem;
}
.srboardView .viewArea .viewTitle .date i {
  vertical-align: baseline;
  transform: translateY(2px);
  margin-right: 0.8rem;
}

.srboardView .viewArea .viewTitle .detail {
  display: flex;
  flex-wrap: wrap;
  font-size: 2.1rem;
  margin-top: 2rem;
}
.srboardView .viewArea .viewTitle .detail span {
  display: inline-flex;
  align-items: center;
  color: #888;
  font-weight: 300;
  word-break: break-all;
  position: relative;
  padding-left: 1.43em;
}
.srboardView .viewArea .viewTitle .detail span::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 0.94em;
  background-color: #888;
  position: absolute;
  top: 0.25em;
  left: 0.7em;
}
.srboardView .viewArea .viewTitle .detail span:first-child {
  padding-left: 0;
}
.srboardView .viewArea .viewTitle .detail span:first-child::before {
  display: none;
}

.srboardView .viewArea .viewTitle .subInfo {
  padding: 30px 50px 40px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.srboardView .viewArea .viewTitle .subInfo ul {
  display: inline-block;
  overflow: hidden;
}
.srboardView .viewArea .viewTitle .subInfo ul li {
  float: left;
  padding-right: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.srboardView .viewArea .viewTitle .subInfo ul li + li {
  position: relative;
  padding-left: 20px;
}
.srboardView .viewArea .viewTitle .subInfo ul li + li:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}
.srboardView .viewArea .viewTitle dt {
  float: left;
  padding-right: 15px;
  color: #333;
  font-weight: 600;
}
.srboardView .viewArea .viewTitle dd {
  color: #707070;
  float: left;
}
.srboardView .viewArea .viewCont {
  padding: 50px;
  font-size: 2.1rem;
  color: #111;
  line-height: 1.6;
  word-wrap: break-word;
}

.srboardView .viewArea .fileArea {
  display: block;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: transparent;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #111;
  color: #111;
}
.srboardView .viewArea .fileArea > dl {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.srboardView .viewArea .fileArea > dl > dt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-size: 1.6rem;
  font-weight: 500;
  box-sizing: border-box;
  background: #e9e6df;
  display: inline-block;
  width: auto;
}
.srboardView .viewArea .fileArea {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  font-size: 1.6rem;
  color: #666;
  box-sizing: border-box;
}
.srboardView .viewArea .fileArea :before {
  content: "";
}
.srboardView .viewArea .fileArea > a {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin: 0 5px;
  color: #666;
}
.srboardView .viewArea .fileArea > a:hover {
  text-decoration: underline;
}
.srboardView .viewArea .fileArea > a > img {
  width: 21px;
  margin: 2px 0 0;
  vertical-align: middle;
}

.srboardView .viewArea .preViewTitle {
  position: relative;
}
.srboardView .viewArea .preViewTitle dl {
  position: absolute;
  right: 0;
  opacity: 0.5;
  top: 25px;
}
.srboardView .viewArea .preViewTitle dl.left {
  right: auto;
  left: 0;
}
.srboardView .viewArea .preViewTitle dl.left dt {
  padding-right: 30px;
}
.srboardView .viewArea .preViewTitle dl.right dt {
  float: right;
  padding-left: 30px;
}
.srboardView .viewArea .preViewTitle dl dt {
  float: left;
  font-size: 18px;
  color: #111;
  font-weight: 500;
}
.srboardView .viewArea .preViewTitle dl dt.prev:before {
  content: "←";
  padding: 0 25px 0 0;
}
.srboardView .viewArea .preViewTitle dl dt.next:after {
  content: "→";
  padding: 0 0 0 25px;
}
.srboardView .viewArea .preViewTitle dl dd {
  line-height: 1.6;
  font-size: 1.6rem;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.srboardView .viewArea .preViewTitle dl dd > a {
  color: #333;
}
.srboardView .viewArea .preViewTitle dl:hover {
  opacity: 1;
}
.srboardView .latest_box {
    padding-bottom: calc(6.25em + 3.75em);
}

.background-bk .srboardView .viewArea .viewTitle {
  border-top: 2px solid #ea2125;
  background: rgba(255, 255, 255, 0.2);
}
.background-bk .srboardView .viewArea .viewTitle h4 {
  color: #333;
  background: rgba(255, 255, 255, 0.9);
}
.background-bk .srboardView .viewArea .viewTitle .subInfo {
  border-top: 1px solid #fafafa;
}

.background-bk .srboardView .viewArea .fileArea {
  background: rgba(255, 255, 255, 0.1);
}
.background-bk .srboardView .viewArea .fileArea > dl > dt {
  background: url(/application/images/board/icon_board_file_bk.png) no-repeat;
  background-size: 21px 21px;
  background-position: left center;
}
.background-bk .srboardView .viewArea .fileArea {
  color: #000;
}
.background-bk .srboardView .viewArea .fileArea > a {
  color: #000;
}

.background-bk .srboardView .viewArea .viewCont {
  color: #f1f1f1;
}
.background-bk .srboardView .viewArea .viewTitle dt {
  color: #fff;
}
.background-bk .srboardView .viewArea .viewTitle dd {
  color: #fafafa;
}
.background-bk .srboardView .viewArea .preViewTitle dl dt {
  color: #fff;
}
.background-bk .srboardView .viewArea .preViewTitle dl dd {
  color: #c8c8c8;
}
.background-bk .srboardView .viewArea .preViewTitle dl dd > a {
  color: #f1f1f1;
}

.srboardTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.srboardTop .total {
  color: #68675e;
  font-size: 18px;
  font-weight: 400;
}
.srboardTop .total span {
  vertical-align: baseline;
  color: #aaa;
}
.srboardTop .selArea {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  border-bottom: 2px solid #111;
}
.srboardTop .selArea div.dv-select {
  width: 100px;
  height: 60px;
  line-height: 60px;
  border: none;
  margin: 0;
}
.srboardTop .selArea .dv-select > label {
  height: 60px;
  line-height: 60px;
  border: none;
}
.srboardTop .selArea .dv-select > span.spn-sel-arrow {
  height: 60px;
}
.srboardTop .selArea select {
  height: 60px;
  line-height: 60px;
  border: none;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
}
.srboardTop .selArea input {
  height: 60px;
  line-height: 60px;
  border: none;
  margin: 0;
  font-size: 1.6rem;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.srboardTop .selArea span.input {
  width: calc(100% - 110px);
  margin: 0;
}
.srboardTop .selArea span.search {
  position: absolute;
  right: 0;
  margin: 0;
}
.srboardTop .selArea span.search input {
  background: url("/application/images/btn/btn_search.png") no-repeat center
    center;
  text-indent: -9999px;
}

.srboardList .listTable ul {
  border-top: 2px solid #111;
}
.srboardList .listTable ul li {
  border-bottom: 1px solid #ddd;
}
.srboardList .listTable ul li a {
  padding: 60px;
  display: block;
  position: relative;
  overflow: hidden;
}
.srboardList .listTable .title {
  float: right;
  width: calc(100% - 420px);
  padding-top: 20px;
}
.srboardList .listTable .title h3 {
  font-size: 27px;
  margin: 0 0 15px;
  color: #111;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
.srboardList .listTable .title p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.srboardList .listTable .title p.date {
  font-size: 15px;
  color: #aaa;
  margin: 20px 0 0;
  display: flex;
  align-items: center;
}
.srboardList .listTable .title p.date i {
  margin-right: 5px;
}
.srboardList .listTable .thumb {
  width: 347px;
  height: 195px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px;
  float: left;
}

.srboardList .btnGray {
  background: #383838;
  border-color: #383838;
  font-size: 1.8rem;
  padding: 1.5rem 5rem;
}

/* 상세보기 리플 영역 */
.replyboardView {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  box-sizing: border-box;
}
.replyboardView .replyArea {
  width: 100%;
  overflow: hidden;
}
.replyboardView .replyArea ul.replyList {
  width: 100%;
  margin: 0;
  padding: 0;
}
.replyboardView .replyArea ul.replyList > li {
  width: 100%;
  margin: 0;
  padding: 0;
}
.replyboardView .replyArea ul.replyList > li > dl {
  width: 100%;
  border-bottom: 1px solid #ddd;
  background: #fafafa;
  overflow: hidden;
  box-sizing: border-box;
}
.replyboardView .replyArea ul.replyList > li > dl > dt.ppInfo {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
}
.replyboardView .replyArea ul.replyList > li > dl > dt.ppInfo > span {
  display: inline-block;
  margin: 0 0 0 5px;
  line-height: 1.6;
  font-size: 14px;
  color: #333;
}
.replyboardView .replyArea ul.replyList > li > dl > dt.ppInfo > span:after {
  content: "|";
  margin: 0 0 0 5px;
  line-height: 0;
  font-size: 10px;
  color: #bbb;
}
.replyboardView
  .replyArea
  ul.replyList
  > li
  > dl
  > dt.ppInfo
  > span:last-child:after {
  content: "";
  margin: 0;
}
.replyboardView .replyArea ul.replyList > li .reCont {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.replyboardView .replyArea ul.replyList > li .reCont > dl {
  display: block;
  width: auto;
  margin: 5px;
}
.replyboardView .replyArea ul.replyList > li .reCont > dl > dt {
  display: inline-block;
}
.replyboardView .replyArea ul.replyList > li .reCont > dl > dt:after {
  content: ":";
  padding: 0 5px 0 10px;
}
.replyboardView .replyArea ul.replyList > li .reCont {
  display: inline-block;
  margin: 0 5px;
}
.replyboardView .replyArea ul.replyList > li .reCont > .mentCont {
  width: 100%;
  padding: 15px;
  font-size: 12px;
  box-sizing: border-box;
}
.replyboardView .replyArea ul.replyList > li .reCont > .mentCont.reply {
  border: 1px solid #ddd;
  background: #fafafa;
}

.replyboardView .replyArea ul.replyList > li .reCont > .btnArea {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
}

/* ----------------------- 게시판 비회원 확인폼 ----------------------- */
.passcheck-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.passcheck-wrap-inner {
  display: table;
  width: 100%;
  height: 100%;
}
.passcheck-wrap-tb {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.passcheck-box {
  display: inline-block;
  width: 90%;
  max-width: 480px;
  margin: 0 5%;
  padding: 0;
  border: 3px solid #333;
  box-sizing: border-box;
}
.passcheck-box > h1 {
  width: 100%;
  line-height: 1.6;
  padding: 15px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: #333;
  box-sizing: border-box;
}
.passcheck-box-inner {
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
}
.passcheck-box-inner > h1 {
  width: 100%;
  line-height: 1.6;
  margin: 15px 0 35px;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #000;
  box-sizing: border-box;
}
.passcheck-box-inner > dl {
  display: table;
  width: 100%;
  margin: 15px 0 0;
}
.passcheck-box-inner > dl > dt {
  display: table-cell;
  width: 100px;
  padding: 5px;
  line-height: 35px;
  color: #666;
  text-align: right;
}
.passcheck-box-inner {
  display: table-cell;
  width: auto;
  padding: 5px;
  text-align: left;
}
.passcheck-box-inner > input[type="password"] {
  width: 80%;
}
.passcheck-box-btn {
  display: block;
  width: 92%;
  margin: 15px auto;
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
  box-sizing: border-box;
}

.background-bk .passcheck-box {
  border: 3px solid #fafafa;
}
.background-bk .passcheck-box > h1 {
  color: #333;
  background: #fafafa;
}
.background-bk .passcheck-box-inner > h1 {
  color: #ddd;
}
.background-bk .passcheck-box-inner > dl > dt {
  color: #fff;
}
.passcheck-box-btn {
  border-top: 1px solid #333;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .passcheck-box-inner > h1 {
    font-size: 11px;
  }
  .passcheck-box-inner > dl {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
  .passcheck-box-inner > dl > dt {
    display: inline-block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
  }
  .passcheck-box-inner {
    display: inline-block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
  }
  .passcheck-box-inner > input[type="password"] {
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .passcheck-box-inner > h1 {
    font-size: 11px;
  }
  .passcheck-box-inner > dl {
    display: block;
    width: 100%;
    margin: 15px 0 0;
  }
  .passcheck-box-inner > dl > dt {
    display: inline-block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    line-height: 35px;
    text-align: center;
  }
  .passcheck-box-inner {
    display: inline-block;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
  }
  .passcheck-box-inner > input[type="password"] {
    width: 60%;
  }
}

/* ----------------------- member setting line ----------------------- */
.dv-member-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.dv-member-wrap-inner {
  table-layout: fixed;
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.dv-member-wrap-inner-conts {
  display: table-cell;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.dv-member-wrap-inner-conts h2 {
  color: #373935;
  margin-top: 0.36em;
  font-size: 4.2rem;
  font-weight: 400;
  color: #383838;
  letter-spacing: -0.03em;
  font-family: "Cafe24Shiningstar";
}
.dv-member-wrap-inner-conts h2 span {
  font-family: "Cafe24Shiningstar";
}
.dv-member-logo {
  display: block;
  width: 15em;
  margin: 7.81em auto 0;
}
.dv-member-logo > a {
  display: block;
  width: auto;
}
.dv-member-logo > a > img {
  width: 15em;
  height: 5.31em;
  vertical-align: middle;
}

.dv-member-wrap-inner-conts-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 0;
}
.dv-member-wrap-inner-conts-box.mx-700 {
  max-width: 700px;
}
.dv-member-wrap-inner-conts-box.mx-980 {
  max-width: 980px;
}
.dv-member-wrap-inner-conts-box.mx-1280 {
  max-width: 1280px;
}

.dv-member-wrap-inner-conts-box > h1 {
  display: inline-block;
  line-height: 2;
  margin: 80px 0 0;
  font-size: 30px;
  color: #000;
}
.dv-member-wrap-inner-conts-box > p {
  display: block;
  width: 100%;
  margin: 0 0;
  font-size: 1.6rem;
  color: #777;
}

.dv-member-conts {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.dv-member-conts .login-input-list {
  margin: 5em 0;
}
.dv-member-conts .bottom-btn-area {
  padding: 0;
}

.dv-btn-wrap {
  display: block;
  width: 80%;
  max-width: 420px;
  margin: 0 auto 3.75em;
  text-align: center;
}

span.spn-btn-sty01 {
  display: inline-flex;
  align-items: center;
}
span.spn-btn-sty01:after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.13em;
  margin: 0 1.56em;
  background-color: #ddd;
}
span.spn-btn-sty01:last-child:after {
  display: none;
}
span.spn-btn-sty01 > a {
  line-height: 2.2;
  font-size: 2.4rem;
  color: #666;
}

span.spn-btn-sty-box-inp {
  display: inline-block;
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 25px;
  background: #666;
  box-sizing: border-box;
}
span.spn-btn-sty-box-inp > a {
  display: block;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
}

input.inp-style01 {
  display: inline-block;
  width: auto;
  margin: 15px 5px;
  padding: 10px 25px;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: none;
}

span.spn-btn-sty-box01 {
  display: inline-block;
  width: auto;
  margin: 15px 5px;
  padding: 10px 25px;
  background: #666;
  box-sizing: border-box;
}
span.spn-btn-sty-box01 > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

/* 회원가입 폼 */
.joinArea {
  display: block;
  width: 100%;
  margin: 25px 0;
  padding: 15px;
  box-sizing: border-box;
}
.juminchForm {
  display: block;
  width: 100%;
  margin: 35px 0;
  padding: 35px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}
.juminchForm > h1 {
  margin: 0 0 35px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.juminchForm > dl {
  display: table;
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}
.juminchForm > dl > dt {
  display: table-cell;
  width: 100px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}
.juminchForm {
  display: table-cell;
  width: auto;
  text-align: left;
}
.juminchForm > ul {
  display: table;
  width: 100%;
  margin: 0;
}
.juminchForm > ul > li {
  display: table-cell;
  width: 48%;
  text-align: center;
}
.juminchForm > ul > li > span {
  line-height: 35px;
}
.juminchForm > ul > li + li {
  width: auto;
}
.juminchForm > ul > li + li + li {
  width: 48%;
}

.joinForm {
  display: inline-block;
  width: 100%;
  margin: 35px 0;
  padding: 35px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}
.joinForm-inner {
  display: inline-block;
  width: 100%;
  margin: 65px 0 35px;
  padding: 0;
}
.joinForm-inner:first-child {
  margin: 0 0;
}
.joinForm-inner:last-child {
  margin: 0 0;
}
.joinForm-inner > h1 {
  margin: 0 0 15px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.joinForm-inner > h1 > span {
  margin: 0 5px;
  color: #000;
}

.joinForm-inner-conts {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
}
.joinForm-inner-conts > textarea {
  width: 100%;
  margin: 0;
  padding: 25px;
  overflow: auto;
  box-sizing: border-box;
}
.joinForm-inner-conts > textarea > * {
  line-height: 1.65;
  font-size: 1.6rem;
  color: #333;
}

.joinForm-inner-btn {
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  text-align: right;
}
.joinForm-inner-btn > label {
  display: inline-block;
  cursor: pointer;
}
.joinForm-inner-btn > label > input[type="checkbox"] {
  display: inline-block;
  margin: 0 5px;
}
.joinForm-inner-btn > label > span {
  display: inline-block;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  color: #333;
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .joinArea {
    margin: 10px 0;
    padding: 5px;
    box-sizing: border-box;
  }
  .joinForm {
    margin: 10px 0;
    padding: 5px;
  }
  .juminchForm {
    margin: 10px 0;
    padding: 5px;
  }
  .joinForm-inner {
    margin: 55px 0 25px;
  }
  .joinForm-inner:first-child {
    margin: 0 0 25px;
  }
  .joinForm-inner:last-child {
    margin: 55px 0 0;
  }

  .joinForm-inner-conts > textarea {
    padding: 10px;
  }
  .joinForm-inner-conts > textarea > * {
    font-size: 12px;
  }
  .joinForm-inner-btn > label > input[type="checkbox"] {
    margin: 0 3px;
  }
  .joinForm-inner-btn > label > span {
    line-height: 2.4;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .joinArea {
    margin: 5px 0;
    padding: 2px;
  }
  .joinForm {
    margin: 5px 0;
    padding: 2px;
  }
  .joinForm-inner {
    margin: 45px 0 15px;
  }
  .joinForm-inner:first-child {
    margin: 0 0;
  }
  .joinForm-inner:last-child {
    margin: 0 0;
  }

  .juminchForm {
    margin: 5px 0;
    padding: 2px;
  }
  .joinForm-inner-conts > textarea {
    padding: 5px;
  }
  .joinForm-inner-conts > textarea > * {
    font-size: 10px;
  }
  .joinForm-inner-btn > label > input[type="checkbox"] {
    margin: 0 1px;
  }
  .joinForm-inner-btn > label > span {
    line-height: 1.6;
    font-size: 14px;
  }
}

/* 로그인 폼 */
.loginArea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 15px;
  box-sizing: border-box;
}
.loginArea .bottom-text {
  font-size: 2.1rem;
}
.loginForm {
  display: inline-block;
  width: 100%;
  margin-bottom: 2.5em;
}
.loginForm > ul > li:nth-child(n + 2) {
  margin-top: 0.94em;
}
.loginForm > ul > li input {
  width: 100%;
  padding-left: 3.75em;
  height: 3.75em;
  font-size: 2.4rem;
}
.loginForm > ul > li input[type="text"] {
  background: url("/application/images/ico-user.png") no-repeat 1.25em
    center/1.25em auto;
}
.loginForm > ul > li input[type="password"] {
  background: url("/application/images/ico-pw.png") no-repeat 1.25em
    center/1.25em auto;
}
.loginForm > ul > li input::placeholder {
  color: #aaa;
}
.loginForm > input[type="submit"] {
  display: block;
  width: 100%;
  margin-top: 2.5em;
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  background: #fa9201;
  border: none;
}

/*회원가입 폼 */
.infoArea {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.infoArea > h1 {
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.infoArea > h1 > span {
  display: inline-block;
  line-height: 1.6;
  margin: 0 3px;
  font-weight: 700;
  color: #000;
}
.infoForm {
  display: inline-block;
  width: 100%;
  margin: 5px 0 35px;
  padding: 35px;
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  box-sizing: border-box;
}

.infoFormInner {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
.infoFormInner.cut-50 {
  float: left;
  width: 50%;
}

.infoFormInner > label {
  display: inline-block;
  line-height: 1.6;
  margin: 0 0 10px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.infoFormInner > label > span {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
  color: red;
}
.infoFormInner > span {
  display: none;
  width: 100%;
  line-height: 1.5;
  margin: 0 0 10px;
  padding: 0;
  font-size: 12px;
}

.infoFormInner-set {
  display: inline-block;
  width: 100%;
  margin: 5px 0 0;
  padding: 0;
  text-align: left;
}
.infoFormInner-set > h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.infoFormInner-set > label {
  cursor: pointer;
  margin: 0 10px;
}
.infoFormInner-set > label > input[type="checkbox"] {
  float: left;
  display: inline-block;
  margin: 5px 4px;
}
.infoFormInner-set > label > span {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.dv-gender-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dv-gender-wrap > label {
  float: left;
  display: block;
  width: 50%;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  margin: 0;
  background: url();
  text-align: center;
}
.dv-gender-wrap > label > input[type="radio"] {
  display: none;
}
.dv-gender-wrap > label > span {
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.dv-calendar-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dv-calendar-wrap > label {
  cursor: pointer;
  margin: 0 10px;
}
.dv-calendar-wrap > label > input[type="radio"] {
  float: left;
  display: inline-block;
  margin: 5px 4px;
}
.dv-calendar-wrap > label > span {
  float: left;
  display: inline-block;
  font-size: 14px;
  color: #333;
}

.dv-brith-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}
.dv-brith-wrap > .dv-select {
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.dv-brith-wrap > .dv-select > label {
  text-align: right;
}
.dv-brith-wrap > .dv-select + .dv-select {
  margin: 0;
}
.dv-brith-wrap > .dv-select + .dv-select + .dv-select {
  margin: 0 0 0 2%;
}

.ul-phone-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.ul-phone-wrap > li {
  float: left;
  width: 32%;
  margin: 0;
}
.ul-phone-wrap > li > span {
  display: inline-block;
  line-height: 35px;
  font-size: 12px;
  color: #333;
}
.ul-phone-wrap > li > input {
  text-align: center;
}
.ul-phone-wrap > li + li {
  width: 2%;
}
.ul-phone-wrap > li + li + li {
  width: 32%;
}
.ul-phone-wrap > li + li + li + li {
  width: 2%;
}
.ul-phone-wrap > li + li + li + li + li {
  width: 32%;
}

.ul-email-wrap01 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}
.ul-email-wrap01 > li {
  float: left;
  width: 28%;
  margin: 0;
}
.ul-email-wrap01 > li > span {
  display: inline-block;
  line-height: 35px;
  font-size: 12px;
  color: #333;
}
.ul-email-wrap01 > li + li {
  width: 5%;
}
.ul-email-wrap01 > li + li + li {
  width: 67%;
}

.ul-email-wrap02 {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.ul-email-wrap02 > li {
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}
.ul-email-wrap02 > li + li {
  margin: 0 0 0 1%;
}

.dl-address-wrap {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.dl-address-wrap > dt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}
.dl-address-wrap > dt > input {
  float: left;
  width: 50%;
  max-width: 180px;
}
.dl-address-wrap > dt > span {
  float: left;
}
.dl-address-wrap > dd {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 0;
}

.infoFormInner-tem {
  float: left;
  display: table;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  text-align: left;
  box-sizing: border-box;
}
.infoFormInner-tem.cut-50 {
  width: 50%;
}
.infoFormInner-tem > label {
  display: table-cell;
  width: 20%;
  line-height: 1.6;
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}
.infoFormInner-tem > label > span {
  display: inline-block;
  margin: 0 3px;
  font-weight: 700;
  color: red;
}
.infoFormInner-tem > div {
  display: table-cell;
  width: auto;
  text-align: center;
}
.infoFormInner-tem > div.dv-align-lf {
  text-align: left;
}
.infoFormInner-tem > div.dv-align-rf {
  text-align: right;
}
.infoFormInner-tem.mid > label {
  vertical-align: middle;
}
.infoFormInner-tem.mid > div {
  vertical-align: middle;
}
/* 아이디.비밀번호 찾기 폼 */

.productView {
  margin-bottom: 100px;
}
.productView .productTop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.productView .img {
  width: 48%;
  max-width: 950px;
}
.productView .img img {
  border-radius: 15px;
}
.productView .productInfo {
  width: 50%;
}
.productView .productInfo .prd-tit {
  padding: 20px 0 30px;
}
.productView .productInfo .prd-tit h3 {
  font-size: 32px;
  color: #373935;
  margin-bottom: 20px;
}
.productView .productInfo .prd-tit p {
  font-size: 1.6rem;
  color: #68675e;
  line-height: 1.8;
  font-weight: 500;
}
.productView .productInfo .prd-info {
  border-top: 1px solid #68675e;
  padding: 20px 0;
}
.productView .productInfo .prd-info dl {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
.productView .productInfo .prd-info dt {
  font-size: 1.6rem;
  color: #68675e;
  width: 140px;
  padding-right: 20px;
  font-weight: 500;
}
.productView .productInfo .prd-info dd {
  font-size: 1.6rem;
  color: #373935;
  width: calc(100% - 140px);
  font-weight: 500;
}
.productView .productInfo .prd-info .option {
  display: flex;
  flex-wrap: wrap;
}
.productView .productInfo .prd-info .option span {
  display: inline-block;
  background: #1f4041;
  color: #fff;
  text-align: center;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.productView .productDetail {
  width: 100%;
}
.productView .productDetail h4 {
  font-size: 26px;
  color: #373935;
  margin-bottom: 20px;
}
.productView .productDetail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.productView .productDetail ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.productView .productDetail ul li:nth-child(2n) {
  margin-right: 0;
}
.productView .productDetail ul li img {
  width: 100%;
}
.productView .bottomBtn {
  text-align: center;
}
.productView .btnLeft a {
  display: inline-block;
  padding: 10px 20px;
  background: #373935;
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
}

.infoForm {
  padding: 20px;
}
.loginArea {
  padding: 0;
}

.srboardTop .total {
  font-size: 14px;
  margin-bottom: 20px;
}
.srboardTop {
  flex-wrap: wrap;
}

.srboardList .listTable .colTbl th {
  font-size: 14px;
}
.srboardList .listTable .colTbl td {
  font-size: 14px;
}
.srboardList .btnGray {
  padding: 1rem 3rem;
}
.srboardList .listTable ul li a {
  padding: 30px 20px;
}
.srboardList .listTable .thumb {
  width: 100%;
}
.srboardList .listTable .title {
  width: 100%;
}
/* 
.srboardView {
  margin: 0 auto 50px;
} */
.srboardView .viewArea .viewTitle {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
}
.srboardView .viewArea .viewTitle .category {
  font-size: 3rem;
  color: #f18b00;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.srboardView .viewArea .viewTitle h4 {
  padding: 0;
}
.srboardView .viewArea .viewTitle .subInfo {
  padding: 20px 0;
  flex-wrap: wrap;
}
.srboardView .viewArea .viewTitle .subInfo ul {
  margin-bottom: 5px;
}
.srboardView .viewArea .viewTitle .subInfo ul li {
  font-size: 12px;
}
.srboardView .viewArea .viewCont {
  padding: 40px 0 100px 0;
  border-top: 1px solid #ddd;
}
.srboardView .viewArea .viewCont ul {
    margin-bottom: 40px;
  }
  .srboardView .viewArea .viewCont ul li {
    word-break: break-all !important;
    font-family: "Pretendard", "Noto Sans KR", Sans-serif !important;
    font-size: 19px;
    margin-bottom: 32px;
  }
  .srboardView .viewArea .viewCont ul li:last-child {
    margin-bottom: 0;
  }
.srboardView .viewArea .viewCont span {
  display: inline-block;
  max-width:100%;
  word-break: break-all !important;
  font-family: "Pretendard", "Noto Sans KR", Sans-serif !important;
}
.srboardView .viewArea .viewCont span a {
  display: inline-block;
  max-width:100%;
  word-break: break-all !important;
  font-family: "Pretendard", "Noto Sans KR", Sans-serif !important;
}
.srboardView .viewArea .viewCont > img {
  display: block;
  margin: 0 auto;
}
.srboardView .viewArea .viewCont .bottom-btn-area {
  padding: 0;
  margin-top: 2.5rem;
}
.srboardView .viewArea .preViewTitle dl dt {
  font-size: 12px;
}
.srboardView .viewArea .preViewTitle dl dd {
  font-size: 12px;
  display: none;
}
.srboardView .viewArea .link {
  background-color: #f0f0f0;
  padding: 2rem 3rem;
  display: none;
}
.srboardView .viewArea .link p {
  display: flex;
  align-items: center;
}
.srboardView .viewArea .link p .ico {
  flex-shrink: 0;
  margin-right: 1.5rem;
}
.srboardView .viewArea .link p a {
  font-size: 2.1rem;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.srboardView .viewArea .link p a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
}
.srboardView .viewArea .fileArea > dl > dt {
  font-size: 14px;
}
.srboardView .viewArea .fileArea > a {
  font-size: 14px;
}
.srboardView .detail-box-title {
  font-size: 3rem;
  color: #383838;
  font-weight: 600;
}
.srboardView .detail-box {
  padding: 3rem 0;
}
.srboardView .detail-box.no-pb {
  padding-bottom: 0;
}
.srboardView .detail-box + .detail-box {
  border-top: 1px solid #e4e4e4;
}
.srboardView .detail-box dl {
  display: flex;
  margin-top: 2.5rem;
}
.srboardView .detail-box dt {
  flex-shrink: 0;
  font-size: 2.1rem;
  color: #383838;
  font-weight: 500;
  margin-right: 2rem;
}
.srboardView .detail-box dt.time {
  width: 13rem;
}
.srboardView .detail-box dt .ico {
  display: inline-block;
  margin-right: 0.56em;
  width: 1.72em;
  height: 1.72em;
}
.srboardView .detail-box dd {
  font-size: 2.1rem;
  color: #666;
}
@media (max-width: 430px) {
  .pager-body a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .pager-body a.on {
    line-height: 28px;
  }
  .srboardView .viewArea .viewCont ul {
    margin-bottom: 0px;
  }
}

/* 트위터 아이콘 */
.xi-twitter:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/images/new/twitter.svg) no-repeat center / cover;
  display: block;
  filter: invert(43%) sepia(0%) saturate(0%) hue-rotate(322deg) brightness(92%)
    contrast(92%);
}
