/* 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');

.unicode-text {
    font-family: 'Noto Sans Symbols 2', 'Noto Sans Symbols', 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif,'Arial Unicode MS';
}


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-reco-03-wh.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;
}

.list-box-filter.textarea{
	display: flex;
    justify-content: center;
}

.list-box-filter button{
	width: 190px;
    position: relative;
    height: 45px;
    background-color:#43a2ff;
    border-radius: 5px;
    font: 500 18px / 1 'noto';
    color: #fff;
	width: 210px;
}

.list-box-filter .btn-search-result{
	width: 190px;
    position: relative;
    height: 45px;
    background-color: #ccc;  /* 비활성화 시 회색 */
    border-radius: 5px;
    font: 500 18px / 1 'noto';
    color: #fff;
	width: 210px;
    cursor: not-allowed;    
}
.list-box-filter .btn-search-result.active{
	width: 190px;
    position: relative;
    height: 45px;
    cursor: pointer !important;;
    background-color:#43a2ff !important;;
    border-radius: 5px;
    font: 500 18px / 1 'noto';
    color: #fff;
	width: 210px;
}

.list-box-filter .btn-search-button {
    height: 50px;
	width: 100px;
}

.list-box-filter input{
	width: 85%;    
	font-size: 23px;
    font-weight: 500;
    color: #29292a;
}

/* 하단 설명 */
.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: #136c82;
    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 #286fb6;
    border-radius: 20px;
    background-color: #fff;
    color: #4d4949;
    font-weight: 500;
    cursor: pointer;
}

.label-container li.active{
	background-color: #43a2ff;
    color: #fff;
    border-color: #286fb6;
}

.label-container li:hover{
	background-color: #43a2ff;
    color: #ffffff;
    border-color: #286fb6;
    transition: 0.3s;
}

.contents-container{
	display: flex;
    gap: 7px;
    list-style: none;
	padding: 0px 20px;
    margin: 0;
    flex-wrap: wrap;
}
.contents-container li{
	padding: 10px 16px;
    border: 1px solid #a79d9f;
    border-radius: 5px;
    background-color: #fff;
    color: #4d4949;
    font-weight: 500;
    cursor: pointer;
}

.contents-container li.active{
	background-color: #ff4e6c;
    color: #fff;
    border-color: #ff4e6c;
}

.contents-container li:hover{
	background-color: #f1f0f0;
    border-color: #aaa6a6;
    transition: 0.3s;
}


.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;
}


/* 인스타라인 텍스트 에러리어 */
.center-container {
    display: flex;
    justify-content: center;  /* 가로 중앙 정렬 */
    align-items: center;      /* 세로 중앙 정렬 (필요 시) */
    height: 100vh;            /* 전체 높이 기준으로 중앙 정렬 */
    background-color: #f7f7f7; /* 배경색 추가 (선택사항) */
}

.textarea-container {
    border: 2px solid transparent;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    width: 100%;
    transition: border 0.3s ease;
}

.textarea-container:hover {
    border: 2px solid #2587e7;  /* 호버 시 분홍색 테두리 */
}

.textarea-container textarea {
    width: 100%;
    height: 150px;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: transparent;
}

.textarea-footer {
    text-align: right;
    color: #9e9e9e;
    font-size: 12px;
    margin-top: 5px;
}


.panel-container {
    display: flex;
    align-items: center;
    width: 800px;
    border-radius: 12px;
    background-color: #f9f6f7;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #2685e3;
}

.panel-icon {
    background-color: #2685e3;   /* 왼쪽 배경 파란색 */
    color: #ffffff;              /* 아이콘 색상 */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;                /* 왼쪽 아이콘 영역 크기 */
    height: 100px;               /* 높이 설정 */
}

.panel-icon i {
    font-size: 40px;             /* 아이콘 크기 */
}

.panel-content {	
    line-height: 40px;
    padding: 50px 30px;
    flex-grow: 1;                /* 남은 공간 자동 확장 */
}

.panel-content .title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
}

.panel-content .description {
    font-size: 15px;
    color: #777;
    padding-top: 10px;
}

.panel-content .highlight {
    color: #00A9FF;             /* 강조 색상 */
    font-weight: bold;
}

/* 파일선택 스타일 지정 */

input[type="file"] {
    display: none; /* 기본 파일 선택 버튼 숨기기 */
}
.custom-file-upload {
    width: 120px;
    text-align: center;
    display: inline-block;
    background-color: #3b82f6; /* 파란색 배경 */
    color: #ffffff; /* 흰색 글씨 */
    padding: 12px 11px;
    border-radius: 6px; /* 둥근 모서리 */
    font-weight: bold;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* 그림자 효과 */
    transition: background-color 0.3s ease;
}

.custom-file-upload:hover {
    background-color: #2563eb; /* 호버 시 진한 파란색 */
}
#generator_text {
    white-space: pre-wrap; /* 줄바꿈 강제 유지 */
    word-break: break-word; /* 긴 문장 자동 줄바꿈 */
}

#file-sync{
    width: 30%;
    border: 2px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    color: #333;
    height: 43px;
    padding: 5px 10px;
    border-radius: 12px;
    outline: none;
    font-size: 15px;
}


#file-sync-sec {
	background-color: #d1d5d9;
    /* border: 1px solid #ccc; */
    border-left: none;
    padding: 9px 10px;
    border-radius: 0 10px 10px 0;
    margin-left: -39px;
}

#info-text {
    font-size: 1rem;   /* 글자 크기 약간 작게 */
    line-height: 40px;
    margin-left: 20px;
    color: red;
}

@media (max-width: 480px) {
	.list-box-filter.textarea {
		padding-left: 13px;
		padding-right: 13px;
	}
	.panel-content {
		padding: 35px 10px;	
		word-break: break-word;
    	word-wrap: break-word;
    	white-space: normal;
		text-align: center;
	}

	.list-box-filter input{
		width: 73%;    
		font-size: 18px;
		font-weight: 400;
		color: #29292a;
	}
	
	.list-box-filter .btn-search-button {
		height: 40px;
		width: 80px;
	}
	#file-sync {
		width: 90%;
	}	
}