html{
	overflow-x: hidden !important;
}

body{
	font-family: 'Pretendard';
	font-weight: 300;
	overflow-x: hidden !important;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

.h-0{
	height: 0 !important;
}

strong{
	font-weight: bold !important;
}

:root {
    --brand1: #685FFF;  /* 보라 */
    --brand2: #9A94FF;  /* 연보라 */
    --brand3: #CCD2F0;  /* 연연보라 */
	--brand4: #F7F6FB;  /* 회색 */
	--color-gold: #ffc41f;
	--color-gold-light: #ffd560;
}

/* 굵게 표현하고자 할때 사용하는 스타일 */
.boldCustom{
	font-weight: 400 !important;
	font-family: 'Pretendard' !important;
	font-weight: 700 !important;
}

/* 로고 스타일 */
.logo{
	font-family: 'Comfortaa';
	color: #685FFF !important;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 auto;
	align-self: center;
}

/* 공사중 표시 */
.hideForReady{
	opacity: 0.25;
	pointer-events: none;
	user-select: none; /* Firefox */
	-webkit-user-select: none; /* Chrome/Safari */
	-ms-user-select: none; /* IE 10+ */
	/* Rules below not implemented in browsers yet */
	-moz-user-select: none;
	-o-user-select: none;
}

/* 자연스러운 애니메이션 설정 */
/* ::after, ::before, div{ */
.trans, .wow, .listCat, .listCat span{
	transition-duration: 0.2s;
	transition-delay: 0s;
	animation-duration: 0.3s; 
	animation-delay: 0s;
}


/* 부트스트랩 툴팁 설정 */
.tooltip .tooltip-inner {
    background-color: #685FFF;
}

.fade{
	transition: opacity .15s linear !important;
}

/* 드래그 시 배경 색상 */
::-moz-selection {
  background: #9A94FF;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #9A94FF;
  /* WebKit/Blink Browsers */
  color: #fff;
}

/* 버튼 스타일 */
.btn, .button{
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 25px;
  border-radius: 10px;
  color: var(--brand1);
  border: 2px solid var(--brand2);
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0.5px;
}

.btn:hover, .button:hover {
	background-color: var(--brand1) !important;
	border: 2px solid var(--brand1) !important;
	color: #fff !important;
}
.btn.noColorChange:hover, .button.noColorChange:hover {
	background-color: inherit !important;
	border: inherit !important;
	color: inherit !important;
}
.btn.btn-primary {
	font-weight: bold;
	color: var(--brand1);
	border-radius: 10px;
}

.btn.btn-primary i {
  color: #fff !important;
  margin-right: 5px;
  margin-top: -4px;
}

.btn.btn-primary:hover {
	background-color: var(--brand1);
	border: 2px solid var(--brand1);
}

.btn.btn-secondary {
	font-weight: bold;
	color: #fff;
	background-color: #6c757d;
	border: 2px solid #6c757d;
	border-radius: 10px;
}

.btn.btn-secondary.print {
  padding: 7px 15px;
}

.btn-freepass{
	background-color: #ffe478 !important;
	border: 2px solid #ffdb4c !important;
	color: #686868 !important;
}
.btn-freepass:hover{
	background-color: #fcd229 !important;
	border: 2px solid #ffdb4c !important;
	color: #404040 !important;
}


.btn.btn-md {
  padding: 0.5rem 0.95rem;
  font-weight: 500;
  background-color: #685FFF;
  color: #ffffff;
}

.btn.btn-md:hover {
  background-color: #685FFF;
}

.btn.btn-xs {
  background-color: #685FFF;
  color: #ffffff;
  border: none;
  font-size: 11px;
  font-weight: 400;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 19px;
}

.btn.btn-xs i {
  font-size: 11px;
}

.btnClose{
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: var(--brand1);
	border-radius: 50px;
	color: #fff;
	font-size: 21px;
	right: 13px;
	top: 15px;
	cursor: pointer;
	text-align: center;
}

.inputCondaa{
	margin: 0 auto;
	margin-bottom: 0px;
	border: 2px solid var(--brand2);
	padding: 0;
	height: 48px;
	background-color: #fff;
	text-align: center;
	border-radius: 8px;
}

.inputCondaa:focus{
	background: transparent;
	border: 1px solid #BCE3C9;
}


/* 버튼에 마우스 접촉 시 선택 효과 */
.hover-up {
	-webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.bgGray{
	background-color: var(--brand4);
}

.ratio1to1{
	aspect-ratio: 1 / 1;
}

.shadow128{
	box-shadow: 12px 12px 8px rgba(0, 0, 0, 0.2);
}

.shadow5515{
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
}


.border1{
	border: 1px solid #CCD2F0;
}

.width100{
	width: 100% !important;
}

.width50{
	width: 50% !important;
}

.effectPick{
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
.effectPick.allowHover:hover{
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	opacity: 0.8;
	z-index: 1;
}
@media (hover: hover) and (pointer: fine){
	.effectPick:hover{
		box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
		opacity: 0.8;
		z-index: 1;
	}
}

.effectPickSmall{
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

.effectPickSmall:hover{
	box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2)
}

.text-brand {
	color: var(--brand1) !important;
}

.text-brand-2 {
	color: var(--brand2) !important;
}

.text-white {
  color: #fff !important;
}

.decoCat0{
	color: #888;
	background-color: var(--brand4);
}

.decoCat1{
	color: #777;
	background-color: var(--brand3);
	border-radius: var(--bs-border-radius-xl);
	display: block;
	padding: 10px;
}

.decoCat2{
	color: #fff;
	background-color: var(--brand2);
	border-radius: var(--bs-border-radius-xl);
	display: block;
	padding: 5px 10px;
}

.decoCat3{
	color: #fff;
	font-weight: bold;
	background-color: var(--brand1);
	border-radius: 2px;
}


.bRadi40{
	border-radius: 40px !important;
}

.bRadi5{
	border-radius: 5px !important;
}

.bRadi10{
	border-radius: 10px !important;
}

.sizeProductImg{
	height: 270px;
	object-fit: cover;
	width: 100%;
}


/* 애니메이션 느리게 */
.slow {
    animation-duration: 1.3s !important; /* 조절하려는 시간으로 변경하세요 */
	animation-delay: 0.2s !important;
    animation-fill-mode: forwards !important; 
    opacity: 0; /* 애니메이션 시작 전에는 안보이게 설정 */
}


/* (시작) 커서 관련 */
.cursorDf{
	cursor: default !important;
}
.cursorPt{
	cursor: pointer !important;
}
.cursorNo{
	cursor: no-drop !important;
}
.cursorText{
	cursor: text !important;
}
/* (종료) 커서 관련 */

/* checkbox 커스텀 */
input[type="checkbox"].corn {
  display: none;
}

input[type="checkbox"].corn + label {
	display: flex;
	align-items: center;
	width: 20px;
	height: 20px;
	position: relative;
	overflow: visible;
	box-sizing: border-box;
	background-color: #CACACA;
	border-radius: 9px 0;
	margin: 2px 7px 0 0;
	
}input[type="checkbox"].corn + label > div {
	white-space: nowrap;
	padding-left: 30px;
}

input[type="checkbox"].corn:checked + label {
	border: none;
	background-color: transparent;
}

input[type="checkbox"].corn:checked + label::after {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url('/static/assets/imgs/custom/corn.png') no-repeat;
	background-position: center center;
	background-size: cover;
}
/* checkbox 커스텀 */


/* (시작)개인정보 대시보드 상단 카드 */
.cardCustom {
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #eee;
	border-radius: 10px;
	overflow: hidden;
}

.icon-xs {
	width: 32px;
	text-align: center;
	font-size: 16px !important;
}
.icon-sm {
	width: 48px;
	display: flex !important;
	justify-content: center;
	padding: 5px 0px 0 0;
}
.icon-md {
	width: 60px;
	font-size: 28px !important;
	text-align: center;
}
.icon-lg {
	width: 96px;
	text-align: center;
	font-size: 42px !important;
}

.img-avatar {
  border-radius: 100%;
  border: 3px solid #fff;
}

.icontext span {
	font-size: 22px;
	font-weight: 600;
	display: block;
}
.icontext .icon {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 15px;
}
.bg-primary-light {
	background-color: var(--brand1) !important;
}
.icontext {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: top;
	-ms-flex-align: top;
	align-items: center;
}
.icontext span.text-sm {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-top: 5px;
}
/* (종료)개인정보 대시보드 상단 카드 */

/* (시작)테이블 */
.tableHeader{
	padding: 0.5rem 0.5rem;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.03);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.itemlist {
  border-bottom: 1px solid #eee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.5rem 0.5rem;
}

.itemlist:hover {
  background-color: var(--brand3);
}
/* (종료)테이블 */

/* (시작)Pagination */
.pagination-area .page-item {
  margin: 0 5px;
}

.pagination-area .page-item:first-child {
  margin-left: 0;
}

.pagination-area .page-item:first-child .page-link {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.pagination-area .page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}

.pagination-area .page-item.active .page-link, .pagination-area .page-item:hover .page-link {
  color: #fff;
  background: #685FFF;
}

.pagination-area .page-item .page-link {
  border: 0;
  padding: 0 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 4px;
  background: #e9ecee;
  line-height: 34px;
  text-align: center;
  font-size: 13px;
  color: #383e50;
}

.pagination-area .page-item .page-link.dot {
  background-color: transparent;
  color: #adb5bd;
  letter-spacing: 2px;
}

.pagination-area .page-item .page-link:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination-area .page-item .page-link:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* (종료)Pagination */

/* div 내부의 div를 가운데 정렬시키기 */
.makeElem2Center{
	display: flex;
	justify-content: center;
}

/* 세로 중앙 정렬 */
.alignVerticalCenter{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
}

/* 텍스트를 두줄까지 표시 */
.text-truncate2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  margin: 0 auto;
}

.preloader img.jump {
  max-height: 100px;
}

/*custom amine*/
.loader, .bar {
  width: 100px;
  height: 20px;
}

/*로딩 바: 압축, 검색*/
.progressCustom {
	height: 5px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11000;
	background-color: transparent;
}
.progressCustom .progress-bar{
	background-color: var(--brand1) !important;
}
.form-check-input{
	transition: background-position .3s ease !important;
}

#locBAlert {
    z-index: 1000000;
    position: fixed;
    width: 100%;
}

/* (start) 별점 */
.comment-stars {
	display: flex;
	flex-direction: row-reverse;
	width: fit-content;
}

.comment-stars-input {
  display: none;
}

.comment-stars-input:checked ~ .comment-stars-view svg {
  fill: var(--color-gold);
}

.comment-stars-input:checked ~ .comment-stars-view:hover svg,
.comment-stars-input:checked
  ~ .comment-stars-view:hover
  ~ .comment-stars-view
  svg {
  fill: var(--color-gold-light);
}

.comment-stars-view {
	cursor: pointer;
	font-size: 30px;
}
.comment-stars-view.total{
	cursor: unset;
	font-size: 1.1em;
}

.comment-stars-view svg {
  fill: #ededef;
  width: 1.39306640625em;
  height: 1.5em;
}

.comment-stars-view.is-half {
  transform: translateX(100%);
  margin-left: -0.69580078125em;
}

.comment-stars-view.is-half svg {
  width: 0.69580078125em;
}

.comment-stars-view:hover:not(.total) svg,
.comment-stars-view:hover:not(.total) ~ .comment-stars-view svg {
  fill: var(--color-gold-light);
}
/* (end) 별점 */

.btn:focus-visible {
	background-color: var(--brand2);
	opacity: 0.7;
	color: #fff;
}

/* 신규 크기 */
@media only screen and (min-width: 1600px) {
	.d-xxl2-custom-inline{
		display: inline !important;
	}
}


/* 댓글 관련 */
.comment-list > div {
	background-color: #fff;
}

.comment-list a {
	color: var(--brand1) !important;
}

.single-comment {
	border: 1px solid #00000021;
}

.btnTitleSide{
	margin-left: 40px;
}
@media only screen and (max-width: 576px){
	.btnTitleSide{
		padding: 5px;
		font-size: 0.44em;
		margin-left: 5px;
	}
}

/* 알람 오프캔버스 */
#divAlarm{
	transition: 0.15s;
}
.offcanvas-body{
	padding-top: 0;
}
.offcanvas-body .list-group-item .offElemTitle{
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.offcanvas-body .list-group-item .offElemTitle h6{
	margin-bottom: .25rem;
	width: 75%;
}
.offcanvas-body .list-group-item .offElemBody{
	font-size: 1.25rem;
	margin-bottom: .25rem;
	word-break: break-all;
	text-align: justify;
	cursor: pointer;
}
.offcanvas-body .list-group-item.border-danger-subtle:hover {
	background: var(--bs-danger-border-subtle);
}
.offcanvas-body .list-group-item.border-warning:hover {
	background: var(--bs-warning);
}
.offcanvas-body .list-group-item.border-success-subtle:hover {
	background: var(--bs-success-border-subtle);
}
.deliDate4Alarm{
	text-align: center;
	border-bottom: 1px solid black;
	line-height: 0px;
	margin: 30px 0 40px 0;
}
.deliDate4Alarm span{
	background:#fff;
	font-size: 23px;
	padding: 0 20px;
	color: var(--bs-gray-600);
}

/* 눌린 버튼 */
.clickedCustom{
	background-color: var(--brand1) !important;
	color: #fff !important;
	pointer-events: none;
}
.clickedCustom a{
	color: #fff !important;
}

/* 체크박스 설정 */
.form-check-input:focus{
	box-shadow: 0 0 0 .25rem var(--brand3) !important;
}
.form-check-input:checked{
	border: 0 !important;
	background-color: var(--brand1) !important;
}
input[type="checkbox"]{
	font-size: unset;
}

.fi::before {
	vertical-align: middle;
}

/* 커스텀 아이콘 공통 스타일 */
.icon{
    display:inline-block;
    vertical-align: middle;
    transition: transform 0.15s ease;
}
.icon-24{ width:1.4em; height:1.4em; }
.icon-28{ width:1.75em; height:1.75em; }
.icon:hover{ transform: translateY(-2px); }

.btnUploadBox svg g > path {
	fill: var(--brand1);
}
.btnUploadBox:hover svg g > path {
	fill: #fff;
}

/* 메인 페이지: 기획전 리스트 */
.divElemExhibition .col > div{
	border-radius: 10px;
	padding: 1rem;
	height: 100%;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-wrap: break-word;
	word-break: keep-all;
}
.divElemExhibition .col > div > a{
	color: #555;
}
.divElemExhibition .col:hover > div > a{
	color: var(--brand1);
}

/* 토스트 문자열 크기 */
#wrapToast .toast{
	font-size: 1.2rem;
}

/* marquee */
.marquee{
	height: 25px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.marquee div{
	display: flex;
	width: max-content;
	height: 30px;
	position: absolute;
	overflow: hidden;
}
.marquee.l2r div{
	animation: marqueeL2r 40s linear infinite;
}
.marquee.r2l div{
	animation: marqueeR2l 40s linear infinite;
}
.marquee div:hover {
  animation-play-state: paused;
}
.marquee a{
	float: left;
	margin-right: 30px;
	font-size: 1.3rem;
	border-radius: 4px;
	font-style: italic;
}
@keyframes marqueeL2r{
	0% { transform:translateX(-50%); }
	100% { transform:translateX(0%); }
}
@keyframes marqueeR2l{
	0% { transform:translateX(0%); }
	100% { transform:translateX(-50%); }
}

/* jodit에서 불필요하게 엔터 모양 나오는 것 방지 */
.jodit-add-new-line{
	display: none !important;
}


/* 입력값 검증을 위한 피드맥 메시지 */
.enableFeedbackRed input{
	border: 2px solid #f009 !important;
	box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.4);
}
.enableFeedbackRed .feedback{
	font-size: 0.9em;
	padding-top: 10px;
}
.enableFeedbackRed .feedback, .enableFeedbackRed label{
	color: #ff0000db;
}


/* 메이슨리에서 소리 카테고리 */
.previewWrapper{
	display: flex;
	flex-wrap: wrap;
	border-radius: 10px;
	border: 1px solid var(--brand3);
	padding: 15px;
	background-color: #fff;
}
.previewWrapper .previewImg{
	margin-left: 10px;
	flex: 1 0 0%;
}
.previewWrapper .previewBtn{
	font-size: 40px;
	line-height: 53px;
	color: var(--brand1);
}

/* carousel */
.swiffy-slider .slider-container{
	padding-bottom: 20px;
}
.slide-visible .item{
	width: 100% !important;
}

/* 애니메이션 */
.animationMoveDown{
	transform: translateY(100px);
	-webkit-transform: translateY(100px);
}

.form-floating input, .form-floating select{
	border: 1px solid var(--brand2);
}
.form-select:focus{
	border-color: transparent !important;
	box-shadow: 0 0 0 .25rem var(--brand3) !important;
}

/* 모바일 메뉴 */
.menuBottom{
	position: fixed;
	bottom: 0;
	height: 60px;
	background-color: #f8f9fb;
	z-index: 1044;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #d6d6d6;
}
.menuBottom > div{
	width: 100%;
	display: flex;
	margin: 0 auto;
	justify-content: space-between;  /* 추가 */
}
.menuBottom a{
	color: #454545;
}
.menuBottom img{
	width: 30px;
	margin: 0 auto;
}

/* 하단 메뉴 아이콘 스타일 */
.menu-bottom-icon {
	font-size: 22px;
	color: var(--brand1);
	display: block;
	margin-bottom: -15px;
	transition: transform 0.1s ease, color 0.1s ease;
}

.menuBottom .hover-up:hover .menu-bottom-icon {
	color: var(--brand2);
	transform: translateY(-5px);
	transition: transform 0.1s ease, color 0.1s ease;
}

/* etc.css에 추가 - PC에서 상단 메뉴와 동일한 콘텐츠 폭 적용 */
@media (min-width: 768px) {
	.menuBottom > div {
        max-width: 1300px;  /* 상단 container와 동일 */
        margin: 0 auto;
        padding: 0 20px;    /* container 기본 패딩 */
        justify-content: space-between;
    }
    
    .menuBottom > div > .col {
        flex: 0 0 auto;
        width: auto;
    }
}