@charset "utf-8";

:root{
	--blue: #1e6cff;
	--yellow: #e11d48;
	--red: #e11d48;
}

.operate-bar{
	position: fixed;
	left: 50%;
	bottom: 22px;
	transform: translateX(-50%);
	z-index: 90900;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	align-items: center;
	width: max-content;
	max-width: calc(100% - 24px);
	background: #0b1f4a;
	color: #fff;
	padding: 8px 10px;
	border-radius: 999px;
	box-shadow: 0 12px 30px rgba(30,108,255,.28);
	white-space: nowrap;
}
.operate-bar a{
	color: #12224d !important;
	font-size: 0.9rem;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	flex-shrink: 0;
	white-space: nowrap;
	background: #fff;
	padding: 10px 18px;
	border-radius: 999px;
}
.operate-bar a img{
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	max-width: 0 !important;
	max-height: 0 !important;
	overflow: hidden !important;
}
.operate-bar a.shop-made{ box-shadow: inset 0 0 0 2px #e11d48; }
.operate-bar a.shop-ten{ box-shadow: inset 0 0 0 2px #1e6cff; }
.operate-bar a.red{ background: #fff; }

.cta-pair{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin: 2px 14px 16px;
}
.cta-pair .cta{
	margin: 0 !important;
	background: #fff !important;
	color: #12224d !important;
	border: 1.5px solid #e5ecf7;
	border-radius: 14px !important;
	gap: 0;
	padding: 12px 10px !important;
	min-height: 54px;
	font-size: 0;
	line-height: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 14px rgba(18, 34, 77, 0.05);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cta-pair .cta:hover{
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(18, 34, 77, 0.1);
}
.cta-pair .cta span{
	display: none !important;
}
.cta-pair .cta img{
	display: block !important;
	width: auto !important;
	height: 28px !important;
	max-width: 140px !important;
	max-height: 28px !important;
	object-fit: contain !important;
	flex-shrink: 0;
}
.shop-go__card img,
.shop-pick__card img,
.hero-shop img,
.brand-pair img{
	display: inline-block !important;
	width: auto !important;
	height: 36px !important;
	max-width: 160px !important;
	max-height: 36px !important;
	object-fit: contain !important;
	flex-shrink: 0;
}
.cta-pair .cta.made{ border-color: rgba(225, 29, 72, 0.5); }
.cta-pair .cta.ten{ border-color: rgba(30, 108, 255, 0.5); }
.cta-pair .cta.made:hover{ border-color: #e11d48; }
.cta-pair .cta.ten:hover{ border-color: #1e6cff; }
.cta-pair .cta i{ display: none; }
/* 로고만 있는 한 칸 CTA(카카오·유튜브 → 텐) */
.cta-pair:has(.cta:only-child){
	grid-template-columns: 1fr;
}
.cta-pair .cta:only-child img{
	height: 30px !important;
	max-height: 30px !important;
}

.shop-go{ margin-top: 28px; max-width: 860px; }
.shop-go__lead{
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 22px;
	color: #24324d;
}
.shop-go__grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}
.shop-go__card{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	background: #fff;
	border-radius: 24px;
	padding: 28px 22px;
	text-align: center;
	border: 2px solid #dbe7ff;
	box-shadow: 0 10px 28px rgba(30,108,255,.08);
}
.shop-go__card.made{ border-color: #e11d48; }
.shop-go__card.ten{ border-color: #1e6cff; }
.shop-go__card img{
	height: 40px !important;
	max-height: 40px !important;
	max-width: 180px !important;
}
.shop-go__card strong{
	font-size: 1.05rem;
	font-weight: 800;
	color: #12224d;
}
.shop-go__card span{ color: var(--blue); font-weight: 700; }

#sec05:has(.shop-go) .wrapper{ display: block; }
#sec05:has(.shop-go) .left-box{ width: 100%; position: static; }
#sub__content #sec01:has(.shop-go) .wrapper{ display: block; }
#sub__content #sec01:has(.shop-go) .left-box{ width: 100%; position: static; }
#contactSec:has(.shop-go) .wrapper{ display: block; }
#contactSec:has(.shop-go) .left-box{ width: 100%; position: static; }

@media screen and (max-width: 700px){
	.operate-bar a span{ display: inline; }
	.operate-bar a{ padding: 10px 14px; font-size: 0.82rem; }
	.shop-go__grid, .cta-pair{ grid-template-columns: 1fr; }
	.brand-pair__logos{ grid-template-columns: 1fr; }
}

#shopPage .product-card{
	padding: 0 0 18px;
	overflow: hidden;
}
#shopPage .product-card .thumb{
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	background: linear-gradient(160deg, #eff4ff, #ffe4ea);
}
#shopPage .product-card .pad{ padding: 18px 20px 4px; }
#shopPage .product-card .cta{
	margin: 8px 20px 4px;
	background: var(--blue);
	color: #fff !important;
	justify-content: center;
	padding: 10px 14px;
	border-radius: 999px;
}
#shopPage .product-card .cta i{ color: #fff; }
#shopPage .order-steps{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 14px;
	margin: 28px 0 50px;
}
#shopPage .order-steps li{
	background: #fff;
	border-radius: 20px;
	padding: 22px 18px;
	border: 1px solid #dbe7ff;
}
#shopPage .order-steps b{
	display: block;
	color: var(--red);
	font-size: 0.8rem;
	margin-bottom: 8px;
}
#shopPage .order-steps strong{ font-size: 1.05rem; font-weight: 800; display: block; margin-bottom: 8px; }
#shopPage .order-steps li.is-cta{
	border-color: #e11d48;
	box-shadow: 0 10px 24px rgba(225, 29, 72, 0.08);
}
#shopPage .order-steps .order-links{
	margin-top: 12px;
	flex-direction: column;
	gap: 8px;
}
#shopPage .order-steps .order-links a{
	padding: 8px 12px;
	font-size: 0.82rem;
}
#shopPage .order-links--after-steps{
	justify-content: center;
	margin: -24px 0 48px;
}

@media screen and (max-width: 900px){
	#shopPage .order-steps{ grid-template-columns: 1fr 1fr; }
}
@media screen and (max-width: 700px){
	#shopPage .order-steps{ grid-template-columns: 1fr; }
	.operate-bar{
		width: max-content;
		max-width: calc(100% - 24px);
		justify-content: center;
	}
	.operate-bar a{ font-size: 0.86rem; padding: 9px 14px; }
	.brand-pair__logos{ grid-template-columns: 1fr; }
}

.brand-pair{
	background: linear-gradient(90deg, #fff1f4 0%, #f3f7ff 100%);
	border-top: 3px solid var(--red);
	border-bottom: 3px solid var(--blue);
	padding: 48px 0;
}
.brand-pair__label{
	font-weight: 800;
	color: var(--blue);
	margin-bottom: 18px;
	letter-spacing: 0.04em;
}
.brand-pair__logos{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	align-items: center;
}
.brand-pair figure a{
	display: block;
	color: inherit;
}
.brand-pair img{
	display: block !important;
	width: auto !important;
	height: 40px !important;
	max-width: 180px !important;
	max-height: 40px !important;
	object-fit: contain !important;
	margin: 0 auto;
}
.brand-pair figcaption{
	margin-top: 12px;
	font-weight: 800;
	color: var(--red);
}
.brand-pair .note{
	margin-top: 20px;
	color: var(--gray02);
	line-height: 1.7;
	max-width: 860px;
}

#subNav.about,
#subNav.news{
	background: linear-gradient(180deg, #fff 0%, #f3f7ff 100%);
}
#shopPage{
	background: linear-gradient(180deg, #f3f7ff 0%, #fff5f7 40%, #f3f7ff 100%);
}

.article-view .article-cover img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: linear-gradient(160deg, #eff4ff, #ffe4ea);
}

.hero-shops{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	margin-top: 28px;
}
.hero-shop{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	color: #12224d !important;
	font-weight: 800;
	padding: 10px 18px 10px 10px;
	border-radius: 999px;
	border: 2px solid #dbe7ff;
	box-shadow: 0 8px 20px rgba(30,108,255,.08);
}
.hero-shop.made{ border-color: #e11d48; }
.hero-shop.ten{ border-color: #1e6cff; }
.hero-shop img{
	height: 28px;
	width: auto;
	max-width: 120px;
	object-fit: contain;
}
#sec01 .right-box .hero-shops{ margin-left: auto; }
.sec03-copy .hero-shops{ align-items: flex-start; }

.shop-pick{
	background: linear-gradient(90deg, #fff1f4 0%, #f3f7ff 100%);
	border-top: 3px solid var(--red);
	border-bottom: 3px solid var(--blue);
	padding: 64px 0;
}
.shop-pick__kicker{
	font-weight: 800;
	color: var(--red);
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.shop-pick h2,
.shop-pick .tit{
	font-size: 1.85rem;
	font-weight: 800;
	line-height: 1.4;
	color: #12224d;
	margin-bottom: 12px;
}
.shop-pick__lead{
	line-height: 1.7;
	color: #24324d;
	margin-bottom: 28px;
	max-width: 720px;
}
.shop-pick__grid{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.shop-pick__card{
	background: #fff;
	border-radius: 24px;
	padding: 28px 24px;
	border: 2px solid #dbe7ff;
	box-shadow: 0 10px 28px rgba(30,108,255,.08);
}
.shop-pick__card.made{ border-color: #e11d48; }
.shop-pick__card.ten{ border-color: #1e6cff; }
.shop-pick__card img{
	display: block !important;
	width: auto !important;
	height: 40px !important;
	max-width: 180px !important;
	max-height: 40px !important;
	object-fit: contain !important;
	margin-bottom: 14px;
}
.shop-pick__card h3{
	font-size: 1.2rem;
	font-weight: 800;
	margin-bottom: 8px;
	color: #12224d;
}
.shop-pick__card p{
	line-height: 1.65;
	color: #3a4660;
	margin-bottom: 18px;
}
.shop-pick__card a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--blue);
	color: #fff !important;
	font-weight: 800;
	padding: 12px 18px;
	border-radius: 999px;
}
.shop-pick__card.made a{ background: #e11d48; }

.shop-go--compact{ margin-top: 22px; }
.shop-go--article{ margin: 36px 0 8px; }

.order-links{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}
.order-links a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 999px;
	font-weight: 800;
	background: #fff;
	border: 2px solid #1e6cff;
	color: #12224d !important;
}
.order-links a.made{ border-color: #e11d48; }

@media screen and (max-width: 900px){
	.hero-shops{ align-items: center; }
	#sec01 .right-box .hero-shops{ margin-left: 0; }
	.shop-pick__grid{ grid-template-columns: 1fr; }
}

/* reset.css img{max-width:100%;height:auto} 덮어쓰기 — 로고가 화면을 덮지 않게 */
.operate-bar a img,
.hero-shop img,
.cta-pair img,
.shop-go img,
.shop-pick img,
.brand-pair img{
	display: inline-block !important;
	width: auto !important;
	height: 36px !important;
	max-width: 160px !important;
	max-height: 36px !important;
	object-fit: contain !important;
}
.cta-pair img{
	height: 28px !important;
	max-height: 28px !important;
	max-width: 140px !important;
}
.operate-bar a img{
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}

#shopPage .product-card .cta-pair .cta{
	margin: 0 !important;
	background: #fff !important;
	color: inherit !important;
	justify-content: center;
	padding: 12px 10px !important;
	border-radius: 14px !important;
}
#shopPage .product-card .cta-pair .cta:hover{
	background: #fff !important;
}
#shopPage .product-card .cta-pair .cta i{ display: none; }

#shopPage .shop-cta-box{
	background:#fff;
	border:2px solid #e11d48;
	border-radius:20px;
	padding:22px 20px;
	margin-top:22px;
}
#shopPage .shop-cta-box strong{display:block;font-size:1.1rem;margin-bottom:8px;color:#12224d}
#shopPage .shop-cta-box p{line-height:1.65;color:#3a4660;margin-bottom:14px}
#shopPage .bank-box{display:none !important}

.shop-pick__card a,
.shop-go__card span{
	letter-spacing: -0.01em;
}
.shop-go__card{
	transition: transform .2s ease, box-shadow .2s ease;
}
.shop-go__card:hover{
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(30,108,255,.12);
}
.shop-pick__card{
	transition: transform .2s ease, box-shadow .2s ease;
}
.shop-pick__card:hover{
	transform: translateY(-3px);
	box-shadow: 0 14px 32px rgba(30,108,255,.12);
}

#shopPage .product-card .cta-pair{
	margin: 4px 8px 8px;
	gap: 6px;
}
#shopPage .product-card .cta-pair .cta{
	min-height: 40px;
	padding: 6px 6px !important;
	border-radius: 10px !important;
}
#shopPage .product-card .cta-pair .cta img{
	height: 20px !important;
	max-height: 20px !important;
	max-width: 96px !important;
}

/* SEO guide hub on home */
.guide-links{
	background: linear-gradient(180deg, #f7f9fc 0%, #eef3fa 100%);
	border-top: 1px solid rgba(30,108,255,.08);
	border-bottom: 1px solid rgba(30,108,255,.08);
}
.guide-links h2{
	font-size: clamp(1.35rem, 2.4vw, 1.85rem);
	font-weight: 700;
	line-height: 1.35;
	color: #0f1c2e;
	letter-spacing: -0.02em;
}
.guide-links__lead{
	margin-top: 12px;
	max-width: 40rem;
	color: #4a5a6e;
	font-size: 0.98rem;
	line-height: 1.6;
}
.guide-links__list{
	margin-top: 28px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 28px;
	list-style: none;
	padding: 0;
}
.guide-links__list a{
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid rgba(15,28,46,.1);
	color: #0f1c2e;
	font-weight: 600;
	font-size: 0.98rem;
	line-height: 1.45;
	transition: color .2s ease, padding-left .2s ease;
}
.guide-links__list a:hover{
	color: #1e6cff;
	padding-left: 6px;
}
@media (max-width: 768px){
	.guide-links__list{ grid-template-columns: 1fr; }
}

/* Hero: SEO KW line + original big typed headline */
#sec01 .left-box h1 .h1-kw{
	display: block;
	font-size: clamp(1.2rem, 2vw, 1.65rem);
	font-weight: 800;
	letter-spacing: -0.02em;
	line-height: 1.35;
	color: #0f1c2e;
	margin-bottom: 0.45em;
}
#sec01 .left-box h1 .h1-type{
	display: block;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}
#sec01 .left-box h1 .h1-type em,
#sec01 .left-box h1 .h1-type span{
	font-style: normal !important;
	font-size: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
	color: inherit;
}
#sec01 .left-box h1 .h1-type .typed-cursor{
	font-size: inherit !important;
	font-weight: inherit !important;
}

/* Long-form SEO guide (Naver commercial #1 pattern) */
.seo-guide{
	background: #fff;
	border-top: 1px solid rgba(15,28,46,.08);
}
.seo-guide__kicker{
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1e6cff;
	margin-bottom: 8px;
}
.seo-guide__main{
	font-size: clamp(1.45rem, 2.6vw, 2rem);
	font-weight: 800;
	letter-spacing: -0.03em;
	color: #0f1c2e;
	line-height: 1.3;
}
.seo-guide__lead{
	margin-top: 14px;
	max-width: 46rem;
	font-size: 1.02rem;
	line-height: 1.7;
	color: #3a4a5e;
}
.seo-guide__block{
	margin-top: 36px;
	padding-top: 28px;
	border-top: 1px solid rgba(15,28,46,.08);
}
.seo-guide__block h2{
	font-size: clamp(1.12rem, 1.8vw, 1.35rem);
	font-weight: 750;
	color: #0f1c2e;
	letter-spacing: -0.02em;
	line-height: 1.4;
}
.seo-guide__block p,
.seo-guide__block li{
	margin-top: 10px;
	font-size: 0.98rem;
	line-height: 1.75;
	color: #3a4a5e;
}
.seo-guide__block ul{
	margin: 8px 0 0;
	padding-left: 1.1rem;
}
.seo-guide__block a{
	color: #1e6cff;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.seo-guide__cta{
	margin-top: 22px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.seo-guide__cta a{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 18px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 0.95rem;
	text-decoration: none;
	background: #1e6cff;
	color: #fff;
}
.seo-guide__cta a.made{ background: #e11d48; }
.seo-guide__cta a.ghost{
	background: transparent;
	color: #0f1c2e;
	border: 1px solid rgba(15,28,46,.2);
}
