<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#products_list_wrap {
	width: 100%;
	min-width: 1200px;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

#products_list_wrap.none {
	margin-top: 80px;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
}

#products_list_wrap ul {
	font-size: 0;
}

#products_list_wrap ul li {
	display: inline-block;
	width: 22%;
	margin: 80px 0 0 4%;
	vertical-align: top;
	text-align: center;
}

#products_list_wrap ul li:nth-child(-n+4) {
	margin-top: 0;
}

#products_list_wrap ul li:nth-child(4n-3) {
	margin-left: 0;
}

#products_list_wrap .image {
	display: block;
	margin-bottom: 30px;
	padding-bottom: 66%;
	border: 1px solid #ddd;
	border-radius: 15px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

#products_list_wrap .name {
	font-size: 18px;
}

#products_list_wrap .bt_move_wrap {
	margin-top: 20px;
}

#products_list_wrap .bt_move {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: -1px;
	border: 1px solid #ddd;
	background-image: url(/resources/img/comm/arrow_black.png);
	background-repeat: no-repeat;
	background-size: 40px;
	text-indent: -100px;
	overflow: hidden;
}

#products_list_wrap .bt_move:first-child {
	margin-left: 0;
}

#products_list_wrap .bt_move.prev {
	background-position: 10px -25px;
}

#products_list_wrap .bt_move.prev.off {
	background-position: 10px 9px;
}

#products_list_wrap .bt_move.next {
	background-position: -21px -25px;
}

#products_list_wrap .bt_move.next.off {
	background-position: -21px 9px;	
}

#products_list_wrap .bt_move.off {
	cursor: default;
}

#products_list_wrap .bt_wrap {
	margin-top: 80px;
	text-align: center;
}

.detail_slider_wrap {
	width: 760px;
    margin: 0 auto;
}

.detail_slider {
	
}

.detail_slider .item {
	width: 760px;
	height: 480px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
    border-radius: 15px;
    text-indent: -1000px;
    overflow: hidden;
}

.detail_slider_wrap .bx-wrapper .bx-controls-direction a {
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	background-image: url(/resources/img/comm/slider_arrow_black.png);
	z-index: 9999;
}

.detail_slider_wrap .bx-wrapper .bx-prev {
	left: 0;
}

.detail_slider_wrap .bx-wrapper .bx-next {
	right: 0;
}

.detail_slider_pager {
	width: 1200px;
	margin: 40px 0 40px -240px;
	text-align: center;
	font-size: 0;	
}

.detail_slider_pager a {
	display: inline-block;
	margin: 0 5px;
}

.detail_slider_pager a img {
	width: 90px;
	border: 1px solid #eee;
	border-radius: 5px;
}

#products_info_wrap {
	width: 100%;
    min-width: 1200px;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

#products_info_wrap th {
	width: 12%;
}

#products_info_wrap td {
	width: 38%;
}

#products_info_wrap .bt_wrap {
	margin-top: 40px;
	text-align: center;
}

.imgUpload_list {
	font-size: 0;
}

.imgUpload_list li {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 80px;
	margin: 5px;
	vertical-align: top;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}

.imgUpload_list .bt_imgDelete {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	background: rgba(0, 0, 0, 0.4) url(/resources/img/comm/bt_imgDelete.png) no-repeat 50% 50% /8px;
	text-indent: -500px;
	overflow: hidden;
}

.imgUpload_list .bt_imgUpload {
	width: 100%;
	height: 100%;
	border: 1px solid #b5a388;
	font-size: 15px;
	color: #b5a388;
}

#section1 {
	width: 800px;
	margin: 0 auto;
	padding: 80px 0;
	border: 1px solid #ddd;
	text-align: center;
}

#section1 p {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: 300;
}

#section1 .ipt_wrap {
	margin-bottom: 30px;
}

#section1 .ipt_wrap .ipt1 {
	width: 200px;
}

.company_section1 {
	width: 100%;
	height: 300px;
	padding-top: 80px;
	box-sizing: border-box;
	background: #eceae1;
	text-align: center;
}

.company_section1 img {
	height: 60px;
}

.company_section1 &gt; div {
	margin-top: 30px;
}

.company_section1 p {
	font-size: 16px;
	font-weight: 300;
}

.company_section1 p br {
	display: none;
}

.company_section2 {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 80px 50px;
	box-sizing: border-box;
	text-align: center;
}

.company_section2 strong,
.company_section3 strong {
	font-size: 24px;
	font-weight: 500;
}

.company_section2 strong br,
.company_section3 strong br {
	display: none;
}

.company_section2 ul {
	margin-top: 40px;
	font-size: 0;
}

.company_section2 ul li {
	display: inline-block;
	width: 32%;
	margin-left: 2%;
	vertical-align: top;
}

.company_section2 ul li:first-child {
	margin-left: 0;
}

.company_section2 .image {
	display: inline-block;
	width: 280px;
	height: 200px;
	margin-bottom: 40px;
	border-radius: 20px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-indent: -1000px;
	overflow: hidden;
}

.company_section2 p {
	font-size: 14px;
	font-weight: 300;
}

.company_section3 {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
}

.company_section3 .root_daum_roughmap {
	width: 100% !important;
	border-bottom: 1px solid #ddd;
}

.company_section3 .wrap_controllers {
	display: none;
}

.company_section3 .cont {
	margin-top: 80px;
	text-align: center;
}

.company_section3 .cont &gt; div {
	margin-top: 30px;
}

.company_section3 .cont dl,
.company_section3 .cont dt,
.company_section3 .cont dd {
	display: inline-block;
	vertical-align: middle;
}

.company_section3 .cont dl:first-child {
	margin-right: 80px;
}

.company_section3 .cont dt,
.company_section3 .cont dd {
	font-size: 14px;
	font-weight: 300;
}

.company_section3 .cont dt {
	padding: 2px 7px;
	border-radius: 2px;
	background: #b5a488;
	font-weight: 300;
	color: #fff;
	letter-spacing: -0.5px;
}

.company_section3 .cont dd {
	margin-left: 5px;
}

.company_section3 .cont dd br {
	display: none;
}

.ipt_pwd_wrap .bt_wrap {
	margin-top: 30px;
}

@media (max-width: 1000px ) {
	#products_list_wrap {
		min-width: 320px;
		padding: 0 20px;
	}
	
	#products_list_wrap ul li {
		width: 30%;
		margin: 40px 0 0 5%;
	}
	
	#products_list_wrap ul li:nth-child(-n+4) {
		margin-top: 40px;
	}
	
	#products_list_wrap ul li:nth-child(4n-3) {
		margin-left: 5%;
	}
	
	#products_list_wrap ul li:nth-child(-n+3) {
		margin-top: 0;
	}
	
	#products_list_wrap ul li:nth-child(3n-2) {
		margin-left: 0;
	}
	
	#products_list_wrap .image {
		margin-bottom: 20px;
	}
	#products_list_wrap .name {
		display: block;
		font-size: 12px;
	}
	
	#products_list_wrap .bt_move_wrap {
		margin-top: 10px;
	}
	
	#products_list_wrap .bt_move {
		width: 19px;
		height: 19px;
		background-size: 30px;
	}
	
	#products_list_wrap .bt_move.prev {
		background-position: 6px -21px;
	}
	
	#products_list_wrap .bt_move.prev.off {
		background-position: 6px 4px;
	}
	
	#products_list_wrap .bt_move.next {
		background-position: -18px -21px;
	}
	
	#products_list_wrap .bt_move.next.off {
		background-position: -18px 4px;
	}
	
	#products_list_wrap.none {
		margin-top: 40px;
		padding: 0;
	}
	
	.detail_slider_wrap {
		width: 100%;
		min-width: 320px;
		padding: 0;
	}
	
	.detail_slider .item {
		width: 100%;
		height: 280px;
		border-radius: 0;
	}
	
	.detail_slider_pager {
		width: auto;
		margin: 20px 0;
	}
	
	.detail_slider_pager &gt; div {
		width: 100%;
		overflow-x: auto;
		/* 스크롤바 숨기기 */
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none; /* Firefox */
	}
	
	.detail_slider_pager &gt; div::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Opera*/
	}
	
	.detail_slider_pager &gt; div &gt; div {
		margin: 0 auto;
	}
	
	.detail_slider_pager a {
		margin: 0 2px;
	}
	
	.detail_slider_pager a:first-child {
		margin-left: 20px;
	}
	
	.detail_slider_pager a:last-child {
		margin-right: 20px;
	}
	
	.detail_slider_pager a img {
		width: 40px;
	}
	
	#products_info_wrap {
		min-width: 320px;
		padding: 0 20px;
	}
	
	#products_info_wrap th,
	#products_info_wrap td {
		padding: 8px 5px;
	}
	
	#products_info_wrap th {
		width: 20%;
	}
	
	#products_info_wrap td {
		width: 30%;
	}
	
	#products_info_wrap .bt_wrap {
		margin-top: 20px;
	}
	
	#section1 {
		width: 80%;
		min-width: 300px;
		padding: 30px 20px;
		box-sizing: border-box;
	}
	
	#section1 p {
		margin-bottom: 15px;
		font-size: 13px;
		word-break: keep-all;
	}
	
	#section1 .ipt_wrap {
		margin-bottom: 15px;
	}
	
	.company_section1 {
		height: auto;
		padding: 30px 0;
	}
	
	.company_section1 &gt; div {
		margin-top: 20px;
	}
	
	.company_section1 img {
		height: 40px;
	}
	
	.company_section1 p {
		padding: 0 20px;
		font-size: 12px;
	}
	
	.company_section1 p br {
		display: block;
	}
	
	.company_section2 {
		padding: 30px 20px;
	}
	
	.company_section2 strong,
	.company_section3 strong {
		font-size: 18px;
	}
	
	.company_section2 strong br,
	.company_section3 strong br {
		display: block;
	}
	
	.company_section2 ul {
		margin-top: 20px;
	}
	
	.company_section2 ul li {
		width: 30%;
		margin-left: 5%;
	}
	
	.company_section2 .image {
		width: 90%;
		height: 0;
		margin-bottom: 20px;
		padding-bottom: 60%;
	}
	
	.company_section2 p {
		text-align: left;
		font-size: 12px;
	}
	
	.company_section2 p br {
		display: none;
	}
	
	.company_section3 {
		padding: 0;
	}
	
	.company_section3 .wrap_map {
		height: 210px !important;
	}
	
	.company_section3 .cont {
		margin-top: 30px;
	}
	
	.company_section3 .cont &gt; div {
		width: 280px;
		margin: 20px auto 0 auto;
		text-align: left;
	}
	
	.company_section3 .cont dl {
		display: block;
	}
	
	.company_section3 .cont dl:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.company_section3 .cont dt,
	.company_section3 .cont dd {
		vertical-align: top;
	}
	
	.company_section3 .cont dt {
		width: 70px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}
	
	.company_section3 .cont dd br {
		display: block;
	}
	
	.ipt_pwd_wrap .bt_wrap {
		margin-top: 20px;
	}
}

/* Modal styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.modal-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    width: 500px;
    max-width: 90%;
    z-index: 1001;
}

.modal-content {
    padding: 20px;
}

.file-input-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.file-input-field {
    flex-grow: 1;
    border: 1px solid #ccc;
    padding: 8px;
    color: #999;
}

.browse-button {
    margin-left: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    padding: 8px 16px;
    cursor: pointer;
}

.file-upload-area {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.preview-text {
    color: #999;
    margin-bottom: 10px;
    font-size: 18px;
}

.drop-instruction {
    color: #999;
    margin-bottom: 10px;
}

.file-info {
    font-size: 12px;
    color: #999;
}

.modal-buttons {
    display: flex;
    justify-content: flex-end;
    padding: 10px 20px 20px;
}

.ok-button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    margin-right: 10px;
    padding: 8px 16px;
    cursor: pointer;
}

.cancel-button {
    background-color: #ff7518;
    border: none;
    color: white;
    padding: 8px 16px;
    cursor: pointer;
}

/* YouTube Modal styles */
.youtube-input-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.youtube-url-input {
    flex-grow: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.preview-container {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.preview-placeholder {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.youtube-thumbnails-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.youtube-thumbnail {
    position: relative;
    width: 200px;
    height: 150px;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.youtube-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.youtube-thumbnail .bt_imgDelete {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.4) url(/resources/img/comm/bt_imgDelete.png) no-repeat 50% 50% /8px;
    text-indent: -500px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.youtube-thumbnail iframe {
    width: 100%;
    height: 100%;
    border: none;
}</pre></body></html>