@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-T.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-L.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-DL.woff") format("woff");
	font-weight: 350;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-R.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-M.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-B.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Noto Sans KR";
	src: url("../fonts/NotoSansKR-EB.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-L.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-R.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-M.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-SB.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-B.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "OpenSans";
	src: url("../fonts/OpenSans-EB.woff") format("woff");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 100;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Thin.otf)
		format('opentype');
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 300;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Light.otf)
		format('opentype');
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 400;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Regular.otf)
		format('opentype');
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 500;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Medium.otf)
		format('opentype');
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 700;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Bold.otf)
		format('opentype');
}

@font-face {
	font-family: 'Noto Sans SC';
	font-style: normal;
	font-weight: 900;
	src: url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff2)
		format('woff2'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.woff)
		format('woff'),
		url(//fonts.gstatic.com/ea/notosanssc/v1/NotoSansSC-Black.otf)
		format('opentype');
}

:root {
	--bs-primary: #02C6CC;
	--bs-primary-rgb: 2, 198, 204;
	--bs-link-color: #02C6CC;
	--swiper-theme-color: #02C6CC;
}

.album-release {
	max-width: 274px;
}

@media ( max-width : 991px) {
	.album-release {
		max-width: 100%;
	}
}

.album-thumb {
  width: 274px;           
  aspect-ratio: 1 / 1;      
  overflow: hidden;
  flex-shrink: 0;
}

.album-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .album-thumb {
    width: 42vw;
    max-width: 274px;
  }
}

@media ( max-width : 767px) {
	 .album-thumb {
    width: 100%;
    max-width: 100%;
  }
}
/* Lang dropdown hover functionality - only for desktop */
@media ( min-width : 992px) {
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

/* Desktop Lang dropdown width */
@media ( min-width : 992px) {
	.action-btns .dropdown-menu {
		min-width: 150px !important;
		width: 150px !important;
	}
	.action-btns .dropdown-grid {
		width: 100% !important;
	}
}

/* Mobile Lang dropdown full width styling */
@media ( max-width : 991px) {
	.offcanvas-body .nav-item.dropdown {
		list-style: none !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
	}
	.offcanvas-body .nav-item.dropdown .nav-link {
		width: 100% !important;
		display: flex !important;
		justify-content: space-between !important;
		align-items: center !important;
		text-align: left !important;
		padding: 0.75rem 1rem !important;
		/* border-bottom: 1px solid #e5e5e5; */
		margin-left: 0 !important;
	}
	.offcanvas-body .nav-item.dropdown .dropdown-menu {
		width: 100% !important;
		min-width: 100% !important;
		left: 0 !important;
		transform: none !important;
	}
}

/* 디자인 적용 */
.main-menu li a.nav-link {
	font-family: 'Noto Sans KR', sans-serif;
	padding: .85rem 1.5rem;
}

.navbar-dark .main-menu li a.nav-link, .navbar-dark .action-btns a.btn-link
	{
	color: #444444;
	font-weight: 800;
}

.ff-open-sans {
	font-family: 'OpenSans', sans-serif;
}

.ff-noto-sans {
	font-family: 'Noto Sans KR', sans-serif;
}

.mt-header {
	margin-top: 90px;
}

.mb-half {
	margin-bottom: 0.125rem !important;
}

.ptb-200 {
	padding: 200px 0;
}

.ptb-280 {
	padding: 280px 0;
}

@media ( max-width : 768px) {
	.mt-header {
		margin-top: 77px;
	}
}

@media ( min-width : 320px) and (max-width: 991px) {
	.ptb-200 {
		padding: 100px 0;
	}
	.ptb-280 {
		padding: 140px 0;
	}
}

.integration-list li .single-integration {
	display: flex;
	align-items: center;
	justify-content: center;
	/* width: 80px;   원하는 최대 박스 크기로 조정 (예: 80px) */
	height: 120px;
	overflow: hidden;
	padding: 20px 30px;
}

.integration-list li .single-integration img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* 비율 유지하면서 박스 안에 최대한 채움 */
	object-position: center;
	max-width: none;
	max-height: 50px;
}

.office-content-transparent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.office-info-transparent {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 38%;
	flex: 0 1 38%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(70%);
	transform: translateY(70%);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.text-gray68 {
	color: rgb(68, 68, 68) !important;
}

.article-title:hover, a:hover, btn-link:hover {
	color: var(--bs-primary) !important;
}

.avatar-name:hover {
	color: var(--bs-heading-color, inherit);
}

.page-item.active .page-link {
	background-color: #444444 !important;
	color: white !important;
	border-color: transparent;
}

.btn-soft-primary {
	color: #fff;
	background-color: rgba(68, 68, 68, .15);
	border-color: rgba(68, 68, 68, .15);
}

.btn-soft-primary:hover {
	background-color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: white !important;
}

.btn-primary {
	color: #fff;
	background-color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
	background-color: var(--bs-primary) !important;
	border-color: var(--bs-primary) !important;
	color: white !important;
}

.sc-team-card:hover h5 {
	color: var(--bs-primary) !important;
}

.dropdown-grid-item .drop-title {
	font-family: "Noto Sans SC", "Noto Sans KR";
}

.dropdown-grid-item a:hover div.drop-title {
	color: var(--bs-primary) !important;
}

.video-bg-with-icon a {
	color: var(--bs-primary);
}

.video-bg-with-icon a:hover {
	background-color: var(--bs-primary) !important;
	color: white !important;
}

.support-article-tab.nav-pills .nav-link.active, .support-article-tab.nav-pills .show>.nav-link
	{
	color: var(--bs-primary);
}

.support-article-tab button.nav-link:hover, .support-article-tab a:hover
	{
	color: var(--bs-primary) !important;
}

.appTwoReviewSwiper-Controller .swiper-button-prev:hover,
	.appTwoReviewSwiper-Controller .swiper-button-next:hover {
	background-color: var(--bs-primary);
}

.album-product-description {
	text-align: center;
}

.album-product-description img {
	max-width: 100%;
}

@media ( max-width : 991px) {
	.app-two-download-cta ul li {
		margin-top: 15px;
		margin-right: 0 !important;
	}
}

@media ( min-width : 992px) {
	section.project-detail {
		background-position: bottom center !important;
	}
}

@media ( max-width : 991px) {
	section.project-detail {
		background-position: center !important;
		background-size: cover !important;
	}
}

/* Help Desk Article Styles - 항상 primary color 유지 */
a:hover .support-article-title {
	color: var(--bs-primary) !important;
}

.read-more-link, .read-more-link i {
	color: var(--bs-primary) !important;
}

/* Desktop Navigation Styles - 항상 logo-color 표시 */
@media ( min-width : 992px) {
	.navbar-light.sticky-header .logo-color, .navbar-dark.sticky-header .logo-color
		{
		display: inline-block !important;
	}
	.navbar-light.sticky-header .logo-white, .navbar-dark.sticky-header .logo-white
		{
		display: none !important;
	}
}

/* Mobile Navigation Styles */
@media ( max-width : 991px) {
	/* affix가 붙은 경우 - 햄버거 메뉴 검은색 */
	.navbar-light.sticky-header.affix .navbar-toggler .flaticon-menu,
		.navbar-dark.sticky-header.affix .navbar-toggler .flaticon-menu {
		color: #000 !important;
	}

	/* affix가 안 붙은 경우 - 햄버거 메뉴 하얗게 */
	.navbar-light.sticky-header:not(.affix) .navbar-toggler .flaticon-menu,
		.navbar-dark.sticky-header:not(.affix) .navbar-toggler .flaticon-menu
		{
		color: #fff !important;
	}

	/* affix가 안 붙은 경우 - 로고 white 보이기, color 숨기기 */
	.navbar-light.sticky-header:not(.affix) .logo-white, .navbar-dark.sticky-header:not(.affix) .logo-white
		{
		display: inline-block !important;
	}
	.navbar-light.sticky-header:not(.affix) .logo-color, .navbar-dark.sticky-header:not(.affix) .logo-color
		{
		display: none !important;
	}

	/* affix가 붙은 경우 - 로고 color 보이기, white 숨기기 */
	.navbar-light.sticky-header.affix .logo-white, .navbar-dark.sticky-header.affix .logo-white
		{
		display: none !important;
	}
	.navbar-light.sticky-header.affix .logo-color, .navbar-dark.sticky-header.affix .logo-color
		{
		display: inline-block !important;
	}

	/* initial-logo-color: 밝은 배경 페이지 - affix 없어도 컬러 로고 */
	.navbar-light.sticky-header.initial-logo-color:not(.affix) .logo-white,
		.navbar-dark.sticky-header.initial-logo-color:not(.affix) .logo-white
		{
		display: none !important;
	}
	.navbar-light.sticky-header.initial-logo-color:not(.affix) .logo-color,
		.navbar-dark.sticky-header.initial-logo-color:not(.affix) .logo-color
		{
		display: inline-block !important;
	}
	.navbar-light.sticky-header.initial-logo-color:not(.affix) .navbar-toggler .flaticon-menu,
		.navbar-dark.sticky-header.initial-logo-color:not(.affix) .navbar-toggler .flaticon-menu
		{
		color: #000 !important;
	}
}

.single-logo {
	text-align: center;
}

footer div.bg-darkgray {
	background-color: #3b3b3b !important;
}

footer div.copyright-text.text-white p {
	color: #FFFFFF !important;
}

.footer-social-list li a {
	color: #FFFFFF !important;
}

.nav-pills .nav-link:not(.active) {
	color: #444444 !important;
}

.single-related-product>a h5 {
	color: #444444 !important;
}

.single-related-product>a:hover h5 {
	color: var(--bs-primary) !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.clamp-wrapper {
	position: relative;
}

.clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: clip !important;
}

p, h2 {
	word-break: keep-all !important;
}

.text-title {
	color: #444444;
}

.swiper-pagination-bullet {
	background: #444444 !important;
}

.page-link {
	color: #444444 !important;
}

.album-product-description div[style*="border-top"] {
	display: none !important;
}

.album-hero-section {
	background-image: url(../img/album_hero_260116.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 180px 0;
}

.album-hero-section .ail-hero-title {
	word-break: keep-all;
	line-height: 1;
	margin-bottom: 40px;
}

.album-hero-section p {
	word-break: keep-all;
	line-height: 1.4;
	font-size: 1.25rem;
}

@media ( max-width : 991px) {
	.album-hero-section {
		background-image: url(../img/album_hero_mobile_260116.png);
		padding: 110px 0;
	}
	.album-hero-section .ail-hero-title {
		word-break: keep-all;
		line-height: 1;
		margin-bottom: 20px;
	}
	.album-hero-section p {
		font-size: 1.1rem;
	}
}

.app-hero-section {
	background-image: url(../img/app_hero_260116.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 180px 0;
}

.app-hero-section .ail-hero-title {
	word-break: keep-all;
	line-height: 1;
	margin-bottom: 40px;
}

.app-hero-section p {
	word-break: keep-all;
	line-height: 1.4;
	font-size: 1.25rem;
}

@media ( max-width : 991px) {
	.app-hero-section {
		padding: 80px 0;
	}
	.app-hero-section .ail-hero-title {
		word-break: keep-all;
		line-height: 1;
		margin-bottom: 20px;
	}
	.app-hero-section p {
		font-size: 1.1rem;
	}
}

.portfolio-hero-section {
	background-image: url(../img/portfolio_hero_260116.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 180px 0;
}

.portfolio-hero-section .ail-hero-title {
	word-break: keep-all;
	line-height: 1;
	margin-bottom: 40px;
}

.portfolio-hero-section p {
	word-break: keep-all;
	line-height: 1.4;
	font-size: 1.25rem;
}

@media ( max-width : 991px) {
	.portfolio-hero-section {
		padding: 120px 0;
	}
	.portfolio-hero-section .ail-hero-title {
		word-break: keep-all;
		line-height: 1;
		margin-bottom: 20px;
	}
	.portfolio-hero-section p {
		font-size: 1.1rem;
	}
}

.qr-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.qr-header h1 {
	margin: 0;
	white-space: nowrap;
	color: #444444;
}

.qr-header img {
	max-width: 50%;
	height: auto;
}

.navi-close {
	cursor: pointer;
}

.album-type-pill {
	display: inline-block;
	border-radius: var(--bs-border-radius-pill);
	line-height: 1;
	padding-right: 1.5rem;
	padding-left: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.7rem;
}

.album-type-pill:not(:last-child) {
	margin-inline-end: 0.3rem;
	margin-right: 0.3rem;
}

.counter-box .single-counter-box {
	width: 100%;
}

.transheader {
	white-space: normal !important;
	word-break: normal !important;
	line-break: strict;
	display: inline-block;
	max-width: 100%;
}

.portfolio-type:hover {
	filter: brightness(0.7) !important;
	transition: 0.3s ease !important;
	color: black !important;
}

.hero-main .slider {
	background:
		url(https://testimg.nemoz.io/renewal/home_main_banner_02.png)
		no-repeat center center;
}

.hero-main .slider .hero-content {
	height: 320px;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.0;
}

@media ( max-width : 991px) {
	.hero-main .slider {
		background-image:
			url(https://testimg.nemoz.io/renewal/home_main_banner_mobile.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		padding: 50px 0;
	}
	.hero-main .slider .hero-content img {
		height: 170px;
	}
}
.logo{
	max-width : 90px;
	width: 90px;
}