/* bh (9haging@gmail.com) */
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap.fullscreen {
  z-index: 10;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* iOS only */
}
@supports (-webkit-touch-callout: none) {
  .bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner {
    height: calc(100vh - 100px);
  }
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_box {
  position: relative;
  height: calc(100% - 100px);
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_box .camera_shutter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 1;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_box .camera_shutter.flash {
  opacity: 1;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_box video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100px;
  color: #fff;
  font-size: 17px;
  background: #000;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_btn_wrap .camera_btn_file {
  position: absolute;
  left: 20px;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_btn_wrap .camera_btn_shoot {
  width: 60px;
  height: 60px;
  font-size: 0;
  text-align: center;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_btn_wrap .camera_btn_shoothover {
  background-color: #e7e7e7;
}
.bh_view_write_wrap .bh_shot_camera_wrap .camera_wrap .camera_inner .camera_btn_wrap .camera_btn_shoot:focus {
  outline: none;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap {
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap.fullscreen {
  z-index: 10;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner {
  position: relative;
  width: 100%;
  height: 100vh;
  /* iOS only */
}
@supports (-webkit-touch-callout: none) {
  .bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner {
    height: -webkit-fill-available;
  }
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper_btn_wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 17px;
  background: #000;
  padding-bottom: 10px;
  align-items: center;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper_btn_wrap .cropper_btn_file {
  display: none;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper_btn_wrap .cropper_btn_file > input {
  display: none;
}
.bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper_btn_wrap .cropper_btn_camera, .bh_view_write_wrap .bh_shot_camera_wrap .cropper_wrap .cropper_inner .cropper_btn_wrap .cropper_btn_crop {
  flex: 1 1 0% !important;
  text-align: center;
  cursor: pointer;
}
.bh_view_write_wrap .bh_camera_content_wrap {
  position: relative;
  min-height: 269px;
  background-color: rgba(255, 222, 217, 0.26);
  border-radius: 15px;
  padding: 5px;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera_text_wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 144px;
  margin: 0;
  overflow: hidden;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading ul {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999999;
  margin: 0;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading .loader-circle {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading .loader-circle li {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  padding: 0;
  position: relative;
  margin: 0 0 0 4px;
  background: #999;
  animation: preload 1s infinite;
  border-radius: 100%;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading .loader-circle li:nth-child(2) {
  animation-delay: 0.2s;
}
.bh_view_write_wrap .bh_camera_content_wrap .camera-loading .loader-circle li:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes preload {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.bh_view_write_wrap .bh_photo_content_wrap {
  position: relative;
}
.bh_view_write_wrap .bh_photo_content_wrap .photo_wrap {
  background-color: rgba(255, 222, 217, 0.26);
  border-radius: 15px;
  overflow: hidden;
}
.bh_view_write_wrap .bh_photo_content_wrap .photo_wrap > img {
  width: 100%;
}
.bh_view_write_wrap .bh_photo_content_wrap .bh_camera_btn {
  display: inline-block;
  color: var(--bh_color_gray_500);
  text-align: center;
  background-color: var(--bh_color_white);
  border: 1px solid var(--bh_color_gray_500);
  border-radius: 10px;
  padding: 12px 10px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}
.text_underline {
  display: inline-block;
  min-width: 105px;
  color: var(--bh_color_main);
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  vertical-align: text-bottom;
  border-bottom: 1px solid var(--bh_color_text);
}
/* cropper */
.vue-advanced-cropper {
  text-align: center;
  position: relative;
  user-select: none;
  max-height: 100%;
  max-width: 100%;
  direction: ltr;
}
.vue-advanced-cropper__stretcher {
  pointer-events: none;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
.vue-advanced-cropper__image {
  user-select: none;
  position: absolute;
  transform-origin: center;
  max-width: none !important;
}
.vue-advanced-cropper__background, .vue-advanced-cropper__foreground {
  opacity: 1;
  background: black;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.vue-advanced-cropper__foreground {
  opacity: 0.5;
}
.vue-advanced-cropper__boundaries {
  opacity: 1;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.vue-advanced-cropper__cropper-wrapper {
  width: 100%;
  height: 100%;
}
.vue-advanced-cropper__image-wrapper {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.vue-advanced-cropper__stencil-wrapper {
  position: absolute;
}
.vue-simple-handler {
  display: block;
  background: white;
  height: 10px;
  width: 10px;
}
.vue-draggable-area {
  position: relative;
}
.vue-handler-wrapper {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
}
.vue-handler-wrapper__draggable {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vue-handler-wrapper--west-north {
  cursor: nw-resize;
}
.vue-handler-wrapper--north {
  cursor: n-resize;
}
.vue-handler-wrapper--east-north {
  cursor: ne-resize;
}
.vue-handler-wrapper--east {
  cursor: e-resize;
}
.vue-handler-wrapper--east-south {
  cursor: se-resize;
}
.vue-handler-wrapper--south {
  cursor: s-resize;
}
.vue-handler-wrapper--west-south {
  cursor: sw-resize;
}
.vue-handler-wrapper--west {
  cursor: w-resize;
}
.vue-handler-wrapper--disabled {
  cursor: auto;
}
.vue-line-wrapper {
  background: none;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vue-line-wrapper--north, .vue-line-wrapper--south {
  height: 12px;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
}
.vue-line-wrapper--north {
  top: 0;
  cursor: n-resize;
}
.vue-line-wrapper--south {
  top: 100%;
  cursor: s-resize;
}
.vue-line-wrapper--east, .vue-line-wrapper--west {
  width: 12px;
  height: 100%;
  transform: translateX(-50%);
  top: 0;
}
.vue-line-wrapper--east {
  left: 100%;
  cursor: e-resize;
}
.vue-line-wrapper--west {
  left: 0;
  cursor: w-resize;
}
.vue-line-wrapper--disabled {
  cursor: auto;
}
.vue-simple-line {
  background: none;
  transition: border 0.5s;
  border-color: rgba(255, 255, 255, 0.3);
  border-width: 0;
  border-style: solid;
}
.vue-simple-line--south, .vue-simple-line--north {
  height: 0;
  width: 100%;
}
.vue-simple-line--east, .vue-simple-line--west {
  height: 100%;
  width: 0;
}
.vue-simple-line--east {
  border-right-width: 1px;
}
.vue-simple-line--west {
  border-left-width: 1px;
}
.vue-simple-line--south {
  border-bottom-width: 1px;
}
.vue-simple-line--north {
  border-top-width: 1px;
}
.vue-simple-line--hover {
  opacity: 1;
  border-color: white;
}
.vue-preview-result {
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  height: 100%;
  width: 100%;
}
.vue-preview-result__wrapper {
  position: absolute;
}
.vue-preview-result__image {
  pointer-events: none;
  position: relative;
  user-select: none;
  transform-origin: center;
  max-width: none !important;
}
.vue-bounding-box {
  position: relative;
  height: 100%;
  width: 100%;
}
.vue-bounding-box__handler {
  position: absolute;
}
.vue-bounding-box__handler--west-north {
  left: 0;
  top: 0;
}
.vue-bounding-box__handler--north {
  left: 50%;
  top: 0;
}
.vue-bounding-box__handler--east-north {
  left: 100%;
  top: 0;
}
.vue-bounding-box__handler--east {
  left: 100%;
  top: 50%;
}
.vue-bounding-box__handler--east-south {
  left: 100%;
  top: 100%;
}
.vue-bounding-box__handler--south {
  left: 50%;
  top: 100%;
}
.vue-bounding-box__handler--west-south {
  left: 0;
  top: 100%;
}
.vue-bounding-box__handler--west {
  left: 0;
  top: 50%;
}
.vue-rectangle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.vue-rectangle-stencil__preview {
  position: absolute;
  width: 100%;
  height: 100%;
}
.vue-rectangle-stencil--movable {
  cursor: move;
}
.vue-preview {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.vue-preview--fill {
  width: 100%;
  height: 100%;
  position: absolute;
}
.vue-preview__wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
}
.vue-preview__image {
  pointer-events: none;
  position: absolute;
  user-select: none;
  transform-origin: center;
  max-width: none !important;
}
.vue-circle-stencil {
  position: absolute;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
  cursor: move;
}
.vue-circle-stencil__preview {
  border-radius: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.vue-circle-stencil--movable {
  cursor: move;
}
/* -cropper */
/*# sourceMappingURL=34a0dc86b100bf57f421c5caf6c2181d425a4a8b.view_write.scss.map */
