@charset "utf-8";
/* padding, margin */

.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr50 {
  padding-right: 50px;
}

.pdl5 {
  padding-left: 5px;
}

.pdl7 {
  padding-left: 7px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl50 {
  padding-left: 50px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt30 {
  margin-top: 30px;
}
.mgt40 {
  margin-top: 40px;
}

.mgl10 {
  margin-left: 10px;
}

/*padding, margin end*/

* {
  box-sizing: border-box;
}

p {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;
  color: #222;
  font-family: 'Noto Sans KR', sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.magazine {
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
}

.wrap-header {
  position: relative;
}


.wrap-top {
  position: relative;
  max-width: 500px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}

.wrap-top-txt {
  position: absolute;
  left: 0;
  top: 290px;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: 25px;
}

.top-img {
  max-width: 500px;
  margin: 0 auto;
}

.top-img::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.3); */
  z-index: 2;
}

.top-img img {
  width: 100%;
  min-width: 280px;
  margin: 0 auto;
}

.intro-txt img {
  width: 100%;
  margin: 0 auto;
}

.m-tit {
  text-align: left;
  font-family: 'Nanum Myeongjo', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}

.write-bar {
  display: flex;
  justify-content: space-between;
  margin: 20px 16px 0;
  max-width: 500px;
}

.writer {
  display: flex;
  align-items: center;
}

.writer img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: block;
}

.name {
  font-size: 14px;
  line-height: 1;
  /* 중요 */
  color: #fff;
  margin-left: 6px;
}

.date {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding-left: 20px;
}


.tip-box {
  background: #F2EBE7;
  border-radius: 8px;
  padding: 32px 16px;
  color: #000;
}

.tip-tit {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.tip-sTxt {
  color: #767676;
  font-size: 12px;
}

.bold-txt {
  font-weight: bold;
  color: #F95858;
  font-size: 15px;
}

.txt-marker {
  position: relative;
  vertical-align: top;
  font-size: 15px;
}

.vat {
  vertical-align: top;
  ;
}

.marker_n {
  display: inline-block;
  padding-left: 2px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  width: calc(100% - 32px);
  font-size: 15px;
}

.tit-round {
  background-color: #4B6BF6;
  color: #fff;
  padding: 3px 10px;
  border-radius: 20px;
  margin-right: 10px;
}

.intro-txt a,
.marker_n a {
  color: #333;
}

.text-dec {
  text-decoration: underline !important;
}

.v-line {
  border-left: 2px solid #4B4B4B;
  /* height: 100px; */
  margin-top: 13px;
  padding-left: 1px;

}

.wrap-url {
  display: flex;
  justify-content: left;
}

.url-tit {
  margin-left: -5px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin-right: 10px;
}

.url-txt {
  padding-top: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  padding-left: 10px;
  padding-bottom: 6px;
}


.url-tit span {
  padding-left: 10px;
}



.title {
  padding: 0 16px;
}

.sTit {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}



/* 인트로 */
.intro {
  padding: 50px 16px;
}

.intro p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}

.intro p:last-child {
  margin-bottom: 0;
}

/* 칩 */
.chip-row {
  padding: 0 24px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #dcdcdc;
  border-radius: 16px;
  background: #fff;
  color: #666;
  font-size: 13px;
  line-height: 1;
}

/* sticky 영역 */
.sticky-scope {
  position: relative;
}

.anchor-wrap {
  max-width: 500px;
  margin: 0 16px;
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}

.anchor-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 0 12px;
}

.anchor-link {
  position: relative;
  padding: 0 14px;
  font-size: 14px;
  padding: 16px 10px;
  color: #a0a0a0;
  font-weight: 400;
  white-space: nowrap;
}

.anchor-link.active {
  color: #111;
  font-weight: 700;
}

.anchor-link+.anchor-link::before {
  content: "|";
  position: absolute;
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
  color: #c4c4c4;
  font-weight: 400;
}

/* 각 tip 섹션 */
.tip-section {
  padding: 24px 16px 16px;
  scroll-margin-top: 84px;
}

.tip-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.tip-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 10px;
  border-radius: 28px;
  background-color: #E04F38;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.tip-heading {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}

.tip-card {
  margin-top: 12px;
}

.tip-image {
  overflow: hidden;
  width: calc(100% + 32px);
  margin: 0 -16px;
}

.tip-image img {
  width: 100%;
  object-fit: cover;
}

.tip-body {
  padding-top: 18px;
}

.tip-title {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 800;
  color: #222;
  font-family: 'Nanum Myeongjo', serif;
}

.tip-desc {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
}

.tip-subtitle {
  margin: 20px 0 0px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #e04f38;
}

.product-section {
  background-color: #F4F0EF;
  padding: 20px 16px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f2f2f2;
  display: block;
}

.product-thumb img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.product-thumb>img:first-child {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.thumb-icon {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 24px;
  /* 필요시 조절 */
  height: 24px;
  /* 필요시 조절 */
  display: block;
  z-index: 2;
  pointer-events: none;
}

.product-txt {
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  line-height: 1.7;
}

.product-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 40px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 5px;
  background: #304A55;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

/* .product-btn::after {
  content: ">";
  margin-left: 8px;
  font-size: 12px;
} */

/* 주황색 배너 */
.promo-banner {
  padding: 34px 24px 40px;
  background: #E04F38;
  color: #fff;
  text-align: center;
}

.promo-banner p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.promo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  height: 40px;
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.promo-btn a {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

/* .promo-btn::after {
  content: ">";
  margin-left: 8px;
  font-size: 12px;
} */

/* 하단 */
.footer-area {
  padding: 40px 24px 60px;
  text-align: center;
  background: #fff;
}

.brand {
  font-size: 22px;
  font-weight: 800;
  color: #222;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 16px;
}

.footer-links a {
  color: #666;
  font-size: 13px;
}

.sub-txt {
  font-size: 14px;
  text-align: center;
  color: #999;
  padding: 70px 0 50px 0;
}

.icon-cate {
  width: 60px;
  height: 60px;
  border-radius: 25px;
  background-color: #E1F4FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.icon-cate img {
  width: 38px;
}

.txt-cate {
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0 30px;
  color: #000;
  text-align: center;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 16px;
}

.tag-word {
  font-size: 15px;
  color: #333;
  border-radius: 3px;
  background-color: #f8f8f8;
  padding: 6px 8px;
  display: inline-block;
  margin: 0 10px 5px 0;
}
