@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
textarea, input { -webkit-appearance: none; -webkit-border-radius: 0; }
figure { margin: 0; }
button { outline: none; border: none; }
html { font-size: 62.5%; }
a { text-decoration: none; }
img {
	width: 100%;
	height: auto;
	display: block; 
}

/*  common
------------------------------------------------------------------------ */
::selection {
    background-color: var(--cp1);
	color: var(--cwh);
}
:root {
	--cp1: #001FFF;
	--cp2: #61BBFE;
	--cp3: #BBE2FE;
	--cp4: #F2F3FF;
	--cwh: #fff;
	--cbk: #000;

	--cg1: #292929;
	--cg2: #555;
	--cg3: #8e8e8e;
	--cg4: #e6e6e6;
	--cg5: #f5f5f5;

	--fs0: 1.1rem;
	--fs1: 1.3rem;
	--fs2: 1.4rem;
	--fs25: 1.55rem;
	--fs3: 1.8rem;
	--fs35: 1.95rem;
	--fs4: 2.1rem;
	--fs5: 2.4rem;
	--fs6: 3.2rem;
	--fs7: 4.6rem;
	--fs8: 5.6rem;
	--fs9: 7.2rem;
	--fs10: 9.6rem;
}

h1, h2, h3, h4, h5, h6 {
	font-size: var(--fs1);
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.h1 {
	font-size: var(--fs9);
	line-height: 1.3;
	font-weight: 700;
}
.h2 {
	font-size: var(--fs8);
	line-height: 1.3;
	font-weight: 700;
}
.h3 {
	font-size: var(--fs7);
	line-height: 1.3;
	font-weight: 700;
}
.h4 {
	font-size: var(--fs6);
	line-height: 1.4;
}
.h5 {
	font-size: var(--fs5);
	line-height: 1.4;
	font-weight: 600;
}
.p {
	font-size: var(--fs4);
	line-height: 1.5;
}
.detail {
	font-size: var(--fs3);
	line-height: 1.5;
}
.cap {
	font-size: var(--fs2);
	line-height: 1.5;
}
.label {
	font-size: var(--fs1);
	line-height: 1.5;
	font-weight: 600;
}
.tac { text-align: center; }
.tar { text-align: right; }
.tal { text-align: left; }

hr.sep {
	margin: 60px auto;
	display: block;
	background: var(--cg4);
	border: none;
	width: 100%;
	height: 1px;
}
.maxw {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
.maxw {
    max-width: 1280px;
}
}
.maxws {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 979.99px) and (max-width: 1479.98px) {
.maxws {
    max-width: 860px;
}
}
.lmt {
    width: calc(100% - 80px) !important;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.lmts {
    width: calc(100% - 160px) !important;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.po { display: block !important; }
.mo { display: none !important; }

.nmt { margin-top: 0 !important; }
.nmb { margin-bottom: 0 !important; }
.npt { padding-top: 0 !important; }
.npb { padding-bottom: 0 !important; }

.mt1 { margin-top: 8px; }
.mt2 { margin-top: 16px; }
.mt3 { margin-top: 24px; }
.mt4 { margin-top: 32px; }
.mt5 { margin-top: 40px; }
.mt6 { margin-top: 60px; }
.mt7 { margin-top: 100px; }
.mb1 { margin-bottom: 8px; }
.mb2 { margin-bottom: 16px; }
.mb3 { margin-bottom: 24px; }
.mb4 { margin-bottom: 32px; }
.mb5 { margin-bottom: 40px; }
.mb6 { margin-bottom: 60px; }
.mb7 { margin-bottom: 100px; }

.pt1 { padding-top: 8px; }
.pt2 { padding-top: 16px; }
.pt3 { padding-top: 24px; }
.pt4 { padding-top: 32px; }
.pt5 { padding-top: 40px; }
.pt6 { padding-top: 60px; }
.pt7 { padding-top: 100px; }
.pb1 { padding-bottom: 8px; }
.pb2 { padding-bottom: 16px; }
.pb3 { padding-bottom: 24px; }
.pb4 { padding-bottom: 32px; }
.pb5 { padding-bottom: 40px; }
.pb6 { padding-bottom: 60px; }
.pb7 { padding-bottom: 100px; }

.off {
	opacity: 0;
	position: relative;
	top: 20px;
}
.on {
	opacity: 1;
	top: 0;
	transition: .5s;
}
.fx {
	display: flex;
	align-items: start;
	gap: 24px;
}
.flx2 {
	width: calc(24% - 12px);
}
.flx3 {
	width: calc(36% - 12px);
}
.flx8 {
	width: calc(76% - 12px);
}
.flx7 {
	width: calc(64% - 12px);
}
.fx2, 
.fx3, 
.fx4, 
.fx5, 
.fx6 {
	width: 100%;
	gap: 24px;
	flex-wrap: wrap;
}
.fx2>* {
	width: calc(50% - 12px) !important;
}
.fx2nogap {
	gap: 0 !important;
}
.fx2nogap>* {
	width: 50% !important;
}
.fx3>* {
	width: calc(33.33333333% - 16px) !important;
}
.fx4>* {
	width: calc(25% - 18px) !important;
}
.fx5>* {
	width: calc(20% - 19.2px) !important;
}
.fx6>* {
	width: calc(16.6666666666666666667% - 20px) !important;
}
.gap4 {
	gap: 40px;
}
.gap32 {
	gap: 32px;
}
.gap24 {
	gap: 24px;
}
.gap12 {
	gap: 12px;
}

.fxjc { justify-content: center; }
.fxsb { justify-content: space-between; }
.fxas { align-items: stretch; }
.fxac { align-items: center; }
.fxdc { flex-direction: column; }
.fxdr { flex-direction: row; }
.fxnw { flex-wrap: nowrap; }
.fxast { align-items: stretch; }

.ctw { position: absolute; left: 50%; transform: translate(-50%, 0%); }
.cth { position: absolute; top: 50%; transform: translate(0%, -50%); }
.cent { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.zero { font-size: 0; letter-spacing: 0; word-spacing: 0; }

.rd1 { border-radius: 4px; }
.rd2 { border-radius: 8px; }
.rd3 { border-radius: 16px; }

.ell {
    width: 100%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
}
.ellmx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    margin-top: 1px;
    max-height: 60px;
    overflow: hidden;
    vertical-align: top;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.btn {
    text-align: left;
    padding: 0;
	color: var(--cg2);
	font-size: var(--fs2);
    box-sizing: border-box;
    display: inline-block;
	position: relative;
	line-height: 1;
}
.btn2::after {
	content: "";
    background-image: url('images/ico-arrow-r-w.svg');
	vertical-align: top;
	margin-left: 8px;
	background-color: var(--cg1);
	border-radius: 2px;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.btn3 {
	color: var(--cwh);
}
.btn3::after {
	background-color: var(--cwh);
    background-image: url('images/ico-arrow-r.svg');
}
.btn:hover {
	transition: .3s;
}
.btn .ico {
	position: absolute;
	right: 16px;
	top: 50%;
	bottom: auto !important;
	transform: translate(0, -50%);
}
/* module 
------------------------------------------------------------------------ */
.btn-wrap {
	border-radius: 16px;
	padding: 24px;
	box-sizing: border-box;
	background: var(--cg5);
}
.btn-wrap h5 {
	font-size: var(--fs3);
	color: var(--cg2);
}
.ly-st5>* {
	padding: 36px;
	box-sizing: border-box;
	border-radius: 16px;
	border: 1px solid var(--cg4);
}
.ly-st5>* h6 {
	font-size: var(--fs4);
	margin-bottom: 20px;
	margin-top: 8px;
}
.ly-st5>* span {
	font-size: var(--fs2);
	padding: 4px 8px;
	background: var(--cp4);
	border-radius: 4px;
}
.ly-st4>* {
	padding: 24px;
	box-sizing: border-box;
	border-radius: 16px;
}
.ly-st4>* h6 {
	text-align: center;
	font-size: var(--fs4);
	font-weight: 700;
	color: var(--cg1);
}
.ly-st4>* img {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
}
.main .slick-initialized .slick-slide {
	margin: 0 20px !important;
}
.tab-ui {
	display: flex;
	justify-content: center;
}
.dy-history-tabs {
	width: 100%;
	text-align: center;
}
.tab-ui li a,
.dy-tab-button {
	color: var(--cg3);
	cursor: pointer;
	padding: 8px;
	border: 1px solid var(--cg4);
	font-size: var(--fs3);
	transition: 0.3s;
	border-radius: 4px;
	background-color: transparent;
	margin: 3px;
	display: block;
	display: inline-block;
	vertical-align: bottom;
}
.tab-ui li a:hover,
.dy-tab-button:hover {
	border-color: var(--cp2);
}

.tab-ui li a.active,
.dy-tab-button.active {
	background-color: var(--cp1);
	color: var(--cwh);
}
.esg-tab li a.active {
	background-color: transparent;
}
.dy-tab-content-wrapper {
	margin-top: 40px;
}
.dy-tab-content {
	display: none;
}
.img-sh {
	border-radius: 16px;
	width: 100%;
	height: 460px;
	object-fit: cover;
}
ul.dot {
	padding-left: 16px;
}
ul.dot li {
	position: relative;
}
ul.dot li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 5px;
	margin-left: -13px;
	margin-right: 8px;
	vertical-align: middle;
	background: var(--cg2);
	display: inline-block;
	position: absolute;
	top: 8px;
}

/* accordion */
a.accordion {
    cursor: pointer;
    width: 100%;
    font-size: var(--fs2);
    transition: .3s;
	color: var(--cg2);
    display: block;
    line-height: 1.5;
    position: relative;
}
.panel {
    padding: 4px 0;
    box-sizing: border-box;
    display: none;
	padding-bottom: 20px;
    width: 50%;
	color: var(--cbk);
	margin-left: 50%;
}

/* pagination */
.pagination {
    margin-top: 60px;
    text-align: left;
	text-align: center;
    clear: both;
}
.pagination .current,
.pagination a {
    font-size: var(--fs3);
    line-height: 1;
    display: inline-block;
    margin: 0 8px;
    text-align: center;
	color: var(--cg2);
	text-transform: uppercase;
	letter-spacing: 0.07em;
	border-radius: 100px;
}
.pagination a:hover {
    color: var(--cg1);
}
.pagination .current {
    border: 1px solid var(--cp2);
	color: var(--cp1);
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pagination .arr {
    background-size: 24px;
    background-repeat: no-repeat;
    text-indent: -9999em;
	width: 20px;
}
.pagination .pg-n {
    background-image: url('images/ico-arr-r-g.svg');
    background-position: right 45% center;
}
.pagination .pg-p {
    background-image: url('images/ico-arr-l-g.svg');
    background-position: left 45% center;
}
.pagination .fir {
    background-image: url('images/ico-ll.svg');
    background-position: right 47% center;
}
.pagination .lst {
    background-image: url('images/ico-rr.svg');
    background-position: right 47% center;
}
.grdtblue::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 31, 255, 0), rgba(0, 31, 255, .6));
	background: rgba(0,31,255,.25);
	pointer-events: none;
}
.grdt::after, 
.grdt100::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	/* background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)); */
	background: rgba(0,30,250,.3);
	background: rgba(0,10,30,.3);
	pointer-events: none;
}

/* layout
------------------------------------------------------------------------ */
body {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    word-break: break-word;
	overflow-x: hidden;
    line-height: 1.35;
	font-weight: 500;
    font-size: var(--fs3);
	letter-spacing: 0;
    text-rendering: optimizeLegibility;
	word-break: keep-all;
	overflow-x: scroll;
	min-width: 1216px;
    background-color: var(--cwh);
    color: var(--cg1);
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
/* header 
------------------------------------------------------------------------ */
header {
    width: 100%;
    position: fixed;
    top: 0;
	left: 0;
    height: 76px;
    z-index: 8;
	min-width: 1216px;
	box-sizing: border-box;
	background: var(--cwh);
}
header .inner {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	padding: 20px 0;
    box-sizing: border-box;
}
.logo {
	width: 120px;
}
#nav {
	height: 76px;
	display: flex;
	align-items: center;
}
#nav ul {
	height: 48px;
	gap: 56px;
	background: var(--cp1);
	padding: 12px 24px;
	box-sizing: border-box;
	border-radius: 100px;
}
#nav ul li a {
	gap: 4px;
	align-items: center;
}
#nav ul li a img {
	filter: invert(1);
}
#nav ul li a span {
	color: var(--cwh);
	font-size: var(--fs4);
	line-height: 1;
}
#nav ul li a:hover {
	opacity: .6;
	transition: .3s;
}
#lang ul {
	gap: 8px;
}
#lang ul li.act a span {
	border: 1px solid var(--cp3);
}
#lang ul li a span {
	border: 1px solid var(--cg5);
	padding: 8px 11px;
	border-radius: 8px;
	color: var(--cg3);
}
#lang ul li a:hover span {
	border: 1px solid var(--cp3);
}
#nav .gnb-menu > li {
	position: static; /* 서브 메뉴가 absolute로 배치될 때 부모 높이 영향 방지 */
}

.gnb-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background-color: var(--cg5);
    padding: 32px 0;
    border-bottom: 1px solid var(--cg4);
    z-index: 20;
}


/* 아래 선택자 수정 */
#nav:hover ~ .gnb-dropdown {
    display: block;
}

#nav:hover ~ .gnb-dropdown,
.gnb-dropdown:hover {
    display: block;
}
.gnb-dropdown .dropdown-inner {
	display: flex;
	justify-content: space-between; /* 서브 메뉴들을 양쪽으로 벌림 */
	align-items: stretch;
}


.gnb-dropdown .sub-menu {
	background: var(--cwh);
	border: 1px solid var(--cg4);
	border-radius: 16px;
	flex: 1; /* 각 서브 메뉴가 동일한 비율로 공간 차지 */
	padding: 28px;
	box-sizing: border-box;
}

.gnb-dropdown .sub-menu h3 {
	font-size: var(--fs5);
	margin-bottom: 20px;
	color: var(--cg1);
	gap: 6px;
}
.gnb-dropdown .sub-menu h3 img {
	width: auto;
	height: 32px;
}

.gnb-dropdown .sub-menu ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}
.gnb-dropdown .sub-menu ul li ul {
	margin-bottom: 4px;
}
.gnb-dropdown .sub-menu ul li {
	margin-top: 0px;
	border-top: 1px solid var(--cg4);
}
.gnb-dropdown .sub-menu ul li ul li {
	border: none;
}
.gnb-dropdown .sub-menu ul li a {
	display: block;
	padding: 8px 0;
	color: var(--cg1);
	text-decoration: none;
	font-size: var(--fs1);
}
.gnb-dropdown .sub-menu ul li ul li a {
	padding: 2px 5px;
	color: var(--cg3);
}
.gnb-dropdown .sub-menu ul li ul li ul li a {
	font-size: var(--fs1);
	margin: 4px 0;
	padding: 0px 8px;
	display: inline-block;
	color: var(--cg3);
	background: var(--cg5);
	border-radius: 100px;
}
.gnb-dropdown .sub-menu ul li a:hover {
	color: var(--cp1);
}
.gnb-dropdown .sub-banner .col {
	width: calc(40% - 12px);
	box-sizing: border-box;
	border-radius: 16px;
	padding: 32px;
	position: relative;
	overflow: hidden;
	height: 240px;
	color: var(--cwh);
}
.gnb-dropdown .sub-banner .col div.grdt100 {
	z-index: -1;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gnb-dropdown .sub-banner .col div.grdt100 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gnb-dropdown .sub-banner .col ul li a {
	font-size: var(--fs2);
	color: var(--cwh);
	line-height: 1;
}
.gnb-dropdown .sub-banner .col a {
	color: var(--cwh);
}
.gnb-dropdown .sub-banner .fir {
	width: calc(60% - 12px);
}
.gnb-dropdown .sub-banner .fir img {
	width: 40%;
	z-index: 1;
}

/* footer  
------------------------------------------------------------------------ */
footer {
	padding: 52px 0 60px;
	background: var(--cg1);
}
footer .col {
	width: 100%;
}
footer #ft-col1 {
	margin: 0px 0 20px;
}
footer #ft-col1 .col11 {
	width: 50%;
}
footer #ft-col1 img.logo {
	width: 400px;
}
footer #ft-col1 h4 {
	font-weight: normal;
	color: var(--cwh);
	font-size: var(--fs5);
}
footer ul li a {
	font-size: var(--fs3);
	color: var(--cwh);
}
footer .label {
	color: var(--cg3);
}
footer .col {
	font-size: var(--fs2);
	color: var(--cg3);
}
.totop2 {
	background: var(--cg4);
}
#ftend {
	align-items: flex-end;
}
#totop {
	display: block;
	padding: 16px;
	background: var(--cp1);
	width: 20px !important;
	height: 20px;
	border-radius: 200px;
	transition: .3s;
}
#ftcol2 {
	align-items: flex-end;
}
#totop:hover {
	background: rgba(255,255,255,0.3);
	transition: .3s;
}
#totop img {
	display: block;
	margin: 0 auto;
}
.container {
	min-height: 70vh;
	width: 100%;
	margin-top: 76px;
}
.p-head {
	height: 364px;
	width: 100%;
	border-radius: 16px;
	color: var(--cwh);
	padding: 48px 38px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.p-head-xl {
	height: 720px;
}
.head-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	object-fit: cover;
	z-index: -1;
}
.p-head>section .inner, 
.p-head>section {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.p-head>section .inner>div {
	width: 100%;
}
.p-head p.p {
	width: 60%;
		   margin-top: 10px;
}
.page-flag {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 40px;
}
.page-flag ul {
	gap: 8px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.page-flag ul li:last-child a {
	background-image: none;
	padding-right: 0;
}
.page-flag ul li a {
	color: var(--cwh);
	padding-right: 24px;
    background-image: url('images/ico-arr-rw.svg');
	background-position: right center;
	background-size: 16px;
	background-repeat: no-repeat;
}
.line {
	margin-left: 20px;
	flex-grow: 1;
	height: 2px;
	background-color: white;
}
.p-body .sec {
	padding: 120px 0 200px;
}
.p-body .sec2 {
	padding: 0;
}
.sec {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	box-sizing: border-box;
}
.nosec .inner {
    width: 100% !important;
}
.sec-cont {
	margin-top: 80px;
}
.sec-title {
	color: var(--cbk);
	font-size: var(--fs7);
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
}
.sec-p {
	color: var(--cg2);
	font-size: var(--fs5);
	line-height: 1.4;
	font-weight: 400;
	text-align: center;
	margin-top: 20px;
	width: 50%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.bg-purple {
	background-color: var(--cp4);
}
.bg-gray {
	background-color: var(--cg5);
}
.videocard {
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.bd {
	border: 1px solid var(--cg4);
	box-sizing: border-box;
}
.bd article p.h4 {
	color: var(--cg2);
}
.videocard article {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px;
	box-sizing: border-box;
	color: var(--cwh);
	width: 100%;
}
.videocard article span {
	font-size: var(--fs6) !important;
	font-weight: bold;
	color: var(--cwh) !important;
	line-height: 1.1;
}
.videocard article p {
	font-size: var(--fs4) !important;
	line-height: 1.4;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.videocard span.rep {
	z-index: 1;
	position: absolute;
	bottom: 32px;
	right: 32px;
	padding: 8px;
	display: block;
	box-sizing: border-box;
	background: var(--cg1);
	border-radius: 4px;
	transition: .3s;
}
.videocard span.rep img {
	display: block;
	width: 32px;
	height: 32px;
	transition: .3s;
}
.videocard span.rep:hover {
	background: var(--cp1);
	transition: .3s;
}
.videocard span.rep:hover img {
	transform: rotate(-45deg);
	transition: .3s;
}
.videocard video {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	height: auto;
}
.headcard>div.cent {
	height: auto;
	text-align: center;
	width: 80%;
}
.headcard>div.cent p {
	margin-top: 10px;
}
.imgcard {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	width: 100%;
	height: 520px;
}
.imgcard2 {
	height: 256px;
}
.imgcard>div {
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;
	position: absolute;
	width: 100%;
	color: var(--cwh);
}
.imgcard>div ul {
	width: 100%;
}
.imgcard2>div {
	padding: 32px;
	height: 100%;
	justify-content: space-between;
}
.imgcard2>div article {
	width: 100%;
}
.imgcard>div p {
}
.imgcard>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* pages 
------------------------------------------------------------------------ */
/* dy-duckyang 
------------------------------------------------------------------------ */
#esg-q ul li ul li, 
#dy-mp ul li ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: var(--fs4);
}
#dy-mv ul {
	flex-wrap: wrap;
	row-gap: 40px;
	column-gap: 24px;
}
#dy-mv ul li {
	position: relative; 
	width: calc(50% - 12px);
	color: var(--cwh);
}
#dy-mv ul li:last-child {
	width: 100%;
}
li.imgcard div.cwrap {
}
.videocard article span.bk  {
	color: var(--cg2) !important;
}
.videocard article span,
li.imgcard div h3.c-title {
	font-size: var(--fs5);
	margin-bottom: 4px;
	color: var(--cwh);
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
li.imgcard div p {
	color: var(--cg6);
	line-height: 1.3;
}
li.imgcard::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	background-image: linear-gradient(to top, rgba(0, 31, 255, 0), rgba(0, 31, 255, .2));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
	background: rgba(0,10,30,.3);
	pointer-events: none;
}
#dy-philosophy .imgcard {
	height: 680px;
}
#dy-philosophy .imgcard>div {
	width: 70%;
}
#dy-philosophy .imgcard>div h3 {
	margin-bottom: 10px;
}
#brand-essence .ico-pl, 
#dy-philosophy .ico-pl {
	border-radius: 4px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 40px;
	top: 40px;
	width: auto !important;
	padding: 10px !important;
	cursor: pointer;
}
#brand-essence .ico-pl img, 
#dy-philosophy .ico-pl img {
	transition: .3s;
}
#brand-essence .ico-pl:hover img, 
#dy-philosophy .ico-pl:hover img {
	transform: rotate(45deg);
	transition: .3s;
}
#brand-essence .story-in hr, 
#dy-philosophy .story-in hr {
	width: 0;
	height: 1px;
	background: var(--cwh);
	border: none;
	position: absolute;
	bottom: 40px;
	left: 40px;
	transition: .3s;
}
#brand-essence .story-in.act hr, 
#dy-philosophy .story-in.act hr {
	transition: 1s;
	width: calc(100% - 80px);
}
#brand-essence .story-in, 
#dy-philosophy .story-in {
	width: 80% !important;
	filter: blur(20px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0px;
	box-sizing: border-box;
	background: rgba(255,255,255,0.95);
	background: rgba(0,31,255,0.98);
	opacity: 0;
	transition: .3s;
}
#brand-essence .story-in.act, 
#dy-philosophy .story-in.act {
	opacity: 1;
	height: 100%;
	filter: blur(0px);
	padding: 40px;
	width: 100% !important;
	transition: .3s;
}
#brand-essence .story-in p, 
#dy-philosophy .story-in p {
	color: var(--cwh);
	font-size: var(--fs4);
	margin-bottom: 8px;
	width: 64%;
}
#brand-essence .ico-pl img, 
#dy-philosophy .ico-pl img {
	width: 24px;
	height: 24px;
}


/* Accordion Styles */
#dy-history .dy-history-tabs button {
	display: inline-block;
}
#dy-history .wp-block-heading.accordion-trigger {
	padding: 20px 0;
	cursor: pointer;
	position: relative;
	transition: 0.3s;
	border-bottom: 1px solid var(--cg4);
	text-align: left;
	font-size: var(--fs5);
}
#dy-history .wp-block-heading.accordion-trigger:hover {
	text-indent: 20px;
}
#dy-history .accordion-icon {
	position: absolute;
	right: 15px;
	transition: 0.3s;
	display: block;

	border-radius: 4px;
	background-color: var(--cg1);
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
	width: 24px;
	height: 24px;
	width: auto !important;
	padding: 10px !important;
	
}
#dy-history .accordion-icon::after {
	content: "";
    background-image: url('images/ico-open.svg');
	vertical-align: middle;
	width: 24px;
	height: 24px;
	display: block;
	transition: .3s;
	background-size: cover;
}
#dy-history .accordion-trigger.active {
	border-bottom: none;
}
#dy-history .accordion-trigger.active .accordion-icon::after {
	transform: rotate(45deg);
	transition: .3s;
}

#dy-history .accordion-content {
	display: none;
	padding: 32px;
	margin-top: 4px;
	border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid var(--cg4);
	background-color: var(--cg5);
	margin-bottom: 20px;
}

#dy-history .accordion-content .wp-block-table {
	margin: 0;
}

#dy-history .accordion-content table {
	width: 100%;
	border-collapse: collapse;
}

#dy-history .accordion-content table td {
	padding: 24px 12px;
	border: none;
	border-bottom: 1px solid var(--cg4);
	font-size: var(--fs4);
	color: var(--cg2);
	text-align: left;
}
#dy-history .accordion-content table tr:last-child td {
	border-bottom: none;
}
#dy-history .accordion-content table td:first-child {
	width: 100px;
}
#dy-history .wp-block-cover {
	margin-bottom: 30px;
	border-radius: 16px;
	overflow: hidden;
}

::-webkit-scrollbar {
    width: 5px;
}

#dy-founder ::-webkit-scrollbar-thumb {
    background-color: var(--cp1);
    border-radius: 5px;
}

#dy-founder ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#dy-founder .inner-scroll-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

#dy-founder .inner-scroll-container {
    -ms-overflow-style: auto;
}

#dy-founder .inner-scroll-container::-ms-scrollbar {
    width: 5px;
}

#dy-founder .inner-scroll-container::-ms-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
}

#dy-founder .inner-scroll-container::-ms-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#dy-history .wp-block-cover__inner-container {
	z-index: 2;
	text-align: center;
}

#dy-history .wp-block-cover h3 {
	color: var(--cwh);
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	font-size: var(--fs6) !important;
	font-weight: 700;
}
#dy-history .wp-block-cover p {
	color: var(--cwh);
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 10px;
	font-size: var(--fs4) !important;
}

#dy-history .wp-block-cover h2 {
	color: white;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-top: 0;
}

#dy-founder {
	border-top: 1px solid var(--cg4);
	border-bottom: 1px solid var(--cg4);
}
#dy-founder .sec-cont>div.fx {
	align-items: stretch;
	gap: 0;
	overflow: hidden;
}
#dy-founder .sec-cont>div.fx>.col {
	width: 100%;
}
#dy-founder .sec-cont>div.fx .bl-ti {
	position: relative;
	background: #f9f7f1;
	height: 420px;
}
#dy-founder .sec-cont>div.fx .bl-ti img {
	width: 420px !important;
	position: absolute;
	right: 0;
	bottom: -30px;;
}
#dy-founder .sec-cont>div.fx .bl-tt {
	padding: 0;
}
#dy-founder .sec-cont .col {
	padding: 40px;
	box-sizing: border-box;
}
#dy-founder .sec-cont .col p {
	margin-bottom: 20px;
}
#dy-founder .sec-cont .col p b {
	font-weight: 700;
}
#dy-founder .sec-cont .col p:last-child {
	margin-bottom: 0px;
}
#dy-greeting .col p {
	margin-bottom: 12px;
}
#dy-greeting .col p b {
	font-weight: bold;
	color: var(--cbk);
}
#dy-greeting .col h6 {
	color: var(--cg3);
}

/* business place 
------------------------------------------------------------------------ */
#bp-client ul li {
	background: var(--cg5);
	border-radius: 16px;
}
.ly-st2 div {
	border-bottom: 1px solid var(--cg4);
	padding-bottom: 12px;
	width: 100%;
}
.ly-st2 div:last-child {
	border: none;
}
.ly-st2 div h5 {
	width: 36%;
	color: var(--cg1);
}
.ly-st2 div h5 span {
	font-size: var(--fs1);
	color: var(--cg3);
}
.ly-st2 div article {
	width: 64%;
}
.ly-st2 div article p {
	font-size: var(--fs3);
	color: var(--cg2);
	margin-bottom: 12px;
}
.ly-st3 div.col {
	border-radius: 16px;
	width: 100%;
	padding: 32px;
	border: 1px solid var(--cg4);
	box-sizing: border-box;
}
.ly-st3 div.col article {
	width: 100%;
	height: 100%;
}
.ly-st3 div.col article ul, 
.ly-st3 div.col article ul li {
	width: 100%;
}
.ly-st3 div.col article ul li {
	border-bottom: 1px solid var(--cg4);
	padding-bottom: 8px;
	margin-bottom: 8px;
}
ul.ly-tt li {
	background: #e2f3ff;
	border-radius: 16px;
	padding: 40px;
	box-sizing: border-box;
	height: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
ul.ly-tt li span {
	font-size: var(--fs1);
	color: var(--cg3);
}
ul.ly-tt li div span {
	font-size: var(--fs5);
	color: var(--cp1);
	font-weight: 600;
}
ul.ly-tt li div p {
	font-size: var(--fs6);
	line-height: 1.2;
	font-weight: 500;
	margin-top: 8px;
}
#bp-network .dy-tab-content {
	height: 560px;
}
.map-info {
	width: 100%;
	height: 100%;
	display: flex;
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--cg4);
}
.map-info>div {
	width: 500px;
	height: 100%;
	background: var(--cwh);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.map-info>div article {
	padding: 40px;
	box-sizing: border-box;
	height: 100%;
	position: relative;
}
.map-info iframe {
	width: calc(100% - 500px);
	height: 100%;
}
.map-info>div img {
	width: 100%;
}
.map-info>div span {
	font-size: var(--fs4);
	color: var(--cp1);
}
.map-info>div span.cap {
	font-size: var(--fs1);
	color: var(--cg3);
	display: block;
	position: absolute;
	bottom: 20px;
}
.map-info>div ul li img {
	width: 21px;
	height: auto;
	margin-top: 2px;
}
.map-info>div ul li {
	gap: 8px;
	margin-bottom: 6px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.map-info>div ul li h6 {
	font-size: var(--fs3);
	color: var(--cg2);
}
.map-info>div p {
	font-size: var(--fs6);
	margin-bottom: 12px;
}

/* brand 
------------------------------------------------------------------------ */
#brand-value .slk img {
	aspect-ratio: 4 / 3;
}
#brand-slogan .imgcard,
#brand-essence .imgcard {
	height: 680px;
}
#brand-slogan .imgcard .cent {
	width: 60%;
}
#brand-slogan .imgcard .cent img {
	width: 80%;
	min-width: 400px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.bl-brand {
	position: relative;
}
.bl-brand .detail {
	color: var(--cg3);
	font-size: var(--fs1);
}
.bl-brand img.bgimg {
	border-radius: 16px;
}
.bl-brand article {
	width: 90%;
	text-align: center;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	bottom: 20px;
}
#brand-ci .st9 .bl-brand div section {
	position: relative;
}
#brand-ci .tab-with-in > .dy-tab-content-wrapper > .dy-tab-content {
	display: none; /* 초기 숨김 처리 */
}

#brand-ci .tab-with-in > .dy-tab-content-wrapper > #tab-1 {
	display: block;
}
#brand-ci .btn-download {
	gap: 8px;
	justify-content: center;
}
#brand-ci .btn-download li a {
	text-align: left;
	border-radius: 8px;
	width: 132px;
	height: 48px;
	line-height: 48px;
	display: block;
	text-indent: 10px;
	border: 1px solid var(--cg5);
	position: relative;
	font-size: var(--fs2);
	background: var(--cwh);
	color: var(--cg1);
}
#brand-ci .btn-download li a:hover {
	background: var(--cp1);
	color: var(--cwh);
}
#brand-ci .btn-download li a:hover::after {
	filter: invert(1);
}
#brand-ci .btn-download li a::after {
	content: "";
    background-image: url('images/ico-download.svg');
	width: 20px;
	background-size: cover;
	height: 20px;
	right: 10px;
	transform: translate(0, -50%);
	top: 50%;
	position: absolute;
}
#brand-ci #tab-2 .bl-b p {
	text-align: left;
	font-size: var(--fs2);
	color: var(--cg2);
}
#brand-ci #tab-2 .bl-b {
	border-radius: 16px;
	background: var(--cg5);
	padding: 32px;
	box-sizing: border-box;
	border: 1px solid var(--cg4);

}
/* governance 
------------------------------------------------------------------------ */
#gov-3th .col {
	height: 340px;
}
#gov-3th .cap {
	color: var(--cp1);
	margin-bottom: 4px;
}
#gov-table {
	border-bottom: 1px solid var(--cg1);
}
#gov-table table {
	width: 100%;
	border-collapse: collapse;
}
#gov-table th span {
	display: block;
	font-size: var(--fs0);
	text-align: center;
}
#gov-table th, #gov-table td {
	border-top: 1px solid var(--cg1);
	border-bottom: 1px solid var(--cg4);
	padding: 8px;
	text-align: center;
	color: var(--cg2);
	vertical-align: middle;
}
#gov-table th {
}
#gov-table th:first-child, #gov-table td:first-child {
	text-align: center;
}
.gov .acco table th,
.gov .acco table td {
	border: none;
	border-top: 1px solid var(--cg3);
	border-bottom: 1px solid var(--cg3);
	background: var(--cwh);
}
.gov .acco .accordion-content h3 {
	font-size: var(--fs4);
	margin-bottom: 16px;
}
/* audit-committee 
------------------------------------------------------------------------ */
#c-a-c .sec-cont #table {
	padding: 48px 32px;
	box-sizing: border-box;
}
#c-a-c .sec-cont #table .section {
	width: 100%;
}
#audit-intro #table table, 
#c-a-c .sec-cont #table table {
	border-top: 1px solid var(--cg1);
	width: 100%;
}
#audit-intro #table table th, 
#c-a-c .sec-cont #table table th {
	text-align: left;
}
#audit-intro #table table th, 
#audit-intro #table table td, 
#c-a-c .sec-cont #table table th,
#c-a-c .sec-cont #table table td {
	padding: 12px 3px;
	border-bottom: 1px solid var(--cg4);
}
#audit-intro #table table td, 
#c-a-c .sec-cont #table table td {
	color: var(--cg3);
}
#a-agree .dot p {
	color: var(--cg2);	
}
#a-agree .dot .imt {
	color: var(--cp2);
}
#a-agree button.btn {
	background: var(--cp1);
	color: white;
	border: none;
	border-radius: 8px;
	margin-top: 10px;
	padding: 16px 40px;
	font-size: var(--fs3);
	cursor: pointer;
	transition: background-color 0.3s;
}
#ca-info h5 b {
	color: var(--cg3);
	width: 80%;
	display: block;
}
#ca-info .flx7 p {
	font-size: var(--fs3);
	color: var(--cg2);
	margin-bottom: 12px;
}
#ca-info .gwrap {
	border: 1px solid var(--cg4);
	padding: 36px 48px;
	box-sizing: border-box;
	gap: 10px;
}
#ca-info .gwrap li {
	color: var(--cg1);
}
#ca-info .gwrap li span {
	display: block;
	font-size: var(--fs1);
	color: var(--cg3);
}
#c-a-how .col {
	height: 240px;
}
#c-a-how .col .cap {
	font-size: var(--fs1);
	background: var(--cp4);
	display: inline-block;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding: 4px 10px;
	border-radius: 4px;
}
#c-a-how .col .detail {
	color: var(--cg3);
}
#c-a-how .btn::after {
	content: "";
    background-image: url('images/ico-arrow-r-w.svg');
	vertical-align: middle;
	margin-left: 8px;
	background-color: var(--cg1);
	border-radius: 2px;
	width: 15px;
	height: 15px;
	display: inline-block;
}
#ca-process .col {
	height: 440px;
}
#ca-process .col p {
	font-size: var(--fs3);
	color: var(--cg2);
	margin-bottom: 12px;
}
#ca-process .col span {
	font-size: var(--fs1);
	color: var(--cg3);
}
/* esg 
------------------------------------------------------------------------ */
#esg-qq #esg-ceo h3, 
#esg-q-intro h4, 
#esg-social-intro .col h4, 
#esg-e-intro .col h4 {
	color: var(--cg1);
	font-size: var(--fs6);
	font-weight: 700;
	width: 70%;
	line-height: 1.2;
}
#esg-qq #esg-ceo h3 {
	width: 100%;
}
#esg-q-intro h4, 
#esg-social-intro .col h4 {
	font-weight: 500 !important;
	font-size: var(--fs6) !important;
}
#esg-q {
	align-items: center;
}
#esg-q ul li h3 {
	width: 70%;
}
#esg-q-v .imgcard {
	background-image: url("images/img_home_banner.jpg");
	background-color: var(--cp1);
	background-repeat: no-repeat;
	background-size: cover;
	height: 200px;
}
#esg-qq #esg-ceo h3 b, 
#esg-social-intro .col h4 b, 
#esg-e-intro .col h4 b {
	color: var(--cp1);
}
#esg-e-intro .col h6 {
	color: var(--cg1);
	font-weight: 700;
}
.esg .imgcard2>div {
	height: auto;
	width: 80%;
}
.esg .ly-st2 { 
	gap: 80px;
}
.esg .ly-st2 div { 
	width: 100%;
	padding-bottom: 80px;
}
.esg .ly-st2 div.flx7 { 
	width: calc(64% - 12px);
}
.esg .slk2 .slick-slide {
	margin: 0 !important;
	padding: 0 !important;
}
.esg .slk2 .slick-track, 
.esg .slk2 .slick-list {
	margin: 0 !important;
	padding: 0 !important;
}
#esg-q .col {
	height: 300px;
}
#esg-q .col h5.cap {
	color: var(--cp1);
}
.esg .ly-st2 div:last-child { 
	padding-bottom: 0px;
}
#esg-ww .ly-st3 h5.cap {
	color: var(--cp1);
}
#esg-ww .ly-st3 p {
}
#esg-ww .ly-st3 p b {
	color: var(--cp1);
}
.sm-logo {
	width: 100%;
}
#e-e-system p {
	color: var(--cg3);
}
#esg-ev-intro p.detail b {
	color: var(--cp1);
}
#esg-s-com .flx7 img {
	border: 1px solid var(--cg4);
}
#esg-s-com.ly-st2 div {
	padding-bottom: 20px;
}
#esg-s-com.ly-st2 div.flx3 {
	width: calc(36% - 12px);
}
#esg-s-ko.ly-st2 div h4.p, 
#esg-s-com.ly-st2 div h4.p {
	font-weight: 700;
	color: var(--cg1);
}
#esg-ev-intro .ly-st2 div {
	padding-bottom: 8px;
	margin-bottom: 16px;
}

#esg-e-bf {
	padding-top: 0 !important;
}
#esg-e-bf .sec-cont {
	margin-top: 0;
}
.esg-tab {
	padding-top: 40px !important;
}
.esg-tab .ly-st2 div article {
	width: 100%;
}
.esg-tab .tab-ui {
	gap: 12px;
}
.esg-tab .tab-ui li {
	flex: 1;
	position: relative;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}
.esg-tab .tab-ui li img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	z-index: -1;
}
.esg-tab .tab-ui li a {
	border: none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	line-height: 1.3;
	border-radius: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: var(--fs3);
	color: var(--cwh);
	display: block;
	margin: 0;
	background: rgba(255,255,255,.5);
}
.esg-tab .tab-ui li a:hover {
	background: rgba(255,255,255,0);
	transition: var(--tts);
}
.esg-tab .tab-ui li a.active {
	background: rgba(255,255,255,0);
	color: var(--cwh);
}
.esg-tab div.col {
	flex-direction: column;
}
.esg-tab div.col h5 {
	text-align: center;
	width: 100%;
}

#esg-ceo article img {
	height: 400px;
	object-fit: cover;
}
#esg-theme ul.ly-tt li ul {
	margin-top: 20px;
}
#esg-theme ul.ly-tt li ul li {
	border: none;
	font-size: var(--fs4);
}
#esg-social ul {
	row-gap: 48px;
}
#esg-social ul li p {
	font-size: var(--fs4);
}
.esgheader {
	height: 360px !important;
}
.menifesto {
	display: flex;
	gap: 20px;
}
.menifesto li {
	align-items: flex-start;
	border: 1px solid var(--cg4);
	overflow: hidden;
	border-radius: 16px;
}
.menifesto li img {
	aspect-ratio: 2 / 1;
}
.menifesto li p {
	font-size: var(--fs5);
	align-items: flex-start;
	padding: 40px;
	box-sizing: border-box;
}
.menifesto li p::before {
	content: "하나";
	margin-top: 2px;
	padding: 1px 6px;
	color: var(--cp1);
	background: var(--cp4);
	font-size: var(--fs5);
	display: inline-block;
	margin-right: 20px;
	border-radius: 3px;
	display: none;
}
.sec-download {
	padding-top: 60px !important;
	padding-bottom: 140px !important;
}
.sec-download .post {
	border-top: 1px solid var(--cg1);
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}
.sec-download .post>.wp-block-columns {
	border-bottom: 1px solid var(--cg4);
	padding: 24px 0;
	padding-bottom: 0;
	margin-bottom: 0;

}
.p-body .wp-block-button__link::after {
	content: "";
    background-image: url('images/ico-arrow-r-w.svg');
	vertical-align: middle;
	margin-left: 8px;
	background-color: var(--cg1);
	border-radius: 2px;
	width: 15px;
	height: 15px;
	display: inline-block;
	transform: rotate(90deg);
}
.sec-download .post>.wp-block-columns p {
	font-size: var(--fs3);
	color: var(--cg1);
}
.sec-download .post>.wp-block-columns .wp-block-buttons {
	justify-content: flex-end;
}
.p-body .wp-block-button__link {
	background: transparent;
	padding: 0;
	border: none;
	text-align: left;
	padding: 0;
	color: var(--cg2);
	font-size: var(--fs2);
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}
/* talent 
------------------------------------------------------------------------ */
#t-intro .slk img {
	aspect-ratio: 4 / 3;
}
#t-4th h4 {
	margin: 0 auto;
}
/* personnel 
------------------------------------------------------------------------ */
#p-education ul li p {
	font-size: var(--fs5);
	text-align: left;
}
#p-education ul li:last-child {
	width: 100% !important;
	text-align: center;
}
#p-e-program h4 {
	width: 100%;
}
#p-e-program article {
	width: 100%;
}
#p-e-program article div.imgcard {
	height: auto;
}
#p-e-program article>div>div {
	padding: 40px;
}
#p-e-program article>div>div p {
	font-size: var(--fs4);
}
#p-e-program article img {
	height: 400px;
}
#p-welfare ul li {
	border-radius: 16px;
	border: 1px solid var(--cg4);
	align-items: stretch;
	overflow: hidden;
}
#p-welfare ul li div {
	padding: 32px;
	box-sizing: border-box;
}
#p-welfare ul li span.cap {
	color: var(--cg3);
}
#p-welfare ul li h5 {
	font-size: var(--fs1);
	color: var(--cp1);
	background: var(--cwh);
	display: inline-block;
	margin-bottom: 8px;
	box-sizing: border-box;
}
#p-welfare ul li p.p {
	padding: 40px;
	border: 1px solid var(--cg4);
	box-sizing: border-box;
	background: var(--cg5);
	border-radius: 16px;
}

/* notice
------------------------------------------------------------------------ */
#notice-title {
	border-radius: 16px;
	padding: 32px;
	box-sizing: border-box;
}
#notice-title p.mt1 {
	font-size: var(--fs1);
}
.acco .accordion-list {
    display: flex;
    flex-direction: column;
    width: 100%;
	gap: 0;
}
.acco .accordion-item {
	width: 100%;
    overflow: hidden;
}
.acco .accordion-item .item {
	width: 100%;
}
.acco .accordion-title {
    position: relative;
    padding: 20px 0;
    cursor: pointer;
    font-size: var(--fs5);
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--cg4);
    align-items: center;
}
.acco .accordion-title:hover {
	text-indent: 20px;
    transition: 0.3s ease;
}
.acco .accordion-icon {
    font-size: 18px;
	background: var(--cg1);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 4px;
}
.acco .accordion-icon img {
    transition: transform 0.3s ease;
	width: 24px;
	height: 24px;
}
.acco .accordion-item.active .accordion-icon img {
    transform: rotate(45deg);
}
.acco .accordion-item.active .accordion-content {
	margin-top: 20px;
}
.acco .accordion-item.active .accordion-content img {
	width: 50%;
	margin: 20px auto;
}
.acco .accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
	background: var(--cg5);
	border-radius: 16px;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.acco .accordion-item .accordion-content div a {
	font-size: var(--fs3);
	color: var(--cg1);
}
.acco .accordion-item.active .accordion-content {
    padding: 40px;
    max-height: 1000px; /* Adjust this value based on your content size */
}
.acco .accordion-content>.wp-block-group .wp-block-group__inner-container {
	display: flex;
	border-bottom: 1px solid var(--cg4);
	margin-bottom: 24px;
	padding-bottom: 24px;
}
.acco .accordion-content>.wp-block-group:last-child  .wp-block-group__inner-container {
	margin-bottom: 4px;
	padding-bottom: 4px;
	border: none;
}
.acco .accordion-content>.wp-block-group .wp-block-group__inner-container .wp-block-heading {
	width: 100px;
	font-size: var(--fs4);
	color: var(--cg2);
	font-weight: normal;
}
.acco .accordion-content>.wp-block-group .wp-block-group__inner-container .wp-block-group {
	font-size: var(--fs4);
	width: calc(100% - 100px);
	color: var(--cg2);
	font-weight: normal;
}
.acco .accordion-content>.wp-block-group .wp-block-group__inner-container .wp-block-group__inner-container {
	flex-direction: column;
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* contact-form  
------------------------------------------------------------------------ */

/* 제보하기 양식 스타일 */
.report-form-container h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: var(--fs3);
    color: var(--cp1);
}

.form-section {
    margin-bottom: 40px;
}
.form-section h4 {
	border-bottom: 1px solid var(--cg4);
	padding-bottom: 8px;
	font-weight: normal;
    margin-bottom: 20px;
    font-size: var(--fs4);
    color: var(--cg1);
}
.p-body .form-section label,
.p-body .form-section .wpcf7-list-item {
	margin-bottom: 4px;
}
.p-body .form-section label {
	color: var(--cg1);
}
.p-body .form-section .radio-inline-group {
	margin-top: 10px;
}
.p-body .form-section .wpcf7-list-item label>span {
	margin-left: 0;
	margin-right: 10px;
}
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

/* 라디오 버튼 스타일 */
.radio-group,
.radio-inline-group {
    margin-bottom: 15px;
}

.radio-group .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
}

.radio-inline-group .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px 0 0;
}

/* 라디오 버튼 모양 커스터마이징 */
input[type="radio"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--cg3);
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    cursor: pointer;
}

input[type="radio"]:checked {
    border: 1px solid var(--cp1);
    background-color: #fff;
}

input[type="radio"]:checked::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--cp1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 라디오 버튼 라벨 */
.wpcf7-list-item-label {
    cursor: pointer;
    font-size: var(--fs2);
}

/* 파일 업로드 스타일 */
.file-types {
    margin-top: 8px;
    font-size: var(--fs1);
    color: var(--cg2);
}

input[type="file"] {
    width: 100%;
    padding: 8px;
	box-sizing: border-box;
    border: 1px dashed var(--cg3);
    border-radius: 4px;
    background-color: var(--cg5);
}

/* 개인정보 동의 섹션 */
.privacy-agreement {
    margin: 30px 0;
}

.privacy-agreement .wpcf7-list-item {
    margin: 0 !important;
}

/* 제출 버튼 스타일 */
.submit-btn {
    text-align: center;
}

.submit-btn input[type="submit"] {
    background: var(--cp1);
    color: white;
    border: none;
    border-radius: 100px;
    padding: 16px 40px;
    font-size: var(--fs4);
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
}

.submit-btn input[type="submit"]:hover {
    background-color: var(--cp2);
}


.wpcf7-form label>span {
	margin-bottom: 4px;
	display: block;
}
.wpcf7-form label {
	margin-bottom: 40px;
	display: block;
	width: 100%;
}
.wpcf7-form .btn, 
.wpcf7-form .btn p {
	width: 100%;
}
.wpcf7-form .btn input {
	background: var(--cp1);
	border-radius: 100px;
	padding: 16px 0;
	color: var(--cwh);
	font-size: var(--fs4);
	text-align: center;
	width: 100%;
}
.wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}
.p-body .wpcf7-list-item {
	margin: 0;
	margin-bottom: 40px;
}
.p-body .wpcf7-list-item label {
	margin: 0;
}
.p-body .wpcf7-list-item label>span {
	display: inline-block;
	margin-left: 8px;
}
#audit-intro input[type="checkbox"], 
.wpcf7-form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	border: none;
	border: 1px solid var(--cg3);
	margin: 0 4px 0 0;
	display: inline-block;
}
#audit-intro input[type="checkbox"]:checked, 
.wpcf7-form input[type="checkbox"]:checked {
	background-color: var(--cp1);
	border-radius: 100px;
	border-color: var(--cp1);
	color: #fff;
	transition: var(--t3);
}
#a-agree input[type="email"] {
	margin-bottom: 10px;
}
#a-agree input[type="email"], 
#a-agree input[type="email"], 
#a-agree input[type="text"], 
.wpcf7-form input[type="tel"], 
.wpcf7-form input[type="email"], 
.wpcf7-form input[type="text"] {
    width: 100%;
    border: 0;
    appearance: none;
    background-color: var(--cg5);
    font-size: var(--fs3);
	padding: 0 20px;
    height: 52px;
	border-radius: 8px;
    line-height: 52px;
    box-sizing: border-box;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.wpcf7-form textarea {
	padding: 20px;
    background-color: var(--cg5);
    font-size: var(--fs2);
	width: 100%;
	max-height: 250px;
	appearance: none;
	border: none;
	border: 1px solid var(--cg4);
	border-radius: 8px;
	box-sizing: border-box;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.wpcf7-form textarea:focus {
	background-color: var(--cg6);
	border: none;
	outline: none;
	border: 1px solid var(--cg4);
	transition: var(--t3);
}
.wpcf7-form .act input {
	border-color: var(--cp1);
	border-width: 2px;
	outline: none;
}
/* search  
------------------------------------------------------------------------ */
#searchform {
	font-size: 0;
	letter-spacing: 0;
	word-spacing: 0;
	margin: 12px 0;
	text-align: center;
	color: var(--cwh);
}
#searchform input[type=text] {
	width: calc(100% - 60px);

	border: none;
	border: 1px solid var(--cg4);
	border-radius: 100px;
	padding: 16px;
	font-size: var(--fs2);
	height: 52px;
	outline: none;
	line-height: 52px;

	color: var(--cg1);
	background-color: transparent;
	margin: 0;
	box-sizing: border-box;
	vertical-align: top;
	font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
#searchform input[type=text]:focus {
	background-color: var(--cg5);
}
#searchform input[type=text]::selection {
	background-color: var(--cbk);
	color: var(--cwh);
}
#searchform #searchsubmit {
	width: 52px;
	height: 52px;
	vertical-align: top;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: -9999em;
	border: none;
	border: 1px solid var(--cg4);
	border-radius: 100px;
	margin-left: 8px;
	background-image: url("images/ico-search.svg");
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
#searchform #searchsubmit:hover {
	background-color: var(--cg4);
	transition: .3s;
}
.noresult {
	width: 100%;
}
.search-wrap input[type=text] {
	color: var(--cg1);
	border: 1px solid var(--cg3);
	outline: none;
	padding-left: 8px;
	font-family: "UniversPro67BoldCondensed", "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.search-wrap input[type=text]:focus {
	background-color: var(--cg5);
}
.search-wrap #searchsubmit {
	border: 1px solid var(--cg3);
	border-left: none;
	background-image: url("images/ico-search.svg");
}
/* info  
------------------------------------------------------------------------ */
ul.txt-list {
	gap: 0;
}
ul.txt-list li {
	width: 100%;
	border-bottom: 1px solid var(--cg4);
}
ul.txt-list li a {
	width: 100%;
	overflow: hidden;
	gap: 0;
}
ul.txt-list li a div {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	gap: 0;
	transition: .3s;
}
ul.txt-list li a:hover div {
	background: var(--cg5);
	transition: .3s;
}
ul.txt-list li a div h6 {
	width: 100px;
	color: var(--cp1);
}
ul.txt-list li a div h3 {
	width: calc(100% - 280px);
	padding: 0 20px;
	box-sizing: border-box;
	color: var(--cg1);
}
ul.txt-list li a div .cap {
	width: 180px;
	color: var(--cg3);
}
#dis-list a.btn {
	color: var(--cg1);
	background: var(--cp3);
	padding: 4px 10px;
	border-radius: 4px;
}
.dis-title {
	border-top: 1px solid;
	border-bottom: 1px solid var(--cg4);
	padding: 20px 0;
	gap: 0;
	color: var(--cbk);
}
.dis-title h6 {
	width: 100px;
}
.dis-title h6:last-child {
	width: 180px;
}
.dis-title h5 {
	padding: 0 20px;
	box-sizing: border-box;
	width: calc(100% - 280px);
}
/* newsroom  
------------------------------------------------------------------------ */
.golist {
	text-align: center;
	margin-bottom: 100px;
}
.golist a {
	background: var(--cg4);
	padding: 8px 12px;
	color: var(--cg2);
	border-radius: 4px;
}
.post {
	border-bottom: 1px solid var(--cg4);
	padding-bottom: 30px;
	margin: 80px auto 30px;
}
.post p {
	margin-bottom: 20px;
}
.post a {
	border-bottom: 1px solid;
}
.post .wp-block-image {
	width: 100%;
	margin: 20px auto;
	border-radius: 4px;
	overflow: hidden;
}
ul.th-list {
	row-gap: 52px;
}
ul.th-list li .item {
	border-radius: 16px;
	overflow: hidden;
	width: 100%;
}
ul.th-list li a {
	gap: 0;
	color: var(--cg1);
}
ul.th-list li a img {
	height: 280px;
	object-fit: cover;
}
ul.th-list li a div h6 {
	color: var(--cp1);
	margin-bottom: 4px;
}
ul.th-list li a div .cap {
	color: var(--cg3);
}
ul.th-list li a:hover div {
	background: var(--cg4);
	transition: .3s;
}
ul.th-list li a div {
	width: 100%;
	transition: .3s;
	padding: 32px;
	box-sizing: border-box;
	background: var(--cg5);
}
#newsroom-list ul li .item {
	width: 100%;
}
#home-news ul li .item h3, 
#newsroom-list ul li .item h3 {
	height: 60px;
}
/* awards 
------------------------------------------------------------------------ */
#awards-list ul li>div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.slk figure img {
	object-fit: cover;
}
.slk2 figure img {
	height: 560px;
	object-fit: cover;
}
.slk2 figure figcaption, 
.slk figure figcaption {
	margin-top: 16px;
}
.slk2 .slick-slide {
	transition: .4s;
}
.slk2 .slick-current {
	transition: .4s;
}
.slk2 .slick-current img {
	opacity: 1;
}
#p-awards .slk {
	margin-bottom: 80px;
}
#p-awards .slk .imgcard {
	height: 320px;
}
/* rnd-strategy  
------------------------------------------------------------------------ */
#rnd-s-mvvs ul li span.cap {
	background: var(--cg4);
	border-radius: 6px;
	display: inline-block;
	margin-bottom: 4px;
	padding: 6px 12px;
	color: var(--cg1);
}
#t-4th ul.ly-tt li:nth-child(even), 
#rnd-s-mvvs ul.ly-tt li:nth-child(even) {
	flex-direction: row-reverse !important;
}
#t-4th ul.ly-tt li div h6, 
#rnd-s-mvvs ul.ly-tt li div h6 {
	font-size: var(--fs4);
	color: var(--cg2);
	margin-top: 20px;
	display: block;
}
#esg-theme ul.ly-tt li img, 
#rnd-s-mvvs ul.ly-tt li img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
#env-manage ul.ly-tt li img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#env-manage ul.ly-tt li div p.p {
	font-weight: 500;
	color: var(--cg2);
	font-size: var(--fs4);
}
#t-4th ul.ly-tt li, 
#env-manage ul.ly-tt li, 
#esg-theme ul.ly-tt li, 
#rnd-s-mvvs ul.ly-tt li {
	height: auto;
	padding: 0;
	flex-direction: row;
	background: var(--cwh);
	border: 1px solid var(--cg4);
	overflow: hidden;
}
#t-4th ul.ly-tt li>div, 
#env-manage ul.ly-tt li>div, 
#esg-theme ul.ly-tt li>div, 
#rnd-s-mvvs ul.ly-tt li>div {
	padding: 40px;
	box-sizing: border-box;
}
#e-q-last h4 {
	color: var(--cwh) !important;
	width: 100% !important;
}
#rnd-s-roadmap div.mv {
	background: var(--cwh);
	border: 1px solid var(--cg4);
}
#roadmap-4th {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	display: flex;
}
#roadmap-4th li.act {
	transition: .3s;
	background: var(--cwh);
}
#roadmap-4th li.act img {
	transition: .3s;
	width: 80%;
}
#roadmap-4th li {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 1px solid var(--cg4);
	border-radius: 8px;
	position: relative;
	transition: all 0.3s ease;
	padding: 20px;
	aspect-ratio: 3 / 4;
	background: var(--cp1);
}
#roadmap-4th li h3 {
	color: var(--cp1);
	text-align: center;
	font-size: var(--fs3);
	line-height: 1.2;
}
#roadmap-4th li.act h3 {
	transition: .6s;
	color: var(--cg1);
}
#roadmap-4th .imgcard::after {
	display: none;
}
#roadmap-4th .imgcard .cwrap {
	padding: 15px;
	text-align: center;
}
#roadmap-4th li img {
	transform: translate(-50%, 0%);
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 50%;
	height: auto;
	display: block;
	margin: 0 auto;
}
#roadmap-4th li img.img {
	width: 100%;
	height: 100%;
	transform: translate(0);
	top: 0;
	border-radius: 8px;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
}
#roadmap-4th li .cwrap {
	position: relative;
	z-index: 2;
}
#roadmap-4th li:hover img.img {
	opacity: 1;
}
#rnd-s-roadmap div.mv p {
	padding: 32px;
	box-sizing: border-box;
}
#rnd-s-target li h5 {
	font-size: var(--fs6);
	color: var(--cwh);
	margin-bottom: 20px;
}
#rnd-s-target li {
}
#rnd-s-target li p.cap {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: var(--fs4);
}
#rnd-s-target li p.cap span {
	font-size: var(--fs2);
	color: var(--cg6);
	display: block;
}
#rnd-s-target li {
	border-radius: 16px;
	box-sizing: border-box;
	background: var(--cwh);
	border: 1px solid var(--cg4);
}
#rnd-s-target li img {
	object-fit: cover;
	border-radius: 16px;
}
/* rnd-field  
------------------------------------------------------------------------ */
#rnd-f-category .imgcard {
}
#rnd-f-category ul li ul li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
	font-size: var(--fs4);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#rnd-f-7th ul li {
	height: auto;
	background: var(--cwh);
}
#rnd-f-7th ul li>div.fx {
	margin-bottom: 20px;
}
#rnd-f-7th ul li span {
	font-size: var(--fs10);
	color: var(--cp1);
}
#rnd-f-7th ul li span.cap {
	font-size: var(--fs4);
	color: var(--cg3);
}
#rnd-f-7th ul li p {
	font-size: var(--fs6);
}
#rnd-f-process .sec-cont .tab-process {
	box-sizing: border-box;
}
.tab-process .dy-tab-content-wrapper {
	border-radius: 16px;
	overflow: hidden;
}
.tab-process .tab-cont-wrap {
	box-sizing: border-box;
	height: auto;
	background: var(--cwh);
	border: 1px solid var(--cg4);
	background: var(--cg5);
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	width: 100%;
	text-align: left;
	align-items: stretch;
}
.tab-process .tab-cont-wrap article {
	padding: 40px;
	box-sizing: border-box;
}
.tab-process .tab-cont-wrap article div:first-child p {
	color: var(--cp1);
	font-size: var(--fs6);
	margin-top: 10px;
}
.tab-process .tab-cont-wrap article div span:first-child {
	color: var(--cp1);
	text-transform: uppercase;
}
.tab-process .tab-cont-wrap article div span {
	font-size: var(--fs3);
}
.tab-process .tab-cont-wrap article div:first-child {
	width: 100%;
}
.tab-process .tab-cont-wrap article div:last-child {
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	width: 100%;
}
.tab-process .tab-cont-wrap article div ul li {
	border-bottom: 1px solid var(--cg4);
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.tab-process .tab-cont-wrap article div ul li h6 {
	font-size: var(--fs2);
	font-weight: normal;
}
.tab-process .tab-cont-wrap article div:last-child span {
	font-size: var(--fs3);
	color: var(--cg2);
	width: 80%;
}
.tab-process .tab-cont-wrap img {
	object-fit:cover;
}
.tab-process .bt-wrap {
	position: relative;
	display: flex;
}
.tab-process .bt-wrap::before {
	z-index: -1;
	content: "";
	width: 100%;
	background: var(--cp3);
	top: 50%;
	height: 1px;
	position: absolute;
}
.tab-process button {
	flex: 1;
	margin: 0 10px;
	height: 150px;
	padding: 10px;
	border-radius: 16px;
	font-size: var(--fs5);
	background: var(--cp3);
	color: var(--cg1);
}
.tab-process button:hover {
	background: var(--cp2);
}
.tab-process button.active span {
	color: var(--cwh);
}
.tab-process button span {
	color: var(--cp1);
	display: block;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: var(--fs3);
}
/* facilities-industrial-property-rights  
------------------------------------------------------------------------ */
#fipr-now .sec-cont .dy-tab-content>ul {
	position: relative;
	gap: 40px;
}
#fipr-now .sec-cont .dy-tab-content>ul .videocard {
	overflow: hidden;
	border-radius: 16px;
}
#fipr-now .sec-cont .dy-tab-content>ul .videocard video {
	object-fit: cover;
	height: 560px;
	display: block;
}
#fipr-now .sec-cont .dy-tab-content>ul li div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 32px;
	box-sizing: border-box;
}
#fipr-now .sec-cont .dy-tab-content>ul li div article {
	padding: 0;
	position: static;
	width: 100%;
	text-align: left;
}
#fipr-now .sec-cont .dy-tab-content>ul li div article span {
	background: transparent;
	padding: 0;
	color: var(--cg5);
}
#fipr-now .sec-cont .dy-tab-content>ul li div p {
	color: var(--cwh);
}
#fipr-pr .fipr-pr-item {
	display: flex;
	gap: 0;
}
#fipr-pr .img-ck {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	border: 1px solid var(--cwh);
}
#fipr-pr .img-ck.act {
	border: 1px solid var(--cp1);
}
.fipr-pr-item {
	border-radius: 16px;
	overflow: hidden;
	gap: 0;
}
.fipr-pr-item>div {
	background: var(--cwh);
}
.fipr-pr-item>div:first-child {
	padding: 32px;
	box-sizing: border-box;
	width: 36%;
}
.fipr-pr-item>div:first-child span {
	color: var(--cp1);
}
.fipr-pr-item>div:first-child h5 {
	color: var(--cg1);
	margin-top: 8px;
	margin-bottom: 20px;
}
.fipr-pr-item>div:last-child {
	width: 64%;
}
.fipr-pr-item>div:last-child figure {
	position: relative;
	margin-bottom: 0;
}
.fipr-pr-item>div:last-child figure img {
	height: auto;
}
.fipr-pr-item>div:last-child figurcaption {
	padding: 4px 10px;
	font-size: var(--fs1);
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: var(--cg5);
	color: var(--cg2);
	border-radius: 4px;
}
.figure-wrap figure:not(:first-child) {
	display: none;
}

#fipr-pr .img-ck-wrap .img-ck:first-child {
	opacity: 1;
}
#fipr-pr .img-ck-wrap .img-ck {
	opacity: 0.5;
	cursor: pointer;
	transition: opacity 0.3s ease;
}
#fipr-pr .img-ck-wrap .img-ck.act {
	opacity: 1;
}
/* bma
------------------------------------------------------------------------ */
#bma-video .sec-cont {
	gap: 48px;
}
#bma-product li figcaption {
	margin-top: 10px;
	font-size: var(--fs4);
}
/* ess 
------------------------------------------------------------------------ */
#ess-category .sec-cont {
	position: relative;
}
#ess-category .sec-cont video {
	display: block;
}
#ess-category .sec-cont img {
	z-index: 1;
	display: block;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
/* management-policy 
------------------------------------------------------------------------ */
#management-policy .p-body .sec-p {
	font-size: var(--fs3);
}
#management-policy .p-body #sec3 {
	padding-bottom: 120px;
}
#management-policy .p-body .sec2 {
	padding: 0px 0 80px;
}
#management-policy .p-body .sec2 .inner {
	padding-top: 40px;
	border-top: 1px solid var(--cg4);
}
#management-policy .p-body .sec .nobd {
	border: none !important;
}
#management-policy .p-body h5 {
	margin-bottom: 40px;
	text-align: center;
}
hr.sero {
	background: #61BBFE;
	border: none;
	padding: 0;
	margin: 0 auto;
	height: 52px;
	width: 1px;
}
hr.sero-xl {
	height: 80px;
}
.rbox {
	box-sizing: border-box;
	padding: 32px;
	color: var(--cwh);
	background: var(--cp1);
	border-radius: 16px;
}
.mp-sec {
	border-radius: 16px;
	border: 1px solid #6CC84D;
	padding: 48px 40px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.mp-sec::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("images/ico-open.svg");
    background-color: #FF9900;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mp-sec:first-child::before {
	display: none;
}
.mp-sec2 {
	border-color: #FF9900;
}
.mp-sec3 {
	border-color: #3580C2;
}
.mp-sec3::before {
	background-color: #3580C2;
}
.mp-sec h4 {
	text-align: center;
	margin-bottom: 20px;
	font-size: var(--fs6);
}
.mp-sec p {
	text-align: center;
	margin-bottom: 80px;
	font-size: var(--fs4);
}
.mp-sec h4 span {
	font-size: var(--fs6);
	display: inline-block;
	text-align: center;
	background: #6CC84D;
	color: var(--cwh);
	border-radius: 4px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;

}
.mp-sec2 h4 span {
	background-color: #FF9900;
}
.mp-sec3 h4 span {
	background-color: #3580C2;
}
.mp-sec li {
	text-align: center;
	border-right: 1px solid var(--cg4);
	box-sizing: border-box;
}
.mp-sec li:last-child {
	border: none;
}
.mp-sec li img {
	height: 80px;
	width: auto;
	margin: 0 auto;
}
.mp-sec li h6 {
	margin-top: 20px;
	font-size: var(--fs3);
	font-weight: 700;
	color: var(--cg1);
}

/* home  
------------------------------------------------------------------------ */
#home-banner2 {
	flex-wrap: nowrap;
}
#home-banner2.bg-gray {
	padding-bottom: 0;
}
#home-banner2 .cent {
	gap: 10px;
}
#home-banner2 .cent>div {
	width: 100%;
}
#home-banner2 .cent hr {
	width: calc(40% - 20px);
}
#home-banner2 .cent img {
	width: 30%;
}
#home-banner2 .cent img.slo {
	width: 25%;
}
#home-product {
	background: linear-gradient(to bottom, #f5f5f5, #fff) !important;
}
#home-product .col {
	border-radius: 16px;
	overflow: hidden;
	border: 1px solid var(--cg4);
	background: var(--cwh);
	box-sizing: border-box;
	height: 400px;
	padding: 32px;
	text-align: left;
	position: relative;
}
#home-product .col article {
	position: relative;
	z-index: 1;
}
#home-product .col p {
	color: var(--cg3);
	margin-top: 4px;
	margin-bottom: 10px;
}
#home-product .col img {
	z-index: 0;
	width: 80%;
	position: absolute;
	bottom: 0;
	right: 0;
}
#home-banner div.inner {
	position: relative;
	overflow: hidden;
}
#home-banner img {
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}
#home-banner .inner div {
	box-sizing: border-box;
	padding: 60px 32px;
	background-color: var(--cp1);
	background-size: cover;
	background-image: url("images/img_home_banner.jpg");
	z-index: 1;
	position: relative;
}
#home-banner h3 {
	color: var(--cwh);
}
#home-banner .inner div a {
	color: var(--cwh);
}
#home-rnd ul li {
	height: 400px;
	background: var(--cg5);
	overflow: hidden;
	border-radius: 16px;
}
#home-rnd ul li a {
	height: 100%;
}
#home-rnd article {
	padding: 48px;
	box-sizing: border-box;
	height: 100%;
}
#home-rnd article div .cap {
	color: var(--cp1);
}
#home-rnd article img {
	background: var(--cg1);
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
#home-rnd img {
	object-fit: cover;
	height: 100%;
}
#home-rnd h3 {
	color: var(--cg1);
}
#home-banner2 .imgcard {
	height: 640px;
	height: auto;
}
#home-banner2 .imgcard video {
	object-fit: cover;
	border-radius: 16px;
}
#home-banner-0 {
	padding-top: 24px !important;
}
#home-banner-0 .col {
	overflow: hidden;
	border-radius: 16px;
}
#home-banner-0 .col a.imgcard {
	height: 400px;
}
#home-banner-0 .col a.imgcard div {
	height: 100%;
}
#h-b-0-b>div {
	width: 100%;
}
#h-b-0-b>div img {
	position: absolute;
	right: 14px;;
	bottom: 14px;
	width: auto;
	height: 80px;
}
#home-visual ul li {
	position: relative;
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
}
#home-visual .slk {
	height: 85vh !important;
}
#home-visual ul li.slick-slide {
	height: 85vh !important;
}
#home-visual ul li .sg {
	position: absolute;
	top: 0;
	left: 0;
	padding: 32px 60px;
	box-sizing: border-box;
	width: 100%;
}
#home-visual ul li .sg img {
	width: 200px;
}
#home-visual ul li .sg hr {
	margin: 0;
	width: 0;
}
#home-visual ul li.slick-active .sg hr {
	width: 100%;
	transition: 9.5s;
}
#home-visual ul li img, 
#home-visual ul li video {
	display: block;
	height: 100%;
	object-fit: cover;
}
#home-visual ul li article {
	position: absolute;
	top: auto;
	bottom: 32px;
	left: 60px;
	color: var(--cwh);
	width: 80%;
}
#home-visual ul li article h3 {
	line-height: 1.1;
	margin-bottom: 20px;
}
#h-b-0-b div article {
	height: 100%;
}
#h-b-0-b>div article div h5 {
	font-size: var(--fs35);
	width: 85%;
}
#h-b-0-b>div article div h6.cap {
	color: var(--cp1);
	margin-bottom: 4px;
}
#h-b-0-b>div>div {
	background: var(--cwh);
	width: 100%;
	border: 1px solid var(--cg4);
	padding: 32px;
	box-sizing: border-box;
	height: 188px;
	position: relative;
}
#home-banner-0 .col a.imgcard div img {
	position: absolute;
	bottom: 32px;
	right: 32px;
	background: var(--cg1);
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
#home-info>div#home-info-list {
	padding: 32px;
	border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid var(--cg4);
	width: calc(66.6666666% - 12px) !important;
}
#home-info>div#home-info-list a.btn {
	text-align: center;
	display: block;
}
#home-info {
	margin-top: 24px;
}
#home-info>div  {
	width: calc(33.33333333% - 12px) !important;
}
#home-info>div .first {
	height: 234px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
#home-info>div>div {
	overflow: hidden;
	width: 100%;
	padding: 32px;
	box-sizing: border-box;
}
#home-info-banner div a div {
	padding: 32px;
	box-sizing: border-box;
	width: 100%;
}
#home-info-banner div img.ff {
	width: 32px;
}
#home-info>div a div img {
	position: absolute;
	bottom: 32px;
	right: 32px;
	background: var(--cg1);
	width: 48px;
	height: 48px;
	border-radius: 4px;
}
#home-info-banner {
	gap: 16px;
}
/* basic 
------------------------------------------------------------------------ */
#p-basic .main {
	border: 1px solid var(--cg3);
	padding: 48px;
	box-sizing: border-box;
	margin: 150px auto;
}
#p-basic .p-head {
	padding: 20px 0 20px;
	text-align: center;
	border-radius: 0;
	margin-bottom: 40px;
	color: var(--cg1);
	height: auto;
}
#p-basic .p-body section h3 {
	font-size: var(--fs5);
	margin-top: 48px;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--cg4);
}
#p-basic .p-body section h5 {
	font-size: var(--fs3);
	margin-bottom: 4px;
}
#p-basic .p-body section p {
	color: var(--cg2);
	margin-bottom: 20px;
}
#p-basic .p-body section ul, 
#p-basic .p-body section ol {
	padding-left: 20px;
	list-style: auto;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
#p-basic .p-body section ul li, 
#p-basic .p-body section ol li {
	color: var(--cg2);
}


.section-navigation {
	position: fixed;
	bottom: 10px;
	left: 0;
	width: 100%;
	z-index: 3;
	transition: all 0.3s ease;
}

.section-navigation.absolute {
	position: absolute;
	bottom: auto;
}

.nav-wrapper {
	width: calc(100% - 32px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.prev-page, .next-page {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: var(--cg2);
	font-size: var(--fs2);
	transition: color 0.3s;
	background: var(--cwh);
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	border: 1px solid var(--cg4);
	padding: 8px 12px;
	border-radius: 4px;
	box-sizing: border-box;
	text-transform: uppercase;
}

.prev-page:hover, .next-page:hover {
	color: var(--cp1);
}

.prev-page .arrow {
	width: 22px;
	height: 22px;
	border-radius: 24px;
	text-align: center;
	line-height: 22px;
	border: 1px solid var(--cg4);
	margin-right: 8px;
}

.next-page .arrow {
	width: 22px;
	height: 22px;
	border-radius: 24px;
	text-align: center;
	line-height: 22px;
	border: 1px solid var(--cg4);
  margin-left: 8px;
}

.section-links {
	background: var(--cwh);
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
	border: 1px solid var(--cg4);
	padding: 8px;
	border-radius: 100px;
	box-sizing: border-box;
	justify-content: center;
	gap: 8px;
}

.section-link {
	padding: 8px 15px;
	border-radius: 20px;
	text-decoration: none;
	color: #666;
	font-size: var(--fs2);
	letter-spacing: -0.03em;
	transition: all 0.3s;
	border: 1px solid var(--cg4);
}

.section-link:hover {
  color: var(--cg3);
  background-color: var(--cg5);
}

.section-link.active {
  background-color: var(--cp1);
  color: var(--cwh);
}
.wpcf7 form.sent .wpcf7-response-output {
	border: none !important;
	background: var(--cp1) !important;
	color: var(--cwh) !important;
}
.auth-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.auth-modal-content {
	background: white;
	padding: 2em;
	border-radius: 8px;
	width: 80%;
	max-width: 400px;
	margin: 10% auto;
	text-align: center;
	box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.auth-modal-content button {
	margin-top: 1.5em;
	padding: 0.6em 1.5em;
	border: none;
	background: #0056ff;
	color: white;
	border-radius: 4px;
	cursor: pointer;
}
