@charset "utf-8";
/* SIR 지운아빠 */
/* ### 기본 스타일 커스터마이징 시작 ### */
/* 게시판 버튼 */
/* 목록 버튼 */
/* 관리자 전용 버튼 */
/* 읽기 버튼 */
/* 관리자 전용 버튼 */
/* 쓰기 버튼 */
/* 서식단계 진행 */
#bo_w .btn_submit {
  width: 180px;
  padding: 25PX 0;
  font-size: 15px;
  line-height: 7px;
  font-weight: 100;
  background: #fff;
  border: solid 1px red;
  color: red !important;
}
#bo_w .btn_cancel {
  display: inline-block;
  margin-top: 0px;
  width: 180px;
  padding: 26PX 0;
  font-size: 15px;
  line-height: 7px;
  background: #eee;
  color: #000;
}
/* 우편번호검색버튼 등 */
/* 기본 테이블 */
/* 읽기 내 테이블 */
/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
/* 쓰기 테이블 */
/*
 #bo_w .tbl_frm01 #captcha {}
 #bo_w .tbl_frm01 #captcha input {}
 */
/* 필수입력 */
/* ### 기본 스타일 커스터마이징 끝 ### */
/* 게시판 목록 */
#bo_v_atc {
  position: relative;
  width: 100%;
}
#bo_v_atc iframe {
  width: 70%;
  height: 450px;
  margin: 3rem auto 3rem;
}
.td_subject img {
  margin-left: 3px;
}
/* 갤러리 목록 */

#bo_gall h2 {
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_gall .bo_cnt {
  display: block;
  color: #acacac;
  line-height: 30px;
  font-size: 0.9rem;
  letter-spacing: -1px;
}
#bo_gall #gall_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#bo_gall #gall_ul li {
  width: 33.333%;
  padding: 20px 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
#bo_gall .gall_box {
  position: relative;
}
#bo_gall .gall_li .gall_chk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#bo_gall .gall_href a:link, #bo_gall .gall_href a:focus, #bo_gall .gall_href a:hover {
  text-decoration: none;
}
#bo_gall .gall_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
#bo_gall .gall_img a, #bo_gall .gall_img .no_image, #bo_gall .gall_img .is_notice {
  display: block;
}
#bo_gall .gall_img img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}
#bo_gall .gall_img span {
  display: inline-block;
  background: #eee;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 5rem;
  font-size: 1.25em;
  color: #777;
}
#bo_gall .gall_img .link {
  width: 50px;
  height: 50px;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
#bo_gall .gall_img .link:after {
  content: '';
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
  margin-left: -5px;
}
#bo_gall .gall_img:hover .link {
  background-color: var(--color-orange);
}
#bo_gall .gall_img:hover .link:after {
  border-color: #fff;
}
#bo_gall .gall_contents {
  width: 83%;
}
#bo_gall .gall_contents > a {
  display: block;
}
#bo_gall .gall_contents .cate > span {
  display: inline-block;
  font-size: 0.7rem;
  white-space: nowrap;
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
  background-color: #f5f7fa;
  min-width: 2rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: 500;
}
#bo_gall .gall_contents .tit {
  margin: 10px 0;
  line-height: 1.5;
  min-height: 50px;
}
#bo_gall .gall_contents .txt {
  line-height: 2rem;
  font-family: "NotoSans_Light";
  white-space: normal;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--color-gray);
}
#bo_gall .gall_contents .txt img {
  display: none;
}
#bo_gall .gall_contents .date {
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-top: 25px;
  color: var(--color-gray);
}
.form-style {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}
.form-style .name {
  width: 150px;
}
.form-style br {
  display: none;
}

#bo_w,#bo_view,#bo_gall{
	margin-top:-200px;
}

/* 게시판 목록 */
#bo_cate {
  margin-bottom: 50px;
  margin: 0 auto 5rem;
}
#bo_cate h2 {
  display: block;
  height: 0;
  width: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: none;
}
#bo_cate ul#bo_cate_ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#bo_cate ul#bo_cate_ul li > a {
  display: block;
  font-size: var(--font-size-sm);
  margin: 10px;
  color: #707070;
  border: solid 3px #dadada;
  border-radius:50px;
  padding:10px;
  min-width:100px;
  text-align:center
}
#bo_cate ul#bo_cate_ul li a#bo_cate_on {
  border: solid 3px var(--sub-color);
  color: var(--sub-color);
  font-weight: 600;
  
}
.write_dep.prj_txtarea .writing_wrap .file {
  margin-bottom: 1px;
}
.write_dep.prj_txtarea .writing_wrap > p::before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: -1px;
  background-color: #d41919;
  transform: translateX(-50%);
  transition: 0.7s ease-out;
}
.write_dep.prj_txtarea .writing_wrap > p.error::before {
  width: 100%;
}
.writing_wrap .tit {
  width: 210px;
  text-align: right;
  font-size: 25px;
  color: #171717;
  display: inline-block;
}
.writing_wrap input, .writing_wrap textarea {
  border: none;
  background: none;
  font-size: 18px;
  color: #2d2d2d;
}
/*.writing_wrap input {
 width: calc(100% - 210px);
 }*/
.writing_wrap textarea {
  width: 100%;
  height: 398px;
  font-size: 26px;
}
.writing_wrap input:focus, .writing_wrap textarea:focus {
  background-color: transparent;
}
.writing_wrap .file_wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.writing_wrap .file_wrap label {
  font-size: 18px;
  width: fit-content;
}
.writing_wrap input[type="file"] {
  width: 100%;
  font-size: 15px;
}
.writing_wrap input[type="file"]::-webkit-file-upload-button {
  width: 143px;
  height: 47px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background-color: #2d2d2d;
  border: none;
}
.jt_list_last_update {
  float: left;
  font-weight: 400;
  margin-top: 1rem;
  font-size: 20px;
}
.jt_list_last_update span {
  font-weight: 700;
}
#bo_gall .profile_img img {
  border-radius: 50%;
}
#bo_gall .gall_name {
  margin: 10px;
}
#bo_gall .bo_tit .fa-download {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #e89f31;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  margin-right: 2px;
  vertical-align: middle;
}
#bo_gall .bo_tit .fa-link {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ad68d8;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  margin-right: 2px;
  vertical-align: middle;
  font-weight: normal;
}
#bo_gall .bo_tit .fa-link {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: #ad68d8;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  margin-right: 2px;
  vertical-align: middle;
  margin-right: 2px;
}
#bo_gall .bo_tit .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #fff;
  background: #6db142;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 2px;
}
#bo_gall .bo_tit .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #fff;
  background: #e52955;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 2px;
}
#bo_gall .bo_tit .fa-lock {
  display: inline-block;
  line-height: 16px;
  color: #999;
  text-align: center;
  vertical-align: middle;
}
#bo_gall .gall_info {
  text-align: center;
  line-height: 1.5em;
  padding: 10px;
  font-size: 0.92em;
  line-height: 20px;
}
#bo_gall .gall_info strong {
  display: inline-block;
  margin: 0 0 0 10px;
}
#bo_gall .gall_info i {
  font-size: 12px;
}
#bo_gall .gall_date {
  color: #777;
  font-size: 0.9rem;
}
/* 게시판 목록 공통 */
.top-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gall_allchk {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 3%;
}
#bo_btn_top:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_fx {
  margin-bottom: 5px;
  float: right;
  zoom: 1;
}
.bo_fx:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_fx ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#bo_list_total {
  line-height: 30px;
  font-size: 0.92em;
  color: #4e546f;
  background: #d4d4d4;
  padding: 0 10px;
  border-radius: 5px;
}
.btn_bo_user {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
}
.btn_bo_user li i {
  margin-left: 10px;
}
.btn_bo_user .move {
  display: flex;
  margin-left: 0;
}
.btn_bo_user .move.f1 > div button {
  margin-left: 10px;
  font-size: 14px;
}
.btn_bo_adm {
  float: left;
}
.btn_bo_adm li {
  float: left;
  margin-right: 5px;
}
.btn_bo_adm input {
  padding: 0 8px;
  border: 0;
  background: #d4d4d4;
  color: #666;
  text-decoration: none;
  vertical-align: middle;
}
.bo_notice td {
  background: #f5f6fa;
}
.bo_notice td a {
  font-weight: bold;
}
.bo_notice .notice_icon {
  display: inline-block;
  background: #ed6478;
  padding: 0 3px;
  line-height: 20px;
  font-weight: normal;
  font-size: 0.92em;
  color: #fff;
}
.td_num strong {
  color: #000;
}
.bo_cate_link {
  display: inline-block;
  margin: 0 3px 0 0;
  font-size: 0.92em;
  color: #3598db !important;
  font-weight: bold;
}
/* 글제목줄 분류스타일 */
.bo_current {
  color: #e8180c;
}
#bo_list .profile_img {
  display: inline-block;
  margin-right: 5px;
}
#bo_list .profile_img img {
  border-radius: 50%;
}
#bo_list .cnt_cmt {
  display: inline-block;
  margin: 0 0 0 3px;
  font-weight: bold;
  color: #ed6478;
  font-size: 0.86em;
}
#bo_sch {
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 0 20px;
  background: #fff;
}
#bo_sch:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_sch legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#bo_sch select {
  border: 0;
  margin: 9px 5px;
  height: 20px;
  float: left;
  border-right: 1px solid #ddd;
}
#bo_sch .sch_input {
  height: 38px;
  border: 0;
  padding: 0;
  background-color: transparent;
  float: left;
}
#bo_sch .sch_btn {
  height: 38px;
  float: left;
  background: url('./img/sch_btn.png') no-repeat 50% 50%;
  border: 0;
  width: 40px;
  text-indent: -999px;
  overflow: hidden;
}
#bo_gall li.empty_list {
  padding: 85px 0;
  text-align: center;
}
/* 게시판 쓰기 */
#char_count_desc {
  display: block;
  margin: 0 0 5px;
  padding: 0;
}
#char_count_wrap {
  margin: 5px 0 0;
  text-align: right;
}
#char_count {
  font-weight: bold;
}
#autosave_wrapper {
  position: relative;
}
#autosave_pop {
  display: none;
  z-index: 10;
  position: absolute !important;
  top: 34px;
  right: 0;
  width: 350px;
  height: auto !important;
  height: 180px;
  max-height: 180px;
  border: 1px solid #565656;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}
#autosave_pop:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #000 transparent;
}
#autosave_pop:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 45px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
html.no-overflowscrolling #autosave_pop {
  height: auto;
  max-height: 10000px !important;
}
/* overflow 미지원 기기 대응 */
#autosave_pop strong {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#autosave_pop div {
  text-align: center;
  margin: 0 !important;
}
#autosave_pop button {
  margin: 0;
  padding: 0;
  border: 0;
}
#autosave_pop ul {
  padding: 15px;
  border-top: 1px solid #e9e9e9;
  list-style: none;
  overflow-y: scroll;
  height: 130px;
  border-bottom: 1px solid #e8e8e8;
}
#autosave_pop li {
  padding: 8px 5px;
  border-bottom: 1px solid #fff;
  background: #eee;
  zoom: 1;
}
#autosave_pop li:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#autosave_pop a {
  display: block;
  float: left;
}
#autosave_pop span {
  display: block;
  float: right;
  font-size: 0.92em;
  font-style: italic;
  color: #999;
}
.autosave_close {
  cursor: pointer;
  width: 100%;
  height: 30px;
  background: none;
  color: #888;
  font-weight: bold;
  font-size: 0.92em;
}
.autosave_close:hover {
  background: #f3f3f3;
  color: #3597d9;
}
.autosave_content {
  display: none;
}
.autosave_del {
  background: url(./img/close_btn.png) no-repeat 50% 50%;
  text-indent: -999px;
  overflow: hidden;
  height: 20px;
  width: 20px;
}
/* 게시판 읽기 */
.titwrap {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #eee;
}
.prev-list {
  font-size: 15px;
  padding-top: 30px;
}
.prev-list i {
  margin-right: 15px;
  margin-left: 5px;
}
.top_data {
  color: #858585;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.bo_v_tit {
  display: block;
  padding: 20px 0;
  border-bottom: solid 1px #000;
}
#bo_v_table {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0;
  padding: 0 5px;
  height: 25px;
  background: #ff3061;
  color: #fff;
  font-weight: bold;
  line-height: 2.2em;
}
#bo_v_title {
  border-bottom: solid 1px #000;
  padding: 0 10rem 3rem 10rem;
}
#bo_v_title .bo_v_tit {
  display: block;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 5px 0 0;
  word-break: break-all;
}
.bo_v_cate_li {
  width: auto !important;
  margin-top: 8px;
}
.bo_v_cate {
  line-height: 20px;
  color: #666;
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #f1f1f1;
}
.pop_open {
  height: 100%;
  overflow-y: hidden;
}
.open_item_share {
  position: absolute;
  right: 1;
  top: -50px;
  width: 40px;
  height: 40px;
  border: 1px solid #ececec;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-image: url("./img/icon_scrap.svg");
}
#bo_v_file h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_file ul {
  margin: 0;
  list-style: none;
}
#bo_v_file li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #f1f2f8;
  -moz-box-shadow: 1px 1px 5px 0px #f1f2f8;
  box-shadow: 1px 1px 5px 0px #f1f2f8;
}
#bo_v_file li i {
  float: left;
  color: #b2b2b2;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 7px;
  margin-left: 10px;
}
#bo_v_file a {
  float: left;
  display: block;
  text-decoration: none;
  word-wrap: normal;
  color: #000;
}
#bo_v_file a:focus, #bo_v_file li:hover a, #bo_v_file a:active {
  text-decoration: none;
}
#bo_v_file img {
  float: left;
  margin: 0 10px 0 0;
}
#bo_v_file .bo_v_file_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}
#bo_v_file li:hover {
  border-color: #aaa;
  color: #bed4f4;
}
#bo_v_file li:hover i {
  color: #333;
}
#bo_v_link h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_v_file ul {
  margin: 0;
  list-style: none;
}
#bo_v_link li {
  padding: 15px;
  position: relative;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px 0px #f1f2f8;
  -moz-box-shadow: 1px 1px 5px 0px #f1f2f8;
  box-shadow: 1px 1px 5px 0px #f1f2f8;
}
#bo_v_link li i {
  float: left;
  color: #b2b2b2;
  font-size: 20px;
  margin-right: 20px;
  margin-top: 7px;
  margin-left: 10px;
}
#bo_v_link a {
  float: left;
  display: block;
  text-decoration: none;
  word-wrap: normal;
  color: #000;
}
#bo_v_link a:focus, #bo_v_link li:hover a, #bo_v_link a:active {
  text-decoration: none;
}
#bo_v_link .bo_v_link_cnt {
  color: #b2b2b2;
  font-size: 0.92em;
}
#bo_v_link li:hover {
  border-color: #aaa;
  color: #bed4f4;
}
#bo_v_link li:hover i {
  color: #333;
}
.bo_v_com {
  margin: 0 0;
  float: right;
}
.bo_v_com > li {
  position: relative;
  float: left;
  margin-left: 5px;
}

.view-tit-wrap{
	text-align:center
}

.view-tit {
  border-bottom: solid 3px var(--green);
  padding: 0 20px;
  display: inline-block;
  font-size: var(--font-size-md);
  font-weight: 700;
  color: var(--green);
  line-height:1.9;
}
#bo_v_atc {
  min-height: 200px;
  height: auto !important;
  height: 200px;
  padding: 50px 0;
}
#bo_v_atc_title {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.pro-thumb{
	width:50%
}

#bo_v_img {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img img {
  margin-bottom: 20px;
  max-width: 100%;
  height:auto;
  margin-top: 20px;
   border-radius:30px;
}
#bo_v_con {
  width: 100%;
  text-align: left;
  padding: 2rem 3%;
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
  text-align: center;
  border-top: solid 2px #eee;
  padding-top:100px;
}
#bo_v_con a {
  color: #000;
  text-decoration: underline;
}
#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_act {
  margin-bottom: 30px;
  text-align: center;
}
#bo_v_act .bo_v_act_gng {
  position: relative;
}
#bo_v_act a {
  margin-right: 5px;
  vertical-align: middle;
  color: #4a5158;
}
#bo_v_act a:hover {
  background-color: #fff;
  color: #ff484f;
  border-color: #ff484f;
}
#bo_v_act i {
  font-size: 1.4em;
  margin-right: 5px;
}
#bo_v_act_good, #bo_v_act_nogood {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 9999;
  padding: 10px 0;
  width: 165px;
  background: #ff3061;
  color: #fff;
  text-align: center;
}
#bo_v_act .bo_v_good {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}
#bo_v_act .bo_v_nogood {
  display: inline-block;
  border: 1px solid #dedede;
  width: 70px;
  line-height: 46px;
  border-radius: 30px;
}
#bo_v_sns {
  padding: 0;
  list-style: none;
  zoom: 1;
  float: left;
  display: inline-block;
}
#bo_v_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_sns li {
  float: left;
  width: 135px;
  margin-right: 5px;
  text-align: left;
}
#bo_v_sns li a {
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  font-size: 0.95em;
}
#bo_v_sns li img {
  vertical-align: middle;
  margin-right: 5px;
}
#bo_v_sns li .sns_f {
  display: block;
  background: #3b5997;
}
#bo_v_sns li .sns_t {
  display: block;
  background: #09aeee;
}
#bo_v_sns li .sns_g {
  display: block;
  background: #ea4026;
}
#bo_v_sns li .sns_k {
  display: block;
  background: #fbe300;
}
#bo_v_share {
  position: relative;
  padding: 20px 0;
}
#bo_v_share:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_share .btn {
  padding: 0 10px;
  color: #333;
  font-weight: normal;
  font-size: 1em;
  width: 80px;
  line-height: 35px;
  height: 35px;
  border-color: #eee;
  border-radius: 5px;
  background: #eee;
}
#bo_v_share .btn:hover {
  background: #fff;
}
#bo_v_share .btn i {
  margin-right: 5px;
  color: #333;
  vertical-align: middle;
  margin-top: -3px;
}
/* 게시판 댓글 */
.cmt_btn {
  background: url('./img/cmt_btn.png') no-repeat 85px 8px;
  text-align: left;
  width: 100%;
  border: 0;
  color: #ed6478;
  font-weight: bold;
  font-size: 1.25em;
  margin: 30px 0 0px;
  padding: 0 0 10px;
  cursor: pointer;
}
.cmt_btn_op {
  background: url('./img/cmt_btn.png') no-repeat 85px -23px;
}
#bo_vc h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_vc article {
  margin: 20px 0;
  position: relative;
}
#bo_vc article .profile_img img {
  border-radius: 50%;
}
#bo_vc header:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc header .icon_reply {
  position: absolute;
  top: 15px;
  left: -20px;
}
#bo_vc .member, #bo_vc .guest, #bo_vc .sv_member, #bo_vc .sv_guest {
  font-weight: bold;
}
.bo_vc_hdinfo {
  float: right;
  font-style: italic;
  color: #777;
}
#bo_vc h1 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
#bo_vc .cmt_contents {
  padding: 15px;
  margin: 10px 0 0;
  background: #f8fafb;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  line-height: 1.8em;
}
#bo_vc p a {
  text-decoration: underline;
}
#bo_vc p a.s_cmt {
  text-decoration: underline;
  color: #ed6479;
}
#bo_vc_empty {
  margin: 0;
  padding: 80px 0 !important;
  color: #777;
  text-align: center;
}
#bo_vc #bo_vc_winfo {
  float: left;
}
.bo_vc_act {
  text-align: right;
  margin: 0;
  list-style: none;
  zoom: 1;
}
.bo_vc_act:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_vc_act li {
  display: inline-block;
}
.bo_vc_act li a {
  padding: 0 5px;
  line-height: 23px;
}
.bo_vc_w {
  position: relative;
  margin: 10px 0;
  display: block;
}
.bo_vc_w:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_vc_w h2 {
  position: absolute;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.bo_vc_w #char_cnt {
  display: block;
  margin: 0 0 5px;
}
.bo_vc_w textarea {
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  vertical-align: middle;
  border-radius: 3px;
  padding: 5px;
  width: 100%;
  height: 120px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bo_vc_w_info {
  margin: 10px 0;
  float: left;
}
.bo_vc_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.bo_vc_w_info .frm_input {
  float: left;
  margin-right: 5px;
}
.bo_vc_w_info #captcha {
  padding-top: 10px;
  display: block;
  clear: both;
}
.bo_vc_w .btn_confirm {
  float: right;
  margin-top: 10px;
}
.bo_vc_w .btn_confirm label {
  display: inline-block;
  margin-right: 10px;
  border-radius: 3px;
  font-size: 1.5em;
  text-align: center;
}
.bo_vc_w .btn_submit {
  height: 45px;
  padding: 0 20px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 1.083em;
}
.bo_vc_w_wr:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns {
  display: inline-block;
  float: left;
}
#bo_vc_sns {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_sns:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_sns li {
  float: left;
  margin: 0 5px 0 0;
}
#bo_vc_sns .sns_li_f {
  border-radius: 3px;
  background: #3a589b;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_t {
  border-radius: 3px;
  background: #00aced;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 10px;
}
#bo_vc_sns .sns_li_off {
  background: #bbb;
}
#bo_vc_sns a {
  display: inline-block;
  padding: 0 15px 0 5px;
}
#bo_vc_sns input {
  margin: 0 5px 0 0;
}
.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.btn-group a, .btn-group button {
  display: block;
  width: 200px;
  border: solid 1px #000;
  text-align: center;
  background: none;
  padding: 20px;
  border-radius: 10px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.btn-group a:hover, .btn-group button:hover {
  background: #eee;
}
/*글쓰기*/
#bo_w .write_div {
  margin: 10px 0;
  position: relative;
}
#bo_w .bo_w_info:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_w .bo_w_info .frm_input {
  float: left;
  width: 33%;
}
#bo_w #wr_password {
  margin: 0 0.5%;
}
#bo_w .wr_content.smarteditor2 iframe {
  background: #fff;
}
#bo_w .bo_w_tit {
  position: relative;
}
#bo_w .bo_w_tit .frm_input {
  padding-right: 120px;
}
#bo_w .bo_w_tit #btn_autosave {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 30px;
  height: 30px;
}
#bo_w .bo_w_link label {
  position: absolute;
  top: 3px;
  left: 20px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #888;
}
#bo_w .bo_w_link .frm_input {
  padding-left: 50px;
}
#bo_w .bo_w_flie .lb_icon {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 3px 0 0 3px;
  height: 38px;
  line-height: 38px;
  background: #eee;
  text-align: center;
  color: #888;
}
#bo_w .bo_w_flie .file_wr {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
}
#bo_w .bo_w_flie .file_wr input {
  padding-left: 0;
}
#bo_w .bo_w_flie .frm_input {
  margin: 10px 0 0;
}
#bo_w .bo_w_flie .file_del {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0.92em;
  color: #7d7d7d;
}
#bo_w .bo_w_select select {
  border: 1px solid #3497d9;
  height: 40px;
  border-radius: 3px;
}
/*게시판버튼동일*/
a.btn_b01, .btn_b01 {
  display: inline-block;
  color: #bababa;
  text-decoration: none;
  vertical-align: middle;
  border: 0;
  background: transparent;
}
.btn_b01:hover {
  color: #000;
}
a.btn_b02, .btn_b02 {
  display: inline-block;
  background: #253dbe;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  border: 0;
  vertical-align: middle;
}
a.btn_b02:hover, .btn_b02:hover {
  background: #0025eb;
}
a.btn_b03, .btn_b03 {
  display: inline-block;
  background: #fff;
  border: 1px solid #b9bdd3;
  color: #646982;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b03:hover, .btn_b03:hover {
  background: #ebedf6;
}
a.btn_b04, .btn_b04 {
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #707070;
  text-decoration: none;
  vertical-align: middle;
}
a.btn_b04:hover, .btn_b04:hover {
  color: #333;
  background: #f9f9f9;
}
a.btn_admin, .btn_admin {
  display: inline-block;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}
/* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {
  color: #000;
  background: #fff;
}
.btn_bo_user i {
  font-size: 15px;
}
.btn_list_01 a {
  line-height: 35px;
  background-color: #0b0b0b;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 30px;
}
.btn_list_01 a:hover {
  color: #fff;
  background-color: #bbb;
}
.more_opt {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  background: #fff;
  border: 1px solid #b8bfc4;
  z-index: 999;
}
.more_opt:before {
  content: "";
  position: absolute;
  top: -8px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #b8bfc4 transparent;
}
.more_opt:after {
  content: "";
  position: absolute;
  top: -6px;
  right: 13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #fff transparent;
}
.more_opt li {
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
  float: inherit;
  width: 90px;
  margin: 0;
  color: #6b757c;
  text-align: left;
}
.more_opt li:last-child {
  border-bottom: 0;
}
.more_opt li button, .more_opt li a {
  width: 100%;
  border: 0;
  background: #fff;
  color: #6b757c;
}
.more_opt li:hover a, .more_opt li:hover button {
  color: #000;
}
.more_opt li i {
  float: right;
  line-height: 20px;
}
#pro-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pro-wrap .pro-info {
  width: 45%;
  position: relative;
}
#pro-wrap .pro-info .cate-box {
  border: solid 1px var(--sub-color);
  display: inline-block;
  padding: 6px 15px;
  border-radius: 25px;
  color: var(--sub-color);
   font-size: var(--font-size-sm);
  margin-bottom: 20px;
}
#pro-wrap .pro-info .pro-name {
  font-size: var(--font-size-max);
  margin-bottom: 20px;
}
#pro-wrap .pro-info .pro-sub-txt {
  font-size: var(--font-size-md);
  margin-bottom: 60px;
  color: #9c9c9c;
}
#pro-wrap .pro-info .pro-price {
  font-size: var(--font-size-max);
  margin-bottom: 20px;
  color: #000;
  font-family: Montserrat;
  font-weight: 700;
}
#pro-wrap .pro-info .pro-order {
  background: #00DE5A url("./img/pc_btn_npay.svg") 45px center no-repeat;
  background-size:25px; 
  max-width: 200px;
  padding: 10px 20px 10px 40px;
  border-radius:55px
}
#pro-wrap .pro-info .pro-order .button-box a {
  font-size: 20px;
  font-weight: 700;

}

#pro-wrap .pro-info .pro-order .button-box a.button.round-g{
	background:none;
}

#pro-wrap .pro-info .button .link-box{
	font-weight:700;
	color:#000
}



.gall-pr-con-list a .info {
  width: 100%;
  height:220px;
  padding: 20px 0;;
  box-sizing: border-box;
  position:relative;
}
.gall-pr-con-list a .info .cate {
  display: inline-block;
  padding: 6px 13px;
  border-radius: 20px;
  background: var(--sub-color);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.gall-pr-con-list a .info .tit {
  font-size:var(--font-size-md);
  font-weight: 700;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.6em;
  max-height: 3.2em;
  margin: 10px 0;
}
.gall-pr-con-list a .info .price {
  font-size:var(--font-size-md);
  color: #222;

}
.gall-pr-con-list a .info .txt {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  font-size: 17px;
  color: #555;
  line-height: 1.7em;
}
.gall-pr-con-list a .info .more {
  position: relative;
  padding-left: 15px;
  font-family: "Nunito Sans";
  font-size: 13px;
  color: #333;
  font-weight: 600;
}
.gall-pr-con-list a .info .more:before {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: #444;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 4px;
}


/* ### 기본 스타일 커스터마이징 시작 ### */
@media screen and (max-width: 1200px) {
  #bo_gall #gall_ul li {
    width: 33%;
  }
}


@media screen and (max-width: 1024px) {
  #bo_v_atc {
    padding: 20px 0;
  }
  #bo_v_info li {
    font-size: 0.7rem;
    margin-right: 0px;
  }
  #bo_v_title {
    padding-left: 10px;
  }
  #bo_v_title .bo_v_tit {
    font-size: 16px;
    text-align: left;
  }
  #bo_v_info {
    padding-left: 10px;
  }
  #bo_v_con {
    padding: 1rem 0;
  }
  #bo_gall .gall_date {
    font-size: 0.7rem;
  }
  #bo_gall .gall_box {
    position: relative;
    margin: 0 0 0 0;
  }
  .gall_row li {
    margin-bottom: 20px;
  }
  #bo_gall .gall_contents .gall_text_href a {
    font-size: 18px;
    margin: 20px 0 30px 0;
  }
}
@media screen and (max-width: 992px) {
  #bo_gall .gall_contents .bo_cnt {
    font-size: 16px;
    line-height: 18px;
    max-width: 100%;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #bo_v_atc iframe {
    width: 100%;
    height: 260px;
    margin: 0 auto;
  }
  #bo_gall #gall_ul li {
    border-bottom: solid 1px #eee;
    padding: 20px 10px;
    width: 50%;
  }
  #bo_gall .gall_img {
    width: 100%;
  }
  #bo_gall .gall_img img {
    border-radius: 0;
  }
  #bo_gall #gall_ul li .gall_box .gall_con {
    display: block;
    flex-wrap: wrap;
  }
  #bo_gall .gall_contents {
    width: 100%;
  }
  #bo_gall .gall_contents .tit {
    line-height: 1.4;
    margin-top: 15px;
  }
  .bo_v_tit {
    line-height: 1.5 !important;
    letter-spacing: -1px;
  }
  .prev-list {
    padding-top: 20px;
  }
  .top-flex {
    display: block;
  }
  .jt_list_last_update {
    font-size: 15px;
    display: none;
  }
  .titwrap {
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .prev-list {
    padding-top: 10px;
  }
}


@media screen and (max-width:768px) {
	#bo_w,#bo_view,#bo_gall{
		margin-top:0;
	}
	#bo_cate ul#bo_cate_ul li > a{
		margin:5px;
		border:solid 1px #dadada;
		font-size:10
	}
	#bo_cate ul#bo_cate_ul li a#bo_cate_on{
		margin:5px;
		border:solid 1px var(--sub-color);
		font-size:10
	}
	#pro-wrap{
		flex-direction: column;
		flex-wrap: wrap;
	}
	.pro-thumb{
		width:100%;
	}
	#pro-wrap .pro-info{
		width:100%;
	}
	#pro-wrap .pro-info .pro-order{
		padding:5px 0 5px 20px;
		background: #00DE5A url(./img/pc_btn_npay.svg) 30px center no-repeat;
		background-size:15px;
		max-width:150px;
	}
	#pro-wrap .pro-info .pro-order .button-box a{
		font-size:15px
	}
	#bo_v_img img{
		border-radius:0
	}
	#pro-wrap .pro-info .pro-sub-txt{
		margin-bottom:20px;
	}
}
