@charset "utf-8";

div, p, strong, span, b, ul, li, h1, h2, h3, h4, h5 {word-break: keep-all;}
h1, h2, h3, h4, h5 {line-height: 1.3;}
img {max-width: 100%;}

.en {
    font-size: 24px;
    font-weight: bold;
    color: #e30613;
    margin-bottom: 35px;
    width: 100%;
}
.title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 70px;
}
.title h2 {
    font-size: 50px;
    font-weight: bold;
    width: 100%;
}
.desc {
    font-size: 20px;
    line-height: 1.7;
}
.arrow {
    width: 14px !important;
    aspect-ratio: 14 / 12;
}
.arrow .color {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}
.more-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}
.more-btn span {
    font-size: 18px;
    font-weight: 500;
}
.more-btn .circle {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: all .2s;
}
.more-btn:hover .circle {background: #000;}
.more-btn:hover .circle .color {stroke: #fff;}
.default-btn {
    width: 120px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #e30613;
    border: 1px solid #e30613;
    transition: all .2s;
    background: #fff;
}
.default-btn:hover {
    background: #e30613;
    color: #fff;
}
.video .inner {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}
.video .inner iframe {
    z-index: 1;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.slider-controls {
    display: flex;
    align-items: center;
}
.slider-controls > div {
    cursor: pointer;
    display: flex;
    align-items: center;
}
.slider-controls .prev-btn::after {
    content: "";
    background: #ccc;
    width: 1px;
    height: 30px;
    display: block;
    margin: 0 30px;
}
.category {
    font-size: 16px;
    border: 1px solid #e30613;
    padding: 10px 20px;
    font-weight: bold;
    border-radius: 50px;
    color: #e30613;
    line-height: 1;
}

@media all and (max-width: 1024px) {
    .desc {font-size: 18px;}
}
@media all and (max-width: 767px) {
    .en {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .title {
        margin-bottom: 30px;
        display: block;
    }
    .title h2 {font-size: 30px;}
    .title .more-btn {margin-top: 20px;}
    .desc {
        font-size: 15px;
        line-height: 1.5;
    }
    .more-btn {gap: 10px;}
    .more-btn span {font-size: 15px;}
    .more-btn .circle {
        width: 32px;
        height: 32px;
    }
    .default-btn {
        height: 42px;
        width: 80px;
        font-size: 15px;
    }
    .arrow {width: 12px !important;}
    .category {
        font-size: 12px;
        padding: 6px 12px;
    }
    .slider-controls > div img {height: 24px;}
    .slider-controls .prev-btn::after {
        content: "";
        background: #ccc;
        width: 1px;
        height: 24px;
        display: block;
        margin: 0 15px;
    }
}

/*main*/
.main section {
    position: relative;
    padding: 150px 0;
}
.main .hero {
    height: 100dvh;
    background: #000;
}
.main .hero .txt {
    position: absolute;
    left: calc((100% - 1600px)/2);
    bottom: 15%;
    z-index: 2;
    color: #fff;
    width: 100%;
    max-width: 1600px;
}
.main .hero .txt h1 {
    font-size: 80px;
    margin-bottom: 50px;
}
.main .hero .txt p {font-size: 24px;}
.main .hero .scroll {
    position: absolute;
    right: calc((100% - 1600px)/2);
    bottom: 15%;
    z-index: 2;
}
.main .hero .scroll .line {
    position: relative;
    width: 3px;
    height: 150px;
    background: rgba(255,255,255,0.2);
    overflow: hidden;
}
.main .hero .scroll .line span {
    width: 3px;
    height: 50px;
    background: #fff;
    display: block;
    -webkit-animation: scroll 3s ease infinite;
    -moz-animation: scroll 3s ease infinite;
    animation: scroll 3s ease infinite;
}
@keyframes scroll {
    0%{transform: translateY(0);}
    100%{transform: translateY(150px);}
}
.main .hero .video-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
}
.main .hero .video-slider video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .about {
    height: 100dvh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/img/assets/main_about_bg.jpg) center / cover no-repeat;
}
.main .about p {
    font-size: 36px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 1.6;
}
.main .about p span {display: block;}
.main .about p span b {
    font-weight: bold;
    color: #e30613;
}
.main .projects {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
}
.main .projects .txt {
    width: 40%;
    padding-left: calc((100% - 1600px)/2);
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.main .projects .txt .tab-menu {
    background: #f5f5f5;
    border-radius: 60px;
    padding: 5px;
    display: flex;
    width: fit-content;
}
.main .projects .txt .tab-menu li {
    padding: 10px 35px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 60px;
    cursor: pointer;
    transition: all .2s;
}
.main .projects .txt .tab-menu li:hover {color: #e30613;}
.main .projects .txt .tab-menu li.active {
    background: #e30613;
    color: #fff;
}
.main .projects .txt .subject {
    font-size: 40px;
    font-weight: bold;
    margin: 40px 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap:break-word;
    line-height: 1.3em;
    overflow: hidden;
    height: 2.6em;
    word-break: normal;
}
.main .projects .txt .date {
    font-size: 18px;
    color: #666;
    margin-bottom: 70px;
}
.main .projects .img {width: 60%;}
.main .projects .img > div {display: none;}
.main .projects .img > div.active {display: block;}
.main .projects .img .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
    width: 500px;
    aspect-ratio: 500 / 600;
    position: relative;
}
.main .projects .img .swiper-slide .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}
.main .projects .img .swiper-slide .category {
    position: absolute;
    top: 0;
    left: 0;
    background: #e30613;
    height: 60px;
    padding: 17px 0;
    padding-right: 1px;
    padding-left: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 0;
    border: none;
}
.main .projects .img .swiper-slide .category::after {
    content: "";
    background: url(/img/assets/title_label.svg) center / cover no-repeat;
    display: block;
    height: 60px;
    aspect-ratio: 93 / 60;
    position: absolute;
    top: 0;
    right: -92px;
}
.main .news .content {
    display: flex;
    flex-wrap: wrap;
    gap: 80px;
}
.main .news .content .video {width: calc((100% - 80px)/2);}
.main .news .content .video p {
    font-size: 30px;
    font-weight: bold;
    margin-top: 25px;
}
.main .news .content .board-list {
    width: calc((100% - 80px)/2);
    border-top: 2px solid #000;
}
.main .news .content .board-list li {border-bottom: 1px solid #ddd;}
.main .news .content .board-list li a {
    padding: 40px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.main .news .content .board-list li .category {width: 98px;}
.main .news .content .board-list li .subject {
    width: calc(100% - 236px);
    font-size: 24px;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    transition: all .2s;
}
.main .news .content .board-list li:hover .subject {opacity: 0.8;}
.main .news .content .board-list li .date {
    font-size: 16px;
    color: #666;
    margin-left: auto;
    width: 98px;
    text-align: right;
}
@media all and (max-width: 1660px) {
    .main .hero .txt {left: 80px;}
    .main .hero .scroll {right: 80px;}
    .main .projects .txt {padding-left: 80px;}
}
@media all and (max-width: 1200px) {
    .main .projects .txt .tab-menu li {padding: 10px 20px;}
}
@media all and (max-height: 800px) {
    .main .projects .txt {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media all and (max-width: 1024px) {
    .main .hero .txt {left: 40px;}
    .main .projects .txt {
        width: 100%;
        padding: 0 40px 50px;
        flex-direction: row;
        align-items: end;
        position: relative;
    }
    .main .projects .txt .tab-menu li {padding: 10px 40px;}
    .main .projects .txt .more-btn {
        position: absolute;
        right: 40px;
        bottom: 50px;
    }
    .main .projects .img {
        width: 100%;
        padding-left: 40px;
    }
    .main .news .content .video {width: 100%;}
    .main .news .content .board-list {width: 100%;}
}
@media all and (max-width: 767px) {
    .main section {padding: 80px 0;}
    .main .hero .txt {left: 16px;}
    .main .hero .txt h1 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .main .hero .txt p {font-size: 16px;}
    .main .hero .scroll {
        right: 16px;
        bottom: 0;
    }
    .main .about .txt img {width: 60px;}
    .main .about .txt p.fill-text {
        font-size: 20px;
        margin-top: 25px;
    }
    .main .projects {padding: 0;}
    .main .projects .txt {padding: 0 16px 40px;}
    .main .projects .txt .tab-menu li {
        font-size: 15px;
        padding: 8px 20px;
    }
    .main .projects .txt .subject {
        font-size: 24px;
        margin: 30px 0 10px;
    }
    .main .projects .txt .date {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .main .projects .txt .more-btn {
        right: 16px;
        bottom: 40px;
    }
    .main .projects .img {padding-left: 16px;}
    .main .projects .img .swiper-slide .category {
        height: 40px;
        font-size: 18px;
        padding: 12px 0;
        padding-left: 15px;
        padding-right: 1px;
    }
    .main .projects .img .swiper-slide .category::after {
        height: 40px;
        right: -61px;
    }
    .main .news .content {gap: 30px;}
    .main .news .content .video p {
        font-size: 18px;
        margin-top: 15px;
    }
    .main .news .content .board-list li a {
        padding: 15px 0;
        gap: 10px;
    }
    .main .news .content .board-list li .category {width: 68px;}
    .main .news .content .board-list li .subject {
        font-size: 16px;
        width: calc(100% - 166px);
    }
    .main .news .content .board-list li .date {
        font-size: 12px;
        width: 98px;
    }
}

/*sub*/
.sub {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.sub .title {
    width: 31%;
    padding-right: 50px;
}
.sub .title h3 {font-size: 50px;}
.sub .content {width: 69%;}
@media all and (max-width: 1024px) {
    .sub .title {
        width: 100%;
        padding: 0;
    }
    .sub .content {width: 100%;}
}
@media all and (max-width: 767px) {
    .sub .title h3 {font-size: 30px;}
}

/*CEO인사말*/
.sub-greeting .img {
    background: url(/img/assets/greeting_img.jpg) center / cover no-repeat;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1100 / 500;
}
.sub-greeting .txt {margin-top: 80px;}
.sub-greeting .txt strong {
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
    display: block;
}
.sub-greeting .txt .sign {
    display: flex;
    align-items: center;
    margin-top: 70px;
    gap: 15px;
}
.sub-greeting .txt .sign b {font-size: 16px;}
@media all and (max-width: 767px) {
    .sub-greeting .img img {max-width: 220px;}
    .sub-greeting .txt {margin-top: 40px;}
    .sub-greeting .txt strong {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sub-greeting .txt .sign {
        gap: 10px;
        margin-top: 30px;
    }
    .sub-greeting .txt .sign b {font-size: 14px;}
    .sub-greeting .txt .sign img {width: 100px;}
}

/*경영이념*/
.sub-philosophy .img {
    border: 1px solid #e30613;
    border-radius: 200px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-bottom: 80px;
}
.sub-philosophy .img .red {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e30613;
}
.sub-philosophy .img ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: 20px;
}
.sub-philosophy .img ul li {
    flex: 1;
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: rgba(221, 221, 221, 0.5);
    font-size: 26px;
    color: #666;
    font-weight: bold;
    margin: 0 -21px;
}
.sub-philosophy .txt ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.sub-philosophy .txt ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sub-philosophy .txt ul li h4 {
    font-size: 36px;
    margin-bottom: 30px;
}
.sub-philosophy .txt ul li h4::after {
    content: ".";
    color: #e30613;
}
.sub-philosophy .txt ul li .ico {
    position: absolute;
    top: 0;
    right: 0;
}
@media all and (max-width: 1660px) {
    .sub-philosophy .img .red,
    .sub-philosophy .img ul li {max-width: 180px;}
    .sub-philosophy .img ul li {margin: 0 -11px;}
}
@media all and (max-width: 1400px) {
    .sub-philosophy .img .red img {width: 60px;}
    .sub-philosophy .img ul li {font-size: 20px;}
}
@media all and (max-width: 1024px) {
    .sub-philosophy .img .red,
    .sub-philosophy .img ul li {max-width: 160px;}
}
@media all and (max-width: 767px) {
    .sub-philosophy .img {
        display: block;
        margin-bottom: 50px;
        text-align: center;
        border-radius: 100px;
        padding: 30px 40px 40px;
    }
    .sub-philosophy .img .red {
        max-width: 180px;
        margin: 0 auto;
    }
    .sub-philosophy .img .process-arrow {
        margin: 20px;
        transform: rotate(90deg);
    }
    .sub-philosophy .img ul {
        margin: 0;
        flex-wrap: wrap;
    }
    .sub-philosophy .img ul li {
        flex: none;
        width: calc(50% + 20px);
        margin: -10px;
        max-width: 100%;
    }
    .sub-philosophy .txt ul li {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .sub-philosophy .txt ul li h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sub-philosophy .txt ul li .ico {
        max-width: 36px;
        max-height: 36px;
    }
}

/*회사비전*/
.sub-vision .title {
    width: 100%;
    display: block;
}
.sub-vision .content {width: 100%;}
.sub-vision .message {
    background: url(/img/assets/vision_bg.jpg) center / cover no-repeat;
    background-attachment: fixed;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.sub-vision .message .txt {color: #fff;}
.sub-vision .message .txt strong {
    display: block;
    font-size: 50px;
    margin: 50px 0 40px;
    line-height: 1.3;
}
.sub-vision .message .txt p {font-size: 24px;}
.sub-vision .vision {
    padding: 200px 0;
    text-align: center;
}
.sub-vision .vision strong {
    font-size: 50px;
    display: block;
    line-height: 1.3;
    text-decoration: underline;
    margin-top: 70px;
}
.sub-vision .vision strong span {
    color: #e30613;
    text-decoration: underline;
    text-decoration-color: #e30613;
}
.sub-vision .value .container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.sub-vision .value .container > div {
    flex: 1;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 50px;
}
.sub-vision .value ul li {
    background: #fff;
    border-radius: 5px;
    padding: 15px 30px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.sub-vision .value ul li:last-child {margin-bottom: 0;}
.sub-vision .value ul li span {
    font-weight: normal;
    font-size: 18px;
}
.sub-vision .value ul li b {
    color: #e30613;
    font-weight: bold;
}
@media all and (max-width: 1200px) {
    .sub-vision .value ul li span {display: block;}
}
@media all and (max-width: 767px) {
    .sub-vision .message {height: 500px;}
    .sub-vision .message .txt img {width: 80px;}
    .sub-vision .message .txt strong {
        font-size: 30px;
        margin: 30px 0 12px;
    }
    .sub-vision .message .txt p {font-size: 16px;}
    .sub-vision .vision {padding: 100px 0;}
    .sub-vision .vision strong {
        font-size: 30px;
        margin-top: 40px;
    }
    .sub-vision .value .container {gap: 10px;}
    .sub-vision .value .container > div {
        flex: none;
        width: 100%;
        padding: 20px;
    }
    .sub-vision .value ul li {
        padding: 10px 12px;
        font-size: 18px;
    }
    .sub-vision .value ul li span {font-size: 14px;}
}

/*주요연혁*/
.sub-history .history-list {position: relative;}
.sub-history .history-list::after {
    content: "";
    border: 1px solid #aaa;
    width: 8px;
    border-radius: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 240px
}
.sub-history .history-list > li {
    position: relative;
    display: flex;
    align-items: start;
}
.sub-history .history-list .year {
    font-size: 50px;
    font-weight: bold;
    color: #aaa;
    line-height: 1;
    width: 240px;
    padding-right: 30px;
    position: relative;
}
.sub-history .history-list .year::after {
    content: "";
    background: #fff;
    border: 4px solid #e30613;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 1;
    animation: historyPulse 2s infinite;
}
@keyframes historyPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(227, 6, 19, 0.45);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(227, 6, 19, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(227, 6, 19, 0);
    }
}
.sub-history .history-list .detail-wrap {
    width: calc(100% - 240px);
    padding-left: 80px;
    padding-top: 6px;
}
.sub-history .history-list .detail-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 70px;
    margin-bottom: 70px;
}
.sub-history .history-list > li:last-child .detail-list {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sub-history .history-list .detail-list > li {
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
.sub-history .history-list .detail-list > li:last-child {margin-bottom: 0;}
.sub-history .history-list .detail-list > li b {width: 125px;}
.sub-history .history-list .detail-list > li .detail-sub-list {width: calc(100% - 125px)}
.sub-history .history-list .detail-list > li .detail-sub-list {margin-bottom: 5px;}
@media all and (max-width: 767px) {
    .sub-history .history-list::after {
        width: 4px;
        left: 80px;
    }
    .sub-history .history-list .year {
        font-size: 20px;
        width: 80px;
        padding-right: 0
    }
    .sub-history .history-list .year::after {
        width: 12px;
        height: 12px;
        border-width: 3px;
        top: 5px;
        right: -8px;
    }
    .sub-history .history-list .detail-wrap {
        width: calc(100% - 80px);
        padding-left: 25px;
        padding-top: 0;
    }
    .sub-history .history-list .detail-list {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .sub-history .history-list .detail-list > li {
        display: block;
        margin-bottom: 15px;
    }
    .sub-history .history-list .detail-list > li b {
        width: 100%;
        margin-bottom: 3px;
        display: block;
    }
    .sub-history .history-list .detail-list > li .detail-sub-list {width: 100%;}
}

/*주요실적*/
.sub-performance .performance-list > li {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    padding: 40px;
}
.sub-performance .performance-list > li:last-child {margin-bottom: 0;}
.sub-performance .performance-list > li .year {
    font-size: 30px;
    font-weight: bold;
    width: 155px;
}
.sub-performance .performance-list > li:first-child .year {color: #e30613;}
.sub-performance .performance-list > li .detail-list {
    width: calc(100% - 155px);
    border-left: 1px solid #ddd;
    padding-left: 70px;
}
.sub-performance .performance-list > li .detail-list li {
    margin-bottom: 7px;
    display: flex;
    align-items: start;
}
.sub-performance .performance-list > li .detail-list li:last-child {margin-bottom: 0;}
.sub-performance .performance-list > li .detail-list li::before {
    content: "";
    background: #e30613;
    width: 5px;
    height: 5px;
    display: block;
    margin-top: 13px;
}
.sub-performance .performance-list > li .detail-list li p {
    width: calc(100% - 5px);
    padding-left: 10px;
}
.sub-performance .performance-list > li .detail-list li p span {
    font-size: 16px;
    color: #666;
}
@media all and (max-width: 767px) {
    .sub-performance .performance-list > li {
        padding: 20px;
        display: block;
    }
    .sub-performance .performance-list > li .year {
        font-size: 24px;
        width: 100%;
        padding-bottom: 12px;
    }
    .sub-performance .performance-list > li .detail-list {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ddd;
        padding-left: 0;
        padding-top: 20px;
    }
    .sub-performance .performance-list > li .detail-list li::before {margin-top: 7px;}
    .sub-performance .performance-list > li .detail-list li p {padding-left: 6px;}
    .sub-performance .performance-list > li .detail-list li p span {
        font-size: 13px;
        display: block;
    }
}

/*조직도*/
.sub-organization .title {
    width: 100%;
    display: block;
    margin: 0;
}
.sub-organization .content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.sub-organization .organization-wrap {margin-top: -50px;}
.sub-organization .organization-wrap > div {position: relative;}
.sub-organization .box {
    height: 50px;
    border-radius: 10px;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.sub-organization .ceo {
    width: 160px;
    aspect-ratio: 1 / 1;
    background: #e30613;
    padding: 10px;
    border-radius: 200px;
    margin: 0 auto;
}
.sub-organization .ceo::after {
    content: "";
    background: #ddd;
    width: 1px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
}
.sub-organization .ceo .inner {
    border: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    border-radius: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.sub-organization .add {
    width: calc((100% - 60px)/4);
    margin-left: auto;
    margin-top: 0px;
}
.sub-organization .add::before {
    content: "";
    width: calc(100% + 30px);
    display: block;
    background: #ddd;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
}
.sub-organization .add .box {
    border: 1px solid #000;
}
.sub-organization .division {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.sub-organization .division::before {
    content: "";
    background: #ddd;
    width: calc(50% + 15px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.sub-organization .division > div {
    flex: 1;
    position: relative;
}
.sub-organization .division > div::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: block;
}
.sub-organization .division .box {background: #f1f1f1}
.sub-organization .team {
    display: flex;
    gap: 30px;
}
.sub-organization .team > div {
    flex: 1;
    position: relative;
    margin-top: 30px;
}
.sub-organization .team > div::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: block;
}
.sub-organization .team ul li {margin-bottom: 8px;}
.sub-organization .team ul li:last-child {margin-bottom: 0;}
.sub-organization .team .box {
    font-size: 19px;
    border: 1px solid #000;
}
.sub-organization .team .box:last-child {margin-bottom: 0;}
.sub-organization .team > div:first-child {margin-top: 120px;}
.sub-organization .team > div:first-child::before {height: 120px;}
.sub-organization .team > div:first-child .box {
    width: calc((100% - 30px)/2);
    margin: 0 auto;
}
.sub-organization .team > div:last-child > div {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    position: relative;
}
.sub-organization .team > div:last-child > div::before {
    content: "";
    background: #ddd;
    width: calc(50% + 15px);
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.sub-organization .team > div:last-child > div ul {
    flex: 1;
    position: relative;
}
.sub-organization .team > div:last-child > div ul::before {
    content: "";
    background: #ddd;
    width: 1px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: block;
}
.sub-organization .team > div:last-child > div .team-3 {margin-top: 60px;}
.sub-organization .team > div:last-child > div .team-3::before {height: 90px;}
@media all and (max-width: 1536px) {
    .sub-organization .organization-wrap {
        transform: scale(0.8);
        transform-origin: center top;
    }
}
@media all and (max-width: 1024px) {
    .sub-organization .organization-wrap {transform: none;}
}
@media all and (max-width: 767px) {
    .sub-organization .organization-wrap {margin-top: -30px;}
    .sub-organization .box {
        height: 40px;
        font-size: 16px;
    }
    .sub-organization .ceo {
        width: 120px;
        padding: 5px;
    }
    .sub-organization .ceo::after {height: 60px;}
    .sub-organization .ceo .inner {font-size: 20px;}
    .sub-organization .add {width: calc((100% - 50px) / 2);}
    .sub-organization .add::before {width: calc((100% - 90px) / 2);}
    .sub-organization .division {
        gap: 10px;
        margin-top: 50px;
    }
    .sub-organization .division::before {
        width: calc(50% + 3px);
        top: -30px;
    }
    .sub-organization .division > div::before {height: 30px;}
    .sub-organization .team > div {margin-top: 30px;}
    .sub-organization .team > div::before {height: 30px;}
    .sub-organization .team > div:first-child {margin-top: 120px;}
    .sub-organization .team > div:first-child::before {height: 120px;}
    .sub-organization .team > div:first-child .box {
        width: 100%;
        max-width: 120px;
    }
    .sub-organization .team > div:last-child > div {
        gap: 10px;
        margin-top: 30px;
    }
    .sub-organization .team > div:last-child > div::before {
        width: calc(50% + 3px);
        top: -30px;
    }
    .sub-organization .team > div:last-child > div ul::before {height: 30px;}
    .sub-organization .team {gap: 10px;}
    .sub-organization .team .box {
        font-size: 14px;
        height: 50px;
        line-height: 1.3;
    }
    .sub-organization .team > div:last-child > div .team-3 {margin-top: 60px;}
    .sub-organization .team > div:last-child > div .team-3::before {height: 90px;}
}

/*오시는 길*/
.sub-location .title {
    width: 100%;
    display: block;
    margin-bottom: 100px;
}
.sub-location .content {width: 100%;}
.sub-location .content > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 150px;
}
.sub-location .content > div:last-child {margin-bottom: 0;}
.sub-location .content > div > div {width: 50%;}
.sub-location .content .img {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    aspect-ratio: 800 / 600;
}
.sub-location .content .txt h4 {
    font-size: 36px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}
.sub-location .content .txt h4 span {color: #e30613}
.sub-location .content .txt .info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 50px;
}
.sub-location .content .txt .info li {
    display: flex;
    align-items: start;
}
.sub-location .content .txt .info li:first-child {width: 100%;}
.sub-location .content .txt .info li span {
    width: 20px;
    margin-top: -2px;
}
.sub-location .content .txt .info li p {
    width: calc(100% - 20px);
    padding-left: 7px;
}
.sub-location .content .txt .guide {margin-top: 70px;}
.sub-location .content .txt .guide > div {margin-bottom: 30px;}
.sub-location .content .txt .guide > div:last-child {margin-bottom: 0;}
.sub-location .content .txt .guide > div h5 {margin-bottom: 12px;}
.sub-location .content .txt .guide > div p {
    display: flex;
    align-items: start;
    gap: 8px;
    font-size: 18px;
    letter-spacing: -0.3px;
}
.sub-location .content .txt .guide > div p b {
    font-size: 13px;
    color: #fff;
    background: #4e67a5;
    padding: 3px 10px 1px;
    border-radius: 30px;
    font-weight: bold;
}
.sub-location .content .txt .guide > div p span {}

.sub-location .content > div:first-child .txt {padding-left: 100px;}
.sub-location .content > div:last-child .img {order: 2;}
.sub-location .content > div:last-child .txt {
    padding-right: 100px;
    order: 1;
}
@media all and (max-width: 1440px) {
    .sub-location .content .txt .guide {margin-top: 30px;}
}
@media all and (max-width: 1200px) {
    .sub-location .content > div > div {width: 100%;}
    .sub-location .content .img {
        aspect-ratio: auto;
        height: 500px;
        order: 1 !important;
    }
    .sub-location .content .img .root_daum_roughmap {width: 100% !important;}
    .sub-location .content .txt {
        padding: 80px 0 0 !important;
        order: 2 !important;
    }
}
@media all and (max-width: 767px) {
    .sub-location .title {margin-bottom: 30px;}
    .sub-location .content > div {margin-bottom: 50px;}
    .sub-location .content .img {height: 300px;}
    .sub-location .content .root_daum_roughmap .wrap_map {height: 300px !important;}
    .sub-location .content .txt {padding-top: 25px !important;}
    .sub-location .content .txt h4 {
        font-size: 24px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .sub-location .content .txt .info {gap: 10px 20px;}
    .sub-location .content .txt .info li span {width: 15px;}
    .sub-location .content .txt .info li span img {max-height: 15px;}
    .sub-location .content .txt .info li p {
        width: calc(100% - 15px);
        padding-left: 6px;
    }
    .sub-location .content .txt .guide > div {margin-bottom: 20px;}
    .sub-location .content .txt .guide > div h5 {margin-bottom: 8px;}
    .sub-location .content .txt .guide > div p {font-size: 15px;}
}

/*프로젝트*/
.sub-board {margin-bottom: 100px;}
.sub-board .content strong {
    display: block;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 40px;
}
.sub-board .content strong span {color: #e30613;}
.sub-basic .title {
    width: 100%;
    justify-content: normal;
    gap: 20px;
    margin-bottom: 0;
}
.sub-basic .title .desc {margin-bottom: 5px;}
.sub-feedback .title .desc {
    width: 100%;
    margin-top: 40px;
}
@media all and (max-width: 767px) {
    .sub-board {margin-bottom: 50px;}
    .sub-board .content strong {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .sub-basic .title .desc {
        width: 100%;
        margin: 10px 0 0;
    }
}

/*안전보건 방침*/
.sub-policy section {
    border-bottom: 1px solid #ddd;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.sub-policy section:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.sub-policy section .title {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
    align-items: center;
}
.sub-policy h4 {font-size: 36px}
.sub-policy h4::after {
    content: ".";
    color: #e30613;
}
.sub-policy .policy .bottom {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.sub-policy .policy .bottom .sign {
    display: flex;
    align-items: center;
    gap: 25px;
}
.sub-policy .policy .bottom .sign b {
    font-size: 16px;
    line-height: 1.8;
}
.sub-policy .goal .title {margin-bottom: -40px;}
.sub-policy .goal .detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-policy .goal .detail img {
    max-width: 520px;
    width: 100%;
}
.sub-policy .img .policy-slider {
    width: 100%;
    overflow: hidden;
    height: 800px;
}
.sub-policy .img .swiper-wrapper {display: flex;}
.sub-policy .img .swiper-slide {height: auto;}
.sub-policy .img .swiper-slide .img {
    width: 100%;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sub-policy .img .swiper-slide p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

@media all and (max-width: 1440px) {
    .sub-policy .goal .title {margin-bottom: 40px;}
    .sub-policy .goal .detail {display: block;}
    .sub-policy .goal .detail img {margin-top: 30px;}
}
@media all and (max-width: 1024px) {
    .sub-policy .goal .detail img {
        display: block;
        margin-left: auto;
    }
}
@media all and (max-width: 991px) {
    .sub-policy .img .policy-slider {height: 650px;}
    .sub-policy .img .swiper-slide .img {height: 270px;}
}
@media all and (max-width: 767px) {
    .sub-policy section {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .sub-policy section .title {margin-bottom: 20px;}
    .sub-policy section .title .slider-controls {justify-content: end;}
    .sub-policy .goal .title {margin-bottom: 20px;}
    .sub-policy h4 {font-size: 24px;}
    .sub-policy .policy .bottom {margin-top: 40px;}
    .sub-policy .policy .bottom .sign {
        gap: 10px;
        width: 100%;
        margin-bottom: 30px;
    }
    .sub-policy .policy .bottom .sign b {
        font-size: 14px;
        line-height: 1.3;
    }
    .sub-policy .policy .bottom .sign img {width: 100px;}
    .sub-policy .policy .bottom .more-btn {margin-left: auto;}
    .sub-policy .img .policy-slider {height: auto;}
    .sub-policy .img .swiper-slide p {
        font-size: 15px;
        margin-top: 15px;
    }
}