@charset "utf-8";

.container {
	width: 100%;
	margin: -90px auto 0;
	padding-top: 90px;
	font-size: var(--font-body);
	color: var(--color-text-main);
	line-height: var(--font-line-height);
}
.container .msec {
	margin-bottom: 70px;
	padding: 0 30px;
}
.cont-box {
	width: min(100%, 1400px);
	margin: 0 auto;
	padding: 70px 0 100px;
}

@media all and (max-width: 1459px) {
	.cont-box {
		padding: 70px 30px 100px;
	}
}

@media all and (max-width: 999px) {
	.container {
		line-height: 1.5;
	}
	.container .msec {
		margin-bottom: 50px;
		padding: 0 20px;
	}
	.cont-box {
		padding: 50px 20px 70px;
	}
}
@media all and (max-width: 768px) {
	.container {
		line-height: 1.4;
	}
	.container .msec {
		margin-bottom: 20px;
		padding: 0 15px;
	}
	.cont-box {
		padding: 30px 15px 50px;
	}
}
@media all and (max-width: 499px) {
	.container .msec {
		margin-bottom: 15px;
	}
}
.sub-vis-box:not(.type03) {
	position: relative;
	height: 100vh;
}
.sub-vis-box:not(.type03) .img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
	z-index: -1;
}
.sub-vis-box:not(.type03) .img-box:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}
.sub-vis-box:not(.type03) .img-box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sub-vis-box:not(.type03) .txt-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 50%;
	height: 100%;
	color: #fff;
	padding: 30px 50px;
	backdrop-filter: blur(30px);
	-webkit-animation: visual_item 1s;
	animation: visual_item 1s;
}
.sub-vis-box .txt-box .tit {
	font-size: 50px;
	font-weight: 500;
	font-family: "GMarketSans", sans-serif;
	line-height: 1.2;
}
.sub-vis-box .txt-box .tit > b {
	font-weight: 700;
}
.sub-vis-box .txt-box .writer {
	font-weight: 300;
}
.sub-vis-box .txt-box .writer > b {
	font-weight: 500;
}
.sub-vis-box .txt-box .txt {
	margin-top: 30px;
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.3;
}
@media all and (max-width: 1459px) {
	.sub-vis-box:not(.type03) .txt-box {
		padding: 30px;
	}
}
@media all and (max-width: 999px) {
	.sub-vis-box:not(.type03) .txt-box {
		padding: 20px;
	}
	.sub-vis-box:not(.type03) .txt-box .tit {
		font-size: 35px;
	}
	.sub-vis-box:not(.type03) .txt-box .txt {
		font-size: 1.111em;
	}
}
@media all and (max-width: 768px) {
	.sub-vis-box:not(.type03) {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.sub-vis-box:not(.type03) .txt-box {
		width: 100%;
		height: auto;
		padding: 50px 15px;
		-webkit-animation: visual_item_m 1s;
		animation: visual_item_m 1s;
	}
}
@media all and (max-width: 499px) {
	.sub-vis-box:not(.type03) .txt-box .tit {
		font-size: 30px;
	}
	.sub-vis-box:not(.type03) .txt-box .txt {
		margin-top: 20px;
	}
}

.cont-box .artic-sec {
}
.cont-box .artic-sec + .artic-sec {
	margin-top: 100px;
}
.artic-sec .artic-box * + * {
	margin-top: 30px;
}
.artic-sec .tit {
	margin-bottom: 50px;
	font-size: 1.8em;
	font-weight: 500;
	font-family: "SUIT", sans-serif;
}
@media all and (max-width: 1199px) {
	.artic-sec .txt-box > p {
		max-width: 65ch;
	}
}
@media all and (max-width: 999px) {
	.cont-box .artic-sec + .artic-sec {
		margin-top: 50px;
	}
	.artic-sec .artic-box * + * {
		margin-top: 20px;
	}
	.artic-sec .tit {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 768px) {
	.cont-box .artic-sec + .artic-sec {
		margin-top: 30px;
	}
	.artic-sec .artic-box * + * {
		margin-top: 15px;
	}
	.artic-sec .tit {
		margin-bottom: 20px;
		font-size: 1.412em;
	}
}
/* type01 */
.type01 .artic-sec .artic-box {
	display: flex;
	gap: 50px;
}
.type01 .artic-sec .artic-box .img-box {
	width: 35%;
}
.type01 .artic-sec .artic-box .img-box .info-txt {
	margin-top: 10px;
	color: #acacac;
	font-size: 0.889em;
	text-align: center;
}
.type01 .artic-sec .artic-box .txt-box {
	flex: 1 1 0;
	word-break: break-all;
}
.type01 .artic-sec .artic-box .txt-box p + p {
	margin-top: 30px;
}
.type01 .artic-sec:nth-child(odd) .artic-box .img-box {
	order: 2;
}

/* type02 */
.type02 {
	width: min(100%, 1600px);
}
.type02 .cont-artic-sec {
	display: flex;
	flex-flow: row wrap;
	position: relative;
}
.type02 .artic-side-box {
	align-self: flex-start;
	position: sticky;
	left: 0;
	top: 120px;
	/*background-color: var(--color-bg-sub);*/
	width: 400px;
}
.type02 .artic-side-box .writer {
	margin-bottom: 40px;
}
.type02 .artic-side-box .reading-time {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 20px;
	font-family: "SUIT", sans-serif;
	letter-spacing: -0.03em;
}
.type02 .artic-side-box .reading-time:before {
	content: "";
	flex-shrink: 1;
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='9' stroke='%23000' stroke-width='1.8'/%3E%3Cpath d='M12 7.5V12L15 14' stroke='%23000' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	width: 24px;
	height: 24px;
}
.type02 .artic-side-box .effect-txt {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 15px;
	font-family: "GMarketSans", sans-serif;
}
.type02 .artic-side-box .today-date {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 5px;
}
.type02 .artic-side-box .today-date .day {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
.type02 .artic-side-box .today-date > span {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.type02 .artic-side-box .time-txt {
	display: flex;
	align-items: center;
	gap: 5px;
}
.type02 .artic-side-box .time-txt:before {
	flex-shrink: 1;
	content: "";
	display: block;
	width: 20px;
	height: 20px;
}
.type02 .artic-side-box .time-txt.morning:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' class='ico'%3E%3Cpath d='M2 15c7-12 18-12 20-2-7 3-14 10-20 2z' fill='none' stroke='currentColor' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 2v20' stroke='currentColor' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.type02 .artic-side-box .time-txt.afternoon:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' class='ico'%3E%3Ccircle cx='12' cy='12' r='7' fill='none' stroke='currentColor' stroke-width='2.2'/%3E%3C/svg%3E");
}
.type02 .artic-side-box .time-txt.evening:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' class='ico'%3E%3Cpath d='M1 19h22' stroke='currentColor' stroke-width='2.2'/%3E%3Cpath d='M5 19v-8M10 19v-12M15 19v-7M20 19v-10' stroke='currentColor' stroke-width='2.2' stroke-linecap='round'/%3E%3C/svg%3E");
}
.type02 .artic-side-box .time-txt.night:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' class='ico'%3E%3Cpath d='M23 12a11 11 0 1 1-11-11 9 9 0 0 0 11 11z' fill='none' stroke='currentColor' stroke-width='2.2' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.type02 .artic-side-box .anchor-list {
	display: flex;
	flex-direction: column;
	gap: 7px;
	margin-bottom: 40px;
}
.type02 .artic-side-box .anchor-list > a {
	display: flex;
	align-items: flex-start;
	font-size: 0.9em;
}
.type02 .artic-side-box .anchor-list > a:before {
	flex-shrink: 0;
	content: "";
	width: 2px;
	height: 20px;
	margin: 5px 0 0 0;
	opacity: 0;
	transition: all 0.1s ease;
}
.type02 .artic-side-box .anchor-list > a.active {
	color: var(--color-primary);
}
.type02 .artic-side-box .anchor-list > a.active:before {
	background: var(--color-primary);
	margin-right: 10px;
	opacity: 1;
}
.type02 .artic-side-box .tag {
	display: flex;
	flex-flow: row wrap;
	gap: 10px;
}
.type02 .artic-side-box .tag a {
	background-color: var(--color-bg-card);
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 0.8em;
}
.type02 .artic-side-box .tag a:before {
	content: "#";
	display: inline;
}
.type02 .artic-detail-box {
	flex: 1 1 0;
	padding-left: 50px;
}
.type02 .artic-sec {
	display: flex;
	flex-direction: column;
	opacity: 0.4;
	transition: opacity 0.4s ease;
}
.type02 .artic-sec.active {
	opacity: 1;
}
.type02 .artic-sec .img-box {
	font-size: 0;
	line-height: 1;
	text-align: center;
}
.type02 .artic-sec .img-box > img {
	display: inline-block;
}
@media all and (max-width: 1459px) {
	.type02 .artic-side-box {
		width: 300px;
	}
	.type02 .artic-detail-box {
		padding-left: 30px;
	}
}

@media all and (max-width: 999px) {
	.type02 .artic-side-box {
		top: 90px;
		width: 250px;
	}
	.type02 .artic-side-box .writer,
	.type02 .artic-side-box .anchor-list {
		margin-bottom: 30px;
	}
	.type02 .artic-detail-box {
		padding-left: 20px;
	}
}
@media all and (max-width: 768px) {
	.type02 .artic-detail-box {
		padding-left: 15px;
	}
}
@media all and (max-width: 499px) {
	.type02 .cont-artic-sec {
		flex-direction: column;
	}
	.type02 .artic-side-box {
		order: 2;
		display: block;
		width: 100%;
		margin-top: 20px;
	}
	.type02 .artic-side-box .writer,
	.type02 .artic-side-box .anchor-list {
		display: none;
	}
	.type02 .artic-detail-box {
		padding-left: 0;
	}
}

.sub-vis-box.type03 {
	padding-top: 300px;
}
.sub-vis-box.type03 .txt-box {
	position: fixed;
	left: 0;
	right: 0;
	top: max(118.8px, 11.71875vw);
	margin: 0 auto;
	padding: 0 30px 10vh;
	text-align: center;
	z-index: 1;
	width: min(100%, 1060px);
}
.sub-vis-box.type03 .txt-box.is-break {
	position: absolute;
}
.sub-vis-box.type03 .img-box {
	position: relative;
	overflow: hidden;
}
.sub-vis-box.type03 .img-box .dim,
.sub-vis-box.type03 .img-box .bg {
	width: calc(100% - max(300px, 25vw));
	border-radius: max(25px, 2vw) max(25px, 2vw) 0 0;
}
.sub-vis-box.type03 .img-box .dim {
	position: absolute;
	top: 0;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.2);
	height: 100%;
	opacity: 0;
	transform: translateX(-50%);
}
.sub-vis-box.type03 .img-box .bg {
	background: url(/sub/motion/images/sub/sub0102_img01.jpg) no-repeat center;
	background-size: cover;
	height: max(500px, 45vw);
	padding: max(120px, 10vw) 0 0;
	margin: 0 auto;
}

.type03 .artic-sec {
}

.type04.sub-vis-box {
	width: 100%;
	overflow: hidden;
}

.type04 {
	position: relative;
	background-color: var(--color-bg-main);
	width: 100%;
	z-index: 1;
}

/* 공통  */

.artic-summary-box {
	margin-bottom: 70px;
	padding: 28px 32px;
	background-color: color-mix(in srgb, var(--color-primary) 8%, var(--color-bg-main));
	border-left: 4px solid var(--color-primary);
	border-radius: 0 12px 12px 0;
}
.artic-summary-box .summary-tit {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 18px;
	font-size: 1em;
	font-weight: 700;
	color: var(--color-primary);
}
.artic-summary-box .summary-tit svg {
	flex-shrink: 0;
	stroke: var(--color-primary);
}
.artic-summary-box .summary-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 0;
	list-style: none;
}
.artic-summary-box .summary-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 0.95em;
	line-height: 1.6;
}
.artic-summary-box .summary-list li::before {
	content: "";
	flex-shrink: 0;
	width: 6px;
	height: 6px;
	margin-top: 0.55em;
	border-radius: 50%;
	background-color: var(--color-primary);
}
@media all and (max-width: 999px) {
	.artic-summary-box {
		margin-bottom: 50px;
		padding: 22px 24px;
	}
}
@media all and (max-width: 768px) {
	.artic-summary-box {
		margin-bottom: 30px;
		padding: 18px 20px;
	}
}

.share-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.share-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #e0e0e0;
	background: var(--color-bg-main);
	transition:
		background 0.2s,
		border-color 0.2s,
		transform 0.15s;
}

.share-btn svg {
	width: 20px;
	height: 20px;
	fill: #888;
	transition: fill 0.2s;
}
.share-btn:hover svg {
	fill: #fff;
}

.share-btn.kakao:hover {
	background: #fee500;
	border-color: #fee500;
}
.share-btn.kakao:hover svg {
	fill: #3a1d1d;
}
.share-btn.naver:hover {
	background: #03c75a;
	border-color: #03c75a;
}
.share-btn.twitter:hover {
	background: #000;
	border-color: #000;
}
.share-btn.facebook:hover {
	background: #1877f2;
	border-color: #1877f2;
}

/* URL 복사 */
.share-btn.url-copy:hover {
	background: #f5f5f5;
	border-color: #ccc;
}

/* 복사 완료 상태 */
.share-btn.url-copy.copied {
	background: #f0fdf4;
	border-color: #86efac;
}
.share-btn.url-copy.copied .ico-link {
	display: none;
}
.share-btn.url-copy.copied .ico-check {
	display: block !important;
}

.highlight {
	background-image: linear-gradient(transparent 50%, var(--color-bg-sub) 0);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 0;
	transition: background-size var(--highlight-duration, 0.6s) linear;
}

.highlight.on {
	background-size: 100%;
}

.selection-share {
	position: absolute;
	background: #111;
	color: #fff;
	padding: 6px 10px;
	border-radius: 6px;
	font-size: 13px;
	display: none;
	z-index: 9999;
}

.selection-share button {
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
}

.artic-reward {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 12px;
	width: 100%;
	padding: 20px 30px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 500;
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s ease;
	z-index: 9999;
}
.artic-reward.show {
	opacity: 1;
	transform: translateY(0);
}
.artic-reward p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.artic-reward p .ico {
	flex-shrink: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 16px;
}
.artic-reward p .ico.fast {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='13 2 3 14 12 14 11 22 21 10 12 10 13 2'/%3E%3C/svg%3E");
}
.artic-reward p .ico.normal {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 7a2 2 0 0 1 2-2h6v14H4a2 2 0 0 0-2 2z'/%3E%3Cpath d='M22 7a2 2 0 0 0-2-2h-6v14h6a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");
}
.artic-reward p .ico.slow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpolyline points='12 6 12 12 16 14'/%3E%3C/svg%3E");
}
.artic-reward p .ico.fun {
	width: 0;
}
.artic-more-box {
	border-top: 1px solid var(--color-border);
	margin-top: 70px;
	padding-top: 70px;
}
.artic-more-box h3 {
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: 700;
}
.artic-more-box .artic-swiper {
}
.artic-more-box .artic-swiper .swiper-slide > a {
	display: flex;
	flex-direction: column;
}
.artic-more-box .artic-swiper .img-box {
	margin-bottom: 25px;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.artic-more-box .artic-swiper .img-box > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.artic-more-box .artic-swiper .txt-box {
	display: flex;
	flex-direction: column;
}
.artic-more-box .artic-swiper .txt-box .cate {
}
.artic-more-box .artic-swiper .txt-box .tit {
	align-self: flex-start;
	position: relative;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.artic-more-box .artic-swiper .txt-box .tit:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #000;
	width: 0;
	height: 2px;
	opacity: 0;
	transition: all 0.3s ease;
}
.artic-more-box .artic-swiper .swiper-slide > a:hover .img-box > img {
	transform: scale(1.05);
}
.artic-more-box .artic-swiper .swiper-slide > a:hover .txt-box .tit:before {
	width: 100%;
	opacity: 1;
}
@media all and (max-width: 999px) {
	.artic-more-box {
		margin-top: 50px;
		padding-top: 50px;
	}
	.artic-more-box h3 {
		margin-bottom: 30px;
	}
}
@media all and (max-width: 768px) {
	.artic-more-box {
		margin-top: 30px;
		padding-top: 30px;
	}
	.artic-more-box h3 {
		margin-bottom: 20px;
	}
}
.progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 0%;
	height: 3px;
	background: var(--color-primary);
	z-index: 9999;
	transition: width 0.1s linear;
}
@media all and (max-width: 768px) {
	.progress-bar {
		height: 2px;
	}
}
@-webkit-keyframes visual_item {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes visual_item {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes visual_item_m {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes visual_item_m {
	0% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
