@charset "UTF-8";
@media (max-width: 991.98px) {
  html {
    /*font-size: 6px;*/
    /*font-size: 37.5%;*/
    font-size: 8px;
    font-size: 50%;
  }
  input, select, textarea {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .solutionList {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575.98px) {
  .list {
    grid-template-rows: repeat(4, auto) !important;
    grid-template-columns: auto !important;
  }
  .solutionList {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .businessItem {
    flex-direction: column;
  }
  .aboutus-wrapper-list-card .textArea .cardText {
    font-size: 1.8rem !important;
  }
  .aboutus-wrapper-list-card-add .anchor {
    font-size: 1.5rem !important;
  }
  .aboutus-wrapper-list-card .cardTitle {
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
}
.inner {
  padding: 4rem 1rem !important;
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.5 !important;*/
  font-family: inherit !important;
}
/* common */
.xe-widget-wrapper {
  overflow: unset;
}
.bh #content {
  padding: 100px 0 150px 0;
}
/* header */
/* section 간격 */
.practice-section1, .practice-section2, .practice-section3, .practice-section4, .practice-section5, .practice-section6, .practice-section7, .practice-section8, .test4-section1, .sonpb-section {
  margin-bottom: 2rem;
}
/* variable */
/* section1 */
.practice-section1 {
  background-color: #cdcdcd;
  padding: 1rem 2rem;
}
.practice-section1-inner {
  margin: 10px 0;
  padding: 4rem 3rem;
  background-color: #fafafa;
  text-align: center;
}
.practice-section1-inner-heading {
  font-size: 2rem;
  padding-bottom: 2rem;
}
.practice-section1-inner-table {
  margin: 0 auto;
  border-spacing: 0.6rem;
}
.practice-section1-inner-table-row {
  row-gap: 50px;
}
.practice-section1-inner-table-row-tableTitle {
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  background-color: #fff;
}
.practice-section1-inner-table-row-colTitle {
  background-color: #f9fafe;
}
.practice-section1-inner-table-row-rowTitle {
  background-color: #f5d3d4;
}
.practice-section1-inner-table-row td {
  color: #999;
  background-color: #fff;
}
/* section2 */
.aboutus-wrapper {
  background-image: url("/assets/images/main/background-orange.jpg");
  text-align: center;
  color: #fff;
  padding: 8rem;
}
.aboutus-wrapper-subTitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.aboutus-wrapper-title {
  font-size: 4rem;
  margin-bottom: 4rem;
}
.aboutus-wrapper-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.aboutus-wrapper-list-card {
  display: flex;
  flex-direction: column;
  padding: 24px !important;
  border: 1px #e3e3e3 solid;
  border-radius: 20px;
  background-color: #fd5e00;
  cursor: pointer;
  display: grid;
  grid-template-rows: 2fr 1fr;
}
.aboutus-wrapper-list-card:hover {
  background-color: #fff;
  color: #fd5e00;
}
.aboutus-wrapper-list-card:hover .cardTitle {
  border-bottom: 1px #aaa solid;
}
.aboutus-wrapper-list-card:hover .aboutus-wrapper-icon_picture, .aboutus-wrapper-list-card:hover .aboutus-wrapper-icon_arrow {
  filter: invert(39%) sepia(78%) saturate(2416%) hue-rotate(0deg) brightness(103%) contrast(102%);
}
.aboutus-wrapper-list-card:hover .one > .icon-number:nth-child(1) {
  color: #fd5e00;
}
.aboutus-wrapper-list-card:hover .one > .icon-number:nth-last-child(-n + 3) {
  color: #ddd;
}
.aboutus-wrapper-list-card:hover .two > .icon-number:nth-child(n + 1) {
  color: #fd5e00;
}
.aboutus-wrapper-list-card:hover .two > .icon-number:nth-last-child(-n + 2) {
  color: #ddd;
}
.aboutus-wrapper-list-card:hover .three > .icon-number:nth-child(-n + 3) {
  color: #fd5e00;
}
.aboutus-wrapper-list-card:hover .three > .icon-number:nth-last-child(-n + 1) {
  color: #ddd;
}
.aboutus-wrapper-list-card:hover .four > .icon-number {
  color: #fd5e00;
}
.aboutus-wrapper-list-card .cardTitle {
  display: grid;
  grid-template-columns: minmax(40px, 100px) 1fr;
  align-items: center;
  column-gap: 30px;
  border-bottom: 1px #eee solid;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.aboutus-wrapper-icon {
  filter: invert(100%) sepia(11%) saturate(7418%) hue-rotate(177deg) brightness(105%) contrast(112%);
}
.aboutus-wrapper-icon_picture {
  width: 100%;
}
.aboutus-wrapper-icon_arrow {
  width: 34px;
}
.aboutus-wrapper-icon_number {
  font-size: 7px !important;
}
.aboutus-wrapper-list-card .iconArea {
  max-width: 10rem;
}
.aboutus-wrapper-list-card .textArea {
  display: flex;
  flex-direction: column;
  column-gap: 10px;
  row-gap: 10px;
}
.aboutus-wrapper-list-card .textArea .cardText {
  font-size: 2.5rem;
  text-align: left;
}
.aboutus-wrapper-list-card .textArea .number {
  display: grid;
  gap: 2px 1px;
  grid-template-columns: repeat(2, 7px);
}
.aboutus-wrapper-list-card .textArea .number .icon-number {
  font-size: 6px;
}
.aboutus-wrapper-list-card .textArea .one > .icon-number:nth-last-child(-n + 3) {
  color: #ff9050;
}
.aboutus-wrapper-list-card .textArea .two > .icon-number:nth-last-child(-n + 2) {
  color: #ff9050;
}
.aboutus-wrapper-list-card .textArea .three > .icon-number:nth-last-child(-n + 1) {
  color: #ff9050;
}
.aboutus-wrapper-list-card-add {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
.aboutus-wrapper-list-card-add .anchor {
  font-size: 2rem;
}
@media (max-width: 767.98px) {
  .aboutus-wrapper {
    padding: 2rem;
  }
  .aboutus-wrapper-list {
    gap: 1rem;
  }
  .aboutus-wrapper-list-card {
    padding: 16px !important;
  }
  .aboutus-wrapper-list-card .cardTitle {
    column-gap: 10px !important;
  }
}
/* section3 */
.practice-section3 {
  text-align: center;
  padding: 4rem 3rem;
}
.intro {
  font-size: 2rem;
  margin-bottom: 4rem;
}
.solutionList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.solutionCard {
  background-image: url("/assets/images/main/background-beige.jpg");
  background-size: cover;
  padding: 30px 2rem !important;
  border-radius: 14px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.solutionCard:hover {
  background-image: none;
  background-color: #e8dacd;
}
.solutionCard:hover .solutionSubTitle {
  opacity: 0;
}
.solutionCard:hover .solutionParagraph {
  opacity: 100%;
}
.solutionTitle {
  font-size: 3rem;
  margin-bottom: 2rem;
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  font-style: normal;
}
.solutionSubTitle {
  font-size: 2rem;
  margin: auto 0;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  text-wrap: nowrap;
}
.solutionParagraph {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  margin: auto 0;
  padding: 0 10px;
  line-height: 1.6;
}
/* section4 */
.orderList {
  padding: 0 30rem !important;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.businessList:nth-child(even) .businessItem {
  flex-direction: row-reverse;
}
.businessList:nth-child(even) .businessItem .business-TextArea {
  margin-right: 0 !important;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 0;
}
.businessItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.businessImage {
  width: 430px;
  height: 200px !important;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
}
.business-TextArea {
  padding: 40px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  margin-right: auto;
  row-gap: 14px;
  flex-shrink: 0;
}
.business-TextArea > h1 {
  font-size: 2rem;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
}
.business-TextArea > p {
  font-size: 1.5rem;
}
.business-num {
  display: inline-block;
  color: #07f;
  font-size: 1.2rem;
  font-weight: 600;
}
/* test2 section5 */
@media (max-width: 767.98px) {
  .elementList {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 575.98px) {
  .elementList {
    grid-template-columns: auto !important;
  }
}
.building_business_wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  color: #555;
}
.building_business_categoryList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}
.building_business_category {
  border: 1px solid #ccc;
  padding: 2rem 0 !important;
  text-align: center;
  background-color: white;
  cursor: pointer;
}
.building_business_elementList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1rem;
}
.building_business_element {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding: 1rem !important;
  box-shadow: 5px 5px 10px #ddd;
  overflow: hidden;
}
.building_business_element-imgArea {
  position: relative;
}
.building_business_element-imgArea-label {
  background-color: #635133;
  color: white;
  font-size: 1.2rem;
  padding: 0.8rem 1.8rem;
  position: absolute;
}
.building_business_element-imgArea-img {
  height: 28rem !important;
  object-fit: cover;
}
.building_business_element-textArea {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.building_business_element-textArea-title {
  font-size: 2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.building_business_element-textArea-lists {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.building_business_element-textArea-list {
  display: flex;
  column-gap: 10px;
}
.building_business_element-textArea-list, .building_business_element-textArea-listTitle {
  font-size: 1.2rem;
}
.building_business_element-textArea-listTitle {
  position: relative;
}
.building_business_element-textArea-listTitle::after {
  content: "";
  background-color: #eee;
  width: 1px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}
/* section6 */
.architecture_gallery_wrapper {
  background-color: black;
  color: white;
  margin: 0 auto;
  overflow-x: hidden;
}
.architecture_gallery_swiper {
  position: relative;
}
.slide {
  display: flex;
}
.slide-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.5rem;
  text-align: center;
  width: 40rem;
  padding: 6rem 2rem !important;
  flex-grow: 0;
}
.slide-card:not(:first-child) {
  padding-left: 0 !important;
}
.slide-card-imgArea {
  width: 26rem;
  position: relative;
}
.slide-card-imgArea:hover .actionList {
  visibility: visible;
}
.slide-card-img {
  aspect-ratio: 1;
  object-fit: cover;
}
.slide-card-textarea {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.slide-card-textarea-title {
  font-size: 1.3rem;
}
.slide-card-textarea-paragraph {
  font-size: 1.1rem;
  width: 260px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.slide-card-textarea-price {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.8rem 0;
}
.buyLink {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  position: relative;
  width: 26rem;
  background-color: rgba(85, 85, 85, 0.5);
  padding: 1rem 0;
  border-radius: 20px;
}
.buyLink::after {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 10px;
  height: 10px;
  background-image: url("/assets/images/main/icon-right-arrow_bgnone.png");
  filter: invert(100%) sepia(8%) saturate(0%) hue-rotate(116deg) brightness(105%) contrast(102%);
}
.tagList {
  display: flex;
  column-gap: 0.8rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.tag {
  color: black;
  background-color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.4rem 1.1rem;
  border-radius: 3px;
}
.actionList {
  display: flex;
  position: absolute;
  top: 23rem;
  left: 0;
  visibility: hidden;
}
button.action, .swiperBtn {
  border: 0;
  background-color: transparent;
}
.action {
  width: 13rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-color: rgba(182, 182, 182, 0.9) !important;
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  overflow: hidden;
  cursor: pointer;
}
.action.like {
  background-image: url("/assets/images/main/icon-heart.png");
  background-size: 1.8rem;
  background-position: bottom 0.5rem left 50%;
}
.action.cart {
  background-image: url("/assets/images/main/icon-add-cart.png");
  background-size: 2.6rem;
  background-position: bottom 0.3rem left 50%;
}
.swiperBtn {
  background-image: url("/assets/images/main/icon-right-arrow_bgnone.png");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: top 50% left 1.7rem;
  color: transparent;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #555;
  border-radius: 50%;
  cursor: pointer;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(110%) contrast(97%);
}
.swiperBtn-left {
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.swiperBtn-right {
  right: 1rem;
  transform: translateY(-50%);
}
.stateBar {
  display: flex;
  flex-direction: row;
  column-gap: 0.6rem;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.state {
  width: 8px;
  height: 8px;
  background-color: #555;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  color: transparent;
  border-radius: 50%;
}
/* section7 */
.practice-section7 {
  margin-top: 10px;
}
/* swiper */
.mySwiper {
  background-color: black;
  color: white;
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
  background-image: url("/assets/images/main/icon-right-arrow_bgnone.png") !important;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: top 50% left 1.7rem;
  width: 5rem;
  height: 5rem;
  background-color: #555;
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(201deg) brightness(110%) contrast(97%);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin: 0 10px !important;
}
.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after {
  display: none;
}
.mySwiper .swiper-button-prev {
  left: 1rem;
  transform: rotate(180deg);
}
.mySwiper .swiper-button-next {
  right: 1rem;
}
.new-slide-card {
  width: auto;
}
.mySwiper .swiper-pagination {
  padding-top: 30px;
}
.mySwiper .swiper-pagination-bullet {
  background-color: #acacac !important;
}
.mySwiper .swiper-pagination-bullet-active {
  background-color: transparent !important;
  border: 1px solid white !important;
  border-radius: 10px !important;
  width: 20px !important;
}
/* swiper */
/* test3 section8 */
@media (max-width: 575.98px) {
  .inquiry-content {
    display: flex !important;
    flex-direction: column !important;
  }
  .container8-form {
    margin: 1rem !important;
  }
  .container8-title {
    font-size: 3rem !important;
  }
  .inquiry-label-infoAgree {
    margin-left: 1rem !important;
  }
}
.practice-section8 {
  background-image: url("/assets/images/main/building.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
}
.container8 {
  z-index: 100;
  position: relative;
}
.container8-title {
  text-align: center;
  font-size: 5rem;
}
.container8-form {
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  margin: 4rem 4rem 1rem 4rem;
  padding: 5rem;
  min-width: 300px;
}
.inquiry-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.inquiry-label {
  font-weight: 600;
}
.inquiry-label-infoAgree {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 1.4rem;
  margin-left: 8rem;
  margin-top: 1.2rem;
  cursor: pointer;
  grid-row: 4 / 5;
  grid-column: 1 / 3;
}
.inquiry-label:nth-child(5) {
  grid-row: 3 / 4;
  grid-column: 1 / 3;
}
.inputEle, .textAreaEle {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  margin-top: 1rem;
  border: 1px solid #ccc;
}
.inputEle:focus, .textAreaEle:focus {
  outline: none;
}
.inputEle::placeholder, .textAreaEle::placeholder {
  color: #ccc;
}
.inputEle {
  padding: 1rem;
}
.textAreaEle {
  min-height: 14rem;
  padding: 1rem !important;
  resize: none;
}
.infoAgreeEle {
  cursor: pointer;
}
.moreInfo {
  color: #777 !important;
}
.inquiry-btn {
  width: 20rem;
  padding: 2rem 6rem;
  border: none;
  background-color: #043b8e;
  color: var(--bh_color_white);
  cursor: pointer;
}
.inquiry-btnArea {
  margin: 0 auto;
  padding-top: 2rem;
}
.line {
  height: 1px;
  border: 0;
  width: 100%;
  background-color: #ccc;
}
.essential {
  color: #0167ff;
  display: inline-block;
}
/* section9 */
.widget_slide_wrapper {
  text-align: center;
}
.widget_slide_wrapper_subtitle {
  font-size: 2rem;
  color: #d9b966;
  margin-bottom: 0.5rem;
}
.widget_slide_wrapper_title {
  font-size: 4rem;
  margin-bottom: 5rem;
}
/* section10 */
.confirm {
  background-color: var(--bh_color_gray_100);
  display: flex;
  justify-content: space-between;
}
.confirm-info {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin-left: 2rem;
}
.confirm-info-text {
  font-size: 1.5rem;
  font-weight: bolder;
}
.confirm-info-text::before {
  content: "*";
  color: var(--bh_color_red_point);
}
.confirm-info-more {
  padding: 0.6rem 0.9rem;
  background-color: var(--bh_color_gray_400);
  color: var(--bh_color_white);
  font-size: 1.3rem;
  font-weight: lighter;
}
.confirm-info-more:hover {
  color: var(--bh_color_white);
}
.confirm-radios {
  margin-right: 2rem;
  display: flex;
  column-gap: 1.4rem;
}
.confirm-radio-label {
  display: flex;
  align-items: center;
  column-gap: 0.3rem;
}
.confirm-radio-btn {
  appearance: none;
  width: 1.4rem;
  height: 1.4rem;
  border: 1px solid var(--bh_color_gray_400);
  border-radius: 1px;
}
.confirm-radio-btn:checked {
  background-color: var(--bh_color_red_point);
}
.agreement {
  margin: 4rem 0;
}
.form_widget_practice_title {
  font-size: 4rem;
  margin-bottom: 2rem;
}
/* 원밀리모어 */
:root {
  --bh_color_gold: #ffc800;
}
/* 원밀리모어 swiper */
@media (max-width: 575.98px) {
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
    font-size: 18px !important;
  }
}
/* 원밀리모어 section1 */
.onemillimore-section1-inner {
  background-color: rgba(85, 85, 85, 0.9);
  text-align: center;
  margin: 10rem auto;
  color: var(--bh_color_white);
  width: 56rem;
  border-radius: 1rem;
  padding: 4rem 0 !important;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.onemillimore-section1-inner-topic {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.onemillimore-section1-inner-title {
  font-size: 3rem;
}
.onemillimore-section1-inner-paragraph {
  font-weight: lighter;
}
@media (max-width: 767.98px) {
  .onemillimore-section1-inner {
    width: 36rem;
  }
  .onemillimore-section1-inner-topic {
    font-size: 1.3rem !important;
    margin-bottom: 0.6rem !important;
  }
  .onemillimore-section1-inner-title {
    font-size: 2rem !important;
  }
  .onemillimore-section1-inner-paragraph {
    font-size: 1.2rem !important;
  }
}
/* 원밀리모어 section2 */
.onemillimore-section2-inner {
  display: flex;
  flex-direction: row;
  column-gap: 3%;
  justify-content: center;
  margin: 6rem 0;
}
.onemillimore-section2-inner-layout_left {
  width: 51%;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  flex-shrink: 0;
}
.onemillimore-section2-inner-layout_left .textArea {
  max-width: 46rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.onemillimore-section2-inner-layout_left .textArea-topic {
  color: var(--bh_color_gold);
  font-size: 1.5rem;
}
.onemillimore-section2-inner-layout_left .textArea-title {
  font-weight: 800;
}
.onemillimore-section2-inner-layout_left .imgArea {
  display: flex;
  gap: 3%;
  margin-top: auto;
}
.onemillimore-section2-inner-layout_left .imgArea img {
  border-radius: 1.4rem;
  width: 50%;
}
.onemillimore-section2-inner-layout_right {
  width: 43%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.onemillimore-section2-inner-layout_right img {
  border-radius: 1.4rem;
}
@media (max-width: 767.98px) {
  .onemillimore-section2-inner {
    flex-direction: column !important;
    row-gap: 2rem;
  }
  .onemillimore-section2-inner-layout_left {
    width: 97%;
  }
  .onemillimore-section2-inner-layout_left .textArea-topic {
    font-size: 1.3rem;
  }
  .onemillimore-section2-inner-layout_left .textArea-title {
    font-size: 2rem;
  }
  .onemillimore-section2-inner-layout_left .textArea-paragraph {
    font-size: 1.2rem;
  }
  .onemillimore-section2-inner-layout_right {
    width: 100%;
  }
  .onemillimore-section2-inner-layout_right img {
    width: 100%;
  }
}
/* 원밀리모어 section3 */
.onemillimore-section3-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5rem;
}
.onemillimore-section3-inner-titleArea {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.onemillimore-section3-inner-titleArea-topic {
  color: var(--bh_color_gold);
  font-size: 1.5rem;
}
.onemillimore-section3-inner-titleArea-title {
  color: var(--bh_color_white);
}
.onemillimore-section3-inner-graph {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 100px;
  position: relative;
}
.onemillimore-section3-inner-graph::after {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, var(--bh_color_gold) 90%, transparent 99%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.onemillimore-section3-inner-graph-content-title {
  font-size: 3rem;
  color: var(--bh_color_gold);
  margin-bottom: 40px;
  position: relative;
  line-height: 0.1;
}
.onemillimore-section3-inner-graph-content-title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid var(--bh_color_gold);
  background-color: #2e2e2e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.onemillimore-section3-inner-graph-content li {
  color: var(--bh_color_gray_400);
  margin-bottom: 0.3rem;
}
.onemillimore-section3-inner-graph-content li:last-child {
  margin-bottom: 0;
}
.onemillimore-section3-inner-graph-content:nth-child(2n+1) {
  grid-column: 2 / 3;
}
.onemillimore-section3-inner-graph-content:nth-child(2n+1) .onemillimore-section3-inner-graph-content-title::after {
  left: -55px;
}
.onemillimore-section3-inner-graph-content:nth-child(2n) {
  text-align: right;
}
.onemillimore-section3-inner-graph-content:nth-child(2n) .onemillimore-section3-inner-graph-content-title::after {
  right: -55px;
}
.onemillimore-section3-inner-graph-content:first-child .onemillimore-section3-inner-graph-content-title::after {
  background-color: var(--bh_color_gold);
}
.onemillimore-section3-inner-graph-content:nth-child(3) {
  grid-row: 3 / 4;
}
.onemillimore-section3-inner-graph-content:nth-child(4) {
  grid-row: 4 / 5;
}
.onemillimore-section3-inner-graph-content:nth-child(5) {
  grid-row: 5 / 6;
}
@media (max-width: 991.98px) {
  .onemillimore-section3-inner-graph-content-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .onemillimore-section3-inner-titleArea-topic {
    font-size: 1.5rem;
  }
  .onemillimore-section3-inner-titleArea-title {
    font-size: 2.2rem;
  }
  .onemillimore-section3-inner-graph-content-title {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .onemillimore-section3-inner-graph-content li {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .onemillimore-section3-inner-titleArea-topic {
    font-size: 1.3rem;
  }
  .onemillimore-section3-inner-titleArea-title {
    font-size: 2rem;
  }
  .onemillimore-section3-inner-graph {
    display: flex !important;
    flex-direction: column;
    row-gap: 3rem;
  }
  .onemillimore-section3-inner-graph::after {
    display: none;
  }
  .onemillimore-section3-inner-graph-content-title {
    line-height: initial;
    margin-bottom: 10px;
  }
  .onemillimore-section3-inner-graph-content-title::after {
    display: none;
  }
  .onemillimore-section3-inner-graph-content:nth-child(2n) {
    text-align: left;
  }
  .onemillimore-section3-inner-graph-content:nth-child(2n) .onemillimore-section3-inner-graph-content-title::after {
    right: -55px;
  }
}
/* 원밀리모어 section4 */
.onemillimore-section4-inner {
  margin: 0 auto;
}
.onemillimore-section4-inner-titleArea {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.onemillimore-section4-inner-titleArea-topic {
  color: var(--bh_color_gold);
  font-size: 1.5rem;
}
.onemillimore-section4-inner-titleArea-title {
  line-height: 1.4;
}
@media (max-width: 575.98px) {
  .onemillimore-section4-inner-titleArea-topic {
    font-size: 1.5rem;
  }
  .onemillimore-section4-inner-titleArea-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 575.98px) {
  .onemillimore-section4-inner-titleArea-topic {
    font-size: 1.3rem;
  }
  .onemillimore-section4-inner-titleArea-title {
    font-size: 2rem;
  }
}
/* 원밀리모어 section5 */
.onemillimore-section5-inner {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  text-align: center;
}
.onemillimore-section5-inner-title {
  color: var(--bh_color_white);
}
.onemillimore-section5-inner-title span {
  color: var(--bh_color_gold);
}
.onemillimore-section5-inner-a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  margin: 0 auto;
  width: fit-content;
  color: var(--bh_color_black);
  background-color: var(--bh_color_gold);
  padding: 1.4rem 3rem;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1.2;
}
.onemillimore-section5-inner-a::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 0.1rem;
  background-image: url("/assets/images/icon/top-right.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.onemillimore-section5-inner-a:hover::after {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(62deg) brightness(108%) contrast(101%);
}
@media (max-width: 767.98px) {
  .onemillimore-section5-inner-title {
    font-size: 2.2rem;
  }
  .onemillimore-section5-inner-a {
    font-size: 1.4rem;
  }
}
@media (max-width: 575.98px) {
  .onemillimore-section5-inner {
    row-gap: 3rem;
  }
  .onemillimore-section5-inner-title {
    font-size: 2rem;
  }
  .onemillimore-section5-inner-a {
    column-gap: 0.5rem;
    font-size: 1.2rem;
  }
  .onemillimore-section5-inner-a::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.bh .header_wrap.ab {
  background-color: transparent !important;
}
/* sub */
/* footer */
.onemilli-footer {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.onemilli-footer-logoArea {
  display: flex;
  align-items: center;
  width: 100% !important;
}
.onemilli-footer-logo {
  border-right: 0 !important;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.onemilli-footer-logoSubText {
  color: var(--bh_color_gray_400);
  font-size: 1.2rem;
}
.onemilli-footer-personal-info {
  margin-left: auto !important;
  margin-right: 1rem;
}
.onemilli-footer-info {
  color: var(--bh_color_gray_400);
  width: 100% !important;
}
.onemilli-footer-info div {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.onemilli-footer-info ul {
  display: flex;
  column-gap: 18px;
  row-gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.onemilli-footer-info ul li {
  display: flex;
  column-gap: 1rem;
  align-items: center;
  color: var(--bh_color_gray_500);
}
.onemilli-footer-info ul li span {
  font-weight: bold;
  color: var(--bh_color_gray_400);
}
.onemilli-footer-info ul li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: var(--bh_color_gray_600);
  margin-left: 8px;
}
.onemilli-footer-info ul li:last-child::after {
  display: none;
}
.onemilli-footer-copyright {
  padding-left: 0 !important;
  padding-top: 0 !important;
  margin-top: 2rem;
  color: var(--bh_color_gray_700);
}
.onemilli-footer-line {
  width: 100%;
  color: var(--bh_color_gray_900);
  border-color: var(--bh_color_gray_900);
}
@media (max-width: 991.98px) {
  .onemilli-footer-personal-info {
    margin-left: 0;
  }
}
/* test4 use col */
.test4 .xe-widget-wrapper {
  overflow: initial;
}
.test4 .content_wrap {
  position: relative;
}
.test4 .content.clearfix {
  position: static !important;
}
.test4 .bh_page_widget_wrap .bh_page_widget_inner {
  position: static;
}
.useCol-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.useCol-inner-info-content {
  display: flex;
  align-items: center;
  column-gap: 4rem;
  padding: 3rem 4rem;
  border-radius: 20px 0 20px 0;
  border: 1px solid var(--bh_color_gray_300);
  cursor: pointer;
  transition-duration: 0.3s;
}
.useCol-inner-info-content:hover {
  box-shadow: 1px 10px 10px var(--bh_color_gray_300);
  margin-bottom: 4rem;
  margin-top: -4rem;
}
.useCol-inner-info-content:hover .useCol-inner-info-textArea-shortcut {
  color: #0167ff;
}
.useCol-inner-info-content:hover .useCol-inner-info-textArea-shortcut::after {
  filter: invert(27%) sepia(70%) saturate(5732%) hue-rotate(213deg) brightness(105%) contrast(102%);
}
.useCol-inner-info_join {
  background-color: #f0fbf1;
}
.useCol-inner-info_join .useCol-inner-info-textArea p {
  max-width: 280px;
}
.useCol-inner-info_support {
  background-color: #fff1f4;
  margin-right: auto;
}
.useCol-inner-info_support .useCol-inner-info-textArea p {
  max-width: 200px;
}
.useCol-inner-info-imgArea {
  background-color: var(--bh_color_white);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.useCol-inner-info-imgArea img {
  width: 5rem;
}
.useCol-inner-info-textArea {
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
  color: var(--bh_color_gray_800);
}
.useCol-inner-info-textArea h1 {
  font-size: 2rem;
}
.useCol-inner-info-textArea p {
  font-size: 1.5rem;
}
.useCol-inner-info-textArea a {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.useCol-inner-info-textArea a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: 2rem;
  background-color: var(--bh_color_white);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.useCol-inner-info-textArea a::after {
  content: "";
  display: inline-block;
  color: var(--bh_color_gray_400);
  background-image: url("/assets/images/main/icon-right-arrow_bgnone.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  width: 2rem;
  height: 2rem;
  z-index: 2;
}
.useCol-inner-info::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--bh_color_gray_300);
  position: absolute;
  top: 47rem;
  left: 0;
}
.useCol-inner-serviceGroup {
  margin-top: 2rem;
}
.useCol-inner-service {
  box-shadow: 2px 2px 10px var(--bh_color_gray_300);
  border-radius: 20px;
  overflow: hidden;
}
.col-12:first-child .useCol-inner-info-content {
  margin-bottom: 5rem;
}
.col-12:first-child .useCol-inner-info-content:hover {
  margin-bottom: 10rem;
  margin-top: -5rem;
}
.useCol-content-line {
  width: 100%;
  height: 1px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 10rem;
  margin-bottom: 2rem;
  margin-left: initial;
  margin-right: initial;
  border: 0;
  background-color: var(--bh_color_gray_200);
}
@media (max-width: 991.98px) {
  .useCol-wrapper {
    row-gap: 7rem;
  }
  .useCol-inner-info {
    flex-wrap: wrap;
    row-gap: 5rem;
  }
  .useCol-inner-info::after {
    top: 67rem;
  }
}
@media (max-width: 340px) {
  .useCol-inner-info::after {
    top: 71rem;
  }
}
/* sonpb section */
.sub #content {
  padding-bottom: 0;
}
.sonpb-wrapper {
  position: relative;
}
.sonpb-inner-main {
  margin-top: 20px;
  min-height: 800px;
  background-image: url("/assets/images/main/6d75921af46b792955d41834adab4294.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
}
.sonpb-inner-main-textArea {
  padding-top: 92px;
  display: flex;
  flex-direction: column;
  row-gap: 1.2rem;
}
.sonpb-inner-main-title {
  font-size: 4.5rem;
}
.sonpb-inner-main-paragraph {
  font-size: 1.8rem;
}
.sonpb-scrollArea {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  transform: rotate(-90deg);
  width: fit-content;
  position: absolute;
  bottom: 14%;
  right: 5%;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}
.sonpb-scrollArea::before {
  content: "";
  width: 16px;
  height: 16px;
  font-size: 1.4rem;
  display: inline-block;
  background-image: url("/assets/images/main/icon-angle-down.png");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(90deg);
}
.sonpb-inner-container1 {
  min-height: 390px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("/assets/images/main/b8044ed380abd2670f3d1b0a0f4bb4f0.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.sonpb-inner-container1-paragraph {
  font-size: 3.8rem;
}
.sonpb-inner-container1-paragraph span {
  color: #00a7cb;
  font-weight: bold;
}
.sonpb-inner-container1::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 106px;
  background: linear-gradient(to top, #00a7cb 5%, transparent 99%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sonpb-inner-container2 {
  background-color: var(--bh_color_gray_50);
}
.sonpb-inner-container2-flexWrap {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  padding: 10rem 0;
}
.sonpb-inner-container2-textArea {
  display: flex;
  flex-direction: column;
}
.sonpb-inner-container2-textArea-topic {
  display: inline-block;
  font-size: 1.6rem;
  color: #00a7cb;
  font-weight: bolder;
}
.sonpb-inner-container2-titleArea {
  display: flex;
  align-items: center;
}
.sonpb-inner-container2-titleArea-title {
  font-size: 3.8rem;
}
.sonpb-inner-container2-titleArea-paragraph {
  font-size: 1.8rem;
  margin-left: auto;
}
.sonpb-inner-container2-imgArea .swiper-slide:nth-child(2) .sonpb-inner-container2-imgWrapper {
  margin-top: 5rem;
}
.sonpb-inner-container3-content {
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
.sonpb-inner-container3-titleArea {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  text-align: center;
}
.sonpb-inner-container3-titleArea-topic {
  display: inline-block;
  font-size: 1.6rem;
  color: #00a7cb;
  font-weight: bolder;
}
.sonpb-inner-container3-titleArea-title {
  font-size: 3.8rem;
}
.sonpb-inner-container3-titleArea-paragraph {
  font-size: 1.8rem;
  margin-top: 0.5rem;
}
.sonpb-inner-container3-content-card {
  min-height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.sonpb-inner-container3-content-card-textArea {
  padding: 3rem 0 0 2.5rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sonpb-inner-container3-content .col-12:nth-child(1) .sonpb-inner-container3-content-card {
  background-image: url("/assets/images/main/value01.jpg");
}
.sonpb-inner-container3-content .col-12:nth-child(2) .sonpb-inner-container3-content-card {
  background-image: url("/assets/images/main/value02.jpg");
}
.sonpb-inner-container3-content .col-12:nth-child(3) .sonpb-inner-container3-content-card {
  background-image: url("/assets/images/main/value03.jpg");
}
.sonpb-inner-container3-content .col-12:nth-child(4) .sonpb-inner-container3-content-card {
  background-image: url("/assets/images/main/value04.jpg");
}
.sonpb-inner-container3-content .col-12:nth-child(5) .sonpb-inner-container3-content-card {
  background-image: url("/assets/images/main/value05.jpg");
  position: relative;
}
.sonpb-inner-container3-content .col-12:nth-child(5) .sonpb-inner-container3-content-card-textArea {
  padding: 0;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.sonpb-inner-container3 .card-textArea-title {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  font-size: 2.5rem;
}
.sonpb-inner-container3 .card-textArea-title-number {
  font-size: 1.2rem;
  color: var(--bh_color_gray_600);
}
.sonpb-inner-container3 .card-textArea-content {
  color: var(--bh_color_gray_800);
}
.sub .content_wrap > .bh_wrap {
  max-width: initial;
  padding: 0;
}
/* container4 */
.sonpb-inner-container4 {
  padding: 8rem 0;
  background-color: var(--bh_color_gray_50);
}
.sonpb-inner-container4-titleArea {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sonpb-inner-container4-titleArea-topic {
  display: inline-block;
  font-size: 1.6rem;
  color: #00a7cb;
  font-weight: bolder;
}
.sonpb-inner-container4-titleArea-title {
  font-size: 3.8rem;
}
.sonpb-inner-container4-serviceItem {
  background-color: var(--bh_color_white);
  border-radius: 20px;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
.sonpb-inner-container4 .serviceItem-iconArea {
  max-width: 8rem;
}
.sonpb-inner-container4 .serviceItem-textArea {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sonpb-inner-container4 .serviceItem-title {
  font-size: 2.5rem;
}
.sonpb-inner-container4 .serviceItem-paragraph {
  font-size: 1.7rem;
}
.sonpb-inner-container4 .serviceItem-link {
  display: inline-block;
  color: #00a7cb;
  border-radius: 30px;
  border: 1px solid #00a7cb;
  padding: 1.2rem 3.2rem;
  line-height: 1;
  width: fit-content;
  font-size: 1.6rem;
}
.sonpb-inner-container4 .serviceItem-link:hover {
  background-color: #00a7cb;
  color: var(--bh_color_white);
}
/* container5 */
.sonpb-inner-container5 {
  background-image: url("/assets/images/main/business.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(95, 100, 128, 0.5);
  background-blend-mode: multiply;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 2%;
}
.sonpb-inner-container5-title {
  text-align: center;
  color: var(--bh_color_white);
  font-size: 3.8rem;
  font-weight: 600;
  width: fit-content;
  text-wrap: nowrap;
}
.sonpb-inner-container5::before, .sonpb-inner-container5::after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
}
.sonpb-inner-container5::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 5%, transparent 99%);
}
.sonpb-inner-container5::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 5%, transparent 99%);
}
/* container6 */
.sonpb-inner-container6 {
  padding: 7rem 0;
}
.sonpb-inner-container6-noticeBoard-titleArea {
  display: flex;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--bh_color_gray_200);
}
.sonpb-inner-container6 .noticeBoard-title {
  font-size: 3.8rem;
}
.sonpb-inner-container6 .noticeBoard-link {
  color: #00a7cb;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.4rem;
  position: relative;
  text-wrap: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: auto;
  font-weight: 500;
}
.sonpb-inner-container6 .noticeBoard-link::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: var(--bh_color_gray_200);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sonpb-inner-container6 .noticeBoard-link::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/images/icon/plus.png");
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(71%) sepia(95%) saturate(5014%) hue-rotate(158deg) brightness(95%) contrast(101%);
}
.sonpb-inner-container6-inquiryArea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}
.sonpb-inner-container6-inquiry {
  padding: 2rem;
  display: flex;
  column-gap: 2rem;
  align-items: center;
  background-color: var(--bh_color_gray_200);
  border-radius: 10px;
  height: 50%;
}
.sonpb-inner-container6-inquiry-textArea {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
.sonpb-inner-container6 .inquiry-title {
  color: #00a7cb;
  font-size: 2.2rem;
}
.sonpb-inner-container6 .inquiry-paragraph {
  font-size: 1.7rem;
}
.sonpb-inner-container6 .inquiry_faq::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background-color: var(--bh_color_white);
  background-image: url("/assets/images/icon/faq.png");
  background-size: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
}
.sonpb-inner-container6 .inquiry_online::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  background-color: var(--bh_color_white);
  background-image: url("/assets/images/icon/global-network.png");
  background-size: 5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  flex-shrink: 0;
}
.sonpb-inner-container6 .bh .bh_content_wrap {
  display: flex;
  justify-content: space-between;
}
.sonpb-inner-container6 .bh .bh_content_wrap .bh_title .bh {
  font-size: 1.7rem;
  font-weight: 500;
}
.sonpb-inner-container6 .bh_list_3.style2 .tab_top.bh_tab_wrap .bh_widget_tab {
  margin-bottom: 1.5rem;
}
.sonpb-inner-container6 .bh_list_3 .bh_widget_content .bh_item {
  border-bottom: 0;
  padding: 0;
}
.sonpb-inner-container6 .bh_list_3 .bh_widget_content .bh_item .bh_item_inner {
  padding-left: 0;
  padding-right: 0;
}
.sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a span {
  font-size: 3.8rem;
  font-weight: 600;
}
.sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more {
  top: 36px;
  background: unset;
}
.sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more > span {
  text-align: center;
  background-color: unset;
  border: 0;
  padding: unset;
  cursor: pointer;
  color: #00a7cb;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
  text-wrap: nowrap;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: auto;
  font-weight: 500;
}
.sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more > span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: var(--bh_color_gray_200);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more > span::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-image: url("/assets/images/icon/plus.png");
  background-size: 1.4rem;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(71%) sepia(95%) saturate(5014%) hue-rotate(158deg) brightness(95%) contrast(101%);
}
/* son 반응형 */
@media (max-width: 991.98px) {
  .sub #content {
    padding: 0 !important;
  }
  .sub .body {
    padding-top: 0 !important;
  }
  .sonpb-scrollArea {
    right: 0;
  }
  .sonpb-inner-container3-content-card {
    min-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .sonpb-inner-container3-content-card {
    min-height: 200px;
  }
  .sonpb-inner-container3-content .col-12:not(:nth-child(5)) .sonpb-inner-container3-content-card-textArea {
    padding: 2rem 0 0 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .sonpb-section .topic {
    font-size: 1.4rem;
  }
  .sonpb-inner-main {
    min-height: 460px;
  }
  .sonpb-inner-main-title {
    font-size: 2.5rem;
  }
  .sonpb-inner-main-paragraph {
    font-size: 1.8rem;
  }
  .sonpb-inner-container1 {
    min-height: 180px;
  }
  .sonpb-inner-container1::before {
    height: 44px;
  }
  .sonpb-inner-container1-paragraph {
    font-size: 2rem;
  }
  .sonpb-inner-container2-flexWrap {
    padding: 4rem 0 !important;
  }
  .sonpb-inner-container2-titleArea {
    flex-direction: column;
    row-gap: 1rem;
  }
  .sonpb-inner-container2-titleArea-topic {
    text-align: center;
  }
  .sonpb-inner-container2-titleArea-title {
    font-size: 2.4rem;
  }
  .sonpb-inner-container2-titleArea-paragraph {
    font-size: 1.8rem;
    text-align: center;
    margin-left: unset !important;
  }
  .sonpb-inner-container2-textArea {
    row-gap: 1rem;
  }
  .sonpb-inner-container2-textArea-topic {
    text-align: center;
  }
  .sonpb-inner-container2-imgArea .swiper-slide:nth-child(2) .sonpb-inner-container2-imgWrapper {
    margin-top: 0;
  }
  .sonpb-inner-container3-titleArea-title {
    font-size: 2.4rem;
  }
  .sonpb-inner-container3-titleArea-paragraph {
    font-size: 1.8rem;
  }
  .sonpb-inner-container3-content {
    padding: 4rem 0;
  }
  .sonpb-inner-container3-content .col-12:nth-child(5) .sonpb-inner-container3-content-card-textArea {
    position: static !important;
    padding: 2rem 0 0 1.5rem !important;
    transform: unset !important;
  }
  .sonpb-inner-container3-card {
    min-height: 150px;
  }
  .sonpb-inner-container3 .card-textArea-title {
    font-size: 2rem;
  }
  .sonpb-inner-container3 .card-textArea-content {
    font-size: 1.8rem;
  }
  .sonpb-inner-container4 {
    padding: 4rem 0;
  }
  .sonpb-inner-container4-titleArea-title {
    font-size: 2.4rem;
  }
  .sonpb-inner-container4 .serviceItem-title {
    font-size: 2.2rem;
  }
  .sonpb-inner-container4 .serviceItem-paragraph {
    font-size: 1.8rem;
  }
  .sonpb-inner-container5-title {
    font-size: 2.4rem;
  }
  .sonpb-inner-container6 {
    padding: 4rem 0;
  }
  .sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_tab_li .bh_more {
    top: 11px;
    right: 0;
  }
  .sonpb-inner-container6 .bh_list_3 .tab_top.bh_tab_wrap .bh_widget_tab a span {
    font-size: 2.4rem;
    padding: 0;
  }
}
/* son slider */
.sonMySwiper {
  width: 100%;
  height: 100%;
}
.sonMySwiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sonMySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* yanggu */
.yanggu .content_wrap > .bh_wrap {
  max-width: initial;
  padding: 0;
}
.yanggu #content {
  padding-bottom: 0;
}
/* yanggu - container1*/
.yanggu-container1 {
  padding-top: 60px;
  padding-bottom: 100px;
}
.yanggu-container1-inner {
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}
.yanggu-container1-inner-titleArea {
  text-align: center;
}
.yanggu-container1-inner-titleArea-paragraph {
  color: var(--bh_color_gray_600);
  font-size: 1.6rem;
}
.yanggu-container1-inner-titleArea-title {
  font-size: 5rem;
}
.yanggu-container1-inner-contentArea-imgArea, .yanggu-container1-inner-contentArea-img {
  border-radius: 0 300px 300px 0;
}
.yanggu-container1-inner-contentArea-img {
  width: 100%;
  max-height: 420px !important;
  object-fit: cover;
  object-position: center;
}
.yanggu-container1-inner-contentArea-content {
  max-width: 52rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.yanggu-container1-inner-contentArea-content .content-explanation {
  display: flex;
  flex-direction: column;
  row-gap: 3.2rem;
}
.yanggu-container1-inner-contentArea-content .content-explanation-title {
  font-size: 3.6rem;
  color: #578836;
}
.yanggu-container1-inner-contentArea-content .content-explanation-paragraph {
  font-size: 1.8rem;
  color: var(--bh_color_gray_800);
}
.yanggu-container1-inner-contentArea-content .content-benefitGroup {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  padding: 0 8px;
}
.yanggu-container1-inner-contentArea-content .content-benefitGroup .benefitItem {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  position: relative;
}
.yanggu-container1-inner-contentArea-content .content-benefitGroup .benefitItem-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 110px;
  min-height: 110px;
  color: var(--bh_color_white);
  background-image: url("/assets/images/main/work11_cyber_circle.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  font-weight: 600;
  z-index: 2;
}
.yanggu-container1-inner-contentArea-content .content-benefitGroup .benefitItem::before {
  content: "";
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #75a001;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.yanggu-container1-inner-contentArea-content .content-shortcutGroup {
  display: flex;
  column-gap: 26px;
  padding: 0 10px;
}
/* yanggu-section common*/
.yanggu-section .shortcut {
  width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 1.5rem 2.2rem;
  background-color: var(--bh_color_white);
  box-shadow: 2px 2px 8px var(--bh_color_gray_400);
  border-radius: 6px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
}
.yanggu-section .shortcut::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/images/icon/icon-arrow-left.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  transform: rotate(180deg);
}
.yanggu-section .shortcut:hover {
  background-color: #7eb900;
  color: var(--bh_color_white);
}
.yanggu-container-line {
  border: 0;
  border-top: 2px dashed var(--bh_color_gray_300);
}
/* yanggu - container2*/
.yanggu-container2 {
  padding-top: 90px;
  min-height: 756px;
  background-image: url("/assets/images/main/work11_cyber_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.yanggu-container2-content {
  max-width: 584px;
  position: relative;
}
.yanggu-container2-textArea-title {
  font-size: 3.6rem;
  color: #568736;
  padding-top: 4rem;
  margin-bottom: 3rem;
}
.yanggu-container2-textArea-paragraph {
  margin-bottom: 3rem;
  font-size: 1.8rem;
  color: var(--bh_color_gray_800);
}
.yanggu-container2-benefitItem {
  border-bottom: 1px solid var(--bh_color_gray_50);
  padding: 1.5rem 0 !important;
  color: var(--bh_color_gray_600);
  display: flex;
  column-gap: 14px;
  font-size: 1.8rem;
}
.yanggu-container2-benefitItem:first-child {
  border-top: 2px solid #7eb900;
}
.yanggu-container2 .benefitItem-num {
  color: #679600;
  font-weight: 500;
}
.yanggu-container2-cardImg {
  max-width: 600px !important;
  transform: translateY(10%);
}
.yanggu-container2-cardImgArea {
  margin-top: 90px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("/assets/images/main/work11_cyber_round_img2.png");
  background-repeat: no-repeat;
  background-size: 100% 50%;
}
.yanggu-container2 .detail-benefit-shortcut {
  position: absolute;
  bottom: -4px;
  right: -280px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .yanggu-container2-cardImgArea {
    height: unset;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .yanggu-container2-content {
    max-width: 500px;
  }
}
@media (max-width: 1094px) {
  .yanggu-container1 .content-shortcutGroup {
    flex-direction: column;
    row-gap: 15px;
  }
  .yanggu-container1 .content-benefitGroup {
    column-gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .yanggu #content {
    padding-top: 40px;
  }
  .yanggu-container1 {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .yanggu-container1 .content-benefitGroup {
    column-gap: 20px;
  }
  .yanggu-container1 .content-benefitGroup .benefitItem-text {
    font-size: 1.8rem;
  }
  .yanggu-container2 {
    padding-top: 30px;
  }
  .yanggu-container2-content {
    margin-bottom: 10px;
  }
  .yanggu-container2-cardImgArea {
    position: static;
    margin-top: 0;
    width: initial;
    background-image: unset;
    background-repeat: no-repeat;
    background-size: unset;
    border-radius: unset;
  }
  .yanggu-container2-cardImg {
    transform: unset;
  }
  .yanggu-container2 .yanggu-container2-benefitGroup {
    margin-bottom: 2rem;
  }
  .yanggu-container2 .detail-benefit-shortcut {
    position: static;
  }
  .yanggu-container2-textArea-title {
    padding-top: 0;
  }
  .yanggu-container2-content {
    max-width: 584px;
  }
}
@media (max-width: 767.98px) {
  .yanggu-container2-cardImg {
    max-width: 100% !important;
  }
  .yanggu-container2-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .yanggu-container1 {
    padding-bottom: 30px;
  }
  .yanggu-container1-inner {
    row-gap: 3rem;
  }
  .yanggu-container1-inner-titleArea-title {
    font-size: 3.5rem;
  }
  .yanggu-container1 .content-explanation {
    row-gap: 2rem;
  }
  .yanggu-container1 .content-explanation-title {
    font-size: 3rem;
  }
  .yanggu-container1 .content-benefitGroup {
    grid-template-columns: repeat(2, 110px);
    grid-template-rows: repeat(2, 110px);
    row-gap: 2rem;
  }
  .yanggu-container2 {
    padding-top: 20px;
  }
  .yanggu-container2-textArea-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .yanggu-container2 .benefitItem-num {
    flex-shrink: 0;
  }
}
/* 메인 스와이퍼 - bread */
.swiper-main .item .slider_content_wrap span.custom-main-title {
  font-size: 55px !important;
  font-weight: 400;
  text-shadow: 1px 1px 7px var(--bh_color_gray_800);
  margin-bottom: 2rem;
}
.swiper-main .item .slider_content_wrap span.custom-main-title span {
  font-weight: 600;
}
.swiper-main .item .slider_content_wrap span.custom-main-paragraph {
  font-size: 24px !important;
  font-weight: 300;
}
.swiper-main .custom-main-textArea {
  position: relative;
}
.swiper-main .custom-main-textArea::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #c92031;
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-main .swiper-pagination-wrapper {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.swiper-main .swiper-pagination-progressbar {
  position: static !important;
  top: unset !important;
  bottom: 50% !important;
  left: 68px !important;
  z-index: 2;
  width: 170px !important;
  height: 2px !important;
  flex-shrink: 0;
  background-color: var(--swiper-pagination-progressbar-bg-color, rgba(255, 255, 255, 0.4));
}
.swiper-main .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--bh_color_white);
  width: 170px !important;
  height: 2px !important;
  left: unset;
  top: unset;
}
.swiper-main .swiper-pagination-fraction {
  color: rgba(255, 255, 255, 0.6);
  width: fit-content;
  flex-shrink: 0;
}
.swiper-main .swiper-pagination-fraction .swiper-pagination-current {
  color: var(--bh_color_white);
}
.swiper-main .swiper-button-wrapper {
  display: flex;
  margin-left: 20px;
}
.swiper-main .swiper-button-prev {
  width: 6px;
  margin: 0;
  position: static !important;
  margin-right: 10px;
}
.swiper-button-pause {
  background-image: url("/assets/images/icon/icon-pause-button.png");
  bottom: 5px;
  left: 282px;
  width: 20px;
  height: 59px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(99%) sepia(0%) saturate(0%) hue-rotate(336deg) brightness(102%) contrast(102%);
  z-index: 10;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.swiper-main .swiper-button-next {
  width: 6px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: static !important;
}
.swiper-main .absoluteLayout {
  position: absolute;
  bottom: 112px;
  z-index: 10;
  display: flex;
  column-gap: 20px;
}
/* slider */
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px !important;
}
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
  font-size: 24px !important;
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item2 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
.swiper-main .item.item3 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item3 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
@media (max-width: 991.98px) {
  .swiper-main {
    height: 500px;
  }
  .absoluteLayout {
    left: 50%;
    transform: translateX(-50%);
  }
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px !important;
  }
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
    font-size: 16px !important;
  }
  .swiper-main .item.item2 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item2 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
  .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item3 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
  .custom-main-textArea {
    margin: 0 auto;
  }
  .custom-main-textArea::before {
    width: 20px !important;
    height: 20px !important;
    top: -2px !important;
    left: 104px !important;
  }
}
@media (max-width: 575.98px) {
  .swiper-main {
    height: 300px;
  }
  .swiper-main .absoluteLayout {
    bottom: 28px !important;
  }
}
@media (max-width: 370px) {
  .custom-main-textArea::before {
    left: 96px !important;
  }
}
/* 링크 */
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
.link .content_wrap > .bh_wrap {
  max-width: initial;
  padding: 0;
}
.linkTaxFree-section-main-top {
  background-image: url("/assets/images/main/img2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.linkTaxFree-section-main-logoArea {
  margin: 0 auto;
  padding-top: 120px;
  width: fit-content;
}
.linkTaxFree-section-main-titleArea {
  display: flex;
  justify-content: center;
  position: relative;
  left: 21px;
}
.linkTaxFree-section-main-titleArea::before {
  content: "";
  width: 900px;
  height: 390px;
  background-image: url("/assets/images/main/img3.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -74px;
}
.linkTaxFree-section-main-titleArea-taxRefund {
  position: relative;
  left: 6px;
}
.linkTaxFree-section-main-titleArea-service {
  text-wrap: nowrap;
  position: relative;
  right: 32px;
}
.linkTaxFree-section-main-titleArea h1 {
  font-family: "Paperozi";
  padding-top: 130px;
  font-size: 90px;
  font-weight: 800;
  color: var(--bh_color_white);
}
.linkTaxFree-section-main-titleArea-imgArea {
  position: relative;
  top: 84px;
}
.linkTaxFree-section-main-content {
  margin-top: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.linkTaxFree-section-main-content-textArea {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.linkTaxFree-section-main-content-textArea-title {
  font-family: "Paperozi";
  font-size: 5rem;
  font-weight: 800;
}
.linkTaxFree-section-main-content-textArea-title span {
  color: #386dfa;
}
.linkTaxFree-section-main-content-textArea-paragraph {
  font-size: 1.8rem;
}
.linkTaxFree-section-main-content-textArea-paragraph span {
  font-weight: 600;
}
.linkTaxFree-section-main-content-articleItem {
  box-shadow: 2px 2px 5px var(--bh_color_gray_400);
  border-radius: 50% 50% 20px 20px;
  padding: 40px 30px 0 30px !important;
  text-align: center;
}
.linkTaxFree-section-main-content-articleItem .articleItem-articleArea {
  border-bottom: 1px solid var(--bh_color_gray_400);
}
.linkTaxFree-section-main-content-articleItem .articleItem-priceList li {
  display: flex;
}
.linkTaxFree-section-main-content-articleItem .articleItem-priceList li p:last-child {
  margin-left: auto;
}
.linkTaxFree-section-main-content-articleItem .articleItem-finalPriceArea {
  padding: 20px 0;
  background-color: #386dfa;
}
@media (max-width: 991.98px) {
  .link #content {
    padding: 0;
  }
}
/*# sourceMappingURL=cfcb11cd6166b0f147207a45ae07699137bd2cc5.page.scss.map */
