@charset "utf-8";
@font-face{
	font-family:"NotoSans";
	font-weight: 400;
	src:url('../font/NotoSans-Regular.eot');
	src:url('../font/NotoSans-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSans-Regular.woff') format('woff'),
	url('../font/NotoSans-Regular.ttf') format('truetype');
	src:local(※), url('../font/NotoSans-Regular.woff') format('woff');
}
@font-face{
	font-family:"NotoSans";
	font-weight: 700;
	src:url('../font/NotoSans-Bold.eot');
	src:url('../font/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
	url('../font/NotoSans-Bold.woff') format('woff'),
	url('../font/NotoSans-Bold.ttf') format('truetype');
	src:local(※), url('../font/NotoSans-Bold.woff') format('woff');
}

/* [ Set ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
:root{
	/* Color */
	--et-outsystems-red: #FA173D;
	--et-outsystems-black: #0F0E0B;
	--et-success: #2C8627;
	--et-danger: #D43425;

	/* Gray */
	--et-gray-50: #F4F4F4;
	--et-gray-100: #E9E9EA;
	--et-gray-200: #D2D3D5;
	--et-gray-300: #BDBEC0;
	--et-gray-400: #A8A9AC;
	--et-gray-500: #939598;
	--et-gray-600: #6C6D70;
	--et-gray-700: #47484A;
	--et-gray-800: #252627;
	--et-gray-900: #080808;

	/* Component */
	--et-component-white: #FFFFFF;
	--et-component-border: #D2D3D5;
	--et-component-disabeld: #E9E9EA;
	--et-component-disabeld-white: rgba(255, 255, 255, 0.2);
	--et-component-bg1: #F3F5F7;
	--et-component-form-bg: #F2F5F0;

	--et-header-border: #4D4D49;
	--et-footer-border: #4D4D49;

	/* Text color */
	--et-text-black-header: #242320;
	--et-text-black-body: #4D4D49;
	--et-text-black-sub: #767773;
	--et-text-white-header: #FFFFFF;
	--et-text-white-body: #FFFFFFcc; /* 80% */
	--et-text-white-sub: #FFFFFF80; /* 50% */

	/* Font */
	--et-font: 'NotoSans', arial, sans-serif;
	--et-font-size-1: 27px; /*21px*/
	--et-font-size-2: 20px; /*16px*/
	--et-font-size-3: 16px; /*13px*/
	--et-font-size-4: 14px; /*12px*/

	--et-font-size-title: var(--et-font-size-1); /* 27px 21px*/
	--et-font-size-sub-title: var(--et-font-size-2); /* 20px 16px*/
	--et-font-size-menu: var(--et-font-size-2); /* 20px 16px*/
	--et-font-size-lg: var(--et-font-size-2); /* 20px 16px*/
	--et-font-size-md: var(--et-font-size-3); /* 16px 13px*/
	--et-font-size-sm: var(--et-font-size-4); /* 14px 12px*/

	/* Spacing */
	--et-spacing-0: 0;
	--et-spacing-1: 4px;
	--et-spacing-2: 8px;
	--et-spacing-3: 12px;
	--et-spacing-4: 16px;
	--et-spacing-5: 20px;
	--et-spacing-6: 24px;
	--et-spacing-7: 28px;
	--et-spacing-8: 32px;

	/* Responsive Size */
	--et-header-height: 80px;
	--et-title-slide-height: 120px;
	--et-layout-padding-x: 40px;
	--et-layout-gutter: 20px;
	--et-main-max-width: 1920px;
	--et-quick-width: calc(100% / 12 * 2);
	--et-contents-gap: 80px;
	--et-contents-px: calc(var(--et-quick-width) + var(--et-layout-gutter) + var(--et-layout-padding-x));
	--et-form-padding: 80px;

	/* flex direction */
	--et-group-row: row;
}

/* [ Common ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
	height: 100%;
	font-size: var(--et-font-size-md);
	scroll-behavior: smooth;
}
body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: var(--et-font) !important;
	font-weight: 400;
	color: var(--et-text-black-body);
	word-break: keep-all;
}
body.hidden {
	overflow: hidden;
}

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

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

/* hover transition */
*:hover {
	-webkit-transition: all 0.3 sease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* selection */
::selection {
	color: var(--et-component-white);
	background-color: var(--et-gray-700);
}

/* scrollbar */
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical,
::-webkit-scrollbar-thumb:vertical {
  background-color: var(--et-gray-500);
}
::-webkit-scrollbar,
::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-corner,
::-webkit-scrollbar-corner {
  width: 40px;
}

/* [ Text ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p {
	margin: 0;
	line-height: 1.6;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	margin: 0;
	line-height: 1.6;
	font-family: var(--et-font);
	font-weight: 700;
	color: var(--et-text-black-header);
}

h1 {
	font-size: var(--et-font-size-title);
}

h2 {
	font-size: var(--et-font-size-title);
}

h3 {
	font-size: var(--et-font-size-title);
}

/* font size */
.txt-lg {
	font-size: var(--et-font-size-lg) !important;
}
.txt-md {
	font-size: var(--et-font-size-md) !important;
}
.txt-sm {
	font-size: var(--et-font-size-sm) !important;
}

/* font weight */
.txt-bold {
	font-weight: 700 !important;
}

/* text style */
.txt-title {
	color: var(--et-text-black-header);
	font-size: var(--et-font-size-title);
	font-weight: 700 !important;
}
.txt-sub-title {
	color: var(--et-text-black-header);
	font-size: var(--et-font-size-sub-title);
	font-weight: 700 !important;
}
.txt-header {
	color: var(--et-text-black-header);
	font-weight: 700 !important;
}

.txt-sub {
	font-size: var(--et-font-size-sm);
	color: var(--et-text-black-sub);
}

/* text align */
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

/* [ Size ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [ Padding ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [ margin ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [ divider ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* [ Button ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	cursor: pointer;
	outline: 0;
	text-decoration: none;
}
a:hover, 
a:focus {
	text-decoration: none;
}
button {
	border: none;
}

/* btn-black */
.btn-black {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 24px;
	gap: 12px;
	font-weight: 700;
	border-radius: 24px;
	color: var(--et-component-white);
	background-color: var(--et-outsystems-black);
}
.btn-black:hover {
	background: var(--et-gray-700);
}
.btn-black:disabled {
	color: var(--et-gray-500);
	background: var(--et-component-disabeld);
}

/* btn-border */
.btn-border {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px;
	padding: 0 24px;
	gap: 12px;
	font-weight: 700;
	border-radius: 24px;
	color: var(--et-outsystems-black);
	background-color: var(--et-component-white);
	border: 1px solid var(--et-outsystems-black);
}
.btn-border:hover {
	background: var(--et-gray-100);
}
.btn-border:disabled {
	color: var(--et-gray-500);
	background: var(--et-component-disabeld);
	border-color: var(--et-gray-200);
}

/* btn-lg */
.btn-lg {
	height: 64px;
	padding: 0 36px;
	font-size: var(--et-font-size-lg);
	border-radius: 32px;
}

/* tabs */
.tabs-wrap {
	display: flex;
	flex-direction: row;
	gap: var(--et-spacing-2);
}
.btn-tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
	font-size: var(--et-font-size-lg);
	font-weight: 700;
	color: var(--et-gray-500);
	background-color: var(--et-gray-50);
}
.btn-tab.active {
	color: var(--et-component-white);
	background-color: var(--et-gray-900);
}

/* [ form ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.et-form {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: var(--et-form-padding);
	gap: 40px;
	border-radius: 20px;
	background-color: var(--et-component-form-bg);
}
.et-form fieldset{
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.et-form-item {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.et-form-item label{
	color: var(--et-text-black-header);
	font-size: var(--et-font-size-lg);
}
label.required:after{
	content: '*';
	margin-left: 4px;
	color: var(--et-danger);
}
.et-form-item-agree {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}
.et-form-item-agree > *:last-child {
	margin-left: auto;
}

/* Input */
input[type=password] {
	font-family: 'dotum', sans-serif;
}
input[type=file] {
	font-family: 'dotum', sans-serif !important;
}
input::placeholder {
	color: var(--et-text-black-sub);
}
input:-ms-input-placeholder {
	color: var(--et-text-black-sub);
}
input::-ms-input-placeholder {
	color: var(--et-text-black-sub);
}

input:focus, 
textarea:focus, 
select:focus {
  outline: 0;
  border-color: var(--et-outsystems-black);
}

input, textarea {
	padding: 12px 16px;
	border-radius: 0;
	border: 1px solid var(--et-component-border);
	color: var(--et-text-black-body);
	font-size: var(--et-font-size-lg);
}
input[disabled]:not([type=button]){
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}
input:read-only:not([type=button]){
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}
input:-moz-read-only:not([type=button]){
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}

textarea {
	padding: 12px 16px;
	border: 1px solid var(--et-component-border);
	resize: none;
}
textarea[disabled] {
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}
textarea:read-only {
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}
textarea:-moz-read-only {
	color: var(--et-text-black-sub);
	background: var(--et-component-disabeld);
}

select {
	padding: 12px 56px 12px 16px;
	border: 1px solid var(--et-component-border);
	color: var(--et-text-black-body);
	font-size: var(--et-font-size-lg);
	background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="%23414141" xmlns="http://www.w3.org/2000/svg"><path d="M18.7101 8.20986C18.6171 8.11613 18.5065 8.04174 18.3846 7.99097C18.2628 7.9402 18.1321 7.91406 18.0001 7.91406C17.868 7.91406 17.7373 7.9402 17.6155 7.99097C17.4936 8.04174 17.383 8.11613 17.2901 8.20986L12.7101 12.7899C12.6171 12.8836 12.5065 12.958 12.3846 13.0088C12.2628 13.0595 12.1321 13.0857 12.0001 13.0857C11.868 13.0857 11.7373 13.0595 11.6155 13.0088C11.4936 12.958 11.383 12.8836 11.2901 12.7899L6.71006 8.20986C6.6171 8.11613 6.5065 8.04174 6.38464 7.99097C6.26278 7.9402 6.13207 7.91406 6.00006 7.91406C5.86805 7.91406 5.73734 7.9402 5.61548 7.99097C5.49362 8.04174 5.38302 8.11613 5.29006 8.20986C5.10381 8.39722 4.99927 8.65068 4.99927 8.91486C4.99927 9.17905 5.10381 9.4325 5.29006 9.61986L9.88006 14.2099C10.4426 14.7717 11.2051 15.0872 12.0001 15.0872C12.7951 15.0872 13.5576 14.7717 14.1201 14.2099L18.7101 9.61986C18.8963 9.4325 19.0009 9.17905 19.0009 8.91486C19.0009 8.65068 18.8963 8.39722 18.7101 8.20986Z"/></svg>');
	background-repeat: no-repeat;
	background-position: right 16px center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
select:disabled {
	background-color: #e6e6e6;
	color: #a2a2a2;
}

select[multiple] {
	padding: 0;
	border: 1px solid var(--et-component-border);
	background-image: none;
}

select option {
	padding: 8px 16px;
}
select option:target,
select option:focus,
select option::selection,
select option:active,
select option:checked{
	background: var(--et-outsystems-black);
	color: var(--et-component-white);
}
select option:hover{
	color: var(--et-text-black-body);
	background: #d4e5ec;
}

/* checkbox */
.et-check {
	position: relative;
}
.et-check input[type="checkbox"] {
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 24px;
	height: 24px;
	padding: 0;
	vertical-align: middle;
	background-color: var(--et-component-white);
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 4px;
	border: 2px solid var(--et-component-border);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.et-check input:checked[type=checkbox] {
	border-color: var(--et-outsystems-black);
	background-color: var(--et-outsystems-black);
	background-image: url('data:image/svg+xml;utf8,<svg width="16" height="12" viewBox="0 0 16 12" fill="%23ffffff" xmlns="http://www.w3.org/2000/svg"><path d="M15.5472 0.70459C15.9866 1.14404 15.9866 1.85771 15.5472 2.29717L6.54717 11.2972C6.10771 11.7366 5.39404 11.7366 4.95459 11.2972L0.45459 6.79717C0.0151367 6.35771 0.0151367 5.64404 0.45459 5.20459C0.894043 4.76514 1.60771 4.76514 2.04717 5.20459L5.75264 8.90654L13.9581 0.70459C14.3976 0.265137 15.1112 0.265137 15.5507 0.70459H15.5472Z"/></svg>');	
}
.et-check label {
	padding-left: 32px;
	vertical-align: middle;
	color: var(--et-text-black-body);
	font-size: var(--et-font-size-lg);
}

/* validated */
form.was-validated input:invalid,
form.was-validated textarea:invalid,
form.was-validated select:invalid {
	background-color: rgba(212, 52, 37, .08);
	border-color: var(--et-danger);
}

/* [ Box ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

hr {
	width: 100%;
	margin: 0;
	border-color: var(--et-component-border);
	opacity: 1;
}

/* tag */
.tag-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tag {
	padding: var(--et-spacing-2) var(--et-spacing-4);
	font-size: var(--et-font-size-sm);
	color: var(--et-gray-600);
	background-color: #F2F5F0;
	border-radius: 50px;
}

/* [ List ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.icon-list {
	display: flex;
	flex-direction: var(--et-group-row);
	gap: 20px;
}
.icon-list > li {
	width: 100%;
}
.icon-list > li + li {
	padding-left: 20px;
	border-left: 1px solid var(--et-component-border);
}
.icon-list .icon {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 40px;
	height: 40px;
	margin-bottom: 12px;
	border-radius: 50%;
}
.icon-list .sub-title {
	color: var(--et-text-black-header);
	font-size: var(--et-font-size-lg);
	font-weight: 700;
	margin-bottom: 8px;
}

.icon-list-black .icon {
	background-color: var(--et-outsystems-black);
}
.icon-list-red .sub-title {
	color: var(--et-outsystems-red);
}

/* [ Group ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.group-txt {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
}

/* [ Modal ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.modal-noheader {
	display: flex;
	padding: 20px 32px 0 32px;
	border-bottom: none;
}
.modal-noheader .btn-close {
	margin-left: auto;
}
.modal-noheader + .modal-body {
	padding-top: 0;
}
.modal-body {
	padding: 32px;
}

/* [ Header ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header {
	position: fixed;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: var(--et-header-height);
	padding: 0 var(--et-layout-padding-x);
	color: var(--et-text-white-body);
	background-color: var(--et-outsystems-black);
	border-bottom: 1px solid var(--et-header-border);
	z-index: 99;
}

.header-logo {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: var(--et-font-size-sm);
}
.header-logo img {
	height: 32px;
}

/* mobile menu button */
.btn-menu {
	display: none;
	width: 40px;
	height: 40px;
	padding: 12px 10px;
	cursor: pointer;
	z-index: 999;
}
.btn-menu span {
	position: relative;
	float: left;
	width: 100%;
	height: 2px;
	margin-bottom: 5px;
	padding: 0;
	background-color: var(--et-component-white);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-menu.active span:nth-child(1) {
	margin-top: 7px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn-menu.active span:nth-child(2) {
	display: none;
}
.btn-menu.active span:nth-child(3) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.et-header.fixed .btn-menu span {
	background-color: var(--et-component-white);
}
.et-header .btn-menu.active span {
	background-color: var(--et-text-black-body);
}

/* [ Menu ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.header-menu {
	display: flex;
	position: absolute;
	justify-content: center;
	height: 100%;
	left: 0;
	right: 0;
	z-index: -1;
}
.header-menu ul {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 60px;
}
.header-menu a {
	position: relative;
	display: flex;
	height: 100%;
	align-items: center;
	text-decoration: none;
	color: var(--et-component-white);
	font-weight: 700;
	font-size: var(--et-font-size-menu);
}
.header-menu a::before {
	content: '';
	position: absolute;
	display: inline-block;
	bottom: 0;
	width: 0;
	height: 3px;
	-webkit-transition: all 0.3 ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.header-menu .active a::before,
.header-menu a:hover::before {
	width: 100%;
	background: var(--et-outsystems-red);
}

/* mobile */
.header.mobile .header-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	padding-top: var(--et-header-height);
	background: var(--et-outsystems-black);
}
.header.mobile .header-menu > ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: auto;
	height: 100%;
}

/* [ contents ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.main {
	position: relative;
	display: flex;
	flex-direction: column;
	max-width: var(--et-main-max-width);
	width: 100%;
	margin: 0 auto;
	flex: 1;
}
.contents-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: var(--et-contents-gap);
	width: 100%;
	margin: 80px auto;
	padding: 0 var(--et-contents-px);
}
.contents {
	display: flex;
	flex-direction: column;
	gap: 60px;
	width: 100%;
}

/* [ Footer ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.footer {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 8px var(--et-layout-padding-x);
	color: var(--et-text-white-body);
	font-size: var(--et-font-size-sm);
	border-top: 1px solid var(--et-footer-border);
	background-color: var(--et-outsystems-black);
}

/* [ Quick Menu ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.quick-wrap {
	position: sticky;
	right: 0;
	bottom: 0;
	left: 100%;
	z-index: 9;
}
.quick {
	position: absolute;
	right: 40px;
	bottom: 80px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	color: var(--et-text-white-body);
	border-radius: 20px;
	background-color: var(--et-outsystems-black);
	width: var(--et-quick-width);
}

.btn-quick {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 24px;
	text-decoration: none;
	font-size: var(--et-font-size-lg) !important;
	font-weight: 700 !important;
	color: var(--et-outsystems-black);
	border-radius: 12px;
	background-color: var(--et-component-white);
}
.btn-quick:hover {
	background: var(--et-gray-100);
}
.btn-quick img {
	width: 200px;
}

.btn-quick + p {
	margin-top: 20px;
}

/* [ Slide ] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* title-slide */
.title-slide {
	display: flex;
	align-items: center;
	height: var(--et-title-slide-height);
	margin-top: var(--et-header-height);
	padding: 0 var(--et-layout-padding-x);
	color: var(--et-component-white);
	text-align: center;
	background: var(--et-outsystems-black) url(../images/outsystems/bg_title.png) no-repeat;
	background-position: center top;
	background-size: cover;
}
.title-slide p + p {
	margin-top: var(--et-spacing-2);
}
.title-slide .txt-title,
.title-slide .txt-sub-title {
	color: var(--et-component-white);
}

/* [ Page ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* main ++++++++++++++++++++++++++++++++++ */

/* platform ++++++++++++++++++++++++++++++ */
.img-lowcode {
	position: relative;
    display: flex;
    gap: var(--et-spacing-2);
}
.img-lowcode img {
	width: 100%;
}
.lowcode-overview {
	width: calc(25% - 6px);
}
.lowcode-gif {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(75% - 2px);;
	border-radius: 8px;
	border: 4px solid var(--et-outsystems-black);
	background-color: var(--et-outsystems-black);
}

#platform1,
#platform2,
#platform3,
#platform4 {
	padding-top: 160px;
}

/* customer ++++++++++++++++++++++++++++++ */
.customer-logo {
	max-width: fit-content;
}

/* contact +++++++++++++++++++++++++++++++ */

/* [ @media ] ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media ( max-width : 1540px) {
	:root {
		--et-contents-px: calc(100% / 16 * 1 + var(--et-layout-gutter) + var(--et-layout-padding-x));
	}

	.quick-wrap {
		position: relative;
    left: 0;
	}
	.quick {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: auto;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		border-radius: 0;
	}
}
@media ( max-width : 1280px) {
	:root {
		/* Responsive Size */
		--et-contents-px: var(--et-layout-padding-x);
	}

	.header > .header-logo:last-of-type,
	.header-menu {
		display: none;
	}
	.header > .header-logo img {
		height: 24px;
	}
	.btn-menu {
		display: block;
	}

	.footer {
		align-items: center;
		text-align: center;
	}
}
@media ( max-width : 992px) {
	:root {
		/* Font */
		--et-font-size-1: 21px;
		--et-font-size-2: 16px;
		--et-font-size-3: 13px;
		--et-font-size-4: 12px;
		
		/* Responsive Size */
		--et-header-height: 60px;
		--et-title-slide-height: 160px;
		--et-contents-gap: 60px;
		--et-layout-padding-x: 20px;
		--et-form-padding: 40px;
		--et-group-row: column;
	}

	#platform1,
	#platform2,
	#platform3,
	#platform4 {
		padding-top: 60px;
	}
	.tabs-wrap {
		display: none;
	}

	.icon-list > li + li {
		padding-left: 0;
    	border-left: none;
	}
}
