@import url("humanframe/theme/reserv/assets/css/notosan.css");
@font-face {
    font-family: 'Paperlogy-6SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}



.sharegg-newsletter-container {
  font-family: "Paperlogy-5Medium", "Noto Sans KR", "Noto Sans Korean";
  font-weight: 400;
  width: 900px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  /*padding:0 60px;*/
  position: relative;
  background-color: #FFF4F9;
  background-image: url("sharegg-newsletter-foot-background.png"), url("conbg.png");
  background-position: bottom, center;
  background-repeat: no-repeat;
  background-size: contain, cover;
  overflow: hidden;
}

.sharegg-newsletter-head {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0;
  padding-bottom: 42.6%;
  z-index:0;
}
.sharegg-newsletter-head > img {
  position: Absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.sharegg-newsletter-head area:focus {
  outline: 2px solid #000;
}

.sharegg-newsletter-body {
  width: auto;
  height: auto;
  top: 42.6%;
  padding: 0 0;
  margin: 0 8%;
  z-index:1;
}

.sharegg-newsletter-foot {
	position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 131px;
  padding: 0;
  z-index:0;
}

.sharegg-newsletter-foot::before {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	width:100%;
	height: 212px;
	background: no-repeat center bottom url("sharegg-newsletter-accessory03.png");
	 pointer-events: none;
	 background-size: contain;
}

.sharegg-newsletter-foot img {z-index:1;}

.newsletter-card-list {
  display: flex;
  /*grid-template-columns: repeat(2, 1fr);*/
  width: 100%;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: clamp(14px, 10px + 2vw, 40px);
}
@media screen and (max-width: 900px) {
  .newsletter-card-list {
    gap: 20px;
    row-gap: 20px;
  }
}
.newsletter-card-list > li {
  position: relative;
  width: calc(50% - 20px);
}
@media screen and (max-width: 900px) {
  .newsletter-card-list > li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 460px) {
  .newsletter-card-list > li {
    width: 100%;
  }
}
.newsletter-card-list > li.hasPin01::before {
  content: "";
  display: inline-block;
  background: no-repeat url("sharegg-newsletter-accessory01.svg");
  background-size: contain;
  background-position: left top;
  position: Absolute;
  z-index: 2;
  left: -60px;
  top: 20px;
  width: 116px;
  height: 240px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .newsletter-card-list > li.hasPin01::before {
    left: -40px;
    top: 16px;
      width:70px;
	 height:140px;
  }
}
@media screen and (max-width: 480px) {
  .newsletter-card-list > li.hasPin01::before {
    width:70px;
	left:-37px;
	top:28px;
  }
}
.newsletter-card-list > li.hasPin02::before {
  content: "";
  display: inline-block;
  background: no-repeat url("sharegg-newsletter-accessory02.svg");
  background-size: contain;
  background-position: right top;
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -70px;
  width: 113px;
  height: 162px;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .newsletter-card-list > li.hasPin02::before {
    width: 90px;
	height:125px;
    right: -60px;
    top: 0;
  }
}
@media screen and (max-width: 620px) {
  .newsletter-card-list > li.hasPin02::before {
      width:70px;
      height:100px;
	  right:-50px;
  }
}
.newsletter-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}
.newsletter-card .img-wrap {
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.newsletter-card .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  image-rendering: pixelated;
}
.newsletter-card .img-wrap.line-croped img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -36%);
  max-width: 200%;
  width: calc(100% + 16px);
}
.newsletter-card .img-wrap.center img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -36%);
}
.newsletter-card .txt-wrap {
  flex: 1 1 auto;
  padding: 15px;
}
.newsletter-card .txt-wrap .item-data-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  row-gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .newsletter-card .txt-wrap .item-data-list {
    gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

  }
  .newsletter-card .img-wrap img {
    image-rendering: auto;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-card .txt-wrap .item-data-list {
    flex-direction: column;
  }
}
.newsletter-card .txt-wrap .item-data-list > li {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.newsletter-card .txt-wrap .item-data-list > li .item {
  color: #555;
  font-size: 14px;
  font-size: clamp(10px, 10px + 0.4vw, 14px);
  font-weight: 400;
  line-height: 1.6;
  white-space: nowrap;
  letter-spacing: -0.1em;
}
.newsletter-card .txt-wrap .item-data-list > li .data {
  color: #333;
  font-size: 20px;
  font-size: clamp(12px, 10px + 1vw, 20px);
  font-weight: 600;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.065em;
}
.newsletter-card .txt-wrap .item-data-list > li .data > span {
  font-size: 15px;
  font-weight: 400;
}
.newsletter-card .txt-wrap .txt-title {
  display: block;
  overflow: hidden;
  color: #333;
  font-size: 24px;
  font-family:  "Paperlogy-5Medium", "Noto Sans KR", "Noto Sans Korean";
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsletter-card .txt-wrap .txt-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
.newsletter-card .txt-wrap .txt-info.center {
  justify-content: center;
}
@media screen and (max-width: 460px) {
  .newsletter-card .txt-wrap .txt-info {
    height: auto;
  }
}
.newsletter-card .btn-wrap {
  flex: 0 0 auto;
  display: block;
}
.newsletter-card .btn-wrap .btn-go-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #DC1B5C;
  padding: 15px;
    transition:0.3s;
}
.newsletter-card .btn-wrap .btn-go-detail:hover,
.newsletter-card .btn-wrap .btn-go-detail:focus {
    background:#a90039;
}
.newsletter-card .btn-wrap .btn-go-detail span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  line-height: 1;
}
.newsletter-card .btn-wrap .btn-go-detail span::after {
  content: "";
  display: inline-block;
  background: url("icon-btn-go-arw.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}