@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;
  }
}
.xe_content {
  color: var(--bh_color_text) !important;
  font-size: 14px;
  /*line-height: 1.6 !important;*/
  font-family: inherit !important;
}
/* common */
/* header */
@media (max-width: 991.98px) {
  .mobile_header_top .mobile_logo img {
    height: 19px;
  }
}
/* section1 */
.section1 {
  height: 2991px;
}
.section1 .effect {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 1px;
}
.section1 .h-op-150 {
  height: 150px;
}
.section1 .h-op-250 {
  height: 250px;
}
.section1 .h-op-320 {
  height: 320px;
}
.section1 > .bh_wrap {
  max-width: 1920px;
  padding: 0;
}
.section1 > .bh_wrap .all_wrap {
  padding: 50px 0;
  top: 0 !important;
  left: 0 !important;
  filter: grayscale(2);
}
.section1 > .bh_wrap .all_wrap .bh_row {
  flex-wrap: nowrap !important;
  justify-content: center;
}
.section1 > .bh_wrap .all_wrap .sec_title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.section1 > .bh_wrap .all_wrap .sec_title img {
  width: 585px;
  transition: unset !important;
  zoom: 0.7;
}
.section1 > .bh_wrap .all_wrap .left_area {
  transition: all 1s;
}
.section1 > .bh_wrap .all_wrap .left_area .txt_box {
  margin: 85px 0 126px 85px;
}
.section1 > .bh_wrap .all_wrap .left_area .txt_box .txt1 {
  width: 571px;
  margin-bottom: 50px;
  filter: unset;
}
.section1 > .bh_wrap .all_wrap .left_area .txt_box .txt2 {
  height: 60px;
  filter: unset;
}
.section1 > .bh_wrap .all_wrap .right_area {
  transition: all 1s;
}
.section1 > .bh_wrap .all_wrap .right_area .active_box {
  width: 500px;
}
.section1 > .bh_wrap .all_wrap .right_area .active_box img {
  position: relative;
  z-index: 9;
  transition: unset !important;
}
@media (max-width: 1800px) {
  .section1 > .bh_wrap .all_wrap {
    zoom: 0.8;
    margin-top: 50px !important;
  }
}
@media (max-width: 1500px) {
  .section1 {
    height: 2722px;
  }
  .section1 > .bh_wrap .all_wrap {
    zoom: 0.7;
  }
}
@media (max-width: 1200px) {
  .section1 {
    height: 2680px;
  }
  .section1 > .bh_wrap .all_wrap {
    zoom: 0.62;
    margin-top: 50px !important;
  }
}
@media (max-width: 1050px) {
  .section1 {
    height: 2600px;
  }
  .section1 > .bh_wrap .all_wrap {
    margin-top: 100px !important;
    zoom: 0.52;
  }
}
@media (max-width: 991.98px) {
  .section1 {
    height: auto;
  }
  .section1 .effect {
    display: none;
  }
  .section1 .h-op-150 {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .section1 .h-op-250 {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .section1 .h-op-320 {
    height: 150px;
    width: 100%;
    object-fit: cover;
  }
  .section1 > .bh_wrap {
    padding: 50px 15px 15px;
  }
  .section1 > .bh_wrap .all_wrap {
    padding: 0;
    zoom: 1;
    margin-top: 0px !important;
    transform: scale(1);
  }
  .section1 > .bh_wrap .all_wrap .bh_row {
    flex-wrap: wrap !important;
  }
  .section1 > .bh_wrap .all_wrap .sec_title {
    top: 42.5%;
  }
  .section1 > .bh_wrap .all_wrap .sec_title img {
    width: 80%;
    transition: unset !important;
    zoom: 1;
  }
  .section1 > .bh_wrap .all_wrap .left_area .txt_box {
    margin: 0 0 20px;
  }
  .section1 > .bh_wrap .all_wrap .left_area .txt_box .txt1 {
    width: 100%;
    margin-bottom: 30px;
  }
  .section1 > .bh_wrap .all_wrap .left_area .txt_box .txt2 {
    height: 50px;
  }
  .section1 > .bh_wrap .all_wrap .right_area .active_box {
    width: 100%;
    height: auto;
  }
  .section1 > .bh_wrap .all_wrap .right_area .active_box img {
    transform: scale(1);
  }
}
/* section2 */
.sec2 span {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background: url("../../../../layouts/wp2300xys1//files/attach/images/test/test.png") no-repeat;
  background-attachment: fixed;
  background-size: cover;
  display: block;
}
.sec2 span::after {
  content: "/files/attach/images/test/";
  color: #fff;
  font-size: 16px;
}
/* section3 */
#s, #a, #m, #p, #l, #e {
  stroke-dasharray: 422;
  stroke-dashoffset: -422;
  animation: s-anim 12s forwards infinite;
}
@keyframes s-anim {
  0% {
    stroke-dashoffset: -422px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  70% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: -422px;
  }
}
/* section4 */
.sec4 {
  padding-bottom: 500px;
}
.sec4 .svg_box {
  transform: scale(0.3);
}
.sec4 .svg_box svg {
  overflow: unset;
  position: relative;
  left: -500px;
}
.sec4 .svg_box svg .lineWrap .line1 {
  stroke-dasharray: 0px 3000000px;
  transition: all 5s !important;
  transition-timing-function: linear;
}
/* section5 */
.sec5 .img_box {
  padding: 100px 0;
  text-align: center;
  background: url("../../../../layouts/wp2300xys1//files/attach/images/test/img1.png");
  background-size: cover;
}
/* section6 */
.sec6 .ds-g {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, minmax(300px, auto));
  gap: 10px;
}
.sec6 .ds-g > div {
  background-color: #bdbdbd;
  border: 1px slateblue solid;
}
/* sub */
.join_area {
  padding: 20px 15px 30px;
}
.join_area form input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 47px;
  border: solid 1px #e8e9ea;
  background-color: #f7f8f9;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 16px;
}
.join_area form input::placeholder {
  font-size: 16px;
  color: #bdbdbd;
}
.join_area form .agr {
  margin-top: 30px;
}
.join_area form .agr p {
  color: var(--bh_color_gray_600);
  padding-bottom: 19.5px;
  margin-bottom: 19.5px;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.join_area form .agr li {
  color: var(--bh_color_gray_600);
  font-size: 15px;
}
.join_area form .agr li span {
  font-weight: 400 !important;
  font-size: 13px;
  margin-left: 5px;
}
.join_area form button {
  margin-top: 30px;
  border-radius: 8px;
  box-shadow: 0 6px 23px 0 rgba(0, 0, 0, 0.01), 0 24px 34px 0 rgba(0, 0, 0, 0.01), 0 95px 48px 0 rgba(0, 0, 0, 0.01), 0 148px 52px 0 rgba(0, 0, 0, 0), 0 -6px 40px 0 rgba(0, 0, 0, 0.02);
  background-color: #34adb9;
  height: 60px;
  border: 0;
  width: 100%;
  color: var(--bh_color_white);
  font-size: 18px;
  font-weight: 500;
}
#addList {
  padding: 30px;
  background-color: var(--bh_color_gray_100);
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 15px;
}
#addList ul {
  border-radius: 10px;
  padding: 30px;
  background-color: var(--bh_color_white);
  margin-bottom: 30px;
  height: 300px;
  overflow-y: scroll;
}
#addList ul li {
  border: 1px solid var(--bh_color_gray_300);
  padding: 5px 15px;
  background-color: var(--bh_color_white);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  margin-bottom: 15px;
}
#addList ul li:last-child {
  margin-bottom: 0;
}
#addList input {
  border: 1px solid var(--bh_color_gray_300);
  height: 40px;
  font-size: 15px;
  width: 100%;
  border-radius: 5px;
  padding: 0 15px;
}
#addList input:focus {
  outline: unset;
}
.ajax_wrap h2 {
  margin-bottom: 30px;
}
.ajax_wrap button {
  border: 1px solid var(--bh_color_gray_300);
  text-align: center;
  width: 150px;
  height: 50px;
  background-color: var(--bh_color_gray_100);
  font-weight: 500;
  cursor: pointer;
}
/* footer */
/* slider */
.swiper-main .item {
  background-attachment: fixed;
}
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_1 {
  font-size: 55px;
}
.swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
  font-size: 30px;
}
.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 .item.item1 .slider_content_wrap span.slider_content_text_1 {
    font-size: 22px;
  }
  .swiper-main .item.item1 .slider_content_wrap span.slider_content_text_2 {
    font-size: 18px;
  }
  .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;
  }
}
/* font-size test */
.page1 .xe-widget-wrapper {
  overflow: unset;
}
.page1 .filter {
  border-radius: 20px;
  margin-bottom: 50px;
  padding: 20px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.page1 .filter .subject {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--bh_color_gray_300);
}
.page1 .filter select {
  width: 100%;
  display: block;
  max-width: 450px;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px;
  border: 1px solid var(--bh_color_gray_500);
}
.page1 .filter input {
  margin-right: 5px;
}
.page1 .filter label {
  font-size: 14px;
  font-weight: 500;
  color: var(--bh_color_gray_600);
  cursor: pointer;
}
.page1 .filter .reset {
  padding-top: 10px;
  border-top: 1px solid var(--bh_color_gray_300);
}
.page1 .filter .reset a {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 5px;
  font-size: 14px;
  padding: 8px 10px;
  cursor: pointer;
  line-height: 1;
}
.page1 .inner {
  background-color: var(--bh_color_white);
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.25);
}
.page1 .inner .title {
  margin-bottom: 25px;
  background-color: var(--bh_color_gray_50);
  padding: 10px;
  border-radius: 10px;
}
.page1 .inner .title h3 {
  font-size: 24px;
}
.page1 .inner .in_title {
  margin-bottom: 15px;
}
.page1 .inner .in_title p {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 15px;
  background-color: var(--bh_color_gray_50);
}
.page1 .inner .line-area {
  margin-bottom: 40px;
}
.page1 .inner .line-area:last-child {
  margin-bottom: 0;
}
.page1 .inner.long .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.page1 .lh-10 {
  line-height: 1 !important;
}
.page1 .lh-11 {
  line-height: 1.1 !important;
}
.page1 .lh-12 {
  line-height: 1.2 !important;
}
.page1 .lh-13 {
  line-height: 1.3 !important;
}
.page1 .lh-14 {
  line-height: 1.4 !important;
}
.page1 .lh-15 {
  line-height: 1.5 !important;
}
.page1 .lh-16 {
  line-height: 1.6 !important;
}
.page1 .lh-17 {
  line-height: 1.7 !important;
}
.page1 .lh-18 {
  line-height: 1.8 !important;
}
.page1 .lh-19 {
  line-height: 1.9 !important;
}
.page1 .lh-20 {
  line-height: 2 !important;
}
@media (max-width: 991.98px) {
  .page1 .inner {
    padding: 15px;
  }
  .page1 .inner .title {
    margin-bottom: 20px;
  }
}
/* t_order 기능구현 */
.t_order_wrap {
  border: 1px solid var(--bh_color_gray_300);
  padding: 15px;
}
.t_order_wrap .menu_viwe_area {
  border: 1px solid var(--bh_color_gray_300);
  padding: 15px;
  border-radius: 5px;
}
.t_order_wrap .menu_viwe_area .inner .img_area {
  height: 200px;
  border-radius: 15px;
  background-color: var(--bh_color_gray_100);
  margin-bottom: 10px;
}
.t_order_wrap .menu_viwe_area .inner .img_area p {
  font-weight: bold;
  font-size: 18px;
}
.t_order_wrap .menu_viwe_area .inner .name {
  font-size: 24px;
  font-weight: bold;
}
.t_order_wrap .menu_viwe_area .inner .price {
  font-weight: 500;
  font-size: 20px;
}
.t_order_wrap .product_list {
  border: 1px solid var(--bh_color_gray_300);
  border-radius: 5px;
}
.t_order_wrap .product_list .product {
  padding: 15px;
  height: 491px;
  overflow-y: scroll;
  position: relative;
}
.t_order_wrap .product_list .product::-webkit-scrollbar {
  display: none;
}
.t_order_wrap .product_list .product li {
  padding: 10px 0;
  border-bottom: 1px solid var(--bh_color_gray_500);
}
.t_order_wrap .product_list .product li .product_detail {
  position: relative;
}
.t_order_wrap .product_list .product li .product_detail .p_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.t_order_wrap .product_list .product li .product_detail .p_price {
  font-size: 18px;
  font-weight: 500;
}
.t_order_wrap .product_list .product li .product_detail .cancel {
  width: 30px;
  height: 30px;
  background-color: #dd4b4b;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  cursor: pointer;
  line-height: 30px;
  color: var(--bh_color_white);
  text-align: center;
}
.t_order_wrap .product_list .product li .product_detail .count_box {
  margin-top: 15px;
}
.t_order_wrap .product_list .product li .product_detail .count_box .down, .t_order_wrap .product_list .product li .product_detail .count_box .up {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #dd4b4b;
  color: var(--bh_color_white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t_order_wrap .product_list .product li .product_detail .count_box .num::after {
  content: "개";
}
.t_order_wrap .product_list .total {
  background-color: var(--bh_color_gray_100);
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 55px;
  padding-left: 20px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  font-weight: 500;
}
.t_order_wrap .product_list .order_btn {
  background-color: #E30000;
  width: 100%;
  position: sticky;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  font-weight: bold;
  color: var(--bh_color_white);
  cursor: pointer;
}
.xe-widget-wrapper {
  overflow: unset;
}
.order_cheack {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.order_cheack .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.order_cheack .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bh_color_white);
  max-width: 800px;
  width: 100%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 15px;
}
.order_cheack .inner h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.order_cheack .btn_area {
  margin-top: 10px;
}
.order_cheack .btn_area .close, .order_cheack .btn_area .finish {
  cursor: pointer;
  font-weight: bold;
  color: var(--bh_color_white);
  padding: 10px 0;
  font-size: 20px;
  border-radius: 10px;
  background-color: var(--bh_color_gray_600);
}
.order_cheack .btn_area .finish {
  background-color: #dd4b4b;
}
.wrap_box .full_area {
  background-color: #e0e0e0;
  position: relative;
  padding: 80px 0;
  width: 100vw;
  margin-bottom: 50px;
  left: calc(-1 *(100vw - 1170px) / 2);
}
.wrap_box .full_area p {
  text-align: center;
}
.wrap_box .wrap_area_right {
  background-color: #e0e0e0;
  position: relative;
  padding: 80px 0;
  margin-bottom: 50px;
  width: calc(1200px + ((100vw - 1230px) / 2));
}
.wrap_box .wrap_area_right .bh_wrap {
  margin: 0 -15px;
}
.wrap_box .wrap_area_left {
  background-color: #e0e0e0;
  position: relative;
  padding: 80px 0;
  width: calc(1200px + ((100vw - 1230px) / 2));
  left: calc(-1 *(100vw - 1170px) / 2);
}
.wrap_box .wrap_area_left .bh_wrap {
  margin: 0 -15px 0 auto;
}
/*# sourceMappingURL=45211f0b70c2d8e472babb17d4ed59e63e46fe37.page.scss.map */
