@charset "UTF-8";

/* ==========================================
   003 / webzine.css
   웹진 페이지
   ========================================== */

.wj-container {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
	box-sizing: border-box;
}

/* ============================
   Section 1 — Hero
   canvas: 0~265, height 265px
   ============================ */
.wj-section1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 40px 20px 20px;
	background-image: url('../../images/features/webzine/boxBG_25703.png');
	background-repeat: no-repeat;
	background-size: 1040px auto;
	background-position: center bottom;
}

/* Preview image */
.wj-preview-img {
	position: relative;
	width: 345px;
	height: auto;
	display: block;
	flex-shrink: 0;
}



/* Hero text group: top:46, left:365, flex-column */
/* Hero text group */
.wj-hero-text-group {
	position: relative;
	width: 685px;
	max-width: 100%;
	display: flex;
	flex-direction: column;
}

/* "웹진 Church-love net Webzine": 28px/600/#005728 */
.wj-big-title {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	font-size: clamp(20px, 3.5vw, 28px);
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.6;
	color: #005728;
	margin: 0;
	white-space: nowrap;
}

.wj-big-title .wj-title-large {
	font-size: clamp(32px, 5vw, 50px);
}

/* Sub heading: 18px/500 */
/* Sub heading: 18px/500 */
.wj-sub-heading {
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.6;
	color: #333333;
	margin: 15px 0 0 0;
}

/* Sub text: 16px/400 */
.wj-sub-text {
	position: relative;
	top: auto;
	left: auto;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

/* ============================
   Section 2 — 특징
   canvas: 265~520, height 255px
   ============================ */
.wj-section2 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Dot + heading wrapper: top:13, left:0 */
/* Dot + heading wrapper */
.wj-feat-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 1038px;
	max-width: calc(100% - 40px);
	justify-content: flex-start;
}

/* Dot (circle span): 10×10 */
.wj-feat-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 11px;
}

/* "교회사랑넷 웹진 시스템의 특징!": 24px/500 */
.wj-feat-heading {
	position: relative;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

/* Gray box: top:54, left:1, 1038×151 — with padding for list */
/* Gray box */
.wj-feat-gray-box {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 19px 25px;
}

/* Info list inside gray-box */
.wj-feat-list {
	position: relative;
	top: auto;
	left: auto;
	list-style: none;
	margin: 0;
	padding: 0;
}

.wj-feat-list li {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #333333;
}

.wj-feat-list li::before {
	content: "✓";
	color: #278855;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 8px;
	line-height: 1.4;
}

/* ============================
   Section 3 — 주요기능
   canvas: 520~1540, height 1020px
   ============================ */
.wj-section3 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Dot + heading wrapper: top:10, left:1 */
.wj-func-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 1038px;
	max-width: calc(100% - 40px);
	justify-content: flex-start;
}

/* Dot (circle span): 10×10 */
.wj-func-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 11px;
}

/* "웹진 시스템 주요기능!": 24px/500 */
.wj-func-heading {
	position: relative;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

/* Gray box: top:53, left:1, 1038×834 */
.wj-func-gray-box {
	position: relative;
	width: 100%;
	height: 834px;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
}

/* Screenshot: top:284, left:209, 600×466 */
.wj-screenshot {
	position: absolute;
	top: 284px;
	left: 209px;
	width: 600px;
	height: 466px;
}

/* ---- Circle feature icons ---- */
/* Base circle style */
.wj-circle {
	position: absolute;
	border: 3px solid #196F42;
	border-radius: 150px;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center center;
	box-sizing: border-box;
}

/* Circle 1 (boxBG_25712): top:128, left:439, 140×140 */
.wj-circle1 {
	top: 128px;
	left: 439px;
	width: 140px;
	height: 140px;
	background-image: url('../../images/features/webzine/boxBG_25712.png');
}

/* Circle 2 (boxBG_25709): top:212, left:835, 140×140 */
.wj-circle2 {
	top: 212px;
	left: 835px;
	width: 140px;
	height: 140px;
	background-image: url('../../images/features/webzine/boxBG_25709.png');
}

/* Circle 3 (boxBG_25720): top:207, left:49, 133×133 */
.wj-circle3 {
	top: 207px;
	left: 49px;
	width: 133px;
	height: 133px;
	background-image: url('../../images/features/webzine/boxBG_25720.png');
}

/* Circle 4 (boxBG_25710): top:676, left:43, 140×140 */
.wj-circle4 {
	top: 676px;
	left: 43px;
	width: 140px;
	height: 140px;
	background-image: url('../../images/features/webzine/boxBG_25710.png');
}

/* Circle 5 (boxBG_25711): top:671, left:835, 140×140 */
.wj-circle5 {
	top: 671px;
	left: 835px;
	width: 140px;
	height: 140px;
	background-image: url('../../images/features/webzine/boxBG_25711.png');
}

/* ---- Circle labels ---- */
.wj-circle-label {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #333333;
	text-align: center;
	margin: 0;
}

/* Label 1 "원하는 페이지로 신속한 이동!": top:90, left:385, 242×27 */
.wj-label1 {
	top: 90px;
	left: 385px;
	width: 242px;
}

/* Label 2 "확대 및 다른 웹진보기 가능": top:173, left:785, 242×27 */
.wj-label2 {
	top: 173px;
	left: 785px;
	width: 242px;
}

/* Label 3 "내마음대로 정하는 웹진 이름": top:166, left:14, 213×27 */
.wj-label3 {
	top: 166px;
	left: 14px;
	width: 213px;
}

/* Label 4 "이미지 클릭시 확대보기 가능": top:839, left:5, 242×27 */
.wj-label4 {
	top: 839px;
	left: 5px;
	width: 242px;
}

/* Label 5 "책장넘기기": top:830, left:796, 242×27 */
.wj-label5 {
	top: 830px;
	left: 796px;
	width: 242px;
}

/* CTA button: top:936, left:336, 353×60 */
.wj-cta-btn {
	position: relative;
	width: 353px;
	height: 60px;
	background-color: #2E90A8;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 40px;
}

.wj-cta-btn p {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	margin: 0;
}

/* ============================
   Section 4 — 비용안내
   canvas: 1540~1750, height 210px
   ============================ */
.wj-section4 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Dot + heading wrapper: top:26, left:1 */
.wj-cost-title {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	width: 1038px;
	max-width: calc(100% - 40px);
	justify-content: flex-start;
}

/* Dot (circle span): 10×10 */
.wj-cost-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 11px;
}

/* "웹진 비용안내!": 24px/500 */
.wj-cost-heading {
	position: relative;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	margin: 0;
}

/* Table: top:76, left:1, 1040px */
.wj-cost-table-wrap {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

.wj-cost-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 1038px;
	border: 1px solid #BEBEBE;
	text-align: center;
}

.wj-cost-table th {
	background-color: #515151;
	border: 1px solid #BEBEBE;
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5;
	padding: 12px 10px 10px 12px;
}

.wj-cost-table td {
	background-color: #FFFFFF;
	border: 1px solid #BEBEBE;
	font-size: 15px;
	font-weight: 700;
	color: #333333;
	text-align: center;
	line-height: 1.5;
	padding: 12px 10px 10px 12px;
}

.wj-cost-table td.price {
	color: #FF0000;
}

/* ==========================================
   Responsive — 1100px
   ========================================== */
@media (max-width: 1100px) {
	.wj-big-title {
		font-size: 24px;
	}

	.wj-big-title .wj-title-large {
		font-size: 40px;
	}

	.wj-sub-heading {
		font-size: 17px;
	}

	.wj-feat-heading,
	.wj-func-heading,
	.wj-cost-heading {
		font-size: 22px;
	}

	.wj-circle1,
	.wj-circle2,
	.wj-circle3,
	.wj-circle4,
	.wj-circle5 {
		display: none;
	}

	.wj-label1,
	.wj-label2,
	.wj-label3,
	.wj-label4,
	.wj-label5 {
		display: none;
	}

	.wj-screenshot {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 600px;
		height: auto;
		display: block;
		margin: 0 auto;
	}

	.wj-func-gray-box {
		display: none;
	}
}

/* ==========================================
   Responsive — 800px
   ========================================== */
@media (max-width: 800px) {
	.wj-section1 {
		flex-direction: column;
		height: auto;
		padding: 40px 20px;
		text-align: left;
		background-image: none !important;
	}

	.wj-preview-img {
		display: none;
	}

	.wj-hero-text-group {
		position: relative;
		width: 100%;
		padding-top: 0;
		text-align: left;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.wj-big-title {
		font-size: 20px;
		white-space: normal;
	}

	.wj-big-title .wj-title-large {
		font-size: 32px;
	}

	.wj-sub-heading {
		font-size: 16px;
		margin-top: 8px;
	}

	.wj-sub-text {
		font-size: 14px;
		margin-top: 8px;
	}

	.wj-feat-heading,
	.wj-func-heading,
	.wj-cost-heading {
		font-size: 20px;
	}

	.wj-feat-list li {
		font-size: 14px;
	}

	.wj-cta-btn p {
		font-size: 18px;
	}

	.wj-section2 {
		height: auto;
		padding-bottom: 20px;
	}

	.wj-feat-title {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.wj-feat-gray-box {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
	}

	.wj-section3 {
		height: auto;
		padding-bottom: 30px;
	}

	.wj-func-title {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}





	.wj-cta-btn {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		margin-top: 20px;
	}

	.wj-section4 {
		height: auto;
		padding-bottom: 20px;
	}

	.wj-cost-title {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.wj-cost-table-wrap {
		position: relative;
		width: 100%;
	}

	.wj-cost-table {
		width: 100%;
		min-width: 0;
		table-layout: fixed;
	}

	.wj-cost-table th,
	.wj-cost-table td {
		padding: 10px 5px;
		font-size: 13px;
		word-break: keep-all;
	}
}