@charset "utf-8";

#contentWrap *,
#timeline-con *,
#award-con *,
#info-location *,
#info-traffic *,
#overseas-con *,
#sg-info-con *,
#barunnew-sec *,
#case-sec *,
#activity-sec *,
#feature-sec *,
#privacy-sec *,
#disclaim-sec *,
#sitemap-sec *,
#step-sec *,
#resume-sec *,
#recruit-schedule-sec *,
#recruit-guide-sec *,
#recruit-contact-sec *,
#post-detail-sec * {
    color: #1B1D1F;
}

html.en * {
    word-break: keep-all !important;
}

/* -- en,ch -- */
html.en #visual-nav.post-view-nav .post-tit,
html.ch #visual-nav.post-view-nav .post-tit {
    font-size: 2rem !important;
}

html.ch #info-location .tab-section .tab-nav li {
    font-size: 1.25rem !important;

}

/* --중문페이지 영문(줄바꿈)-- */
html.ch #sg-info-con .inner-Wrap .text-con p {
    word-break: keep-all !important;
}

@media (max-width: 991px) {

    html.en #visual-nav.post-view-nav .post-tit,
    html.ch #visual-nav.post-view-nav .post-tit {
        font-size: 1.5rem !important;
    }

}

@media (max-width: 567px) {

    html.en #visual-nav.post-view-nav .post-tit,
    html.ch #visual-nav.post-view-nav .post-tit {
        font-size: 1.25rem !important;
    }

    html.ch #info-location .tab-section .tab-nav li {
        font-size: 1rem !important;
    }

    html.ch #step-sec .order-wrap {
        justify-content: space-evenly;
        align-items: flex-start;
        row-gap: 40px;
    }

}

/* ==================================================================== */
@media (max-width: 991px) {

    br.pc-only {
        display: none;
    }

}

/* 법인소개(바른소개) barun ==================================================================== */
#aboutWrap {
    position: relative;
    width: 100vw;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
}

#aboutWrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/images/intro/about_bg_01.jpg') no-repeat center;
    background-size: cover;
    animation: heroZoom 20s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 0;
}

#aboutWrap #top-banner {
    position: relative;
    z-index: 2;
}

@keyframes heroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.15);
    }

}

.hero-title-thin {
    font-size: 3.25rem;
    font-weight: 300;
}

.wh {
    color: #fff;
}

/* -- 01 -- */
#aboutWrap #top-banner {
    position: relative;
    width: 100%;
    height: 100%;
}

#aboutWrap #top-banner .top-text-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 25px;
}

#aboutWrap #top-banner .top-text-wrap .tit-wrap {
    text-align: center;
}

#aboutWrap #top-banner .top-text-wrap .text-divider {
    width: 2px;
    height: 36px;
    background: #fff;
}

#aboutWrap #top-banner .top-text-wrap p.wh {
    text-align: center;
}

#aboutWrap #top-banner .scrollWrap {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#aboutWrap #top-banner .scroll-icon {
    position: relative;
    width: 100%;
    height: 36px;
    background: url('/images/intro/scroll_icon_line.svg') no-repeat center;
    background-size: contain;
}

/* --------------------- scroll --------------------- */
#aboutWrap #top-banner .scroll-icon::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 50%;
    animation: scroll-dot 1.5s infinite ease-in-out;
    margin-top: 5px;
}

@keyframes scroll-dot {
    0% {
        top: 6px;
        opacity: 1;
    }

    90% {
        top: 20px;
        opacity: 0;
    }

    100% {
        top: 20px;
        opacity: 0;
    }
}

/* ==================================================================== */
#aboutWrap #top-banner .scrollWrap p.content-desc-md {
    font-weight: 200;
    padding-top: 12px;
}



/* -------------------- */
#aboutWrap #top-banner .mo-only-txt {
    display: none;
    opacity: 0;
}

@media (max-width: 576px) {

    #aboutWrap #top-banner .mo-only-txt {
        display: block;
        opacity: 1;
    }

    #aboutWrap #top-banner .pc-only-txt {
        display: none;
        opacity: 0;
    }

}


/* ==================================================================== */
.content-title-xl-thin {
    font-size: 2.5rem;
    font-weight: 400;
}

/* #contentWrap section {
    height: auto !important;
} */

#contentWrap .section {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* ------------ 02 ------------- */
#contentWrap .service-sec .topWrap {
    display: flex;
    justify-content: space-between;
}

#contentWrap .service-sec .topWrap .inner-text {
    width: 63%;
    display: flex;
    flex-direction: column;
    gap: 35px;
    padding-top: 30px;
}

#contentWrap .service-sec .topWrap .inner-text .desc-divider {
    width: 110px;
    height: 3px;
    background: #1A4978;
}

#contentWrap .service-sec .topWrap .inner-img {
    width: 30%;
    height: 730px;
    background: url('/images/intro/about_bg_02.jpg') no-repeat center;
    background-size: cover;
}

#contentWrap .service-sec .bottomWrap .inner-img {
    width: 900px;
    height: 450px;
    background: url('/images/intro/about_bg_03.jpg') no-repeat center;
    background-size: cover;
}

#contentWrap .service-sec .bottomWrap {
    position: relative;
}

#contentWrap .service-sec .bottomWrap .inner-img {
    position: absolute;
    left: 50%;
    bottom: -230px;
    transform: translateX(-50%);
}

/* --------------------- ani --------------------- */
.fade-up,
.fade-up-img {
    opacity: 0;
    transform: translateY(90px);
    transition:
        opacity 1.1s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.1s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-up.show,
.fade-up-img.show {
    opacity: 1;
    transform: translateY(0);
}

/* ------------ 03 ------------- */
#contentWrap .new-sec {
    padding-top: 16.25rem !important;
    padding-bottom: 19.375rem !important;
    overflow: hidden;
}

/* #contentWrap .new-sec .inner-wrap {
    background: url('/images/intro/about_bg_04.jpg') no-repeat center;
    background-size: cover;
    background-position: 50% 92%;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} */

/* --------------------- ani --------------------- */
#contentWrap .new-sec .inner-wrap {
    background: url('/images/intro/about_bg_04.jpg') no-repeat center;
    background-size: cover;
    background-position: 50% 92%;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transform: scaleX(0.8);
    transform-origin: center;
    transition:
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        border-radius 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}

#contentWrap .new-sec .inner-wrap.show {
    transform: scaleX(1);
}

/* ==================================================================== */

#contentWrap .new-sec .inner-wrap .inner-text {
    margin-left: calc((100% - 1400px) / 2);
    padding: 70px calc((100% - 1400px) / 2) 70px 90px;
    box-sizing: border-box;
    transform: translateY(210px);
    background: #fff;
}

#contentWrap .new-sec .inner-wrap .inner-text .tit-wrap {
    margin-bottom: 30px;
}

/* -- 04 -- */
#contentWrap .path-sec {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

#contentWrap .path-sec .topWrap {
    position: relative;
    /* padding-bottom: 70px; */
}

#contentWrap .path-sec .topWrap .grid-wrap {
    display: flex;
    justify-content: space-between;
}

/* --------------------- ani --------------------- */
.fade-scale {
    opacity: 0;
    transform: scale(0.96);
    transition:
        opacity 1s ease,
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.fade-scale.show {
    opacity: 1;
    transform: scale(1);
}

.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.show {
    opacity: 1;
}

.delay-01 {
    transition-delay: 0.25s;
}

/* ------------------------------------------ */

#contentWrap .path-sec .topWrap .grid-wrap .img01 {
    background: url('/images/intro/grid_img_01.jpg') no-repeat center;
}

#contentWrap .path-sec .topWrap .grid-wrap .img02 {
    background: url('/images/intro/grid_img_02.jpg') no-repeat center;
}

#contentWrap .path-sec .topWrap .grid-wrap .img03 {
    background: url('/images/intro/grid_img_03.jpg') no-repeat center;
}

#contentWrap .path-sec .topWrap .grid-wrap .img {
    width: 32%;
    height: 145px;
    background-size: cover;
}

#contentWrap .path-sec .topWrap .floating-text {
    display: none;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 18px;
    background: url('/images/intro/path_sec_floating_text.svg') no-repeat center;
    width: 800px;
    aspect-ratio: 1000 / 130;
    background-size: contain;
}

#contentWrap .path-sec .path-divider {
    width: 100px;
    height: 3px;
    background: #1A4978;
    margin: 0 auto;
}

#contentWrap .path-sec .bottomWrap .titWrap *,
#contentWrap .path-sec .bottomWrap .textWrap * {
    text-align: center;
}

#contentWrap .path-sec .bottomWrap .textWrap,
#contentWrap .path-sec .bottomWrap .textWrap .path-text-end {
    padding-top: 30px;
}

/* ===================================================================== */
@media (max-width: 1400px) {

    #aboutWrap #top-banner .top-text-wrap {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #contentWrap .new-sec .inner-wrap {
        height: 700px;
    }

    #contentWrap .new-sec .inner-wrap .inner-text {
        margin-left: max(0px, calc((100% - 1000px) / 2));
        padding: 60px calc((100% - 1000px) / 2) 60px 60px;
    }

}

@media (max-width: 1200px) {

    #aboutWrap .hero-title,
    #aboutWrap .hero-title-thin {
        font-size: 3rem;
    }

    #aboutWrap .hero-desc {
        font-size: 1.5rem;
    }

    #contentWrap .content-title-xl,
    #contentWrap .content-title-xl-thin {
        font-size: 2.25rem;
    }

    #contentWrap .content-desc-xl {
        font-size: 1.25rem;
    }

    #contentWrap .service-sec .topWrap .inner-text {
        width: 60%;
        gap: 25px;
    }

    #contentWrap .service-sec .topWrap .inner-img {
        height: 600px;
        width: 33%;
    }

    #contentWrap .service-sec .bottomWrap .inner-img {
        width: 70%;
        height: 370px;
        bottom: -160px;
    }

    #contentWrap .new-sec .inner-wrap {
        height: 500px;
    }

    #contentWrap .new-sec .inner-wrap .inner-text {
        margin-left: 80px;
        padding: 60px 50px;
    }

    #contentWrap .path-sec {
        gap: 30px;
    }

    #contentWrap .path-sec .topWrap .floating-text {
        width: 60vw;
        max-width: 100%;
        bottom: auto;
        top: 65%;
        transform: translate(-50%, -50%);
    }

    #contentWrap .path-sec .topWrap .grid-wrap .img {
        height: 110px;
    }

}

@media (max-width: 768px) {

    #aboutWrap .hero-title,
    #aboutWrap .hero-title-thin {
        font-size: 2.75rem;
    }

    #contentWrap .service-sec .topWrap .inner-text {
        padding-top: 15px;
    }

    #aboutWrap #top-banner .top-text-wrap .text-divider {
        height: 26px;
    }

    #contentWrap .service-sec .topWrap .inner-img {
        height: 500px;
    }

    #contentWrap .service-sec .bottomWrap .inner-img {
        height: 250px;
        bottom: -200px;
    }

    #contentWrap .service-sec .topWrap .inner-text .desc-divider {
        width: 80px;
    }

    /* #contentWrap .new-sec {
        padding-bottom: 15.375rem !important;
    } */

    #contentWrap .new-sec .inner-wrap .inner-text {
        margin-left: 50px;
        padding: 50px 40px;
    }

    #contentWrap .path-sec .topWrap .floating-text {
        top: 74%;
    }

    #contentWrap .path-sec .bottomWrap .textWrap .path-text-end {
        padding-top: 20px;
    }

}

#contentWrap .service-sec .inner-img-mo01 {
    background: url('/images/intro/about_bg_03.jpg') no-repeat center;
    background-size: cover;
    width: 85%;
    height: 200px;
    display: none;
    /* opacity: 0; */
}

#contentWrap .service-sec .inner-img-mo02 {
    position: absolute;
    right: 1rem;
    top: 43%;
    transform: translateY(-50%);
    background: url('/images/intro/about_bg_02.jpg') no-repeat center;
    background-size: cover;
    width: 110px;
    height: 240px;
    display: none;
    /* opacity: 0; */
}

/* 스크롤모션 */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease;
}

.fade-in.show {
    opacity: 1;
}

@media (max-width: 576px) {

    #contentWrap .service-sec {
        position: relative;
    }

    #contentWrap .service-sec .inner-img-mo01,
    #contentWrap .service-sec .inner-img-mo02 {
        display: block;
    }

    #contentWrap .service-sec .topWrap .inner-img.pc-only,
    #contentWrap .service-sec .bottomWrap .inner-img.pc-only {
        display: none;
        opacity: 0;
    }

    #contentWrap .service-sec .topWrap .inner-text .tit-wrap {
        width: 70%;
    }

    /* ----------------------------------------------------------- */
    #aboutWrap #top-banner .top-text-wrap {
        gap: 20px;
    }

    #aboutWrap #top-banner .top-text-wrap .text-divider {
        height: 20px;
        width: 1px;
    }

    #aboutWrap #top-banner .scrollWrap {
        bottom: 30px;
    }

    #aboutWrap #top-banner .scroll-icon {
        height: 28px;
    }

    #aboutWrap #top-banner .scroll-icon::after {
        width: 3px;
        height: 3px;
    }

    #aboutWrap .hero-title,
    #aboutWrap .hero-title-thin,
    #contentWrap .content-title-xl,
    #contentWrap .content-title-xl-thin {
        font-size: 1.75rem;
    }

    #aboutWrap .content-desc-lg,
    #contentWrap .content-desc-lg {
        font-size: 1rem;
    }

    #contentWrap .service-sec .topWrap .inner-text {
        width: 100%;
        gap: 20px;
        padding-top: 30px;
    }

    #contentWrap .service-sec .topWrap .inner-text .desc-divider {
        width: 50px;
    }

    #contentWrap .new-sec {
        padding-top: 0 !important;
        padding-bottom: 12.5rem !important;
    }

    #contentWrap .new-sec .inner-wrap {
        height: 400px;
    }

    #contentWrap .new-sec .inner-wrap .inner-text {
        transform: translateY(160px);
        padding: 36px 36px 0 36px;
    }

    #contentWrap .new-sec .inner-wrap .inner-text .tit-wrap {
        margin-bottom: 20px;
    }

    #contentWrap .path-sec {
        gap: 25px;
    }

    #contentWrap .path-sec .topWrap .grid-wrap .img {
        height: 70px;
    }

    #contentWrap .path-sec .topWrap .floating-text {
        top: 71%;
    }

}

/* 오시는 길 location ==================================================================== */
/* ---- info-location ---------------------------------- */
#info-location {
    padding-bottom: 0 !important;
}

#info-location .tab-section .tab-nav {
    display: flex;
    justify-content: space-between;
}

#info-location .tab-section .tab-nav li {
    width: 25%;
    padding: 24px 0;
    text-align: center;
    cursor: pointer;
    background: #E9EBED;
    color: #464C52;
    border-left: 1px solid #ccc;
}

#info-location .tab-section .tab-nav li:first-child {
    border-radius: 8px 0 0 0;
    border-left: none;
}

#info-location .tab-section .tab-nav li:last-child {
    border-radius: 0 8px 0 0;
}

#info-location .tab-section .tab-nav li.active {
    background: #1A4978;
    color: #fff;
    font-weight: 600;
}

#info-location .tab-section .tab-content-wrap .tab-con-box {
    padding: 54px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap h3 {
    color: #1A4978;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap p.address {
    margin: 15px 0 50px 0;
    color: #464C52;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap .contact-info li,
#info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap .contact-info p {
    color: #73787E;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap .contact-info .number-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .btn-links {
    display: flex;
    gap: 25px;
}

/* #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links a.btn-map {
    padding: 1rem 2.1rem;
    border: 1px solid #ddd;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} */

#info-location .tab-section .tab-content-wrap .tab-con-box .btn-links .btn-custom img {
    width: 1rem;
    height: auto;
    object-fit: contain;
}

#info-location .tab-section .tab-content-wrap .tab-con-box .btn-links a.btn-map .btn-md {
    font-weight: 600;
}

#info-location .tab-section .tab-content-wrap .tab-con-box {
    display: none !important;
}

#info-location .tab-section .tab-content-wrap .tab-con-box.active {
    display: flex !important;
}

#info-location .map-con .map-img-wrap .map-img {
    width: 100%;
    height: 100%;
    padding-top: 80px;
    display: none !important;
}

#info-location .map-con .map-img-wrap .map-img.active {
    display: block !important;
}

@media (max-width: 1200px) {

    #info-location.section .content-desc-xl {
        font-size: 1.25rem;
    }

    #info-location.section .content-title-xl {
        font-size: 2.25rem;
    }

    #info-location.section .content-desc-lg {
        font-size: 1rem;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links {
        gap: 15px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links .btn-md {
        font-size: 1rem;
    }

}

@media (max-width: 991px) {

    #info-location .tab-section .tab-content-wrap .tab-con-box {
        padding: 35px 40px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links a.btn-map {
        padding: 1rem 1.6rem;
    }

    #info-location .map-con .map-img-wrap .map-img {
        padding: 30px 0 0 0;
    }

}

@media (max-width: 768px) {

    #info-location .tab-section .tab-content-wrap .tab-con-box.active {
        flex-wrap: wrap;
        gap: 40px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box.active>div {
        width: 100%;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap p.address {
        margin: 12px 0 30px 0;
    }

}

@media (max-width: 576px) {

    #info-location.section .content-desc-xl {
        font-size: 1.14rem;
    }

    #info-location.section .content-title-xl {
        font-size: 1.75rem;
    }

    #info-location .tab-section .tab-nav {
        flex-wrap: wrap;
    }

    #info-location .tab-section .tab-nav li {
        width: 50%;
        padding: 20px 0;
    }

    #info-location .tab-section .tab-nav li:nth-child(1) {
        border-bottom: 1px solid #ccc;
    }

    #info-location .tab-section .tab-nav li:nth-child(2) {
        border-bottom: 1px solid #ccc;
        border-radius: 0 8px 0 0;
    }

    #info-location .tab-section .tab-nav li:nth-child(3) {
        border-left: none;
    }

    #info-location .tab-section .tab-nav li:last-child {
        border-radius: 0;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box.active {
        gap: 35px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box {
        padding: 25px 30px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .inner-text-wrap p.address {
        margin-bottom: 25px;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links a.btn-map {
        padding: 1rem 1.4rem;
    }

    #info-location .tab-section .tab-content-wrap .tab-con-box .btn-links a.btn-map img {
        width: 15px;
    }

}

/* info-traffic ================================== */
.info-traffic .traffic-tit {
    margin-bottom: 25px;
}

.info-traffic .inner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
}

.info-traffic .inner-wrap .traf-con {
    width: calc((100% - 50px) / 3);
    padding: 2.5rem 2rem;
    border: 1px solid #DDDDDD;
    border-radius: 8px;
}

.info-traffic .inner-wrap .traf-con .tit-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.info-traffic .inner-wrap .traf-con .tit-wrap .traf-icon {
    width: 1.75rem;
    height: 1.75rem;
    background: #F7F8F9;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.info-traffic .inner-wrap .traf-con .tit-wrap .traf-icon img {
    width: 100%;
    object-fit: contain;
}

/* -- car -- */
.info-traffic .car-wrap .text-wrap .small-txt {
    margin-top: 15px;
    color: #73787E;
}

.info-traffic .car-wrap .text-wrap .bold-txt {
    font-weight: 700;
}

/* -- bus -- */
.info-traffic .bus-wrap .text-wrap .small-tit {
    margin-bottom: 15px;
}

.info-traffic .bus-wrap .text-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-traffic .bus-wrap .text-wrap .bus-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.info-traffic .bus-wrap .text-wrap .bus-list:last-child {
    align-items: flex-start;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-badge {
    padding: 4px 8px;
    border-radius: 8px;
    color: #fff;
    flex-shrink: 0;
}

/* bus badge color */
.info-traffic .bus-wrap .text-wrap .bus-list .bus-badge.main {
    background: #366FC6;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-number.main {
    color: #2870CF;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-badge.local {
    background: #62AF12;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-number.local {
    color: #008000;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-badge.express {
    background: #D63A3C;
}

.info-traffic .bus-wrap .text-wrap .bus-list .bus-number.express {
    color: #D81515;
}

.bus-number.express.mo-only {
    display: none;
}

/* -- subway -- */
.info-traffic .subway-wrap .text-wrap .station-icon {
    width: 158px;
    height: auto;
    object-fit: contain;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {

    .info-traffic .inner-wrap .tit-wrap h4.content-title-lg {
        font-size: 1.75rem;
    }

    .info-traffic .inner-wrap .traf-con {
        padding: 32px 28px;
    }

}

@media (max-width: 991px) {

    .info-traffic .inner-wrap .tit-wrap h4.content-title-lg {
        font-size: 1.5rem;
    }

    .info-traffic .inner-wrap .traf-con .tit-wrap .traf-icon {
        width: 40px;
        height: 40px;
    }

    .info-traffic .inner-wrap {
        gap: 20px;
    }

    .info-traffic .inner-wrap .traf-con {
        width: calc((100% - 40px) / 3);
    }

    .info-traffic .inner-wrap .traf-con .tit-wrap {
        margin-bottom: 20px;
    }

    .info-traffic .bus-wrap .text-wrap .bus-list {
        align-items: flex-start;
    }

    .info-traffic .subway-wrap .text-wrap .station-icon {
        width: 130px;
        height: 100%;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {

    .bus-number.express.pc-only {
        display: none;
    }

    .bus-number.express.mo-only {
        display: block;
    }

    .info-traffic .inner-wrap {
        flex-wrap: wrap;
    }

    .info-traffic .inner-wrap .traf-con {
        width: 100%;
    }

    .info-traffic .bus-wrap .text-wrap .bus-list,
    .info-traffic .bus-wrap .text-wrap .bus-list:last-child {
        align-items: center;
    }

}

@media (max-width: 576px) {

    .info-traffic .inner-wrap .traf-con {
        padding: 25px 30px;
    }

    .info-traffic .inner-wrap .traf-con .tit-wrap {
        margin-bottom: 15px;
    }

    .info-traffic .inner-wrap .traf-con .tit-wrap .traf-icon {
        width: 1.75em;
        height: 1.75em;
    }

}

@media (max-width: 481px) {

    .info-traffic .bus-wrap .text-wrap .bus-list:last-child {
        align-items: flex-start;
    }

}

/* 싱가포르 대표사무소 overseas ==================================================================== */
#overseas-con {
    padding-bottom: 0 !important;
}

/* ---- image ---------------------------------- */
#overseas-con .main-img .office-img {
    width: 100%;
    height: 100%;
}

/* ---- desc ---------------------------------- */
#overseas-con .desc-wrap {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

/* ---- info ---------------------------------- */
#sg-info-con .inner-Wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#sg-info-con .inner-Wrap .map-con {
    width: 100%;
    aspect-ratio: 2.56 / 1;
}

#sg-info-con .inner-Wrap .map-con iframe {
    width: 100%;
    height: 100%;
}

#sg-info-con .inner-Wrap .text-con {
    display: flex;
    gap: 1.25rem;
}

#sg-info-con .inner-Wrap .text-con .tit-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

#sg-info-con .inner-Wrap .text-con .tit-wrap .icon-28 {
    background-color: var(--primary);
}

/* #sg-info-con .inner-Wrap .text-con .top-wrap {
    margin-bottom: 20px;
} */

#sg-info-con .inner-Wrap .text-con .info-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#sg-info-con .inner-Wrap .text-con .text-block {
    display: flex;
    flex-direction: column;
    /* gap: 24px;
    height: 295px; */
    border-radius: 8px;
    width: 100%;
    padding: 2.5rem 2rem;
    border: 1px solid #DDDDDD;
}

/* #sg-info-con .inner-Wrap .text-con .text-block.box-sm {
    width: 44%;
    background: #E9EBED;
}

#sg-info-con .inner-Wrap .text-con .text-block.box-wide {
    width: 56%;
    background: #F7F8F9;
} */
#sg-info-con .inner-Wrap .text-con .text-block .divider {
    width: 36px;
    height: 3px;
    background: #1B1D1F;
}

#sg-info-con .inner-Wrap .text-con .email .mail-wrap .mail-txt:first-child {
    margin-bottom: 16px;
}

#sg-info-con .inner-Wrap .text-con .email .mail-wrap .mail-txt p {
    color: #1A4978;
    font-weight: 700;
}

#sg-info-con .inner-Wrap .text-con .email .mail-wrap .mail-txt .mail-link {
    word-break: break-all;
}

#sg-info-con .inner-Wrap .text-con p {
    color: #464C52;
}

#sg-info-con .inner-Wrap .text-con .text-block.number {
    justify-content: space-around;
}

#sg-info-con .inner-Wrap .text-con .text-block.number hr {
    border-color: var(--border);
    margin: 1.5rem 0;
    opacity: 1;
}

@media (max-width: 991px) {

    #sg-info-con .inner-Wrap .text-con .text-block {
        padding: 28px 3vw;
    }

    #sg-info-con .inner-Wrap .text-con .text-block .divider {
        width: 28px;
    }

    #sg-info-con .inner-Wrap .text-con h4.content-title-lg {
        font-size: 1.75rem;
    }

    #sg-info-con .inner-Wrap {
        flex-wrap: wrap;
    }

    #sg-info-con .inner-Wrap .map-con {
        width: 100%;
        height: 300px;
    }

    #sg-info-con .inner-Wrap .text-con {
        width: 100%;
    }

}

@media (max-width: 768px) {
    #sg-info-con .inner-Wrap .text-con {
        flex-direction: column;
    }
}

@media (max-width: 576px) {

    #overseas-con .desc-wrap {
        margin-top: 30px;
    }

    #sg-info-con .inner-Wrap .map-con {
        height: 250px;
    }

    #sg-info-con .inner-Wrap .text-con h4.content-title-lg {
        font-size: 1.5rem;
    }

    #sg-info-con .inner-Wrap .text-con .info-row {
        flex-wrap: wrap;
    }


    #sg-info-con .inner-Wrap .text-con .text-block .divide {
        height: 2px;
    }

    #sg-info-con .inner-Wrap .text-con .text-block.box-sm,
    #sg-info-con .inner-Wrap .text-con .text-block.box-wide {
        width: 100%;
    }

}


/* 연혁 history ==================================================================== */
#timeline-con {
    width: 100vw;
    margin-top: 100px;
    padding: 0;
}

#timeline-con *,
#overseas-con .desc-wrap * {
    text-align: left !important;
}

#timeline-con .timeline-area {
    display: flex;
}

#timeline-con .timeline-area .thumb-box,
#timeline-con .timeline-area .con-box {
    width: 50%;
}

#timeline-con .timeline-area.timeline-area.group-wrap01 {
    height: 1100px;
}

#timeline-con .timeline-area.timeline-area.group-wrap02,
#timeline-con .timeline-area.timeline-area.group-wrap03 {
    height: 900px;
}

#timeline-con .timeline-area.group-wrap01 .thumb-box {
    background: url('/images/intro/바른빌딩12.webp') no-repeat center;
    /* background-size: cover; */
}

#timeline-con .timeline-area.group-wrap02 .thumb-box {
    background: url('/images/intro/바른빌딩15.webp') no-repeat center;
    /* background-size: cover; */
}

#timeline-con .timeline-area.group-wrap03 .thumb-box {
    background: url('/images/intro/바른빌딩3.webp') no-repeat center;
    /* background-size: cover; */
}

#timeline-con .timeline-area .thumb-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-size: cover !important;
    position: relative;
}

#timeline-con .timeline-area .thumb-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#timeline-con .timeline-area .thumb-box>* {
    position: relative;
    z-index: 2;
}

#timeline-con .timeline-area .thumb-box .big-tit {
    font-size: 7.5rem;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    -webkit-text-stroke: 0.25px #ffffff;
}

#timeline-con .timeline-area .thumb-box .timeline-bar {
    width: 4px;
    height: 80px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


#timeline-con .timeline-area.awards .thumb-box {
    justify-content: center !important;
}

/* #timeline-con .timeline-area .thumb-box .thumb-graph-img {
    display: flex;
    justify-content: center;
}

#timeline-con .timeline-area .thumb-box .thumb-graph-img img {
    width: 100%;
    padding: 0 1rem;
} */

#timeline-con .timeline-area .con-box {
    width: 50%;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
    align-items: center;
}

#timeline-con .timeline-area .con-box,
#timeline-con .timeline-area .con-box .textwrap,
#timeline-con .timeline-area .con-box .textwrap .item-row,
#timeline-con .timeline-area .con-box .textwrap .item-row .con {
    display: flex;
}

#timeline-con .timeline-area .con-box .textwrap {
    align-items: flex-start;
    width: 100%;
    max-width: 856px;
}

#timeline-con .timeline-area .con-box .textwrap:not(:last-child) {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#timeline-con .timeline-area .con-box .textwrap .item-row {
    flex-direction: column;
    margin-top: 2px;
    gap: 16px;
}

#timeline-con .timeline-area .con-box .textwrap .year-wrap .year {
    width: 60px;
    margin-right: 20px;
}

#timeline-con .timeline-area .con-box .textwrap .item-row .con {
    gap: 12px;
}

#timeline-con .timeline-area .con-box .textwrap .item-row .con .month {
    width: 45px;
    color: #1A4978;
    font-weight: bold;
    flex-shrink: 0;
}

#timeline-con .timeline-area .con-box .textwrap .item-row .con .month.none {
    display: none;
}

/* #timeline-con .timeline-area .con-box .textwrap .item-row .con .desc {
    width: 92%;
} */

.con .month.none+.desc {
    width: 100% !important;
}

#timeline-con .timeline-area .con-box .textwrap .year-wrap .year,
#timeline-con .timeline-area .con-box .textwrap .year-wrap .month {
    word-break: normal;
}

#timeline-con .timeline-area .con-box {
    position: relative;
}

#timeline-con .timeline-area .con-box .accent-wrap {
    display: flex;
    position: absolute;
    top: 0;
}

#timeline-con .timeline-area.group-wrap02 .con-box > .textwrap:nth-child(2),
#timeline-con .timeline-area.group-wrap03 .con-box > .textwrap:nth-child(2) {
    padding-top: 50px;
}

#timeline-con .timeline-area.group-wrap02 .con-box .accent-wrap,
#timeline-con .timeline-area.group-wrap03 .con-box .accent-wrap {
    top: 50px;
}

#timeline-con .timeline-area .con-box .accent-wrap img.text-accent {
    /* margin-bottom: 60px; */
    object-fit: contain;
    width: 260px;
}

@media (max-width: 1200px) {

    #timeline-con .timeline-area .thumb-box .big-tit {
        font-size: 5.5rem;
    }

    #timeline-con .timeline-area .thumb-box .timeline-bar {
        height: 50px;
    }

    #timeline-con .timeline-area .con-box {
        padding: 0 4%;
    }

    #timeline-con .timeline-area .con-box .textwrap:not(:last-child) {
        margin-bottom: 36px;
        padding-bottom: 36px;
    }

}

@media (max-width: 991px) {

    #timeline-con {
        margin-top: 0;
    }

    #timeline-con .timeline-area.timeline-area.group-wrap01 {
        height: 920px;
    }

    #timeline-con .timeline-area.timeline-area.group-wrap02,
    #timeline-con .timeline-area.timeline-area.group-wrap03 {
        height: 700px;
    }

    /* 그래프 추가 */
    #timeline-con .timeline-area .thumb-box {
        justify-content: center;
    }

    #timeline-con .timeline-area .thumb-box .big-tit {
        font-size: 5rem;
    }

    #timeline-con .timeline-area .con-box .textwrap:not(:last-child) {
        margin-bottom: 28px;
        padding-bottom: 28px;
    }

    #timeline-con .timeline-area .con-box .textwrap .year-wrap .year {
        margin-right: 12px;
    }

    #timeline-con .timeline-area .con-box .textwrap .item-row .con .month {
        width: 40px;
    }

    #timeline-con .timeline-area .con-box .accent-wrap img.text-accent {
        width: auto;
        /* margin-bottom: 40px; */
    }

    #timeline-con .timeline-area.group-wrap01 .con-box > .textwrap:nth-child(2) {
        padding-top: 50px;
    }

    #timeline-con .timeline-area.group-wrap01 .con-box .accent-wrap {
        top: 50px;
    }

}

@media (max-width: 768px) {

    #timeline-con .timeline-area.timeline-area.group-wrap01 {
        height: 1060px;
    }

    #timeline-con .timeline-area.timeline-area.group-wrap02 {
        height: 850px;
    }

    #timeline-con .timeline-area.timeline-area.group-wrap03 {
        height: 800px;
    }

    #timeline-con .timeline-area .thumb-box .big-tit {
        font-size: 4.5rem;
        -webkit-text-stroke: 0.25px #ffffff;
    }

    #timeline-con .timeline-area .thumb-box .timeline-bar {
        width: 2px;
        height: 40px;
    }

    #timeline-con .timeline-area .con-box {
        padding: 0 3%;
    }

    #timeline-con .timeline-area .con-box .textwrap {
        flex-wrap: wrap;
    }

    #timeline-con .timeline-area .con-box .textwrap .year-wrap {
        width: 100%;
        margin-bottom: 12px;
    }

    #timeline-con .timeline-area .con-box .textwrap .item-row .con {
        gap: 8px;
    }

    #timeline-con .timeline-area .con-box .accent-wrap {
        justify-content: center;
    }

    #timeline-con .timeline-area .con-box .accent-wrap img.text-accent {
        width: 90%;
    }

}

#timeline-con .timeline-area.mo-only {
    display: none;
}

@media (max-width: 576px) {

    #timeline-con {
        padding-bottom: 4.25rem;
    }

    #timeline-con .timeline-area.pc-only {
        display: none;
    }

    #timeline-con .timeline-area.mo-only {
        display: block;
    }

    #timeline-con .timeline-area {
        flex-wrap: wrap;
        height: auto !important;
    }

    #timeline-con .timeline-area .thumb-box,
    #timeline-con .timeline-area .con-box {
        width: 100%;
    }

    #timeline-con .timeline-area .thumb-box {
        flex-direction: row;
        padding: 120px 0;
        gap: 12px;
    }

    #timeline-con .timeline-area .thumb-box .big-tit {
        font-size: 3rem;
    }

    #timeline-con .timeline-area .thumb-box .timeline-bar {
        width: 16px;
        height: 2px;
    }

    #timeline-con .timeline-area.group-wrap01 .con-box,
    #timeline-con .timeline-area.group-wrap02 .con-box,
    #timeline-con .timeline-area.group-wrap03 .con-box {
        padding: 40px 1rem;
    }

    #timeline-con .timeline-area .con-box .textwrap:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    #timeline-con .timeline-area .con-box .textwrap .item-row .con .month {
        width: 36px;
    }

    #timeline-con .timeline-area .con-box .textwrap .item-row .con .desc {
        width: 100%;
    }

    #timeline-con .timeline-area .con-box .accent-wrap img.text-accent {
        margin-bottom: 20px;
    }

    #timeline-con .timeline-area .con-box .accent-wrap {
        position: static;
    }

    #timeline-con .timeline-area.group-wrap01 .con-box > .textwrap:nth-child(2),
    #timeline-con .timeline-area.group-wrap02 .con-box > .textwrap:nth-child(2),
    #timeline-con .timeline-area.group-wrap03 .con-box > .textwrap:nth-child(2) {
        padding-top: 0;
    }

}

/* history 연혁 스크롤 모션 ==================================================================== */
#timeline-con .timeline-area .con-fade {
    opacity: 0;
    transform: translateY(40px);
    transition: all 1s ease;
}

#timeline-con .timeline-area .con-fade.show {
    opacity: 1;
    transform: translateY(0);
}

#timeline-con .timeline-area .delay-01 {
    transition-delay: 0.2s;
}

#timeline-con .timeline-area .delay-02 {
    transition-delay: 0.4s;
}

#timeline-con .timeline-area .delay-03 {
    transition-delay: 0.6s;
}

#timeline-con .timeline-area .delay-04 {
    transition-delay: 0.8s;
}

#timeline-con .timeline-area .delay-05 {
    transition-delay: 1s;
}

#timeline-con .timeline-area .delay-06 {
    transition-delay: 1.2s;
}

/* 수상내역 awards ==================================================================== */
#timeline-con .timeline-area.awards-wrap01,
#timeline-con .timeline-area.awards-wrap02,
#timeline-con .timeline-area.awards-wrap03 {
    height: 900px !important;
}

#timeline-con .group-wrap01.awards-wrap01 .thumb-box {
    background: url('/images/intro/바른빌딩11.jpg') no-repeat center !important;
    /* background-size: cover; */
}

#timeline-con .group-wrap02.awards-wrap02 .thumb-box {
    background: url('/images/intro/바른빌딩5.jpg') no-repeat center !important;
    /* background-size: cover; */
}

#timeline-con .group-wrap03.awards-wrap03 .thumb-box {
    background: url('/images/intro/바른빌딩9.jpg') no-repeat center !important;
    /* background-size: cover; */
}

/* 수상내역 awards */
@media (max-width: 991px) {

    #timeline-con .timeline-area.awards-wrap01 {
        height: 700px !important;
    }

    #timeline-con .timeline-area.awards-wrap02,
    #timeline-con .timeline-area.awards-wrap03 {
        height: 850px !important;
    }

}

@media (max-width: 768px) {

    #timeline-con .timeline-area.awards-wrap01 {
        height: 700px !important;
    }

    #timeline-con .timeline-area.awards-wrap02 {
        height: 900px !important;
    }

    #timeline-con .timeline-area.awards-wrap03 {
        height: 1100px !important;
    }

}

@media (max-width: 576px) {

    #timeline-con .timeline-area.awards-wrap01,
    #timeline-con .timeline-area.awards-wrap02,
    #timeline-con .timeline-area.awards-wrap03 {
        height: auto !important;
    }

}

/* ================================================================================================= */
#barunnew-sec,
#press-sec,
#case-sec,
#newsletter-sec,
#data-sec {
    padding-bottom: 0 !important;
}

/* 글 상세페이지 post (barunnews-view) ================================== */
/* -- left -- */
#post-detail-sec .wrapper {
    display: flex;
    /* justify-content: space-between; */
    gap: 80px;
}

#post-detail-sec .wrapper .content-detail {
    flex: 0 0 68%;
    min-width: 0;
}

#post-detail-sec .wrapper.full .content-detail {
    max-width: 100%;
    flex: 0 0 auto;
}

#post-detail-sec .wrapper.full .aside-wrapper .aside-box,
#post-detail-sec .wrapper.full .aside-wrapper .area-con {
    width: 0 !important;
    display: none;
}

/* -- right -- */
#post-detail-sec .wrapper .aside-box .member {
    margin-bottom: 8px;
}

#post-detail-sec .wrapper .aside-box ul.member-list .img-area .member-img {
    height: 102px;
    width: 102px;
    object-fit: contain;
    border-radius: 50%;
}

#post-detail-sec .wrapper .aside-box ul.member-list .member-wrap {
    display: inline-flex;
    gap: 24px;
    align-items: center;
    padding: 1rem;
}

#post-detail-sec .list+.list {
    margin-top: 1rem;
    /* padding-top: 20px; */
    /* border-top: 1px solid #ddd; */
    /* border: 1px solid transparent; */
}

#post-detail-sec .wrapper .aside-box ul.member-list .list {
    border: 1px solid transparent;
    /* border-radius: 8px; */
}

#post-detail-sec .wrapper .aside-box ul.member-list .list:hover {
    border-color: var(--primary);
    box-shadow: 0 14px 36px rgba(26, 73, 120, 0.18);
}

#post-detail-sec .wrapper .aside-box ul.member-list .member-wrap .text-area .info-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

#post-detail-sec .wrapper .aside-box ul.member-list .member-wrap .text-area .contact-wrap .num {
    padding: 8px 0 4px 0;
}

#post-detail-sec .wrapper .aside-box ul.member-list .member-wrap .text-area .contact-wrap .mail {
    word-break: break-all !important;
}

/* -- en -- */
#post-detail-sec .wrapper .aside-box.en ul.member-list .member-wrap .text-area .info-wrap {
    flex-direction: column;
    align-items: flex-start;
}

#post-detail-sec .wrapper .aside-box.en ul.member-list .member-wrap .text-area .contact-wrap .num {
    padding: 12px 0 0 0;
}

/* -------------------------------------- */
#post-detail-sec .wrapper .aside-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    
    flex: 1;
    min-width: 0;
}



#post-detail-sec .wrapper .aside-wrapper .area-con .area-tit {
    margin-bottom: 24px;
}

#post-detail-sec .wrapper .aside-wrapper .area-con ul {
    display: flex;
    /* flex-direction: column; */
    gap: 1rem;
    flex-wrap: wrap;
    /* align-items: flex-start; */
}

#post-detail-sec .wrapper .aside-wrapper .area-con .wrap {
    padding: 1em 1.8em;
    background: #f7f8f9;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    display: inline-flex;
    width: fit-content;
    text-align: center;
}

#post-detail-sec .wrapper .aside-wrapper .area-con .wrap:hover {
    border-color: var(--primary);
    box-shadow: 0 14px 36px rgba(26, 73, 120, 0.18);
}

/* #post-detail-sec .wrapper .aside-wrapper .area-con .wrap .area-item {
    display: block;
} */

/* -------------------------------------- */

#post-nav-sec {
    padding-top: 2rem;
    padding-bottom: 6.25rem;
}

#post-nav-sec .post-move-wrap .post-box {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
}

#post-nav-sec .post-move-wrap .post-box:first-child {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#post-nav-sec .post-move-wrap .post-box:last-child {
    border-bottom: 1px solid #ddd;
}

#post-nav-sec .post-move-wrap .post-box .label {
    width: 58px;
    margin-right: 20px;
}

/* 중문 */
#post-nav-sec .container-lg.ch .post-move-wrap .post-box .label {
    width: auto;
}

#post-nav-sec .post-move-wrap .post-box .post-tit {
    flex: 1;
    min-width: 0;
}

#post-nav-sec .post-move-wrap .post-box .post-tit a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;

    overflow: hidden;
    text-overflow: ellipsis;

    max-width: 95%;
    text-decoration: none;
}

#post-nav-sec .post-move-wrap .post-box .post-tit a:hover {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

#post-nav-sec .post-move-wrap .post-box .date {
    margin-left: auto;
}

#post-nav-sec .back-list-wrap {
    margin-top: 3.75rem;
}

.back-list-wrap .bottom-list-btn {
    display: flex;
    justify-content: center;
}

/* 글 상세페이지 볼드, 링크 */
#post-detail-sec .wrapper .content-detail,
#post-detail-sec .wrapper .content-detail * {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
    text-decoration: none !important;
}

#post-detail-sec .wrapper .content-detail a {
    color: #2f81c9 !important;
    font-size: 1.25rem !important;
    border-bottom: 2px solid #2f81c9 !important;
    padding-bottom: 1px;
    text-decoration: none !important;
}

#post-detail-sec .wrapper .content-detail a span {
    background: none !important;
    color: #2f81c9 !important;
    font-size: 1.25rem !important;
    text-decoration: none !important;
}

#post-detail-sec .wrapper .content-detail span {
    text-decoration: none !important;
    font-size: 1.25rem !important;
}

#post-detail-sec .wrapper .content-detail a span strong {
    font-weight: 700;
    font-size: 1.25rem !important;
    color: #2f81c9 !important;
    text-decoration: none !important;
}

@media (max-width: 1200px) {

    #post-detail-sec .wrapper .content-detail {
        max-width: 65%;
    }

    #post-detail-sec .wrapper .aside-box ul.member-list .img-area .member-img {
        width: 80px;
        height: 80px;
    }

    #post-detail-sec .wrapper .aside-box ul.member-list .member-wrap {
        gap: 20px;
    }

    #post-detail-sec .wrapper .content-detail *,
    #post-detail-sec .wrapper .content-detail a,
    #post-detail-sec .wrapper .content-detail a span,
    #post-detail-sec .wrapper .content-detail a span strong {
        font-size: 1.31rem !important;
    }

    #post-detail-sec .wrapper .aside-box .member {
        margin-bottom: 1rem;
    }

}

@media (max-width: 991px) {

    #post-detail-sec .wrapper {
        flex-wrap: wrap;
    }

    #post-detail-sec .wrapper .content-detail {
        width: 100%;
        max-width: 100%;
        flex: 0 1 auto;
    }

    #post-detail-sec .wrapper .aside-box ul.member-list .member-wrap {
        gap: 1rem;
    }

    #post-detail-sec .wrapper .aside-wrapper {
        flex: 0 1 auto;
    }

    #post-detail-sec .wrapper .aside-box .member-list .list .text-area .contact-wrap .mail {
        word-break: break-all !important;
    }

    #visual-nav.post-view-nav .post-tit {
        font-size: 2rem;
    }

}

@media (max-width: 768px) {

    #post-detail-sec .wrapper {
        flex-wrap: wrap;
    }

    #post-detail-sec .wrapper .aside-box {
        padding-top: 4.25rem;
        width: 100%;
    }

    #post-detail-sec .wrapper .aside-box .member,
    #post-detail-sec .wrapper .aside-wrapper .area-con .area-tit {
        font-size: 1.25rem;
    }

    #post-detail-sec .list+.list {
        border: none;
        margin: 0;
        padding: 0;
    }

    #post-detail-sec .wrapper .aside-box .member-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        row-gap: 32px;
    }

    #post-detail-sec .wrapper .aside-box .member-list .list {
        width: calc((100% - 20px) / 2);
    }

}

@media (max-width: 576px) {

    #visual-nav.post-view-nav .post-tit {
        font-size: 1.5rem;
    }

    #post-detail-sec .wrapper .aside-box .member-list {
        row-gap: 24px;
    }

    #post-detail-sec .wrapper .aside-box .member-list .list {
        width: 100%;
    }

    #post-nav-sec .post-move-wrap .post-box {
        padding: 1.5rem 1rem;
    }

    #post-nav-sec .post-move-wrap .post-box .label {
        width: auto;
        margin-right: 1rem;
    }

    #post-nav-sec .post-move-wrap .post-box .label,
    #post-nav-sec .post-move-wrap .post-box .post-tit a,
    #post-nav-sec .post-move-wrap .post-box .date {
        font-size: 1rem;
    }

}

/* 게시판 목록형 (바른뉴스, 언론보도, 뉴스레터, 저서 및 자료, 강좌, 채용게시판) ================================= */
#barunnew-sec .board-item {
    display: flex;
    align-items: center;
    gap: 5rem;
    padding: 2.5rem 1rem;
    border-bottom: 1px solid #E5E5E5;
}

#barunnew-sec .board-item:first-child {
    border-top: 1px solid #1B1D1F;
}

#barunnew-sec .item-info {
    flex: 1;
    min-width: 0;
}

#barunnew-sec .item-tit:hover {
    text-decoration-line: underline;
    text-underline-offset: 0.4rem;
    text-decoration-skip-ink: none;
}

#barunnew-sec .item-info .item-tit {
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#barunnew-sec .item-meta {
    display: flex;
    margin-top: 1.5rem;
    gap: 1.25rem;
    justify-content: space-between;
}

#barunnew-sec .date {
    color: #A5A5A5;
    order: 1;
}

#barunnew-sec .category {
    color: #003E91;
}

#barunnew-sec .item-thumb {
    display: none !important;
}

#barunnew-sec .item-thumb {
    flex-shrink: 0;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    overflow: hidden;
}

#barunnew-sec .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#barunnew-sec .item-info .item-meta .tag-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 6px;
    column-gap: 0;
}

#barunnew-sec .item-info .item-meta .tag-container .category {
    display: flex;
    align-items: center;
}

#barunnew-sec .item-info .item-meta .tag-container .category-sub {
    display: contents !important;
}

#barunnew-sec .item-info .item-meta .tag-container .category,
#barunnew-sec .item-info .item-meta .tag-container .category-sub .press-members {
    /* white-space: nowrap; */
    display: inline-flex;
    align-items: center;
}

#barunnew-sec .item-info .item-meta .tag-container .category+.category::before {
    content: "";
    width: 2px;
    height: 14px;
    background: #D5D5D5;
    margin: 0 10px;
}


#barunnew-sec .category,
#barunnew-sec .category-sub .press-members {
    color: #003E91;
}

#barunnew-sec .item-info .item-meta .tag-container .category-sub .press-members+.press-members:before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 14px;
    background: #D5D5D5;
    margin: 0 10px;
}

#barunnew-sec .item-info .item-meta .tag-container .category+.category-sub:not(:has(.press-members))::before {
    display: none !important;
}

/* --채용게시판-- */
#barunnew-sec.recruit-notice-sec .item-meta {
    justify-content: flex-end;
}

@media (max-width: 991px) {

    #barunnew-sec .item-meta {
        gap: 0.75rem;
    }

    #barunnew-sec .item-info .item-tit {
        width: auto;
        overflow: visible;
        white-space: normal;
        text-overflow: clip;
    }

}


@media (max-width: 768px) {

    #barunnew-sec .item-info .item-tit {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        font-size: 1.25rem;
    }

    #barunnew-sec .item-info .item-meta .tag-container .category+.category::before,
    #barunnew-sec .item-info .item-meta .tag-container .category-sub .press-members+.press-members:before {
        margin: 0 8px;
    }

    #barunnew-sec .item-meta {
        gap: 1rem;
    }

}

@media (max-width: 576px) {

    #barunnew-sec .board-item {
        gap: 3rem;
    }

    #barunnew-sec .date,
    #barunnew-sec .category,
    #barunnew-sec .category-sub .press-members {
        font-size: 1rem;
    }

    #barunnew-sec .date {
        flex-shrink: 0;
    }

    #barunnew-sec .item-info .item-meta .tag-container .category+.category::before,
    #barunnew-sec .item-info .item-meta .tag-container .category-sub .press-members+.press-members:before {
        height: 10px;
        width: 1px;
        margin: 0 6px;
    }

    #barunnew-sec .item-thumb {
        width: 6rem;
        height: 6rem;
    }

    #barunnew-sec .item-meta {
        margin-top: 1.25rem;
        gap: 0.75rem;
    }

}

/* 뉴스레터 상단 그리드 레이아웃 grid layout (hover) ============================================= */
#grid-sec .grid-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#grid-sec .grid-left,
#grid-sec .grid-right {
    display: flex;
    flex-direction: column;
}

#grid-sec .grid-wrap,
#grid-sec .grid-left,
#grid-sec .grid-right {
    gap: 2.5rem;
}

#grid-sec .grid-box {
    position: relative;
    overflow: hidden;
    transition: aspect-ratio 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 2.5rem;
    gap: 1.25rem;
}

#grid-sec .grid-box .thumb-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#grid-sec .grid-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.35s ease;
    pointer-events: none;
    z-index: 3;
}

#grid-sec .grid-box>*:not(.thumb-img) {
    position: relative;
    z-index: 2;
}

/* default */
#grid-sec .grid-left .wide-sec,
#grid-sec .grid-right .wide-sec {
    aspect-ratio: 680 / 500;
}

#grid-sec .grid-left .narrow-sec,
#grid-sec .grid-right .narrow-sec {
    aspect-ratio: 680 / 290;
}

#grid-sec .grid-wrap .wide-sec,
#grid-sec .grid-wrap .narrow-sec {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/* 2/3 hover */
#grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .wide-sec,
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .wide-sec {
    aspect-ratio: 680 / 290;
}

#grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .narrow-sec,
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .narrow-sec {
    aspect-ratio: 680 / 500;
}

#grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .narrow-sec,
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .narrow-sec {
    aspect-ratio: 680 / 500;
}

#grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .wide-sec,
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .wide-sec {
    aspect-ratio: 680 / 290;
}

/* 2 hover → 3,4 */
#grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .narrow-sec::after,
#grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .wide-sec::after {
    background: rgba(0, 0, 0, 0.45);
}

/* 3 hover → 2,4 */
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .narrow-sec::after,
#grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .wide-sec::after {
    background: rgba(0, 0, 0, 0.45);
}

/* 4 hover → 2,3 */
#grid-sec:has(.grid-right .wide-sec:hover) .grid-left .narrow-sec::after,
#grid-sec:has(.grid-right .wide-sec:hover) .grid-right .narrow-sec::after {
    background: rgba(0, 0, 0, 0.45);
}

#grid-sec .grid-left .latest-post .meta-box {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

#grid-sec .section-title,
#grid-sec .box-tit {
    color: #fff;
}

#grid-sec .grid-left .latest-post .meta-box {
    padding-top: 8px;
}

#grid-sec .grid-left .latest-post .meta-box .divider {
    background: rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 14px;
}

#grid-sec .grid-left .latest-post .meta-box p,
#grid-sec .textbox .text {
    color: rgba(255, 255, 255, 0.7);
}

/* --뉴스레터 구독/해지 버튼-- */
#grid-sec .grid-left .grid-btn-add {
    position: absolute !important;
    z-index: 3;
    bottom: 3.2rem;
    right: 2.5rem;
}

@media (max-width: 1200px) {

    #grid-sec .grid-wrap,
    #grid-sec .grid-left,
    #grid-sec .grid-right {
        gap: 1.5rem;
    }

    #grid-sec .grid-box {
        padding: 1.75rem;
    }

    /* --뉴스레터 구독/해지 버튼-- */
    #grid-sec .grid-left .grid-btn-add {
        bottom: 2.5rem;
        right: 1.75rem;
    }

}

@media (max-width: 991px) {

    #grid-sec .grid-box {
        gap: 0;
    }

    #grid-sec .grid-wrap .grid-box .textbox p:last-child {
        display: none;
        opacity: 0;
    }

    #grid-sec .section-title {
        font-size: 2.25rem;
    }

    #grid-sec .box-tit {
        font-size: 1.25rem;
    }

    /* default */
    #grid-sec .grid-left .wide-sec,
    #grid-sec .grid-right .wide-sec {
        aspect-ratio: 4 / 3;
    }

    #grid-sec .grid-left .narrow-sec,
    #grid-sec .grid-right .narrow-sec {
        aspect-ratio: 7 / 4;
    }

    /* 2/3 hover */
    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .wide-sec {
        aspect-ratio: 4 / 3;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .narrow-sec {
        aspect-ratio: 7 / 4;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .narrow-sec {
        aspect-ratio: 7 / 4;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .wide-sec {
        aspect-ratio: 4 / 3;
    }

    /* --뉴스레터 구독/해지 버튼-- */
    #grid-sec .grid-left .grid-btn-add {
        bottom: 8rem;
        right: auto;
        left: 1.75rem;
    }

}

@media (max-width: 768px) {

    #grid-sec .grid-box {
        padding: 1.25rem;
    }

    #grid-sec .grid-wrap .grid-box .textbox p:nth-last-child(-n+2) {
        display: none;
        opacity: 0;
    }

    /* default */
    #grid-sec .grid-left .wide-sec,
    #grid-sec .grid-right .wide-sec {
        aspect-ratio: 6 / 5;
    }

    #grid-sec .grid-left .narrow-sec,
    #grid-sec .grid-right .narrow-sec {
        aspect-ratio: 3 / 2;
    }

    /* 2/3 hover */
    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .wide-sec {
        aspect-ratio: 6 / 5;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .narrow-sec {
        aspect-ratio: 3 / 2;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .narrow-sec {
        aspect-ratio: 3 / 2;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .wide-sec {
        aspect-ratio: 6 / 5;
    }

    /* --뉴스레터 구독/해지 버튼-- */
    #grid-sec .grid-left .grid-btn-add {
        left: 1.25rem;
    }

}

@media (max-width: 576px) {

    #grid-sec .grid-wrap {
        grid-template-columns: 1fr;
    }

    #grid-sec .grid-left .wide-sec,
    #grid-sec .grid-right .wide-sec,
    #grid-sec .grid-left .narrow-sec,
    #grid-sec .grid-right .narrow-sec {
        aspect-ratio: unset;
    }

    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .wide-sec,
    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-left .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-left .narrow-sec,
    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .narrow-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .narrow-sec,
    #grid-sec:has(.grid-left .narrow-sec:hover) .grid-right .wide-sec,
    #grid-sec:has(.grid-right .narrow-sec:hover) .grid-right .wide-sec {
        aspect-ratio: unset;
    }

    #grid-sec .grid-box {
        transition: none;
    }


    #grid-sec .grid-wrap .grid-box {
        height: 140px;
    }

    #grid-sec .grid-wrap .grid-box.latest-post {
        height: 200px;
    }

    #grid-sec .grid-wrap .grid-box:hover {
        border-radius: 8px;
        transition: aspect-ratio 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    }

    /* --뉴스레터 구독/해지 버튼-- */
    #grid-sec .grid-left .grid-btn-add {
        left: auto;
        right: 1.25rem;
        bottom: 1.6rem;
    }

}

/* 이미지 텍스트 커서 숨기기 (caret none) */
.info-traffic img,
.icon,
#barunnew-sec img,
#case-sec img,
#step-sec .icon-wrap,
#recruit-guide-sec .inner-image,
#recruit-contact-sec .icon-box img,
#overseas-con img,
#sg-info-con .inner-Wrap .map-con iframe {
    caret-color: transparent;
}

/* 최근업무사례============================================================================ */
#case-sec .case-wrap {
    display: flex;
    gap: 60px 40px;
    flex-wrap: wrap;
}

#case-sec .case-wrap .case-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 3);
    padding-bottom: 1.5rem;
}

#case-sec .case-wrap .case-item {
    border: 1px solid transparent;
    transition: border-color 0.45s ease, box-shadow 0.45s ease, transform 0.45s ease;
}

#case-sec .case-wrap .case-item:hover {
    border-color: #1A4978;
    box-shadow: 0 14px 36px rgba(26, 73, 120, 0.18);
    transform: translateY(-1px);
}

#case-sec .case-wrap .case-item .case-img img {
    height: 320px;
    object-fit: cover;
}

#case-sec .case-wrap .case-item .case-tit {
    border-bottom: 1px solid #D5D5D5;
    margin: 1.2rem 1.5rem 0 1.5rem;
    padding-bottom: 1.2rem;
}

#case-sec .case-wrap .case-item .case-tit p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 47px;
}

/* 최근업무사례2 */
.case-wrap-new {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.case-wrap-new .case-item {
    aspect-ratio: 1 / 1.08;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border: 1px solid var(--border);
}

.case-wrap-new .case-img {
    aspect-ratio: 1.37 / 1;
    position: absolute;
    top: 0;
    left: 0;
}

.case-wrap-new .case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-wrap-new .case-text-box {
    padding: 1.5rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.case-wrap-new .case-tit {
    max-height: calc(1.13rem * 1.3 * 2);
    min-height: calc(1.13rem * 1.3 * 2);
    overflow: hidden;
    transition: max-height 0.8s ease;
}

.case-wrap-new .case-tit h4 {
    font-size: 1.13rem;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case-wrap-new .tag-wrap {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid var(--border);
    padding-top: 1rem;
    margin-top: 1.25rem;
    height: 2.3rem;
    overflow: hidden;
    gap: 0.5rem;
    justify-content: flex-end;
}

.case-wrap-new .tag-wrap .info-tag {
    color: var(--primary) !important;
    display: flex;
}

.case-wrap-new .tag-wrap .info-tag:before {
    content: "";
    display: block;
    width: 1px;
    height: 0.8rem;
    background-color: var(--border);
    margin-right: 0.5rem;
}

.case-wrap-new .tag-wrap .info-tag:first-of-type:before {
    display: none;
}

.case-wrap-new .case-item:hover {
    border-color: var(--primary);
    box-shadow: 0 14px 36px rgba(26, 73, 120, 0.18);
}

.case-wrap-new .case-item:hover .case-tit {
    max-height: calc(1.13rem * 1.3 * 10);
}

.case-wrap-new .case-item:hover .case-tit h4 {
    -webkit-line-clamp: unset;
}


@media (max-width: 991px) {

    /* 최근업무사례2 */
    .case-wrap-new {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-wrap-new .case-item {
        aspect-ratio: 1 / 1.02;
    }


}

@media (max-width: 576px) {

    /* 최근업무사례2 */
    .case-wrap-new {
        grid-template-columns: repeat(1, 1fr);
    }

    .case-wrap-new .case-item {
        aspect-ratio: 1.04 / 1;
    }
}

/* 아카데미 연구회 academy-group ============================================================================ */
#case-sec .case-wrap .case-item .case-tit.academy-tit p {
    height: auto;
}

/* 아카데미-강좌 academy-lecture ============================================================================ */
#case-sec.lecture-sec .case-wrap .tag-wrap .info-tag.lecture-date {
    color: #A5A5A5;
}

#case-sec.lecture-sec .case-wrap .case-item {
    position: relative;
}

#case-sec.lecture-sec .case-wrap .case-item .lecture-badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1rem;
    color: #fff;
}

#case-sec.lecture-sec .case-wrap .case-item .lecture-badge.badge-before {
    background: #9FA4A9;
}

#case-sec.lecture-sec .case-wrap .case-item .lecture-badge.badge-open {
    background: #1A4978;
}

#case-sec.lecture-sec .case-wrap .case-item .lecture-badge.badge-closed {
    background: #9FA4A9;
}

/* ============================================================================ */
#case-sec .case-wrap .case-item .tag-wrap {
    margin-left: auto;
    text-align: right;
    padding: 1rem 1.2rem 0 1rem;
}

#case-sec .case-wrap .case-item .tag-wrap .info-tag {
    color: #1A4978;
}

#case-sec .case-wrap .case-item .tag-wrap .info-tag+.info-tag::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background: #D5D5D5;
    margin: 0 8px;
    vertical-align: middle;
}

@media (max-width: 1200px) {

    #case-sec .case-wrap .case-item .case-img img {
        height: 270px;
    }

    #case-sec .case-wrap .case-item .case-tit p {
        height: 41.09px;
    }

}

@media (max-width: 991px) {

    #case-sec .case-wrap {
        gap: 40px 20px;
    }

    #case-sec .case-wrap .case-item {
        width: calc((100% - 20px) / 2);
    }

    #case-sec .case-wrap .case-item .case-img img {
        height: 270px;
    }

}

@media (max-width: 576px) {

    #case-sec .case-wrap .case-item {
        width: 100%;
    }

    #case-sec .case-wrap .case-item .case-img img {
        height: 220px;
    }

    #case-sec .case-wrap .case-item .case-tit p {
        height: auto;
    }

}

/* 연구자료 academy ============================================================================ */
#barunnew-sec.data-sec .result_none .message_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#barunnew-sec.data-sec .result_none .message_area img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-bottom: 1.25rem;
}

/* ==== 페이지 넘버링 ==== */
.page_area_new {
    display: flex;
}

.page_area_new ul.pagenation {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 3.75rem 0;
    gap: 1.5rem;
}

.page_area_new ul.pagenation .page_items .page.nums {
    display: flex;
    gap: 1.5rem;
}

/* .page_area_new ul.pagenation .page_items.prev a,
.page_area_new ul.pagenation .page_items.next a {
    width: 44px;
    height: 44px;
    border: 2px solid #E4E4E4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

.page_area_new ul.pagenation .page_items.prev img.i-arrow,
.page_area_new ul.pagenation .page_items.next img.i-arrow {
    height: 16px;
}

.page_area_new ul.pagenation .btnnum .nums .numbtn {
    color: #9FA4A9 !important;
}

.page_area_new ul.pagenation .btnnum .nums .numbtn.active {
    color: #1B1D1F !important;
}

@media (max-width: 991px) {

    .page_area_new ul.pagenation,
    .page_area_new ul.pagenation .page_items .page.nums {
        gap: 1.25rem;
    }

    .page_area_new ul.pagenation .page_items.prev a,
    .page_area_new ul.pagenation .page_items.next a {
        width: 36px;
        height: 36px;
    }

}

@media (max-width: 576px) {

    .page_area_new ul.pagenation .page_items.prev img.i-arrow,
    .page_area_new ul.pagenation .page_items.next img.i-arrow {
        height: 12px;
    }

}

/* -- 게시판형 페이지 하단 visual logo image -- */
.visual-logo-wrap {
    display: flex;
    justify-content: flex-end;
}

.visual-logo-wrap .page-visual-logo {
    width: clamp(300px, 60vw, 900px);
    aspect-ratio: 900 / 118;
    background: url('/images/barun_big_logo.svg') no-repeat center/contain;
}

/* 사회공헌활동 outreach-activity ============================================================================ */
#activity-sec .text-con .top-wrap {
    margin-bottom: 4.25rem;
}

#activity-sec .text-con .top-wrap .top-tit {
    padding-bottom: 1.5rem;
    font-weight: 400 !important;
}

#resume-sec .downform-wrap .barun-color-tit,
#apply-sec .apply-wrap .text-con .barun-color-tit,
#disclaim-sec,
#activity-sec .text-con .top-wrap .top-tit .barun-color-tit {
    color: #1A4978 !important;
    font-weight: 700 !important;
}

.top-tit .barun-color-tit {
    color: #1A4978 !important;
}

#activity-sec .text-con .bottom-wrap {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

#activity-sec .text-con .bottom-wrap .inner {
    display: flex;
    flex-direction: column;
    width: calc((100% - 20px) / 2);
    gap: 1.5rem;
    background: #F7F8F9;
    padding: 2.5rem 3rem;
    border-radius: 8px;
}

#activity-sec .text-con .bottom-wrap .inner .divider {
    width: 60px;
    height: 3px;
    background: #1A4978;
}

#activity-sec .text-con .bottom-wrap .inner .text-wrap p:first-child {
    padding-bottom: 1.25rem;
}

#activity-sec .text-con .bottom-wrap .inner .text-wrap .mail-link {
    color: #1A4978;
}

/* =================== */
#feature-sec {
    background: url('/images/outreach/feature-bg.jpg') no-repeat center/cover;
    background-position: center 70%;
}

#feature-sec .inner-wrap {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 20px;
}

#feature-sec .inner-wrap .con {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 60px) / 4);
    padding: 2.5rem 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.7);
}

#feature-sec .inner-wrap .con .i-csr {
    background: url('/images/i-activity-1.svg') no-repeat center/cover;
}

#feature-sec .inner-wrap .con .i-provono {
    background: url('/images/i-activity-2.svg') no-repeat center/cover;
}

#feature-sec .inner-wrap .con .i-law {
    background: url('/images/i-activity-3.svg') no-repeat center/cover;
}

#feature-sec .inner-wrap .con .i-education {
    background: url('/images/i-activity-4.svg') no-repeat center/cover;
}

#feature-sec .inner-wrap .con .icon {
    width: 50px;
    height: 50px;
}

#feature-sec .inner-wrap .con .sm-tit {
    padding: 1.5rem 0 0.625rem 0;
    text-align: center;
}

#feature-sec .inner-wrap .con .txt {
    text-align: center;
}

@media (max-width: 1200px) {

    #activity-sec .text-con .top-wrap .top-tit {
        font-size: 2.25rem;
    }

    #activity-sec .text-con .top-wrap .top-desc {
        font-size: 1.25rem;
    }

    #activity-sec .text-con .bottom-wrap .inner {
        padding: 2.25rem 2.75rem;
    }

    #feature-sec .inner-wrap .con .sm-tit {
        font-size: 1.5rem;
    }

}

@media (max-width: 991px) {

    #activity-sec .text-con .bottom-wrap {
        flex-wrap: wrap;
    }

    #activity-sec .text-con .bottom-wrap .inner {
        width: 100%;
    }

    #feature-sec .inner-wrap {
        flex-wrap: wrap;
    }

    #feature-sec .inner-wrap .con {
        width: calc((100% - 20px) / 2);
    }

}

@media (max-width: 576px) {

    #disclaim-sec br.pc-only,
    #activity-sec br.pc-only,
    #feature-sec br.pc-only {
        display: none;
        opacity: 0;
    }

    #activity-sec .text-con .top-wrap .top-tit {
        font-size: 1.75rem;
    }

    #activity-sec .text-con .top-wrap .top-desc,
    #activity-sec .text-con .bottom-wrap .inner .text-wrap p {
        font-size: 1rem;
    }

    #activity-sec .text-con .bottom-wrap .inner {
        gap: 1rem;
        padding: 2rem 1.75rem;
    }

    #activity-sec .text-con .bottom-wrap .inner h3 {
        font-size: 1.5rem;
    }

    #activity-sec .text-con .bottom-wrap .inner .divider {
        height: 2px;
        width: 40px;
    }

    #feature-sec .inner-wrap .con {
        justify-content: center;
    }

    #feature-sec .inner-wrap .con .icon {
        width: 30px;
        height: 30px;
    }

    #feature-sec .inner-wrap .con .sm-tit {
        font-size: 1.25rem;
    }

}

/* disclaimer 면책공고 ============================================================================ */
#disclaim-sec {
    display: flex;
}

#disclaim-sec .textwrap {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 4.25rem;
}

#disclaim-sec .textwrap .txt {
    width: calc((100% - 40px) / 2);
    padding: 2.5rem 3rem;
    border-radius: 8px;
    border: 1px solid #ddd;
}

#disclaim-sec .textwrap .txt:hover {
    background: #F7F8F9;
}

#disclaim-sec .textwrap .txt span.txt-bold {
    font-weight: 700;
}

@media (max-width: 1200px) {

    #disclaim-sec .textwrap .txt {
        padding: 2.25rem 2.75rem;
    }

}

@media (max-width: 991px) {

    #disclaim-sec .textwrap {
        margin-top: 3.5rem;
        gap: 20px;
    }

    #disclaim-sec .top-tit {
        font-size: 1.5rem;
    }

    #disclaim-sec .textwrap .txt {
        width: calc((100% - 20px) / 2);
    }

}

@media (max-width: 768px) {

    #disclaim-sec .textwrap {
        margin-top: 2.5rem;
    }

    #disclaim-sec .textwrap .txt {
        width: 100%;
    }

}

@media (max-width: 576px) {

    #disclaim-sec .top-tit {
        font-size: 1.25rem;
    }

    #disclaim-sec .textwrap .txt {
        padding: 1.75rem 2.25rem;
        font-size: 1.13rem;
    }

}

/* 사이트맵 sitemap ============================================================================ */
#sitemap-sec .sitemap-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 2.5rem;
}

#sitemap-sec .sitemap-wrap .map-container {
    width: calc((100% - 120px) / 4);
}

#sitemap-sec .sitemap-wrap .map-container .link-tit {
    padding: 1.25rem 2rem;
    border-radius: 8px;
    background: #F7F8F9;
    margin-bottom: 0.75rem;
}

#sitemap-sec .sitemap-wrap .map-container:hover .link-tit {
    background: #1A4978;
    color: #fff;
}

#sitemap-sec .sitemap-wrap .map-container .inner-con .inner a {
    padding: 1.5rem 2rem;
    display: block;
}

#sitemap-sec .sitemap-wrap .map-container .inner-con .inner:hover {
    font-weight: 700;
}

#sitemap-sec .sitemap-wrap .map-container .inner-con .inner:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

@media (max-width: 991px) {

    #sitemap-sec .sitemap-wrap {
        gap: 48px 24px;
    }

    #sitemap-sec .sitemap-wrap .map-container {
        width: calc((100% - 72px) / 4);
    }

    #sitemap-sec .sitemap-wrap .map-container .link-tit {
        font-size: 1.5rem;
        word-break: break-all;
    }

    #sitemap-sec .sitemap-wrap .map-container .link-tit,
    #sitemap-sec .sitemap-wrap .map-container .inner-con .inner a {
        padding: 1rem 1.75rem;
    }

}

@media (max-width: 768px) {

    #sitemap-sec .sitemap-wrap .map-container {
        width: calc((100% - 48px) / 3);
    }

}

@media (max-width: 576px) {

    #sitemap-sec .sitemap-wrap .map-container .link-tit {
        font-size: 1.25rem;
    }

    #sitemap-sec .sitemap-wrap .map-container {
        width: calc((100% - 24px) / 2);
    }

    #sitemap-sec .sitemap-wrap .map-container .inner-con .inner {
        font-size: 1rem;
    }

    #sitemap-sec .sitemap-wrap .map-container .link-tit,
    #sitemap-sec .sitemap-wrap .map-container .inner-con .inner a {
        padding: 1rem 1.5rem;
    }

}

/* 채용접수 recruit-accept ============================================================================ */
#step-sec h2.tit {
    margin-bottom: 2rem;
}

#step-sec .order-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#step-sec .order-wrap .inner {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 17%;
}

#step-sec .order-wrap span.i-div-arrow {
    display: block;
    width: 10%;
    aspect-ratio: 7 / 1;
    background: url('/images/i-step-arrow.svg') no-repeat center/contain;
    flex-shrink: 0;
}

#step-sec .order-wrap .inner .num-wrap .num-txt {
    padding-bottom: 4px;
}

#step-sec .order-wrap .inner .num-wrap .desc-txt {
    white-space: nowrap;
}

#step-sec .order-wrap .inner .icon-wrap {
    display: flex;
    padding: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #B9762D;
}

#step-sec .order-wrap .inner .icon-wrap .i-step {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

#step-sec .order-wrap .inner .icon-wrap .i-step.down-icon {
    width: 18px;
    height: 18px;
}

/* en, ch */
#step-sec .container-lg.en .order-wrap .inner .num-wrap .desc-txt {
    white-space: pre-wrap !important;
    width: 100%;
}

#step-sec .container-lg.en .i-div-arrow,
#step-sec .container-lg.ch .i-div-arrow {
    display: none;
}

#step-sec .container-lg.en .order-wrap .inner {
    width: 20%;
}

#step-sec .container-lg.ch .order-wrap .inner {
    width: auto;
    justify-content: flex-start;
}

@media (max-width: 991px) {

    #step-sec .container-lg.en .i-div-arrow,
    #step-sec .container-lg.ch .i-div-arrow {
        display: block;
    }

    #step-sec .container-lg.en .order-wrap .inner {
        width: 17%;
    }

    #step-sec .container-lg.ch .order-wrap .inner {
        justify-content: center;
    }

    #step-sec .container-lg.en .order-wrap .inner .num-wrap .num-txt {
        width: 30px;
    }

}

@media (max-width: 768px) {

    #step-sec .container-lg.en .order-wrap .inner .num-wrap {
        align-items: flex-start;
    }

}

@media (max-width: 576px) {

    #step-sec .container-lg.en .order-wrap {
        justify-content: space-between;
        align-items: flex-start;
        row-gap: 40px;
    }

    #step-sec .container-lg.en .order-wrap .inner,
    #step-sec .container-lg.ch .order-wrap .inner {
        width: 46%;
    }

    #step-sec .container-lg.en .i-div-arrow,
    #step-sec .container-lg.ch .i-div-arrow {
        display: none;
    }

    #step-sec .container-lg.ch .order-wrap .inner .num-wrap {
        align-items: flex-start;
    }

    #step-sec .container-lg.ch .order-wrap .inner .num-wrap .num-txt {
        width: 27px;
    }

    #step-sec .container-lg.ch .order-wrap .inner .num-wrap .desc-txt {
        white-space: pre-wrap;
    }

}

@media (max-width: 991px) {

    #step-sec .order-wrap {
        justify-content: space-around;
    }

    #step-sec .order-wrap .inner {
        width: auto;
        gap: 0.75rem;
        /* padding: 1.25rem 1.5rem; */
        /* border: 2px solid #B9762D; */
        border-radius: 8px;
        /* width: calc((100% - 72px) / 4); */
    }

    #step-sec .order-wrap span.i-div-arrow {
        width: 1.25rem;
        aspect-ratio: 20 / 16;
        background: url('/images/i-step-arrow-color.svg') no-repeat center/contain;
    }

    #step-sec .order-wrap .inner .icon-wrap {
        padding: 0;
        border: none;
    }

    #step-sec .order-wrap .inner .icon-wrap .i-step {
        width: 2.25rem;
        height: 2.25rem;
    }

    #step-sec .order-wrap .inner .icon-wrap .i-step.down-icon {
        width: 2.2rem;
        height: 2.2rem;
    }


    #step-sec .order-wrap .inner .num-wrap .num-txt {
        padding: 0;
        margin-right: 6px;
    }

    #step-sec .order-wrap .inner .num-wrap p {
        font-size: 1rem;
    }

}

@media (max-width: 768px) {

    #step-sec .order-wrap {
        justify-content: space-evenly;
    }

    #step-sec .order-wrap .inner {
        flex-direction: column;
        gap: 1rem;
    }

    #step-sec .order-wrap .inner .icon-wrap {
        border: 2px solid #B9762D;
        border-radius: 50%;
        width: 80px;
        height: 80px;
    }

    #step-sec .order-wrap .inner .icon-wrap .i-step,
    #step-sec .order-wrap .inner .icon-wrap .i-step.down-icon {
        width: 2rem;
        height: 2rem;
    }

    #step-sec .order-wrap .inner .num-wrap {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #step-sec .order-wrap .inner .num-wrap * {
        font-weight: 400;
    }

}

@media (max-width: 576px) {

    #step-sec .order-wrap {
        flex-wrap: wrap;
        justify-content: inherit;
        row-gap: 20px;
    }

    #step-sec .order-wrap .inner {
        width: 50%;
    }

    #step-sec .order-wrap span.i-div-arrow {
        display: none;
        opacity: 0;
    }

    #step-sec .order-wrap .inner .num-wrap p {
        font-size: 1.25rem;
    }

}

/* ============================================================================ */
#resume-sec .txt-wrap {
    margin-bottom: 4.25rem;
}

#resume-sec .txt-wrap .tit {
    padding-bottom: 1rem;
}

#resume-sec .downform-wrap {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
}

#resume-sec .downform-wrap .small-tit {
    padding-bottom: 2.5rem;
}

#resume-sec .downform-wrap .doc-list {
    display: flex;
    justify-content: space-between;
}

#resume-sec .downform-wrap .doc-list li {
    width: calc((100% - 128px) / 5);
    display: flex;
    justify-content: stretch;
}

#resume-sec .downform-wrap .doc-list .doc-btn {
    display: block;
    border-radius: 8px;
    background: #fff;
    border: 2px solid #1A4978;
    padding: 1.5rem;
    width: 100%;
}

#resume-sec .downform-wrap .doc-list .doc-btn:hover {
    box-shadow: 0 0 28px rgba(26, 73, 120, 0.4);
}

/* #resume-sec .downform-wrap .doc-list .doc-btn:hover * {
    color: #fff;
} */

#resume-sec .downform-wrap .doc-list .doc-btn * {
    color: #1A4978;
}

#resume-sec .downform-wrap .doc-list .doc-btn .form-small-tit {
    height: 46px;
}

#resume-sec .lang-en .form-small-tit,
#resume-sec .lang-ch .form-small-tit {
    height: auto;
}

#resume-sec .downform-wrap .doc-btn .form-btn-txt {
    display: flex;
    justify-content: space-between;
    padding-top: 1.25rem;
}

#resume-sec .downform-wrap .doc-btn .form-btn-txt .download-icon {
    display: block;
    width: 1rem;
    height: 1rem;
    background: url('/images/i-download-default.svg') no-repeat center/cover;
}

/* #resume-sec .downform-wrap .doc-btn:hover .download-icon {
    background: url('/images/i-download-hover.svg') no-repeat center/cover;
} */

@media (max-width: 1200px) {

    #resume-sec .downform-wrap .doc-list li {
        width: calc((100% - 80px) / 5);
    }

}

@media (max-width: 991px) {

    #resume-sec .downform-wrap .doc-list {
        flex-wrap: wrap;
        gap: 24px;
        justify-content: normal;
    }

    #resume-sec .downform-wrap .doc-list li {
        width: calc((100% - 48px) / 3);
    }

}

@media (max-width: 768px) {

    #step-sec h2.tit,
    #resume-sec .txt-wrap .tit,
    #recruit-accept-sec .accept-wrap .form-big-tit {
        font-size: 2rem;
    }

    #resume-sec .downform-wrap .small-tit {
        padding-bottom: 2rem;
    }

    #resume-sec .txt-wrap .txt {
        font-size: 1.25rem;
    }

}

@media (max-width: 576px) {

    #resume-sec .downform-wrap .doc-list {
        gap: 20px;
    }

    #resume-sec .downform-wrap .small-tit {
        padding-bottom: 1.75rem;
    }

    #resume-sec .downform-wrap .doc-list li {
        width: calc((100% - 20px) / 2);
    }

    #resume-sec .downform-wrap .doc-list .doc-btn {
        padding: 1.25rem;
    }

}

#resume-sec .container-lg.en .downform-wrap .doc-list .doc-btn {
    display: flex;
    flex-direction: column;
}

#resume-sec .container-lg.en .downform-wrap .doc-list .doc-btn .form-small-tit {
    height: 82px;
}

#resume-sec .container-lg.en .doc-btn p {
    font-size: 1.13rem;
}

@media (max-width: 991px) {

    #resume-sec .container-lg.en .downform-wrap .doc-list .doc-btn .form-small-tit {
        height: 62px;
    }

}

@media (max-width: 768px) {

    #resume-sec .container-lg.en .downform-wrap .doc-list .doc-btn .form-small-tit {
        height: auto;
    }

}

/* form ============================================================================ */
#recruit-accept-sec .accept-wrap .form-big-tit {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ddd;
}

#recruit-accept-sec .accept-wrap .form-item.select-list {
    padding-bottom: 32px;
}

.form-disabled-area {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-disabled-area .form-item {
    width: calc((100% - 32px) / 2);
}

.form-wrap.upload .file-upload {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.form-wrap.upload .file-upload .form-item {
    width: calc((100% - 60px) / 2);
}

#recruit-accept-sec .accept-wrap .file-upload .form-big-tit.upload-big-tit {
    margin-top: 5rem;
    width: 100%;
    margin-bottom: 0;
}

/* 채용접수-첨부셔류 ------------------ */
.form-disabled-area .form-item.attach-new #attach {
    padding: 0.75rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: var(--radius8);
}

.form-disabled-area .form-item.attach-new #attach p {
    color: #1A4978;
    font-weight: 600;
}

/* 개인정보처리방침 privacy ============================================================================ */
#privacy-sec .privacy-tit {
    margin-bottom: 2rem;
}

#privacy-sec #list-wrap {
    display: flex;
    gap: 2.5rem;
    background: #F7F8F9;
    padding: 2.75rem 2.5rem;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 4.25rem;
}

#privacy-sec #list-wrap .link-list {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
    width: calc((100% - 40px) / 2);
}

#privacy-sec #list-wrap .link-list .txt {
    font-weight: 700;
}

#privacy-sec #list-wrap .link-list .txt:hover {
    color: #B9762D;
}

/* ----------- */
#privacy-sec {
    padding-top: 12.5rem !important;
}

#privacy-sec #content-area {
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
}

#privacy-sec #content-area .con .con-desc {
    margin-top: 1.25rem;
}

#privacy-sec #content-area .con .step-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 1rem 0 0 1rem;
}

#privacy-sec #content-area .con .table-con {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#privacy-sec #content-area .con .table-con .table-wrap:first-child,
#privacy-sec #content-area .con .table-wrap.table-alt {
    padding-top: 1.25rem;
}

#privacy-sec #content-area .con .table-wrap h4 {
    padding-bottom: 1.25rem;
    color: #464C52;
}

#privacy-sec #content-area .privacy-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    overflow: hidden;
}

#privacy-sec #content-area .privacy-table th,
#privacy-sec #content-area .privacy-table td {
    padding: 1.5rem 2rem;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#privacy-sec #content-area .privacy-table th:last-child,
#privacy-sec #content-area .privacy-table td:last-child {
    border-right: 0;
}

#privacy-sec #content-area .privacy-table tbody tr:last-child td {
    border-bottom: 0;
}

#privacy-sec #content-area .privacy-table thead th {
    background: #F7F8F9;
    text-align: center;
}

#privacy-sec #content-area .privacy-table tbody td {
    text-align: center;
    vertical-align: middle;
}

#privacy-sec #content-area .item-cell {
    padding: 0 !important;
}

#privacy-sec #content-area .item-row {
    display: flex;
    align-items: center;
}

#privacy-sec #content-area .item-row:first-child {
    border-bottom: 1px solid #ddd;
}

#privacy-sec #content-area .item-label {
    width: 8rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: #F7F8F9;
    border-right: 1px solid #ddd;
    align-self: stretch;
}

#privacy-sec #content-area .item-value {
    flex: 1;
    padding: 1.5rem;
    text-align: left;
}

#privacy-sec #content-area .con .table-wrap table.privacy-table .tit {
    font-weight: 700;
}

#privacy-sec #content-area .con .table-wrap table.privacy-table .desc {
    color: #464C52;
}

@media (max-width: 1200px) {

    #privacy-sec {
        padding-top: 11.25rem !important;
    }

}

@media (max-width: 991px) {

    #privacy-sec {
        padding-top: 7.5rem !important;
    }

}

@media (max-width: 768px) {

    #privacy-sec #list-wrap {
        flex-wrap: wrap;
        gap: 1.75rem;
    }

    #privacy-sec #list-wrap .link-list {
        width: 100%;
    }

    #privacy-sec #content-area .privacy-table th,
    #privacy-sec #content-area .privacy-table td,
    #privacy-sec #content-area .item-label {
        padding: 1rem 0.75rem;
    }

}

@media (max-width: 576px) {

    #privacy-sec #list-wrap {
        padding: 2rem;
    }

    #privacy-sec #content-area .item-label {
        width: auto;
    }

}

/* 뉴스레터 구독/해지 ============================================================================ */
#newsletter-form {
    padding-top: 12.5rem !important;
}

#newsletter-form .top-wrap {
    background: #F7F8F9;
    padding: 2.75rem 2.5rem;
    height: 238px;
    overflow-y: auto;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid #ddd;
}

#newsletter-form .newletter-form-tit {
    margin-bottom: 2rem;
}

#newsletter-form .top-wrap .small-tit {
    padding-bottom: 1.25rem;
}

#newsletter-form .top-wrap .privacy-con {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#newsletter-form .bottom-wrap {
    padding-top: 5rem;
}

#newsletter-form .bottom-wrap .form-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 3.75rem;
    row-gap: 2.5rem;
}

#newsletter-form .bottom-wrap .form-item.full {
    grid-column: 1 / -1;
}

@media (max-width: 1200px) {

    #newsletter-form {
        padding-top: 11.25rem !important;
    }

}

@media (max-width: 991px) {

    #newsletter-form {
        padding-top: 7.5rem !important;
    }

}

@media (max-width: 768px) {

    .form-area {
        column-gap: 3rem !important;
    }

}

@media (max-width: 576px) {

    #newsletter-form .top-wrap {
        padding: 2rem;
    }

    .form-area {
        row-gap: 2.25rem !important;
        column-gap: 1.5rem !important;
    }

}

/* apply 문의하기(법률상담) ============================================================================ */
#apply-sec .apply-wrap {
    display: flex;
    /* gap: 40px; */
    justify-content: space-between;
}

#apply-sec .apply-wrap .text-con {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    /* flex: 1; */
    width: 42%;
}

#apply-sec .apply-wrap .content-area {
    width: 55%;
    flex-shrink: 0;
    padding: 3.75rem 3.25rem;
    border-radius: 8px;
    background: #F7F8F9;
}

#apply-sec .apply-wrap .content-area .form-item.select-1st {
    padding-bottom: 32px;
}

#apply-sec .apply-wrap .content-area #rfp-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#apply-sec .apply-wrap .content-area #rfp-content #rfpForCorp,
#apply-sec .apply-wrap .content-area #rfp-content #rfpForIndiv {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

#apply-sec .apply-wrap .content-area #rfp-content #rfpForCorp .form-item,
#apply-sec .apply-wrap .content-area #rfp-content #rfpForIndiv .form-item {
    width: calc((100% - 32px) / 2);
}

#rfpForIndiv {
    display: none !important;
}

/* 기업 */
#rfp-content[data-type="corp"] #rfpForCorp {
    display: flex !important;
}

#rfp-content[data-type="corp"] #rfpForIndiv {
    display: none !important;
}

/* 개인 */
#rfp-content[data-type="indiv"] #rfpForIndiv {
    display: flex !important;
}

#rfp-content[data-type="indiv"] #rfpForCorp {
    display: none !important;
}

#rfp-content[data-type=""] #rfpForIndiv {
    display: none !important;
}

/* 공통은 항상 보이게 */
#form-common,
.submit-container {
    display: block;
}

/* select 기본 배경 값 */
#apply-sec .form-control:read-only {
    background: #fff;
}

/* 파일 업로드 */
.rfp-files-area {
    padding-left: 16px !important;
    margin-top: 10px !important;
}

.rfp-files-area li {
    font-size: 14px !important;
}

.rfp-files-area li button {
    font-size: 14px !important;
    margin-left: 10px !important;
}

.upload-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* 파일 업로드 영역 copy XX */
.upload-wrap .form-control {
    user-select: none;
    -webkit-user-select: none;
    caret-color: transparent;
}

@media (max-width: 1200px) {

    #apply-sec .apply-wrap .text-con {
        gap: 1.25rem;
        width: 38%;
    }

    #apply-sec .apply-wrap .text-con p {
        font-size: 1.25rem;
    }

    #apply-sec .apply-wrap .content-area {
        width: 60%;
        padding: 3.25rem 3rem;
    }

    .submit-container {
        flex-wrap: wrap;
        margin-top: 10px !important;
    }

    .submit-container .chkbox {
        width: 100%;
        margin-bottom: 24px;
    }

    .submit-container .submit-btn-wrap {
        width: 100%;
    }

    /* 문의 */
    .form-item textarea {
        padding: 0.75rem 1rem !important;
        font-size: 1rem !important;
    }

}

@media (max-width: 991px) {

    #apply-sec .apply-wrap {
        flex-wrap: wrap;
    }

    #apply-sec .apply-wrap .text-con,
    #apply-sec .apply-wrap .content-area {
        width: 100%;
    }

    #apply-sec .apply-wrap .text-con {
        gap: 1rem;
        padding-bottom: 24px;
    }

}

@media (max-width: 576px) {

    #apply-sec .apply-wrap .content-area {
        padding: 2rem 2rem 3rem 2rem;
    }

    #apply-sec .apply-wrap .content-area #rfp-content #rfpForCorp .form-item,
    #apply-sec .apply-wrap .content-area #rfp-content #rfpForIndiv .form-item {
        width: 100%;
    }

    #apply-sec .apply-wrap .content-area .form-item.select-1st {
        padding-bottom: 20px;
    }

    #apply-sec .apply-wrap .content-area #rfp-content,
    #apply-sec .apply-wrap .content-area #rfp-content #rfpForCorp,
    #apply-sec .apply-wrap .content-area #rfp-content #rfpForIndiv {
        gap: 20px;
    }

}

/* apply result 문의하기 결과 페이지 ============================================================================ */
#apply-result {
    padding-top: 11.75rem !important;
}

#apply-result .result-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

#apply-result .result-wrap img.result-icon {
    width: 4rem;
    height: auto;
    object-fit: cover;
}

#apply-result .result-wrap .text-con p:first-child {
    padding-bottom: 0.25rem;
}

#apply-result .result-wrap .text-con span {
    color: #1A4978;
}

@media (max-width: 991px) {

    #apply-result {
        padding-top: 8rem !important;
    }

}

@media (max-width: 576px) {

    #apply-result .result-wrap .result-tit {
        font-size: 1.75rem;
    }

    #apply-result .result-wrap img.result-icon {
        width: 3rem;
    }

    #apply-result .result-wrap {
        gap: 1rem;
    }

}

/* 채용안내 recruit-guide ============================================================================ */
#recruit-schedule-sec h2,
#recruit-guide-sec h2,
#recruit-contact-sec h2 {
    margin-bottom: 1.5rem;
}

/* 01 */
#recruit-schedule-sec .desc-wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

#recruit-schedule-sec .desc-wrap .desc {
    width: calc((100% - 24px) / 2);
    background: #F7F8F9;
    border-radius: 8px;
    padding: 50px 44px;
    word-break: break-all;
}

@media (max-width: 1200px) {

    #recruit-schedule-sec .desc-wrap .desc {
        padding: 2.25rem 2.75rem;
    }

}

@media (max-width: 991px) {

    #recruit-schedule-sec .desc-wrap .desc,
    #recruit-guide-sec .inner-wrap .desc {
        font-size: 1.25rem;
    }

}

@media (max-width: 768px) {

    #recruit-schedule-sec .desc-wrap {
        gap: 20px;
        flex-wrap: wrap;
    }

    #recruit-schedule-sec .desc-wrap .desc {
        width: 100%;
    }

}

@media (max-width: 576px) {

    #recruit-schedule-sec .desc-wrap {
        gap: 16px;
    }

    #recruit-schedule-sec .desc-wrap .desc {
        padding: 1.75rem 2.25rem;
    }

    #recruit-schedule-sec .desc-wrap .desc,
    #recruit-guide-new .inner-wrap .desc {
        font-size: 1.13rem;
    }

}

/* 02 */
#recruit-guide-sec {
    background: #F7F8F9;
}

#recruit-guide-sec .inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

#recruit-guide-sec .inner-wrap .img-wrap {
    display: flex;
    justify-content: space-between;
}

#recruit-guide-sec .inner-wrap .img-wrap .inner-image {
    width: calc((100% - 48px) / 3);
    height: 300px;
    border-radius: 8px;
}

#recruit-guide-sec .inner-wrap .img-wrap .inner-image.img01 {
    background: url('/images/recruit/recruit-guide-img01.jpg') no-repeat center/cover;
}

#recruit-guide-sec .inner-wrap .img-wrap .inner-image.img02 {
    background: url('/images/recruit/recruit-guide-img02.jpg') no-repeat center/cover;
}

#recruit-guide-sec .inner-wrap .img-wrap .inner-image.img03 {
    background: url('/images/recruit/recruit-guide-img03.jpg') no-repeat center/cover;
}

@media (max-width: 768px) {

    #recruit-guide-sec .inner-wrap .img-wrap .inner-image {
        width: calc((100% - 40px) / 3);
        height: 180px;
    }

}

@media (max-width: 576px) {

    #recruit-guide-sec .inner-wrap .img-wrap .inner-image {
        width: calc((100% - 32px) / 3);
        height: 100px;
    }

}

/* recruit guide-sec-new ============================================================================ */
#recruit-guide-new {
    padding-top: 40px;
    padding-bottom: 6.25rem;
}

#recruit-guide-new .inner-wrap {
    background: url('/images/recruit/recruit-guide-img02.jpg') no-repeat center/cover;
    background-position-y: 28%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

#recruit-guide-new .inner-wrap::after {
    content: "";
    position: absolute;
    width: 870px;
    max-width: 1046px;
    aspect-ratio: 1046 / 700;
    background: url('/images/recruit/recruit-guide-img01.jpg') no-repeat center/cover;
    right: 0;
    top: -40px;
}

#recruit-guide-new .inner-wrap .inner-text {
    margin-left: calc((100% - 1400px) / 2);
    padding: 70px calc((100% - 1400px) / 2) 70px 90px;
    box-sizing: border-box;
    transform: translateY(6.25rem);
    background: #fff;
}

#recruit-guide-new .inner-wrap .inner-text h2 {
    margin-bottom: 30px;
}

/* == ver 3 =============================================== */
#recruit-guide-new.recruit-v3 {
    padding-top: 0 !important;
}

#recruit-guide-new.recruit-v3 .inner-wrap {
    justify-content: flex-start !important;
}

#recruit-guide-new.recruit-v3 .inner-wrap .inner-text {
    transform: none !important;
    margin: 0 !important;
    padding: 70px calc((100% - 1600px) / 2) !important;
}

#recruit-guide-new .inner-wrap::after {
    top: 260px !important;
    width: 800px;
}

@media (max-width: 1400px) {

    /* #recruit-guide-new .inner-wrap {
        height: 500px;
    } */

    /* v4 수정 */
    #recruit-guide-new .inner-wrap {
        height: 550px;
    }

    #recruit-guide-new .inner-wrap .inner-text {
        margin-left: max(0px, calc((100% - 1000px) / 2));
        padding: 60px calc((100% - 1000px) / 2) 60px 60px;
    }

    #recruit-guide-new .inner-wrap::after {
        width: 570px;
        top: -26px;
    }

    #recruit-guide-new .inner-wrap .inner-text br.pc-only {
        display: none;
    }

    /* v4 수정 */
    #recruit-guide-new.recruit-v3 .inner-wrap .inner-text {
        padding: 60px calc((100% - 1000px) / 2) 60px 1rem !important;
    }

    /* v4 수정 */
    #recruit-guide-new .inner-wrap::after {
        top: 240px !important;
    }

}

@media (max-width: 1200px) {

    #recruit-guide-new .inner-wrap .inner-text {
        margin-left: 80px;
        padding: 60px 50px;
    }

    #recruit-guide-new .inner-wrap::after {
        top: 240px !important;
    }

    /* v4 수정 */
    #recruit-guide-new.recruit-v3 .inner-wrap .inner-text {
        padding: 60px 60px 60px 1rem !important;
    }

    /* v4 수정 */
    #recruit-guide-new .inner-wrap::after {
        width: 500px;
    }

}

@media (max-width: 991px) {

    #recruit-guide-new .inner-wrap::after {
        width: 500px;
        top: 0;
    }

}

@media (max-width: 768px) {

    /* #recruit-guide-new .inner-wrap {
        height: 400px;
    } */

    /* v4 수정 */
    #recruit-guide-new .inner-wrap {
        height: 500px;
    }

    #recruit-guide-new .inner-wrap .inner-text {
        margin-left: 50px;
        padding: 50px 40px;
    }

    #recruit-guide-new .inner-wrap::after {
        /* width: 60%; */
        width: 70%;
        top: -10px;
    }

}

@media (max-width: 576px) {

    #recruit-guide-new .inner-wrap .inner-text h2 {
        margin-bottom: 20px;
    }

    #recruit-guide-new .inner-wrap .inner-text {
        padding: 36px 36px 0 36px;
    }

    #recruit-guide-new .inner-wrap::after {
        display: none;
        opacity: 0;
    }

    #recruit-guide-new .inner-wrap {
        height: 400px;
    }

    #recruit-guide-new.recruit-v3 .inner-wrap {
        justify-content: flex-end !important;
    }

    #recruit-guide-new.recruit-v3 .inner-wrap .inner-text {
        transform: translateY(6.25rem) !important;
    }

}

/* 03 */
#recruit-contact-sec ul.contact-list {
    display: flex;
    justify-content: space-between;
}

#recruit-contact-sec ul.contact-list .list {
    width: calc((100% - 80px) / 5);
    border-radius: 8px;
    border: 2px solid #1A4978;
}

#recruit-contact-sec ul.contact-list .list:hover {
    box-shadow: 0 0 28px rgba(26, 73, 120, 0.4);
}

#recruit-contact-sec ul.contact-list .list>a {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#recruit-contact-sec ul.contact-list .list .info-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
}

#recruit-contact-sec ul.contact-list .list .contact-area {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#recruit-contact-sec ul.contact-list .list .contact-area .num-con,
#recruit-contact-sec ul.contact-list .list .contact-area .mail-con {
    display: flex;
    gap: 8px;
    align-items: center;
    word-break: break-word;
}

#recruit-contact-sec ul.contact-list .list .contact-area .icon-16 {
    background-color: var(--primary);
}

#recruit-contact-sec ul.contact-list .list .contact-area .icon-box .contact-icon {
    width: 12px;
    height: auto;
}

/* ==en== */
#recruit-contact-sec .container-xl.en ul.contact-list .list .info-wrap {
    flex-wrap: wrap;
    gap: 6px;
}

#recruit-contact-sec .container-xl.en ul.contact-list .list .info-wrap * {
    width: 100%;
}

@media (max-width: 1400px) {

    #recruit-contact-sec ul.contact-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 20px;
    }

    #recruit-contact-sec ul.contact-list .list {
        width: calc((100% - 40px) / 3);
    }

    #recruit-contact-sec ul.contact-list .list>a {
        padding: 1.5rem;
    }

}

@media (max-width: 768px) {

    #recruit-contact-sec ul.contact-list .list {
        width: calc((100% - 20px) / 2);
    }

    #recruit-schedule-sec h2,
    #recruit-guide-new h2,
    #recruit-contact-sec h2 {
        font-size: 2rem;
    }

}

@media (max-width: 576px) {

    #recruit-contact-sec ul.contact-list {
        gap: 1rem;
    }

    #recruit-contact-sec ul.contact-list .list {
        width: 100%;
    }

    #recruit-contact-sec ul.contact-list .list>a {
        padding: 1.25rem;
        gap: 1rem;
    }

    #recruit-contact-sec ul.contact-list .list .info-wrap {
        gap: 6px;
    }

    #recruit-contact-sec ul.contact-list .list .contact-area .icon-box {
        padding: 5px;
    }

    #recruit-contact-sec ul.contact-list .list .contact-area .icon-box .contact-icon {
        width: 10px;
    }

}

@media (max-width: 479px) {

    #recruit-contact-sec ul.contact-list .list .contact-area .mail-con {
        align-items: flex-start;
        height: 34px;
    }

}

/* 04 */
#recruit-banner-sec {
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: url('/images/recruit/recruit_banner-img.jpg') no-repeat center/cover;
    background-position-y: 60%;
}

#recruit-banner-sec .text-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

#recruit-banner-sec .text-wrap h3 {
    text-align: center;
}

#recruit-banner-sec .text-wrap * {
    color: #fff;
}

#recruit-banner-sec .text-wrap .divider {
    background: #fff;
    width: 140px;
    height: 2px;
}

#recruit-banner-sec .text-wrap .wide-en-txt {
    letter-spacing: 0.1em;
    font-weight: 100;
}

@media (max-width: 991px) {

    #recruit-banner-sec .text-wrap {
        gap: 24px;
    }

    #recruit-banner-sec .text-wrap h3 {
        font-size: 2rem;
    }

    #recruit-banner-sec .text-wrap .divider {
        width: 100px;
    }

    #recruit-banner-sec .text-wrap .wide-en-txt {
        font-size: 1.25rem;
    }

}

@media (max-width: 768px) {

    #recruit-banner-sec {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem;
    }

    #recruit-banner-sec .text-wrap h3 {
        font-size: 1.25rem;
    }

    #recruit-banner-sec .text-wrap .wide-en-txt {
        font-size: 1rem;
    }

}

@media (max-width: 576px) {

    #recruit-banner-sec .text-wrap {
        gap: 1.25rem;
    }

    #recruit-banner-sec .text-wrap .divider {
        width: 60px;
        height: 1px;
    }

}

/* select ============================================================================ */
.select01,
.select02,
.select03 {
    position: relative;
}

.select01 .select-arrow,
.select02 .select-arrow,
.select03 .select-arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
    pointer-events: none;
}

.select02 .select-arrow {
    top: 70%;
}

.form-control:focus~.select-arrow,
.form-control:focus-visible~.select-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.form-control:read-only {
    background: #fff;
}

/* 파일 업로드 버튼 file upload  */
.submit-container {
    display: flex;
    justify-content: space-between;
    margin-top: 68px;
    align-items: center;
}

/* =================== */
@media (max-width: 1200px) {

    #recruit-accept-sec .submit-container {
        margin-top: 32px !important;
    }

}

@media (max-width: 576px) {

    #recruit-accept-sec .form-disabled-area {
        gap: 20px;
    }

    #recruit-accept-sec .form-disabled-area .form-item {
        width: 100%;
    }

    #recruit-accept-sec .accept-wrap .form-item.select-list {
        padding-bottom: 20px;
    }

    #recruit-accept-sec .submit-container {
        margin-top: 30px !important;
    }

    #recruit-accept-sec .form-wrap.upload .file-upload {
        gap: 20px;
    }

    #recruit-accept-sec .form-wrap.upload .file-upload .form-item {
        width: 100%;
    }

}

/* ============================================================================ */
.submit-container .input-form.apply .chk-label {
    padding-bottom: 8px;
}

.submit-container .view-privacy {
    color: #9FA4A9;
    border-bottom: 1px solid #9FA4A9;
    margin-left: 34px;
}

.submit-container .view-privacy:hover {
    color: #464C52;
    border-color: #464C52;
}

.submit-btn-wrap.apply {
    margin: 0;
}

.form-item .upload-wrap {
    display: flex;
    gap: 12px;
}

.form-item .upload-wrap .upload-btn {
    background: #fff;
    /* border: 1px solid #E5E5E5;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; */
}

/* .form-item .upload-wrap .upload-btn:hover {
    background: #E9EBED;
} */

.upload-btn-img {
    width: 16px;
    object-fit: cover;
}

/* ============================== 체크 버튼 check btn, button ============================== */
.input-form .checked {
    display: none;
}

.input-form .chk-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.input-form .check-button {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background: #DDD;
    flex-shrink: 0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    caret-color: transparent;
}

.input-form .chk-label .check-button .check-btn-img {
    width: 10px;
}

.input-form .checked:checked+.chk-label .check-button {
    background: #1A4978;
}

/* 제출 버튼 submit  */
.submit-btn-wrap {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 4.25rem;
}

/* .submit-btn-wrap.submit-con button {
    display: flex;
    background: #1A4978;
    color: #fff !important;
    align-items: center;
    width: 240px;
    border-radius: 50px;
    padding: 0.75rem 1.75rem;
    gap: 0.75rem;
    justify-content: center;
} */

.submit-btn-wrap.submit-con button.unsubscribe {
    background: #9FA4A9;
}

.submit-btn-wrap.submit-con button .submit-btn-img {
    width: 16px;
}

/* @media (max-width: 768px) {

    .submit-btn-wrap.submit-con button .submit-btn-img {
        width: 10px;
    }

    .submit-btn-wrap.submit-con button.unsubscribe .submit-btn-img {
        width: 12px;
    }

} */

@media (max-width: 576px) {

    .submit-btn-wrap {
        gap: 1.5rem;
    }

    /* .submit-btn-wrap.submit-con button {
        width: 200px;
        font-size: 1rem;
        gap: 0.5rem;
    } */

}