@charset "UTF-8";

@import url("/invitation/skin/default/css/header.css");


/** type_4 빛나는오늘 **/
#invite_header.type_4 {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  background-color: #fff;
}

#invite_header.type_4 #wedding_info {
  padding-top: min(9.3vw, 84px);
}

#invite_header.type_4 .name_wrap {
  padding-bottom: min(8.72vw, 78px);
}

#invite_header.type_4 .bg {
  position: absolute;
  margin: min(3.8vw, 34px);
  width: calc(100% - min(7.6vw, 68px));
  height: calc(100% - min(7.6vw, 68px));
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#share_image {
  width: 100%;
}

#invite_header .bg_cover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
