/*font*/
@charset "utf-8";
@import "/css/font_a2z/font.css";

:root {
    --maincolor: #015fc1;
    --submenu-height: 170px;
}

/*add class*/
.d-none {
    display:none !important;
}
.d-block {
    display:block !important;
}
.text-center {
    text-align:center;
}
.text-right {
    text-align:right;
}
.text-left {
    text-align:left;
}
.mx-auto {
    margin:0 auto;
}
.w-10 {
    width:100px;
}
.h-6 {
    height:60px;
}
.pt-xxl {
    padding-top: 11rem;
}

.pb-xxl {
    padding-bottom: 11rem;
}

.mt-xxl {
    margin-top: 11rem;
}

.mb-xxl {
    margin-bottom: 11rem;
}

.pt-xl {
    padding-top: 8.8rem;
}

.pb-xl {
    padding-bottom: 8.8rem;
}

.mt-xl {
    margin-top: 8.8rem;
}

.mb-xl {
    margin-bottom: 8.8rem;
}

.pt-lg {
    padding-top: 6.6rem;
}

.pb-lg {
    padding-bottom: 6.6rem;
}

.mt-lg {
    margin-top: 6.6rem;
}

.mb-lg {
    margin-bottom: 6.6rem;
}

.pt-md {
    padding-top: 5.5rem;
}

.pb-md {
    padding-bottom: 5.5rem;
}

.mt-md {
    margin-top: 5.5rem;
}

.mb-md {
    margin-bottom: 5.5rem;
}

.pt-sm {
    padding-top: 4.4rem;
}

.pb-sm {
    padding-bottom: 4.4rem;
}

.mt-sm {
    margin-top: 4.4rem;
}

.mb-sm {
    margin-bottom: 4.4rem;
}

.pt-xs {
    padding-top: 2.2rem;
}

.pb-xs {
    padding-bottom: 2.2rem;
}

.mt-xs {
    margin-top: 2.2rem;
}

.mb-xs {
    margin-bottom: 2.2rem;
}

.pt-xxs {
    padding-top: 1.3rem;
}

.pb-xxs {
    padding-bottom: 1.3rem;
}

.mt-xxs {
    margin-top: 1.3rem;
}

.mb-xxs {
    margin-bottom: 1.3rem;
}

/*common*/
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 {
    font-size: clamp(16px, 0.9375vw, 24px);
    font-family:'A2z', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
    color: #333333;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-weight: 500;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

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;
}
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    word-break: keep-all;
}

p {
    line-height: 1.4;
}

a {
    color: inherit;
    text-decoration: none;
}

#main {
    min-height: calc(100vh - 231px);
}

/* 서브페이지: fixed 헤더 아래로 본문 시작 (헤더 높이와 동일) */
/*body.subpage #main {*/
/*    padding-top: 6.1rem;*/
/*}*/

.container {
    padding: 0 3.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.container .mw {
    max-width: 2086px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.container .mw-lg {
    max-width: 86.8rem;
}

.container .mw-md {
    max-width: 73.7rem;
}

.container .mw-sm {
    max-width: 55.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3.125vw, 1.7rem);
}
.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(20px, 3.125vw, 1.7rem);
}

/*header*/
#header {
    --color: #FFFFFF;
    --bg: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#header:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

#header.show-menu {
    --color: #333333;
    --bg: #FFFFFF;
    transform: translateY(0);
    pointer-events: initial;
}

#header.hide {
    pointer-events: none;
}

#header>.site-header {
    transition: transform 500ms ease;
    will-change: transform;
}

#header .site-header:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #fff;
    border-radius: 0;
    height: 6rem;
    opacity: 0;
    z-index: -1;
    transition: height 200ms ease-out, opacity 200ms, border-radius 200ms;
    transition-delay: 0ms, 100ms, 0ms;
}

.site-header {
    color: var(--color, #333333);
    height: 6rem;
    display: grid;
    align-items: center;
    transition: color 100ms, background 100ms;
    position: relative;
}

.site-header .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-header .brand a {
    display: flex;
    align-items:center;
    gap:10px;
}

.site-header .brand img {
    width: 9rem;
    height: auto;
    overflow: visible;
}
.site-header .brand .logo-white {
    display:inline-block;
}
.site-header .brand .logo-color {
    display:none;
}
.show-menu .site-header .brand .logo-white, .opaque .site-header .brand .logo-white {
    display:none;
}
.show-menu .site-header .brand .logo-color, .opaque .site-header .brand .logo-color {
    display:inline-block;
}

.site-header .brand .title {
    font-weight:600;
    line-height:1.2;
    word-break:keep-all;
}

.site-header .brand .title>span {
    display:block;
}

.site-header .brand .title>span:first-child {
    font-size:13px;
    letter-spacing:-.4px;
}
.site-header .brand .title>span:last-child {
    font-size:16px;
}


#header #nav .gnb {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 600;
}

#header #nav .gnb a span {
    transition: color 100ms;
}

#header #nav .gnb>li {
    position: relative;
    padding: 0 0.6rem;
}

#header #nav .gnb>li>a {
    min-width: clamp(5rem, 9vw, 10rem);
    display: flex;
    font-weight: 600;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    height: 6rem;
}

#header #nav .gnb .submenu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    font-size: 0.9rem;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    padding: 2.2rem 0;
    letter-spacing: -0.0325em;
    clip-path: inset(0% 0% 100% 0%);
    transition: opacity 200ms, clip-path 200ms ease-out;
}

#header #nav .gnb .submenu ul {
    padding: 0 0.6rem;
    position: relative;
}

#header #nav .gnb .submenu li a {
    font-weight: 500;
}

#header #nav .gnb .submenu li+li {
    margin-top: 1.25em;
}

#header.show-menu #nav .gnb>li .submenu {
    opacity: 1;
    pointer-events: auto;
    height: var(--submenu-height, 0px);
    clip-path: inset(0% 0% 0% 0%);
    transition-duration: 200ms, 300ms;
}

#header.show-menu #nav .gnb>li:last-child .submenu:after {
    display: none;
}

#header.show-menu #nav .gnb>li .submenu ul:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: var(--submenu-height, 0px);
    width: 1px;
    background: #E5E5E5;
}

#header.show-menu .site-header:before {
    opacity: 1;
    border-radius: 0 0 clamp(22px, 3.90625vw, 2.2rem) clamp(22px, 3.90625vw, 2.2rem);
    height: calc(var(--submenu-height, 0px) + 11.6rem);
    transition-duration: 300ms, 200ms, 300ms;
    transition-delay: 0ms, 0ms, 0ms;
    pointer-events: none;
}

#header.show-menu .site-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid #E5E5E5;
    pointer-events: none;
}

.modal-in-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    --color: #333333;
    pointer-events: none;
    backface-visibility: hidden;
    background: #FFFFFF;
    display: grid;
    grid-template-rows: auto 1fr;
}

.modal-in-header .scroll-area {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.modal-in-header.active .scroll-area {
    overflow-y: scroll;
}

.modal-in-header .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 6;
}

.modal-in-header .site-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 1px solid #E5E5E5;
    pointer-events: none;
}

#header.show-menu~#main:after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9997;
    content: "";
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
}

#header.force-opaque,
#header.opaque {
    --color: #333333;
    --bg: #FFFFFF;
}

#header.force-opaque .site-header,
#header.opaque .site-header {
    background: var(--bg, #fff);
    backdrop-filter: blur(50px);
}

#header.force-opaque .langs a,
#header.opaque .langs a {
    color: #B2B2B2;
    opacity: 1;
}

#header.force-opaque .langs .split,
#header.opaque .langs .split {
    opacity: 1;
    background: #B2B2B2;
}

#header.force-opaque .langs .current,
#header.opaque .langs .current {
    color: var(--maincolor);
}

/*site map*/
#sitemap .sitemap-menu {
    display: grid;
    gap: 2.7rem;
}

#sitemap .sitemap-menu hr {
    height: 1px;
    border: 0;
    background: #E5E5E5;
    width: 100%;
    margin: 0;
}

#sitemap .sitemap-menu .menu-group {
    font-size: clamp(18px, 1.0416666667vw, 26.6px);
    padding-bottom: 1em;
    color: #000;
    line-height: 1.25;
    letter-spacing: -0.02em;
}

#sitemap .sitemap-menu .menu-group .menu-name {
    font-size: 1.8em;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1.1em;
    color: var(--maincolor);
}

#sitemap .sitemap-menu .menu-group .menu-list {
    display: grid;
    gap: 1em;
    row-gap: 2.3em;
    grid-template-columns: repeat(auto-fill, minmax(11em, 1fr));
}

#sitemap .sitemap-menu .menu-group .menu-list>li>a {
    font-weight: 600;
}

#sitemap .sitemap-menu .menu-group .menu-list>li>ul {
    font-size: 0.8em;
    margin-top: 1.5em;
    display: grid;
    gap: 1em;
}

#sitemap .sitemap-menu .menu-group .menu-list>li>ul>li {
    font-weight: 500;
    color: #666666;
}

.show-sitemap #sitemap {
    pointer-events: initial;
    height:100vh;
}

/*main video*/
#main .main-video {
    position: relative;
    /*height: calc(100vh + 3.5rem);*/
    /*height: calc(100lvh + 3.5rem);*/
    /*height: 100vh;*/
    /*height: 100lvh;*/
    padding-bottom:56.25%;
    width: 100%;
    overflow: hidden;
    background: var(--maincolor);
    isolation: isolate;
    will-change: clip-path, transform, border-radius;
}

#main .main-video video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    /*height: 100vh;*/
    /*height: 100lvh;*/
    display: block;
    object-fit: cover;
    will-change: clip-path, transform;
}

#main .main-video-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

#main .main-video-overlay .main-video-toggle {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0,0,0,0.5);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background 0.2s;
}

#main .main-video-overlay .main-video-toggle:hover {
    background: rgba(0,0,0,0.75);
}

#main .main-video-overlay .main-video-toggle:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

/*main board*/
.main-section {
    --color:#333;
    --bg: #fff;
    color: var(--color);
    background: var(--bg);
}
.mainBD {
    position:relative;
    background-color:#f5f9fc;
}
.mainBD .main-section-inner {
    background:url('../images/main_board_img.png') left bottom no-repeat;
    background-size:contain;
    background-position-x: 20%;
}

.main-section-inner .grid {
    max-width: 2086px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.main-section-inner .grid-py {
    display: grid;
    grid-template-columns: 1fr 56.1381074169%;
    gap: min(2.5vw, 64px);
    justify-content: space-between;
    --pt: 5.5rem;
    --pb: 5.8rem;
    padding: var(--pt, 5.5rem) 0 var(--pb, 5.8rem);
}
.main-section-header .title {
    font-size: 2.2vw;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-weight: 700;
    overflow: hidden;
    clip-path: inset(0);
    position: relative;
}

.main-section-header .title>span {
    display: flex;
    align-items: center;
    gap: 0.4375em;
    margin-bottom: 0.3125em;
    will-change: transform;
}

.main-section-header .title>span:before {
    content: "";
    width: 0.625em;
    aspect-ratio: 1 / 1;
    background: var(--maincolor);
    border-radius: 50%;
}

.main-section-header .text {
    font-size: 35px;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    will-change: transform;
    font-weight: 700;
    color: #005fc1;
    text-shadow: 0 0 5px #ffffff;
}

.main-section .right .grid-ml {
    max-width: 36.875rem;
    margin-left: auto;
}

.main-section .card-wrap {
    gap: 0.875rem;
    display: grid;
}

.main-section .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.6rem;
    /*background: var(--bg);*/
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    border-radius: clamp(26px, 4.296875vw, 2.4rem);
    box-sizing: border-box;
    min-height: 17rem;
    border:1px solid #e5e5e5;
    box-shadow: 0 2px 4px rgba(120, 134, 146, 0.2);
}

.main-section .card-header {
    margin-bottom: 1.3rem;
}

.main-section .card-header .title {
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.3em;
}

.main-section .card-header .title:before {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    background: var(--maincolor);
    border-radius: 50%;
}

.main-section .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.main-section .card-body ul li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0.7rem;
    padding-top: 0.7rem;
}

.main-section .card-body h4 {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main-section .card-body .date {
    font-size: 0.875rem;
    font-weight: 300;
    margin-top: 0.375em;
    display: block;
    line-height: 1;
    color: rgba(0, 0, 0, 0.6);
}
.main-section .card-body .card-board-item:hover {

}

/*footer*/
#footer {
    background: var(--maincolor);
    color: #FFFFFF;
    position: relative;
    z-index: 9899;
    overflow: hidden;
}

#footer .footer-inner {
    padding: 2.6rem 0;
    border-radius: clamp(3.8rem, 3.3333vw, 5.8rem) clamp(3.8rem, 3.3333vw, 5.8rem) 0 0;
}

#footer .footer-content {
    position: relative;
}

#footer .footer-top {
    display: flex;
    justify-content: space-between;
    gap: clamp(100px, 8.3vw, 213.3px);
}

#footer .brand img {
    display: block;
    width: 11.7rem;
    height: auto;
    overflow: visible;
}

#footer .footer-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: clamp(100px, 8.3vw, 213.3px);
    margin-top: 3.3rem;
}

#footer .info {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4em;
    color: rgba(255, 255, 255, 0.8);
}

#footer .info .text {
    display: flex;
    gap: 1.2em;
    margin-top: 0.8em;
}

#footer .info .admin-links {
    display: flex;
    align-items: center;
    gap: 0.5em;
}
#footer .info .admin-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: underline;
}
#footer .info .admin-links a:hover {
    color: #fff;
}
#footer .info .admin-links .split {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
}

#footer .top {
    position: absolute;
    right: 0;
    bottom: 0;
}

#footer .top a {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 0.875rem;
    gap: 0.8em;
}

#footer .top a i {
    width: 2.6em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    transition: background-color 100ms, color 100ms;
}

/*sub header*/
.section {
    position: relative;
}

.section .headline {
    font-weight:700;
    font-size: 2.4rem;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    margin-bottom:0.3em;
}

.section .visual {
    position: absolute;
}

.section .visual .subBG {
    position: absolute;
    width: 100%;
}

.section .visual .subBG img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 10%;
}

.section .section-inner {
    position: relative;
}

.section .section-header {
    display: grid;
    grid-template-columns: min(36rem, 50%) 1fr;
    gap: clamp(20px, 3.125vw, 1.7rem);
    align-items: flex-end;
    word-break: keep-all;
}

.section .section-header .img-inline {
    display:flex;
    align-items:center;
    gap:20px;
}
.section .section-header .header .title {
    margin-bottom: 0.3em;
    clip-path: inset(0);
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    font-weight: 700;
    line-height: 1.2em;
}

.section .section-header .header .title span {
    display: flex;
    align-items: center;
    gap: 0.4375em;
}

.section .section-header .header .title span:before {
    content: "";
    display: block;
    width: 0.625em;
    aspect-ratio: 1/1;
    background: var(--maincolor);
    border-radius: 50%;
}

.section .section-header .header .sub-title {
    font-size: 2.2rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 700;
    color:var(--maincolor);
}

.section .desc {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.section .hr {
    width:100%;
    height:1px;
    display:block;
    background-color:#e5e5e5;
}

.page-header {
    overflow: hidden;
    background: #000000;
    color: #FFFFFF;
}

.page-header .visual {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-header .visual .subBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page-header .visual .subBG img {
    object-position: 50% 65%;
}

.page-header .visual .subBG:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.2);
}

.page-header .section-inner {
    height: clamp(255px, 52vw, 29rem);
    max-height: 100vh;
    max-height: 100svh;
    display: grid;
    align-items: center;
    text-align: center;
}

.page-header .page-title {
    font-size: 4rem;
    line-height: 1.1em;
    letter-spacing: -0.02em;
}

.page-header .page-title {
    font-weight: 700;
    line-height: 1.2;
}

.page-header.esg-page-header .visual .subBG .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/esg/page-top.webp") no-repeat center center;
    background-size: cover;
}

.page-header.esg-page-header .visual .subBG::after {
    display: none;
}

.subpage-title {
    text-align: center;
}

.subpage-title .title {
    font-size: 4.8rem;
    line-height: 1.1em;
    letter-spacing: -0.02em;
}

.subpage-content-wrap {
    background-color:#fff;
}

.subpage-title .title {
    font-weight: 700;
}

/*breadcrumb*/
.breadcrumb-wrap {
    font-size: 0.875rem;
    background-color:var(--maincolor);
}

.breadcrumb {
    display: flex;
    color: #fff;
    align-items: center;
}

.breadcrumb i {
    float:right;
    margin-top:17px;
    font-size:20px;
    height: auto;
    aspect-ratio: 1/1;
}
.breadcrumb>li:first-child {
    border-left:1px solid rgba(255,255,255,0.2);
}
.breadcrumb>li {
    border-right:1px solid rgba(255,255,255,0.2);
    position:relative;
}

.breadcrumb>li:last-child {
    font-weight: 600;
}
.breadcrumb li a {
    display:inline-block;
    width:300px;
    height:55px;
    line-height:55px;
    padding:0 20px;
}

[lang=en] .breadcrumb span {
    display: block;
    padding-bottom: 0.1em;
}

.breadcrumb .drop-menu {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: #fff;
    color: #333;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 1px 10px 0px #00000042;
    z-index:9900;
    transition: height 200ms ease-out, opacity 200ms, border-radius 200ms;
    transition-delay: all 100ms;
    overflow:hidden;
}
.breadcrumb .drop-menu>li {
    border-bottom:1px solid #e5e5e5;
}
.breadcrumb .drop-menu>li:last-child {
    border-bottom:0;
}
.breadcrumb .drop-menu>li.on a {
    font-weight: 700;
    color: var(--maincolor);
    background-color: #f0f4ff;
}
/* 드롭메뉴 표시: hover 또는 .open 클래스 */
.breadcrumb > li:hover .drop-menu,
.breadcrumb > li.open .drop-menu {
    display: block;
}
.no-page-header .breadcrumb-wrap {
    padding-top: 1.77777778rem;
}

/* 장비 소개 list_area (OpenLAB 스타일) */
/*.content-area .tab-list {*/
/*    display: flex;*/
/*    gap: 0.5rem;*/
/*    margin-bottom: 1.5rem;*/
/*    list-style: none;*/
/*    padding: 0;*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*}*/
/*.content-area .tab-list li a {*/
/*    display: inline-block;*/
/*    padding: 0.6rem 1rem;*/
/*    color: #666;*/
/*    text-decoration: none;*/
/*    border-bottom: 2px solid transparent;*/
/*    margin-bottom: -1px;*/
/*}*/
/*.content-area .tab-list li a:hover,*/
/*.content-area .tab-list li a.on {*/
/*    color: var(--maincolor);*/
/*    font-weight: 600;*/
/*    border-bottom-color: var(--maincolor);*/
/*}*/
.tab-menu-wrap {
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.tab-menu-wrap .tab-menu {
    overflow: visible;
}

.tab-menu-wrap .tab-menu .tab-item {
    width: auto;
}

.tab-menu-wrap a {
    display: flex;
    padding: 0 1.4em;
    height: 3em;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    border-radius: 4em;
    transition: background-color 200ms;
}

.tab-menu-wrap a.on {
    background: var(--maincolor);
    color: #fff;
}

.tab-menu-wrap.mw-sm {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.tab-menu-wrap.mw-sm a {
    padding: 0 1.1em;
    height: 2.7em;
}

.tab-menu {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.tab-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--tab-list-transition-timing-function, initial);
    box-sizing: content-box;
}

.tab-list {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.tab-item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.list_area {
    margin-top: 1rem;
}

/*장비*/
.equipment-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}
.equipment-item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.2s, border-color 0.2s;
}
/*.equipment-item:hover {*/
/*    border-color: var(--maincolor);*/
/*    box-shadow: 0 4px 16px rgba(10, 49, 168, 0.15);*/
/*}*/
.equipment-item .thumb {
    aspect-ratio: 4/3;
    background: #f5f5f5;
    overflow: hidden;
    border-radius:clamp(12px, 2.34375vw, 1.3rem);
    border:1px solid #e5e5e5;
}
.equipment-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.equipment-item .thumb .no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.9rem;
}


.equipment-item .info {
    padding: 1rem 1.1rem;
}
.equipment-item .name {
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.4rem;
    line-height: 1.3;
    color: #1a1a1a;
}
.equipment-item .manufacturer {
    font-size: 0.85rem;
    color: #666;
    margin-bottom: 0.35rem;
    font-weight::500;
}
.equipment-item .usage {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight:500;
}

.equipment-detail-wrap .detail-header, .board-detail .detail-header {
    border-bottom: 1px solid #333333;
    padding-bottom: clamp(20px, 3.9063vw, 2.2rem);
    margin-bottom: clamp(20px, 3.9063vw, 2.2rem);
}
.equipment-detail-wrap .detail-header .name, .board-detail .detail-header .detail-title {
    font-size: 3rem;
    line-height: 1.3em;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    font-weight:700;
}
.equipment-detail-wrap .detail-header .manufacturer, .board-detail .detail-header .created, .board-detail small, .form-help small  {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #666;
    font-weight:400;
}
.equipment-detail-wrap .detail-meta, .board-detail .detail-meta {
    margin-bottom: 3.5rem;
    background: #f8f8f8;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    padding: clamp(22px, 3.125vw, 1.7rem);
    display: grid;
    gap: 0.75em;
}
.answer-content {
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    padding: clamp(22px, 3.125vw, 1.7rem);
    display: grid;
    gap: 0.75em;
    border:1px solid var(--maincolor);
}
.equipment-detail-wrap .detail-meta dl, .board-detail .detail-meta dl, .answer-content dl {
    display: flex;
    align-items: center;
    gap: 1.25em;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 1.25em;
}
.equipment-detail-wrap .detail-meta dl:last-child, .board-detail .detail-meta dl:last-child, .answer-content dl:last-child {
    border-bottom:0;
    padding-bottom:0;
}
.equipment-detail-wrap .detail-meta dt, .board-detail .detail-meta dt, .answer-content dt {
    font-weight: 600;
    white-space: nowrap;
    margin-right: 1.875em;
    width:100px;
}
.equipment-detail-wrap .detail-meta dd, .board-detail .detail-meta dd, .answer-content dd {
    font-weight:500;
    flex:1 0 0;
}
.equipment-detail-wrap .detail-body, .board-detail .detail-body {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid #E5E5E5;
}
.equipment-detail-wrap .detail-content, .board-detail .detail-content {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #333;
    font-weight: 400;
    text-wrap: initial;
}
.detail-content p, .detail-content strong, .detail-content b, .detail-content em, .detail-content span, .detail-content h1, .detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
    font: revert;
}
.detail-content table, .detail-content thead, .detail-content tbody, .detail-content tfoot, .detail-content tr, .detail-content th, .detail-content td {
    border:revert-layer;
}
.equipment-detail-wrap .detail-img {
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    overflow:hidden;
    text-align:center;
}
.equipment-detail-wrap .detail-img img {
    max-width: 100%;
    height: auto;
}
.board-detail .notice-content img {
    display:block;
}
.board-detail .support-links {
    text-align:center;
}
.board-detail .btn-support-link {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    font-size:1.125rem;
    font-weight:600;
    box-sizing: border-box;
    border-radius: 3em;
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
    height: 3.1em;
    padding: 0 2em;
}
.board-detail .btn-support-link i {
    width: 1.7em;
    min-width: 1.7em;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: 50% 50% no-repeat;
    background-color: #F3F3F3;
    background-size: 1.1em 1.1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-list {
    display: flex;
    height: 3.1em;
    padding: 0 2em;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 3em;
    border: 1px solid #E5E5E5;
    font-weight: 600;
    transition: background 200ms, color 200ms;
    background: var(--maincolor);
    border-color: var(--maincolor);
    color: #FFFFFF;
    font-size:1rem;
}
.equipment-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #666;
    font-size: 1rem;
}
.detail-actions, .form-actions {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 4.4rem;
}
.detail-actions a, .form-actions a {
    min-width: 13.3rem;
}
.equipment-detail-wrap .detail-actions .equipment-delete-form {
    display: inline;
}
.btn-equipment {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
}
.btn-equipment.btn-add {
    background: var(--maincolor);
    color: #fff;
}
.btn-equipment.btn-add:hover {
    background: #082a8f;
}
.btn-equipment.btn-edit {
    background: var(--maincolor);
    color: #fff;
}
.btn-equipment.btn-edit:hover {
    background: #082a8f;
}
.btn-equipment.btn-delete {
    background: #c00;
    color: #fff;
}
.btn-equipment.btn-delete:hover {
    background: #a00;
}
.equipment-admin-actions, .board-admin-actions {
    margin-bottom: 1rem;
}
.equipment-admin-actions .btn-add {
    display: inline-block;
}

/*장비등록*/
.equipment-form-wrap, .notice-form-wrap, .business-form-wrap, .press-form-wrap, .faq-form-wrap, .qna-form-wrap {
    background: #f8f8f8;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    padding: clamp(22px, 3.125vw, 1.7rem);
}
.form-error-msg { margin-bottom: 1rem; padding: 0.75rem 1rem; background: #fef2f2; color: #b91c1c; border-radius: 6px; font-size: 0.95rem; }
.qna-privacy-notice { margin-bottom: 1.5rem; padding: 0.875rem 1rem; background: #fff8e6; color: #8b6914; border: 1px solid #f5d976; border-radius: 6px; font-size: 0.95rem; line-height: 1.5; }
.form-inline-datetime { display: inline-flex; align-items: center; gap: 0.5rem; }
.point-required {color:#ff0000; font-weight:700; font-size:18px;}
.form-inline-datetime .form-control { width: auto; min-width: 8rem; }
.form-inline-datetime input[type="time"].form-control { min-width: 6rem; }
.form-group { margin-bottom: 30px; }
.form-group label { display: block; margin-bottom: 10px; font-weight: 500; color: #333; font-size:1.125rem; }
.form-control { width: 100%; padding: 0.5rem 0.75rem; border: 1px solid #ddd; border-radius: 6px; font-size: 1rem; box-sizing: border-box; }
.equipment-form .form-control:focus { outline: none; border-color: var(--maincolor); }
.equipment-form textarea.form-control { min-height: 8rem; resize: vertical; }
.equipment-form .form-check { font-weight: 400; margin-left: 0.5rem; }
.equipment-form .form-image-preview { margin-bottom: 0.5rem; }
.equipment-form .form-actions,
.notice-form .form-actions,
.faq-form .form-actions,
.qna-form .form-actions {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 4.4rem;
}
.attach-file-row, .form-inline-group{
    display:flex;
    align-items:center;
}

.board-detail .support-attach-list {
    display:flex;
    align-items:center;
    font-size: 0.875rem;
    gap: 1.25em;
}
.board-detail .support-attach-list .title {
    width:100px;
    font-weight: 600;
    white-space: nowrap;
    margin-right: 1.875em;
    width: 100px;
}
.board-detail .support-attach-list .item a {
    display:block;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight:500;
    color:var(--maincolor);
    margin-bottom:5px;
}
.board-detail .support-attach-list .item a:last-child {
    margin-bottom:0;
}

/*table*/
.table {
    display: grid;
}
.table table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight:400;
}

.table table.sm {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.table table.sm {
    line-height: 1.6;
}

.table table.sm th,
.table table.sm td {
    padding: 1.25em 1em;
}

.table table.dark th,
.table table.dark td {
    color: #333333;
    border-color: #ddd;
}

.table table.dark th {
    background: #f3f3f3;
}

.table table.dark td {
    background: #fff;
}

.table table th,
.table table td {
    padding: 1.3em 0.8em;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: middle;
}
.table table th:last-child,
.table table td:last-child {
    border-right: 0;
}
.table table td.border-right {
    border-right: 1px solid #E5E5E5;
}
.table table th.text-left,
.table table td.text-left {
    text-align: left;
}

.table table th.text-right,
.table table td.text-right {
    text-align: right;
}

.table table th.text-center,
.table table td.text-center {
    text-align: center;
}

.table table th {
    font-weight: 600;
    background: #f8f8f8;
}

.table table .text-left {
    text-align: left;
}

.table table tr.emphasis th,
.table table tr.emphasis td {
    background: #f3f3f3;
}

.table table tr.emphasis-ver2 th,
.table table tr.emphasis-ver2 td {
    background: #F9F9F9;
}

.table .notice {
    font-size: 0.875rem;
    margin-top: 1.6em;
    color: #999999;
    line-height: 1.6em;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.table .notice li {
    position: relative;
    padding-left: 0.8em;
    line-height: 1.5;
}

.table .notice li:before {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
}

.table .notice li+li {
    margin-top: 0.26em;
}
.table .text-list {
    padding-left:1em;
    text-align:left;
}
.table .text-list li:before {
    content:'';
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:100%;
    background-color:#ff8c00;
    vertical-align:middle;
    margin-right: 10px;
    margin-bottom: 4px;
}

.table .scroll {
    overflow-x: auto;
    border-top: 2px solid #333
}

/*board table*/
.table-list {
    border-top: 2px solid #333;
}

.table-list table {
    width: 100%;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.table-list table th,
.table-list table td {
    padding: 1.5em 0.8em;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
}

.table-list table th:last-child,
.table-list table td:last-child {
    padding-right: 0;
}

.table-list table th:first-child,
.table-list table td:first-child {
    padding-left: 0;
}

.table-list table .title {
    text-align: left;
}

.table-list table tbody .title {
    word-break: break-all;
    font-size: 1.1rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

.table-list table tbody td {
    padding: 2.1em 0.8em;
}

.table-list table tbody tr.disabled {
    background: #FAFAFA;
}

.table-list table tbody tr.disabled td {
    color: #b2b2b2;
}

.table-list table tbody tr.disabled td small {
    color: #b2b2b2;
}

.table-list table small {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #666666;
}

.table-list .point-notice {
    background-color: #333;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 28px;
}

/* FAQ accordion */
.faq-accordion {
    border-top: 2px solid #333;
}
.faq-accordion-item {
    border-bottom: 1px solid #E5E5E5;
}
.faq-accordion-trigger {
    display: flex;
    align-items: center;
    padding: 1.5em 0.8em;
    text-align: left;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    gap: 0.75em;
    transition: background-color 0.2s;
}
.faq-accordion-trigger:hover {
    background-color: #f5f5f5;
}
.faq-accordion-num {
    flex-shrink: 0;
    color: #666;
    font-weight: 400;
}
.faq-accordion-question {
    flex: 1;
    word-break: break-word;
}
.faq-accordion-icon {
    flex-shrink: 0;
    width: 0.5em;
    height: 0.5em;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    margin-bottom: 0.25em;
    transition: transform 0.2s;
}
.faq-accordion-item.is-open .faq-accordion-icon {
    transform: rotate(-135deg);
    margin-bottom: -0.35em;
}
.faq-accordion-content {
    overflow: hidden;
}
.faq-accordion-content[hidden] {
    display: none;
}
.faq-accordion-answer {
    padding: 1.5em 2.5em;
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    font-weight:400;
    border-top:1px dashed #e5e5e5;
}
.faq-accordion-answer img {
    display: block;
}
.faq-accordion-actions {
    padding: 0 0.8em 1.25em 2.5em;
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}

.unit {
    font-size: 0.875rem;
    font-weight: 400;
    color: #666;
}

.status {
    border-color:transparent;
    border-width:1px;
    border-style:solid;
    border-radius: 28px;
    padding: 5px 10px;
}
.status.status-receiving {
    border-color:#e5e5e5;
    color:var(--maincolor);
}
.status.status-before {
    border-color: #e5e5e5;
    color: #f89c42;
}
.status.status-closed {
    background-color:#e5e5e5;
    border-color:#e5e5e5;
    color:#999;
}
.status.status-pending { border-color: #e5e5e5; color: #666; }
.status.status-processing { border-color: #f89c42; color: #f89c42; }
.status.status-done { background-color: #e8f0fe; border-color: var(--maincolor); color: var(--maincolor); }

/*pagination*/
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 3.5rem;
    gap: 0.5em;
}

.pagination a {
    box-sizing: border-box;
    min-width: 2.25em;
    height: 2.25em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.5em;
    font-weight: 600;
    border-radius: 0.5em;
}

.pagination a.active {
    background: var(--maincolor);
    color: #fff;
    font-weight: 700;
}

.pagination .first,
.pagination .last,
.pagination .prev,
.pagination .next {
    text-decoration: none;
    color: inherit;
}

.pagination .disabled {
    opacity: 0.25;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25em;
    height: 2.25em;
}

/*form*/
.board-filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2.6rem;
    position: relative;
    z-index: 999;
}

.board-filter form {
    display: flex;
    align-items: center;
    font-size: max(14px, 0.875rem);
    gap: 0.5em;
    position: relative;
}

.board-filter form input {
    width: 16.875em;
}

.board-filter.no-margin-bottom {
    margin-bottom: 0;
}

input.form-input,
select.form-input {
    height: 3.5em;
    padding: 0 3em 0 1.25em;
    border: 1px solid #E5E5E5;
    border-radius: 3em;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    font-size: max(14px, 0.875rem);
}

input.form-input::placeholder {
    color: #b2b2b2;
    font-weight: 500;
}

select.form-input {
    background-image: url(../img/icon/select-chevron.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 1.125em) 50%;
    background-size: 1.25em auto;
    min-width: 9.6875em;
}

/*button*/
button {
    appearance: none;
    box-shadow: none;
    border: 0;
    background: none;
    border-radius: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: 1rem;
    color: inherit;
}

.btn {
    display: flex;
    height: 3.1em;
    padding: 0 2em;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    transition: background 200ms, color 200ms;
    border-radius: 3em;
    font-weight: 500;
    font-size:1rem;
}
.btn.basic {
    border: 1px solid #E5E5E5;
    background: #FFFFFF;
}
.btn.delete {
    background: #c00;
    color: #fff;
}
.btn.group-delete {
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.btn.basic small {
    font-size: 0.875em;
}

/* 저장 버튼 강조 (파란색) */
.btn.btn-submit {
    background: var(--maincolor);
    color: #fff;
    border: 1px solid var(--maincolor);
}

/*특화단지 소개*/
.img-link img {
    max-width:100%;
}
.grid-title-left {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: clamp(20px, 3.125vw, 1.7rem);
}

.grid-title-left .header {
    font-size: 2.2rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
}

.grid-title-left .header {
    font-weight: 700;
}

.grid-title-left .content {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.grid-title-left .box {
    text-align: center;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    padding: 2.6em;
    background-color: #f8f8f8;
}

.grid-title-left .box p {
    margin: 0 auto;
    max-width: 38em;
}

/* 장비/지원사업/공지사항/보도자료 폼: 저장/취소 버튼 나란히 같은 크기, 화면 중앙 정렬 */
.equipment-form .form-submit-actions,
.business-form .form-submit-actions,
.notice-form .form-submit-actions,
.press-form .form-submit-actions,
.faq-form .form-submit-actions,
.qna-form .form-submit-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.equipment-form .form-submit-actions .btn,
.business-form .form-submit-actions .btn,
.notice-form .form-submit-actions .btn,
.press-form .form-submit-actions .btn,
.faq-form .form-submit-actions .btn,
.qna-form .form-submit-actions .btn {
    min-height: 3.1em;
    box-sizing: border-box;
}
.equipment-form .form-submit-actions a.btn,
.business-form .form-submit-actions a.btn,
.notice-form .form-submit-actions a.btn,
.press-form .form-submit-actions a.btn,
.faq-form .form-submit-actions a.btn,
.qna-form .form-submit-actions a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.modify-btn-group {
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:1.125rem;
    margin-top:3rem;
}

/*인증개요*/
.grid-item .box {
    margin: 0 auto;
    width: 100%;
}
.grid-item .border {
    text-align:center;
    border:1px solid #e5e5e5;
    border-radius: clamp(22px, 3.9vw, 2.2rem);
    height:100%;
}

.grid-item .img {
    border-radius: clamp(22px, 3.9vw, 2.2rem);
    overflow: hidden;
    isolation: isolate;
}

.grid-item .img img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 500/528;
    object-fit: contain;
}

.grid-item .text {
    padding: 1.5rem 0.5rem;
}

.grid-item .text .title {
    font-size: 1.6rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 0.3em;
}
.grid-item .text .desc, .desc-list li {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight:500;
}
.grid-item .text .desc-list li, .desc-list li {
    margin-left:13px;
}
.grid-item .text .desc-list li:before, .desc-list li:before {
    content:'';
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:100%;
    background-color:#ff8c00;
    vertical-align:middle;
    margin-right: 10px;
    margin-bottom: 4px;
    margin-left:-13px;
}

.certification-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(20px, 3.125vw, 1.7rem);
}

.certification-info h4 {
    font-size: 1.3rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
}

.certification-info p {
    color: #666666;
}

.grid-box-wrap {
    display: grid;
    gap: clamp(20px, 3.125vw, 1.7rem);
}

.grid-box-wrap .grid-box {
    background: #f8f8f8;
    border-radius: clamp(20px, 2.3438vw, 1.333rem);
}

.grid-box-wrap .grid-box .header {
    font-weight: 700;
    padding: clamp(32px, 3.9063vw, 2.222rem) clamp(28px, 4.6875vw, 2.6rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid-box-wrap .grid-box .header .title {
    font-size: 1.2rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
}

.grid-box-wrap .grid-box .inner {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #666666;
    font-weight: 500;
}

.grid-box-wrap .grid-box .inner {
    display: flex;
    flex-direction: column;
    gap: clamp(12px, 1.5625vw, 0.8rem);
    border-top: 1px solid #ccc;
    padding: clamp(20px, 3.125vw, 1.7rem) clamp(20px, 4.6875vw, 2.6rem) clamp(20px, 4.6875vw, 2.6rem);
}

.grid-box-wrap .grid-box .inner .title {
    position: relative;
    display: block;
    color: #0A31A8;
    font-weight:600;
    padding-left: 0.7em;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.grid-box-wrap .grid-box .inner .title::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    width: 0.16em;
    height: 0.16em;
    background-color: #0A31A8;
    border-radius: 50%;
}

.grid-box-wrap .grid-box .inner .text {
    color: #666666;
    margin-top: 0.25em;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight:400;
}

/*인증절차*/
.img-box {
    text-align:center;
}
.img-box img {
    max-width:fit-content;
    width:100%;
}

/*인증시험 항목*/
.certification-list {
    display: grid;
    gap: clamp(20px, 3.125vw, 1.77rem);
}

.certification-item .box {
    padding: clamp(32px, 6.25vw, 3.5rem);
    background: #f8f8f8;
    border-radius: clamp(22px, 3.90625vw, 2.2rem);
}

.certification-item .box .inner {
    margin: 0 auto;
    max-width: 68.3rem;
}

.certification-item .header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.875rem;
}

.certification-item .header .title {
    font-size: 2rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 700;
}

.certification-item hr {
    border: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 1px;
    margin: 1.1rem 0;
}

.certification-item .body .grid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 70%;
    gap: clamp(20px, 3.125vw, 1.77rem);
}

.certification-item .body .img {
    /*overflow: hidden;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);*/
    isolation: isolate;
    max-width: 28.4rem;
}

.certification-item .body .img img {
    display: block;
    /*object-fit: cover;*/
    max-width: 100%;
    max-height:150px;
    transition: transform 500ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.certification-item .body .text {
    padding: 1.1rem 0;
}

.certification-item .body .text h4 {
    font-size: 1.2rem;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 0.3em;
}

.certification-item .body .text p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #444;
}

.certification-item .body .text .info {
    margin-top: 2rem;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
}

.certification-item .body .text .info dl {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 0.6em;
}

.certification-item .body .text .info dl dt {
    font-weight: 700;
}

.certification-item .body .text .info dl dd {
    font-weight: 500;
    color: #444;
}

/*본부 인사*/
.greeting-signature {
    background: url('../images/signature.svg') no-repeat center;
    display: inline-block;
    width: 120px;
    height: 53px;
    vertical-align: middle;
}
.about-greeting .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: space-between;
    gap: clamp(20px, 3.125vw, 1.7rem);
}

.about-greeting .grid .img-box {
    width: 100%;
    max-width: 36rem;
}

.about-greeting .grid .img-box img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: clamp(22px, 3.90625vw, 2.2rem);
    aspect-ratio: 648/746;
}

.about-greeting .grid .text-box {
    max-width: 42.5rem;
    width: 100%;
    margin-left: auto;
}

.about-greeting .grid .text-box .title {
    font-size: 1.6rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 0.8em;
    font-weight: 700;
    text-wrap: balance;
}

.about-greeting .grid .text-box .text {
    display: grid;
    gap: 0.8em;
}
.about-greeting .grid .text-box .text p {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight: 500;
}

.about-greeting .grid .text-box .name {
    text-align: right;
    font-size: 1.2rem;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin-top: 2em;
}

/*본부 소개 조직도*/
/* 공통 스타일 */
.organization-tree .box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    margin: 10px;
    width: 280px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    border-radius:13px;
}

.organization-tree .header {
    color: white;
    padding: 10px;
    font-weight:600;
    font-size: 1.1rem;
    border-radius:12px 12px 0 0;
}

.organization-tree .content {
    padding: 15px;
    font-size: 0.95rem;
    line-height: 1.6;
    font-weight:400;
    background-color:#fff;
    border-radius:0 0 12px 12px;
}
/* 본부장 스타일 */
.organization-tree .head-section {
    background-color: #1a60a4; /* 진파랑 */
    width: 350px;
    margin:0 auto;
    position:relative;
}
.organization-tree .head-section:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -22px;
    transform: translateX(-50%);
    width: 1px;
    height: 22px;
    background-color:#e5e5e5;
}
.organization-tree .head-section:after {
    content: '';
    position: absolute;
    left: -34%;
    right: -34%;
    bottom: -23px;
    height: 1px;
    background-color:#e5e5e5;
}
.organization-tree .head-section .content {
    color:#fff;
    background-color:#1a60a4;
}

/* 센터 스타일 */
.organization-tree .center-row {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 30px;
    position: relative;
}
.organization-tree .center-row .center-container {
    display:flex;
    flex-direction:column;
    align-items:center;
}

.organization-tree .center-box {
    position:relative;
    z-index:0;
}
.organization-tree .center-box:before {
    content:'';
    position:absolute;
    left:50%;
    top:-20px;
    bottom:0;
    transform: translateX(-50%);
    width:1px;
    background-color:#e5e5e5;
    z-index:-1;
}
.organization-tree .center-box .header {
    background-color: #26b1c9; /* 민트 블루 */
}

/* 팀 스타일 */
.organization-tree .team-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.organization-tree .team-box {
    position:relative;
}
.organization-tree .team-box:before {
    content:'';
    position:absolute;
    left:50%;
    top:-22px;
    width:1px;
    height:22px;
    background-color:#e5e5e5;
    transform:translateX(-50%);
}
.organization-tree .team-box .header {
    background-color: #3fa58b; /* 초록 계열 */
}
.organization-tree .team-box .header small {
    display:block;
    font-size:0.875rem;
    margin-top:5px;
    letter-spacing: -0.02em;
}

/* 하단 주요 업무 리스트 */
.organization-tree .footer-row {
    display: flex;
    margin-top: 40px;
    justify-content:space-around;
    gap:20px;
}

.organization-tree .work-box {
    width: 450px;
    background-color: #eceff1;
    border-radius: 15px;
    padding: 20px;
}

.organization-tree .work-title {
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: #444;
}
.organization-tree .footer-row ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.organization-tree .footer-row li::before {
    content: "";
    background-color: #ff8c00;
    display: inline-block;
    width: 4px;
    height:4px;
    border-radius:100%;
    margin-left: -1em;
    vertical-align: middle;
    margin-right: 8px;
}

.organization-tree .footer-row li {
    padding-left: 1.5em;
    margin-bottom: 8px;
    font-size: 0.85rem;
    font-weight:400;
}
.mobile-tree {
    display: none;
    gap: 1em;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.6;
    letter-spacing: -0.02em;
    font-weight: 700;
    text-align: center;
    z-index:0;
}

.mobile-tree:before {
    content: "";
    border: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 1em;
    position: absolute;
    z-index: -1;
    bottom: 65em;
    margin-left: -1px;
}

.mobile-tree ul {
    padding-left: 2em;
    display: grid;
    gap: 1em;
    margin: 1.5em 0;
}

.mobile-tree ul .__s {
    margin: 1em 0;
}

.mobile-tree>ul>li {
    position: relative;
}

.mobile-tree>ul>li:before {
    content: "";
    height: 5em;
    border: 1px solid #ccc;
    width: 1em;
    border-top: 0;
    border-right: 0;
    bottom: 100%;
    transform: translateY(1.7em);
    right: 100%;
    position: absolute;
    z-index: -1;
}
.mobile-tree ul>li:last-child:before {
    height:24em;
}

.mobile-tree .tree-lv1 {
    font-size: 1.2em;
    background: #1a60a4;
    padding: 20px 0;
    color: #fff;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
}
.mobile-tree .tree-lv1 span {
    font-weight:400;
}
.mobile-tree .tree-lv2 {
    overflow:hidden;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
}
.mobile-tree .tree-lv2 .title {
    color:#fff;
    background: #26b1c9;
    padding: 10px 0;
}
.mobile-tree .tree-lv2 .box {
    background: #f8f8f8;
    font-weight: 400;
    padding: 10px 30px;
}
.mobile-tree .tree-lv2 .box span {
    display: block;
    font-weight:500;
}
.mobile-tree .tree-lv2 .box p {
    color: #666;
    line-height: 1.6;
    border-top:1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.mobile-tree .tree-lv3 {
    position: relative;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    overflow:hidden;
}

.mobile-tree .tree-lv3 .title {
    background: #3fa58b;
    color: #fff;
    padding: 10px 0;
}

.mobile-tree .tree-lv3 .box {
    background: #f8f8f8;
    padding: 10px 30px;
    font-weight: 400;
}

.mobile-tree .tree-lv3 .box p {
    color: #666;
    line-height: 1.6;
    border-top:1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
}

.mobile-tree .tree-lv3 .box span {
    display: block;
    font-weight:500;
}

.mobile-tree .tree-lv3 .box hr {
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #E5E5E5;
}

.mobile-tree .tree-lv4 {
    overflow:hidden;
    border-radius: clamp(12px, 2.34375vw, 1.3rem);
    background: #f8f8f8;
    padding:20px 0;
}
.mobile-tree .tree-lv4 .title {
    font-weight:600;
}
.mobile-tree .tree-lv4 .box {
    padding:0 40px;
}
.mobile-tree .tree-lv4 .box p {
    font-weight:400;
    color:#666;
    border-top:1px solid #e5e5e5;
    padding-top: 10px;
    margin-top: 10px;
 }

/*오시는길*/

.buildingArea .buildingmap_sub {background-color: #ffffff;
    border: 3px solid #2cb4d2;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 1px 3px 0px rgb(0 0 0 / 41%);}
.buildingArea .buildingmap_sub h6 {
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;}
.buildingArea .buildingmap_sub > div {display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 20px;}
.buildingArea .buildingmap_sub > div .btn_mapinfo {
    background-color: #e5e5e5;
    padding: 5px 20px;
    border-radius: 28px;
    font-size: 14px;}

@media (max-width: 768px) {
    .buildingmap {display:none;}

    .buildingbox {flex-direction:column;}
    .buildingbox .card02 {width:100%;}
    .buildingbox .imgbox {display:none;}
}