/*
Theme Name: 비랜딩 테마 - 마크웨이
Theme URI: https://blanding.kr
Author: 비랜딩 blanding.kr
Author URI: https://blanding.kr
Description: 마크웨이의 기존 디자인과 콘텐츠를 유지하면서 Markway Layout 의존성을 제거한 비랜딩 커스텀 테마입니다.
Version: 2.1.20
Text Domain: blanding-markway
*/

:root {
	--mw-blue: #2f80ed;
	--mw-text: #111;
	--mw-muted: #6b7280;
	--mw-border: #e5e7eb;
}

/*
 * Native layout containers always carry .mw-layout-element. Legacy custom
 * HTML also uses .mw-container, but those wrappers are ordinary block
 * containers and must not inherit the native engine's flex layout.
 */
.mw-layout .mw-container:not(.mw-layout-element) {
	display: block !important;
	width: 100% !important;
}

/*
 * The success-case shortcode predates the native layout engine and uses a
 * generic .mw-container class. Keep that wrapper out of the layout engine's
 * flex rules so the original full-width three-column design is preserved.
 */
#mw-green-wrapper > .mw-container {
	display: block !important;
	width: 100% !important;
	max-width: 1600px !important;
}

#mw-green-wrapper .mw-step-wrap,
#mw-green-wrapper .mw-step-content-box,
#mw-green-wrapper .mw-step-swiper,
#mw-green-wrapper .mw-grid {
	width: 100% !important;
	max-width: none !important;
}

@media (min-width: 769px) {
	#mw-green-wrapper .mw-grid {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	#mw-green-wrapper .mw-card {
		width: auto !important;
	}
}

html {
	scroll-behavior: smooth;
}

body.blanding-markway-theme {
	margin: 0;
	background: #fff;
	color: var(--mw-text);
	font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@font-face {
	font-family: "원모바일 타이틀";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("https://markway.mycafe24.com/wp-content/uploads/2025/09/ONE-Mobile-Title.ttf") format("truetype");
}

.mw-native-single {
	width: 100%;
	margin: 0;
	padding: 0;
}

.mw-native-single .mw-layout-button-icon {
	font-family: Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1;
}

.blanding-markway-content {
	min-height: 40vh;
	overflow: clip;
}

.blanding-markway-content > .mw-layout {
	width: 100%;
}

.mw-native-header {
	position: relative;
	z-index: 30;
	background: #fff;
	border-bottom: 1px solid var(--mw-border);
}

.mw-native-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: min(1200px, calc(100% - 40px));
	min-height: 92px;
	margin: 0 auto;
}

.mw-native-header__brand {
	color: #111;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 900;
	text-decoration: none;
}

.mw-native-header__brand span {
	color: var(--mw-blue);
}

.mw-native-header ul {
	display: flex;
	gap: 26px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw-native-header a {
	color: inherit;
	font-weight: 700;
	text-decoration: none;
}

.mw-site-header {
	position: relative;
	z-index: 30;
	width: min(1140px, calc(100% - 32px));
	margin: 0 auto;
	background: #fff;
	font-family: "Pretendard", sans-serif;
}

.mw-site-header__inner {
	padding: 24px 0;
}

.mw-site-header--landing-3 .mw-site-header__inner {
	padding-top: 16px;
	padding-bottom: 16px;
}

.mw-site-header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-bottom: 24px;
}

.mw-site-header__logo {
	display: block;
	width: 500px;
	max-width: 48%;
}

.mw-site-header__logo img {
	display: block;
	width: 100%;
	height: auto;
}

.mw-site-header__account {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #666;
	font-size: 15px;
	font-weight: 500;
}

.mw-site-header__account span {
	color: #d1d5db;
}

.mw-site-header a {
	color: inherit;
	text-decoration: none;
}

.mw-site-header__nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.mw-site-header__nav a {
	display: inline-flex;
	align-items: center;
	color: #000;
	font-size: 19px;
	font-weight: 700;
	white-space: nowrap;
}

.mw-site-header__nav a:hover,
.mw-site-header__nav a:focus-visible,
.mw-site-header__account a:hover,
.mw-site-header__account a:focus-visible {
	color: #2563eb;
}

.mw-site-header--landing-2 .mw-site-header__nav a:hover,
.mw-site-header--landing-2 .mw-site-header__nav a:focus-visible {
	color: #1dbf73;
}

.mw-site-header--landing-3 .mw-site-header__nav a:hover,
.mw-site-header--landing-3 .mw-site-header__nav a:focus-visible {
	color: #1fc6be;
}

.mw-site-header__nav svg {
	width: 16px;
	height: 16px;
	margin-left: 4px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.mw-site-header__mobile,
.mw-site-header__mobile-menu {
	display: none;
}

.mw-native-footer {
	padding: 42px 20px;
	background: #111827;
	color: #d1d5db;
	font-size: 14px;
}

.mw-native-footer__inner {
	width: min(1200px, 100%);
	margin: 0 auto;
}

.mw-site-footer {
	padding: 28px 24px 50px;
	background: #181a1c;
	color: #d7d7d7;
	font-family: "Pretendard", sans-serif;
	font-size: 14px;
	line-height: 1.75;
}

.mw-site-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	width: min(1140px, 100%);
	margin: 0 auto;
}

.mw-site-footer p {
	margin: 0 0 18px;
}

.mw-site-footer p:last-child {
	margin-bottom: 0;
}

.mw-site-footer a {
	color: inherit;
	text-decoration: none;
}

.mw-site-footer__social {
	display: flex;
	align-items: center;
	gap: 20px;
	flex: 0 0 auto;
	font-size: 16px;
	font-weight: 700;
}

.mw-site-footer__social svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: currentColor;
}

.mw-scroll-top {
	position: fixed;
	right: 32px;
	bottom: 32px;
	z-index: 50;
	display: none;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	padding: 10px;
	border: 1px solid #3a3d40;
	border-radius: 50%;
	background: #272c2f;
	color: #fff;
	cursor: pointer;
}

.mw-scroll-top.is-visible {
	display: flex;
}

.mw-scroll-top:hover,
.mw-scroll-top:focus-visible {
	border-color: #3a84ff;
	background: #3a84ff;
}

.mw-scroll-top svg {
	width: 24px;
	height: 24px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
}

.mw-form-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.mw-form-message {
	width: min(100%, 760px);
	margin: 0 auto 24px;
	padding: 16px 18px;
	border-radius: 8px;
	font-weight: 700;
}

.mw-form-message--success {
	border: 1px solid #86efac;
	background: #f0fdf4;
	color: #166534;
}

.mw-form-message--error {
	border: 1px solid #fecaca;
	background: #fef2f2;
	color: #991b1b;
}

.mw-single,
.mw-archive {
	width: min(1120px, calc(100% - 40px));
	margin: 0 auto;
	padding: 72px 0 110px;
}

.mw-single__title,
.mw-archive__title {
	margin: 0 0 38px;
	font-size: clamp(32px, 5vw, 58px);
	line-height: 1.15;
}

.mw-single__content {
	font-size: 17px;
	line-height: 1.8;
}

.mw-single__content img {
	max-width: 100%;
	height: auto;
}

.mw-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.mw-archive-card {
	display: block;
	overflow: hidden;
	border: 1px solid var(--mw-border);
	border-radius: 16px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}

.mw-archive-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 45px rgba(15, 23, 42, .12);
}

.mw-archive-card img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.mw-archive-card__body {
	padding: 22px;
}

.mw-archive-card h2 {
	margin: 0;
	font-size: 21px;
	line-height: 1.4;
}

/* Theme-native testimonial slider controls. */
.testimonial-design-apply {
	position: relative;
}

.testimonial-design-apply .swiper {
	overflow: hidden;
}

.testimonial-design-apply .swiper-wrapper {
	align-items: stretch;
}

.testimonial-design-apply .swiper-slide {
	height: auto;
}

/* Keep every testimonial visually balanced inside its quote card. */
.testimonial-design-apply .mw-layout-testimonial {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.testimonial-design-apply .mw-layout-testimonial__content,
.testimonial-design-apply .mw-layout-testimonial__footer {
	width: 100%;
}

.testimonial-design-apply .mw-layout-testimonial__text {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.testimonial-design-apply .mw-layout-testimonial__footer {
	display: flex;
	justify-content: center;
}

.testimonial-design-apply .mw-layout-testimonial__cite,
.testimonial-design-apply .mw-layout-testimonial__name {
	display: block;
	width: 100%;
	text-align: center;
}

.testimonial-design-apply .mw-layout-swiper-button {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 60px;
	margin: 0;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #ccc;
	cursor: pointer;
	appearance: none;
}

.testimonial-design-apply .mw-layout-swiper-button-prev {
	left: 0;
}

.testimonial-design-apply .mw-layout-swiper-button-next {
	right: 0;
}

.testimonial-design-apply .mw-layout-swiper-button svg {
	display: block;
	width: 50px;
	height: 50px;
	fill: currentColor;
}

.testimonial-design-apply .mw-layout-swiper-button:hover,
.testimonial-design-apply .mw-layout-swiper-button:focus-visible {
	color: #1fc6be;
}

.testimonial-design-apply .mw-layout-swiper-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

/* Elementor's image widget centers by default; page-level alignment still overrides this. */
.mw-layout-widget-image {
	text-align: center;
}

/* Native replacement for Elementor's nested-accordion base presentation. */
.mw-layout-widget-n-accordion .mw-n-accordion {
	width: 100%;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
	list-style: none;
	cursor: pointer;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title::marker,
.mw-layout-widget-n-accordion .mw-n-accordion-item-title::-webkit-details-marker {
	display: none;
	content: '';
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title-header {
	display: block;
	flex: 1 1 auto;
	min-width: 0;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border: 1.5px solid currentColor;
	border-radius: 50%;
	color: #333;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title-icon > span {
	display: none !important;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item-title-icon::after {
	width: 7px;
	height: 7px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	content: '';
	transform: translateY(-2px) rotate(45deg);
	transition: transform .25s ease;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item[open] > .mw-n-accordion-item-title .mw-n-accordion-item-title-icon {
	color: #1fc6be;
}

.mw-layout-widget-n-accordion .mw-n-accordion-item[open] > .mw-n-accordion-item-title .mw-n-accordion-item-title-icon::after {
	transform: translateY(2px) rotate(225deg);
}

/* The original page only used a top rule; the removed Elementor reset supplied zero side widths. */
body.mw-layout-page-770 .mw-layout-element-e9c90f0 {
	border: 0 !important;
}

/*
 * Consultation panels: the source export left a default green border on the
 * "free consultation" image widgets. On page 770 its asymmetric grid padding
 * also moved the column boundary past the vertical divider.
 */
body.mw-layout-page-702 .mw-layout-element-9dccd61,
body.mw-layout-page-702 .mw-layout-element-a329397,
body.mw-layout-page-707 .mw-layout-element-5ccbd54,
body.mw-layout-page-718 .mw-layout-element-d197111,
body.mw-layout-page-770 .mw-layout-element-4fae85c,
body.mw-layout-page-770 .mw-layout-element-c5c0c8d {
	border: 0 !important;
}

body.mw-layout-page-770 .mw-layout-element-3bf0b3e,
body.mw-layout-page-770 .mw-layout-element-51d6773 {
	--padding-left: 0px;
	--padding-right: 0px;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

body.mw-layout-page-770 .mw-layout-element-3bf0b3e > *,
body.mw-layout-page-770 .mw-layout-element-51d6773 > * {
	min-width: 0;
}

body.mw-layout-page-702 .mw-layout-element-9dccd61 img,
body.mw-layout-page-702 .mw-layout-element-a329397 img,
body.mw-layout-page-707 .mw-layout-element-5ccbd54 img,
body.mw-layout-page-718 .mw-layout-element-d197111 img,
body.mw-layout-page-770 .mw-layout-element-4fae85c img,
body.mw-layout-page-770 .mw-layout-element-c5c0c8d img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Restore the original Elementor-era testimonial measure on Success Opinion. */
body.mw-layout-page-2720 .custom-ts-wrapper {
	width: 800px;
	max-width: calc(100% - 40px);
	margin-inline: auto;
}

/* Keep the restored History lead on the same line as the reference layout. */
@media (min-width: 768px) {
	body.mw-layout-page-61 .markway-main {
		white-space: nowrap;
	}
}

/* Landing 2: nine brand cases, rolling three cards at a time. */
.mw-brand-card-slider {
	position: relative;
	width: 100%;
	padding: 0 0 42px;
	box-sizing: border-box;
}

.mw-brand-card-swiper.brand-card-container {
	display: block;
	overflow: hidden;
	padding: 40px 0;
	flex-wrap: nowrap;
}

.mw-brand-card-swiper .swiper-wrapper {
	align-items: stretch;
}

.mw-brand-card-swiper .brand-card.swiper-slide {
	width: auto;
	height: 387px;
	min-height: 387px;
	box-sizing: border-box;
}

.mw-brand-card-nav {
	position: absolute;
	top: calc(50% - 21px);
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 58px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .16);
	color: #1dbf73;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
}

.mw-brand-card-prev {
	left: 2px;
}

.mw-brand-card-next {
	right: 2px;
}

.mw-brand-card-nav:hover,
.mw-brand-card-nav:focus-visible {
	background: #1dbf73;
	color: #fff;
}

.mw-brand-card-nav:focus-visible {
	outline: 3px solid rgba(29, 191, 115, .3);
	outline-offset: 3px;
}

.mw-brand-card-pagination {
	position: absolute;
	right: 0;
	bottom: 8px !important;
	left: 0;
	z-index: 4;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.mw-brand-card-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 !important;
	background: #c8c8c8;
	opacity: 1;
}

.mw-brand-card-pagination .swiper-pagination-bullet-active {
	width: 28px;
	border-radius: 10px;
	background: #1dbf73;
}

/* Landing 2: four-screen native consulting carousel. */
.mw-consulting-carousel {
	position: relative;
	width: 100%;
	padding-bottom: 54px;
	background: #fff;
	box-sizing: border-box;
}

.mw-consulting-viewport {
	overflow: hidden;
	width: 100%;
}

.mw-consulting-track {
	display: flex;
	align-items: stretch;
	width: 100%;
	transition: transform .6s cubic-bezier(.22, .61, .36, 1);
	will-change: transform;
}

.mw-consulting-slide {
	flex: 0 0 100%;
	min-width: 0;
	box-sizing: border-box;
}

.mw-consulting-native-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 700px;
	padding: 72px 90px 60px;
	background: linear-gradient(180deg, #fff 0%, #f3fbf7 100%);
	text-align: center;
}

.mw-consulting-panel-inner {
	width: min(100%, 980px);
	margin: 0 auto;
}

.mw-consulting-step {
	margin: 0 0 14px;
	color: #f5a400;
	font-size: 30px;
	font-weight: 800;
}

.mw-consulting-native-slide h3 {
	margin: 0;
	color: #111;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.3;
	letter-spacing: -.04em;
}

.mw-consulting-description {
	max-width: 760px;
	margin: 22px auto 42px;
	color: #555;
	font-size: 19px;
	line-height: 1.7;
	letter-spacing: -.02em;
}

.mw-consulting-process {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.mw-consulting-process-item {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	min-height: 190px;
	padding: 28px 20px;
	border: 1px solid #dcece4;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(25, 95, 60, .08);
	box-sizing: border-box;
}

.mw-consulting-process-item > span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 16px;
	border-radius: 50%;
	background: #1dbf73;
	color: #fff;
	font-weight: 800;
}

.mw-consulting-process-item strong {
	display: block;
	margin-bottom: 9px;
	font-size: 21px;
}

.mw-consulting-process-item small {
	color: #666;
	font-size: 15px;
	line-height: 1.55;
}

.mw-consulting-result {
	display: inline-block;
	margin: 40px auto 0;
	padding: 14px 26px;
	border-radius: 999px;
	background: #1dbf73;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

/* The original consulting screens use a five-case editorial grid. */
.mw-consulting-cases-slide {
	min-height: 980px;
	padding: 60px 76px 76px;
	background: #fff;
	text-align: center;
}

.mw-consulting-cases-inner {
	width: min(100%, 1040px);
	margin: 0 auto;
}

.mw-consulting-cases-slide h3 {
	margin: 0;
	color: #111;
	font-size: clamp(26px, 2.4vw, 34px);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -.045em;
}

.mw-consulting-cases-description {
	margin: 8px 0 0;
	color: #888;
	font-size: 19px;
}

.mw-consulting-case-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 58px 36px;
	margin-top: 62px;
}

.mw-consulting-case {
	display: flex;
	align-items: center;
	flex-direction: column;
	min-width: 0;
	padding: 32px 8px 0;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}

.mw-consulting-case h4 {
	margin: 0;
	color: #222;
	font-size: 34px;
	font-weight: 900;
	line-height: 1.15;
	letter-spacing: -.045em;
}

.mw-consulting-case-category {
	min-height: 24px;
	margin: 8px 0 26px;
	color: #999;
	font-size: 16px;
}

.mw-consulting-case-copy {
	min-height: 78px;
	padding-top: 24px;
	border-top: 1px solid #ddd;
	color: #222;
	font-size: 15px;
	line-height: 1.55;
	word-break: keep-all;
}

.mw-consulting-case-transition {
	margin: 14px 0 20px;
	color: #111;
	font-size: 15px;
}

.mw-consulting-registration {
	width: min(100%, 220px);
	margin: auto 0 24px;
	padding: 8px 10px;
	border: 3px solid #e3e3e3;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.25;
	box-sizing: border-box;
}

.mw-consulting-registration strong {
	font-size: 16px;
}

.mw-consulting-story {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 44px;
	padding: 8px 24px;
	border-radius: 999px;
	background: #7b8883;
	color: #fff !important;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	box-sizing: border-box;
}

.mw-consulting-story:hover,
.mw-consulting-story:focus-visible {
	background: #1dbf73;
}

.mw-consulting-nav {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	transform: translateY(-50%);
	border: 0;
	border-radius: 50%;
	background: #f4f4f4;
	color: #c4c4c4;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}

.mw-consulting-prev {
	left: 18px;
}

.mw-consulting-next {
	right: 18px;
}

.mw-consulting-nav:hover,
.mw-consulting-nav:focus-visible {
	color: #1dbf73;
}

.mw-consulting-nav:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.mw-consulting-dots {
	position: absolute;
	right: 0;
	bottom: 14px;
	left: 0;
	display: none;
	justify-content: center;
	gap: 9px;
}

.mw-consulting-dots button {
	width: 11px;
	height: 11px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #cfd8d3;
	cursor: pointer;
}

.mw-consulting-dots button.is-active {
	width: 30px;
	border-radius: 12px;
	background: #1dbf73;
}

@media (max-width: 767px) {
	.mw-site-footer {
		padding: 38px 20px;
		font-size: 12px;
	}

	.mw-site-footer__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 22px;
	}

	.mw-scroll-top {
		right: 16px;
		bottom: 16px;
		width: 40px;
		height: 40px;
	}
	.mw-site-header {
		width: calc(100% - 32px);
	}

	.mw-site-header__inner,
	.mw-site-header--landing-3 .mw-site-header__inner {
		padding: 16px 0;
	}

	.mw-site-header__desktop {
		display: none;
	}

	.mw-site-header__mobile {
		display: flex;
		align-items: center;
		justify-content: space-between;
		min-height: 50px;
		gap: 14px;
	}

	.mw-site-header__mobile-brand {
		overflow: hidden;
		color: #000 !important;
		font-size: clamp(14px, 4.7vw, 20px);
		font-weight: 800;
		letter-spacing: -.04em;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.mw-site-header__mobile-brand span {
		color: #2563eb;
	}

	.mw-site-header--landing-2 .mw-site-header__mobile-brand span {
		color: #1dbf73;
	}

	.mw-site-header--landing-3 .mw-site-header__mobile-brand span {
		color: #1fc6be;
	}

	.mw-site-header__toggle {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		padding: 8px;
		border: 0;
		background: transparent;
		color: #000;
		cursor: pointer;
	}

	.mw-site-header__toggle svg {
		width: 24px;
		height: 24px;
		fill: none;
		stroke: currentColor;
		stroke-width: 2;
	}

	.mw-site-header__mobile-menu {
		padding: 12px 0 20px;
		border-top: 1px solid #e5e7eb;
	}

	.mw-site-header__mobile-menu:not([hidden]) {
		display: block;
	}

	.mw-site-header__mobile-menu ul {
		display: grid;
		gap: 0;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.mw-site-header__mobile-menu li + li {
		border-top: 1px solid #f1f1f1;
	}

	.mw-site-header__mobile-menu li a {
		display: block;
		padding: 12px 4px;
		font-size: 16px;
		font-weight: 700;
	}

	.mw-site-header__mobile-account {
		display: flex;
		gap: 18px;
		padding-top: 14px;
		border-top: 1px solid #e5e7eb;
		color: #666;
		font-size: 14px;
	}
	.custom-tabs-container .tabs-nav {
		flex-direction: row;
		gap: 0;
	}

	.custom-tabs-container .tab-button,
	.custom-tabs-container .tab-button.active {
		min-width: 0;
		padding: 10px;
		border-radius: 6px 6px 0 0;
	}

	.custom-tabs-container .tabs-content {
		padding: 18px 10px;
	}

	.custom-tabs-container .tab-button .tab-title {
		font-size: 10px;
	}

	.custom-tabs-container .tab-button .tab-subtitle {
		font-size: 8px;
	}

	.custom-tabs-container .tab-button .tab-icon {
		height: 24px;
	}

	.mw-brand-card-slider {
		padding: 0 15px 38px;
	}

	.mw-brand-card-swiper.brand-card-container {
		padding: 20px 0;
	}

	.mw-brand-card-swiper .brand-card.swiper-slide {
		min-height: 410px;
	}

	.mw-brand-card-nav {
		top: calc(50% - 18px);
		width: 36px;
		height: 50px;
		font-size: 25px;
	}

	.mw-brand-card-prev {
		left: 0;
	}

	.mw-brand-card-next {
		right: 0;
	}

	.mw-consulting-carousel {
		padding-bottom: 46px;
	}

	.mw-consulting-native-slide {
		min-height: 650px;
		padding: 50px 42px 40px;
	}

	.mw-consulting-cases-slide {
		min-height: 0;
		padding: 24px 16px 34px;
	}

	.mw-consulting-cases-slide .mw-consulting-step {
		margin-bottom: 5px;
		font-size: 13px;
	}

	.mw-consulting-cases-slide h3 {
		font-size: 13px;
		line-height: 1.35;
	}

	.mw-consulting-cases-description {
		margin-top: 4px;
		font-size: 9px;
	}

	.mw-consulting-case-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 24px 8px;
		margin-top: 24px;
	}

	.mw-consulting-case {
		padding: 10px 2px 0;
	}

	.mw-consulting-case h4 {
		font-size: 12px;
	}

	.mw-consulting-case-category {
		min-height: 12px;
		margin: 3px 0 8px;
		font-size: 7px;
	}

	.mw-consulting-case-copy {
		min-height: 44px;
		padding-top: 8px;
		font-size: 7px;
		line-height: 1.4;
	}

	.mw-consulting-case-transition {
		margin: 5px 0 7px;
		font-size: 7px;
	}

	.mw-consulting-registration {
		margin-bottom: 8px;
		padding: 3px 2px;
		border-width: 1px;
		font-size: 7px;
	}

	.mw-consulting-registration strong {
		font-size: 7px;
	}

	.mw-consulting-story {
		min-width: 64px;
		min-height: 18px;
		padding: 3px 6px;
		font-size: 7px;
	}

	.mw-consulting-step {
		font-size: 25px;
	}

	.mw-consulting-native-slide h3 {
		font-size: 26px;
	}

	.mw-consulting-description {
		margin: 18px auto 28px;
		font-size: 16px;
	}

	.mw-consulting-process {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.mw-consulting-process-item {
		min-height: 0;
		padding: 18px 15px;
	}

	.mw-consulting-process-item > span {
		width: 28px;
		height: 28px;
		margin-bottom: 8px;
	}

	.mw-consulting-process-item strong {
		margin-bottom: 4px;
		font-size: 18px;
	}

	.mw-consulting-result {
		margin-top: 26px;
		padding: 12px 18px;
		font-size: 15px;
	}

	.mw-consulting-nav {
		width: 24px;
		height: 24px;
		font-size: 17px;
	}

	.mw-consulting-prev {
		left: 2px;
	}

	.mw-consulting-next {
		right: 2px;
	}

	.testimonial-design-apply {
		padding-right: 38px !important;
		padding-left: 38px !important;
	}

	body.mw-layout-page-770 .testimonial-design-apply {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}

	body.mw-layout-page-770 .testimonial-design-apply .mw-layout-swiper-button-prev {
		left: 0;
	}

	body.mw-layout-page-770 .testimonial-design-apply .mw-layout-swiper-button-next {
		right: 0;
	}

	.testimonial-design-apply .mw-layout-testimonial {
		min-height: 165px;
	}

	.testimonial-design-apply .mw-layout-testimonial__text {
		padding-right: 18px;
		padding-left: 18px;
	}

	body.mw-layout-page-2720 .custom-ts-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.testimonial-design-apply .mw-layout-swiper-button {
		width: 38px;
		height: 48px;
	}

	.testimonial-design-apply .mw-layout-swiper-button svg {
		width: 30px !important;
		height: 30px !important;
	}

	.mw-native-header__inner {
		align-items: flex-start;
		flex-direction: column;
		gap: 16px;
		padding: 22px 0;
	}

	.mw-native-header ul {
		flex-wrap: wrap;
		gap: 12px 18px;
	}

	.mw-archive__grid {
		grid-template-columns: 1fr;
	}
}
