@charset "utf-8";

/* publications 페이지 컨텐츠구성 */

/* ========================================
   LIVER CANCER JOURNAL
========================================= */
.apple-journal__information h3{text-align:left!important;font-size:30px!important;}
.apple-journal__visual-grid{padding:0 8%;}
.apple-journal__visual-grid h3{text-align:left!important;}
.apple-journal__papers-content h3{text-align:left!important;padding-bottom:0!important;}

.apple-journal,
.apple-journal * {
	box-sizing: border-box;
}

.apple-journal {
	--journal-blue: #06488b;
	--journal-navy: #102031;
	--journal-mint: #0e555c;
	--journal-black: #171717;
	--journal-gray: #777;
	--journal-light: #f3f5f6;
	--journal-line: #dce2e6;

	color: var(--journal-black);
	background: #fff;
}

.apple-journal img {
	display: block;
	max-width: 100%;
	height: auto;
}

.apple-journal h2,
.apple-journal h3,
.apple-journal p,
.apple-journal ul {
	margin-top: 0;
}


/* ========================================
   Intro
========================================= */

.apple-journal__intro {
	padding: 50px 0 50px;
	background: #fff;
}

.apple-journal__intro-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(350px, 0.75fr);
	align-items: end;
	gap: 10%;
}

.apple-journal__eyebrow {
	margin-bottom: 18px;
	color: var(--journal-blue);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
}

.apple-journal__intro-title h2 {
	margin-bottom: 14px;
	color: #d3133a;
	font-size: clamp(30px, 7vw, 40px);
	font-weight: 700;
	line-height: 0.95;
	letter-spacing: -0.01em;
}

.apple-journal__intro-subtitle {
	margin-bottom: 0;
	color: #777;
	font-size: 17px;
	line-height: 1.5;
}

.apple-journal__intro-copy p {
	max-width: 500px;
	margin-bottom: 28px;
	color: #414141;
	font-size: 16px;
	line-height: 1.75;
}

.apple-journal__intro-copy span {
	display: inline-block;
	padding-top: 14px;
	border-top: 1px solid #222;
	color: #222;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
}


/* ========================================
   Information Cards
========================================= */

.apple-journal__information {
	padding-bottom: 70px;
	background: #fff;
}

.apple-journal__info-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 2px solid var(--journal-navy);
}

.apple-journal__info-card {
	position: relative;
	min-height: 320px;
	padding: 35px 35px 40px;
	border-right: 1px solid var(--journal-line);
	border-bottom: 1px solid var(--journal-line);
}

.apple-journal__info-card:first-child {
	border-left: 1px solid var(--journal-line);
}

.apple-journal__info-number {
	display: block;
	margin-bottom: 55px;
	color: var(--journal-blue);
	font-size: 12px;
	font-weight: 700;
}

.apple-journal__info-content > p:first-child {
	margin-bottom: 14px;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.apple-journal__info-content h3 {
	margin-bottom: 25px;
	color: #171717;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.01em;
	padding-bottom:0!important;
}

.apple-journal__info-content ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

.apple-journal__info-content li {
	margin-bottom: 6px;
	color: #414141;
	font-size: 14px;
	line-height: 1.4;
}

.apple-journal__info-description {
	margin-bottom: 0;
	color: #414141;
	font-size: 15px;
	line-height: 1.4;
}

.apple-journal__info-content > a {
	display: inline-block;
	color: var(--journal-blue);
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
}


/* ========================================
   Main Visual
========================================= */

.apple-journal__visual {
	padding: 50px 0;
	background: var(--journal-navy);
}

.apple-journal__visual-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(420px, 0.75fr);
	align-items: center;
	gap: 10%;
}

.apple-journal__section-label {
	margin-bottom: 18px;
	color: #63a4d5;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.apple-journal__visual-copy h3 {
	margin-bottom: 0;
	color: #fff;
	font-size: clamp(45px, 5vw, 68px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.01em;
}

.apple-journal__line {
	display: block;
	width: 42px;
	height: 1px;
	margin: 38px 0;
	background: rgba(255, 255, 255, 0.55);
}

.apple-journal__visual-copy > p:not(.apple-journal__section-label) {
	max-width: 550px;
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	line-height: 1.4;
}

.apple-journal__cover {
	display: flex;
	justify-content: center;
}

.apple-journal__cover-frame {
	position: relative;
	width: min(80%, 520px);
	padding: 18px;
	background: #fff;
	box-shadow: 25px 28px 45px rgba(0, 0, 0, 0.3);
}

.apple-journal__cover-frame::before {
	content: "";
	position: absolute;
	top: -10px;
	right: -10px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.28);
	z-index: -1;
}

.apple-journal__cover-frame img {
	width: 100%;
}


/* ========================================
   Buttons
========================================= */

.apple-journal__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 190px;
	min-height: 54px;
	margin-top: 25px;
	padding: 14px 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-decoration: none;
	background: var(--journal-blue);
	border: 1px solid var(--journal-blue);
	transition:
		background-color 0.25s ease,
		color 0.25s ease,
		border-color 0.25s ease,
		transform 0.25s ease;
}

.apple-journal__button:hover {
	color: var(--journal-blue);
	background: #fff;
	transform: translateY(-3px);
}

.apple-journal__button--outline {
	color: var(--journal-blue);
	background: transparent;
	border-color: var(--journal-blue);
}

.apple-journal__button--outline:hover {
	color: #fff;
	background: var(--journal-blue);
}


/* ========================================
   Calls for Papers
========================================= */

.apple-journal__papers {
	padding: 30px 0;
	background: var(--journal-light);
}

.apple-journal__papers-grid {
	display: grid;
	padding-left:100px;

}

.apple-journal__papers-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	height: 150px;
	border: 1px solid #cbd4da;
	border-radius: 50%;
}

.apple-journal__papers-icon span {
	position: relative;
	display: block;
	width: 52px;
	height: 36px;
	border: 3px solid var(--journal-navy);
	border-radius: 4px;
	transform: rotate(-8deg);
}

.apple-journal__papers-icon span::before {
	content: "";
	position: absolute;
	top: 6px;
	left: -14px;
	width: 16px;
	height: 24px;
	border-top: 3px solid var(--journal-navy);
	border-bottom: 3px solid var(--journal-navy);
	transform: skewY(-25deg);
}

.apple-journal__papers-content .apple-journal__section-label {
	color: var(--journal-blue);
}

.apple-journal__papers-content h3 {
	margin-bottom: 25px;
	color: #171717;
	font-size: clamp(42px, 5vw, 62px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
}

.apple-journal__papers-content > p:not(.apple-journal__section-label) {
	max-width: 600px;
	margin-bottom: 0;
	color: #414141;
	font-size: 17px;
	line-height: 1.7;
}


/* ========================================
   Bottom Links
========================================= */

.apple-journal__links {
	padding: 50px 0 0;
	background: #fff;
}

.apple-journal__link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 2px solid #151515;
}

.apple-journal__link-grid > a {
	position: relative;
	display: grid;
	grid-template-columns: 45px 1fr 30px;
	align-items: center;
	min-height: 150px;
	padding: 25px;
	color: #181818;
	text-decoration: none;
	border-bottom: 1px solid var(--journal-line);
	border-right: 1px solid var(--journal-line);
	transition:
		background-color 0.25s ease,
		color 0.25s ease;
}

.apple-journal__link-grid > a:first-child {
	border-left: 1px solid var(--journal-line);
}

.apple-journal__link-grid > a > span {
	align-self: start;
	color: var(--journal-blue);
	font-size: 11px;
	font-weight: 700;
}

.apple-journal__link-grid p {
	margin-bottom: 8px;
	color: #999;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.12em;
}

.apple-journal__link-grid strong {
	display: block;
	font-size: 23px;
	line-height: 1.25;
}

.apple-journal__link-grid i {
	font-style: normal;
	font-size: 20px;
	text-align: right;
}

.apple-journal__link-grid > a:hover {
	color: #fff;
	background: var(--journal-blue);
}

.apple-journal__link-grid > a:hover span,
.apple-journal__link-grid > a:hover p {
	color: rgba(255, 255, 255, 0.7);
}


/* ========================================
   Tablet
========================================= */

@media screen and (max-width: 1100px) {

	.apple-journal__intro-grid,
	.apple-journal__visual-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.apple-journal__info-grid {
		grid-template-columns: 1fr;
	}

	.apple-journal__info-card {
		min-height: 0;
		border-left: 1px solid var(--journal-line);
	}

	.apple-journal__visual-copy {
		max-width: 700px;
	}

	.apple-journal__cover {
		justify-content: flex-start;
	}

	.apple-journal__link-grid {
		grid-template-columns: 1fr;
	}

	.apple-journal__link-grid > a {
		border-left: 1px solid var(--journal-line);
	}
}


/* ========================================
   Mobile
========================================= */

@media screen and (max-width: 768px) {

	.apple-journal__intro {
		padding: 80px 0 65px;
	}

	.apple-journal__intro-grid {
		gap: 40px;
	}

	.apple-journal__intro-title h2 {
		font-size: 48px;
	}

	.apple-journal__intro-subtitle {
		font-size: 15px;
	}

	.apple-journal__information {
		padding-bottom: 80px;
	}

	.apple-journal__info-card {
		min-height: 250px;
		padding: 28px 22px 32px;
	}

	.apple-journal__info-number {
		margin-bottom: 38px;
	}

	.apple-journal__visual {
		padding: 80px 0;
	}

	.apple-journal__visual-grid {
		gap: 50px;
	}

	.apple-journal__visual-copy h3 {
		font-size: 40px;
	}

	.apple-journal__visual-copy h3 br {
		display: none;
	}

	.apple-journal__cover-frame {
		padding: 10px;
		box-shadow: 15px 18px 28px rgba(0, 0, 0, 0.25);
	}

	.apple-journal__papers {
		padding: 80px 0;
	}

	.apple-journal__papers-grid {
		grid-template-columns: 1fr;
		gap: 35px;
	}

	.apple-journal__papers-icon {
		width: 110px;
		height: 110px;
	}

	.apple-journal__papers-content h3 {
		font-size: 38px;
	}

	.apple-journal__links {
		padding: 75px 0 100px;
	}

	.apple-journal__link-grid > a {
		min-height: 125px;
	}

	.apple-journal__papers-grid{padding-left:10px;}
}


/* ========================================
   Small Mobile
========================================= */

@media screen and (max-width: 480px) {

	.apple-journal__intro-title h2 {
		font-size: 42px;
	}

	.apple-journal__visual-copy h3 {
		font-size: 35px;
	}

	.apple-journal__papers-content h3 {
		font-size: 34px;
	}

	.apple-journal__button {
		width: 100%;
	}

	.apple-journal__link-grid > a {
		grid-template-columns: 34px 1fr 25px;
		padding: 22px 18px;
	}
}




/* ========================================
   EDITORIAL BOARD
========================================= */

.apple-editorial,
.apple-editorial * {
	box-sizing: border-box;
}

.apple-editorial {
	--editorial-blue: #075fc9;
	--editorial-navy: #071f48;
	--editorial-text: #182236;
	--editorial-gray: #697384;
	--editorial-line: #d9e1ea;
	--editorial-light: #f7faff;

	padding: 50px 0 0;
	color: var(--editorial-text);
	background: #fff;
}

.apple-editorial h2,
.apple-editorial h3,
.apple-editorial h4,
.apple-editorial p {
	margin-top: 0;
}


/* ========================================
   Heading
========================================= */

.apple-editorial__heading {
	margin-bottom: 75px;
}

.apple-editorial__eyebrow {
	margin-bottom: 18px;
	color: var(--editorial-blue);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.apple-editorial__title {
	margin-bottom: 24px;
	color: #d3133a;
	font-size: clamp(58px, 7vw, 88px);
	font-weight: 700!important;
	line-height: 0.95;
	letter-spacing: -0.01em;
}

.apple-editorial__title-line {
	display: block;
	width: 65px;
	height: 3px;
	margin-bottom: 34px;
	background: var(--editorial-blue);
}

.apple-editorial__intro {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12%;
	padding-bottom: 35px;
	border-bottom: 1px solid var(--editorial-line);
}

.apple-editorial__intro p {
	margin-bottom: 0;
	color: #414141;
	font-size: 17px;
	line-height: 1.7;
}

.apple-editorial__intro strong {
	color: var(--editorial-text);
}


/* ========================================
   Common Section
========================================= */

.apple-editorial__section {
	margin-top: 65px;
}

.apple-editorial__section-head {
	display: flex;
	align-items: center;
	gap: 22px;
	margin-bottom: 25px;
}

.apple-editorial__section-head span {
	color: var(--editorial-blue);
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
}

.apple-editorial__section-head h3 {
	margin-bottom: 0;
	color: var(--editorial-navy);
	font-size:30px!important;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.01em;
	padding-bottom:0!important;
}


/* ========================================
   Editor-in-Chief
========================================= */

.apple-editorial__chief {
	display: grid;
	grid-template-columns: 150px 1fr;
	align-items: center;
	min-height: 150px;
	overflow: hidden;
	border: 1px solid var(--editorial-line);
	background: linear-gradient(
		90deg,
		#f6f9fe 0%,
		#ffffff 100%
	);
}

.apple-editorial__chief-symbol {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	border-right: 1px solid var(--editorial-line);
	background: #f5f9ff;
}

.apple-editorial__chief-symbol span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	color: var(--editorial-blue);
	font-size: 31px;
	border: 1px solid #9fc2ee;
	border-radius: 50%;
}

.apple-editorial__chief-content {
	padding: 30px 40px;
}

.apple-editorial__chief-content h4 {
	margin-bottom: 10px;
	color: var(--editorial-navy);
	font-size: 25px;
	font-weight: 700;
}

.apple-editorial__chief-content p {
	margin-bottom: 0;
	color: #414141;
	font-size: 16px;
	line-height: 1.5;
}


/* ========================================
   Associate Editors
========================================= */

.apple-editorial__associate-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.apple-editorial__associate-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 200px;
	padding: 25px 20px 22px;
	background: #fff;
	border: 1px solid var(--editorial-line);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.apple-editorial__associate-card:hover {
	z-index: 2;
	border-color: #9fc2ee;
	box-shadow: 0 12px 30px rgba(7, 31, 72, 0.08);
	transform: translateY(-4px);
}

.apple-editorial__card-line {
	display: block;
	width: 23px;
	height: 2px;
	margin-bottom: 18px;
	background: var(--editorial-blue);
}

.apple-editorial__associate-card h4 {
	margin-bottom: 9px;
	color: var(--editorial-navy);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.025em;
}

.apple-editorial__associate-card p {
	margin-bottom: 20px;
	color: #414141;
	font-size: 16px;
	line-height: 1.4;
}

.apple-editorial__associate-card strong {
	display: block;
	margin-top: auto;
	color: #8291a0;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}


/* ========================================
   Editorial Board Member List
========================================= */

.apple-editorial__member-list {
	border-top: 2px solid var(--editorial-navy);
	border-right: 1px solid var(--editorial-line);
	border-left: 1px solid var(--editorial-line);
}

.apple-editorial__member-row {
	display: grid;
	grid-template-columns: 10px minmax(180px, 260px) 1fr;
	align-items: center;
	gap: 16px;
	min-height: 52px;
	padding: 12px 22px;
	border-bottom: 1px solid var(--editorial-line);
	transition: background-color 0.2s ease;
}

.apple-editorial__member-row:hover {
	background: var(--editorial-light);
}

.apple-editorial__member-dot {
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--editorial-blue);
}

.apple-editorial__member-row strong {
	color: var(--editorial-navy);
	font-size: 17px;
	font-weight: 700;
	line-height: 1.4;
}

.apple-editorial__member-row p {
	margin-bottom: 0;
	color: #414141;
	font-size: 16px;
	line-height: 1.4;
}


/* ========================================
   Bottom Banner
========================================= */

.apple-editorial__bottom-banner {
	display: grid;
	grid-template-columns: 100px 1fr auto;
	align-items: center;
	gap: 30px;
	margin-top: 70px;
	padding: 35px 45px;
	background: var(--editorial-navy);
	color: #fff;
}

.apple-editorial__bottom-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
}

.apple-editorial__bottom-icon span {
	color: #67a8f3;
	font-size: 30px;
}

.apple-editorial__bottom-copy h3 {
	margin-bottom: 8px;
	color: #fff;
	font-size: 25px!important;
	font-weight: 700;
	line-height: 1.3;
	text-align:left!important;
	padding-bottom:0!important;
}

.apple-editorial__bottom-copy p {
	max-width: 550px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.4;
}

.apple-editorial__bottom-banner > a {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
	min-width: 285px;
	min-height: 55px;
	padding: 15px 23px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.7);
	transition:
		color 0.25s ease,
		background-color 0.25s ease;
}

.apple-editorial__bottom-banner > a:hover {
	color: var(--editorial-navy);
	background: #fff;
}


/* ========================================
   Tablet
========================================= */

@media screen and (max-width: 1200px) {

	.apple-editorial__associate-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.apple-editorial__bottom-banner {
		grid-template-columns: 80px 1fr;
	}

	.apple-editorial__bottom-banner > a {
		grid-column: 2;
		justify-self: start;
	}
}

@media screen and (max-width: 960px) {

	.apple-editorial__associate-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.apple-editorial__intro {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.apple-editorial__member-row {
		grid-template-columns: 10px 210px 1fr;
	}
}


/* ========================================
   Mobile
========================================= */

@media screen and (max-width: 768px) {

	.apple-editorial {
		padding: 80px 0 100px;
	}

	.apple-editorial__heading {
		margin-bottom: 50px;
	}

	.apple-editorial__title {
		font-size: 46px;
		line-height: 1;
	}

	.apple-editorial__intro p {
		font-size: 15px;
	}

	.apple-editorial__section {
		margin-top: 50px;
	}

	.apple-editorial__section-head {
		gap: 15px;
	}

	.apple-editorial__section-head h3 {
		font-size: 25px;
	}

	.apple-editorial__chief {
		grid-template-columns: 95px 1fr;
		min-height: 125px;
	}

	.apple-editorial__chief-symbol span {
		width: 48px;
		height: 48px;
		font-size: 24px;
	}

	.apple-editorial__chief-content {
		padding: 25px 20px;
	}

	.apple-editorial__chief-content h4 {
		font-size: 21px;
	}

	.apple-editorial__associate-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.apple-editorial__associate-card {
		min-height: 180px;
		padding: 21px 16px 18px;
	}

	.apple-editorial__associate-card h4 {
		font-size: 16px;
	}

	.apple-editorial__associate-card p {
		font-size: 13px;
	}

	.apple-editorial__associate-card strong {
		font-size: 12px;
	}

	.apple-editorial__member-row {
		grid-template-columns: 8px 1fr;
		gap: 8px 12px;
		padding: 14px 16px;
	}

	.apple-editorial__member-row p {
		grid-column: 2;
		font-size: 13px;
	}

	.apple-editorial__bottom-banner {
		grid-template-columns: 1fr;
		gap: 22px;
		padding: 30px 25px;
	}

	.apple-editorial__bottom-icon {
		width: 60px;
		height: 60px;
	}

	.apple-editorial__bottom-banner > a {
		grid-column: auto;
		width: 100%;
		min-width: 0;
	}
}


/* ========================================
   Small Mobile
========================================= */

@media screen and (max-width: 480px) {

	.apple-editorial__title {
		font-size: 39px;
	}

	.apple-editorial__associate-grid {
		grid-template-columns: 1fr;
	}

	.apple-editorial__associate-card {
		min-height: 0;
	}

	.apple-editorial__chief {
		grid-template-columns: 75px 1fr;
	}

	.apple-editorial__chief-content {
		padding: 22px 16px;
	}
}




/*가이드라인컨텐츠*/

/* =====================================================
   AUTHOR GUIDELINES
====================================================== */

.apple-author-guide,
.apple-author-guide * {
	box-sizing: border-box;
}

.apple-author-guide {
	--author-navy: #161f42;
	--author-text: #4f5b70;
	--author-line: #dfe5ed;
	--author-card: #ffffff;
	--author-soft: #f5f7fb;

	padding: 0;
}


/* =====================================================
   HEADER
====================================================== */

.apple-author-guide__header {
	position: relative;
	display: grid;
	grid-template-columns:
		minmax(0, 1.2fr)
		minmax(320px, 0.8fr);
	align-items: center;
	gap: 55px;
	margin-bottom: 55px;
	padding: 15px 0;
}

.apple-author-guide__intro {
	position: relative;
	z-index: 2;
}

.apple-author-guide__eyebrow {
	margin: 0 0 18px;
	color:#075fc9;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.16em;
}

.apple-author-guide__header h2 {
	margin: 0;
	color: #d3133a;
	font-size: clamp(30px, 5.5vw, 40px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
}

.apple-author-guide__heading-line {
	display: block;
	width: 54px;
	height: 2px;
	margin: 29px 0 31px;
	background: var(--author-navy);
}

.apple-author-guide__welcome {
	max-width: 770px;
}

.apple-author-guide__welcome p {
	margin: 0 0 13px;
	color: #414141;
	font-size: 17px;
	line-height: 1.4;
}

.apple-author-guide__welcome p:last-child {
	margin-bottom: 0;
}

.apple-author-guide__welcome em {
	color: var(--author-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}


/* 상단 비주얼 */

.apple-author-guide__header-visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 280px;
	color: var(--author-navy);
	opacity: 0.8;
	display:none;
}

.apple-author-guide__liver {
	position: relative;
	z-index: 2;
	width: min(100%, 370px);
}

.apple-author-guide__liver svg {
	display: block;
	width: 100%;
	height: auto;
}

.apple-author-guide__molecule {
	position: absolute;
	border: 1px solid rgba(22, 31, 66, 0.16);
	border-radius: 50%;
}

.apple-author-guide__molecule::before,
.apple-author-guide__molecule::after {
	content: "";
	position: absolute;
	background: rgba(22, 31, 66, 0.4);
	border-radius: 50%;
}

.apple-author-guide__molecule--01 {
	top: 35px;
	left: 25px;
	width: 65px;
	height: 65px;
}

.apple-author-guide__molecule--02 {
	right: 15px;
	bottom: 40px;
	width: 46px;
	height: 46px;
}

.apple-author-guide__molecule--03 {
	top: 120px;
	right: 0;
	width: 18px;
	height: 18px;
}

.apple-author-guide__molecule::before {
	top: -4px;
	left: 17px;
	width: 8px;
	height: 8px;
}

.apple-author-guide__molecule::after {
	right: -4px;
	bottom: 10px;
	width: 7px;
	height: 7px;
}


/* =====================================================
   CARD LIST
====================================================== */

.apple-author-guide__list {
	display: grid;
	gap: 18px;
}


/* =====================================================
   CARD
====================================================== */

.apple-author-card {
	position: relative;
	display: grid;
	grid-template-columns: 115px minmax(0, 1fr);
	gap: 28px;
	padding: 30px;
	background: var(--author-card);
	border: 1px solid var(--author-line);
	border-radius: 15px;
	box-shadow:
		0 10px 28px rgba(22, 31, 66, 0.035);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.apple-author-card:hover {
	transform: translateY(-3px);
	border-color: rgba(22, 31, 66, 0.26);
	box-shadow:
		0 18px 38px rgba(22, 31, 66, 0.075);
}


/* 아이콘 */

.apple-author-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	width: 92px;
	height: 92px;
	color: #161f42;
	background: #f3f5fa;
	border-radius: 50%;
}

.apple-author-card__icon svg {
	display: block;
	width: 53px;
	height: 53px;
}


/* 카드 텍스트 */

.apple-author-card__main {
	min-width: 0;
}

.apple-author-card__title {
	margin: 0 0 15px;
	padding-bottom: 13px;
	color: var(--author-navy);
	font-size: 27px;
	font-weight: 400;
	line-height: 1.25;
	border-bottom: 1px solid #e9edf3;
	font-size:30px!important;
	text-align:left!important;
}

.apple-author-card__body {
	display: block;
	overflow: visible;
	opacity: 1;
}

.apple-author-card__body p {
	max-width: 1050px;
	margin: 0 0 12px;
	color:#414141;
	font-size: 16px;
	line-height: 1.4;
}

.apple-author-card__body p:last-child {
	margin-bottom: 0;
}

.apple-author-card__body em {
	color: var(--author-navy);
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}


/* 일반 목록 */

.apple-author-card__body ul {
	display: grid;
	gap: 8px;
	margin: 15px 0 18px;
	padding: 0;
	list-style: none;
}

.apple-author-card__body ul li {
	position: relative;
	padding-left: 18px;
	color: #414141;
	font-size: 16px;
	line-height: 1.4;
}

.apple-author-card__body ul li::before {
	content: "";
	position: absolute;
	top: 0.65em;
	left: 0;
	width: 5px;
	height: 5px;
	background: var(--author-navy);
	border-radius: 50%;
}


/* 가로형 목록 */

.apple-author-card__inline-list {
	display: flex !important;
	flex-wrap: wrap;
	gap: 8px 0 !important;
}

.apple-author-card__inline-list li {
	padding: 0 20px 0 16px !important;
}

.apple-author-card__inline-list li:first-child {
	padding-left: 18px !important;
}

.apple-author-card__inline-list li span {
	color: #788397;
	font-size: 12px;
}


/* =====================================================
   CTA
====================================================== */

.apple-author-card--cta {
	align-items: center;
	background:
		linear-gradient(
			120deg,
			#ffffff 0%,
			#f5f7fb 100%
		);
}

.apple-author-card__body--cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 35px;
}

.apple-author-card__body--cta p {
	flex: 1;
}

.apple-author-card__button {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: space-between;
	gap: 38px;
	min-width: 300px;
	min-height: 54px;
	padding: 14px 19px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.055em;
	text-decoration: none;
	background: var(--author-navy);
	border: 1px solid var(--author-navy);
	border-radius: 5px;
	transition:
		color 0.3s ease,
		background-color 0.3s ease;
}

.apple-author-card__button i {
	font-size: 19px;
	font-style: normal;
	transition: transform 0.3s ease;
}

.apple-author-card__button:hover {
	color: var(--author-navy);
	background: #ffffff;
}

.apple-author-card__button:hover i {
	transform: translateX(5px);
}


/* =====================================================
   TABLET
====================================================== */

@media screen and (max-width: 1024px) {

	.apple-author-guide__header {
		grid-template-columns: 1fr;
	}

	.apple-author-guide__header-visual {
		display: none;
	}

	.apple-author-card {
		grid-template-columns: 92px minmax(0, 1fr);
		gap: 22px;
	}

	.apple-author-card__icon {
		width: 76px;
		height: 76px;
	}

	.apple-author-card__icon svg {
		width: 44px;
		height: 44px;
	}

	.apple-author-card__body--cta {
		align-items: flex-start;
		flex-direction: column;
	}
}


/* =====================================================
   MOBILE
====================================================== */

@media screen and (max-width: 640px) {


	.apple-author-guide__header {
		margin-bottom: 20px;
	}

	.apple-author-guide__header h2 {
		font-size: 45px;
	}

	.apple-author-guide__welcome p {
		font-size: 14px;
	}

	.apple-author-card {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 21px;
	}

	.apple-author-card__icon {
		width: 64px;
		height: 64px;
	}

	.apple-author-card__icon svg {
		width: 38px;
		height: 38px;
	}

	.apple-author-card__title {
		font-size: 23px;
	}

	.apple-author-card__body p,
	.apple-author-card__body ul li {
		font-size: 13px;
	}

	.apple-author-card__inline-list {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.apple-author-card__inline-list li {
		padding-left: 18px !important;
	}

	.apple-author-card__button {
		width: 100%;
		min-width: 0;
	}
}


/* 움직임 최소화 */

@media (prefers-reduced-motion: reduce) {

	.apple-author-card,
	.apple-author-card__button i {
		transition: none;
	}
}



.karger-banner{

margin-top:30px;

    position:relative;

    overflow:hidden;

    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:10px 48px;

    background:#0d2754;
    min-height:125px;

}

/* 오른쪽 Glow */

.karger-bg{
display:none;

    position:absolute;

    right:180px;
    top:50%;

    width:320px;
    height:320px;

    transform:translateY(-50%);

    border-radius:50%;

    background:

    radial-gradient(circle,
    rgba(91,184,255,.18),
    rgba(91,184,255,.08) 45%,
    transparent 72%);

    filter:blur(25px);

}

/* 작은 점 */

.karger-bg::before{

    content:"";

    position:absolute;

    inset:0;

    background-image:
    radial-gradient(#7fd6ff 1px, transparent 1px);

    background-size:18px 18px;

    opacity:.15;

}

/* 왼쪽 */

.banner-left{

    display:flex;

    align-items:center;

    z-index:2;

}

.book-icon{

    width:68px;
    height:68px;

    border-radius:50%;

    border:1px solid rgba(255,255,255,.18);

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:30px;

    margin-right:28px;

    background:rgba(255,255,255,.03);

}

.banner-text span{

    color:#65d8ff;

    font-size:13px;

    font-weight:600;

}

.banner-text h2{

    margin:0 0;

    color:#fff;

    font-size:25px;

    font-weight:500;

}

.banner-text p{

    color:rgba(255,255,255,.78);

    line-height:1.4;

    font-size:15px;

}

/* 오른쪽 */

.banner-right{

    z-index:2;

    display:flex;

    flex-direction:column;

    align-items:flex-end;

}

.karger-logo{

    color:#fff;

    font-size:25px;

    font-weight:500;

    letter-spacing:-1px;


}

.guide-btn{

    background:#fff;

    color:#0d2754;

    text-decoration:none;

    padding:8px 34px;


    font-weight:600;

    transition:.3s;

}

.guide-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 30px rgba(0,0,0,.18);

}



/* ================================
   Karger banner responsive override
   기존 CSS 아래에 추가
================================ */

/* 기본 보정 */
.karger-banner {
  box-sizing: border-box;
  width: 100%;
}

.karger-banner *,
.karger-banner *::before,
.karger-banner *::after {
  box-sizing: border-box;
}

/* 태블릿 */
@media (max-width: 1024px) {
  .karger-banner {
    padding: 26px 28px;
    gap: 28px;
  }

  .banner-left {
    min-width: 0;
  }

  .book-icon {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    margin-right: 20px;
    font-size: 25px;
  }

  .banner-text {
    min-width: 0;
  }

  .banner-text h2 {
    font-size: 27px;
  }

  .banner-text p {
    max-width: 500px;
    font-size: 14px;
  }

  .banner-right {
   
  }

  .karger-logo {
    font-size: 34px;
  }

  .guide-btn {
    width: 230px;
    padding: 14px 24px;
    font-size: 14px;
  }

  .karger-bg {
    right: 90px;
    width: 260px;
    height: 260px;
  }
}

/* 모바일 */
@media (max-width: 767px) {
  .karger-banner {
    min-height: auto;
    padding: 10px 20px;
    margin: 0 auto;

    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 24px;

  }

  .banner-left {
    width: 100%;
    align-items: flex-start;
  }

  .book-icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    font-size: 22px;
  }

  .banner-text {
    flex: 1;
    min-width: 0;
  }

  .banner-text span {
    font-size: 11px;
  }

  .banner-text h2 {
    margin: 5px 0 7px;
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .banner-text p {
    max-width: none;
    font-size: 12px;
    line-height: 1.55;
  }

  .banner-right {
    width: 100%;
    align-items: stretch;
  }

  .karger-logo {
	display:none;
    align-self: flex-end;
    margin-bottom: 15px;
    font-size: 27px;
  }

  .guide-btn {
    width: 100%;
    min-height: 48px;
    padding: 13px 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 12px;
		border-radius:0;
  }

  .guide-btn span {
    margin-left: 12px;
  }

  .karger-bg {
    right: -90px;
    top: auto;
    bottom: -110px;

    width: 280px;
    height: 280px;

    transform: none;
    opacity: 0.65;
  }
}

/* 작은 모바일 */
@media (max-width: 420px) {
  .karger-banner {
    padding: 21px 17px;
    gap: 20px;
  }

  .banner-left {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 13px;
  }

  .book-icon {
    width: 44px;
    height: 44px;
    margin-right: 0;
    font-size: 19px;
  }

  .banner-text h2 {
    font-size: 18px;
  }

  .banner-text p {
    font-size: 11px;
  }

  .karger-logo {
    display:none;
  }

  .guide-btn {
    min-height: 46px;
    padding: 12px 17px;
    font-size: 11px;
  }
}

/* =====================================================
   PUBLICATIONS - MOBILE COMMON TYPE / SECTION SYSTEM
   2026-09-22
   Section title 40 / content title 23 / body 18 / gap 30
====================================================== */

.apple-mobile-section-title{
	display:none;
}

@media screen and (max-width:768px){

	.apple-mobile-anchor-nav{
		display:none !important;
	}

	.apple-mobile-section-title{
		display:block !important;
		width:100%;
		margin:0 0 0px !important;
		padding:0 !important;
		color:#d3133a !important;
		font-size:40px !important;
		font-weight:700 !important;
		line-height:1.1 !important;
		letter-spacing:-.035em !important;
		text-align:center !important;
	}

	#liver-cancer,
	#editorial-board,
	#guidelines{
		scroll-margin-top:30px;
	}

	/* OFFICIAL JOURNAL */
	#liver-cancer > .apple-mobile-section-title{
		margin-top:30px !important;
	}

	/* Mobile section marker replaces duplicated journal title */
	.apple-journal__intro-title h2{
		display:none !important;
	}

	.apple-journal__intro{
		padding-top:0 !important;
		padding-bottom:30px !important;
	}
	.apple-journal__intro-grid{
		gap:30px !important;
	}

	.apple-journal__intro-grid .apple-journal__intro-title{display:none;}
	.apple-author-guide__intro .apple-author-guide__eyebrow{display:none;}
		.apple-author-guide__intro h2{display:none;}
		.apple-author-guide__intro .apple-author-guide__heading-line{display:none;}

	.apple-journal__intro-subtitle,
	.apple-journal__intro-copy p,
	.apple-journal__intro-copy span,
	.apple-journal__info-content li,
	.apple-journal__info-description,
	.apple-journal__info-content > a,
	.apple-journal__visual-copy > p:not(.apple-journal__section-label),
	.apple-journal__papers-content > p:not(.apple-journal__section-label){
		font-size:18px !important;
		line-height:1.5 !important;
	}
	.apple-journal__information h3,
	.apple-journal__info-content h3,
	.apple-journal__visual-copy h3,
	.apple-journal__papers-content h3,
	.apple-journal__link-grid strong{
		font-size:23px !important;
		line-height:1.3 !important;
	}
	.apple-journal__information{
		padding-bottom:30px !important;
	}
	.apple-journal__info-card{
		padding:30px 22px !important;
	}
	.apple-journal__visual{
		padding:30px 0 !important;
	}
	.apple-journal__visual-grid{
		gap:30px !important;
	}
	.apple-journal__line{
		margin:30px 0 !important;
	}
	.apple-journal__papers{
		padding:30px 0 !important;
	}
	.apple-journal__papers-grid{
		gap:30px !important;
	}
	.apple-journal__links{
		padding:30px 0 !important;
	}
	.apple-journal__link-grid > a{
		min-height:0 !important;
		padding:30px 22px !important;
	}
	.apple-journal__button{
		font-size:18px !important;
		line-height:1.4 !important;
	}

	/* EDITORIAL BOARD */
	#editorial-board > .apple-mobile-section-title{
		margin-top:30px !important;
	}

	/* Exact tab title is already shown by mobile marker */
	.apple-editorial__title{
		display:none !important;
	}
	.apple-editorial{
		padding:0 0 30px !important;
	}
	.apple-editorial__heading{
		margin-bottom:30px !important;
	}
	.apple-editorial__title-line{
		margin-bottom:30px !important;
	}
	.about-apple__mission-heading{padding-top:0!important;}
	.apple-editorial__intro{
		gap:30px !important;
		padding-bottom:30px !important;
	}
	.apple-editorial__intro p,
	.apple-editorial__chief-content p,
	.apple-editorial__associate-card p,
	.apple-editorial__associate-card strong,
	.apple-editorial__member-row p,
	.apple-editorial__bottom-copy p{
		font-size:18px !important;
		line-height:1.5 !important;
	}
	.apple-editorial__section-head h3,
	.apple-editorial__chief-content h4,
	.apple-editorial__associate-card h4,
	.apple-editorial__member-row strong,
	.apple-editorial__bottom-copy h3{
		font-size:23px !important;
		line-height:1.3 !important;
	}
	.apple-editorial__section{
		margin-top:30px !important;
	}
	.apple-editorial__section-head{
		margin-bottom:30px !important;
	}
	.apple-editorial__chief-content{
		padding:30px 22px !important;
	}
	.apple-editorial__associate-card{
		padding:30px 20px !important;
	}
	.apple-editorial__bottom-banner{
		margin-top:30px !important;
		padding:30px 22px !important;
	}
	.apple-editorial__bottom-banner > a{
		font-size:18px !important;
		line-height:1.4 !important;
	}

	/* AUTHOR GUIDELINES
	   Keep its existing structure/content; only apply the agreed mobile scale. */
	#guidelines > .apple-mobile-section-title{
	}
	#guidelines p,
	#guidelines li,
	#guidelines a,
	#guidelines td,
	#guidelines th{
		font-size:18px !important;
		line-height:1.5 !important;
	}
	
	#guidelines h3,
	#guidelines h4{
		font-size:23px !important;
		line-height:1.3 !important;
	}
}

@media screen and (max-width:480px){
	.apple-mobile-section-title{
		font-size:40px !important;
	}
}

