/* page-factory.css */
@import url("notosans-cjk-kr.css");
@import url("common.css");
@import url("animate.css");
@import url("effects.css");
@import url("../vendor/slick/slick.css");
@import url("../vendor/slick/slick-theme.css");
@import url("layout.css");
@import url("comps.css");
@import url("modal.css");
@import url("sub.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Symbols+2&display=swap');

.contents-container .unicode-text {
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji',
                 'Noto Sans Symbols 2', 'Noto Sans Symbols', 
                 'Arial Unicode MS', sans-serif;
    font-size: 1.1rem;  /* 크기 키우기 */
    text-rendering: optimizeLegibility; /* 렌더링 최적화 */
    -webkit-font-smoothing: antialiased; /* WebKit 기반 브라우저 */
}


html,
.container {
	background-color: #f4f5fb;
}

.chart-box {
	display: flex;
	padding-bottom: 30px;
}

.container.wholesale .chart-box {
	justify-content: center;
}

.chart-box .chart-item {
	position: relative;
	flex-basis: calc(50% - 10px);
	min-height: 255px;
	padding-top: 24px;
}

.chart-box .chart-item:first-child {
	margin-right: 20px;
}

.container.wholesale .chart-box .chart-item:first-child  {
	flex-basis: 100%;
	margin-right: 0;
}

.chart-box .chart-item .chart-title {
	margin-bottom: 12px;
}

.chart-box .chart-item .chart-title p {
	padding-left: 25px;
	background: transparent url('../img/icons/ico-symbol-pound-bk.png') 0 50%/ 17px 17px no-repeat;
	font: 500 16px/1.4 'noto';
	color: #142331;
}

.chart-box .chart-item .chart-area {
	max-width: 100%;
	margin: 0 auto;
}

.chart-box .chart-item .chart-outer {
	position: relative;
	min-height: 197px;
	padding: 20px 10px 10px 10px;
	border: 1px solid #e5e6ec;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 15%);
}

.reco-box {
	border-bottom: 2px solid #edeef3;
}

.reco-box > .title {
	text-align: center;
}

.reco-box > .title > p {
	font: oblique 500 15px/1.4 'noto';
	color: #777;
}

.reco-area {
	position: relative;
}


.reco-area .reco-list {
	position: relative;
	width: calc(100% - 50px);
	margin: 0 25px;
	padding: 16px 0;
}

.reco-area .reco-item {
	display: inline-block;
	position: relative;
	width: calc(20% - 20px);
	margin: 0 5px;
	background-color:  #fff;
    border-radius: 20px;
	border: 2px solid #e1e1e1;
	cursor: pointer;
}

.reco-area .reco-item:hover {
	border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff),  linear-gradient(145deg, rgba(67,162,255,1) 0%, rgba(36,213,115,1) 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.reco-area .reco-item > .inner {
	position: relative;
	padding: 8px 8px 8px 10px;
}

.reco-area .reco-img-list .reco-item > .inner {
	padding: 0 0 8px 0;
}


.reco-area .reco-item .img-area {
	border-top-left-radius: 17px;
	border-top-right-radius: 17px;
}

.reco-area .reco-item .img {
	padding-bottom: 65%;
}

.reco-area .reco-item .label {
	float: right;
	min-width: 40px;
	padding: 2px 6px;
	background-color: #142331;
	border-radius: 10px;
	font: 500 10px/1 'noto';
	color: #fff;
	text-align: center;
}

.reco-area .reco-img-list .reco-item .label {
	z-index: 10;
	position: absolute;
	float: none;
	right: 6px;
	top: 6px;
}

.reco-area .reco-item .title {
	width: 100%;
	margin: 20px 0 14px 0;
	font: 700 17px/1.5 'noto';
	color: #333;
	text-align: center;
}

.reco-area .reco-img-list .reco-item .title {
	width: calc(100% - 16px);
	margin: 12px 8px 10px 8px;
}

.reco-area .reco-item .pd-title {
	height: 3em;
	font: 500 14px/1.5 'noto';
	color: #666;
}

.reco-area .reco-item .pd-title {
	width: calc(100% - 16px);
	margin: 0 8px;
}

.reco-ctl > * {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 13px;
	height: 22px;
	cursor: pointer;
}

.reco-ctl > .prev {
	left: 8px;
	background: transparent url('../img/icons/ico-acc-left-3-gray.png') 50% 50%/100% 100% no-repeat;
}

.reco-ctl > .next {
	right: 8px;
	background: transparent url('../img/icons/ico-acc-right-3-gray.png') 50% 50%/100% 100% no-repeat;
}

.search-box {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 5px 8px 5px 0;
	margin-top: 40px;
	background-color: #fff;
	border-radius: 5px;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 15%);
}

.search-box .disp-category {
	position: relative;
	width: 90px;
	height: 100%;
}

.search-box .disp-category > .disp-item {
	position: relative;
	display: block;
	width: 34px;
	height: 100%;
	margin: 0 auto;
	background: 50% 50%/34px 34px no-repeat;
}

.search-box .disp-category > .disp-item.disp-00 {
	background-image: url('../img/icons/ico-site-category-00-grad.png');
}
.search-box .disp-category > .disp-item.disp-01 {
	background-image: url('../img/icons/ico-site-category-01-grad.png');
}
.search-box .disp-category > .disp-item.disp-02 {
	background-image: url('../img/icons/ico-site-category-02-grad.png');
}
.search-box .disp-category > .disp-item.disp-03 {
	background-image: url('../img/icons/ico-site-category-03-grad.png');
}
.search-box .disp-category > .disp-item.disp-04 {
	background-image: url('../img/icons/ico-site-category-04-grad.png');
}

.search-box .drop-category {
	display: none;
	z-index: 100;
	position: absolute;
	left: 0;
	top:  70px;
	width: 180px;
	border-radius: 15px;
	overflow: hidden;
}

.search-box .drop-category .drop-item {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #fff;
	cursor: pointer;
}

.search-box .drop-category .drop-item:first-child {
	height: 62px;
	padding-top: 12px;
}

.search-box .drop-category .drop-item:last-child {
	height: 62px;
	padding-bottom: 12px;
}

.search-box .drop-category .drop-item.drop-item-01 p {
	background: transparent url('../img/icons/ico-site-category-01-grad.png') 0 50%/34px 34px no-repeat;
}
.search-box .drop-category .drop-item.drop-item-02 p {
	background: transparent url('../img/icons/ico-site-category-02-grad.png') 0 50%/34px 34px no-repeat;
}
.search-box .drop-category .drop-item.drop-item-03 p {
	background: transparent url('../img/icons/ico-site-category-03-grad.png') 0 50%/34px 34px no-repeat;
}
.search-box .drop-category .drop-item.drop-item-04 p {
	background: transparent url('../img/icons/ico-site-category-04-grad.png') 0 50%/34px 34px no-repeat;
}

.search-box .drop-category .drop-item p {
	height: 50px;
	padding: 11px 0 10px 45px;
	font: 400 16px/1.6 'noto';
	color: #616161;
}

.search-box .drop-category .drop-item:hover {
	background-color: #ebebeb;
}

.search-box .drop-category .drop-item:hover p {
	font: 500 16px/1.6 'noto';
	color: #121212;
}

.search-box .btn-detail {
	position: relative;
	padding-left: 18px;
	padding-right: 3px;
	margin-right: 30px;
	font: 500 14px/1 'noto';
	color: #43a2ff;
}

.search-box .btn-detail::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 11px;
	height: 9px;
	background: transparent url('../img/icons/ico-detail-bl.png') 50% 50%/100% 100% no-repeat;
}

.search-box .btn-search {
	position: relative;
	width: 100px;
	height: 45px;
	background-color: #dd1156;
	border-radius: 5px;
	font: 500 18px/1 'noto';
	color: #fff;
}


.list-box {
	margin-top: 45px;
	padding-bottom: 40px;
}

.list-box .table-area {
	padding: 0 18px;
	margin-bottom: 30px;
	background-color: #fff;
}

.list-box .table-area table thead,
.list-box .table-area table tbody {
	text-align: center;
}

.list-box .table-area table tbody {
	border-top: 1px solid #41a4f8;
}

.list-box .table-area table tbody tr:hover {
	background-color: #f4f5f5;
}

.list-box .table-area table tr {
	border-bottom: 1px solid #ccd0d4;
}
.list-box .table-area table th{
	padding: 18px 2px;
	font: 600 16px/1.4 'noto';
}

.list-box .table-area table td {
	padding: 18px 2px;
	font: 400 16px/1.4 'noto';
}

.list-box .table-area table th {
	color: #666;
}

.list-box .table-area table td {
	color: #111;
}

.list-box-filter{
	margin-top: 35px;
}

.cnt-panel {
    width: 100%;
    height: 100%;
    padding: 20px 10px 16px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    vertical-align: middle;
    overflow: hidden;
}

/* 하단 메뉴 설명 */
.cnt-panel.info{
    padding: 30px;
    line-height: 25px;
	background: #332e2e;
    color: #fff;
}

.cnt-panel.info .title {
    font-weight: bold;
    font-size: 25px;
	line-height: 33px;
	margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0; /* 타이틀 아래 라인 */
    padding-bottom: 25px;
}

.cnt-panel.info .title2 {
    font-weight: bold;
    font-size: 20px;
	margin-bottom: 10px;    
}

.cnt-panel.info .content {
	margin-top: 25px;
}

.cnt-panel.info .content2 {
	margin-top: 20px;
}




.label-container{
	display: flex;
    gap: 13px;
    list-style: none;
	padding: 0px 20px;
    margin: 0;
    flex-wrap: wrap;
}

.label-container li{
	padding: 10px 16px;
    border: 2px solid #ff4e6c;
    border-radius: 20px;
    background-color: #fff;
    color: #4d4949;
    font-weight: 500;
    cursor: pointer;
}

.label-container li.active{
	background-color: #ff4e6c;
    color: #fff;
    border-color: #ff4e6c;
}

.label-container li:hover{
	background-color: #ff4e6c;
    color: #ffffff;
    border-color: #ff4e6c;
    transition: 0.3s;
}

.contents-container{
	
    list-style: none;
	padding: 0px 20px;
    margin: 0;
    flex-wrap: wrap;
}
.contents-container li{
	margin: 10px;
	padding: 20px 16px;
    border: 1px solid #a79d9f;
    border-radius: 5px;
    background-color: #fff;
    color: #4d4949;
    font-weight: 500;
    cursor: pointer;
	line-height: 24px;
}

.contents-container li.active{
	background-color: #ff4e6c;
    color: #fff;
    border-color: #ff4e6c;
}

.contents-container li:hover{
	background-color: #f1f0f0;
    border-color: #E91E63;
    transition: 0.3s;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

/* 특정 항목(no-hover 클래스)에만 hover 비활성화 */
.contents-container li.no-hover:hover {
	background-color: transparent !important;
	border-color: transparent !important;
	box-shadow: none !important;
	cursor: default !important;
}

.btn-modify-request {
	padding-left: 18px;
	background: transparent url('../img/icons/ico-pencle-bl.png') 0 50%/13px 13px no-repeat;
	font: 500 14px/1 'noto';
	color: #43a2ff;
}

/********* detail ********/
.factory-name-box {

}

.factory-name-box > .factory-name {
	font: 500 24px/1 'noto';
	color: #0b1018;
}


.detail-top {
	position: relative;
	padding: 60px 0;
}

.detail-col-2 {
	display: flex;
	align-items: flex-start;
}

.detail-col-2 > * {
	flex-basis: calc(50% - 45px);
}

.detail-col-2 > *:nth-of-type(1) {
	margin-right: 45px;
}

.detail-col-2 > *:nth-of-type(2) {
	margin-left: 45px;
}

.slide .no-img {
	background-image: url('../img/dummy/no-img.png');
}

.slide .img {
	padding-bottom: 65%;
}

.data-item {
	display: flex;
	align-items: flex-start;
}

.data-th,
.data-td {
	font: 500 16px/1.4 'noto';
	color: #666;
}

.data-th {
	position: relative;
	padding: 5px 0 5px 12px;
	width: 120px;
}

.data-th::before {
	content: '\00B7';
	position: absolute;
	left: 0;
	top: 5px;
}

.data-td {
	width: calc(100% - 120px);
	padding: 5px 0;
}

.data-td.link > a {
	position: relative;
	padding-right: 26px;
}
	
.data-td.link > a::before,
.data-td.link > a::after {
	content: '';
	position: absolute;
}

.data-td.link > a::before {
	top: 2px;
	right: -3px;
	width: 12px;
	height: 12px;
	background: transparent url('../img/icons/ico-link-arrow-gray.png') 50% 50%/100% 100% no-repeat;
}

.data-td.link > a::after {
	top: 5px;
	right: 0;
	width: 17px;
	height: 17px;
	background: transparent url('../img/icons/ico-link-box-gray.png') 50% 50%/100% 100% no-repeat;
}

.data-label {
	display: flex;
	margin-top: 10px;
}

.data-label > li {
	padding: 6px 8px;
	margin: 0 5px;
	border-radius: 15px;
	background-color: #fff;
	font: 500 14px/1 'noto';
}

.data-label > li:first-child {
	margin-left: 0;
}

.data-label > li:last-child {
	margin-right: 0;
}

.data-label > li.label-stock {
	border: 1px solid #00817f;
	color: #00817f;
}
.data-label > li.label-charge {
	border: 1px solid #0055d5;
	color: #0055d5;
}
.data-label > li.label-shipping {
	border: 1px solid #6704ac;
	color: #6704ac;
}
.data-label > li.label-img {
	border: 1px solid #815500;
	color: #815500;
}



.detail-container {
	position: relative;
	padding-bottom: 45px;
	background-color: #fff;
}

.detail-title {
	padding: 40px 0 30px 0;
}

.detail-title.pd-0 {
	padding-bottom: 0;
}

.detail-title.pd-15 {
	padding-bottom: 15px;
}

.detail-title > p {
	position: relative;
	padding-left: 26px;
	font: 500 20px/1 'noto';
	color: #142331;
}

.detail-title > p::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background: transparent url('../img/icons/ico-site-category-00-bk.png') 50% 50%/100% 100% no-repeat;
}

#sub_data {
	display: flex;
	flex-wrap: wrap;
}

#sub_data > * {
	flex-basis: 50%;
}

#sub_data .data-td {
	padding-right: 10px;
}

.detail-map-text {
	margin-bottom: 15px;
	font: 400 16px/1 'noto';
    color: #142331;
}

#detail_map {
	position: relative;
	width: 100%;
	height: 330px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap; /* 요소가 한 줄로 처리되도록 설정 */
    border: 0;
}

.feelmsg-info{
	height: 30px;
    padding-left: 20px;
    font-weight: 500;
}
.list-box-filter button {
    width: 190px;
    position: relative;
    height: 45px;
    background-color: #dd1156;
    border-radius: 5px;
    font: 500 18px / 1 'noto';
    color: #fff;
    width: 210px;
}
.list-box-filter.textarea{
	text-align: center;
}

.scroll-box {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 50px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* 모바일 콤보 */
.select-wrapper select {
    width: 100%;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #7f5ae6;
    appearance: none;
    background-color: #2d1b4a;
    color: #fff;
    font-size: 15px;
    padding-right: 40px;
}
.select-wrapper {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}

/* 기본: PC 카테고리 영역*/
.category-mobile {
	display: none;
}

/* 기본: PC 카테고리 영역*/
.style-mobile {
	display: none;
}

.style-custom-arrow,
	.custom-arrow {
    display: none;
}


@media (max-width: 480px) {
	.feelmsg-info{
		line-height: 23px;
    	padding: 15px;
		height: 70px;
	}
	.search-box input {
		width: 100%;	
	}
	.search-box .disp-category {
		width: 50px;
		padding-left: 10px;		
	}	

	.contents-container li {
		width: 100%;
	}	
	.loading-loading-result{
		width: 80%;
	}
	
	.category-mobile {
		display: block;
	}
	.category-pc {
		display: none;
	}

	/* 스타일영역 */
	.style-mobile {
		display: block;
	}
	.style-pc {
		display: none;
	}
	
	#categorySelect {
		width: 100%;
		padding: 12px 16px;
		font-size: 16px;
		border: 2px solid #cb1654;
		border-radius: 16px;
		background: #e212b1;
		color: #fff;
		appearance: none; /* 기본 화살표 제거 */
		background-image: url('data:image/svg+xml;charset=US-ASCII,...'); /* custom 화살표 아이콘 */
		background-repeat: no-repeat;
		background-position: right 12px center;
	}
	.custom-arrow {
		position: absolute;
		right: 25px;
        top: 45%;
		transform: translateY(-50%);
		pointer-events: none;
		color: #fff;
		font-size: 14px;
	}

	#styleSelect {
		width: 100%;
		padding: 12px 16px;
		font-size: 16px;
		border: 2px solid #cb1654;
		border-radius: 16px;
		background: #e212b1;
		color: #fff;
		appearance: none; /* 기본 화살표 제거 */
		background-image: url('data:image/svg+xml;charset=US-ASCII,...'); /* custom 화살표 아이콘 */
		background-repeat: no-repeat;
		background-position: right 12px center;
	}

	.style-custom-arrow {
		position: absolute;
		right: 25px;
        top: 74%;
		transform: translateY(-50%);
		pointer-events: none;
		color: #fff;
		font-size: 14px;
	}

	.list-box-filter {
		margin-top: 31px;
	}

	.style-custom-arrow,
	.custom-arrow {
		display: block;	
	}

	.label-container {
		padding: 0px 1px;
	}	

}
