body{
	font-family: "Noto Sans KR", sans-serif;
	margin: 0px;
	padding: 0px;
}
.ko {
	font-family: "Noto Sans KR", sans-serif;
}


@media only screen and (min-width: 300px) and (max-width: 1200px){

	.menu-container #menu-open{
		display: none;
	}
	.nav-top {
	  display: flex;
	  align-items: center;
	  background-color: #fff;
	  padding: 15px 20px;
	  justify-content: space-between;
	}

	.nav-bottom {
	  display: flex;
	  width: 100%;
	  align-items: center;
	  justify-content: space-between;
	  padding-bottom: 15px;
	}

	.nav-right {
	  display: flex;
	  align-items: center;
	}

	/* 추가수정 */
	.navbar {
	  background: #fff;
	  width: 100%;
	  margin: 0 auto;
	}
	.navbar a {
	  text-decoration: none;
	  color: #666;
	  
	}
	.logo a{
		color: #000;
	}
	.nav-left {
	  display: flex;
	  align-items: center;
	  gap: 15px;
	}
    .nav-bottom {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 15px;
    }
    .nav-left {
        display: flex;
        align-items: center;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
		padding-left: 20px;
    }

	.nav-links {
	  display: flex;
	  align-items: center;
	  font-size: 12px;
	}

	.nav-top .logo {
	  font-size: 32px;
	  font-weight: 700;
	}
	.hamburger {
	  color: #000;
	  font-size: 20px;
	}

	.cart-icon {
	  padding-left: 20px;
	  display: flex;
	  align-items: center;
	}
	.cart-icon {
	  position: relative;
	  padding-left: 20px;
	}
	.cart-icon img {
	  padding-left: 15px;
	  width: 32px;
	}
	.cart-icon .fi {
	  padding-left: 15px;
	  width: 18px;
	  font-size: 18px;
	  font-weight: 600;
	  color: #000;

	}
	.cart-badge {
	  position: absolute;
	  top: 0;
	  right: -3px;
	  background-color: red;
	  color: white;
	  border-radius: 50%;
	  padding: 1px 4px;
	  font-size: 10px;
	  line-height: 1;
	}
	.nav-links a:not(:last-child)::after {
	  content: "|";
	  margin: 0 5px;
	  color: #ddd;
	  font-size: 9px;
	  line-height: 1.2;
	}
	.nav-wrap {
	  position: sticky;
	  display: flex;
	  border-bottom: 1px solid #ddd;
	}



	/* 기본 링크 스타일 */
	.nav-left a {
		color: #686868;
		font-weight: 500;
		font-size: 13px;
		box-sizing: border-box;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}








	/*
	 * -------------------------------
	 *  swiper 슬라이드
	 * -------------------------------
	*/

	swiper-container {
	  width: 100%;
		  height: 550px;
	}

	swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	swiper-slide img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}	



	/*
	 * -------------------------------
	 *  slick 슬라이드
	 * -------------------------------
	*/

	.slick-next,
	.slick-prev {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: 0;
		background: 0 0;
	}

	.main-class .slick-slide {
		margin: 0 10px;
		/* 원하는 간격으로 조정 */
	}
	.class-banner .slick-slide {
		margin: 0 10px;
		/* 원하는 간격으로 조정 */		
	}
	.class-banner .item{
		width: 595px;
	}




	.nav-wrap {
		position: sticky;
		top: 0;
		z-index: 99;
		background: #fff;
		transition: padding 0.3s ease;
	}
	.nav-wrap.sticky-active {
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}

	/*
	 * -------------------------------
	 *  sticky
	 * -------------------------------
	*/
	.nav-top {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
	}

	.nav-left a {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
	}

	.dropdown-menu li a {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
		font-size: 14px;
	}
	.sticky-active .nav-top{
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.sticky-active .nav-bottom {
		padding-top: 0px;
		padding-bottom: 5px;
	}




	/*
	 * -------------------------------
	 *  상단 아이콘
	 * -------------------------------
	*/

	.cart-icon img {
		width: 22px;
	}	


	.over-background {
		background-color: #00000094;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: none;
	}



	/*
	 * -------------------------------
	 *  슬라이드 
	 * -------------------------------
	*/
	.sct_wrap {
		/*padding: 20px;*/
	}
	.sct_img img{
		width: 100%;
		max-width: 100%;
		height: auto;
	}

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


}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {


	#menu-open-mobile{
		display: none;
	}
	.nav-top {
	  display: flex;
	  align-items: center;
	  background-color: #fff;
	  padding: 15px 0px;
	  justify-content: space-between; /* 좌우로 나눔 */
	}

	.nav-bottom {
	  display: flex;
	  width: 1200px;
	  align-items: center;
	  justify-content: space-between;
	}

	.nav-right {
	  display: flex;
	  align-items: center;
	}

	/* 추가수정 */
	.navbar {
	  background: #fff;
	  width: 1200px;
	  margin: 0 auto;
	}
	.navbar a {
	  text-decoration: none;
	  color: #666;
	  
	}
	.logo a{
		color: #000;
	}
	.nav-left {
	  display: flex;
	  align-items: center;
	  gap: 50px;
	}



	.nav-links {
	  display: flex;
	  align-items: center;
	  font-size: 12px;
	}

	.nav-top .logo {
	  font-size: 32px;
	  font-weight: 700;
	}
	.hamburger {
	  color: #000;
	  font-size: 20px;
	}

	.cart-icon {
	  padding-left: 20px;
	  display: flex;
	  align-items: center;
	}
	.cart-icon {
	  position: relative;
	  padding-left: 20px;
	}
	.cart-icon img {
	  padding-left: 40px;
	  width: 32px;
	}
	.cart-icon .fi {
	  padding-left: 40px;
	  width: 32px;
	}
	.cart-badge {
	  position: absolute;
	  top: 0;
	  right: -3px;
	  background-color: red;
	  color: white;
	  border-radius: 50%;
	  padding: 1px 4px;
	  font-size: 10px;
	  line-height: 1;
	}
	.nav-links a:not(:last-child)::after {
	  content: "|";
	  margin: 0 5px;
	  color: #ddd;
	  font-size: 9px;
	  line-height: 1.2;
	}
	.nav-wrap {
	  position: sticky;
	  display: flex;
	  border-bottom: 1px solid #ddd;
	}




	/* 기본 링크 스타일 */
	.nav-left a {
		color: #686868;
		font-weight: 500;
		font-size: 16px;
		padding: 20px 0;
		box-sizing: border-box;
		text-decoration: none;
		position: relative;
		display: inline-block;
	}

	/* 마우스 오버 시 하단바 효과 a 태그의 menu-1 클래스 */
	.nav-left .menu-1::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 3px;
		background-color: #454545;
		transition: background-color 0.3s ease;
		opacity: 0;
	}
	/* 마우스 오버 시 효과 표시 */
	.nav-left .menu-1:hover::after {
		opacity: 1;
	}




	.carts{
		position: relative;
	}



	/*
	 * -------------------------------
	 *  swiper 슬라이드
	 * -------------------------------
	*/

	swiper-container {
	  width: 100%;
		  height: 550px;
	}

	swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	swiper-slide img {
	  display: block;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}	




	/*
	 * -------------------------------
	 *  slick 슬라이드
	 * -------------------------------
	*/

	.slick-next,
	.slick-prev {
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 50%;
		display: block;
		width: 30px;
		height: 30px;
		padding: 0;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		cursor: pointer;
		color: transparent;
		border: none;
		outline: 0;
		background: 0 0;
	}

	.main-class .slick-slide {
		margin: 0 10px;
		/* 원하는 간격으로 조정 */
	}
	.class-banner .slick-slide {
		margin: 0 10px;
		/* 원하는 간격으로 조정 */		
	}
	.class-banner .item{
		width: 595px;
	}




	.nav-wrap {
		position: sticky;
		top: 0;
		z-index: 99;
		background: #fff;
		transition: padding 0.3s ease;
	}
	.nav-wrap.sticky-active {
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	}

	/*
	 * -------------------------------
	 *  sticky
	 * -------------------------------
	*/
	.nav-top {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
	}

	.nav-left a {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
	}

	.dropdown-menu li a {
		transition: padding 0.3s ease; /* 애니메이션 추가 */
		font-size: 14px;
	}
	.sticky-active .nav-top{
		padding-top: 5px;
		padding-bottom: 0px;
	}
	.sticky-active .nav-bottom {
		padding-top: 0px;
	}


	/*
	 * -------------------------------
	 *  상단 아이콘
	 * -------------------------------
	*/

	.cart-icon img {
		width: 22px;
	}	
	.fi{
		font-size: 22px;
		font-weight: 600;
		color: #000;
	}


	.over-background {
		background-color: #00000094;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		display: none;
	}

}

/*
 * -------------------------------
 *  슬라이드
* -------------------------------
*/

swiper-container {
	width: 100%;
	height: 100%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*  1024 이상일때 고정크기로 유지 */
@media (min-width: 1024px) {
	swiper-slide img {
		height: 620px;
	}
}	




/* 모바일기기 1 */
@media only screen and (min-width: 300px) and (max-width: 1200px){
	.title_v {
		position: absolute;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.title_v .title_1{
		font-size: 14px;
		text-align: left;
	}
	.title_v .title_2{
		font-size: 20px;
		text-align: left;
		font-weight: 700;
		margin-top: 0px;
	}
	.title_m {
		position: absolute;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.title_m .title_1{
		font-size: 14px;
		text-align: left;
	}
	.title_m .title_2{
		font-size: 20px;
		text-align: left;
		font-weight: 700;
		margin-top: 0px;
	}	
	button.btn_main {
		display: inline-block;
		margin: 0;
		padding: 7px;
		border: 1px solid #581ce9;
		background: #581ce9;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		padding: 5px 16px;
		font-size:14px;
	}
}
/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.title_v {
		position: absolute;
		width: 1200px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.title_v .title_1{
		font-size: 20px;
		text-align: left;
	}
	.title_v .title_2{
		font-size: 42px;
		text-align: left;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	button.btn_main {
		display: inline-block;
		margin: 0;
		padding: 7px;
		border: 1px solid #581ce9;
		background: #581ce9;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		padding: 10px 25px;
	}
	.title_m {
		position: absolute;
		width: 1200px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.title_m .title_1{
		font-size: 20px;
		text-align: left;
		color: #fff;
	}
	.title_m .title_2{
		font-size: 42px;
		text-align: left;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 20px;
		color: #fff;
	}
	.title_m button.btn_main {
		display: inline-block;
		margin: 0;
		padding: 7px;
		border: 1px solid #581ce9;
		background: #581ce9;
		color: #fff;
		text-decoration: none;
		border-radius: 5px;
		padding: 10px 25px;
	}	

}



/* 애니메이션 */
/*
@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.title_1, .title_2, .title_btn {
	opacity: 0;
}

.title_1 {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.3s;
}

.title_2 {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.6s;
}

.title_btn {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 1.2s;
}

.title_2 span{
	color: #581ce9;
}
*/

/* 애니메이션 */
/*
@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.title_1, .title_2, .title_btn {
	opacity: 0;
}

.title_1.animate {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.3s;
}

.title_2.animate {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.6s;
}

.title_btn.animate {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 1.2s;
}

.title_2 span {
	color: #581ce9;
}
*/


/* 애니메이션 */
/*
@keyframes slideUp {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.title_1, .title_2, .title_btn {
    opacity: 0;
    transform: translateY(100%);
}

.title_1.animate, .title_2.animate, .title_btn.animate {
    opacity: 1;
    transform: translateY(0);
    animation: slideUp 1s ease-out forwards;
}

.title_1.animate {
    animation-delay: 0.3s;
}

.title_2.animate {
    animation-delay: 0.6s;
}

.title_btn.animate {
    animation-delay: 1s;
}

.title_2 span {
    color: #581ce9;
}
*/






/*
 * -------------------------------
 *  메인 별점
 * -------------------------------
*/
/*
.sct_li .sct_star {
    margin: 10px 0 5px;
    position: absolute;
	bottom: 60px;
}
*/

/*
 * -------------------------------
 *  모바일시 텍스트
 * -------------------------------
*/
@media only screen and (max-width: 768px) {
    .text-mobile {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}




/*
 * -------------------------------
 *  2,3차 드롭다운메뉴
 * -------------------------------
*/

/*
.nav-wrap {
    position: relative;
    z-index: 99;
    background: #fff;
}
*/

.nav-wrap {
	position: sticky;
	top: 0;
    z-index: 9;
    background: #fff;
	transition: padding 0.3s ease;
}
.nav-wrap.sticky-active {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.menu-container {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    background: #f9f9f9;
    width: 200px;
    font-size: 14px;
    position: relative;
}

.dropdown-menu li.dots > a::after {
    content: '▶';
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-menu li.has-submenu > a {
    padding-right: 30px;
}

.dropdown-menu li a:hover {
    background: #eee;
}

.menu-container:hover .dropdown-menu {
    display: block;
}

.submenu-2rd {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1001;
}

.submenu-2rd li a {
    padding: 10px;
    text-decoration: none;
    color: black;
    background: #f9f9f9;
    font-size: 14px;
    position: relative;
}

.submenu-2rd li.dots > a::after {
    content: '▶';
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}




/* 하위 메뉴가 없는 항목에는 화살표를 숨김 */
.submenu-2rd li:not(.dots) > a::after {
    content: ''; /* 화살표 제거 */
}

.submenu-3rd li.has-submenu > a::after {
    content: '';
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.submenu-2rd li a {
    padding-right: 30px;
}

.submenu-2rd li a:hover {
    background: #eee;
}

.has-submenu{
	position: relative;
}

.has-submenu:hover .submenu-2rd {
    display: block;
}

.submenu-3rd {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    z-index: 1002;
}

.submenu-3rd li a {
    padding: 10px;
    text-decoration: none;
    color: black;
    background: #f9f9f9;
    font-size: 14px;
}

.submenu-3rd li a {
    padding-right: 30px;
}

.submenu-3rd li a:hover {
    background: #eee;
}

.submenu-2rd li.has-submenu:hover .submenu-3rd {
    display: block;
    top: 0;
    left: 100%;
}


/*
 * -------------------------------
 *  전체메뉴
 * -------------------------------
*/




.carts{
	position: relative;
}


.all-menus {
	position: fixed;
	top: 0;
	left: -300px;
	width: 300px;
	height: 100%;
	background-color: #f8f8f8;
	transition: left 0.3s ease;
	z-index: 1002;
	overflow-y: auto;
}
.all-menus .over-background {
	background-color: #00000094;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.all-menus .menu-open {
	left: 0;
}
.all-menus .left_close {
	position: absolute;
	right: 10px;
	z-index: 1003;
	top: 10px;
}
.all-menus .left_close img{
	width: 20px;
	height: 20px;
}



.over-background {
	background-color: #00000094;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}

.menu-open {
	left: 0;
}
.left_close {
	position: absolute;
	right: 10px;
	z-index: 1003;
	top: 10px;
}
.left_close img{
	width: 20px;
	height: 20px;
}
.all-menus .menus{
	
	height: 100%;
	margin: 0 auto;
	padding: 0px;

	display: flex;
	gap: 150px;
	font-size:16px;
	color: #111;
	font-weight: 600;


}
.all-menus .ul-sub {
	padding-left: 0px;
	font-size: 14px;
	color: #666;
	font-weight: 400;
	line-height: 2.2;
	list-style: none;
}
.all-menus .ul-sub-3rd{
	padding-left: 13px;
	list-style: none;
}



.pc-all-menus {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 9999;
    margin: 0 auto;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0px;
}

.pc-all-menus .pc-menus{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	gap: 100px;
	font-size:16px;
	color: #111;
	font-weight: 600;


}
.pc-all-menus .pc-ul-sub {
	padding-left: 0px;
    font-size: 14px;
    color: #666;
    font-weight: 400;
    line-height: 1.7;
    list-style: none;
    margin-top: 10px;
}
.pc-all-menus .pc-ul-sub-3rd{
	padding-left: 13px;
	list-style: none;
}


/*
 * -------------------------------
 *  전체메뉴
 * -------------------------------
*/

.over-background {
	background-color: #00000094;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	display: none;
}

@media only screen and (max-width: 320px) {
	#menu-open{
		display: none;
	}
	.bottom-bar {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		color: #111;
		z-index: 99;
	}

	.mobile-box {
		flex: 1;
		text-align: center;
        padding: 10px 10px;
		border-top: 1px solid #e1e1e1;
	}

	.mobile-box + .mobile-box {
		border-left: 1px solid #e1e1e1;
	}

	.mobile-box:first-child {
		border-left: none;
	}	
	.mobile-box i{
		font-size: 22px;
	}	
}
@media only screen and (min-width: 321px) and (max-width: 768px){
	#menu-open{
		display: none;
	}
	.bottom-bar {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		color: #111;
		z-index: 99;
	}

	.mobile-box {
		flex: 1;
		text-align: center;
		padding: 10px 10px;
		border-top: 1px solid #e1e1e1;
	}

	.mobile-box + .mobile-box {
		border-left: 1px solid #e1e1e1;
	}

	.mobile-box:first-child {
		border-left: none;
	}	
	.mobile-box i{
		font-size: 22px;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
	#menu-open{
		display: none;
	}
	.bottom-bar {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		background-color: #fff;
		color: #111;
		z-index: 99;
	}

	.mobile-box {
		flex: 1;
		text-align: center;
		padding: 10px 10px;
		border-top: 1px solid #e1e1e1;
	}

	.mobile-box + .mobile-box {
		border-left: 1px solid #e1e1e1;
	}

	.mobile-box:first-child {
		border-left: none;
	}	
	.mobile-box i{
		font-size: 22px;
	}
}
@media only screen and (min-width: 1201px) {
	#menu-open{
		display: block;
	}
	.bottom-bar{
		display: none;
	}
}



/*
    * -------------------------------
    *  left 메뉴
    * -------------------------------
*/

.ul-logo {
    position: relative;
    width: 54%;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-1rd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 20px;
    border-bottom: 1px solid #e8e8e8;
    text-decoration: none;
    background: #eee;
}
.menus-sub {
    width: 100%;
}
.ul-sub li {
    border-bottom: 1px solid #e8e8e8;
}
.ul-sub li a {
    text-decoration: none;
}
.ul-sub-3rd {
    display: none;
}
.ul-sub-3rd {
    padding-left: 0px;
    width: 100%;
    background: #f3f3f3;
}
.ul-sub-3rd li {
    border-bottom: none;
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dot::after {
    content: '+';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 27px;
    color: #666;
    font-weight: 100;
    width: 30px;
}
.dot.active::after {
    content: '-';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #666;
    font-weight: 100;
}
.btn-2rd {
    padding: 10px 20px;
}
.menus-2rd{
    position: relative;
}
.menus-2rd-link{
    padding: 10px 20px;
}


.z-index-99 {
    z-index: 99;
}


/*
 * -------------------------------
 *  네비게이션
 * -------------------------------
*/

swiper-container {
	width: 100%;
	height: 100%;
}

swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*  1024 이상일때 고정크기로 유지 */
@media (min-width: 1024px) {
	swiper-slide img {
		height: 620px;
	}
	swiper-slide video {
		height: 620px;
	}			
}	

/* 애니메이션 */
@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.title_1, .title_2, .title_btn {
	opacity: 0;
}

.title_1 {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.3s;
}

.title_2 {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 0.6s;
}

.title_btn {
	animation: slideUp 1s ease-out forwards;
	animation-delay: 1.2s;
}

.title_2 span{
	color: #581ce9;
}
swiper-slide video {
	display: block;
	width: 100%;
	object-fit: cover;
}

/*
 * -------------------------------
 *  메인 상품
 * -------------------------------
*/

.sct_img img{
	max-width: 100%;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    pointer-events: none;
}
.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    pointer-events: all;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 30px;
}

.owl-carousel .owl-prev {
    left: 0; /* 좌측에 배치 */
}

.owl-carousel .owl-next {
    right: 0; /* 우측에 배치 */
}

.title a{
	font-size: 28px;
	font-weight: 500;
}
.title p{
	font-size: 14px;
	color: #777;
	margin-top: 10px;
}
.smt_40 .sct_txt {
	display: block;
	margin: 5px 0;
	font-size: 1.1em;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
	font-weight: 500;
	font-size: 15px;
}
.items_contents {
    color: #777;
	text-align: center;
}

.owl-stage-outer .owl-item{
	display: flex;
	justify-content: center;
}
.items_custom_price{
    color: #777;
	text-align: center;
    margin-top: 10px;	
	text-decoration: line-through;	
}

/*
 * -------------------------------
 *  배너
 * -------------------------------
*/
.banner img{
	width: 1200px;
	margin: 100px 0px;
}


/*
 * -------------------------------
 *  메인
 * -------------------------------
*/

.full-width-section {
    width: calc(100vw - 17px);
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw + 8.5px);
    margin-right: calc(-50vw + 8.5px);
    background-color: #f0f0f0;
    text-align: center;
    
    height: 300px;
    background-attachment: fixed;
    background-position: center top;
	margin-top: 80px;
}
.event-title{
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;	
    align-items: center;
    justify-content: center;
    font-size: 30px;
	height: 100%;
}
.event-title p{
	font-size: 24px;
}

/*
 * -------------------------------
 *  하단 고객센터
 * -------------------------------
*/


/* 모바일기기 2 */
@media only screen and (min-width: 300px) and (max-width: 1200px){
	.custom-box-1{
		border: 1px solid #ddd;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 290px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;	
		flex-direction: column;
	}
	.custom-box-2{
		border: 1px solid #ddd;
		flex: 1;
		display: flex;
		height: 290px;
	}

	.custom-box-1, .custom-box-2 {
		position: relative;
		overflow: hidden;
	}

	.custom-box-1::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		z-index: 1;
	}

	.custom-box-1 {
		color: #fff;
		z-index: 2;
	}
	.custom-box-1 h2{
		z-index: 2;
		color: white;
		font-size: 26px;
	}
	.custom-box-1 p{
		z-index: 2;
		color: white;
		font-size: 14px;
	}

	.custom_btn{
		z-index: 2;
		margin-top: 20px;
		font-size: 14px;
	}
}

/* 데스크탑 */
@media only screen and (min-width: 1201px) {
	.custom-box{
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
	}
	.custom-box-1{
		border: 1px solid #ddd;
		flex: 1;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 290px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;	
		flex-direction: column;
	}
	.custom-box-2{
		border: 1px solid #ddd;
		flex: 1;
		display: flex;
		height: 290px;
	}

	.custom-box-1, .custom-box-2 {
		position: relative;
		overflow: hidden;
	}

	.custom-box-1::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
		z-index: 1;
	}

	.custom-box-1 {
		color: #fff;
		z-index: 2;
	}
	.custom-box-1 h2{
		z-index: 2;
		color: white;
		font-size: 26px;
	}
	.custom-box-1 p{
		z-index: 2;
		color: white;
		font-size: 14px;
	}

	.custom_btn{
		z-index: 2;
		margin-top: 20px;
		font-size: 14px;
	}
}


/*
 * -------------------------------
 *  검색박스
 * -------------------------------
*/
.search-container {
    display: none;
    right: 0px;
    position: absolute;
    /* top: 100%; */
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: right;
    z-index: 99;
}

.search-boxs {
    width: 100%;
    height: 100px;
    background: #00000054;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-input-wrapper {
    position: relative;
    display: inline-block;
    width: 30%;
}

.search-input {
    width: 100%;
    padding: 10px;
    padding-right: 50px;
    border: 1px solid #ccc;
    border-radius: 30px !important;
    box-sizing: border-box;
}

.search-button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px 10px;
	background-color: #581ce9;
    color: white;
    border: none;
    border-radius: 25px; /* 버튼 둥근 모서리 */
    cursor: pointer;
}

.search-button:hover {
    background-color: #45a049;
}