body {
	background:
		radial-gradient(circle at 18% 8%, rgba(126, 202, 246, 0.16), transparent 30%),
		radial-gradient(circle at 86% 18%, rgba(136, 103, 209, 0.14), transparent 28%),
		linear-gradient(180deg, #f7fbff 0%, #ffffff 42%, #f5f8fc 100%) !important;
	color: #213348;
}

#wrapper, #main {
	background: transparent !important;
}

.inner {
	max-width: 1180px;
}

.logo_box {
	padding: 14px 0 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 8px;
	overflow: hidden;
	border-radius: 12px;
	background: transparent;
	box-shadow: none;
}

.logo_box > a {
	display: block;
	width: 100%;
}

.logotop_img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 12px;
	box-shadow: 0 18px 42px rgba(31, 49, 70, 0.12);
}

.title_box {
	margin-top: 44px !important;
}

.title_box .span_kor,
.title_box .span_eng {
	color: #233a5a !important;
	letter-spacing: 0 !important;
}

.title_box i {
	color: #5f7eb0;
}

.btn,
button,
input[type="submit"],
input[type="button"] {
	border-radius: 8px !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	transform: translateY(-1px);
	box-shadow: 0 10px 24px rgba(31, 49, 70, 0.16);
}

.search_box {
	margin-top: 24px;
	text-align: center;
}

.search_box_div,
.search_form_row {
	display: flex !important;
	gap: 10px;
	align-items: center;
	justify-content: center;
	max-width: 780px;
	margin: 0 auto;
	padding: 14px;
	border: 1px solid #d9e4f1;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.82);
	box-shadow: 0 14px 34px rgba(31, 49, 70, 0.08);
}

.search_box select,
.search_box input[type="text"],
.form_select,
.form_input {
	height: 42px;
	border: 1px solid #cfd9e5 !important;
	border-radius: 8px;
	background: #fff;
	color: #24364b;
}

.search_box input[type="submit"],
.form_submit {
	height: 42px;
	border: 0 !important;
	border-radius: 8px;
	background: linear-gradient(135deg, #2f6fab 0%, #7257b8 100%) !important;
	color: #fff !important;
	font-weight: 800;
}

.tiles {
	align-items: stretch;
}

.tiles article {
	border-radius: 12px;
	box-shadow: 0 18px 44px rgba(31, 49, 70, 0.14);
	overflow: hidden;
	background: #fff;
}

.tiles article > .image {
	border-radius: 12px !important;
	background: #fff;
}

.tiles article > .image .logo-img {
	border: 1px solid rgba(217, 228, 241, 0.9);
	box-shadow: 0 14px 28px rgba(31, 49, 70, 0.08);
}

.tiles article > a {
	border-radius: 12px;
}

.no_data_message {
	margin: 48px auto;
	padding: 30px 22px;
	border: 1px solid #d9e4f1;
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 14px 34px rgba(31, 49, 70, 0.08);
	color: #516174;
	text-align: center;
}

.pagination_table {
	margin-top: 34px !important;
	border: 0;
	background: transparent;
}

.free-wrpapper {
	max-width: 1180px;
}

.company-title {
	margin: 26px 0 24px;
	color: #22384f;
	line-height: 1.35;
	word-break: keep-all;
}

.section.company-summary {
	gap: 24px;
	align-items: stretch;
	margin-bottom: 28px;
}

.section.company-summary > .company-logo-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: auto;
	min-height: 220px;
	border: 1px solid #d8e1ec;
	background: #fff;
	border-radius: 12px;
	padding: 26px;
	box-shadow: 0 14px 34px rgba(31, 49, 70, 0.09);
}

.section.company-summary > .company-logo-panel img {
	display: block;
	width: auto;
	max-width: 92%;
	max-height: 170px;
	object-fit: contain;
}

.company-info-table {
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 49, 70, 0.09);
}

.viewer-section-title {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 22px 0 12px;
	color: #1f3146;
	font-weight: 800;
}

.viewer-section-title span {
	font-size: 20px;
}

.product_write > div,
.box_03 > .big_img,
.box_03 > .img_list {
	border: 1px solid #d8e1ec !important;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(31, 49, 70, 0.09);
}

.product_write > div {
	padding: 14px;
}

.product_write p {
	margin-bottom: 10px;
	color: #22384f;
	font-weight: 800;
}

.box_03 {
	gap: 18px;
	margin-top: 24px;
}

.box_03 > .img_list > ul {
	padding: 14px;
}

.box_03 > .img_list > ul > li {
	border: 1px solid #e1e7ef;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
}

.txtArea {
	background: #fff;
	color: #333;
	line-height: 1.65;
}

.content_box {
	max-width: 1180px;
	margin: 30px auto !important;
	padding: 28px !important;
	border: 1px solid #d9e4f1;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 20px 56px rgba(31, 49, 70, 0.12);
}

.content_box > div:first-child img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(31, 49, 70, 0.12);
}

.title {
	margin: 28px 0 20px;
	padding: 16px 18px;
	border-radius: 12px;
	background: linear-gradient(135deg, #2f6fab 0%, #7257b8 100%);
	color: #fff;
}

.title span {
	font-weight: 800;
}

.table_box table {
	border-collapse: separate;
	border-spacing: 0 8px;
}

.table_box td {
	background: #fff;
	border-top: 1px solid #e1e7ef;
	border-bottom: 1px solid #e1e7ef;
}

.table_box td:first-child {
	border-left: 1px solid #e1e7ef;
	border-radius: 8px 0 0 8px;
	color: #22384f;
	font-weight: 700;
}

.table_box td:last-child {
	border-right: 1px solid #e1e7ef;
	border-radius: 0 8px 8px 0;
}

.content_box input[type="text"],
.content_box input[type="password"],
.content_box textarea,
.content_box select {
	border: 1px solid #cfd9e5 !important;
	border-radius: 8px;
	background: #fff;
}

.content_box input[type="file"] {
	position: absolute !important;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0;
	overflow: hidden;
}

#wrap .content_box {
	width: min(1120px, calc(100% - 32px)) !important;
	box-sizing: border-box;
}

#wrap .content_box .box {
	width: min(960px, 100%);
	margin: 10px auto 0;
}

#wrap .content_box .table_box {
	margin-bottom: 18px;
	padding: 16px 20px;
	border: 1px solid #d9e4f1;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(31, 49, 70, 0.08);
	box-sizing: border-box;
	overflow: visible;
}

#wrap .content_box .table_box > table {
	width: 100% !important;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

#wrap .content_box .table_box td,
#wrap .content_box .table_box td:first-child,
#wrap .content_box .table_box td:last-child {
	padding: 12px 8px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #22384f;
}

#wrap .content_box .table_box tr + tr td {
	border-top: 1px solid #e8edf5;
}

#wrap .content_box .table_box td > div:first-child {
	margin-bottom: 8px;
	padding-left: 0;
	font-weight: 800;
	color: #22384f;
}

#wrap .content_box .table_box td > div:last-child {
	padding-left: 0;
}

#wrap .content_box .box input:not([type="checkbox"]):not([type="file"]),
#wrap .content_box .box textarea,
#wrap .content_box .box select {
	max-width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #cfd9e5 !important;
	border-radius: 8px;
	background: #fff !important;
	color: #213348 !important;
	box-sizing: border-box;
}

#wrap .content_box .box input:not([type="checkbox"]):not([type="file"]) {
	width: min(520px, 100%);
}

#wrap .content_box .inline-field-row {
	display: grid;
	align-items: center;
	column-gap: 8px;
	row-gap: 0;
	width: 100%;
}

#wrap .content_box .company-name-row {
	grid-template-columns: 64px minmax(0, 1fr) 64px minmax(0, 1fr);
}

#wrap .content_box .phone-row {
	grid-template-columns: 110px 14px 120px 14px 120px;
	width: max-content;
}

#wrap .content_box .inline-field-row .inline-label {
	display: block;
	width: 64px;
	height: 40px;
	padding: 0 10px;
	border-radius: 8px;
	background: #edf3fa;
	color: #22384f;
	font-size: 13px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
}

#wrap .content_box .company-name-row input:not([type="checkbox"]):not([type="file"]) {
	width: 100%;
	min-width: 0;
	height: 40px;
}

#wrap .content_box .phone-row select {
	width: 110px;
	height: 40px;
}

#wrap .content_box .phone-row input:not([type="checkbox"]):not([type="file"]) {
	width: 120px;
	height: 40px;
	text-align: center;
}

#wrap .content_box .phone-dash {
	display: block;
	width: 14px;
	color: #607086;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
}

#wrap .content_box .box input::placeholder,
#wrap .content_box .box textarea::placeholder {
	color: #8997a8;
}

#wrap .content_box .box textarea {
	width: 100%;
	min-height: 180px;
	line-height: 1.6;
}

#wrap .content_box .box .product_select {
	display: block;
	width: min(220px, 100%);
	margin: 0 0 14px 0;
	font-weight: 800;
}

#wrap .content_box .box label[for^="file"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	margin: 0 8px 6px 8px;
	padding: 0 16px;
	border-radius: 8px;
	background: #1f3146;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

#wrap .content_box .file_text_01,
#wrap .content_box .file_text_02 {
	display: inline-block;
	padding-left: 0;
	font-size: 13px;
}

#wrap .content_box .btn_box {
	text-align: center;
}

#wrap .content_box .btn_box button {
	min-width: 120px;
	min-height: 42px;
	border-radius: 8px;
	background: #1f3146;
	color: #fff;
	font-weight: 800;
}

@media screen and (max-width: 1024px) {
	.inner,
	.free-wrpapper,
	.content_box,
	#wrap .content_box {
		max-width: 100% !important;
	}

	.inner,
	.inner.inner-two,
	.free-wrpapper {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.logo_box,
	.search_box_div,
	.search_form_row {
		width: 100%;
	}

	.section.company-summary {
		display: block;
	}

	.section.company-summary > .company-logo-panel,
	.section.company-summary > div {
		width: 100%;
	}

	.company-info-table {
		margin-top: 16px;
		width: 100%;
	}

	.box_03 {
		display: block;
	}

	.box_03 > .big_img,
	.box_03 > .img_list {
		width: 100% !important;
		margin-bottom: 16px;
	}

	#wrap .content_box .phone-row {
		width: 100%;
		grid-template-columns: 110px 14px minmax(0, 1fr) 14px minmax(0, 1fr);
	}

	.tiles {
		margin: -1.25em 0 0 -1.25em;
	}

	.tiles article {
		width: calc(50% - 1.25em);
		margin: 1.25em 0 0 1.25em;
	}
}

@media screen and (max-width: 736px) {
	.inner,
	.inner.inner-two,
	.free-wrpapper {
		padding-left: 12px;
		padding-right: 12px;
	}

	.logo_box {
		margin-bottom: 0;
	}

	.search_box_div,
	.search_form_row {
		display: grid !important;
		grid-template-columns: 1fr;
		padding: 12px;
	}

	.search_box select,
	.search_box input,
	.form_select,
	.form_input,
	.form_submit {
		width: 100% !important;
	}

	.section.company-summary {
		gap: 14px;
	}

	.section.company-summary > .company-logo-panel {
		width: 100%;
		min-height: 160px;
		padding: 18px;
	}

	.company-title {
		font-size: 1.55em;
	}

	.tiles {
		display: block;
		margin: 0;
	}

	.tiles article {
		width: 100% !important;
		margin: 0 0 16px 0 !important;
	}

	body:not(.is-touch) .tiles article:hover > .image,
	body:not(.is-touch) .tiles article.has-logo:hover > .image {
		transform: none !important;
	}

	.content_box {
		margin: 0 auto !important;
		padding: 16px !important;
		border-radius: 14px;
	}

	#wrap .content_box {
		width: 100% !important;
	}

	#wrap .content_box .table_box {
		padding: 12px;
	}

	#wrap .content_box .btn_box button,
	#wrap .content_box .box .product_select,
	#wrap .content_box .box input:not([type="checkbox"]):not([type="file"]) {
		width: 100%;
	}

	#wrap .content_box .inline-field-row {
		width: 100%;
	}

	#wrap .content_box .company-name-row {
		grid-template-columns: 1fr;
		row-gap: 8px;
	}

	#wrap .content_box .company-name-row .inline-label {
		width: 100%;
	}

	#wrap .content_box .phone-row {
		grid-template-columns: 1fr;
		width: 100%;
		row-gap: 8px;
	}

	#wrap .content_box .phone-row select {
		width: 100%;
	}

	#wrap .content_box .phone-row input:not([type="checkbox"]):not([type="file"]) {
		width: 100%;
	}

	#wrap .content_box .phone-dash {
		display: none;
	}

	.pagination_table {
		display: block;
		width: 100%;
	}

	.pagination_table tr,
	.pagination_table td {
		display: block;
		width: 100% !important;
		text-align: center !important;
	}

	#wrap .content_box .table_box td {
		display: block;
		width: 100%;
		padding: 8px 0;
	}

	#wrap .content_box .table_box tr:first-child td {
		padding-top: 0;
	}

	#wrap .content_box .table_box td > div:first-child {
		margin-bottom: 6px;
	}
}

@media screen and (max-width: 480px) {
	.title_box {
		margin-top: 28px !important;
	}

	.title_box .span_kor,
	.title_box .span_eng,
	.company-title,
	.viewer-section-title span {
		font-size: 1.2em !important;
	}

	.logo_box {
		padding-top: 8px;
	}

	.content_box {
		padding: 12px !important;
	}

	#wrap .content_box .table_box {
		padding: 10px;
		border-radius: 10px;
	}
}
