
:root {
	--color-primary: #059669;
	--color-primary-shade-1: hsl(170, 69%, 30%);
	--color-primary-tint-1: hsl(170, 69%, 97%);
	--color-feedback-negative: hsl(31, 100%, 58%);
	--color-text-base: #1c1e21;
	--color-text-dark: #555555;
	--color-background-base: #f2f4f8;
	--color-background-dark: #40425e;
	--color-background-darker: hsl(240, 4.2%, 14%);
	--color-background-light: #f2f4f8;
	--color-foreground-base: #dbdfe7;

	/* https://squidfunk.github.io/mkdocs-material/setup/changing-the-fonts/?h=font#additional-fonts */
	--md-text-font: "Pretendard";
	/* https://squidfunk.github.io/mkdocs-material/reference/admonitions/#custom-admonitions */
	--md-admonition-icon--details: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5-1.5 1.5-5-5v-.79l-.27-.27A6.516 6.516 0 0 1 9.5 16 6.5 6.5 0 0 1 3 9.5 6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14 14 12 14 9.5 12 5 9.5 5Z"/></svg>');
  
	--notification-height : 60px;
  --header-height: 66px;

}

/* https://squidfunk.github.io/mkdocs-material/reference/admonitions/#custom-admonitions */
.md-typeset .admonition.details,
.md-typeset details.details {
	border-color: var(--color-background-dark);
}
.md-typeset .details > .admonition-title,
.md-typeset .details > summary {
	background-color: rgba(16, 19, 48, 0.1);
}
.md-typeset .details > .admonition-title::before,
.md-typeset .details > summary::before {
	background-color: rgb(16, 19, 48);
	-webkit-mask-image: var(--md-admonition-icon--details);
	mask-image: var(--md-admonition-icon--details);
}

.md-typeset .admonition.explanation,
.md-typeset details.explanation {
	border-color: var(--color-primary);
}
.md-typeset .explanation > .admonition-title,
.md-typeset .explanation > summary {
	background-color: var(--color-background-light);
}
.md-typeset .explanation > .admonition-title::before,
.md-typeset .explanation > summary::before {
	background-color: rgb(43, 155, 70);
	-webkit-mask-image: var(--md-admonition-icon--info);
	mask-image: var(--md-admonition-icon--info);
}

/* light mode */

[data-md-color-scheme="light"] {
	--md-default-fg-color--light: var(--color-text-dark);
	--md-typeset-color: var(--color-text-base);
	--md-typeset-a-color: var(--color-primary);
	--md-accent-fg-color: var(--color-primary-shade-1);
	--md-footer-bg-color: var(--color-background-base);
	--md-footer-fg-color: var(--color-text-base);
	--md-footer-bg-color--dark: var(--color-background-dark);
	--md-primary-bg-color: var(--color-text-dark);
	--md-primary-fg-color: var(--color-background-dark);
}

[data-md-color-scheme="light"] .md-tabs__link--active {
	font-weight: 600;
}

[data-md-color-scheme="light"] .md-header[data-md-state="shadow"] {
	box-shadow: none;
}

.md-typeset h1 {
	color: #1c1e21;
	font-size: 48px;
	line-height: 1.3;
	margin: 0 0 0.7em;
	font-weight: 700;
}

[data-md-color-scheme="light"] .md-typeset h2,
.md-typeset h3 {
	font-weight: 600;
}

[data-md-color-scheme="light"] .md-header {
	box-shadow: none;
	background-color: var(--color-background-dark);
	color: white;
}
[data-md-color-scheme="light"] .md-tabs {
	background-color: var(--color-background-dark);
	color: white;
	padding: 1.5rem 0;
}

[data-md-color-scheme="light"] .md-search__input {
	border: 1px solid var(--color-foreground-base);
	background-color: white;
	color: var(--color-text-dark);
	padding: 0.375rem 2rem 0.375rem 0.75rem !important;
}

[data-md-color-scheme="light"] .md-search__input::placeholder {
	color: var(--color-text-dark);
	opacity: 1;
}

.md-banner {
	background-color: black;
	color: var(--md-footer-fg-color--light);
}

.md-footer {
	border-top: 1px solid var(--color-background-dark);
}

.md-typeset {
	font-size: 16px;
}

.md-nav {
	font-size: 16px;
}

.md-nav__list{
	margin-top: 20px;
}

.md-tabs__link {
	font-size: 16px;
}

/* Ensure manage settings button is visible */
.md-typeset .md-consent__controls .md-button {
	background-color: var(--md-primary-fg-color);
	border-color: var(--md-primary-fg-color);
	color: var(--color-background-light);
}

/* new features box on release notes */

.n8n-new-features {
	background-color: var(--color-background-light);
	border: 1px solid var(--color-foreground-base);
	padding: 1em;
}

.n8n-new-features p {
	margin: 0;
}

.n8n-new-features > h4 {
	margin-top: 0;
}

.n8n-new-features + .n8n-new-features {
	margin-top: 1em;
}

/* additional links in footer */

.n8n-footer-links {
	border-bottom: 1px solid var(--md-footer-fg-color--light);
	display: flex;
	justify-content: space-between;
	margin: auto 0.6rem;
	padding: 0.4rem 0;
}

.n8n-footer-links > strong {
	color: var(--md-footer-fg-color--light);
}

.md-footer-meta__inner {
	flex-direction: column;
}

/* preserve the logo and site title on page scroll */

.md-header__topic:first-child {
	font-weight: 500;
}

.md-header__topic,
.md-header__topic + .md-header__topic,
.md-header__title--active .md-header__topic {
	transform: none;
	transition: none;
	opacity: 1;
}

/* better table behaviour */

.md-typeset table:not([class]) td:first-of-type {
	white-space: pre;
}

/* bigger font in table */
.table-without-whitespace-pre td:first-of-type {
	white-space: unset;
}

.md-typeset table:not([class]) {
	font-size: 0.75rem;
}

/* display tables at full width */
.md-typeset__table {
	width: 100%;
}

.md-typeset__table table:not([class]) {
	display: table;
}

/* img borders */

.md-typeset img,
.md-typeset video {
	border: 1px solid #dbdfe7;
	border-radius: 4px;
}

.md-typeset :is(.emojione, .twemoji, .gemoji) svg {
	border: 0;
}

button:nth-child(1) > svg,
button:nth-child(2) > svg {
	border: 0;
}

.md-content__button > svg {
	border: 0;
}

/* remove lightbox controls so users can't slideshow */
.gnext,
.gprev {
	display: none !important;
}

/* reduce padding between title and breadcrumbs */

.md-content__inner {
	padding-top: 0;
}

.md-status--beta::after {
	background-color: var(--color-text-base);
	border-radius: 0.2rem;
	color: white;
	content: "beta";
	font-size: 0.5rem;
	height: auto;
	padding: 0.1rem 0.2rem;
	-webkit-mask-image: none;
	width: auto;
}

.md-status:hover:after {
	background-color: var(--color-text-base);
}

/* better left nav spacing */

.md-nav__item--section {
	margin-top: 1.75em;
}

/* The tab links for other n8n sites */

.n8n-other-sites {
	display: flex;
  flex-direction: column;
	max-width: 1170px;
}

/* ensure headings don't disappear below top nav after adding extra top nav */
@media screen and (min-width: 76.25em) {
	.md-header--lifted ~ .md-container .md-typeset :target {
		--md-scroll-margin: 9rem;
	}
}

/* dark mode */
/* [data-md-color-scheme="dark"] .md-header{
	box-shadow: none;
	background-color: var(--color-background-darker);
  }
  [data-md-color-scheme="dark"] .md-tabs{
	background-color: var(--color-background-darker);
  }
  
  [data-md-color-scheme="dark"] {
	--md-primary-fg-color: var(--color-grey-900);
	--md-default-bg-color: var(--color-background-dark);
	--md-default-fg-color--light: var(--color-green);
	--md-typeset-color: #eaeaea;
	--md-typeset-a-color: var(--color-primary);
	--md-accent-fg-color: var(--color-primary-shade-1);
	--md-admonition-fg-color: #eaeaea; 
	--md-typeset-table-color: #eaeaea;
	--md-code-bg-color: var(--color-background-light);
  }
  
  [data-md-color-scheme="dark"] .md-header {
	box-shadow: none;
  }
  
  [data-md-color-scheme="dark"] .highlighttable .linenodiv pre {
	color: var(--color-text-base);
  }
  */
/* search */
/*
  [data-md-color-scheme="dark"] [data-md-toggle=search]:checked~.md-header .md-search__form {
	background-color: var(--color-background-base);
  }
  
  [data-md-color-scheme="dark"] .md-search__scrollwrap {
	background-color: var(--color-background-base);
  }
  
  [data-md-color-scheme="dark"] .md-nav--secondary {
	border-left: 1px solid var(--color-primary);
  } */

code {
	tab-size: 2;
}

/* n8n classes */

.inline-image {
	display: inline-block;
	max-width: 25px;
	max-height: 25px;
	vertical-align: middle;
}

.inline-image > img {
	border: none;
}

.grid-cards-vertical {
	grid-gap: 0.4rem;
	display: grid;
	grid-template-columns: none;
	margin: 1em 0;
}

.grid-cards-vertical.cards > :-webkit-any(ul, ol) {
	display: contents;
}

.grid-cards-vertical.cards > :is(ul, ol) > li {
	display: block;
}

.sub-footer {
	width: 100%;
	margin: 0;
	padding: 44px 0;
}

.sub-footer a {
	text-decoration: none;
}

.sub-footer-container {
	max-width: 61rem;
	margin: auto;
	padding: 0 0.8rem;
}

.sub-footer .footer-columns {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media screen and (min-width: 300px) {
	.sub-footer .footer-columns {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1024px) {
	.sub-footer .footer-columns {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media screen and (min-width: 300px) {
	.sub-footer .footer-columns > div:last-child {
		grid-column: span 2 / span 2;
	}
}

@media screen and (min-width: 1024px) {
	.sub-footer .footer-columns > div:last-child {
		grid-column: auto;
	}
}

.sub-footer .column-name {
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 16px;
	color: #101330;
}

.sub-footer .col-links {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.sub-footer .col-links li {
	margin-bottom: 6px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 1.5;
	font-size: 10px;
}

.sub-footer .footer-link {
	color: #101330;
	font-size: 14px;
	line-height: 22px;
	border: none;
	background: 0 0;
}

.sub-footer:not(.sub-footer--full) .hidden-link {
	display: none;
}

.sub-footer .footer-link--more {
	padding: 0;
	border-bottom: 1px solid #101330;
	cursor: pointer;
}

.sub-footer .footer-link--more:before {
	content: "Show more";
}

.sub-footer.sub-footer--full .footer-link--more:before {
	content: "Show less";
}

.bottom-link {
	margin-bottom: 16px;
}

.bottom-link .footer-link {
	color: #20b69e;
}

.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	cursor: pointer;
}

.slick-arrow.prev {
	background: url("../../assets/external/cdn.infograb.io/public/gitlab-docs/certification_left.png")
		no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
  left: -33%;
	cursor: pointer;
}

.slick-arrow.next {
	background: url("../../assets/external/cdn.infograb.io/public/gitlab-docs/certification_right.png")
		no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	right: -33%;
	cursor: pointer;
} 
.footerWrapper {
	padding: 0 32px;
}

footer {
	overflow-x: hidden;
}
.header__logo img {
	height: 40px !important;
	width: auto !important;
}
@media (max-width: 991.98px) {
	.home-cards.padding-tb--large {
		padding-top: 100px;
	}
	.redesign-landing .masthead {
		padding-bottom: 0;
	}
}
footer:not(.site-footer) {
	display: none;
}

@media (max-width: 1100px) {
	.redesign-landing .container,
	.redesign-landing .masthead .container--small,
	footer.site-footer .container {
		padding: 0 20px;
	}
}
footer.site-footer {
	background: #f4f4f5;
	padding: 48px 32px;
	font-family: "Pretendard", sans-serif;
	overflow-x: hidden;
}

@media (min-width: 992px) {
	footer.site-footer {
		padding: 48px 32px;
	}
}
footer.site-footer .container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1199.98px) {
	footer.site-footer .container {
		row-gap: 30px;
		-moz-column-gap: 50px;
		column-gap: 50px;
	}
}
@media (min-width: 992px) {
	footer.site-footer .container {
		grid-template-columns: repeat(5, minmax(0, 1fr));
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
}

footer.site-footer .footer-menu__single a,
footer.site-footer .footer-menu__single a:visited {
	color: #fff;
	font-size: 15px;
}

footer.site-footer .footer-menu__single a:focus,
footer.site-footer .footer-menu__single a:hover {
	color: #7e96c8;
}

footer.site-footer .footer-menu__single li {
	margin-bottom: 20px;
}

footer.site-footer .footer-menu__single ul {
	margin-top: 20px;
}

footer.site-footer small,
footer.site-footer small a,
footer.site-footer small a:visited {
	color: #c5d2ec;
}

footer.site-footer .secondary-footer__copy {
	font-size: 15px;
}

footer.site-footer .secondary-footer__copy a:focus,
footer.site-footer .secondary-footer__copy a:hover {
	color: #ffbc1f;
}

footer.site-footer .secondary-footer__social li {
	display: inline-block;
}

footer.site-footer .secondary-footer__social li:focus svg path,
footer.site-footer .secondary-footer__social li:hover svg path {
	fill: #7e96c8;
}

.landing-footer {
	background-color: #f4f4f5;
	height: auto;
	color: #525252;
	display: flex;
	flex-direction: column;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	padding: 40px 32px;
}

.landing-footer img {
	border: transparent;
	padding: 0;
	border-radius: 0;
}

.landing-footer a {
	border-bottom: 0;
	color: #525252;
}

.landing-footer a:hover {
	border-bottom: 0;
	color: #059669;
}

.landing-footer .footerContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.landing-footer .logo {
	width: 150px;
}

.iconWrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.iconWrapper img {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}

.iconWrapper .infoletterBtn {
	background: #059669 !important;
	border: 0;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	line-height: 1em;
	opacity: 1;
	outline: 0;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	transition: 0.25s;
}
.iconWrapper .infoletterBtn:focus {
	background-color: #059669 !important;
	border-color: #059669 !important;
	color: #fff !important;
	transition: none;
	border-bottom: 0 !important;
}
.iconWrapper .infoletterBtn:visited {
	color: #fff !important;
}

.footerContainer .line {
	margin: 24px;
	padding: 0 16px;
}

.footerContainer .line2 {
	margin-bottom: 20px;
}

.infoletter-bg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 55%;
	background-image: url('../../assets/external/cdn.infograb.io/public/gitlab-docs/infoletterBg.png');
	position: relative;
	padding: 20px 0;
}

.landing-infoletter {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	font-weight: 700;
	height: 300px;
	word-break: keep-all;
	color: #ffffff;
	padding: 0 var(--ifm-spacing-horizontal);
	background-image: url("../../assets/external/cdn.infograb.io/public/gitlab-docs/infolettercover.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 1140px;
	margin: 0 auto;
}

.mainTitle {
  text-align: center;
        font-family: "Pretendard", sans-serif;
        color: #404040;
        font-size: 28px;
        font-weight: 700;
        line-height: 32px;
        margin-bottom: 16px;
}
.subscribeWrapper {
	width: 100%;
	margin-top: 4px;
}
.submitForm {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	margin: 4px auto 0;
	width: 500px;
}
.stb_form {
	flex: 1;
	margin-bottom: 8px;
}
.footerTop {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	padding: 12px 0;
}
.footerTopLeft {
	display: flex;
  align-items: center;
  gap: 28px;
}
.footerTopRight {
	display: flex;
	flex-wrap: wrap;
  gap: 28px;
}
.sliderContainer {
	position: relative;
	width: 1470px;
	margin: 0 auto;
}
.sliderContainer img {
	margin: 0 28px;
}
.footerBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}
.formFieldGroup {
	clear: left;
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	min-height: 50px;
	border: none;
}
.formFieldGroup label {
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
}
.formFieldGroup input::placeholder {
	color: #404040;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	font-family: "Pretendard", sans-serif;
}
.formFieldGroup input:focus {
	border-color: #afb1b6;
}
/* Chrome, Firefox, Opera, Safari 10.1+ */
.formFieldGroup input:focus::placeholder {
	color: transparent;
}
/* Edge */
.formFieldGroup input:focus::-ms-input-placeholder {
	color: transparent;
}

input[type="checkbox"] {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	border: 1px solid #9b9b9b;
	appearance: none;
	cursor: pointer;
	transition: background 0.2s;
	padding: 4px;
}
input[type="checkbox"]:checked {
	background: #059669;
	border: none;
	appearance: none;
	background: url("../../assets/external/cdn.infograb.io/public/gitlab-docs/checked.svg")
		no-repeat 0 0 / contain;
}
input[type="checkbox"]:disabled {
	background: var(--ifm-color-disabled);
	border: none;
	appearance: none;
}
input[type="checkbox"]:disabled:checked {
	background: var(--ifm-color-disabled);
	border: none;
	appearance: none;
	background: url("../../assets/external/cdn.infograb.io/public/gitlab-docs/checked-disabled.svg")
		no-repeat 0 0 / contain;
}

.checkbox {
	display: flex;
	align-items: center;
	cursor: pointer;
	user-select: none;
	width: fit-content;
	color: #000;
}
.checkbox_label {
	flex: 1;
	margin-left: 8px;
}
.errorInputForm {
	display: block;
	padding: 12px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: #ffffff;
	width: 100%;
	height: 48px;
	color: #404040;
	font-size: 15px;
	font-weight: 400 !important;
	font-family: "Pretendard", sans-serif;
}
.defaultInputForm {
	display: block;
	padding: 12px 20px;
	border: 1px solid #e5e7eb;
	border-radius: 8px !important;
	background: #ffffff;
	width: 100%;
	height: 48px;
}

input[type="email"] {
	color: #404040 !important;
	box-shadow: none !important;
}

input {
	font-size: 14px;
	border: 1px solid #e5e7eb !important;
	color: #404040;
}

textarea:focus,
input:focus {
	outline: none !important;
}

.stb_form_msg_error {
	color: #ff515b;
	font-size: 12px;
	margin: 6px 0 0;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
}
.asterisk {
	color: #ff515b;
	font-weight: normal;
}
.policyLink {
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
}
.submitBtn {
	display: flex;
	height: 48px;
	padding: 13px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	background: #059669;
	margin-left: 12px;
	font-family: "Pretendard", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: none !important;
}
.submitBtn:hover {
	display: flex;
	height: 48px;
	padding: 13px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	background: #059669;
	margin-left: 12px;
	font-family: "Pretendard", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: none !important;
}
.submitBtn:visited {
	display: flex;
	height: 48px;
	padding: 13px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 7px;
	background: #059669;
	margin-left: 12px;
	font-family: "Pretendard", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	box-shadow: none !important;
}
.links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.snsIcon {
	display: block;
	width: 28px;
	height: 28px;
	overflow: hidden;
}
.snsIcon > img {
	width: 100%;
	height: 100%;
}
.certification {
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	width: 700px;
}
.certificationLogo {
	user-select: none;
	width: 94px !important;
	height: 98px;
}
.infoForDesktop {
	color: #737373;
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	padding-top: 32px;
	margin: 0 auto;
	font-style: normal;
}
.hr {
	width: 100%;
	height: 1px;
	background-color: #efefef;
	margin: 32px 0;
}
.companyRegiNum {
	white-space: nowrap;
}
.privacyPolicy {
	color: #059669 !important;
	font-weight: 700;
	text-decoration-line: underline;
}
.privacyPolicy:hover {
	color: #059669;
}
.termsUse {
	color: #737373 !important;
	font-weight: 700;
	text-decoration-line: underline;
}
.termsUse:hover {
	color: #737373 !important;
	text-decoration: none;
}
.mailto {
	color: #737373 !important;
	text-decoration: underline;
}
.mailto:hover {
	color: #737373 !important;
	text-decoration: none;
}
.gitlabBadge {
	height: 70px;
}
.badgeicon {
	height: 70px;
}
.menuWrapper {
	display: flex;
	width: -moz-available;
	width: -webkit-fill-available;
	width: fill-available;
	justify-content: space-between;
	align-items: flex-start;
	gap: 28px;
	text-align: left;
	height: 358px;
}
.MenuTitle {
	color: #404040;
	font-family: 'Pretendard', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 8px;
}
.labelWrapper {
	margin-bottom: 12px;
}
.label {
	color: #404040;
	font-size: 16px;
	line-height: 28px;
}
.label:hover {
	color: #059669;
	text-decoration-line: underline;
	text-shadow: 0.6px 0 0 #059669;
}
.footerMenu {
	list-style: none;
	padding-left: 0;
}

@media (max-width: 2500px) {
	.sliderContainer {
		width: 59%;
		padding: 0;
	}
}
@media (max-width: 1920px) {
	.sliderContainer img {
		margin: 0 12px;
	}
}
@media (max-width: 1120px) {
	.menuWrapper {
		height: 650px;
	}
}
@media (max-width: 670px) {
	.menuWrapper {
		height: auto;
	}
}
@media (max-width: 1288px) {
	.footerTopLeft {
		margin-bottom: 12px;
	}
}

@media (max-width: 550px) {
  .submitForm {
    width: 100% !important;
  }
}

@media (max-width: 996px) {
	.landing-infoletter {
		width: auto;
		background-image: none;
		padding: 0 15px;
	}
	.submitForm {
		display: flex;
		flex-direction: column;
	}
	.submitBtn {
		margin-top: 12px;
		line-height: 1 !important;
		margin: 0 auto !important;
		width: fit-content;
	}
	.footerWrapper {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footerContainer {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.sliderContainer {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: center;
		width: 100%;
		flex-wrap: wrap;
	}
	.footerTopRight {
		display: flex;
		gap: 20px;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 53px;
	}
	.sliderContainer img {
		margin: 0px;
	}
	.footerTopLeft {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footerTop {
		flex-direction: column;
		width: auto;
	}
	.logo {
		text-align: center;
	}
	.infograbLogo {
		width: 105px;
	}
	.links {
		gap: 20px;
	}
	.certification {
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	.gitlabBadge {
		height: 47px;
	}
	.badgeicon {
		height: 60px;
	}
	.hr {
		margin: 20px 0;
	}
	.menuWrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 18px;
	}
	.contentWrapper {
		white-space: wrap;
		width: 160px;
	}
	.label {
		font-size: 14px;
		line-height: 24px;
	}
}

@media (max-width: 767.98px) {
	footer.landing-footer {
		height: auto;
		padding: 32px 15px;
	}

	.footerContainer .footerTop {
		width: auto;
		flex-direction: column;
	}

	.iconWrapper {
		gap: 0px;
		flex-direction: column-reverse;
		align-items: center;
	}
}

@media (max-width: 991.98px) {
	footer.site-footer .secondary-footer__social li {
		width: 45%;
		margin-bottom: 25px;
	}

	footer.site-footer .secondary-footer__social li img {
		width: 50px;
	}
	footer.site-footer .secondary-footer__copy {
		order: 6;
		grid-column: 1 / span 2;
	}
	.mm-copyright {
		display: block;
	}
}

@media (min-width: 992px) {
	footer.site-footer .secondary-footer__copy,
	footer.site-footer .secondary-footer__social {
		margin-top: 50px;
	}

	footer.site-footer .secondary-footer__copy {
		grid-column: 1 / span 2;
		place-self: end start;
	}

	footer.site-footer .secondary-footer__social {
		grid-column: 4 / span 2;
		place-self: end end;
	}

	footer.site-footer .secondary-footer__social li {
		margin-left: 25px;
	}
}

/* header */

.menu__link {
	line-height: 2rem;
}

.navbar {
	align-items: center;
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background: #fff;
	box-shadow: var(--ifm-navbar-shadow);
	position: sticky;
	top: 0;
	z-index: 99;
}

.navbar__item_custom--active > a {
	color: #059669 !important;
}

.navbar__item {
	font-size: 18px;
	white-space: nowrap;
	padding: 1rem var(--ifm-navbar-item-padding-horizontal);
}

.navbar__item:hover {
	white-space: nowrap;
	transition: transform 100ms;
	color: #059669 !important;
}

.rightArrow {
	width: 20px !important;
	height: 20px !important;
	flex-shrink: 0 !important;
	margin-right: 10px !important;
}
.dropdown-menu-wrapper-mobile-Wrapper {
	padding: 5px 10px;
	margin-bottom: 5px;
}
.dropdown-menu-wrapper-mobile-Wrapper:hover {
	text-decoration: none;
}
.dropdown-menu-wrapper-mobile-Wrapper .rightArrowHover {
	opacity: 0;
	width: 20px;
	height: 20px;
	visibility: hidden;
}

.dropdown-menu-wrapper-mobile-Wrapper:hover .rightArrowHover {
	opacity: 1;
	width: 20px;
	height: 20px;
	visibility: visible;
}

.dropdown-menu-wrapper-mobile-Wrapper:hover
	.navbar-submenu-items
	div:nth-child(1) {
	color: #059669;
}

.dropdown-menu-wrapper-mobile-Wrapper .rightBgHover {
	opacity: 0;
	width: 24px;
	height: 24px;
	visibility: hidden;
	transform: translate(25px, 0px);
}

.dropdown__menu_left li:hover .rightBgHover {
	opacity: 1;
	width: 24px;
	height: 24px;
	visibility: visible;
}

.navbar .navbar__brand {
	min-width: 110px;
	margin-right: 1.5rem;
}

.navbar .navbar__logo {
	margin-right: 0;
	margin-left: 10px;
	max-width: var(--ifm-navbar-logo-width);
}

.navbar-sidebar {
	height: 100vh;
	overflow-y: auto;
}

.navbar-sidebar__backdrop {
	height: 100vh;
}

.navbar-sidebar__items .menu .menu__link {
	display: flex;
}

.navbar-sidebar__items .menu .menu__link:hover {
	/* color: #059669; */
	/* background-color: transparent; */
}

.navbar-sidebar__goback_img {
	width: 32px;
	height: 32px;
	cursor: pointer;
}

.navbar-sidebar__label {
	color: #059669;
	font-family: "Pretendard", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; /* 200% */
	padding: 8px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.navbar-sidebar__content {
	padding: 15px 20px;
	border-bottom: 1px solid #d9d9d9;
}

.menu__list {
	margin-bottom: 8px;
}

.menu__list-item:not(:first-child) {
	margin-top: 0;
}

.dropdown-menu-wrapper-mobile-Wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.navbar-sidebar__brand {
	box-shadow: none;
}

.submenunavbar-sidebar__brand {
	box-shadow: none;
	border-bottom: 1px solid #d9d9d9;
}

.navbar-sidebar__title {
	padding: 12px;
	background-color: #f5f6f9;
	color: #059669 !important;
	font-weight: 700;
	text-decoration: none !important;
	font-size: 18px;
}

.navbar-sidebar__divider {
	margin: 4px;
	background-color: #efefef;
	color: #059669;
	font-weight: 800;
}

.navbar-sidebar__title > svg {
	display: none;
}

.navbar-sidebar__items-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5;
	margin-bottom: 20px;
	word-break: keep-all;
}
.navbar-sidebar__items-wrapper li {
	width: 50%;
	padding-right: 5px;
}

.navbar-sidebar__items-wrapper li > a {
	width: 100%;
}

.navbar-sidebar__items-wrapper-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	word-break: keep-all;
}

.navbar-sidebar__items-wrapper > div {
	width: 50%;
}

.navbar-sidebar__items-wrapper-inner > li {
	width: 100%;
}

.navbar-sidebar__item > svg {
	display: none;
}

.navbar-sidebar__item {
	width: 100%;
	padding: 0;
}

.menu__link--active {
	color: var(--ifm-menu-color);
}
.menu__link--active:not(.menu__link--sublist) {
	background-color: transparent;
}

@media (max-width: 997px) {
	.navbar .navbar__logo {
		width: var(--ifm-navbar-logo-mobile-width);
	}
}

.dropdown__menu {
	width: max-content;
}

.dropdown {
	display: inline-flex;
	flex-direction: column;
}

.dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
	visibility: hidden;
	transition: opacity 200ms, transform 200ms;

	background-color: #fff;
	border-left: 1px solid #efefef;
	display: block;
	// height: 450px;
	margin-left: 38px;
	max-width: 100%;
	padding: 0 0 20px 20px !important;
	white-space: nowrap;
	/* width: 300px; */
}

.dropdown__menu_left .menuitems_wrapper:hover .dropdown-submenu,
.dropdown__menu_left .menuitems_wrapper:focus-within .dropdown-submenu {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
	transform: translateY(1px);
	margin-left: 38px;
	max-width: 100%;
	padding: 0 0 20px 20px !important;
}

.dropdown__custom {
	display: flex;
	padding: 20px 40px 20px 20px;
	border-radius: 0px 0px 15px 15px;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.5);
}

.dropdown__menu_left {
	margin: 0;
	padding: 0;
	position: relative;
	/* width: 330px; */
	list-style: none;
	font-family: "Pretendard", sans-serif;
}

.dropdown__menu_left li:hover {
	background-color: #f5f6f9;
	border-radius: 5px;
	text-decoration-line: none !important;
}

.dropdown__menu_right {
	display: block;
	margin-left: 18px;
	font-family: "Pretendard", sans-serif;
}

.dropdown__menu_right li:hover {
	background-color: #f5f6f9;
	border-radius: 5px;
	text-decoration-line: none !important;
}

.hightlight_img {
	width: 240px;
	height: 130px;
}
.hightlight_title {
	color: #131313;
	font-family: "Pretendard", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 10px;
}
.hightlight_description {
	color: #525252;
	font-family: "Pretendard", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 10px;
}
.hightlight_button {
	border-radius: 5px;
	border: 1px solid #059669;
	background: #fff;
	padding: 9px 12px;
	color: #059669 !important;
	font-family: "Pretendard", sans-serif;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 16px;

	a {
		color: #059669 !important;
	}
}
.hightlight_button:hover {
	background: #059669;
	border-color: #059669;
	color: white !important;
	text-decoration: none;

	a {
		color: white !important;
	}
}

.iconExternalLink_nPIU {
	margin-left: 0.3rem;
}

.sub-menu__solutions {
	height: 350px !important;
	overflow: hidden;
}

.sub-menu__solutions .dropdown {
	height: 250px !important;
}

.sub-menu__login {
	height: 350px !important;
	overflow: hidden;
}

.sub-menu__login .dropdown {
  height: 310px !important;
}

.plumber-menu .dropdown-menu-wrapper-mobile-Wrapper {
	width: 330px;
}

.esg-menu .dropdown-menu-wrapper-mobile-Wrapper {
  width: 320px;
}

/* Style for the dropdown container */

.menu-items .dropdown {
	display: block;
	background-color: white;
	white-space: nowrap;
	max-width: 100%;
	padding: 0 0 20px 20px;
	margin-left: 38px;
  height: 485px;
  width: 330px;
	border-left: 1px solid #efefef;
}

.dropdown-visible {
	/* position: relative; */
}

.menuitems_wrapper {
	display: block;
	font-family: "Pretendard", sans-serif !important;
}

/* Style for the dropdown menu items */
.dropdown li {
	display: block;
	list-style: none;
}

.dropdown a {
	color: #131313;
	text-align: center;
	font-family: "Pretendard", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}

.dropdown-menu-wrapper {
	display: flex;
	align-items: center;
	width: max-content;
}

.dropdown-menu-wrapper-mobile {
	display: flex;
	align-items: center;
	width: max-content;
	padding: 4px 0;
}

.dropdown-menu-img {
	width: 52px;
	height: 52px;
	margin-right: 14px;
}

.dropdown-menu-wrapper:hover {
	display: flex;
	align-items: center;
}

/* Media query for small screens */
@media screen and (max-width: 997px) {
	.dropdown {
		position: static;
		display: none;
	}
}

.btnDocs {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 8px 12px;
	border: 1px solid #059669;
	border-radius: 0.25rem;
	background: #059669;
	color: white !important;
	cursor: pointer;
	word-break: keep-all;
	text-decoration: none;
	font-weight: 600;
	user-select: none;
	margin-bottom: 24px;
}
.breadcrumbs {
	padding: 5px 0;
	font-size: 14px;
	margin-right: 5px;
}
.breadcrumbsArrowHome {
	padding: 0 10px 0 0;
	margin-right: 5px;
}
.breadcrumbsArrow {
	padding: 0 10px 0 10px;
	margin: 0px 5px;
}
.breadcrumbsTitle {
	background: rgba(0, 0, 0, 0.05);
	color: #059669;
	border-radius: 1.5rem;
	padding: 7px 10.24px;
}
.homebox {
	display: flex !important;
}

/* top 버튼 css */
.scrollTopImgWrapper {
	position: fixed;
	bottom: 32px;
	right: 52px;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 26px;
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 4px 0px rgba(168, 168, 168, 0.25);
	cursor: pointer;
	z-index: 1000;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease-in-out;
	opacity: 0.8;
}

.scrollTopImgWrapper:hover {
	opacity: 1;
	transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.scrollTopImg {
	width: 14px;
	height: 14px;
}

.searchResultTitle {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
}

.context {
	color: #818180;
	margin-bottom: 0;
}

a:hover .searchResultTitle {
	text-decoration: underline;
	color: #059669;
}

a:hover .context {
	text-decoration: underline;
}

#search-results .search li a {
	font-size: 120%;
	margin-bottom: 0;
	display: inline-block;
}

#search-results .search li:first-child {
	border-top: none;
	padding-top: 0px;
}

@media screen and (max-width: 768px) {
	.wy-nav-side {
		display: none;
	}

	.wy-nav-content-wrap {
		margin-left: 0;
	}

	.wy-side-nav-search {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 300;
		padding: 1rem;
		background: #fff;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
		width: 100%;
	}

	.wy-side-nav-search input[type="text"] {
		width: 100%;
		padding: 0.5rem;
		border: 1px solid var(--neutral-100);
		border-radius: 4px;
		height: 32px !important;
		box-shadow: none;
		flex-grow: 1;
	}
}

.masthead {
	width: 100vw;
	position: relative;
	left: 0%;
	/* transform: translateX(-50%); */
	margin: 0;
	background: white;
}

@media screen and (max-width: 1400px) {
	.masthead {
		width: auto;
	}
}


/* Notification Banner */

.notification-bar {
  color: #404040;
  text-align: center;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #def3ec;
  z-index: 9999;
}

@media (max-width: 770px) {
  .notification-bar {
    text-align: left;
    /* TEMP FOR LONG COPY */
    height: var(--header-height);
  }
}

.notification-bar.closed {
  display: none;
}

.notification-bar__content {
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-family: 'Pretendard', sans-serif;
    sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
	height: var(--notification-height);
	align-content: center;

}

.notification-bar__inner{
  border-bottom: 1px solid rgba(2, 74, 51, .24);
  color: #024a33 !important;
  text-decoration: none;
  transition: color .15s linear, border-bottom-color .15s linear;
}

.notification-bar__inner:hover{
  border-bottom: 1px solid #024a33;
  color: #024a33;
}

.notification-bar__content > div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification-bar__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 770px) {
  .notification-bar__wrapper div{
  font-size: 13px;
  }
}

@media (max-width: 450px) {
  .notification-bar__wrapper div{
  font-size: 12px;
  line-height: 16px;
  }
}

.notification-bar__content > div img {
  display: none;
}

.notification-bar a {
  color: #404040;
}

.notification-bar__close {
  font-size: 30px;
  font-weight: 400;
  position: absolute;
  cursor: pointer;
  right: -5px;
  opacity: 0.3;
  top: 10px;
  width: 64px;
  line-height: 35px;
}

@media (max-width: 770px) {
  .notification-bar__close {
    /* TEMP FOR LONG COPY */
    right: -25px;
    top: 10px;
  }
}

.notification-bar-hide:hover {
  opacity: 0.5;
}

.with-notification .wy-side-scroll {
  /* padding-top: 62px; */
}

.with-notification .notification-bar {
  display: flex;
}

.with-notification header {
  top: var(--notification-height);
}

@media (max-width: 770px) {
  .with-notification header {
    /* TEMP FOR LONG COPY */
    top: var(--notification-height)
  }
}

.with-notification .wy-grid-for-nav {
  padding-top: 126px;
}

/* START NEW NAV */

.site-header {
  font-family: 'Pretendard', sans-serif;
  background: #fff;
  box-shadow: 0 1px 2px 0 #0000001a;
  position: -webkit-sticky;
  position: sticky;
  top: 0 !important;
  width: 100%;
  z-index: 999;
}

.site-header__col--menu .site-nav {
  display: none;
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav:before {
    content: '';
    position: absolute;
    left: -10px;
    overflow: hidden;
    top: 0;
    height: 2px;
    background-color: #ffbc1f;
    width: calc(100% + 20px);
  }
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav {
    display: flex;
  }
}

.sub-menu {
  list-style: none !important;
}

.initial-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu {
    opacity: 0;
    position: absolute;
  }
}



@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav__toplink.is-active .toplink-wrapper {
    border-bottom: none;
  }
}

.site-header__col--menu .site-nav__toplink > a {
  color: #131313;
  display: block;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav__toplink > a {
    font-weight: 700;
    color: #1e325c;
  }

  .site-header__col--menu .site-nav__toplink > a .toplink-wrapper {
    padding: 40px 0;
    border-bottom: 1px solid #babec9;
  }
}

.toplink-wrapper{
  white-space: nowrap;
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__toplink > a {
    line-height: 150%;
    padding: 20px 23px;
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .site-header__col--menu .site-nav__toplink > a {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav__toplink > a span {
    float: right;
  }

  .site-header__col--menu .site-nav__toplink > a span svg {
    height: 18px;
    transform: rotate(-90deg);
    width: 26px;
  }

  .site-header__col--menu .site-nav__toplink > a span svg path {
    stroke: #1c58d9;
  }
}

.site-header__col--menu .site-nav__toplink > a span svg path {
  transition: stroke 0.3s ease-in-out;
}

.site-header__col--menu .site-nav__toplink > a:hover {
  color: black;
}

.site-header__col--menu .site-nav__toplink > a:hover span svg path {
  stroke: black;
}

@media (min-width: 992px) {
  .site-header__col--menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .masthead-trial-form {
    margin-top: 30px;
  }
}

/* 시작 */

.infograbLogo{
  width: 120px;
}

@media (max-width: 996px) {
  .infograbLogo{
    width: 100px !important;
  }
}

.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0 20px; */
  height: 66px;
  background: #fff;
  width: 100%;
  z-index: 999;
}

.top-navbar{
  padding: 30px 0px;
}

.nav-item {
  margin-top 10px;
  font-size: 0.875rem;
}

.nav-item:hover {
  white-space: nowrap;
  transition: transform 100ms;
  color: #059669 !important;
}

.infoBtn {
  color: #fff !important;
  background-color: #059669;
  font-family: 'Pretendard', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 30px;
  border-radius: 7px;
  background: #059669;
  display: flex;
  justify-content: center;
  text-decoration-line: none;
  cursor: pointer;
  border: 1px solid #059669;
}

.animating {
  animation: tilt-shaking 7s linear infinite;
}

@media (max-width: 996px) {
  .infoBtn {
    font-size: 16px;
    line-height: 16px; 
    padding: 9px 12px;
  }
}
.navbar__items {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
}

/* Media query for small screens */
@media screen and (max-width: 1040px) {
  .navbar__items {
    display: none
  }
}

@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  94% {
    transform: rotate(0deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  96% {
    transform: rotate(3deg);
  }
  97% {
    transform: rotate(-3deg);
  }
  98% {
    transform: rotate(3deg);
  }
  99% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* 드롭다운 메뉴 */

.navbar-submenu {
  position: fixed;
  left: 0;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s linear,
    visibility 0.3s linear,
    transform 0.3s linear;
  top: calc(var(--notification-height) + var(--header-height));
}

body:not(.with-notification) .navbar-submenu {
  top: var(--header-height);
}


.navbar-submenu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.navbar-submenu-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #ffffffe6;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1;
  color: #606060;
}

.navbar-submenu-inner {
  display: flex;
  align-items: start;
  width: var(--ifm-container-width-xl);
  margin: 15px auto 55px;
}

.navbar-submenu-items {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  font-family: "Pretendard", sans-serif;
}

.navbar-submenu-items-title {
  font-size: 16px;
  font-weight: 600;
  color: #131313;
  line-height: 30px;
  font-family: "Pretendard", sans-serif;
}
.navbar-submenu-items-des {
  font-size: 12px;
  color: #525252;
  font-family: "Pretendard", sans-serif;
}

.navbar-submenu-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.navbar-submenu-item {
  color: #131313 !important;
  text-decoration: none;
}

.navbar-submenu-item:visited{
  color: #131313 !important
  text-decoration: none;
}

.navbar-submenu-item:hover{
  color: #059669 !important;
  text-decoration: none;
  transition: all 50ms ease-in;
}



/* 기존 */

.nav-container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}


@media (max-width: 1199.98px) {
  .nav-container {
    padding: 0 40px;
  }
}

@media (max-width: 991.98px) {
  .nav-container {
    padding: 0 32px;
  }
}

@media (max-width: 767.98px) {
  .nav-container {
    padding: 0 24px;
  }

  div:not(.site-header--not-home) .nav-container .site-header__col--logo {
    padding-left: 50px;
  }
}

@media (min-width: 991.98px) {
  .notification-bar__content > div img {
    display: inline-block;
    margin-right: 10px;
    width: auto;
    height: 25px;
  }

  
}



.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

@media (max-width: 767.98px) {
  .row {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.col,
.col-3,
.col-9,
.col-12,
.col-lg-2,
.col-lg-10,
.col-md-3,
.col-md-9 {
  position: relative;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 991.98px) {
  .nav-open header {
    position: fixed;
    height: 100vh;
    overflow-x: hidden;
  }

  .nav-open .site-header {
    bottom: 0;
    overflow-x: hidden;
  }

  .nav-open .site-header__col--menu {
    height: calc(100vh - 75px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 100px;
  }
}

/* NEW NAV DEFER */
.site-header__col--menu .site-nav.active {
  display: block;
}

@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav__hassubnav:not(.is-active) .sub-menu {
    display: none !important;
  }

  .site-header__col--menu .site-nav__hassubnav.is-active > a svg {
    transform: rotate(0);
  }
}

.site-header__col--menu .site-nav__hassubnav .sub-menu {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 99;
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu {
    box-shadow: 0 1px 2px 0 #0000001a;
    flex-direction: row;
    right: 0;
    top: 65px;
    transition: opacity 0.15s ease-in-out;
    z-index: 4;
  }
}

.site-header__col--menu .site-nav__hassubnav .sub-menu__products ul {
  padding: 0;
}

@media (max-width: 991.98px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu__products .sub-menu__products__main {
    padding: 0 24px;
  }

  .site-header__col--menu
    .site-nav__hassubnav
    .sub-menu__products
    .sub-menu__products__main
    > :first-child
    p {
    margin-top: 0;
  }

  .site-header__col--menu .site-nav__hassubnav .sub-menu__products .sub-menu__products__main > * {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu__products {
    right: unset;
    top: 63px;
    padding: 20px 40px 20px 20px;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.5);
  }

  .site-header__col--menu .site-nav__hassubnav .sub-menu__products .sub-menu__products__main {
    padding: 70px 80px 60px;
    display: grid;
    grid-template-columns: repeat(3, 150px);
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .site-header__col--menu
    .site-nav__hassubnav
    .sub-menu__products
    .sub-menu__products-link-col-header {
    font-size: 15px;
  }
}

.site-header__col--menu .site-nav__hassubnav .sub-menu__developers ul {
  padding: 0;
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu__developers {
    right: unset;
    top: 63px;
    margin-left: -175px;
    padding: 20px 40px 20px 20px;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.5);
  }
}

.site-header__col--menu .site-nav__hassubnav .sub-menu__login ul {
  padding: 0;
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu__login {
    right: unset;
    margin-left: -405px;
    padding: 20px 30px 20px 20px;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.5);
  }
}

@media (min-width: 992px) {
  .site-header__col--menu .site-nav__hassubnav .sub-menu__solutions {
    right: unset;
    margin-left: -90px;
    padding: 20px 30px 20px 20px;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(217, 217, 217, 0.5);
  }
}

@media (max-width: 991.98px) {
  .site-header__col--menu {
    padding: 0;
  }
}

.site-header__col--menu .site-nav__hassubnav:hover .sub-menu {
  opacity: 1;
  pointer-events: auto;
  width: max-content;
}

.site-header__col--menu .site-nav__hassubnav .sub-menu:focus-within {
  opacity: 1;
  pointer-events: auto;
}

/* hero 섹션 */

@media screen and (max-width: 76.1875em) {
	.md-search__inner{
		width: 70% !important;
	}
}

.main_wrapper{
	display: flex;
	justify-content: space-between;
	padding: 0 0.8rem;
	flex-direction: column
}

@media screen and (max-width: 76.1875em) {
	.main_wrapper{
		flex-direction: column;
	}

	.md-search__inner{
		float: none !important;
		opacity: 1 !important;
		position: static !important;
		width: 50% !important;
		overflow: visible !important;
		height: auto !important;
		transform: none !important;
	}
}

.main_title{
	font-weight: 600;
	font-size: 1.7rem;
  margin: 0 0 0.75rem 0;
}

.main_description{
	font-size: 0.9rem;
	padding: 2rem 0 0.5rem 0;
}

.md-tabs__item--active{
	text-decoration: underline;
	text-decoration-color: #e2325e;
	font-weight: 600;
	text-decoration-thickness: 3px;
}

.md-content {
	border-left: 1px solid #dfdfdf;
}

.md-main__inner {
	display: flex;
	margin-top: 1.5rem;
	height: auto;
}

.md-sidebar {
	align-self: flex-start;
	flex-shrink: 0;
	padding: 1.2rem 0;
	position: sticky;
	top: 80px !important;
	min-height: 600px !important;
	width: 12.1rem;
}

@media screen and (max-width: 76.1875em) {
	.md-sidebar--primary {
		display: none;
	}
}

button.md-top.md-icon[data-md-component="top"] {
  display: none;
}

.md-content__inner.md-typeset .breadcrumbs {
  padding: 0.8rem 0 1.5rem 0;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: var(--md-default-fg-color--light);
  border-bottom: 1px solid var(--md-default-fg-color--lightest);
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item {
  display: inline-block;
  line-height: 1.6;
  font-size: 14px;
  color: #404040;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item:not(:last-child):after {
  content: '›';
  margin: 0 0.5rem;
  color: var(--md-default-fg-color--lighter);
  font-size: 1.2em;
  line-height: 1;
  vertical-align: -1px;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 125ms;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item .breadcrumbsImgWrapper {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 1.5rem;
  transition: background-color 0.2s, color 0.2s;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item .breadcrumbsImgWrapper:hover {
  color: #059669;
  background: rgba(0, 0, 0, 0.05);
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item .breadcrumbsImg {
  width: 18px;
  height: 18px;
  vertical-align: middle;
	color: #024a33;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item .breadcrumbsImg:hover {
  color: #059669;
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item a:hover {
  color: var(--color-primary-shade-1);
}

.md-content__inner.md-typeset .breadcrumbs .breadcrumb-item:last-child {
  background: rgba(0, 0, 0, 0.05);
  color: #059669;
  border-radius: 1.5rem;
  padding: 7px 10.24px;
  white-space: nowrap;
  font-weight: 500;
}

.md-content__inner.md-typeset .original-doc-button {
  padding: 6px 12px;
  margin: 16px 0;
  background-color: var(--color-primary);
  color: white;
  border: 1px solid #059669;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
	font-weight: 600;
  line-height: 1.5;
}

.md-content__inner:before{
	height: 0px !important;
}

[dir=ltr] .md-tabs__list {
	margin-left: -0.5rem;
}

@media (max-width: 768px) {
  .md-search__input {
    height: 35px !important;
  }

  .gl-search-box-by-click {
    border-bottom: none !important;
  }
}
