@charset "UTF-8";



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






/** type_12 일상으로의초대 **/
#invite_header.type_12 {
  width: 100%;
  height: fit-content;
  padding: min(15.6vw, 140px) 0 min(3.75vw, 34px) 0;
}

#invite_header.type_12 .invite_header_bg_intro {
  padding-bottom: min(6.5vw, 59px);
  text-align: center;
}

#invite_header.type_12 .invite_header_bg_intro > img {
    width: min(3.9vw, 35px);
}

#invite_header.type_12 .name_wrap {
  padding: min(6.5vw, 59px) 0;
}

#invite_header.type_12 .share_image_wrap {
  text-align: center;
  height: fit-content;
  padding: min(3.125vw, 28px) 0;
}


.and > img {
  width: min(6.6vw, 59px);
}

#share_image {
    width: 51%;
}


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


#invite_header.type_12 .screen {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .2;
}
