@import url(common.css);

html,
body {
    margin: 0;
    padding: 0;
}

/* nav sub */
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: background-color 0.4s ease;
    z-index: 1000;
}

nav.sub {
    background: #fff;
    border-bottom: solid 1px #f0f3f7;
    box-shadow: 0 7px 13px 0px rgb(0 0 0 / 10%);
}
nav.sub .menu > .logo {
    background-image: url("../images/hd_logo_bon.png");
}
nav.sub .menu > ul > li > a {
    color: #000000;
}

/* sub common */
.subpage {
    /* margin-top: 80px; */
    overflow: auto;
}
.subpage > .top {
    width: 100%;
    height: 360px;
    position: relative;
    text-align: center;
    /* padding-top: 90px; */
    z-index: 10;
    background-size: cover;
}
.subpage > .top > h1 {
    color: #fff;
    font-family: "Noto Sans CJK KR";
    font-size: 55px;
    font-weight: 300;
    line-height: 150%; /* 82.5px */
}
.subpage > .top > p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Segoe UI";
    font-size: 25px;
    font-weight: 300;
    line-height: 150%; /* 37.5px */
}

.sub01 {
    background-image: url("../images/sub01.png");
}
.sub02 {
    background-image: url("../images/sub02.jpeg");
}
.sub03 {
    background-image: url("../images/sub03.png");
}
.sub04 {
    background-image: url("../images/sub04.png");
}
.sub05 {
    background-image: url("../images/sub05.png");
}

.page-header {
    display: flex;
    align-items: center;
    gap: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 65px;
    background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb {
    display: flex;
    align-items: center;
    justify-content: stretch;
    gap: 1px;
    height: 100%;
}
.breadcrumb > * {
    height: 100%;
}
.breadcrumb > .icon-home {
    display: inline-block;
    width: 65px;
    height: 66px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url("../images/icons-home.png");
    background-position: center;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.breadcrumb > .section-name {
    background-color: rgba(0, 0, 0, 0.2);
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.breadcrumb > .section-name > span {
    color: #ffffff;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    line-height: 150%; /* 33px */
}
.custom-select {
    position: relative;
    min-width: 250px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.custom-select .selected {
    color: #ffffff;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 350;
    line-height: 150%;
}
.custom-select .selected::after {
    content: url("../images/select-arrow.png");
    position: absolute;
    right: 20px;
    top: 45%;
    transform: translateY(-50%);
}
.custom-select.open .selected::after {
    content: url("../images/select-arrow2.png");
}
.select-options {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    display: none;
    z-index: 99;
}
.select-options li {
    padding: 8px 12px;
    color: #fff;
    border-bottom: solid 1px #d9d9d9;
    text-align: left;
    padding: 14px 22px;
}
.select-options li:hover {
    background-color: #3e3e50;
}
.select-options li:last-of-type {
    border-bottom: 0;
}
.select-options li.active {
    background-color: #004098;
    color: #f2f2f2;
}
.custom-select.open .select-options {
    display: block;
}

.subpage > .content {
    padding: 120px 0;
    min-height: 300px;
    overflow: hidden;
}
.sub-common {
    margin-bottom: 30px;
}
.sub-common > p.descript {
    font-weight: 300;
    font-size: 50px;
}
.sub-common > h1 {
    font-weight: 500;
    font-size: 45px;
    margin-bottom: 30px;
    color: #085bcf;
}
.sub-common > p {
    font-weight: 200;
    font-size: 26px;
}
.sub-descripts {
    margin: 20px 0 50px;
}
.sub-descripts > p {
    font-weight: 200;
    font-size: 20px;
}

.list > .list-top {
    margin-bottom: 20px;
}
.list > .list-top > span:nth-of-type(1) {
    color: #373d45;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%; /* 20px */
    letter-spacing: -1px;
    padding-left: 24px;
    background-image: url("../images/icons-bullet.png");
    background-position: left 7px;
}
.list > .list-top > span:nth-of-type(2) {
    color: #a0adc0;
    font-family: "Segoe UI";
    font-size: 13px;
    font-weight: 300;
    line-height: 150%; /* 19.5px */
    padding-left: 5px;
}

.project-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 40px;
}
.project-card {
    width: calc(32.5% - 20px);
    cursor: pointer;
}
.img-wrapper {
    height: 300px;
    overflow: hidden;
    border: solid 1px #eaeaea;
}
.img-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-title {
    padding: 10px 0;
    background-image: url('../images/icons-arrow-bl.png');
    background-position: right 20px;
    transition: 0.15s;
}
.project-title.active {
    background-image: url('../images/icons-arrow-bl2.png');
    transition: 0.15s;
}
.project-title > span {
    color: #373D45;
    font-weight: 500;
    line-height: 100%; /* 15px */
    letter-spacing: -0.75px;
}

.slide-area {
    max-height: 0;
    width: 860px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.6s ease, opacity 0.4s ease, transform 0.4s ease;
}
.slide-area.active {
    opacity: 1;
    transform: translateY(0);
    /* max-height: 830px; */
}
.slide-area .frame {
    position: relative;
    border: solid 20px #e5eced;
}
.slide-area .frame img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 8px;
    position: relative;
}

.caption-list {
    list-style: none;
    margin: 20px 0 40px;
}
.caption-list li {
    margin-bottom: 4px;
    padding-left: 10px;
    position: relative;
}
.caption-list li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #085bcf;
    left: 0;
    top: 6px;
}
.caption-list li > span {
    font-size: 16px;
    color: #323232;
}
.caption-list li span:nth-of-type(1) {
    font-weight: 400;
    display: inline-block;
    min-width: 90px;
    color: #085bcf;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 60px 0 10px;
}
.pagination > a {
    background-color: transparent;
    border: 0;
    font-size: 14px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
}
.pagination > a.active {
    background-color: #ecf3ff;
    color: #004098;
}

/* ceo messege */
.ceo-messege {
    background-image: url('../images/bg_ceo.png');
    background-position: right bottom;
    background-size: 550px auto;
}
.ceo-messege > h1 {
    font-family: "Segoe UI";
    font-weight: 100;
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.ceo-messege > h1::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    right: 0;
    bottom: 0;
}
.ceo-messege > h2 {
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 30px;
}
.ceo-messege > h2 > b {
    color: #0455c8;
}
.ceo-messege > p {
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 1.8;
}
.ceo-messege > img {
    width: 240px;
    height: auto;
    margin-top: 60px;
}
.jw-build {
    display: none;
}
.jw-build img {
    width: 100%;
    height: auto;
}

/* 주요연혁 */
.history-top {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.history-top > p {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.9px;
    line-height: 1.7;
}
.history-top > p > span {
    font-weight: 500;
    color: #004098;
}

.tabs > .tab-btns {
    display: flex;
    justify-content: space-between;
}
.tabs > .tab-btns > a {
    flex: 1;
    display: inline-block;
    text-align: center;
    padding: 16px 0;
    border: solid 1px #d1d1d1;
    border-right: 0;
}
.tabs > .tab-btns > a:last-of-type {
    border-right: solid 1px #d1d1d1;

}
.tabs > .tab-btns > a > span {
    font-size: 18px;
    font-weight: 500;
    color: #6e6e6e;
}
.tabs > .tab-btns > a.active {
    background-color: #085bcf;
}
.tabs > .tab-btns > a.active > span {
    color: #ffffff;
}


.history-box {
    margin: 50px 0;

    position: relative;
}
.line-bg {
    position: absolute;
    left: 30px; /* 또는 원하는 위치 */
    top: 0;
    width: 2px;
    height: 100%;
    background: #d3d3d3;
    z-index: 0;
}
.line-fill {
    position: absolute;
    left: 30px;
    top: 0;
    width: 2px;
    height: 0;
    background: #085bcf;
    z-index: 1;
    transition: height 1s ease-out;
}

.history-box {
    display: none;
}
.history-box.active {
    display: block;
}
.history-box section {
    display: flex;
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    padding-left: 40px;
}

.history-box section::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 32px;
    width: 12px;
    height: 12px;
    background-color: #085bcf;
    border-radius: 50%;
}
.history-box section > .thumbnails {
    display: flex;
}

.year-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.year-box-list {
    display: flex;
}
.year-box-list > h1 {
    color: #004098;
    font-weight: 300;
    font-size: 45px;
    padding-left: 18px;
    min-width: 150px;
}
.year-box-list > ul {
    padding: 15px 0;
}
.year-box-list > ul > li {
    display: flex;
    gap: 12px;
    font-size: 20px;
}
.year-box-list > ul > li span:first-of-type {
    font-weight: 600;
    color: #004098;
    min-width: 40px;
}
.year-box-list > ul > li span:last-of-type {
    color: #323232;
}
.year-box .swiper {
    overflow: hidden;
    border: solid blue;
    margin: 0;
    width: 450px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.modal-content {
    background: #fff;
    padding: 20px;
    width: 800px;
    height: 800px;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% ,-50%);
}
.modal-content > h2 {
    margin: 20px 0;
}
.modal-content > .modal-image {
    border: solid 1px #b1b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.modal-content img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.modal .close {
    position: absolute;
    top: 15px;
    right: 20px;
    background-image: url('../images/icons-close-25.png');
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.thumbnail {
    width: 150px;
    margin: 10px;
    cursor: pointer;
    border: solid 1px #d8d8d8;
}

/* 사훈 */
.motto-top > p {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.9px;
    line-height: 1.7;
}
.motto-top > p > span {
    font-weight: 500;
    color: #004098;
}
.motto-content {
    display: flex;
    justify-content: center;
    position: relative;
}
.motto-content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 650px;
    background-image: url('../images/bg_motto.png');
    background-size: cover;
    background-position: center 70%;
    z-index: -1;
    top: 20px;
    opacity: 0.75;
}
.motto-image {
    width: 760px;
    height: 760px;
}
.motto-image img {
    width: 100%;
    height: auto;
}
.motto-text > p {
    font-size: 25px;
    font-weight: 300;
}
.motto-text > p > span {
    font-weight: 500;
    color: #085bcf;
}

/* CI소개 */
.ci-content {
    margin-top: 50px;
}
.renewal-part04 {
    margin-top: 100px;
}
.renewal-part01 .part01-text > h2 {
    font-size: 44px;
}
.renewal-part01 .part01-text > p.descript {
    font-size: 18px;
    margin-top: 20px;
}
.renewal-part01 > ul {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
}
.renewal-part01 > ul > li {
    border: solid 1px #d1d1d1;
    overflow: hidden;
}
.renewal-part01 > ul > li > img {
    width: 100%;
    height: auto;
}
.renewal-part02 {
    margin-top: 100px;
}

.renewal-part02 > article {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    background-color: #fafafa;
    padding: 30px;
    border-radius: 20px;
    border: solid 1px #d1d1d1;
}
.renewal-part02 .part02-image {
    display: flex;
    flex-direction: column;
    background-color: #085bcf;
    padding: 30px;
    border-radius: 10px;
}
.renewal-part02 .part02-image > .descript {
    text-align: center;
}
.renewal-part02 .part02-image > .descript > p {
    white-space: nowrap;
    margin-top: 8px;
    color: #fff;
}
.renewal-part02 .part02-text > p {
    font-weight: 600;
    font-size: 24px;
    margin: 20px 0;
}
.renewal-part02 .part02-text > ul > li {
    display: flex;
    gap: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.renewal-part02 .part02-text > ul > li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #373D45;
    border-radius: 3px;
    left: 10px;
    top: 11px
}
.renewal-part02 .part02-text > ul > li > span {
    display: inline-block;
    min-width: 100px;
    word-break: keep-all;
}
.renewal-part02 .part02-text > ul > li > span:nth-of-type(1) {
    font-weight: 500;
}

.renewal-part03 {
    margin-top: 100px;
}
.renewal-part03 > .symbol {
    display: flex;
    justify-content: center;
    gap: 180px;
    position: relative;
}
.renewal-part03 > .symbol::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #d1d1d1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.renewal-part03 > .symbol > img {
    width: 200px;
    height: auto;
}
.renewal-part03 > .symbol-color {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 100px;
}
.renewal-part03 > .symbol-color > .system-code > p {
    font-weight: 500;
    font-size: 20px;
}
.renewal-part03 > .symbol-color > .system-code > ul {
    text-align: center;
}
.renewal-part03 > .symbol-color > .system-code > ul > li {
    padding: 5px 0;
}
.renewal-part03 > .symbol-color > .system-code > ul > li > span {
    font-weight: 300;
}
.renewal-part04 > .part04-text {
    margin-top: 20px;
}
.renewal-part04 > .part04-text > ul{
    margin: 20px 0;
}
.renewal-part04 > .part04-text > ul > li {
    padding: 3px 0 3px 26px;
    font-size: 18px;
    position: relative;
}
.renewal-part04 > .part04-text > ul > li::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 3px;
    background-color: #085bcf;
    left: 16px;
    top: 14px;
    transform: rotate(45deg);
}
.renewal-part04 .part04-down {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.renewal-part04 .part04-down > .ci-box {
    width: calc(50% - 10px);
    text-align: center;
}
.renewal-part04 .part04-down > .ci-box > p {
    font-size: 18px;
    font-weight: 500;
    background-color: #364f6f;
    color: #ffffff;
    padding: 12px 0;
}
.renewal-part04 .part04-down > .ci-box > .logo {
    border: solid 1px #d6d6d6;
    padding: 10px 0;
}
.renewal-part04 .part04-down > .ci-box > .link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
    background-color: #f3f3f3;
}
.renewal-part04 .part04-down > .ci-box > .link > a {
    background-image: url('../images/icons-download-16.png');
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-color: #ffffff;
    border: solid 1px #b1b1b1;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 40px 8px 10px;
    transition: 0.12s;
}
.renewal-part04 .part04-down > .ci-box > .link > a:hover {
    background-image: url('../images/icons-download-16-wh.png');
    background-color: #085bcf;
    color: #ffffff;
    transition: 0.12s;
}
.renewal-part04 .part04-down > .ci-kor > .logo > img,
.renewal-part04 .part04-down > .ci-eng > .logo > img {
    height: 30px;
}
.renewal-part04 .part04-down > .ci-symbol > .logo > img,
.renewal-part04 .part04-down > .ci-abb > .logo > img {
    height: 60px;
}


/* 경영상태 */
.fnc-part01 {
    padding: 20px 0;
    position: relative;
}
.fnc-part01::before {
    content: "";
    background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    width: 100%;
    height: 300px;
    top: 50px;
}
.fnc-part01::after {
    content: "Trust and Honesty";
    position: absolute;
    font-family: "Segoe UI";
    font-size: 210px;
    letter-spacing: -1px;
    font-weight: 900;
    top: 260px;
    left: -20px;
    z-index: -1;
    opacity: 0.06;
    opacity: 0;
    transform: translateX(-100px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}
.fnc-part01.active::after {
    opacity: 0.06;
    transform: translateX(0);
}
.fnc-part01 > div {
    display: flex;
    justify-content: space-between;
}
.fnc-part01 .part01-text {
    display: inline-block;
    margin-top: 110px;
}
.fnc-part01 .part01-text > p:nth-of-type(1) {
    font-size: 35px;
    color: #f2f2f2;
    font-weight: 500;
    line-height: 1;
}
.fnc-part01 .part01-text > p:nth-of-type(2) {
    line-height: 1.2;
    font-size: 85px;
    font-weight: 800;
    color: #f2f2f2;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
}
.fnc-part01 .part01-image {
    width: 580px;
    overflow: hidden;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
    transform: translateX(100px);
    opacity: 0;
    transition: transform 0.8s ease, opacity 0.8s ease;
}
.fnc-part01 .part01-image.active {
    transform: translateX(0);
    opacity: 1;
}
.fnc-part01 .part01-image img {
    width: 100%;
}
.fnc-part02 {
    margin: 100px 0;
    position: relative;
}
.fnc-part02::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 50px;
    background: #1488CC;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2B32B2, #1488CC);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2B32B2, #1488CC); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.fnc-part02::after {
    content: "Growing Together";
    position: absolute;
    font-family: "Segoe UI";
    font-size: 210px;
    letter-spacing: -1px;
    font-weight: 900;
    top: 10px;
    right: -10px;
    z-index: -1;
    opacity: 0;
    transform: translateX(100px);
    transition: transform 0.8s ease, opacity 0.8s ease;
}
.fnc-part02.active::after {
    opacity: 0.06;
    transform: translateX(0);
}
.fnc-part02 > div {
    display: flex;
    margin: 100px auto;
    gap: 40px;
    align-items: flex-end;
}
.fnc-part02 .part02-image {
    width: 440px;
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.3);
}
.fnc-part02 .part02-image > img {
    width: 100%;
}
.fnc-part02 .part02-text {
    margin-bottom: 70px;
}
.fnc-part02 .part02-text > p {
    color: #f2f2f2;
}
.fnc-part02 .part02-text > p:nth-of-type(1) {
    font-size: 40px;
}
.fnc-part02 .part02-text > p:nth-of-type(2) {
    font-size: 60px;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.6);
    font-weight: 900;
}

.fnc-part03 {
    margin: 100px 0 0;
}
.fnc-part03 > div {
    display: flex;
    gap: 40px;
}
.fnc-part03 .part03-box {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 20px;
}
.fnc-part03 .part03-box > .image {
    max-width: 250px;
    border: solid 1px #d1d1d1;
    border-radius: 5px;
    overflow: hidden;
}
.fnc-part03 .part03-box > .image > img {
    width: 100%;
}
.fnc-part03 .part03-box > .text > p:nth-of-type(1) {
    font-size: 20px;
    font-weight: 500;
    color: #004098;
}
.fnc-part03 .part03-box > .text > p:nth-of-type(2) {
    font-size: 16px;
    font-weight: 300;
    word-break: keep-all;
}
.fnc-text > p {
    font-size: 22px;
    font-weight: 300;
}
.fnc-text > p > span {
    color: #085bcf;
    font-weight: 500;
}

.fnc-chart {
    width: 100%;
    background-color: #e6eef6;
    margin: 70px 0;
    padding: 60px 0;
}
.fnc-chart section {
    display: flex;
    align-items: center;
    gap: 30px;
}
.fnc-chart section .graph-title {
    font-size: 26px;
    color: #323232;
    white-space: nowrap;
    min-width: 100px;
}
.fnc-chart section article {
    width: 100%;
}
.fnc-chart .bar-wrap {
    background: #ffffff;
    border-radius: 20px;
    border: solid 1px #eaeaea;
    overflow: hidden;
    margin: 8px 0;
}
.fnc-chart .bar {
    position: relative;
    height: 30px;
    padding-left: 10px;
    color: #fff;
    width: 0;
    transition: width 1.5s ease-out;
    line-height: 30px;
    border-radius: 20px;
    overflow: visible;
    max-width: 100%;
}
.fnc-chart .bar .count {
    position: absolute;
    left: 100%; /* bar의 끝 바깥쪽 */
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    white-space: nowrap;
    z-index: 1;
    font-weight: 500;
}
.fnc-chart .bar.blue { background-color: #0455c8; }
.fnc-chart .bar.lightblue { background-color: #1a4989; }
.fnc-chart .bar.blue span,
.fnc-chart .bar.lightblue span {
    color: #085bcf;
}
.fnc-chart .bar.gray { background-color: #6d6d6d; }
.fnc-chart .bar.lightgray { background-color: #a0a0a0; }
.fnc-chart .bar.gray span,
.fnc-chart .bar.lightgray span {
    color: #6d6d6d;
}

.fnc-chart .bar::before {
    content: "";
    position: absolute;
    top: 0; left: -50%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    animation: shine 1.8s infinite;
    z-index: 1;
}

@keyframes shine {
    0% { left: -50%; }
    100% { left: 100%; }
}

/* 인재상 */
/* .talent-top > p {
    font-size: 30px;
    font-weight: 200;
    letter-spacing: -0.9px;
    line-height: 1.5;
}
.talent-top > p > span {
    font-weight: 500;
    color: #004098;
} */
.talent-content {
    margin: 50px 0;
    padding: 50px 0 100px;
    position: relative;
}
.talent-content::before {
    content: "";
    position: absolute;
    background-image: url('../images/bg_talent.jpeg');
    background-size: cover;
    background-position: center;
    top: 220px;
    left: 0;
    width: 100%;
    height: 500px;
    opacity: 0.8;
}
.talent-content section {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.talent-content section > .box {
    height: 240px;
    width: calc(50% - 25px);
    border-radius: 30px;
    border: solid 1px #0455c8;
    background-color: #ffffff;
    display: flex;
    overflow: hidden;
    align-items: stretch;
    box-shadow: 0 0 19px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease-out;
}
.talent-content section > .box.animate {
    animation: slideUp 0.6s ease-out forwards;
}
.talent-content section > .box::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.1);
    top: -20px;
    left: -40px;
    transform: rotate(45deg);
}
.talent-content section > .box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 52px;
    transform: translate(0, -50%);
    width: 55px;
    height: 55px;
    background-size: cover;
}
.talent-content section > .box01::after {
    background-image: url('../images/sub02/icons-trust-66.png');
}
.talent-content section > .box02::after {
    background-image: url('../images/sub02/icons-challenge-66.png');
}
.talent-content section > .box03::after {
    background-image: url('../images/sub02/icons-teamwork-66.png');
}
.talent-content section > .box04::after {
    background-image: url('../images/sub02/icons-professional-66.png');
}
.talent-content section > .box > .title {
    text-align: center;
    background-color: #0455c8;
    padding: 40px 40px 40px 120px;
    min-width: 400px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.talent-content section > .box > .title > p {
    white-space: nowrap;
}
.talent-content section > .box > .title > p:nth-of-type(1) {
    font-size: 30px;
    font-weight: 300;
}
.talent-content section > .box > .title > p:nth-of-type(2) {
    font-family: "Segoe UI";
    font-weight: 300;
    font-size: 20px;
    padding: 5px 0;
}
.talent-content section > .box > .text {
    display: flex;
    align-items: center;
    padding: 60px;
}
.talent-content section > .box > .text > p {
    word-break: keep-all;
    font-size: 20px;
}
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 기업pr */
.pr-brochure {
    display: flex;
    gap: 80px;
    margin: 80px 0;
}
.pr-brochure > .image {
    width: 40%;
    /* border: solid 1px #d1d1d1; */
    /* box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1); */
}
.pr-brochure > .image > img {
    width: 100%;
    height: auto;
}
.pr-brochure > .text {
    padding-top: 20px;
}
.pr-brochure > .text > h2 {
    font-family: "Segoe UI";
    font-size: 40px;
    color: #004098;
    border-bottom: solid 1px #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pr-brochure > .text > p:nth-of-type(1) {
    font-size: 30px;
    margin-bottom: 10px;
}
.pr-brochure > .text > p:nth-of-type(2) {
    font-family: "Segoe UI";
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
    color: #b1b1b1;
}
.pr-brochure > .text > a {
    display: inline-block;
    border: solid 1px #1a4989;
    margin-top: 50px;
    padding: 10px 20px;
    color: #1a4989;
    font-weight: 500;
    font-size: 18px;
}
.pr-brochure > .text > a:hover {
    background-color: #004098;
    color: #ffffff;
    transition: 0.25s;
}

/* 수상내역 */
.award-content {
    margin-bottom: 100px;
}
.award-box {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: -70px;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}
.award-box.active {
    opacity: 1;
    transform: translateY(0);
}
.award-box:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
    margin-top: -70px;
    text-align: right;
}
.award-box > .image {
    width: 350px;
    position: relative;
}
.award-box > .image > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.3);
}
.award-box > .text > p:nth-of-type(1) {
    font-size: 36px;
    font-weight: 800;
    font-family: "Segoe UI";
    color: #1a4989;
}
.award-box > .text > p:nth-of-type(2) {
    font-size: 24px;
    font-weight: 500;

}
.award-box > .text > p:nth-of-type(3) {
    font-size: 18px;
    font-weight: 300;
    border-top: solid 1px #d1d1d1;
    padding-top: 10px;
    margin-top: 10px;
}

/* 오시는 길 */
.section_address,
.section_subway {
    display: none;
}
.map-content ul > li {
    padding: 8px 0 8px 10px;
    position: relative;
}
.map-content ul > li::before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #085bcf;
    position: absolute;
    left: 2px;
    top: 24px;
}
.map-content ul > li > span {
    display: inline-block;
    font-size: 20px;
}
.map-content ul > li > span:nth-of-type(1) {
    font-weight: 500;
    color: #085bcf;
    min-width: 100px;
}

/* 게시판 */
.board-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
    border-top: 2px solid #004098;
}
.board-table th,
.board-table td {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
}
.board-table th {
    background-color: #f4f4f4;
}
.board-table td a {
    text-align: left;
    display: block;
    color: #333;
    text-decoration: none;
}
.board-table td a:hover {
    text-decoration: underline;
}

.board-view {
}
.board-view > .title {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 10px;
}
.board-view > ul.info {
    display: flex;
    gap: 30px;
    padding: 10px 0;
    border-top: solid 2px #323232;
    border-bottom: solid 1px #d1d1d1;
}
.board-view > ul.info > li {
    font-weight: 300;
}
.board-view > ul.info > li > span {
    font-weight: 500;
}
.board-view > .content {
    padding: 30px 0;
    font-size: 18px;
}
.board-view > .content > .attached-images > img {
    max-width: 100%;
    width: auto;
}
.board-view > .attachments {
    background-color: #f4fafe;
    padding: 20px;
}
.board-view > .attachments > p {
    font-weight: 500;
    padding-left: 25px;
    background-image: url("../images/icons-attach-30.png");
    background-position: left center;
    background-size: 20px auto;
}
.board-view > .attachments > ul {
    margin: 10px 0 10px 20px;
}
.board-view > .attachments > ul > li {
    padding-left: 16px;
    position: relative;
}
.board-view > .attachments > ul > li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: #0455c8;
    left: 6px;
    top: 10px;
}
.board-view > .attachments > ul > li > a {
    text-decoration: underline;
}
.board-view > .attachments > ul > li > span {
    font-size: 13px;
    font-weight: 300;
    color: #6d6d6d;
}
.board-view > .nav-links {
    border: solid 1px #a1a1a1;
    border-bottom: 0;
    margin: 20px 0;
}
.board-view > .nav-links > .prev,
.board-view > .nav-links > .next {
    border-bottom: solid 1px #a1a1a1;
}
.board-view > .nav-links > .prev span,
.board-view > .nav-links > .next span {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2d313b;
    color: #fff;
    min-width: 140px;
    text-align: center;
}
.board-view > .nav-links > .prev > a,
.board-view > .nav-links > .next > a {
    color: #6d6d6d;
    transition: color 0.12s;
    display: inline-block;
    margin-left: 20px;
}
.board-view > .nav-links > .prev > a:hover,
.board-view > .nav-links > .next > a:hover {
    color: #0455c8;
}
.board-view > .btns {
    display: flex;
    justify-content: flex-end;
}
.board-view > .btns > a.btn {
    display: inline-block;
    padding: 10px 20px;
    border: solid 1px #0455c8;
    background-color: #ffffff;
    color: #0455c8;
    transition: 0.12s;
}
.board-view > .btns > a.btn:hover {
    background-color: #0455c8;
    color: #ffffff;
}

.ntext {
    font-family: 'Nanum Brush Script', cursive!important;
    font-size: 65px;
    line-height: 1.2;
    letter-spacing: 10px;
}