@charset euc-kr;


.page-container{
    width: 1200px;
    margin: 0 auto;
}
.order_cate{
    width: 1200px;
    margin: 0 auto;
}

.sm12 li a{
    width: 202px;
}

.order{
    width: 1200px;
}

.order .or_l {
    width: 590px;
    float: left;
    font-size: 15px;
    margin-right: 10px;
}
.order .or_r {
    width: 600px;
    float: left;

}
.order .or_l .Pimg span.btn_zoom a {
    margin: 253px 0 0 -43px;
}
.title{
    font-size: 30px;
    font-weight: 500;
}
.s_txt{
    font-size: 14px;
    font-weight: 500;
}
.menu-title{
    font-size: 22px;
}
.sm18_3d_cate{
    width: 1202px;
}


/* Ã¥ÀÚ Ãß°¡ Àü
.quick-search-item {
    padding: 0 10px;
}
*/

/* 1. BoxÇü ÅÂ±× ¹èÄ¡ ½ºÅ¸ÀÏ */
.sm12.design-tag {
	float: none;
	width: 100%;
	margin: 10px 0 20px 0;
	display: flex;
	flex-wrap: wrap; /* Ç×¸ñÀÌ ¸¹¾ÆÁö¸é ´ÙÀ½ ÁÙ·Î ³Ñ¾î°¨ */
	justify-content: flex-start; /* ¿ÞÂÊºÎÅÍ Ã¤¿ò */
	border: none; /* ÀüÃ¼ ÄÁÅ×ÀÌ³Ê Å×µÎ¸® Á¦°Å */
	padding: 5px 0; /* »óÇÏ ¿©¹é Ãß°¡ */
}

/* 2Â÷ ¸Þ´º Ç×¸ñ (li) */
.sm12.design-tag li {
	flex-grow: 0; /* ³Êºñ ±Õµî ºÐ¹è ´ë½Å ³»¿ë¹° Å©±â¸¸Å­¸¸ »ç¿ë */
	flex-basis: auto;
	list-style: none;
	margin: 0 5px 10px 5px; /* Ç×¸ñ °£ °£°Ý (ÅÂ±×Ã³·³ º¸ÀÌ°Ô) */
	padding: 0;
	text-align: center;
	box-sizing: border-box;
    background-color: #ffffff; /* ±âº» ¹è°æ»ö */

}

/* 2Â÷ ¸Þ´º ¸µÅ© (a) */
.sm12.design-tag li a {
	width: auto;
	padding: 8px 15px; /* ³»ºÎ ÆÐµù Á¶Á¤ */
	font-size: 15px;
	font-weight: 400;
	color: #5a5a5a;
	display: block;
	background-color: #ffffff; /* ±âº» ¹è°æ»ö */
	border: 1px solid #ddd; /* ¾ãÀº Å×µÎ¸® */
	border-radius: 4px; /* ¸ð¼­¸® µÕ±Û°Ô */
	transition: all 0.2s;
}

.sm12 li a {
    background-color: #ffffff; /* ±âº» ¹è°æ»ö */
}

/* È°¼ºÈ­µÈ (¼±ÅÃµÈ) ¸Þ´º */
.sm12.design-tag .nav_on a {
	background-color: #000; /* ¼±ÅÃ ½Ã ¹è°æ °ËÀº»ö */
	color: #ffffff; /* ÅØ½ºÆ® Èò»ö */
	border-color: #000;
	font-weight: 600;
}

/* ¸¶¿ì½º ¿À¹ö ½Ã È¿°ú */
.sm12.design-tag li:not(.nav_on) a:hover {
	color: #000;
	background-color: #eee;
}
/* or_l */
/*°¶·¯¸® ½ºÅ¸ÀÏ*/
/* --- 1. ÀÌ¹ÌÁö °¶·¯¸® ¿µ¿ª ½ºÅ¸ÀÏ --- */
.product-gallery-area {
 	margin-bottom: 20px; 
 	padding-bottom: 20px; 
 	border-bottom: 1px solid #f0f0f0; 
} 

.main-image-view {
 	position: relative; 
 	width: 100%;
    border-radius: 4px; 
 	overflow: hidden;     
    margin-bottom: 0; 
} 

.main-image-view img {
 	width: 100%; 
 	display: block; 
} 

.thumbnail-gallery {
 	width: 100%;  
	display: flex; 
    justify-content: space-between;
	gap: 8px;
} 

.thumb-item {
 	flex: 0 0 calc((100% - 20px) / 3);      
    max-width: calc((100% - 20px) / 3); 
} 

.thumb-item:hover, .thumb-item.active {
 	opacity: 1; 
 	border: 1px solid #00C6AC; 
}

.info-tabs-container {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.tab-headers {
	display: flex;
	background-color: #fcfcfc;
	border-bottom: 1px solid #e0e0e0;
}

.tab-btn {
	flex-grow: 1;
	padding: 15px 15px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	font-weight: 600;
	transition: all 0.3s;
	font-size: 15px;
	color: #666;
}

.tab-btn.active {
	border-bottom: 3px solid #00C6AC;
	color: #000;
	font-weight: bold;
	margin-bottom: -1px;
}

.caution-header {
	background-color: #f7f7f7;
	border-bottom: 1px solid #e0e0e0;
	padding: 20px 30px;
	font-size: 19px;
	font-weight: 700;
	color: #00C6AC;
	display: flex;
	align-items: center;
}

.icon-warning {
	color: #00C6AC;
	font-size: 22px;
	margin-right: 12px;
	font-weight: 900;
}

.caution-body {
	padding: 15px 0px;
}

.caution-body ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.caution-body li {
	line-height: 1.7;
	margin-bottom: 16px;
	padding-left: 28px;
	position: relative;
	font-size: 14.5px;
	color: #444;
}

.caution-body li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	width: 6px;
	height: 12px;
	border: solid #00C6AC;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}


.c_re {
	color: #ff3b30;
	font-weight: bold;
	text-decoration: none;
}



/* --- ÀüÃ¼ ¾ÆÄÚµð¾ð ÄÁÅ×ÀÌ³Ê --- */
.product-info-accordion {
	width: 100%;
	border: none;
	padding: 0;
}

/* --- °¢ Ä«µå (¼½¼Ç) ½ºÅ¸ÀÏ --- */
.info-card {
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #ffffff;
	/* ÀºÀºÇÏ°í ¼¼·ÃµÈ ±×¸²ÀÚ·Î °æ°è Ç¥Çö */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	transition: box-shadow 0.2s;
}

.info-card.active {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* --- Ä«µå Çì´õ (Åä±Û ¹öÆ°) ½ºÅ¸ÀÏ --- */
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px;
	cursor: pointer;
	background-color: #fcfcfc;
	border-bottom: 1px solid #eee; /* ±¸ºÐ¼±Àº ÃÖ¼ÒÇÑÀ¸·Î À¯Áö */
}

.info-card.active .card-header {
	background-color: #f5fffd; /* È°¼ºÈ­ ½Ã ¸Å¿ì ¿¬ÇÑ °­Á¶»ö ¹è°æ */
}

.card-title {
	margin: 0;
	font-size: 17px;
	font-weight: 600;
	color: #333;
}

.info-card.active .card-title {
	color: #00C6AC; /* È°¼ºÈ­ ½Ã ¸ÞÀÎ ÄÃ·¯ Àû¿ë */
	font-weight: 700;
}

/* --- Åä±Û ¾ÆÀÌÄÜ ( + / - ) ½ºÅ¸ÀÏ --- */
.toggle-icon {
	font-size: 20px;
	font-weight: 400; /* ±ò²ûÇÑ µÎ²² */
	color: #888;
	line-height: 1;
	transition: color 0.2s;
}

.info-card.active .toggle-icon {
	color: #00C6AC;
	/* ±âÁ¸ÀÇ ¾î¼³ÇÂ È¸Àü È¿°ú ¿ÏÀüÈ÷ Á¦°Å */
}

/* --- Ä«µå ³»¿ë ½ºÅ¸ÀÏ --- */
.card-content {
	padding: 15px 20px 5px 20px;
}

/* --- À¯ÀÇ»çÇ× ¸®½ºÆ® ½ºÅ¸ÀÏ --- */
.caution-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.caution-list li {
	position: relative;
	padding-left: 18px; /* ÀÛÀº Á¡À» À§ÇÑ °ø°£ È®Àå */
	margin-bottom: 12px;
	line-height: 1.6;
	font-size: 14px;
	color: #555;
}

/* Ä¿½ºÅÒ ºí·¿: ÀÛÀº ¿øÇü Á¡ (°­Á¶»ö »ç¿ë) */
.caution-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00C6AC;
}

/* À§Çè °­Á¶ ÅØ½ºÆ® */
.c_danger {
	color: #c0392b; /* ´õ¿í ¾ÈÁ¤ÀûÀÌ°í °­·ÄÇÑ »¡°£»ö */
	font-weight: 700;
}


/* --- »ó¼¼ ½ºÆå Å×ÀÌºí ½ºÅ¸ÀÏ --- */
.spec-detail-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	font-size: 14px;
}

.spec-detail-table th,
.spec-detail-table td {
	padding: 10px 0;
	text-align: left;
	/* Á¡¼±À» ´õ ¾ã°í ¿¬ÇÏ°Ô */
	border-bottom: 1px dashed #f5f5f5;
}

.spec-detail-table th {
	width: 35%;
	font-weight: 500;
	color: #777;
	background-color: transparent;
}

.spec-detail-table td {
	width: 65%;
	font-weight: 600;
	color: #333;
}

/* ¸¶Áö¸· Çà º¸´õ Á¦°Å */
.spec-detail-table tr:last-child th,
.spec-detail-table tr:last-child td {
	border-bottom: none;
}

/* ÇÙ½É °­Á¶ Çà (highlight-row) */
.spec-detail-table .highlight-row th,
.spec-detail-table .highlight-row td {
	background-color: #e6fffb;
	color: #00C6AC;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}

/*C¾È µðÀÚÀÎ*/
.product-container-550 {
	width: 100%;
	max-width: 550px;
	margin: 0 10px;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.03); /* ¾ÆÁÖ ¹Ì¼¼ÇÑ ±×¸²ÀÚ */
	border-radius: 8px;
}

/* --- 1. ÀÌ¹ÌÁö °¶·¯¸® ¿µ¿ª --- */

/* ¸ÞÀÎ ÀÌ¹ÌÁö ºä */
/* ÀÌ¹ÌÁö °¶·¯¸® ÀüÃ¼ ÄÁÅ×ÀÌ³Ê */
.product-gallery-area {
	width: 100%; /* ºÎ¸ð ¿ä¼ÒÀÇ Å©±â¿¡ µû¶ó Á¶Á¤ */
	max-width: 560px; /* ¸ÞÀÎ ÀÌ¹ÌÁöÀÇ ÃÖ´ë ³Êºñ¸¦ Á¦ÇÑÇÏ¿© ÀÛ°Ô ¸¸µê */
}

/* ¸ÞÀÎ ÀÌ¹ÌÁö ºä */
.main-image-view {
	/* ÀÌ¹ÌÁö¿Í ½æ³×ÀÏ »çÀÌÀÇ °£°Ý */
	margin-bottom: 15px; 
}

/* ½æ³×ÀÏ Ç×¸ñ */
.thumb-item {
	width: calc(33.33% - 7px); /* 3°³¸¦ °¡·Î·Î ¹èÄ¡ÇÏ°í °¸À» °í·ÁÇÏ¿© ³Êºñ Á¶Á¤ */
	height: auto;
	cursor: pointer;
	opacity: 0.7; /* ¼±ÅÃµÇÁö ¾ÊÀº ½æ³×ÀÏÀ» ¾à°£ Èå¸®°Ô */
	transition: opacity 0.2s, border 0.2s;
	border: 1px solid #ddd; /* ¾ãÀº Å×µÎ¸® */
}

/* È°¼ºÈ­µÈ (¼±ÅÃµÈ) ½æ³×ÀÏ °­Á¶ */
.thumb-item.active {
	opacity: 1; /* ¼±¸íÇÏ°Ô */
	border: 2px solid #333; /* ±½Àº Å×µÎ¸®·Î ¼±ÅÃ °­Á¶ */
	padding: 1px; /* Å×µÎ¸®°¡ µÎ²¨¿öÁö¸é¼­ Å©±â°¡ º¯ÇÏ´Â °ÍÀ» ¹æÁöÇÏ±â À§ÇØ ÆÐµù Á¶Á¤ */
}

.thumb-item:hover {
	opacity: 1;
	border-color: #999;
}

.thumb-item {
	flex-shrink: 0;
	height: auto;
	object-fit: contain;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 4px;
	opacity: 0.7;
	transition: opacity 0.2s, border 0.2s;
}

.thumb-item.active {
	opacity: 1;
	border: 2px solid #00C6AC;
}

/* --- 2. À¯ÀÇ»çÇ× ¼½¼Ç (´Ü°èº° °¡ÀÌµå ±¸Á¶) --- */
.guide-section {
	padding: 10px 0;
}

.guide-header {
	font-size: 20px;
	font-weight: 800;
	color: #00C6AC;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #00C6AC;
	text-align: center;
}

.guide-step {
	margin-bottom: 30px;
	border-left: 3px solid #eee; /* ¼öÁ÷ °¡ÀÌµå¶óÀÎ */
	padding-left: 15px;
	position: relative;
}

.step-title {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
	background-color: #fcfcfc;
	padding: 5px 0;
}

.step-title::before {
	content: counter(step-counter);
	counter-increment: step-counter;
	position: absolute;
	left: -20px;
	top: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background: #00C6AC;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

.guide-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.guide-list li {
	line-height: 1.6;
	margin-bottom: 8px;
	padding-left: 10px;
	position: relative;
	font-size: 14px;
	color: #555;
}

.guide-list li::before {
	content: '¡¤';
	position: absolute;
	left: 0;
	top: 0;
	color: #00C6AC;
	font-weight: 900;
}

.c_re {
	color: #e74c3c;
	font-weight: 700;
}

/* Ä«¿îÅÍ ÃÊ±âÈ­ */
.guide-section {
    counter-reset: step-counter;
}

/* --- 2. ÅÇ ¿µ¿ª ½ºÅ¸ÀÏ --- */ 
.info-tabs-container { 	
    margin-top: 20px; 
}  

.tab-headers { 	
    display: flex; 	
    border-bottom: 2px solid #e0e0e0; 
}  

.tab-button {
    flex-grow: 1;
    text-align: center;
    padding: 14px 15px; 
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #777;
    background-color: transparent;
    transition: all 0.3s ease;
    border: none;
    position: relative;
    /* ¹öÆ° ÀÚÃ¼¿¡´Â º¸´õ Á¦°Å */
}

.tab-button.active { 	
    color: #000; 	
    font-weight: 700; 	
    /* ÇÏÀÌ¶óÀÌÆ® ¶óÀÎÀ» ¹öÆ° ¹Ù±ùÂÊÀ¸·Î »©¼­ ´õ ±ò²ûÇÏ°Ô */
} 
.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -2px; /* border-bottom µÎ²²¿¡ ¸ÂÃç Á¶Àý */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #00C6AC;
}

/* ÅÇ ÄÜÅÙÃ÷ °øÅë ½ºÅ¸ÀÏ */
.tab-content {
    display: none;
    padding-top: 20px;
    animation: fadeIn 0.4s;
}

.tab-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- ÁÖÀÇ»çÇ× ¸ñ·Ï ½ºÅ¸ÀÏ --- */

.caution-header {
    font-size: 18px;
    font-weight: 700;
    color: #00C6AC;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
}

.caution-body ul { 	
    list-style: none; 	
    padding-left: 0; 	
    margin: 0; 
}  

.caution-body li { 	
    line-height: 1.6; 	
    margin-bottom: 12px; 	
    padding-left: 20px; 	
    position: relative; 	
    font-size: 14px; 	
    color: #444; 
}  


.c_re { 	
    color: #e74c3c; 	
    font-weight: 700; 
}    

/* °ßÀû¼­ ÀüÃ¼ ÄÁÅ×ÀÌ³Ê ½ºÅ¸ÀÏ */
.estimate-content {
	/* ºÒÇÊ¿äÇÑ º¸´õ Á¦°Å ¹× ±ò²ûÇÑ °æ°è¼± Ãß°¡ */
	padding: 20px;
	background-color: #ffffff; /* Èò»ö ¹è°æ À¯Áö */
	/* border: 1px solid #eee; /* ¾ÆÁÖ ¾ãÀº °æ°è¼± (¼±ÅÃ»çÇ×, ÇÊ¿ä¾øÀ¸¸é Á¦°Å) */
}

/* °ßÀû¼­ Á¦¸ñ ½ºÅ¸ÀÏ */
.estimate-content h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #333; /* ±½Àº ÇÏ´Ü ¼±À¸·Î Á¦¸ñ °­Á¶ */
}

/* ¸ðµç p ÅÂ±× ½ºÅ¸ÀÏ */
.estimate-content p {
	font-size: 15px;
	line-height: 1.8;
	margin: 0 0 5px 0; /* °£°Ý Á¶Á¤ */
	padding: 3px 0;
	display: flex; /* Ç×¸ñ°ú ³»¿ëÀ» ³ª¶õÈ÷ Á¤·Ä */
	justify-content: space-between; /* ¿ÞÂÊ/¿À¸¥ÂÊ ³¡À¸·Î ºÐ¸® */
}

/* Ç×¸ñ Á¦¸ñ (Strong) ½ºÅ¸ÀÏ */
.estimate-content p strong {
	font-weight: 600;
	color: #555;
	width: 120px; /* Ç×¸ñ ³Êºñ °íÁ¤À¸·Î ±ò²ûÇÏ°Ô Á¤·Ä */
	text-align: left;
}

/* Á¤º¸ ³»¿ë (Span) ½ºÅ¸ÀÏ */
.estimate-content p span {
	font-weight: 400;
	color: #000;
	text-align: right;
	flex-grow: 1; /* ³²Àº °ø°£ ¸ðµÎ »ç¿ë */
}

/* ¼öÆò¼± ½ºÅ¸ÀÏ (Á¤º¸ ±×·ì ±¸ºÐ) */
.estimate-content hr {
	border: none;
	border-top: 1px solid #ccc; /* ¾ãÀº ±¸ºÐ¼± */
	margin: 15px 0;
}

/* ÃÖÁ¾ °ßÀû ºñ¿ë °­Á¶ ½ºÅ¸ÀÏ */
.estimate-content p:last-child {
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #333; /* ÃÖÁ¾ ±Ý¾× ±×·ìÀ» ¸íÈ®È÷ ±¸ºÐ */
}
.estimate-content p:last-child strong {
	font-size: 18px;
	color: #333;
}
.estimate-content p:last-child span {
	font-size: 24px;
	font-weight: 700;
	color: #ff6400; /* °­Á¶ ÄÃ·¯ (°áÁ¦±Ý¾×°ú µ¿ÀÏÇÏ°Ô) */
}

/* ÄÁÅ×ÀÌ³Ê ½ºÅ¸ÀÏ */
.info-accordion-container {
	max-width: 560px;
}

/* ¾ÆÄÚµð¾ð Çì´õ (ÁÖÀÇ»çÇ×) */
.accordion-header {
	background-color: #f7f7f7; /* ÀºÀºÇÑ ¹è°æ»ö */
	color: #333;
	padding: 10px 15px;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	transition: background-color 0.2s;
}

.accordion-header:hover {
	background-color: #eee;
}

/* Åä±Û ¾ÆÀÌÄÜ ½ºÅ¸ÀÏ */
.toggle-icon {
	font-size: 12px;
	transition: transform 0.3s;
}

/* È°¼ºÈ­µÈ Çì´õ ¾ÆÀÌÄÜ */
.accordion-header.active .toggle-icon {
	transform: rotate(180deg);
}

/* ¾ÆÄÚµð¾ð ÄÜÅÙÃ÷ (ÁÖÀÇ»çÇ× º»¹®) */
.accordion-content {
	padding: 0 15px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out, padding 0.3s ease-out;
	border-bottom: 1px solid #eee; /* º»¹®°ú ¹öÆ° »çÀÌ ±¸ºÐ */
}

/* È°¼ºÈ­µÈ ÄÜÅÙÃ÷ */
.accordion-content.active {
	max-height: 500px; /* ÃæºÐÇÑ ³ôÀÌ (ÄÜÅÙÃ÷ ±æÀÌ¿¡ µû¶ó Á¶Àý ÇÊ¿ä) */
	padding: 5px;
}

/* ÁÖÀÇ»çÇ× ¸®½ºÆ® ½ºÅ¸ÀÏ */
.caution-body ul {
	list-style: disc;
	padding-left: 10px;
	margin: 0;
}
.caution-body li {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
}
.caution-header {
	font-size: 16px;
	margin-bottom: 10px;
	color: #666;
}
.c_re {
	color: #ff6400; /* °­Á¶ »ö»ó À¯Áö */
}

/* ¾×¼Ç ¹öÆ° ÄÁÅ×ÀÌ³Ê */
.action-buttons-container {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 10px 0;
	background-color: #fff;
}

/* ¾×¼Ç ¹öÆ° °øÅë ½ºÅ¸ÀÏ */
.action-button {
    max-width: 270px;
	flex-grow: 1;
	padding: 10px 15px;
	margin: 0 5px;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #333;
	font-size: 15px;
	font-weight: 500;
	transition: background-color 0.2s, border-color 0.2s;
}

.action-button:hover {
	background-color: #f0f0f0;
	border-color: #999;
}

.action-button:first-child {
	margin-left: 0;
}
.action-button:last-child {
	margin-right: 0;
}
/*È¨¸Þ´º*/

.sTit_loc .loc {
    width: 14%;
}

/*
 * ¼û°ÜÁø ¼¿·ºÆ® ¹Ú½º °­Á¦ ¼û±è Ã³¸®
 * name="Product_1"¿¡ ÀÇÇØ ±úÁö´Â µðÀÚÀÎÀ» ¹æÁöÇÕ´Ï´Ù.
 */
.hidden-select-fix {
	display: none !important; /* °¡Àå °­·ÂÇÑ ¼û±è */
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    position: absolute !important; /* ·¹ÀÌ¾Æ¿ô¿¡¼­ ¿ÏÀüÈ÷ ºÐ¸® */
    left: -9999px !important;
    top: -9999px !important;
}


