@font-face {
	font-family: 'KoPub Dotum';
	font-style: normal;
	font-weight: 300;
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Light.eot);
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Light.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Light.woff) format('woff'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Light.ttf) format('truetype');
}
@font-face {
	font-family: 'KoPub Dotum';
	font-style: normal;
	font-weight: 400;
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Medium.eot);
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Medium.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Medium.woff) format('woff'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Medium.ttf) format('truetype');
}
@font-face {
	font-family: 'KoPub Dotum';
	font-style: normal;
	font-weight: 700;
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Bold.eot);
	src: url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Bold.eot?#iefix) format('embedded-opentype'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Bold.woff) format('woff'),
	url(//cdn.jsdelivr.net/npm/font-kopub@1.0/fonts/KoPubDotum-Bold.ttf) format('truetype');
}

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 {
	background-color: transparent;
	outline: none;
	border: none;
}
html {
	font-size:62.5%;
}
a {
	text-decoration:none;
	color: var(--cg1);
}
/* common------------------------------------------------------------------------ */
::selection {
	background-color:var(--cb);
	color: var(--cw);
}
:root {
	--cp1: #452e08;
	--cp2: #ee4e13;
	--cp3: #07360f;
	--cp4: #fffa90;
	--cw: #fff;
	--cb: #000;
	--cwt: rgba(255, 255, 255, 0.8);
	--cgt: rgba(80, 80, 80, 0.9);
	--cbt: rgba(0, 0, 0, 0.8);
	--bf4: 4px;
	--bf8: 8px;
	--bf12: 12px;
	--tts: .3s;
	--ttm: .6s;
	--ttl: 1s;

	/* warm */
	--cg1:#252520;
	--cg2:#3d3d38;
	--cg3:#52524d;
	--cg4:#73736e;
	--cg5:#969691;
	--cg6:#bdbdb8;
	--cg7:#d9d9d4;
	--cg8:#f0f0eb;
	/* green */
	--cg1:#141414;
	--cg2:#383d38;
	--cg3:#4d524d;
	--cg4:#6e736e;
	--cg5:#919691;
	--cg6:#b8bdb8;
	--cg7:#d6d9d6;
	--cg8:#ecf0ec;
	/* pure */
	--cg1:#252525;
	--cg2:#3d3d3d;
	--cg3:#525252;
	--cg4:#737373;
	--cg5:#969696;
	--cg6:#bdbdbd;
	--cg7:#d9d9d9;
	--cg8:#f0f0f0;
	/* cool */
	--cg1:#202525;
	--cg2:#383d3d;
	--cg3:#4d5252;
	--cg4:#6e7373;
	--cg5:#919696;
	--cg6:#b8bdbd;
	--cg7:#d4d9d9;
	--cg8:#ebf0f0;

	--line: #ddd;
	--linebk: #141414;

	--fs0: 1.2rem;
	--fs1: 1.4rem;
	--fs2: 1.6rem;
	--fs3: 1.8rem;
	--fs4: 2rem;
	--fs5: 2.2rem;
	--fs6: 2.4rem;
	--fs7: 2.8rem;
	--fs8: 3.2rem;
	--fs9: 4rem;
	--fs10: 6rem;
	--fsmax: 8rem;

}
.blur {
	backdrop-filter: blur(var(--bf12));
}
.tac { text-align:center; }
.tar { text-align:right; }
.tal { text-align:left; }
.ttu { text-transform: uppercase; }
.ttc { text-transform: capitalize; }
.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: 800px;
	margin-left:auto;
	margin-right:auto;
}
@media (min-width:979.99px) and (max-width:1479.98px) {
	.maxws {
		max-width: 720px;
	}
}
.lmt { width:calc(100% - 48px) !important; margin-left:auto; margin-right:auto; }
.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: .3s;
}
.fx {
	display:flex;
	align-items:start;
	flex-wrap:wrap;
	gap: 24px;
}
.nogap { gap: 0; }
.gap { gap: 6px; }
.gap12 { gap: 12px; }
.gap24 { gap: 24px; }
.gap32 { gap: 32px; }

.flx1 { flex: 1; }
.flx3 { flex: 3; }
.fx2>* {
	width:calc(50% - 12px);
}
.fx3>* {
	width:calc(33.33333333333% - 16px);
}
.fx4>* {
	width:calc(25% - 18px);
}
.fxjc { justify-content:center; }
.fxsb { justify-content:space-between; }
.fxac { align-items: center; }
.fxafs { align-items: flex-start; }
.fxafe { align-items: flex-end; }
.fxas { align-items:stretch; }
.fxdc { flex-direction:column; }
.fxdr { flex-direction:row; }
.fxnw { flex-wrap:nowrap; }

.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%);
}

.rd1 { border-radius:4px; }
.rd2 { border-radius:8px; }
.rd3 { border-radius:12px; }
.rd4 { 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:80px;
	overflow:hidden;
	vertical-align:top;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}
.btn {
	font-size: var(--fs2);
	color: var(--cg4);
	border: 1px solid;
	padding: 4px 10px;
}
.btn:hover {
	transition:.3s;
}
hr {
	width: 100%;
	background: var(--cb);
	height: 1px;
	border: none;
	margin: 0;
}
/* module ------------------------------------------------------------------------ */
/* layout
------------------------------------------------------------------------ */
body {
	position: relative;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
	word-break: keep-all;
	/* font-family: "hanken-grotesk", "dm-sans"; "stevie-sans" */
	font-family: "KoPub Dotum", "pretendard", -apple-system, BlinkMacSystemFont,
		"Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans KR", sans-serif;
	font-weight: 700;
	font-size: var(--fs3);
	line-height: 1.6;
	letter-spacing: 0;
	color: var(--cg1);
	background-color: var(--cw);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
.md {
	font-weight: 500;
}
.bd {
	font-weight: 600;
}
/* --- header --- */
header {
	background-color: transparent;
	background-color: transparent;
	background-color: var(--cw);
	position: fixed;
	top: 0;
	left: 50%;
	width: 100%;
	height: 60px;
	z-index: 100;
	transition: var(--tts);
	max-width: 1680px;
	transform: translate(-50%, 0);
}
header .inner {
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--line);
}
header .inner ul.fx {
	font-size:var(--fs3);
	color:var(--cg3);
	display:flex;
	gap:20px;
	row-gap:0;
	justify-content: flex-end;
}
#hamberger {
	display: none;
}
#contact,
#menu-wrap {
	align-items: center;
}
#menu-wrap  {
	position: fixed;
	top: 17px;
	left: 50%;
	padding: 0 24px 0 12px;
	box-sizing: border-box;
	width: 50%;
	z-index: 999;
}
.page-template-intro #menu-wrap {
	display: none;
}
#contact {
	gap: 16px;
}
#contact a img {
	width: 24px;
	display: block;
}
/* logo */
#logo {
}
#logo img {
	display:block;
	height: 19px;
	width:auto;
}
.menu {
	width: 100%;
	padding: 0;
	display: flex;
	gap: 24px;
}
.menu li {
	position: relative;
}
.menu li a {
	color: var(--cg4);
	position: relative;
	text-transform: capitalize;
	position: relative;
	line-height: 1;
	font-size: var(--fs3);
	text-transform: uppercase;
}
.sub-menu {
	position: absolute;
	top: 100%;
	min-width: 180px;
	left: 0;
	background: var(--cw);
	list-style: none;
	margin: 0;
	padding: 12px 4px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}
.sub-menu a {
	display: block;
	padding: 4px 8px;
	font-size: var(--fs1) !important;
	text-decoration: none;
	color: var(--cg2);
}
.menu-item-has-children:hover .sub-menu,
.menu-item-has-children.hover-active .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.menu li a:hover {
	color:var(--cp1);
}
.menu li.current-menu-item a,.menu li.current-category-ancestor a {
	color:var(--cg1) !important;
}
#contact #menu-contact {
	justify-content: flex-end;
}
#contact #menu-contact li a {
	font-size: var(--fs2);
	display: block;
	border: 1px solid;
	padding: 4px 10px;
	color: var(--cg4) !important;
}

/* container ------------------------------------------------------------------------ */
.container {
	margin: 0 auto;
	padding: 60px 0;
	min-height: 80vh;
	max-width: 1680px;
}
.main {
	min-height: 60vh;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.tit-lg {
	font-size: var(--fs7);
	line-height: 1;
}
.tit-md {
	font-size: var(--fs5);
}
.tit-sm {
	font-size: var(--fs3);
}
.eyebrow {
	font-size: var(--fs2);
	color: var(--cg4);
}
.p-head {
	padding: 56px 0 32px;
}
.p-head .inner h1 {
	text-transform: uppercase;
}
.p-head .inner article p {
}
/* footer ------------------------------------------------------------------------ */
footer {
	max-width: 1680px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	box-sizing: border-box;
	font-size: var(--fs2);
}
footer section {
	padding: 24px 0;
	border-top: 1px solid var(--line);
	position: relative;
	box-sizing:border-box;
}
footer ul li:last-child {
	align-items: center;
}
footer #totop a img {
	width: 24px;
}
/* project ------------------------------------------------------------------------ */
.th-list li a.thumb img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 12px;
}

#single-pjt .p-head .tit-en {
	font-size: var(--fs3);
	margin-top: 8px;
	color: var(--cg4);
}
#single-pjt .p-head .thumb {
	width: 100%;
	margin-bottom: 32px;
}
#single-pjt .p-head .thumb img {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
#single-pjt .p-head .smy {
	font-size: var(--fs2);
}
#single-pjt .p-head .smy table {
	margin-top: 40px;
	border-top: 1px solid var(--line);
	width: 100%;
}
#single-pjt .p-head .smy table tr {
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
}
#single-pjt .p-head .smy table tr>* {
	flex: 1;
	padding: 12px 0;
	line-height: 1;
}
#single-pjt .p-head .smy table tr td {
	color: var(--cg4);
}
#single-pjt .p-head .smy table tr th {
	text-transform: uppercase;
	text-align: left;
}
#single-pjt .p-body {
	margin-top: 48px;
}
#single-pjt .p-body figure {
	cursor: pointer;
}

.slide-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--cw);
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
}
.slide-overlay.act {
	display: flex;
}

.slide-container {
	width: 90%;
	max-width: 1200px;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide-content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slide-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	align-items: center;
	justify-content: center;
}
.slide-item.active {
	display: flex;
}
.slide-item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.close-btn {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 24px;
	height: 24px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1001;
	transition: background 0.2s;
}
.close-btn img {
	width: 100%;
	height: auto;
	display: block;
}
.close-btn:hover {
	background: rgba(255, 255, 255, 0.2);
}
.nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--cg1);
	text-transform: capitalize;
	font-size: var(--fs0);
	padding: 4px 10px;
	cursor: pointer;
	display: flex;
	background: var(--cg8);
	align-items: center;
	justify-content: center;
	z-index: 1001;
	transition: background 0.2s;
}
.nav-btn:hover {
	background: var(--cg7);
}
.prev-btn {
	left: 20px;
}
.next-btn {
	right: 20px;
}
.post .post-gall .wp-block-gallery {
	display: flex;
	gap: 24px;
	row-gap: 56px;
}
.post .post-gall .wp-block-gallery figure.wp-block-image {
	flex: none !important;
	width: calc(50% - 12px) !important;
}
.post .post-gall .wp-block-gallery figure.wp-block-image figcaption {
	background: transparent;
	position: static;
	color: var(--cb);
	text-align: left;
	padding: 4px 0;
}
/* records ------------------------------------------------------------------------ */
#records-list .p-body {
	margin-top: 120px;
}
#records-list .p-body ul {
	gap: 40px;
}
#records-list .p-body ul li {
	border-top: 1px solid var(--line);
	padding-top: 32px;
	width: 100%;
}
#records-list .p-body ul li h5 {
	color: var(--cg4);
	font-size: var(--fs2);
}
#records-list .p-body ul li article .wp-block-gallery {
	margin-top: 16px;
	gap: 8px !important;
	margin-bottom: 0;
}
#records-list .p-body ul li article .wp-block-image {
	width: calc((100% - (8px * 5)) / 6) !important;
}
#records-list .p-body ul li article .wp-block-image img {
	border: 1px solid var(--line);
	box-sizing: border-box;
}
@media (min-width: 899.99px) and (max-width:1379.98px) {
#records-list .p-body ul li article .wp-block-image {
	width: calc((100% - (8px * 2)) / 3) !important;
}
}
/* notice ------------------------------------------------------------------------ */
/* article ------------------------------------------------------------------------ */
/* contact ------------------------------------------------------------------------ */
/* post ------------------------------------------------------------------------ */
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
}
.post h1 {
}
.post h2 {
}
.post h3 {
}
.post h3 {
}
.post h6 {
}
.post figure {
}
.post .sm {
	width: 36%;
}
.post .md {
	width: 50%;
}
/* home ------------------------------------------------------------------------ */
/* intro ------------------------------------------------------------------------ */
.page-template-intro header,
.page-template-intro footer {
	display: none;
}
#page-intro {
	width: 100vw;
	height: 100vh;
	padding: 0;
	margin: 0;
}
#page-intro section {
	position: fixed;
	margin: 0;
	width: 20%;
	max-width: 240px;
}
/* popup */
/* project ------------------------------------------------------------------------ */
/* about ------------------------------------------------------------------------ */
#about-service .inner {
	margin-top: 24px !important;
}
#p-about .p-head img {
	width: 100%;
	height: 560px;
	object-fit: cover;
	display: block;
}
#p-about .p-body .sec .sec-head, 
#p-about .p-body .sec .sec-body {
	flex: 1;
	width: calc(50% - 12px);
}
#p-about .p-body .sec .sec-head {
	align-items: stretch;
}
#p-about .p-body .sec .sec-body {
	gap: 32px;
}
#p-about .p-body .sec .sec-body article {
	border-bottom: 1px solid var(--line);
	padding-bottom: 32px;
}
#p-about .p-body .sec .sec-body article:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
#p-about .p-body .sec .sec-body article p {
	color: var(--cg4);
	line-height: 1.7; 
}
#p-about .p-body .sec .sec-body article p.en {
	line-height: 1.55; 
}
#p-about .p-body .sec .inner {
	border-top: 1px solid var(--line);
	padding-top: 32px;
	margin-top: 80px;
	justify-content: space-between;
	align-items: stretch;
}
#p-about .sec-body h2 {
	font-size: var(--fs5);
}
#about-team .sec-body h2 {
	margin-top: 40px;
	margin-bottom: 12px;
}
#about-team .sec-body h2:first-child {
	margin-top: 0;
}
#about-team .sec-body h2:first-child em {
	font-size: var(--fs0);
	color: var(--cg6);
	float: right;
	width: 50%;
	margin-top: 3px;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container {
	display: flex;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--line);
	align-items: baseline;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container>.wp-block-group {
	width: 50%;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
	display: flex;
	flex-wrap: wrap;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container h4 {
	width: 50%;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container p {
	color: var(--cg4);
	margin-right: 10px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	transition: color 0.3s ease;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container p::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: var(--cg1); 
	transition: width 0.3s ease;
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container p:hover {
	color: var(--cg1);
}
#about-team .sec-body>.wp-block-group>.wp-block-group__inner-container p:hover::after {
	width: 100%;
}

#about-team .wp-block-group p {
	cursor: pointer;
	transition: color 0.3s ease;
}
#about-team .wp-block-group p:hover {
}
#about-team .wp-block-group ul {
	display: none;
}

#about-history .sec-body>ul>li {
	font-size: var(--fs4);
	display: flex;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid var(--line);
}
#about-history .sec-body ul li>* {
	flex: 1;
	font-size: var(--fs3);
}
#about-history .sec-body ul li li {
	color: var(--cg4);
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
}
.modal-container {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--cw);
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	max-width: 600px;
	width: 90%;
	max-height: 80vh;
	overflow-y: auto;
	z-index: 1001;
}
.modal-header {
	padding: 16px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.modal-title {
	font-size: var(--fs3);
	margin: 0;
}
.modal-close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #999;
	padding: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background-color 0.3s ease;
}
.modal-close:hover {
	background-color: var(--cg8);
}
.modal-content {
	padding: 20px;
}
.modal-content ul {
	display: block !important;
	list-style: none;
	padding: 0;
	margin: 0;
}
.modal-content li {
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
	color: var(--cg4);
	font-size: var(--fs1);
	line-height: 1.6;
}
.modal-content li:last-child {
	border-bottom: none;
}
.modal-content li:before {
	content: "• ";
	color: var(--cg4);
	margin-right: 2px;
}
.modal-overlay.show {
	display: block;
	animation: fadeIn 0.3s ease;
}

.modal-container.show {
	animation: slideIn 0.3s ease;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes slideIn {
	from { 
	opacity: 0;
	transform: translate(-50%, -60%);
	}
	to { 
	opacity: 1;
	transform: translate(-50%, -50%);
	}
}
#about-team .sec-body ul {
	display: none;
}
#about-contact .sec-body {
	position: relative;
}
#about-contact .sec-body a {
	display: block;
	width: 100%;
	height: 100%;
}
#about-contact .sec-body a span {
	font-size: var(--fs1);
	color: var(--cg4);
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--cw);
	padding: 0 4px;
}
#about-contact .sec-body img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#about-contact .sec-head table {
	width: 100%;
}
#about-contact .sec-head table tr {
	border-top: 1px solid var(--line);
	width: 100%;
}
#about-contact .sec-head table tr th {
	width: 50%;
	text-align: left;
}
#about-contact .sec-head table tr th, 
#about-contact .sec-head table tr td {
	padding: 8px 0;
}
#about-contact .sec-head table tr td {
	color: var(--cg4);
	font-size: var(--fs4);
}
#about-contact .sec-head table tr td span {
	font-size: var(--fs1);
	display: block;
	line-height: 1.5;
	color: var(--cg5);
	margin-top: 12px;
}
.project-item {
	border-bottom: 1px solid var(--line);
	width: 100%;
	padding: 8px 0;
}
.project-item h3 {
	font-size: var(--fs2);
	flex: 1;
}
.project-item ul {
	gap: 0;
}
.project-item ul li {
	color: var(--cg4);
	font-size: var(--fs2);
	width: 38%;
}
.project-item ul li:last-child {
	text-align: right;
	width: 24%;
}

