@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width: 767px) {
  .responsive #bo_list .float-left.float-md-none {
    margin-right: 0.75rem;
  }
  .responsive #bo_list .na-title {
    margin-bottom: 0.14rem;
  }
}

/* gallery */
#bo_gallery .chk-box {
  position: absolute;
  bottom: 5px;
  right: 10px;
  z-index: 2;
}
#bo_gallery .wr-now {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}

/* 게시판 읽기 */
#bo_v_title {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
}
#bo_v_con {
  min-height: 200px;
  word-break: break-all;
  overflow: hidden;
}
@media all and (max-width: 575px) {
  .responsive #bo_v_title {
    font-size: 20px;
    line-height: 1.5;
  }
  .responsive #bo_v_con {
    min-height: 140px;
  }
}

#bo_v_con img {
  max-width: 100%;
  height: auto;
}
#bo_v_img {
  width: 100%;
  text-align: center;
  overflow: hidden;
  zoom: 1;
}
#bo_v_img:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_v_img a.view_image {
  display: block;
}
#bo_v_img img {
  margin-bottom: 1rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon {
  margin: -5px auto;
}
#bo_v_sns_icon img {
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
  top: 0;
  left: -16px;
}
.by-writer {
  background: #fbefef !important;
  border-top: 1px solid #f6cece !important;
}
.cmt-content {
  word-break: break-all;
  overflow: hidden;
}
.cmt-content img {
  max-width: 100%;
  height: auto;
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul {
  list-style: none;
  margin: 0;
}
.cmt-btn ul > li {
  float: left;
  font-size: 12px;
  padding: 0 10px;
}
.cmt-btn ul > li::before {
  float: left;
  color: #ccc;
  content: "|";
  margin-left: -12px;
}
.cmt-btn ul > li:last-child {
  padding-right: 0;
}
.cmt-btn ul > li:first-child::before,
.cmt-btn ul > li.no-bar::before {
  content: "";
  margin-left: 0;
}
.cmt-btn ul > li > a {
  float: left;
  color: #888;
  white-space: nowrap;
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content {
  resize: none;
}
@media all and (max-width: 575px) {
  .responsive .cmt-box {
    border-right: 0 !important;
  }
  .responsive #bo_vc_w .cmt-box {
    border-left: 0 !important;
    border-radius: 0 !important;
  }
  .responsive #bo_vc_login {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0 !important;
  }
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
  background: #ccc;
  border-radius: 3px;
}
#bo_vc_opt ol:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_opt ol li {
  float: left;
  margin: 0;
}
#bo_vc_send_sns ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
#bo_vc_send_sns ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
#bo_vc_send_sns ul li {
  float: left;
  margin: 0 1rem 0 0;
}
#bo_vc_send_sns input {
  margin: 0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
  border-right: 0;
}
#bo_w #wr_content {
  margin-bottom: 1rem !important;
}
@media all and (max-width: 575px) {
  #bo_w .list-group-item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .responsive #bo_w #wr_content {
    max-height: 160px !important;
  }
}

/* 커스텀 */
.bsnteamwrap {
  background-size: cover;
}
.profile-section {
}
.bsnteamwrap h1 {
  font-size: 48px;
  font-weight: 700;
}
.bsnteamwrap .top-profile {
  display: flex;
  width: 100%;
  height: calc(100vh - 104px - 1rem);
  justify-content: end;
  flex-direction: column;
}
.bsnteamwrap .top-profile .pf-image {
}
.bsnteamwrap .top-profile .pf-textwrap {
  display: flex;
}
.bsnteamwrap .top-profile .pf-text {
  position: relative;
  color: #fff;
  padding: 5rem 0;
}
.bsnteamwrap .top-profile .pf-text h1 {
  font-size: 58px;
  font-weight: 700;
  padding-bottom: 1.4rem;
}
.bsnteamwrap .top-profile .pf-text h3 {
  font-weight: 300;
}
.bsnteamwrap .top-profile .pf-text h6 {
  margin-bottom: 0.6rem;
  background-color: #1f1f1f;
  color: #fff;
  display: inline-block;
  padding: 8px 12px;
}
.bsnmap-section {
  padding: 5rem 8rem;
  background-color: #05182d;
  color: #fff;
  display: flex;
}
.bsnmap-section .bsnmap-1 {
  width: 50%;
}
.bsnmap-section .bsnmap-1 p {
  padding-left: 1.4rem;
}
.bsnmap-section .bsnmap-1 h1 {
  font-size: 46px;
  padding-bottom: 2rem;
}
.bsnmap-section .bsnmap-2 {
  width: 50%;
}
.bsnmap-section .bsnmap-2 img {
  width: 100%;
  border-radius: 1rem;
}
.ceo_section {
  padding: 10rem 0;
}
.ceo_text {
  padding: 0 1rem !important;
}
.ceo_text h1 {
  padding-top: 1rem;
}
.ceo_text h3 {
  background-color: #1f1f1f;
  color: #fff;
  display: inline-block;
  padding: 8px 12px !important;
}
.ceo_section .ceo_img_wrap img {
  height: auto;
}
.team-sogae {
  background-color: #f7f7f7;
}
.youyoutube {
  width: 100%;
}
.bsn-team-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 2rem;
}
.bsn-team-wrap a {
  width: 100%;
}
.bsn-team-wrap a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center; /* default: center */
}
.bsnteamwrap .top-profile .pf-text p {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5rem;
}
.bsnteamwrap .top-profile .pf-sns-wrap {
  display: flex;
  position: absolute;
  right: 3rem;
  top: 1.2rem;
  font-size: 48px;
  font-weight: 500;
  gap: 16px;
}
.profile-section .top-profile .pf-text .pf-btn {
  font-size: 20px;
  font-weight: 500;
  background-color: #fff;
  color: #1f1f1f;
  padding: 1rem 2rem;
}

.bsnteamwrap .top-profile .pf-text .pf-btn2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  padding: 1rem 2rem;
  border: 1px solid #fff;
}
.bsnteamwrap .top-profile .pf-text .pf-btn.first {
  margin-right: 8px;
}
.profile-column {
  background-color: #1f1f1f;
  color: #fff;
  padding: 5rem 0;
}
.profile-column h1 {
  padding-left: 50px;
}
.profile-blog-column {
  background-color: #eef4ff;
  color: #000;
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile-blog-column .pf-blog-wrap {
  text-align: center;
}
.profile-blog-column .pf-blog-wrap li {
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
  padding: 1.6rem 6rem;
}
.profile-blog-column .pf-blog-wrap li:last-child {
  border-bottom: 0;
}
.profile-history {
  display: flex;
}
.profile-history .pf-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 12rem;
  width: 100%;
}
.profile-history h1 {
  padding-bottom: 4rem;
}
.profile-history .pf-text ul {
  font-size: 24px;
  padding-bottom: 2rem;
}
.profile-history .pf-text ul li::marker {
  content: "- "; /* 마커 내용 */
  color: #a5a5a5; /* 마커 색상 */
  font-size: 1em; /* 마커 크기 */
}
.profile-history .pf-sns-wrap {
  display: flex;
  font-size: 36px;
  gap: 20px;
}
.profile-review {
  background-color: #1f1f1f;
  color: #fff;
  padding: 5rem 0;
}
.profile-review h1 {
  padding-left: 50px;
}
.profile-news {
  background-color: #fff;
  color: #000;
  padding: 5rem 0;
}
.profile-news h1 {
  text-align: center;
  font-weight: 700;
}
.profile-news p {
  text-align: center;
  font-weight: 500;
}
.consultants-news-item .tt-wrap {
  color: #000 !important;
}
.pqw {
  height: 86px;
  margin-bottom: 12px;
}
/* 상담신청 폼 */
.profile-contact {
  color: #b9b9b9;
  background-color: #e3e3e3;
  padding: 50px;
}
.profile-contact .pf-contact {
  background-color: #fff;
  padding: 3rem 4rem;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.profile-contact .pf-contact .pf-contact-title {
  display: flex;
  flex-direction: column;
  color: #000;
}
.profile-contact .pf-contact .pf-contact-title h6 {
  padding-bottom: 0.4rem;
}
.profile-contact .pf-contact .pf-contact-title h1 {
  padding-bottom: 1.6rem;
}
.profile-contact .pf-contact .pf-contact-title p {
  padding-bottom: 3rem;
}
.profile-contact h4 {
  color: #1f1f1f;
  font-size: 14px;
  padding-bottom: 6px;
}
.likeproduct-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.profile-contact input[type="radio"] {
  display: none;
}
.profile-contact input[type="radio"] + label {
  display: inline-block;
  text-align: center;
  float: left;
  border-radius: 0;
}
.profile-contact input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.profile-contact input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.profile-contact input[type="radio"] + label i {
  padding-right: 0.4em;
}
.profile-contact input[type="radio"]:checked + label {
  background-color: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
.profile-contact input[type="radio"] {
  display: none;
}
.profile-contact input[type="radio"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
  margin-bottom: 0;
}
.profile-contact input,
.profile-contact input[type="radio"] + label,
.profile-contact input[type="checkbox"] + label,
.profile-contact input[type="checkbox"] + label:before,
.profile-contact select option,
.profile-contact select,
.profile-contact textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-contact textarea:focus {
  outline: 0;
  border-color: #1f1f1f;
}
.profile-contact input:focus {
  outline: 0;
  border-color: #1f1f1f;
}
.profile-contact input:focus + .input-icon i {
  color: #1f1f1f;
}
.profile-contact input:focus + .input-icon:after {
  border-right-color: #1f1f1f;
}
.profile-contact input[type="checkbox"] {
  display: none;
}
.profile-contact input[type="checkbox"] + label,
.profile-contact select {
  display: inline-block;
  text-align: center;
  float: left;
  border-radius: 0;
}
.profile-contact input[type="checkbox"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.profile-contact input[type="checkbox"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.profile-contact input[type="checkbox"] + label i {
  padding-right: 0.4em;
}
.profile-contact input[type="checkbox"]:checked + label,
.profile-contact input:checked + label:before,
.profile-contact select:focus,
.profile-contact select:active {
  background-color: #1f1f1f;
  color: #fff;
  border-color: #1f1f1f;
}
.profile-contact input[type="checkbox"] {
  display: none;
}
.profile-contact input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 1.6em;
  margin-bottom: 0;
}
.profile-contact input:checked + label:after {
  opacity: 1;
}
.profile-contact select {
  height: 3.4em;
  line-height: 2;
}
.profile-contact select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.profile-contact select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.profile-contact select:focus,
.profile-contact select:active {
  outline: 0;
}
.profile-contact select option {
  background-color: #1f1f1f;
  color: #fff;
}
.profile-contact .input-group {
  margin-bottom: 2em;
  zoom: 1;
}
.profile-contact .input-group:after {
  clear: both;
}
.profile-contact .input-group-icon {
  position: relative;
}
.profile-contact .input-group-icon input {
  padding-left: 4.4em;
}
.profile-contact .input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.profile-contact .input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-contact .input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.profile-contact .row {
  zoom: 1;
  margin-left: 0;
  margin-right: 0;
}
.profile-contact .row:before,
.profile-contact .row:after {
  content: "";
  display: table;
}
.profile-contact .row:after {
  clear: both;
}
.profile-contact .col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.profile-contact .col-half:last-of-type {
  padding-right: 0;
}
.profile-contact .col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.profile-contact .col-third:last-of-type {
  padding-right: 0;
}
.profile-contact input[type="checkbox"].pf-check-custom {
  display: block;
  width: unset;
  accent-color: black;
}
.profile-contact input[type="checkbox"].pf-check-custom + label {
  width: unset;
  padding: 0;
  line-height: 1.4;
  background-color: unset;
  border: unset;
  border-radius: 0;
  color: #1f1f1f;
}
.profile-contact input[type="checkbox"]:checked.pf-check-custom + label {
  color: #1f1f1f;
}
.view-terms {
  line-height: 1.8;
  background-color: unset;
  text-decoration: underline;
  font-weight: 700;
  font-size: 13px;
  margin-left: 8px;
}
.profile-contact .pf-btn3 {
  font-size: 20px;
  font-weight: 500;
  background-color: #1f1f1f;
  color: #fff;
  padding: 0.4rem 1.6rem;
}
.profile-contact .pf-btn3[type="submit"] {
  font-size: 20px;
  font-weight: 500;
  background-color: #1f1f1f;
  color: #fff;
  padding: 0.4rem 1.6rem;
  width: auto;
  border: none;
}
.profile-contact .pf-btn3[type="submit"]:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.5s;
}
.profile-quick-wrap {
  padding: 50px;
  background-color: #fff;
}
.profile-quick-wrap .profile-q-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.profile-quick-wrap .profile-q-wrap a {
  padding: 4rem;
  word-break: break-all;
  line-height: 1.4;
}
.profile-quick-wrap .profile-q-wrap i {
  font-size: 54px;
  padding-bottom: 26px;
}
.profile-quick-wrap .profile-q-wrap h2 {
  font-size: 20px;
  padding-bottom: 8px;
}
.na-title .na-subject {
  font-weight: 700;
  font-size: 22px;
}
.find-consultant {
  font-size: 20px;
}
.img-item a img {
  transition: transform 0.5s;
}
.img-item:hover a img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2); /* 크롬, 사파리 */
  -moz-transform: scale(1.2); /* 파이어폭스 */
  -ms-transform: scale(1.2); /* IE */
  -o-transform: scale(1.2); /* 오페라 */
}
/* 모달 스타일 */
.custom-modal {
  display: none; /* 기본적으로 숨김 */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5); /* 배경 어둡게 */
}

.custom-modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}

.custom-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.custom-close:hover {
  color: black;
}

.custom-modal-footer {
  text-align: right;
  margin-top: 20px;
}

.custom-modal-footer button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.custom-modal-footer button:hover {
  background-color: #0056b3;
}

/* 지도 불필요 제거 */
.root_daum_roughmap {
  width: 100% !important;
}
.root_daum_roughmap .cont {
  display: none;
}
@media only screen and (max-width: 540px) {
  .profile-contact .col-half {
    width: 100%;
    padding-right: 0;
  }
}
