@charset "UTF-8";
@font-face {
  font-family: "yg-jalnan";
  src: url("../../../../layouts/nursenet/fonts/JalnanGothic.otf") format("truetype");
}
@font-face {
  font-family: "GmarketSansMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") format("woff");
}
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
  }
  input, select, textarea {
    font-size: 16px;
  }
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 991.98px) {
  html {
    scroll-behavior: inherit;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.6 !important;*/
  font-family: inherit !important;
}
#rhymix_alert {
  display: none !important;
}
/* common */
:root {
  --bh_color_point: #f39c11;
  --bh_color_red: #be2125;
}
.jc-sb {
  justify-content: space-between;
}
.ls-s {
  letter-spacing: -1px;
}
.ff-gg {
  font-family: "GmarketSansMedium";
}
.index .body > .bh_wrap {
  max-width: 100%;
  padding: 0;
}
@media (max-width: 992px) {
  .bh .body {
    padding-top: 60px;
  }
}
.bh #content {
  padding: 60px 0 150px 0;
}
@media (max-width: 992px) {
  .bh #content {
    padding: 20px 0 50px 0;
  }
}
.xe-widget-wrapper {
  overflow: visible;
}
.bh .content_header_html {
  margin: 0;
}
.bh .content_header_html .bh_page_widget_inner {
  min-height: 0;
}
.bh .top_banner > a {
  width: 100%;
  left: 0;
  margin-left: 0;
}
.bh .top_banner > a img {
  width: 100%;
}
.scrapBtn {
  cursor: pointer;
}
.scrapBtn.active img {
  filter: brightness(0);
}
@media (max-width: 991.98px) {
  .scrapBtn {
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scrapBtn img {
    width: 15px !important;
    height: 15px !important;
  }
}
.header_cont1 input:-webkit-autofill, .header_cont1 input:-webkit-autofill:hover, .header_cont1 input:-webkit-autofill:focus, .header_cont1 input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-transition: background-color 9999s ease-out;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  border-image-source: linear-gradient(96deg, var(--bh_color_main) 0%, var(--bh_color_gray_600) 100%);
  background-image: linear-gradient(to bottom, var(--bh_color_white), var(--bh_color_white)), linear-gradient(96deg, var(--bh_color_main) 0%, var(--bh_color_gray_600) 100%);
}
.header_cont1 input:autofill, .header_cont1 input:autofill:hover, .header_cont1 input:autofill:focus, .header_cont1 input:autofill:active {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
  border-image-source: linear-gradient(96deg, var(--bh_color_main) 0%, var(--bh_color_gray_600) 100%);
  background-image: linear-gradient(to bottom, var(--bh_color_white), var(--bh_color_white)), linear-gradient(96deg, var(--bh_color_main) 0%, var(--bh_color_gray_600) 100%);
}
/* 회원가입 form */
.signup_wrap .control-group {
  display: flex;
  align-items: center;
}
/* -common */
.left_navigation {
  position: fixed;
  top: 484px;
  left: calc(((100vw - 1200px) / 2) - 223px);
  z-index: 15;
}
.left_navigation .vertical_line {
  width: 1.5px;
  height: calc(100% - 14px);
  background-color: var(--bh_color_gray_100);
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: -1;
}
.left_navigation .circle {
  width: 14px;
  height: 14px;
  background-color: var(--bh_color_gray_400);
  border-radius: 50%;
  margin-right: 20px;
}
.left_navigation .circle.active {
  background-color: var(--bh_color_main);
}
.left_navigation .text {
  color: var(--bh_color_gray_600);
}
.left_navigation .text.active {
  color: var(--bh_color_main);
}
.left_navigation .top_btn_wrap a {
  display: inline-block;
  width: 138px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bh_color_gray_300);
  background-color: #fff;
}
.left_navigation .top_btn_wrap a i {
  font-size: 24px;
}
.left_navigation .top_btn_wrap a span {
  color: var(--bh_color_gray_600);
  display: inline-block;
  margin-right: 5px;
}
@media (max-width: 1660px) {
  .left_navigation {
    left: 10px;
  }
}
@media (max-width: 1510px) {
  .left_navigation {
    display: none !important;
  }
}
/*header*/
.bh .main_menu > ul > li:nth-of-type(1) > a::after, .bh .main_menu > ul > li:nth-of-type(2) > a::after {
  transition: none;
}
.bh .main_menu > ul > li:nth-of-type(1):hover > a::after, .bh .main_menu > ul > li:nth-of-type(2):hover > a::after {
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
}
.bh .mobile_main_menu > ul > li:last-child > a .arr {
  display: none;
}
.bh .bh_search4 > form {
  top: 4px;
  border: 1.5px solid var(--bh_color_main);
  border-radius: 8px;
  overflow: hidden;
  z-index: 13;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.bh .bh_search4 > form input[type="text"] {
  padding: 0;
  text-indent: 20px;
  border: none;
}
.scholarship_menu {
  display: none !important;
}
@media (max-width: 991.98px) {
  .scholarship_menu {
    display: block !important;
  }
}
.header .logo .main_top_menu {
  display: inline-block !important;
}
.row_main_meun li.menu1 {
  display: none !important;
}
/*- 모바일에서 '커리어' 메뉴 삭제 : 채용정보 메뉴와 중복됨 -*/
.mobile_main_menu li.menu1_style2 {
  display: none;
}
.bh_search4 {
  text-align: right;
}
.community .row_main_meun li.menu1, .event_board .row_main_meun li.menu1, .passion .row_main_meun li.menu1, .study .row_main_meun li.menu1, .information_share .row_main_meun li.menu1 {
  display: none;
}
/* header & layout */
/*mobile header bottom*/
.mobile_menu_bottom_wrap_main {
  position: relative;
}
@media (max-width: 992px) {
  .mobile_menu_bottom_wrap_main {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1001;
  }
}
.mobile_menu_bottom_wrap_main > .bh_wrap.style2 {
  width: calc(100% - 30px);
}
.mobile_menu_bottom_wrap {
  box-shadow: 0 -2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.mobile_menu_bottom {
  padding: 10px 0 13px 0;
  background-color: #fff;
}
.mobile_menu_bottom .col_inner i {
  color: var(--bh_color_text);
  font-size: 24px;
  width: 20px;
  height: 20px;
}
.mobile_menu_bottom .col_inner p {
  font-size: 13px;
  color: var(--bh_color_gray_600);
  line-height: 1;
  letter-spacing: -0.3px;
}
.mobile_menu_bottom .col_inner.active i {
  color: var(--bh_color_main);
}
.mobile_menu_bottom .col_inner.active p {
  color: var(--bh_color_main);
  font-weight: bold;
}
/* main - sub 공통 : 하단 회색박스 */
@media (max-width: 992px) {
  .bottom_common_wrap {
    display: none;
  }
}
.bottom_common_wrap .bottom_common {
  padding: 25px 0;
  background-color: rgba(240, 245, 255, 0.6);
}
.bottom_common_wrap .info_text {
  display: flex;
}
.bottom_common_wrap .info_text span:first-child {
  min-width: 69px;
}
.bottom_common_wrap .icon_wrap {
  display: block;
  width: 110px;
  text-align: center;
  background-color: var(--bh_color_white);
  padding: 20px 0 19px 0;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.bottom_common_wrap .icon_wrap p {
  font-size: 13px;
  color: var(--bh_color_gray_600);
}
.bottom_common_wrap .icon_wrap img {
  filter: brightness(0);
}
.bottom_common_wrap .icon_wrap:hover {
  box-shadow: 4px 4px 20px 0 rgba(105, 127, 203, 0.15);
}
.bottom_common_wrap .icon_wrap:hover img {
  filter: unset;
}
/* 스케줄 모듈 schedule */
.schedule .calendar_wrap .navi .navi_fl .navi_btn, .schedule .calendar_wrap .navi .navi_fr .navi_btn {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .navi .navi_fl .navi_btn, .schedule .calendar_wrap .navi .navi_fr .navi_btn {
    height: 33px;
    line-height: 33px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}
.schedule .calendar_wrap .navi .navi_fr .navi_btn.black i {
  color: #fff;
}
.schedule .calendar_wrap .navi:first-child {
  background-color: #f9f9f9;
}
.schedule .calendar_wrap .navi:first-child .navi_fr .navi_btn i {
  color: #fff;
}
.schedule .calendar_wrap .navi:first-child .navi_fl .navi_btn {
  position: relative;
  left: 5px;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .navi:first-child {
    padding: 9px 0;
  }
  .schedule .calendar_wrap .navi:first-child .navi_fl {
    position: unset;
    transform: unset;
  }
  .schedule .calendar_wrap .navi:first-child .navi_fl .navi_btn {
    font-size: 1.4rem;
    left: 0;
  }
}
.schedule .calendar_wrap .navi:last-child {
  margin-top: 15px;
}
.schedule .calendar_wrap .navi > .navi_btn.to_prev, .schedule .calendar_wrap .navi .navi_btn.to_next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}
.schedule .calendar_wrap .navi > .navi_btn.to_prev i, .schedule .calendar_wrap .navi .navi_btn.to_next i {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .navi > .navi_btn.to_prev, .schedule .calendar_wrap .navi .navi_btn.to_next {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .schedule .calendar_wrap .navi > .navi_btn.to_prev i, .schedule .calendar_wrap .navi .navi_btn.to_next i {
    font-size: 1.4rem;
  }
}
.schedule .calendar_wrap .navi > .navi_btn.btn_search {
  font-size: 2.4rem !important;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .navi > .navi_btn.btn_search {
    font-size: 1.6rem !important;
    padding: 0 2px;
  }
}
.schedule .calendar_wrap .ctg_list {
  justify-content: center;
}
.schedule .calendar_wrap .ctg_list > ul > li {
  height: 40px;
  border-radius: 8px;
}
.schedule .calendar_wrap .ctg_list > ul > li a {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .ctg_list {
    margin-top: 10px;
  }
  .schedule .calendar_wrap .ctg_list > ul > li {
    height: 33px;
  }
  .schedule .calendar_wrap .ctg_list > ul > li a {
    height: 33px;
    line-height: 33px;
    font-size: 1.4rem;
  }
}
.schedule .calendar_wrap .schedule_monthly {
  border: none !important;
  margin-top: 1.5rem;
  padding-top: 2rem;
}
.schedule .calendar_wrap .schedule_monthly .schedule_monthly_header div {
  border: none !important;
  height: 28px !important;
  padding: 0 0 8px 10px !important;
  margin-bottom: 8px !important;
}
.schedule .calendar_wrap .schedule_monthly .schedule_monthly_body .schedule_weekly:first-child {
  border-top: 1px solid var(--bh_color_gray_300);
}
.schedule .calendar_wrap .schedule_monthly .schedule_monthly_body .schedule_weekly .schedule_daily_wrapper:first-child {
  border-left: 1px solid var(--bh_color_gray_300);
}
.schedule .calendar_wrap .schedule_monthly .schedule_monthly_body .schedule_list span.list {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .schedule_monthly .schedule_monthly_body .schedule_list span.list {
    font-size: 1.2rem;
  }
}
@media (max-width: 991.98px) {
  .schedule .calendar_wrap .schedule_monthly .schedule_monthly_header div {
    font-size: 1.4rem;
  }
}
.schedule.has_act .navi {
  margin-bottom: 10px;
}
.schedule.has_act .navi_btn {
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
}
.schedule.has_act .navi_btn.black i {
  color: #fff;
}
@media (max-width: 991.98px) {
  .schedule.has_act .navi_btn {
    height: 33px;
    line-height: 33px;
    font-size: 1.4rem;
  }
}
.schedule.has_act .atc_editor {
  padding-left: 0 !important;
}
/* main */
.main_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.main_title_wrap .ttl {
  font-size: 20px;
  font-weight: 600;
}
.main_title_wrap .product_btn {
  color: var(--bh_color_gray_800);
}
.main_title_wrap .product_btn i {
  font-size: 18px;
}
.main_title_wrap .product_btn span {
  font-size: 16px;
  padding-left: 3px;
}
.main_title_wrap .plus_icon_box {
  width: 18px;
  height: 18px;
}
.main_title_wrap .plus_icon_box > a {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
}
@media (max-width: 992px) {
  .main_title_wrap {
    margin-bottom: 0px;
  }
  .main_title_wrap .ttl {
    font-size: 20px;
    font-weight: bold;
  }
  .main_title_wrap .product_btn span {
    position: relative;
    top: -2px;
    font-size: 14px;
  }
}
#section1 .col_inner.left {
  width: 399px;
}
#section1 .col_inner.left .col_inner1 {
  border-radius: 10px;
  overflow: hidden;
}
#section1 .col_inner.left .col_inner2 .bh_gall_event img {
  aspect-ratio: 1.5056603774;
}
#section1 .col_inner.right {
  width: 750px;
}
#section1 .col_inner.right .main_bottom_widget .col-6 {
  overflow: hidden;
  padding-bottom: 20px;
}
#section1 .col_inner.right .job_widget .tag_wrap span {
  font-size: 13px;
  color: #f39c11;
}
#section1 .col_inner.right .job_widget .tag_wrap .tag {
  display: inline-block;
  padding: 0px 9px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  background-color: #fff6ef;
  border: 1px solid #f39c11;
}
#section1 .col_inner.right .person_widget .tag_wrap span {
  font-size: 13px;
  color: var(--bh_color_sub);
}
#section1 .col_inner.right .person_widget .tag_wrap .tag {
  display: inline-block;
  padding: 0px 9px;
  height: 25px;
  line-height: 25px;
  border-radius: 50px;
  background-color: rgba(96, 187, 246, 0.1);
  border: 1px solid var(--bh_color_sub);
}
#section1 .col_inner.right .notice_widget {
  margin-top: 2px;
}
#section1 .col_inner.right .notice_widget .slide_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#section1 .col_inner.right .notice_widget .slide_btn .swiper-button-prev-notice {
  margin-right: 3px;
}
#section1 .col_inner.right .notice_widget .slide_btn > div {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  line-height: 24px;
  border: 1px solid var(--bh_color_gray_300);
  text-align: center;
}
#section1 .col_inner.right .notice_widget .slide_btn > div i {
  font-size: 24px;
  color: var(--bh_color_gray_600);
}
@media (max-width: 991.98px) {
  #section1 {
    background-color: #fff !important;
    padding: 0;
  }
  #section1 .mobile_under_widget .bh_row {
    margin: 0 -7.5px;
  }
  #section1 .mobile_under_widget .bh_row > div {
    overflow: hidden;
  }
  #section1 .mobile_under_widget .bh_gall_tc_2 {
    padding: 0 7.5px;
    padding-bottom: 30px;
  }
}
#section2 .banner_widget .bh_img_content, #section2 .banner_widget2 .bh_img_content {
  border-radius: 10px;
  overflow: hidden;
}
#section2 .vip_wg .bh_item_inner {
  border-top: 3px solid var(--bh_color_point);
}
#section2 .vip_wg .bh_item_inner:hover {
  outline: 2px solid var(--bh_color_point);
  border-top: 1px solid var(--bh_color_point);
}
@media (max-width: 991.98px) {
  #section2 .banner_widget {
    max-width: 345px;
    margin: 30px auto 0;
  }
  #section2 .banner_widget2 {
    max-width: 345px;
    margin: 0 auto;
  }
  #section2 .banner_widget2 .bh_item {
    margin-bottom: 0 !important;
  }
  #section2 .swiper-pagination {
    height: 18px;
    position: absolute;
    top: -27px !important;
    left: unset !important;
    right: 30px;
    font-size: 14px;
  }
  #section2 .swiper-pagination .swiper-pagination-current {
    color: var(--bh_color_main);
    font-weight: 700;
  }
}
#section3 {
  padding: 0;
}
#section3 .xe-widget-wrapper {
  overflow: visible;
}
#section3 .section3_wrap {
  padding: 25px 0;
}
#section3 .bottom_common_wrap {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .bh .section2 {
    padding: 0 0 50px 0;
  }
  .bh .section3 {
    display: none;
  }
}
/* sub */
/*채용정보 글쓰기*/
@media (max-width: 992px) {
  .job .bh_gall_tc_1 {
    height: 220px;
  }
  .job #content {
    padding-top: 0;
  }
}
.application_box {
  width: 100%;
}
.application_box a {
  background-color: var(--bh_color_main);
  border-radius: 5px;
  width: 100%;
  padding: 12px 20px;
}
.application_box a span {
  color: #fff;
}
.application_box.style2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.application_box.style2 a {
  height: 52.8px;
  line-height: 52.8px;
  padding: 0 20px;
}
.application_box.mobile a {
  padding: 7px 0;
}
.dot_bar {
  background-image: linear-gradient(to right, #e0e0e0 33%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 14px 2px;
  background-repeat: repeat-x;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.se .bar {
  width: 100%;
  height: 2px;
  background-color: var(--bh_color_gray_500);
  margin: 20px 0 30px 0;
}
@media (max-width: 991.98px) {
  .se .bar {
    margin: 10px 0 20px 0;
  }
}
/*상품안내 pc*/
.page_information_wrap {
  padding-bottom: 80px;
}
.page_information_wrap .ttl {
  font-weight: 600;
}
.page_information_wrap .information_contents_box {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 15px;
  padding: 30px;
}
.page_information_wrap .information_contents_box .icon {
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  background-color: var(--bh_color_point);
  border-radius: 4px;
  line-height: 18px;
  text-align: center;
  vertical-align: text-top;
}
.page_information_wrap .title_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page_information_wrap .bar {
  width: 100%;
  height: 4px;
  background-color: var(--bh_color_main);
  margin: 22px 0 28px 0;
}
.page_information_wrap .discount_price .origin_price {
  color: var(--bh_color_gray_600);
  text-decoration: line-through;
}
.page_information_wrap .contents_box .col_inner {
  height: 100%;
}
.page_information_wrap .contents_box .col_inner_left {
  width: 366px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page_information_wrap .contents_box .col_inner_left .gray_box {
  border-radius: 10px;
  padding: 17px;
}
.page_information_wrap .contents_box .col_inner_right .charge_box {
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid var(--bh_color_gray_300);
}
.page_information_wrap .contents_box .col_inner_right .charge_box .top {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f5f5f5 100%);
  padding: 27px 20px;
}
.page_information_wrap .contents_box .col_inner_right .charge_box .bottom {
  padding: 28px 20px;
}
.page_information_wrap .sample_remote_box .sample_btn {
  display: inline-block;
  width: 180px;
  padding: 12px 0 10px 0;
  border-radius: 5px;
  border: 1px solid var(--bh_color_gray_300);
  cursor: pointer;
}
.page_information_wrap .sample_remote_box .sample_btn.on {
  background-color: var(--bh_color_gray_50);
  border: 1px solid var(--bh_color_main);
}
.page_information_wrap .sample_remote_box .sample_btn.on > span {
  color: var(--bh_color_main);
  font-weight: bold;
}
.page_information_wrap .sample_contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #000000;
  z-index: 2;
  padding: 20px;
  overflow: hidden;
  display: none;
}
.page_information_wrap .sample_contents.on {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page_information_wrap .sample_contents .pagination_box {
  position: absolute;
  top: 9px;
  right: 0px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.page_information_wrap .sample_contents .pagination_box .swiper-button-next-vvip, .page_information_wrap .sample_contents .pagination_box .swiper-button-prev-vvip {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.page_information_wrap .sample_contents_mobile .bh_img_content {
  height: 440px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*상품안내 모바일*/
.page_information_wrap_mobile {
  padding: 20px 0 50px 0;
}
.page_information_wrap_mobile .icon {
  bottom: -1px;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  background-color: var(--bh_color_point);
  border-radius: 4px;
  line-height: 18px;
  text-align: center;
  vertical-align: text-top;
}
.page_information_wrap_mobile .crown {
  width: 25px;
  height: 25px;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab4 ul li a {
  display: inline-block;
  width: 57px;
  border-radius: 3px;
  border: 1px solid var(--bh_color_gray_300);
  text-align: center;
  padding: 5px 0 3px 0;
  margin-right: 5px;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab4 ul li a span {
  font-size: 13px;
  color: var(--bh_color_gray_600);
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab4 ul li a.active {
  background-color: #000;
  border-color: #000;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab4 ul li a.active span {
  color: #fff;
  font-weight: bold;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li {
  margin-top: 15px;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .pic {
  border-radius: 15px;
  border: solid 3px var(--bh_color_gray_300);
  width: 100%;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .pagination_box {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: rgba(66, 66, 66, 0.5);
  overflow: hidden;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .pagination_box .swiper-button-next-vvip, .page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .pagination_box .swiper-button-prev-vvip {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .bar {
  width: 100%;
  height: 2px;
  background-color: var(--bh_color_gray_300);
  margin: 20px 0;
}
.page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .charge_box .charge_box_inner {
  background-color: var(--bh_color_gray_50);
  padding: 10px 15px;
  border-radius: 5px;
}
.page_information_wrap_mobile .bh_tab_wrap .origin_price {
  text-decoration: line-through;
}
@media (max-width: 991.98px) {
  .page_information_wrap_mobile {
    padding-top: 15px;
  }
  .page_information_wrap_mobile .bh_tab_wrap .bh_tab_li .charge_box .charge_box_inner .real_price {
    display: inline-block;
    text-align: right;
    width: 79px;
  }
}
/*고객센터*/
.page_customer .bottom_common_wrap {
  display: none;
}
.page_customer_wrap .bh_wrap2 {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.page_customer_wrap .bh_wrap2 .bh_row {
  margin: 0 auto;
}
.page_customer_wrap .bh_wrap2 .col_inner {
  height: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 22px 30px;
}
.page_customer_wrap .bh_wrap2 .col_inner .contact_box .span_left {
  display: inline-block;
  width: 56px;
  margin-right: 14px;
}
.page_customer_wrap .bh_wrap2 .col_inner .online_ques a {
  display: inline-block;
  width: 236px;
  border-radius: 50px;
  background-color: var(--bh_color_main);
  text-align: center;
  padding: 16px 0;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.page_customer_wrap .bh_wrap2 .col_inner .online_ques a span {
  color: #fff;
}
.page_customer_wrap .bh_wrap2 .col_inner .online_ques a:hover {
  background-color: #fff;
  border-color: var(--bh_color_main);
}
.page_customer_wrap .bh_wrap2 .col_inner .online_ques a:hover span {
  color: var(--bh_color_main);
}
.page_customer_wrap .bh_wrap2 .col_inner > img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.page_customer_wrap > .bh_wrap .col {
  padding-left: 213px;
}
.page_customer_wrap > .bh_wrap .col_inner {
  border-radius: 15px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  padding: 40px 1px 40px 28px;
}
.page_customer_wrap > .bh_wrap .col_inner .img {
  width: 120px;
  height: 120px;
  background-color: var(--bh_color_gray_50);
  border-radius: 50%;
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .page_customer_wrap {
    padding-bottom: 50px;
  }
  .page_customer_wrap .customer_icon {
    width: 25px;
    height: 25px;
  }
  .page_customer_wrap .bh_wrap2 {
    padding: 0;
  }
  .page_customer_wrap .bh_wrap2 .col_inner_left {
    padding: 15px;
  }
  .page_customer_wrap .bh_wrap2 .col_inner_left .customer_phone {
    position: absolute;
    top: 32px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
/*고객센터 상단 공통*/
.page_customer_wrap_top .banner_top {
  background-image: url("/files/attach/images/sub/customer_back.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 132px 0;
}
.page_customer_wrap_top .tab_wrap {
  margin-top: -82px;
}
.page_customer_wrap_top .tab_wrap ul {
  margin-left: -10px;
  margin-right: -10px;
}
.page_customer_wrap_top .tab_wrap ul li {
  position: relative;
}
.page_customer_wrap_top .tab_wrap ul li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.page_customer_wrap_top .tab_wrap ul li span {
  display: inline-block;
  width: 100%;
}
.page_customer_wrap_top .tab_wrap ul li a {
  width: calc(100% - 10px);
  height: 100%;
  display: flex !important;
  align-items: center;
  padding: 0 !important;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 5px;
}
.page_customer_wrap_top .tab_wrap ul li a .img_box .origin {
  opacity: 1;
}
.page_customer_wrap_top .tab_wrap ul li a .img_box .active {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_customer_wrap_top .tab_wrap ul li a.on {
  background-color: var(--bh_color_main);
}
.page_customer_wrap_top .tab_wrap ul li a.on .img_box .origin {
  opacity: 0;
}
.page_customer_wrap_top .tab_wrap ul li a.on .img_box .active {
  opacity: 1;
}
.page_customer_wrap_top .tab_wrap ul li a.on .img_box + span {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  .page_customer_wrap_top .banner_top {
    background-image: url("/files/attach/images/sub/customer_back_m.png");
    padding: 30px 0;
    margin-top: 0;
  }
  .page_customer_wrap_top .banner_top img {
    width: 42.5px;
    height: 60px;
  }
  .page_customer_wrap_top .mobile_notice_widgets .notice_flag {
    background-color: var(--bh_color_main);
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    height: 20px;
    line-height: 20px;
    width: 45px;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .page_customer_wrap_top .mobile_notice_widgets .more_view_btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 10;
    background-color: var(--bh_color_white);
    padding-left: 10px;
  }
  .page_customer_wrap_top .mobile_notice_widgets .more_view_btn img {
    vertical-align: sub;
  }
  .page_customer_wrap_top .tab_wrap {
    margin-top: 12px;
  }
  .page_customer_wrap_top ul {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
  }
  .page_customer_wrap_top ul > li {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  .page_customer_wrap_top ul > li a {
    padding: 35px 0 !important;
  }
  .page_customer_wrap_top .origin, .page_customer_wrap_top .active {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .page_customer_wrap_top .origin, .page_customer_wrap_top .active {
    width: 45px;
    height: 45px;
  }
  .page_customer_wrap_top .tab_wrap ul li a span {
    font-size: 1.4rem !important;
  }
}
/*이용안내*/
@media (max-width: 991.98px) {
  .page_use_wrap {
    padding-bottom: 30px;
  }
}
.page_use_wrap .se4 .text .con {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.page_use_wrap .se4 .text .con::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 10px;
  left: 7px;
}
@media (max-width: 991.98px) {
  .page_use_wrap .se4 .text .con {
    font-size: 14px;
  }
}
.page_information_2 .page_information_wrap {
  padding-left: 0;
  padding-right: 0;
}
.page_information_2 .page_information_wrap > p {
  font-size: 3.2rem !important;
  font-weight: bold !important;
  line-height: 1 !important;
}
/*구직이용 가이드 채용이용 가이드*/
.page_guide_wrap .con, .page_guide2_wrap .con {
  position: relative;
  padding-left: 40px;
}
.page_guide_wrap .con::before, .page_guide2_wrap .con::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 12px;
  left: 20px;
}
@media (max-width: 991.98px) {
  .page_guide_wrap, .page_guide2_wrap {
    padding-bottom: 30px;
  }
  .page_guide_wrap .con, .page_guide2_wrap .con {
    padding-left: 25px;
  }
  .page_guide_wrap .con::before, .page_guide2_wrap .con::before {
    top: 8px;
    left: 11px;
  }
}
.page_guide_wrap .se2 .se1_inner p {
  padding-left: 26px;
}
.page_guide_wrap .se2 .se1_inner p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 10px;
  left: 10px;
}
.page_guide_wrap .se2 .se1_inner p:last-of-type::before {
  display: none;
}
.page_guide_wrap .se2 .se2_inner .gray_box {
  border-radius: 10px;
  padding: 15px 13px;
}
.page_guide_wrap .se2 .se2_inner .gray_box span {
  letter-spacing: -0.5px;
}
.page_guide_wrap .se2 .se2_inner .gray_box img {
  margin: 0 6.5px;
  vertical-align: sub;
}
.page_guide_wrap .se2 .se2_inner .gray_box .minibar {
  display: inline-block;
  width: 1.5px;
  height: 15.5px;
  margin: 0 17px;
  background-color: var(--bh_color_gray_400);
}
.page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1.5px solid var(--bh_color_gray_400);
}
.page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr td {
  font-size: 18px;
  padding: 8px 20px;
  border: 1px solid var(--bh_color_gray_300);
}
.page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr .td1 {
  width: 275px;
}
.page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr .td2 {
  width: 434px;
}
.page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr:first-child td {
  text-align: center;
  color: var(--bh_color_gray_600);
  background-color: var(--bh_color_gray_100);
  border-top: unset;
}
.page_guide_wrap .se2 .se2_inner .contents_inner4 .text > p {
  padding-left: 25px;
}
.page_guide_wrap .se2 .se2_inner .contents_inner4 .text > p .num {
  position: absolute;
  top: 0;
  left: 0;
}
.page_guide_wrap .se2 .se2_inner .contents_inner5 table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1.5px solid var(--bh_color_gray_400);
}
.page_guide_wrap .se2 .se2_inner .contents_inner5 table tr td {
  font-size: 18px;
  padding: 8px 20px;
  border: 1px solid var(--bh_color_gray_300);
}
.page_guide_wrap .se2 .se2_inner .contents_inner5 table tr td:first-child {
  width: 275px;
  background-color: var(--bh_color_gray_100);
  text-align: center;
  color: var(--bh_color_gray_600);
}
.page_guide_wrap .se2 .se2_inner .contents_inner5 table tr:first-child > td {
  border-top: unset;
}
.page_guide_wrap .se2 .se2_inner .contents_inner11 p:last-child {
  padding-left: 20px;
}
.page_guide_wrap .se2 .se2_inner .contents_inner11 p:last-child::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 10px;
  left: 7px;
}
.page_guide_wrap .se2 .se2_inner .contents_inner12 .text .con {
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.page_guide_wrap .se2 .se2_inner .contents_inner12 .text .con::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (max-width: 991.98px) {
  .page_guide_wrap .se2 .se2_inner .gray_box img {
    display: none;
  }
  .page_guide_wrap .se2 .se2_inner .gray_box span {
    display: block;
  }
  .page_guide_wrap .se2 .se2_inner .gray_box .minibar {
    display: none;
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr td {
    font-size: 14px;
    padding: 8px;
    text-align: center;
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr .td1 {
    width: 15%;
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner3 .table_wrap1 table tr .td2 {
    width: 23%;
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner5 table tr td {
    font-size: 14px;
    padding: 8px 10px;
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner5 table tr td:first-child {
    width: 25%;
    background-color: var(--bh_color_gray_100);
    text-align: center;
    color: var(--bh_color_gray_600);
  }
  .page_guide_wrap .se2 .se2_inner .contents_inner12 .text .con {
    font-size: 14px;
  }
}
/*자주묻는 질문*/
.board_qna.has_document #content {
  padding: 30px 0;
}
.board_qna.has_document .content_wrap > .bh_wrap {
  max-width: 1300px;
  padding: 0 15px;
}
.board_qna .item_count {
  display: none;
}
.board_qna .list_header .category {
  margin-bottom: 20px;
}
.board_qna .bh_board_tab {
  margin-top: 40px !important;
  display: flex;
}
.board_qna .bh_board_tab li {
  margin: 0;
  padding: 0;
  width: auto;
  border-radius: 8px;
  margin-right: 10px;
  font-size: 18px;
  color: var(--bh_color_gray_600);
  min-width: 103px;
  padding: 14px 0 10px 0;
  border: unset;
}
.board_qna .bh_board_tab a.on li {
  color: var(--bh_color_main);
  font-weight: bold;
  background-color: var(--bh_color_gray_100);
}
.board_qna .bh_board_tab a:hover li {
  color: var(--bh_color_main);
  font-weight: bold;
  background-color: var(--bh_color_gray_100);
}
.board_qna .list_footer {
  margin-bottom: 0;
}
.board_qna .faq_wrap {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 20px;
  overflow: hidden;
  padding: 0 30px;
}
.board_qna .faq_wrap .bh_toggle_list {
  border: unset;
  border-bottom: 1px solid var(--bh_color_gray_300);
  margin-bottom: 0;
}
.board_qna .faq_wrap .bh_toggle_list .bh_toggle_title {
  position: relative;
  padding: 30px 10px 30px 100px;
}
.board_qna .faq_wrap .bh_toggle_list .bh_toggle_title::after {
  display: inline-block;
  content: "Q";
  font-size: 24px;
  font-weight: bold;
  color: var(--bh_color_gray_600);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.board_qna .faq_wrap .bh_toggle_list .bh_toggle_title::before {
  width: 28px;
  height: 28px;
  right: 0;
  font-size: 22px;
  color: var(--bh_color_text);
  font-weight: bold;
}
.board_qna .faq_wrap .bh_toggle_list .bh_toggle_content {
  position: relative;
  padding: 20px 10px 20px 100px;
}
.board_qna .faq_wrap .bh_toggle_list .bh_toggle_content::after {
  display: inline-block;
  content: "A";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: var(--bh_color_gray_600);
  position: absolute;
  left: 30px;
  top: 20px;
}
.board_qna .faq_wrap .bh_toggle_list.active {
  border-bottom: unset;
}
.board_qna .faq_wrap .bh_toggle_list.active .bh_toggle_title::after, .board_qna .faq_wrap .bh_toggle_list.active .bh_toggle_content::after {
  color: var(--bh_color_main);
}
.board_qna .faq_wrap .bh_toggle_list.active .bh_toggle_content {
  border-radius: 10px;
  background-color: var(--bh_color_gray_100);
}
.board_qna .faq_wrap .bh_item:last-of-type .bh_toggle_list {
  border-bottom: unset;
}
.board_qna .faq_wrap .bh_item:last-of-type .bh_toggle_content {
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .board_qna .bh_board_tab {
    flex-wrap: wrap;
    margin: 20px 0 0 0 !important;
  }
  .board_qna .bh_board_tab li {
    width: 100%;
    font-size: 14px;
    min-width: unset;
  }
  .board_qna .bh_board_tab a {
    width: 49%;
  }
  .board_qna .category {
    margin-bottom: 0 !important;
  }
  .board_qna .list_footer {
    margin-bottom: 30px;
  }
  .board_qna .faq_wrap {
    padding: 0 15px;
  }
  .board_qna .faq_wrap .bh_toggle_list .bh_toggle_title {
    padding: 20px 50px 20px 51px;
    font-size: 14px;
  }
  .board_qna .faq_wrap .bh_toggle_list .bh_toggle_title::after {
    left: 13px;
  }
  .board_qna .faq_wrap .bh_toggle_list .bh_toggle_content {
    padding: 20px 20px 20px 51px;
  }
  .board_qna .faq_wrap .bh_toggle_list .bh_toggle_content::after {
    top: 50%;
    left: 13px;
    transform: translateY(-50%);
  }
}
/*커리어성장*/
.board_career #content {
  padding-bottom: 0;
}
.board_career .list_footer .pagination {
  margin: 50px auto 0px;
}
@media (max-width: 991.98px) {
  .board_career .list_footer .pagination {
    margin: 32px auto 0;
  }
}
.board_career .extra_wrap {
  display: none;
}
.board_career .bh_item_inner {
  position: relative;
}
.board_career .extra_1 {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  background-color: var(--bh_color_main);
  color: #fff;
  font-size: 14px;
}
.board_career .bh_title {
  margin-bottom: 5px !important;
}
.board_career .extra_2 {
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* ellipsis line */
  -webkit-box-orient: vertical;
  color: var(--bh_color_gray_600);
}
/*공지사항*/
.board .ttl {
  font-weight: 600;
}
.board .item_count {
  display: none;
}
.board .board_list {
  margin-top: 50px;
}
.board .board_list .list_wrap thead tr th {
  width: 100px;
}
.board .board_list .list_wrap thead tr:first-child th {
  border-top: 2px solid var(--bh_color_gray_300);
  padding: 10px 11px;
  background-color: var(--bh_color_gray_100);
  color: var(--bh_color_gray_600);
}
.board .board_list .list_wrap thead tr:first-child th:first-child {
  width: 90px;
}
.board .board_list .list_wrap th.title {
  width: auto;
}
.board .board_list .list_wrap tr th, .board .board_list .list_wrap tr td {
  font-size: 18px;
}
.board .board_list .list_wrap tr td {
  padding: 18px 11px;
}
.board .list_footer {
  margin-bottom: 0;
}
.board .list_footer .pagination {
  margin: 50px auto 0px;
}
@media (max-width: 991.98px) {
  .board .list_footer .pagination {
    margin: 32px auto;
  }
}
@media (max-width: 991.98px) {
  .board .board_list {
    margin-top: 20px;
  }
  .board .board_list .list_wrap thead tr:first-child th:first-child {
    width: 10%;
  }
  .board .board_list .list_wrap th.title {
    width: auto;
  }
  .board .board_list .list_wrap tr th, .board .board_list .list_wrap tr td {
    font-size: 16px;
  }
  .board .board_list .list_wrap tr td {
    padding: 11px;
  }
}
/*뉴스,커리어성장,커뮤니티*/
.hairbair_news .board_title, .board_career .board_title, .board_community .board_title {
  font-weight: 600;
}
.hairbair_news .list_header .category, .board_career .list_header .category, .board_community .list_header .category {
  margin-top: 50px;
}
.hairbair_news .list_footer, .hairbair_news .list_footer .pagination, .board_career .list_footer, .board_career .list_footer .pagination, .board_community .list_footer, .board_community .list_footer .pagination {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .hairbair_news #content, .board_career #content, .board_community #content {
    padding: 20px 0 50px 0;
  }
  .hairbair_news #content .board_title, .board_career #content .board_title, .board_community #content .board_title {
    font-weight: bold;
  }
  .hairbair_news #content .list_header .category, .board_career #content .list_header .category, .board_community #content .list_header .category {
    margin-top: 20px;
  }
}
.hairbair_news .list_header .item_count, .board_career .list_header .item_count {
  display: none;
}
.hairbair_news .list_header .category, .board_career .list_header .category {
  margin-bottom: 10px;
}
.hairbair_news .list_header .category {
  margin: 0;
}
/* 커뮤니티 */
.bh_tab_wrap .bh_community {
  margin-bottom: 30px;
}
.bh_tab_wrap .bh_community a {
  display: block;
  width: 94px;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  border: 1px solid var(--bh_color_gray_300);
  background-color: var(--bh_color_white);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.bh_tab_wrap .bh_community a.active {
  font-weight: bold;
  color: var(--bh_color_main);
  border-color: var(--bh_color_main);
  background-color: var(--bh_color_gray_100);
}
.bh_tab_wrap .bh_community a:hover {
  color: var(--bh_color_main);
  border-color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .bh_tab_wrap .bh_community a {
    width: calc(100% - 4px);
    margin: 2px;
    font-size: 16px;
    line-height: 35px;
  }
}
.community_wrap {
  /* 모바일 디자인 */
}
.community_wrap .title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  border-bottom: 1px solid var(--bh_color_gray_300);
  padding-bottom: 10px;
}
.community_wrap .title_wrap p {
  font-size: 20px;
  font-weight: 600;
}
.community_wrap .title_wrap p span {
  color: var(--bh_color_main);
}
.community_wrap .title_wrap a {
  display: flex;
  align-items: center;
}
.community_wrap .title_wrap a i {
  font-size: 24px;
}
.community_wrap .title_wrap.non_border {
  border-bottom: unset;
}
@media (max-width: 991.98px) {
  .community_wrap .title_wrap p {
    font-size: 18px;
  }
  .community_wrap .title_wrap a {
    font-size: 14px;
  }
  .community_wrap .title_wrap a i {
    font-size: 20px;
  }
}
.community_wrap .community_banner {
  padding: 40px 60px;
  border-radius: 15px;
  background-color: #b8caff;
}
.community_wrap .community_banner p {
  font-family: "yg-jalnan";
  color: #3d5bb4;
  line-height: 1.4;
}
.community_wrap .community_banner a {
  display: inline-block;
  width: 260px;
  line-height: 60px;
  text-align: center;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  color: var(--bh_color_white);
  background-color: var(--bh_color_main);
  margin-top: 20px;
}
@media (max-width: 992px) {
  .community_wrap .community_banner {
    padding: 20px 15px 10px 15px;
  }
  .community_wrap .community_banner a {
    width: 100%;
  }
}
.community_wrap .community_widgets_wrap .col_inner {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 15px;
  padding: 30px 20px;
}
.community_wrap .event_widgets_wrap .bh_item, .community_wrap .picture_widgets_wrap .bh_item, .community_wrap .video_widgets_wrap .bh_item {
  margin-bottom: 30px !important;
}
@media (max-width: 991.98px) {
  .community_wrap .event_widgets_wrap .bh_item, .community_wrap .picture_widgets_wrap .bh_item, .community_wrap .video_widgets_wrap .bh_item {
    margin-bottom: 10px !important;
  }
}
.community_wrap .event_widgets_wrap .bh_item_inner .bh_img_content, .community_wrap .picture_widgets_wrap .bh_item_inner .bh_img_content, .community_wrap .video_widgets_wrap .bh_item_inner .bh_img_content {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .community_wrap .event_widgets_wrap .bh_item_inner {
    margin-bottom: 20px;
  }
}
.community_wrap .passion_widgets_wrap {
  padding: 80px 0;
}
.community_wrap .passion_widgets_wrap .bh_img_content {
  border-radius: 20px;
  overflow: hidden;
}
.community_wrap .passion_widgets_wrap .bh_content_wrap {
  padding: 0 !important;
  margin-top: 20px;
  background-color: transparent !important;
}
.community_wrap .passion_widgets_wrap .bh_content_wrap .bh_category {
  font-weight: 500 !important;
  margin-bottom: 0 !important;
}
.community_wrap .passion_widgets_wrap .bh_content_wrap .bh_title {
  margin-bottom: 10px !important;
}
.community_wrap .passion_widgets_wrap .background_color {
  width: 100vw;
  height: 100%;
  background-color: rgba(240, 245, 255, 0.6);
  position: absolute;
  top: 0;
  left: calc(((100vw - 1200px) / 2) * -1);
  z-index: -1;
}
@media (max-width: 992px) {
  .community_wrap .passion_widgets_wrap {
    padding: 0px;
  }
  .community_wrap .passion_widgets_wrap .bh_item_inner {
    margin-bottom: 20px;
  }
  .community_wrap .passion_widgets_wrap .bh_content_wrap {
    margin-top: 10px;
  }
}
.community_wrap .picture_widgets_wrap .bh_hover_style_normal > img {
  max-height: 140px;
}
@media (max-width: 991.98px) {
  .community_wrap .picture_widgets_wrap .bh_hover_style_normal > img {
    aspect-ratio: 1.5;
    max-height: unset;
  }
}
@media (max-width: 991.98px) {
  .community_wrap .event_widgets_wrap .bh_widget_content.bh_row, .community_wrap .picture_widgets_wrap .bh_widget_content.bh_row, .community_wrap .video_widgets_wrap .bh_widget_content.bh_row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .community_wrap .event_widgets_wrap .bh_widget_content.bh_row > div, .community_wrap .picture_widgets_wrap .bh_widget_content.bh_row > div, .community_wrap .video_widgets_wrap .bh_widget_content.bh_row > div {
    padding: 0 5px;
  }
  .community_wrap .event_widgets_wrap .bh_widget_content.bh_row .bh_item_inner, .community_wrap .picture_widgets_wrap .bh_widget_content.bh_row .bh_item_inner, .community_wrap .video_widgets_wrap .bh_widget_content.bh_row .bh_item_inner {
    margin-bottom: 10px;
  }
}
.community_wrap .board_widgets_wrap {
  background-color: #f2f4f8;
  border-radius: 20px;
  padding: 30px 25px;
}
.community_wrap .board_widgets_wrap .bh_commentNum, .community_wrap .board_widgets_wrap .bh_readNum {
  display: none;
}
.community_wrap .board_widgets_wrap .title_wrap {
  margin-bottom: 20px;
}
.community_wrap .board_widgets_wrap .bh_widget_content .bh_item .bh_item_inner {
  padding: 10px 0 9px 0;
  background-color: transparent;
}
.community_wrap .board_widgets_wrap .bh_widget_content .bh_content_wrap .bh_title {
  width: 62%;
  position: relative;
  padding-left: 13px;
  line-height: 1.6;
}
.community_wrap .board_widgets_wrap .bh_widget_content .bh_content_wrap .bh_title span {
  font-size: 16px;
}
.community_wrap .board_widgets_wrap .bh_widget_content .bh_content_wrap .bh_title::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #424242;
  position: absolute;
  top: 10px;
  left: 0;
}
.community_wrap .board_widgets_wrap .bh_widget_content .bh_content_wrap .bh_date {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .community_wrap .board_widgets_wrap .bh_date {
    display: inline-block !important;
  }
}
.community_wrap .banner1 {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .community_wrap .banner1 img {
    width: 100%;
  }
}
.community_wrap .community_m_banner {
  width: 100%;
  border-radius: 10px;
}
.community_wrap .community_category_wrap > .bh_row {
  margin: 0 -7.5px;
}
.community_wrap .community_category_wrap > .bh_row > div {
  padding: 0 7.5px;
}
.community_wrap .community_category_wrap .col_inner > a {
  display: inline-block;
}
.community_wrap .community_category_wrap .col_inner > a .img_box {
  display: inline-block;
  padding: 10px;
  background-color: #f2f5ff;
  border-radius: 10px;
}
.community_wrap .community_category_wrap .col_inner > a .img_box img {
  width: 100%;
}
.community_wrap .bar {
  width: 100%;
  height: 2px;
  background-color: var(--bh_color_gray_300);
}
.community_wrap .board_link_box > .bh_row {
  margin: 0 -7.5px;
}
.community_wrap .board_link_box > .bh_row > div {
  padding: 0 7.5px;
}
.community_wrap .board_link_box .col_inner {
  padding: 15px 21px;
  border-radius: 10px;
  background-color: rgba(0, 68, 255, 0.05);
}
.community_wrap .board_link_box .col_inner > img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.community_wrap .board_link_box2 .board_link_inner {
  aspect-ratio: 2.15625;
  position: relative;
  padding: 20px 15px;
  border-radius: 10px;
  overflow: hidden;
}
.community_wrap .board_link_box2 .board_link_inner > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.community_wrap .board_link_box2 .board_link_inner .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 1;
}
.community_wrap .board_link_box2 .board_link_inner .text .link_ {
  margin-top: 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 3px;
  background-color: #fff;
  border-radius: 500px;
}
.board_community .bh_board_tab li {
  width: 94px;
}
.board_community .bh_board_tab a.on li {
  background-color: var(--bh_color_gray_50);
  color: var(--bh_color_main);
}
@media (max-width: 992px) {
  .board_community .bh_board_tab li {
    width: calc(33.33333% - 4px);
    font-size: 14px;
    padding: 6px 3px;
    margin: 2px;
  }
}
.board_community .webzine_wrap {
  margin-bottom: 50px;
}
.board_community .list_footer .tool_wrap {
  display: none;
}
/*배너광고문의*/
.page_banner_wrap .se_inner p {
  padding-left: 25px;
  position: relative;
}
.page_banner_wrap .se_inner p::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--bh_color_text);
  position: absolute;
  top: 8px;
  left: 11px;
}
.page_banner_wrap .col_inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page_banner_wrap .col_inner .text .num {
  width: 40px;
  height: 40px;
  border: 3px solid var(--bh_color_main);
  border-radius: 50%;
  background-color: #fff;
}
.page_banner_wrap table {
  width: 100%;
  border-collapse: collapse;
}
.page_banner_wrap table tr td {
  font-size: 18px;
  padding: 7.5px 3px;
  text-align: center;
  border: 1px solid var(--bh_color_gray_300);
}
.page_banner_wrap table tr:first-child td {
  color: var(--bh_color_gray_600);
  border-top: 2px solid var(--bh_color_gray_300);
  background-color: var(--bh_color_gray_100);
}
.page_banner_wrap table tr:first-child td:first-child {
  width: 275px;
}
.page_banner_wrap .gray_box {
  padding: 14.5px 29.5px;
  border-top: 2px solid var(--bh_color_gray_500);
}
.page_banner_wrap .gray_box img {
  vertical-align: sub;
}
.page_banner_wrap .gray_box .minibar {
  display: inline-block;
  width: 1.5px;
  height: 14px;
  background-color: var(--bh_color_gray_400);
  margin: 0 30px;
}
@media (max-width: 991.98px) {
  .page_banner_wrap {
    padding-bottom: 30px;
  }
  .page_banner_wrap .col_inner img {
    width: 100%;
  }
  .page_banner_wrap .col_inner .text {
    left: 24%;
    transform: translateY(-50%);
  }
  .page_banner_wrap .se4_inner > .bh_row {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .page_banner_wrap .se4_inner > .bh_row > div {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .page_banner_wrap .se4_inner .col_inner {
    height: 53px;
  }
  .page_banner_wrap .se4_inner .col_inner > img {
    height: 100%;
  }
  .page_banner_wrap .se4_inner .col_inner .text {
    left: 25px;
  }
  .page_banner_wrap .se4_inner .col_inner .text .num {
    width: 30px;
    height: 30px;
  }
  .page_banner_wrap .se4_inner .col_inner .text.style2 {
    left: 25px;
  }
  .page_banner_wrap table tr td {
    font-size: 14px;
    padding: 7.5px 3px;
  }
  .page_banner_wrap table tr:first-child td:first-child {
    width: 22%;
  }
  .page_banner_wrap .gray_box {
    padding: 15px;
    display: flex;
    flex-direction: column;
  }
  .page_banner_wrap .gray_box .minibar {
    display: none;
  }
}
/* 1:1 문의 관리게시판 */
.board3 .content_header .detail_wrap {
  display: none;
}
.board3 .extra_wrap {
  border: 1px solid var(--bh_color_gray_300);
}
.board3 .content_body {
  padding-top: 25px;
}
.board3 .content_footer .bd_btn_wrap {
  display: flex;
  align-items: center;
}
/* mobile header */
.common_mobile_header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background-color: var(--bh_color_white);
  border-bottom: 1px solid var(--bh_color_gray_300);
  z-index: 10;
}
.common_mobile_header i {
  font-size: 24px;
  font-weight: 400;
  padding-right: 5px;
}
.common_mobile_header span {
  font-size: 20px;
  font-weight: bold;
}
/* -mobile header */
/* footer */
.ft_text {
  font-size: 14px;
  color: var(--bh_color_text);
}
.ft_text .minibar {
  color: var(--bh_color_gray_300);
  padding: 0 10px;
}
.footer > .bh_wrap > .bh_row {
  margin-left: 0;
}
/*# sourceMappingURL=ff416b7ceb7fb736cb745e7b76ec481c79702014.page.scss.map */
