/* custom font */

@font-face {
	font-family: "NanumSquare";
	font-weight: 400;
	src: url(/collab/fonts/nanum_square/NanumSquareR.eot);
	src: url(/collab/fonts/nanum_square/NanumSquareR.eot?#iefix) format("embedded-opentype"),
		url(/collab/fonts/nanum_square/NanumSquareR.woff) format("woff"),
		url(/collab/fonts/nanum_square/NanumSquareR.ttf) format("truetype");
}

@font-face {
	font-family: "NanumSquare";
	font-weight: 700;
	src: url(/collab/fonts/nanum_square/NanumSquareB.eot);
	src: url(/collab/fonts/nanum_square/NanumSquareB.eot?#iefix) format("embedded-opentype"),
		url(/collab/fonts/nanum_square/NanumSquareB.woff) format("woff"),
		url(/collab/fonts/nanum_square/NanumSquareB.ttf) format("truetype");
}

@font-face {
	font-family: "NanumSquare";
	font-weight: 800;
	src: url(/collab/fonts/nanum_square/NanumSquareEB.eot);
	src: url(/collab/fonts/nanum_square/NanumSquareEB.eot?#iefix) format("embedded-opentype"),
		url(/collab/fonts/nanum_square/NanumSquareEB.woff) format("woff"),
		url(/collab/fonts/nanum_square/NanumSquareEB.ttf) format("truetype");
}

@font-face {
	font-family: "NanumSquare";
	font-weight: 300;
	src: url(/collab/fonts/nanum_square/NanumSquareL.eot);
	src: url(/collab/fonts/nanum_square/NanumSquareL.eot?#iefix) format("embedded-opentype"),
		url(/collab/fonts/nanum_square/NanumSquareL.woff) format("woff"),
		url(/collab/fonts/nanum_square/NanumSquareL.ttf) format("truetype");
}

@font-face {
	font-family: "Mada";
	font-weight: 300;
	src: url(/collab/fonts/mada/Mada-Light.ttf) format("truetype");
}

@font-face {
	font-family: "Mada";
	font-weight: normal;
	src: url(/collab/fonts/mada/Mada-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "Mada";
	font-weight: 600;
	src: url(/collab/fonts/mada/Mada-SemiBold.ttf) format("truetype");
}

@font-face {
	font-family: "Mada";
	font-weight: bold;
	src: url(/collab/fonts/mada/Mada-Bold.ttf) format("truetype");
}

@font-face {
	font-family: "Mada";
	font-weight: 900;
	src: url(/collab/fonts/mada/Mada-Black.ttf) format("truetype");
}

@font-face {
	font-family: "Chosunilbo_myungjo";
	src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Chosunilbo_myungjo.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

/* overwrite styles */

#primary-menu ul li a.active {
	color: #ef373e !important;
}

#copyrights .footer-container {
	max-width: 1100px;
	margin: auto;
}

#copyrights .info-details img {
	margin-left: 15px;
}

#copyrights .nav {
	display: flex;
	flex-direction: column;
	margin-left: auto;
}

#copyrights .nav-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#copyrights .nav-details .col-email {
	color: #8e8e8e;
	margin-left: 58px;
}

.page-section.red {
	background: #ef373e;
}

#section-contact .gmap {
	height: 740px;
	width: 100%;
	margin-top: -30px;
}

#header-wrap {
}

.contact-btn {
	bottom: 84px;
	position: absolute;
	right: 50px;
	z-index: 3;
}
.contact-btn a.col-btn-outline {
	border-color: #ef373e;
	color: #ef373e;
	cursor: pointer;
}

/* new styles */

.col-nav-tabs > li.active > a,
.col-nav-tabs > li > a:hover {
	border-color: transparent !important;
}

.col-nav-tabs > li > a {
	font-size: 18px;
	font-weight: bolder;
	color: #fff;
}

.col-email {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: normal;
	text-decoration: underline !important;
}

.col-list {
	list-style: none;
	margin: 0;
}

.col-list li {
	margin-bottom: 40px;
}

.col-list-img {
	margin-right: 25px;
}

.col-list-header {
	font-size: 22px;
	color: #ef373e;
	font-weight: bold;
	margin-right: 15px;
}

.col-lits-content-title {
	font-size: 22px;
	color: #ef373e;
	font-weight: bold;
	margin-bottom: 5px;
}

.col-lits-content-button {
	background-color: #ef373e;
	color: white;
	padding: 4px 15px;
	font-size: 16px;
	border-radius: 15px;
	margin-left: 5px;
}

.col-lits-content-sub {
	font-size: 18px;
	font-weight: bold;
}

.col-heading-overlay {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.col-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.col-overlay-red {
	background: rgba(239, 55, 62, 0.2);
}

.col-overlay-text {
	position: absolute;
	color: white !important;
	bottom: 0;
	left: -30px;
}

.col-overlay-text2 {
	position: absolute;
	color: white !important;
	bottom: 0;
	left: -10px;
}

.col-flex-center {
	display: flex;
	align-items: center;
}

.col-flex-start {
	display: flex;
	align-items: flex-start;
}

.col-flex-column {
	display: flex;
	flex-direction: column;
}

.col-position-relative {
	position: relative;
}

.col-half-bg-white {
	background: white;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.col-text-heading {
	color: #ef373e;
	font-size: 120px;
	font-weight: 900;
	line-height: 0.7;
	letter-spacing: -3px;
}

.col-text-en {
	font-family: "Mada" !important;
}

.col-text-myungjo {
	font-family: "Chosunilbo_myungjo" !important;
}

.col-text-weight-black {
	font-weight: 900 !important;
}

.col-text-weight-light {
	font-weight: 300 !important;
}

.col-text-weight-bold {
	font-weight: bold !important;
}

.col-text-weight-semi-bold {
	font-weight: 600 !important;
}

.col-text-color-white {
	color: white !important;
}

.col-text-color-red {
	color: #ef373e !important;
}

.col-text-color-black {
	color: #3a3a3a !important;
}

.col-text-color-grey {
	color: #8e8e8e !important;
}

.col-text-color-grey2 {
	color: #5a5a5a !important;
}

.col-text-truncate {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.col-text-center {
	text-align: center;
}

.col-text-heading-sub {
	color: white;
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 0;
	letter-spacing: -1.3px;
	line-height: 1.38;
}

.col-text-head1-sup {
	font-size: 60px;
	color: #ef373e;
	font-weight: normal;
	margin-bottom: 0;
	letter-spacing: -3px;
	line-height: 0.9;
}

.col-text-head1 {
	font-size: 60px;
	color: #ef373e;
	font-weight: bold;
	letter-spacing: -3px;
}

.col-text-head1-sub {
	word-break: keep-all;
	font-size: 22px;
	max-width: 796px;
	color: #3a3a3a;
	letter-spacing: -1.1px;
	line-height: 1.45 !important;
}

.col-text-head2 {
	font-size: 60px;
	font-weight: 900;
	color: #ef373e;
	letter-spacing: -1.5px;
}

.col-text-head2 + hr {
	background: #333;
	border-top-color: #333;
	width: 40%;
	margin: 0;
	margin-bottom: 30px;
}

.col-text-hr {
	display: inline-block;
	width: 350px;
	margin: 0 0 0 20px;
	vertical-align: middle;
	border-top-color: #ef373e;
}

.col-text-list-head {
	color: #ef373e;
	font-size: 20px;
	font-weight: 900;
}

.col-text-list-head .col-text-hr {
	width: 40px;
	margin: 0 10px;
}

.col-text1 {
	color: #3a3a3a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.45px;
}

.col-text1d {
	color: #ef373e;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.9px;
}

.col-text1e {
	color: #5a5a5a;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.45px;
	line-height: 1.33 !important;
	margin-top: -20px;
}

.col-text-head3 {
	font-size: 48px;
	font-weight: 800;
	letter-spacing: -2.4px;
	color: #3a3a3a;
}

.col-text-head3 .col-text1 {
	margin-left: 15px;
}

.col-text1s {
	color: #3a3a3a;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.45px;
	margin-left: 15px;
	margin-top: 32px;
}

.col-text2 {
	font-size: 80px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -4px;
}

.col-text3 {
	font-size: 22px;
	font-weight: normal;
	color: white;
}

.col-text4 {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
}

.col-text4a {
	font-size: 20px;
	font-weight: 800;
	color: #3a3a3a;
	line-height: 1.5 !important;
	letter-spacing: -1px;
}

.col-text4b {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
}

.col-text3 .col-text-hr {
	width: 60px;
	margin: 0 10px;
	background: white;
	border-top-color: white;
}

.col-icon-text-container {
	display: flex;
	align-items: flex-end;
}

.col-icon-text-container .col-icon {
	margin-left: 20px;
}

.col-icon {
	width: 69px;
	height: 69px;
}

.col-btn-outline {
	display: inline-block;
	color: white;
	font-size: 18px;
	padding: 10px 60px;
	border: 1px solid white;
	text-align: center;
}

.col-creator {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 30px;
}

.col-creator-name {
	color: #ef373e;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: -1.3px;
	margin-top: 10px;
	font-family: "Mada", sans-serif;
}

.col-creator-img {
	width: 218px;
	height: 218px;
	border-radius: 50%;
}

.col-creator-category {
	color: #ef373e;
	letter-spacing: -0.16px;
	font-size: 16px;
}

.col-creator-views {
	display: flex;
	color: white;
	font-weight: bold;
	margin-top: 8px;
	letter-spacing: -1.3px;
	font-size: 20px;
}

.col-creator-subscribers {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.col-creator-subscribers:not(:first-child) {
	margin-left: 10px;
}

.col-creator-btn {
	margin-top: 60px;
}

.col-creator-views .col-icon {
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

.col-home-history-details {
	margin-top: 70px;
}

.col-contact-container {
	padding: 50px 0;
}

.col-contact-container .col-btn-outline {
	margin-left: -40px;
}

.col-brand-container {
	padding-top: 0;
}

.col-brand-container-info {
	margin-left: auto;
	padding-left: 30px;
}

.col-md-p20 {
	width: 20%;
	float: left;
}

.col-client-img {
	display: flex;
	align-items: center;
	height: 100px;
	padding: 5px;
	margin-bottom: 0px;
}

.col-client-img img {
	width: 100%;
}

.col-text-circle {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	padding: 13px 11px;
	background: #ef373e;
	border-radius: 50%;
	color: white;
}

.col-heading-overlay .col-text-head2 {
	line-height: 0.8;
}

.col-heading-overlay .col-text-head2:first-child {
	margin-bottom: 10px;
}

.col-icon-circle {
	display: inline-block;
	background: #ef373e;
	padding: 25px;
	border-radius: 50%;
}

.col-icon-circle img {
	width: 30px;
	height: 30px;
}

.col-form {
	background: #fcfcfc;
	padding: 40px 80px;
}

.col-form .row {
	margin-bottom: 25px;
}

.col-form label {
	color: #8e8e8e;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.8px;
	text-transform: none;
}

.col-form input {
	padding: 15px 14px;
	color: #3a3a3a;
	font-weight: 900;
	font-size: 18px;
	letter-spacing: -0.45px;
}

.col-form textarea {
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: -0.8px;
	color: #3a3a3a;
}

.col-form select {
	border: none;
	padding: 0;
}

.col-form .select {
	padding: 15px;
}

.col-form input[type="file"] {
	display: none;
}

.col-form button[type="submit"] {
	font-size: 20px;
	padding: 16px 48px;
	height: auto;
	background: #000;
	margin-top: 80px;
}

.col-form .col-form-control {
	display: flex;
	flex-direction: column-reverse;
}

.col-form .error ~ label {
	color: red;
}

.col-form-header-icon {
	position: absolute;
	top: 0;
	left: -85px;
	z-index: 100;
}

.col-form-header-icon .col-text-hr {
	width: 40px;
	margin-left: 0;
}

.col-form-file-button {
	background-color: #e1e1e1 !important;
	text-shadow: none;
	padding: 11px 16px;
	height: auto;
}

.col-form-file-button img {
	width: 20px;
	margin-right: 5px;
}

.col-heading-arrow {
	height: 230px;
	border-left: 1px solid #ef373e;
	height: 230px;
	position: absolute;
	top: -150px;
	z-index: 9;
}

.col-heading-arrow:after {
	content: "";
	height: 60px;
	border-left: 1px solid #ef373e;
	bottom: -9px;
	position: absolute;
	transform: rotate(45deg);
	left: 20px;
}

.col-text-keep-all {
	word-break: keep-all;
}

/* add */
.cfl {
	float: left;
}
.cfr {
	float: right;
}
.cfl1 {
	float: left;
	margin-bottom: -25px;
}
.cfl2 {
	float: left;
	width: 195px;
	padding-top: 37px;
	font-weight: 800;
}

.colbox {
	width: 100%;
}

.pcfl {
	float: left;
}
.pcfr {
	float: right;
}

.confw {
	width: 100%;
	max-width: 1920px !important;
}
.confw2 {
	width: 1280px !important;
	margin-left: -65px;
}
.confw3 {
	width: 100%;
	max-width: 1920px !important;
	margin: 0 auto;
}
.conmfw {
	width: 100%;
}
.bgg {
	background-color: #fafafa;
}
.colmgsub {
	margin-left: 106.5px;
}

.bci1 {
	height: 500px !important;
}
.bci2 {
	height: 500px !important;
	float: right;
}

.fw500 {
	font-weight: 600;
}

.maphr {
	width: 355px !important;
	background-color: transparent !important;
	border-top: 1px solid #333 !important;
}

.mgt20 {
	margin-top: 20px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgmt40 {
	margin-top: -40px !important;
}

.pmgt50 {
	margin-top: 50px !important;
}

.pdl0 {
	padding-left: 0px;
}

.pdlt1 {
	padding-left: 63.4px;
}

.bgcb {
	background-color: blue;
}

.cam {
	margin-right: 58px;
}

.reqbtn {
	display: block;
	width: 257px;
	height: 68px;
	background-color: #ef373e;
	color: #fff;
	padding-top: 20px;
	margin-top: 50px;
	cursor: pointer;
}
.reqbtn {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}

.brdbox {
	margin-top: 100px;
	width: 543px;
	margin-bottom: 40px;
}

.brdbtn {
	float: left;
	width: 361px;
	height: 68px;
	background-color: #ef373e;
	color: #fff;
	padding-top: 20px;
	cursor: pointer;
}
.brdbtn {
	font-size: 22px;
	font-weight: normal;
	letter-spacing: normal;
	text-align: center;
}

.brdl {
	float: left;
	width: 30px;
	border-top: 1px solid #ef373e;
	margin-left: 42px;
	margin-top: 31px;
}
.brdr {
	float: left;
	width: 30px;
	border-top: 1px solid #fff;
	margin-left: -361px;
	margin-top: 31px;
}

.brdimg {
	width: 950px !important;
	height: 694px !important;
}

.sc1 {
	float: right;
	margin-right: 24px;
}
.sc2 {
	float: right;
	margin-right: 24px;
}
.sc3 {
	float: right;
	margin-top: -1px;
	margin-right: -10px;
}
.sc4 {
	float: right;
	margin-right: 173px;
	margin-top: -5px;
	color: #8e8e8e;
}

#copyrights .info-details {
	margin-top: 18px;
}

.ytbct {
	margin-top: -8px;
	margin-right: 5px;
}

.vdext {
	width: 1200px !important;
}
.col-text-3a {
	font-size: 28px;
	font-weight: 800;
	color: #ef373e;
	letter-spacing: -1.4px;
	margin-top: -20px;
}

.col-text-3b {
	font-size: 28px;
	font-weight: 800;
	color: #ef373e;
	letter-spacing: -1.4px;
	margin-top: 43px;
	margin-bottom: 63px;
}

.col-text-4b {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
	margin-top: -30px;
	margin-bottom: 80px;
}

.col-text-head3a {
	font-size: 50px;
	font-weight: 900;
	color: #3e3e3e;
	letter-spacing: -1.25px;
	margin-top: 95px;
}

.col-text-head3a2 {
	font-size: 50px;
	font-weight: 900;
	color: #3e3e3e;
	letter-spacing: -1.25px;
	margin-top: 50px;
}

.col-text-head3b {
	font-size: 42px;
	font-weight: 800;
	color: #3e3e3e;
	letter-spacing: -2.1px;
	margin-top: 30px;
}

.col-text-head3c {
	font-size: 48px;
	font-weight: 800;
	color: #ef373e;
	letter-spacing: -2.4px;
	margin-bottom: 10px;
}

.col-text-3a {
	font-size: 26px;
	font-weight: 800;
	color: #ef373e;
	letter-spacing: -1.3px;
}

.col-text-4a {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
	margin-top: 36px;
}

.col-text-5 {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
	line-height: 1.5 !important;
	margin-top: -25px !important;
}

.col-text-6 {
	font-size: 22px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1.1px;
}

.col-text-7 {
	font-size: 22px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: normal;
}

.col-text-7 a {
	color: #ef373e;
	text-decoration: underline;
}

.col-baicon {
	text-align: center;
}

.col-baicon-img1 {
	margin-top: 84.6px;
}
.col-baicon-img2 {
	margin-top: 76.6px;
}
.col-baicon-img3 {
	margin-top: 74.6px;
}
.col-baicon-img4 {
	margin-top: 71.6px;
}

.col-baicon-title {
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.7px;
	color: #ef373e;
	margin-top: 30px;
	border-right: 1px solid #d2d2d2;
}

.col-baicon-text {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -0.85px;
	color: #3a3a3a;
	padding-top: 20px;
	border-right: 1px solid #d2d2d2;
	min-height: 150px;
}

.cam-title {
	font-size: 26px;
	font-weight: 800;
	color: #ef373e;
	letter-spacing: -1.3px;
	margin-top: 20px;
}

.cam-text {
	font-size: 20px;
	font-weight: normal;
	color: #3a3a3a;
	letter-spacing: -1px;
	margin-top: 20px;
}

.col-lits-content-title2 {
	float: left;
	font-size: 24px;
	color: #ef373e;
	font-weight: 900;
	letter-spacing: -0.6px;
	margin-bottom: 5px;
	margin-right: 13.2px;
}

.col-lits-content-text2 {
	float: left;
	font-size: 22px;
	color: #3a3a3a;
	font-weight: 800;
	letter-spacing: -1.1px;
	margin-top: 2px;
}

.col-list-arrow {
	height: 400px;
	border-left: 1px solid #ef373e;
	position: absolute;
	top: 210px;
	margin-left: 40px;
	z-index: 0;
}

.iconl {
	position: absolute;
	top: 616px;
	margin-left: 22px;
}

.col-list-img2 {
	width: 80px;
	height: 80px;
	margin-right: 24px;
}

.zi9 {
	z-index: 9;
}

.bdnone {
	border: none !important;
}

#logo img {
	width: auto;
	max-width: 160px;
	min-width: 80px;
	height: auto;
}

.pbr {
	display: block;
}
.mbr {
	display: none;
}
.tbr {
	display: none;
}

@media (min-width: 1200px) {
	.col-client-img {
		height: 180px;
	}

	.content-wrap {
		padding: 35px 0;
	}
}

@media (min-width: 1025px) and (max-width: 1200px) {
	#header.transparent-header.floating-header .container {
		width: 950px !important;
		padding: 0 15px;
		border-radius: 0;
		background-color: red;
	}

	body.stretched #header.full-header .container {
		padding: 0 5% !important;
	}

	.video-overlay {
		width: 900px !important;
		right: 0;
		margin: auto;
	}
}

@media (max-width: 1024px) {
	.video-overlay {
		width: 95% !important;
		right: 0;
		margin: auto;
	}
}

@media (max-width: 1024px) {
	#header.transparent-header.floating-header .container {
		width: 90% !important;
		padding: 0 5%;
		border-radius: 0;
		background-color: red;
	}

	body.stretched #header.full-header .container {
		width: 100%;
		padding: 0 40px !important;
	}

	.col-text-head1-sup {
		font-size: 50px;
		line-height: 1.2;
	}

	.col-text-head1 {
		font-size: 50px;
	}

	.col-text-head1-sub {
		font-size: 18px;
		letter-spacing: -1.2px;
		line-height: 1.42 !important;
	}

	.col-text-head3 {
		font-size: 36px;
	}

	.col-text1s {
		font-size: 15px;
		letter-spacing: -0.9px;
		margin-left: 15px;
		margin-top: 26px;
	}

	.col-text1d {
		color: #ef373e;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: -1.3px;
		margin-right: 0;
	}

	.col-icon {
		width: 50px;
		height: 50px;
	}

	.col-text2 {
		font-size: 52px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -4px;
	}

	.col-text1 {
		color: #3a3a3a;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -0.45px;
	}

	.col-heading-overlay {
		top: 35%;
	}

	.col-text-heading {
		font-size: 100px;
		line-height: 0.9;
		letter-spacing: -4.5px;
		margin-bottom: 0px;
	}

	.col-text-heading-sub {
		font-size: 20px;
		letter-spacing: normal;
	}

	.col-text-head2 {
		font-size: 50px;
		font-weight: 900;
		color: #ef373e;
		letter-spacing: -1.5px;
	}

	.col-text4 {
		font-size: 16px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1px;
	}

	.col-text-6 {
		font-size: 16px;
	}

	.col-text-7 {
		font-size: 16px;
	}

	.col-text-7 a {
		color: #ef373e;
		text-decoration: underline;
	}

	.cfl1 {
		float: left;
		margin-bottom: -25px;
	}
	.cfl2 {
		float: left;
		width: 135px;
		padding-top: 25px;
		font-weight: 800;
	}
	.cfr {
		float: right;
	}

	.tcfl {
		float: left;
	}
	.tcfl1 {
		margin-bottom: -50px;
	}
	.tcfl2 {
		margin-bottom: -15px;
	}
	.tbr {
		display: block;
	}

	.confw2 {
		width: 100% !important;
		margin-left: 0;
	}

	.sc3 {
		margin-right: 10px;
	}
	.copyrights-menu {
		margin-right: 0px;
	}

	.mmgt10 {
		margin-top: 10px !important;
	}
}

@media (max-width: 768px) {
	#header.transparent-header.floating-header .container {
		width: 950px !important;
		padding: 0 15px;
		border-radius: 0;
	}

	#header {
		background-color: transparent !important;
		padding: 0 !important;
	}
	#header-wrap {
		background-color: transparent !important;
	}

	#side-panel-trigger a {
		width: 48px;
		height: 32px;
		font-size: 48px;
		margin-top: 29px;
		margin-right: 20px;
	}
	#slider {
		margin-top: -70px;
	}

	.mupmmu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background-color: #000;
		padding: 0;
	}

	.mlogo {
		width: auto;
		max-width: 140px;
		min-width: 70px;
		height: auto;
		margin-left: 40px;
		margin-top: 26px;
		margin-bottom: 30px;
	}

	#logo img {
		width: auto;
		max-width: 140px;
		min-width: 70px;
		height: auto;
		margin-left: 0px;
		margin-top: 20px;
	}

	#primary-menu ul {
		padding-bottom: 30px !important;
	}

	#primary-menu ul li {
		height: 60px;
	}

	#primary-menu ul li div {
		padding: 0 30px;
	}

	#primary-menu ul li > a {
		display: block;
		line-height: 1.75;
		padding: 0;
		color: #fff;
		font-weight: 800;
		font-size: 22px;
		letter-spacing: -0.85px;
		text-transform: uppercase;
		font-family: "NanumSquare", sans-serif;
		-webkit-transition: margin 0.4s ease, padding 0.4s ease;
		-o-transition: margin 0.4s ease, padding 0.4s ease;
		transition: margin 0.4s ease, padding 0.4s ease;
	}

	#primary-menu .active {
		background-color: #ef373e !important;
		color: #fff !important;
	}
	#primary-menu .active div {
		color: #fff !important;
	}

	#primary-menu ul li.current > a {
		color: #fff;
	}

	.bci1 {
		width: 100%;
		height: auto !important;
	}
	.bci2 {
		width: 100%;
		height: auto !important;
	}

	.confw2 {
		width: 100% !important;
		margin-left: 0;
	}

	.mbdnone {
		border: none !important;
	}
	.mpd45 {
		padding: 0 90px !important;
	}

	.pmgt50 {
		margin-top: 0px !important;
	}

	.col-list-arrow {
		height: 400px;
		border-left: 1px solid #ef373e;
		position: absolute;
		top: 110px;
		margin-left: 40px;
		z-index: 0;
	}

	.iconl {
		position: absolute;
		top: 584px;
		margin-left: 22px;
	}

	#copyrights .info-details {
		margin-left: 15px;
	}

	.ytbct {
		width: 70px !important;
		margin-top: -7px;
		margin-left: 8px !important;
		margin-right: 5px;
	}

	.mpd17 {
		padding: 0 15px !important;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.col-text1e {
		font-size: 16px;
	}

	#copyrights .footer-container {
		max-width: 1000px;
		margin: auto;
	}

	.ytbct {
		width: 70px !important;
		margin-top: -7px;
		margin-left: 8px !important;
		margin-right: 5px;
	}

	.col-text-head3a {
		font-size: 40px;
		margin-top: 115px;
	}

	.col-text-head3a2 {
		font-size: 40px;
		margin-top: 80px;
	}

	.col-text-3a {
		font-size: 22px;
		margin-top: -20px;
	}

	.col-text-5 {
		font-size: 16px;
		margin-top: -25px !important;
	}

	.col-text-4a {
		font-size: 16px;
		margin-top: 42px;
	}

	.col-baicon-title {
		font-size: 22px;
		margin-top: 30px;
	}

	.col-baicon-text {
		font-size: 14px;
		padding-top: 20px;
		min-height: 150px;
	}

	#copyrights .info-details {
		margin-left: 0px;
	}

	.tcont1 {
		margin-left: 60px !important;
		margin-right: -100px;
	}

	.brdimg {
		width: auto !important;
		height: 487px !important;
	}
	.brdbox {
		margin-top: 100px;
	}

	.col-text-3b {
		font-size: 20px;
		font-weight: 800;
		color: #ef373e;
		letter-spacing: -1.6px;
		margin-top: 24px;
		margin-bottom: 23px;
	}

	.col-list-img2 {
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}

	.col-lits-content-title2 {
		float: left;
		font-size: 20px;
		color: #ef373e;
		font-weight: 900;
		letter-spacing: -0.6px;
		margin-bottom: 5px;
		margin-right: 13.2px;
	}

	.col-lits-content-text2 {
		float: left;
		font-size: 18px;
		color: #3a3a3a;
		font-weight: 800;
		letter-spacing: -1.1px;
		margin-top: 2px;
	}

	.col-list-arrow {
		height: 300px;
		border-left: 1px solid #ef373e;
		position: absolute;
		top: 130px;
		margin-left: 30px;
		z-index: 0;
	}

	.iconl {
		position: absolute;
		top: 436px;
		margin-left: 12px;
	}
}

@media (max-width: 768px) {
	.video-overlay {
		width: 670px !important;
		right: 0;
		margin: auto;
	}
}

@media (max-width: 479px) {
	.contact-btn {
		bottom: 45px;
	}

	.col-creator-name,
	.col-creator-views {
		font-size: 13px;
	}

	.col-creator-views .col-icon {
		width: 18px;
		height: 18px;
	}

	.video-overlay {
		width: 350px !important;
		right: 0;
		margin: auto;
	}

	.container,
	#header.full-header .container,
	.container-fullwidth {
		width: 100% !important;
	}

	.confw2 {
		width: 100% !important;
		margin-left: 0;
	}

	.pbr {
		display: none;
	}
	.tbr {
		display: none;
	}
	.mbr {
		display: block;
	}
	.pcfl {
		clear: both;
	}
	.pcfr {
		clear: both;
	}

	.cfl1 {
		float: left;
		margin-bottom: 0;
	}
	.cfl2 {
		float: right;
		width: auto;
		padding-top: 5px;
	}
	.cfr {
		float: right;
	}
	.cfr2 {
		float: right;
		margin-right: 20px !important;
	}
	.mtar {
		text-align: right;
		margin-top: 0;
		margin-bottom: 30px;
		vertical-align: top;
		line-height: 1;
		margin-right: 20px;
	}
	.colbox {
		margin-bottom: 0px;
		vertical-align: bottom;
		line-height: 0.7;
	}

	.maphr {
		width: 270px !important;
	}

	.mmgml10 {
		margin-left: -10px !important;
	}
	.mmgml20 {
		margin-left: -20px !important;
	}
	.mmgml30 {
		margin-left: -30px !important;
	}
	.mmgml40 {
		margin-left: -40px !important;
	}
	.mmgml50 {
		margin-left: -50px !important;
	}
	.mmgmr10 {
		margin-right: -10px !important;
	}
	.mmgmr20 {
		margin-right: -20px !important;
	}
	.mmgmr30 {
		margin-right: -30px !important;
	}
	.mmgmr40 {
		margin-right: -40px !important;
	}
	.mmgmr50 {
		margin-right: -50px !important;
	}

	.mmgmt10 {
		margin-top: -10px !important;
	}
	.mmgmt20 {
		margin-top: -20px !important;
	}
	.mmgmt30 {
		margin-top: -30px !important;
	}
	.mmgmt40 {
		margin-top: -40px !important;
	}
	.mmgmt50 {
		margin-top: -50px !important;
	}
	.mmgt10 {
		margin-top: 10px !important;
	}
	.mmgt20 {
		margin-top: 20px !important;
	}
	.mmgt30 {
		margin-top: 30px !important;
	}
	.mmgt40 {
		margin-top: 40px !important;
	}
	.mmgt50 {
		margin-top: 50px !important;
	}
	.mmgl10 {
		margin-left: 10px !important;
	}
	.mmgl20 {
		margin-left: 20px !important;
	}
	.mmgl30 {
		margin-left: 30px !important;
	}
	.mmgl40 {
		margin-left: 40px !important;
	}
	.mmgl50 {
		margin-left: 50px !important;
	}
	.mmgr10 {
		margin-right: 10px !important;
	}
	.mmgr20 {
		margin-right: 20px !important;
	}
	.mmgr30 {
		margin-right: 30px !important;
	}
	.mmgr40 {
		margin-right: 40px !important;
	}
	.mmgr50 {
		margin-right: 50px !important;
	}

	.mpdl40 {
		padding-left: 40px !important;
	}
	.mpdr10 {
		padding-right: 25px !important;
	}
	.pdlt1 {
		padding-left: 10px;
	}
	.mpd17 {
		padding: 0 15px !important;
	}
	.mpd20 {
		padding: 0 20px !important;
	}
	.mpd45 {
		padding: 0 45px !important;
	}
	.mbdnone {
		border: none !important;
	}

	.mlst1 {
		letter-spacing: normal;
	}

	.pmgt50 {
		margin-top: 0px !important;
	}

	#header {
		background-color: transparent !important;
		padding: 0 !important;
	}
	#header-wrap {
		background-color: transparent !important;
	}

	#side-panel-trigger a {
		width: 24px;
		height: 16px;
		font-size: 24px;
		margin-top: 29px;
		margin-right: 20px;
	}
	#slider {
		margin-top: -70px;
	}

	.mupmmu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background-color: #000;
		padding: 0;
	}

	.mlogo {
		width: auto;
		max-width: 120px;
		min-width: 60px;
		height: auto;
		margin-left: 25px;
		margin-top: 29px;
		margin-bottom: 30px;
	}

	#logo img {
		width: auto;
		max-width: 120px;
		min-width: 60px;
		height: auto;
		margin-left: -15px;
		margin-top: 10px;
	}

	#primary-menu ul {
		padding-bottom: 30px !important;
	}

	#primary-menu ul li {
		height: 60px;
	}

	#header {
		background-color: transparent !important;
		padding: 0 !important;
	}
	#header-wrap {
		background-color: transparent !important;
	}

	#primary-menu ul li > a {
		display: block;
		line-height: 1.75;
		padding: 0;
		color: #fff;
		font-weight: 800;
		font-size: 22px;
		letter-spacing: -0.85px;
		text-transform: uppercase;
		font-family: "NanumSquare", sans-serif;
		-webkit-transition: margin 0.4s ease, padding 0.4s ease;
		-o-transition: margin 0.4s ease, padding 0.4s ease;
		transition: margin 0.4s ease, padding 0.4s ease;
	}

	#primary-menu .active {
		background-color: #ef373e !important;
		color: #fff !important;
	}
	#primary-menu .active div {
		color: #fff !important;
	}

	#primary-menu ul li.current > a {
		color: #fff;
	}

	#copyrights .footer-container {
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.copyrights-menu {
		margin-bottom: 10px;
		text-align: right;
		margin-top: -5px;
		margin-right: 0px;
	}
	.copyrights-menu a {
		font-size: 12px;
		line-height: 1.2 !important;
	}

	.sc1 {
		height: 12px;
	}
	.sc2 {
		height: 12px;
	}
	.sc3 {
		height: 12px;
		margin-top: -1px;
		margin-right: 10px;
	}
	.sc4 {
		margin-right: 10px !important;
		margin-top: 10px;
		margin-bottom: 10px;
		color: #8e8e8e;
	}

	#copyrights .info-details {
		font-size: 10px;
		margin-left: 10px;
		margin-top: 40px !important;
	}

	.ytbct {
		width: 50px !important;
		margin-top: -7px;
		margin-left: 8px !important;
		margin-right: 5px;
	}

	.content-wrap {
		padding: 35px 0;
	}

	.page-section {
		padding: 35px 10px;
	}

	.reqbtn {
		width: 150px;
		height: 34px;
		background-color: #ef373e;
		color: #fff;
		padding-top: 10px;
		margin-top: 30px;
	}
	.reqbtn {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: normal;
		text-align: center;
	}

	.brdbox {
		margin-top: 10px;
		width: 280px;
	}

	.brdbtn {
		float: left;
		width: 200px;
		height: 34px;
		background-color: #ef373e;
		color: #fff;
		padding-top: 10px;
	}
	.brdbtn {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: normal;
		text-align: center;
	}

	.brdl {
		float: left;
		width: 16px;
		border-top: 1px solid #ef373e;
		margin-left: 32px;
		margin-top: 16px;
	}
	.brdr {
		float: left;
		width: 16px;
		border-top: 1px solid #fff;
		margin-left: -200px;
		margin-top: 16px;
	}

	.cam {
		width: 60px;
		margin-right: 25px;
	}

	.malt1 {
		margin-left: 10px;
	}

	.cam-title {
		font-size: 16px;
		font-weight: 800;
		color: #ef373e;
		letter-spacing: -1.4px;
		margin-top: 10px;
	}

	.cam-text {
		font-size: 11px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.1px;
		margin-top: 10px;
	}

	.col-list-img2 {
		width: 50px;
		height: 50px;
		margin-right: 14px;
	}

	.col-baicon-title {
		font-size: 15px;
		font-weight: 900;
		letter-spacing: -0.75px;
		color: #ef373e;
		margin-top: -15px;
		border-right: 1px solid #d2d2d2;
	}

	.col-baicon-text {
		font-size: 10.5px;
		font-weight: normal;
		letter-spacing: -1.05px;
		color: #3a3a3a;
		padding-top: 10px;
		border-right: 1px solid #d2d2d2;
		min-height: 75px;
	}

	.col-text-head2 {
		font-size: 35px;
		font-weight: 900;
		color: #ef373e;
		letter-spacing: -1.5px;
	}

	.col-text-hr {
		display: inline-block;
		width: 75px;
		margin: 0 -20px 0 8px;
		vertical-align: middle;
		background: #ef373e;
		border-top-color: #ef373e;
	}

	.col-heading-overlay {
		top: 45%;
	}

	.col-text-list-head {
		color: #ef373e;
		font-size: 14px;
		font-weight: 900;
	}

	.col-text-list-head .col-text-hr {
		width: 20px;
		margin: 0 3px;
	}

	.col-text1 {
		color: #3a3a3a;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -0.6px;
	}

	.col-text1d {
		color: #ef373e;
		font-size: 16px;
		font-weight: 800;
		letter-spacing: -1.3px;
		margin-right: 30px;
	}

	.col-list li {
		min-height: 35px;
		margin-bottom: 14px;
	}

	.col-text1s {
		color: #3a3a3a;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: -0.6px;
		margin-left: 0px;
		margin-top: 8px;
	}

	.col-text4 {
		font-size: 13px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.3px;
		margin-top: -10px;
	}

	.col-text4a {
		font-size: 12px;
		font-weight: 800;
		color: #3a3a3a;
		letter-spacing: -1.2px;
		margin-top: -10px;
	}

	.col-text4b {
		font-size: 12px;
		font-weight: 800;
		color: #3a3a3a;
		letter-spacing: -1.2px;
		margin-top: -10px;
	}

	.col-text1e {
		color: #5a5a5a;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: -0.5px;
		line-height: 1.2;
		margin-top: -20px;
	}

	.col-email {
		font-size: 14px;
		font-weight: 900;
		letter-spacing: normal;
		text-decoration: underline !important;
	}

	.col-lits-content-title2 {
		float: left;
		font-size: 14px;
		color: #ef373e;
		font-weight: 900;
		letter-spacing: -0.65px;
		margin-bottom: 3px;
		margin-right: 7px;
	}

	.col-lits-content-text2 {
		float: left;
		font-size: 14px;
		color: #3a3a3a;
		font-weight: 800;
		letter-spacing: -1.3px;
		margin-top: 0px;
	}

	.col-list-arrow {
		height: 325px;
		border-left: 1px solid #ef373e;
		position: absolute;
		top: 100px;
		margin-left: 25px;
		z-index: 0;
	}

	.iconl {
		position: absolute;
		top: 390px;
		margin-left: 16px;
		width: 20px;
	}

	#copyrights .nav-details .col-email {
		color: #8e8e8e;
		margin-left: 0px;
		padding-top: 3px;
	}

	#copyrights .info-details img {
		width: 90px;
		margin-top: -5px;
	}

	.col-heading-arrow {
		height: 125px;
		border-left: 1px solid #ef373e;
		position: absolute;
		top: -65px;
		z-index: 9;
	}

	.col-icon {
		width: 35px;
		height: 35px;
	}

	.col-text-heading {
		font-size: 58px;
		line-height: 0.9;
		letter-spacing: -4.5px;
		margin-bottom: 0px;
	}

	.col-text-head1-sup,
	.col-text-head1 {
		font-size: 30px;
		letter-spacing: -2.5px;
		line-height: 1.4;
	}

	.col-text-head1-sup {
		margin-bottom: 0px;
	}

	.col-text-heading-sub {
		font-size: 17px;
		letter-spacing: normal;
		margin-top: 0px;
	}

	.col-text-head1-sub {
		font-size: 15px;
		letter-spacing: -1.3px;
		line-height: 1.46 !important;
	}

	.col-text-head3a {
		font-size: 28px;
		font-weight: 900;
		color: #3e3e3e;
		letter-spacing: -1.3px;
		margin-top: 20px;
	}

	.col-text-head3a2 {
		font-size: 28px;
		font-weight: 900;
		color: #3e3e3e;
		letter-spacing: -1.3px;
		margin-top: 20px;
	}

	.col-text-head3b {
		font-size: 24px;
		font-weight: 800;
		color: #3e3e3e;
		letter-spacing: -2.1px;
		margin-top: 0px;
	}

	.col-text-head3c {
		font-size: 28px;
		font-weight: 800;
		color: #ef373e;
		letter-spacing: -2.4px;
		margin-bottom: 10px;
	}

	.col-text-3a {
		font-size: 18px;
		font-weight: 800;
		color: #ef373e;
		letter-spacing: -1.6px;
		margin-top: -10px;
	}

	.col-text-3b {
		font-size: 20px;
		font-weight: 800;
		color: #ef373e;
		letter-spacing: -1.6px;
		margin-top: 34px;
		margin-bottom: 33px;
	}

	.col-text-4a {
		font-size: 12px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.2px;
		margin-top: 10px;
	}

	.col-text-4b {
		font-size: 14px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.3px;
		margin-top: -20px;
		margin-bottom: 40px;
	}

	.col-text-5 {
		font-size: 12px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.2px;
		line-height: 1.33 !important;
		margin-top: -20px !important;
	}

	.col-text-6 {
		font-size: 12px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: -1.2px;
	}

	.col-text-7 {
		font-size: 12px;
		font-weight: normal;
		color: #3a3a3a;
		letter-spacing: normal;
		letter-spacing: -0.5px;
	}

	.col-icon-text-container {
		margin-top: 20px;
	}

	.col-contact-container .col-text3 {
		font-size: 16px;
	}

	.col-contact-container .col-text3 .col-text-hr {
		width: 30px;
		margin: 0 5px;
	}

	.col-contact-container .col-btn-outline {
		font-size: 16px;
		padding: 6px;
		margin-left: -12px;
	}

	.col-contact-container .container {
		width: 350px !important;
	}

	#section-contact .gmap {
		width: 100%;
		height: 350px;
		margin-top: 20px;
	}

	.col-creator-img {
		width: 120px;
		height: 120px;
	}

	.col-btn-outline {
		text-align: center;
		padding: 10px 40px;
		min-width: 80px;
	}

	.col-brand-container .col-md-6 {
		margin-bottom: 20px;
	}

	.col-brand-cliens-container .container {
		margin-right: 0;
	}

	.col-overlay-text.col-text-head2 {
		font-size: 26px;
	}

	.col-text-head2 .col-overlay-text2 {
		font-size: 32px;
		font-weight: 900;
		letter-spacing: -1.5px;
	}

	.col-overlay-text {
		left: -22px;
		margin-bottom: 10px;
	}

	.col-list-img {
		width: 60px;
		height: 60px;
	}

	.col-client-img {
		height: 50px;
		padding: 5px;
	}

	.col-text-circle {
		margin-bottom: 20px;
	}

	.col-login-slider-header {
		height: 420px;
	}

	.col-login-slider-header img {
		height: 420px;
	}

	.col-form {
		padding: 10px;
	}

	.col-form-header-icon .col-text-hr {
		transform: rotate(90deg);
		position: absolute;
		bottom: 0;
		left: 11px;
	}

	.col-form-header-icon {
		left: 10px;
		top: -80px;
	}

	.col-form-file-button {
		padding-left: 10px;
		padding-right: 10px;
	}

	.col-text-head3 {
		font-size: 28px;
	}

	.col-heading-overlay .col-text-head2 {
		font-size: 45px;
		line-height: 0.9;
	}

	.col-text-head2 {
		line-height: 1;
	}

	.col-icon-circle {
		padding: 15px;
		border-radius: 50%;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	.col-icon-circle img {
		width: 20px;
		height: 20px;
	}
}

@media (min-width: 480px) and (max-width: 991px) {
	.video-overlay {
		width: 90% !important;
		right: 0;
		margin: auto;
	}

	#header {
		background-color: transparent !important;
		padding: 0 !important;
	}
	#header-wrap {
		background-color: transparent !important;
	}

	#side-panel-trigger a {
		width: 24px;
		height: 16px;
		font-size: 24px;
		margin-top: 29px;
		margin-right: 20px;
	}
	#slider {
		margin-top: -70px;
	}

	.mupmmu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		margin: 0 auto;
		background-color: #000;
		padding: 0;
	}

	.mlogo {
		width: auto;
		max-width: 120px;
		min-width: 60px;
		height: auto;
		margin-left: 25px;
		margin-top: 29px;
		margin-bottom: 30px;
	}

	#logo img {
		width: auto;
		max-width: 120px;
		min-width: 60px;
		height: auto;
		margin-left: -15px;
		margin-top: 10px;
	}

	#primary-menu ul {
		padding-bottom: 30px !important;
	}

	#primary-menu ul li {
		height: 60px;
	}

	#primary-menu ul li div {
		padding: 0 30px;
	}
}

@media (max-width: 393px) {
	.video-overlay {
		width: 90% !important;
		right: 0;
		margin: auto;
	}

	.col-heading-overlay {
		top: 35%;
	}

	.col-text-list-head {
		font-size: 12px;
	}

	.col-text-list-head .col-text-hr {
		width: 20px;
		margin: 0 3px;
	}

	.col-text1 {
		font-size: 12px;
	}

	.maphr {
		width: 100% !important;
	}
	.col-icon-circle {
		padding: 15px;
		border-radius: 50%;
		margin-left: 5px;
		margin-bottom: 10px;
	}
	.col-icon-circle img {
		width: 20px;
		height: 20px;
	}
}

/* new Notion CTA button index */
.cta-btn-default {
	display: inline-block;
	padding: 10px 14px;
	background-color: #97d0cb;
	color: #000;
	font-size: 16px;
	font-weight: 800;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s ease;
}

/* Mobile-specific footer logo sizing - maintain aspect ratio */
@media (max-width: 768px) {
	#copyrights .info-logo img {
		max-height: 40px !important;
		max-width: 120px !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
	}
}

@media (max-width: 480px) {
	#copyrights .info-logo img {
		max-height: 36px !important;
		max-width: 100px !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
	}
}

@media (max-width: 375px) {
	#copyrights .info-logo img {
		max-height: 32px !important;
		max-width: 90px !important;
		width: auto !important;
		height: auto !important;
		object-fit: contain !important;
	}
}
