    @charset "utf-8";

    /*ì¸ì‚¬ë§*/
.subpage_container.index {
    display: flex;
    gap:75px;
    max-width: 1760px;
    margin: 0 auto;
}

.subpage_container.index > div {
    flex: 1;
    /* flex: 0 0 50%; */
    /* width: 50%; */
    /* min-width: 0; */
}

.subpage_container.index div:first-child img.photo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 770px;
    margin: 0 auto;
    border-radius: 30px;
    aspect-ratio: 770/766;
    object-fit: cover;
}

.subpage_container.index div:first-child p {
    line-height: 1.5;
    margin-bottom: 40px;
}

.subpage_container.index .name {
    position: relative;
    font-weight: 700;
    color: #009FE1;
    display: inline-block;
    width: 214px;
    text-align: right;
    line-height: 1;
    padding-top: 21px;
}

.subpage_container.index .name img {
    position: absolute;
    left: 12px;
    top: -20px;
}

.subpage_container.index .name::before {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 2px;
    font-size: 0;
    background: #009FE1;
    top: 45px;
    z-index: -1;
}

.subpage_container.index div.text strong {
    font-size: 44px;
    line-height: 60px;
}

.subpage_container.index div.text strong span {
    color: #003C7D;
    display: block;
    margin-bottom: 32px;
    letter-spacing: -1.5px;
}

.subpage_container.index div.text p {
    line-height: 35px;
    margin-bottom: 30px;
}

.subpage_container.index div.text p.position {
    display: inline-block;
    margin: 0;
    margin-right: 20px;
}


.subpage_container.index div.text p span {
    font-size: 16px;
    color: #888;
    display: block;
    line-height: 1;
    margin-top: 10px;
}

.subpage_container.index .sign-mobile {
    display: none;
}

.subpage_container.index .pc-only {
    display: block;
}

.subpage_container.index .mobile-only {
    display: none;
}

/*ì‚¬ì—…ë‹¨ì†Œê°œ*/
.subpage_container.about .box {
    border-radius: 30px;
    color: white;
    position: relative;
    height: 520px;
    background-position: bottom center;
}

.subpage_container.about .box strong {
    display: inline-block;
    padding-top: 80px;
    font-size: 52px;
}

.subpage_container.about .box1 p,
.subpage_container.about .box2 p {
    position: absolute;
    bottom: 80px;
    line-height: 1.5;
    font-size: 32px;
}

.subpage_container.about .box p b {
    display: block;
    font-weight: 700;
}

.subpage_container.about .box1 {
    background: url(./img/sub1_2_bg1.png) no-repeat left center / cover;
    margin-bottom: 80px;
    padding: 80px;
}

.subpage_container.about .box2 {
    background: url(./img/sub1_2_bg2.png) no-repeat center bottom / cover;
    margin-bottom: 160px;
    padding: 80px;
}

.subpage_container.about .box1 strong {
    background: url(./img/sub1_2_icon1.png) no-repeat top center / 80px;
}

.subpage_container.about .box2 strong {
    background: url(./img/sub1_2_icon2.png) no-repeat top center / 80px;
}

.subpage_container.about .box3 {
    padding: 0;
    height: unset;
    color: unset;
}

.subpage_container.about .box3 .keyword {
    display: flex;
    justify-content: space-between;
    margin-top: -160px;
}

.subpage_container.about .box3 .keyword .key {
    width: calc(100% / 3);
    position: relative;
}

.subpage_container.about .box3 strong {
    background: url(./img/sub1_2_icon3.png) no-repeat top center / 80px;
    margin: 0px auto 0;
    display: block;
    text-align: center;
}

.subpage_container.about .box3 .big_text {
    font-size: 500px;
    font-weight: 900;
    color: #dddddd50;
    line-height: 1;
}

.subpage_container.about .box3 .point {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
}

.subpage_container.about .box3 .point1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    top: 220px;
    left: 140px;
}

.subpage_container.about .box3 .point2 {
    color: white;
    clip-path: circle(32px at 46px 36px);
    z-index: 4;
    height: 80px;
    padding-top: 31px;
    padding-left: 46px;
    top: 188px;
    left: 92px;
}

.subpage_container.about .box3 .key_n {
    margin-top: 200px;
}

.subpage_container.about .box3 .key_d .point2 {
    background: #136AB2;
}

.subpage_container.about .box3 .key_n .point2 {
    background: #E94E4C;
}

.subpage_container.about .box3 .key_a .point2 {
    background: #F4BB1B;
}

.subpage_container.about .box3 .sub_text {
    border-left: 2px dotted #ddd;
    position: relative;
    padding-top: 364px;
    margin-left: 68px;
    margin-top: -64px;
}

.subpage_container.about .box3 .key_n .sub_text {
    padding-top: 165px;
}

.subpage_container.about .box3 .sub_text::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: black solid 5px;
    position: absolute;
    left: -11px;
    top: -20px;
    background: white;
    border-radius: 50%;
}

.subpage_container.about .box3 .key_d .sub_text::before {
    border-color: #136AB2;
}

.subpage_container.about .box3 .key_n .sub_text::before {
    border-color: #E94E4C;
}

.subpage_container.about .box3 .key_a .sub_text::before {
    border-color: #F4BB1B;
}

.subpage_container.about .box3 li {
    line-height: 1.1;
    margin-left: -3px;
    background: white;
    padding: 24px 20px 0;
}

.subpage_container.about .box3 li::before {
    content: '';
    display: block;
    width: 4px;
    height: 25px;
    font-size: 0;
    position: absolute;
    left: -3px;
}

.subpage_container.about .box3 .key_d li::before {
    background: #136AB2;
}

.subpage_container.about .box3 .key_n li::before {
    background: #E94E4C;
}

.subpage_container.about .box3 .key_a li::before {
    background: #F4BB1B;
}

.subpage_container.about .box3 .text {
    top: 284px;
    left: 140px;
    position: absolute;
    font-size: 24px;
    margin-right: 20px;
    line-height: 1.5;
}

/* ì¡°ì§ë„ */
.subpage_container.orgchart .orgchart-table-wrap {
    margin: 120px 0;
}

.subpage_container.orgchart .orgchart-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.subpage_container.orgchart .orgchart-table th,
.subpage_container.orgchart .orgchart-table td {
    padding: 18px 12px;
    text-align: left;
    font-size: 24px;
    text-align: center;
}

.subpage_container.orgchart .orgchart-table th {
    background: #e5e5e5;
    font-weight: 700;
    font-size: 24px;
}

.subpage_container.orgchart .orgchart-table tr:not(:last-child) td {
    border-bottom: 1px solid #e0e0e0;
}

.subpage_container.orgchart .orgchart-table thead th:first-child {
    border-top-left-radius: 16px;
}

.subpage_container.orgchart .orgchart-table thead th:last-child {
    border-top-right-radius: 16px;
}

.subpage_container.orgchart .orgchart-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 16px;
}

.subpage_container.orgchart .orgchart-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 16px;
}

.subpage_container.orgchart .orgchart-mobile-list {
    display: none;
}

.subpage_container.orgchart .orgchart-mobile-card {
    margin-bottom: 0;
    padding: 20px 16px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}

.subpage_container.orgchart .orgchart-mobile-list .orgchart-mobile-card:first-child {
    border-top: 2px solid #ddd;
}

.subpage_container.orgchart .orgchart-mobile-list .orgchart-mobile-card:last-child {
    border-bottom: 2px solid #ddd;
}

.subpage_container.orgchart .orgchart-mobile-card>div {
    margin-bottom: 8px;
    display: flex;
    gap: 0 15px;
    align-items: flex-start;
}

.subpage_container.orgchart .orgchart-mobile-card b {
    display: inline-block;
    min-width: 60px;
    flex-shrink: 0;
}

.subpage_container.orgchart .orgchart-table.pc-only {
    display: table;
}

.subpage_container.orgchart .orgchart-table.mobile-only {
    display: none;
}

.subpage_container.orgchart .pc-only {
    display: block;
}

.subpage_container.orgchart .mobile-only {
    display: none;
}

/* ì˜¤ì‹œëŠ” ê¸¸ PC */
.subpage_container.location .location-map {
    background: #e5eefa;
    position: relative;
    z-index: 1;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.subpage_container.location .location-info-box {
    background: #003C7D;
    color: #fff;
    border-radius: 8px;
    padding: 100px 4vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 40px 0;
    box-shadow: none;
    max-width: calc(100% - 400px);
    /* bottom: 1100px; */
    z-index: 2;
    max-height: 450px;
    margin-top: -15vh;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.subpage_container.location .location-info-left {
    flex: 1 1 0;
    min-width: 0;
}

.subpage_container.location .location-info-title {
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.subpage_container.location .location-info-title .title-main {
    color: #fff;
    font-weight: 800;
    font-size: 52px;
}

.subpage_container.location .location-info-title .title-point {
    color: #009FE1;
    font-weight: 800;
    font-size: 52px;
}

.subpage_container.location .location-info-detail {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.7;
}

.subpage_container.location .location-info-detail div {
    /* text-indent: -1em; */
    /* padding-left: 34px; */
    line-height: 1.6;
    font-size: 24px;
}

.subpage_container.location .location-info-detail .label {
    display: inline-block;
    min-width: auto;
}

.subpage_container.location .location-info-btns {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 260px;
    justify-content: center;
}

.subpage_container.location .location-info-btns .btn {
    background: rgba(0, 159, 225, 0.3);
    color: #fff;
    border-radius: 10px;
    font-size: 24px;
    font-weight: 700;
    padding: 26px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: none;
    height: auto;
}

.subpage_container.location .location-info-btns .btn:hover {
    background: #22b8eb;
    color: #085a96;
    width: 100%;
}

.subpage_container.location .location-info-btns span {
    margin-right: 8vw;
    font-weight: 400;
}

.subpage_container.location .location-section {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 380px;
}

.location-section-row {
    display: flex;
    gap: 40px;
}

.subpage_container.location .location-transport,
.subpage_container.location .location-rail {
    flex: 1 1 0;
    min-width: 0;
}

.subpage_container.location .location-car {
    width: 100%;
    margin-top: 120px;
}

.subpage_container.location .section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a3351;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.subpage_container.location .section-title {
    position: relative;
    padding-left: 16px;
    border-left: none;
}

.subpage_container.location .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 28px;
    background: #1a3351;
}

.subpage_container.location .bus-title,
.subpage_container.location .rail-title {
    font-weight: 700;
    color: #222;
    margin-bottom: 16px;
    font-size: 24px;
}

.subpage_container.location .bus-title.margin-top40 {
    margin-top: 40px;
}

.subpage_container.location .bus-code {
    color: #1a3351;
    font-weight: 700;
    margin-left: 4px;
}

.subpage_container.location .bus-list {
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
}

.subpage_container.location .bus-num {
    display: inline-block;
    color: #888888;
    border-radius: 8px;
    font-size: 24px;
    margin-right: 0;
    margin-bottom: 2px;
}

.subpage_container.location .rail-list {
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
}

.subpage_container.location .rail-type {
    display: inline-block;
    color: #888888;
    font-size: 24px;
}

.subpage_container.location .car-route {
    margin-bottom: 25px;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.subpage_container.location .route-label {
    display: inline-block;
    min-width: 60px;
    color: #fff;
    background: #003C7D;
    padding: 2px 10px;
    margin-right: 0;
    font-size: 18px;
    flex-shrink: 0;
}

@media screen and (max-width: 1520px) {
    .subpage_container.index .name {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1413px) {
    .subpage_container.about .box3 .text {
        top: 290px;
    }

    .subpage_container.index .name {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1300px) {
    /* .subpage_container.index {
        padding: inherit;
    }
     */
.subpage_container.location .location-info-box {
    max-width: calc(100% - 40px);
}

}

/* ëª¨ë°”ì¼ ë°˜ì‘í˜• */
@media screen and (max-width: 1024px) {

    /* ì¸ì‚¬ë§ */
    .subpage_container.index {
        flex-direction: column;
        gap: 0;
        padding: 0 16px;
        background: #fff;
        position: relative;
    }
    .subpage_container.index > div{
        width: 100%;
    }

    .subpage_container.index>div:first-child {
        display: flex;
        flex-direction: column;
    }

    .subpage_container.index>div:first-child img.photo {
        width: 100%;
        margin-bottom: 32px;
        display: block;
    }

    .subpage_container.index div.text {
        padding: 0;
    }

    .subpage_container.index div.text strong {
        font-size: 28px;
        font-weight: 700;
        line-height: 36px;
        margin-bottom: 16px;
        display: block;
        text-align: left;
    }

    .subpage_container.index div.text strong span {
        color: #003C7D;
        display: block;
        margin-bottom: 16px;
        font-weight: 700;
        text-align: left;
    }

    .subpage_container.index div.text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
        color: #222;
        text-align: left;
    }

    .subpage_container.index div.text p.position {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 16px;
        color: #222;
        text-align: left;
        display: block;
    }

    .subpage_container.index div.text p span {
        font-size: 14px;
        color: #888;
        display: block;
    }

    .subpage_container.index .position {
        font-size: 1rem;
        color: #888;
        margin-top: 32px;
        margin-bottom: 0;
        text-align: left;
        line-height: 1.5;
    }

    .subpage_container.index .name {
        color: #009FE1;
        font-weight: 700;
        font-size: 1.1rem;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 0;
        padding-top: 0;
        width: 115px;
        position: relative;
        display: block;
        z-index: 0;
    }

    .subpage_container.index .name::before {
        top: 34px;
        height: 1px;
    }

    .subpage_container.index .name img {
        display: inline;
        vertical-align: middle;
        margin-right: 4px;
        max-width: 80px;
        height: auto;
        position: static;
    }

    .subpage_container.index .sign {
        color: #009FE1;
        font-weight: 700;
        font-size: 1.1rem;
        margin-top: 16px;
        display: block;
        text-align: left;
    }

    .subpage_container.index .sign-mobile {
        display: block;
        color: #009FE1;
        font-weight: 700;
        font-size: 1.1rem;
        margin-top: 16px;
        text-align: left;
    }

    .subpage_container.index .pc-only {
        display: none !important;
    }

    .subpage_container.index .mobile-only {
        display: block !important;
    }

    /* ì‚¬ì—…ë‹¨ì†Œê°œ */
    .subpage_container.about .box {
        background-position: center;
        background-size: cover;
        margin-bottom: 70px;
    }

    .subpage_container.about .box1 {
        margin-bottom: 30px;
    }

    .subpage_container.about .box1 strong {
        background: url(./img/sub1_2_icon1.png) no-repeat top 15% center / 30px;
    }

    .subpage_container.about .box2 strong {
        background: url(./img/sub1_2_icon2.png) no-repeat top 15% center / 28px;
    }

    .subpage_container.about .box1 {
        background-image: url(../img_all/introduction-s1/introduction-s1-bg-01-m_.jpg);
    }

    .subpage_container.about .box2 {
        background-image: url(../img_all/introduction-s1/introduction-s1-bg-02-m_.jpg);
    }

    .subpage_container.about .box1,
    .subpage_container.about .box2 {
        padding: 40px;
        text-align: center;
    }

    .subpage_container.about .box3 .keyword {
        margin-top: 0;
        flex-direction: column;
    }

    .subpage_container.about .box3 .keyword .key {
        width: 100%;
    }

    .subpage_container.about .box3 .sub_text {
        padding: 0;
        margin-top: -229px;
        margin-left: 73px;
        border-left: 0;
        ;
    }

    .subpage_container.about .box3 .point1 {
        top: 101px;
        left: 67px;
        font-size: 16px;
    }

    .subpage_container.about .box3 .text {
        top: 140px;
        font-size: 16px;
        left: 60px;
    }

    .subpage_container.about .box3 li {
        padding-top: 12px;
        /* padding-left: 10px; */
        background: none;
        font-size: 16px;
        margin-left: -10px;
    }

    .subpage_container.about .box3 li:first-child {
        padding-top: 70px;
    }

    .subpage_container.about .box3 .sub_text::before {
        display: none;
    }

    .subpage_container.about .box3 .point2 {
        top: 70px;
        left: 20px;
        clip-path: circle(20px at 49px 30px);
        font-size: 16px;
    }

    .subpage_container.about .box3 .key_n {
        margin-top: 50px;
    }

    .subpage_container.about .box3 .key_n .big_text {
        text-align: right;
    }

    .subpage_container.about .box3 .key_n .sub_text {
        padding: 0;
    }

    .subpage_container.about .box3 .key_a {
        margin-top: 70px;
    }

    .subpage_container.about .box strong {
        font-size: 28px;
        padding: 65px;
    }

    .subpage_container.about .box3 strong {
        padding: 42px;
        padding-bottom: 0;
        margin-bottom: -20px;
        background: url(./img/sub1_2_icon3.png) no-repeat top center / 40px;
    }

    .subpage_container.about .box1 p,
    .subpage_container.about .box2 p {
        font-size: 16px;
        width: 100%;
        position: relative;
        bottom: 50px;
    }

    .subpage_container.about .box3 .big_text {
        font-size: 350px;
    }

    .subpage_container.about .box3 li::before {
        height: 17px;
    }

    /* ì¡°ì§ë„ */
    .subpage_container.orgchart .orgchart-table {
        display: none;
    }

    .subpage_container.orgchart .orgchart-mobile-list {
        display: block;
    }

    .subpage_container.orgchart .orgchart-table.pc-only {
        display: none !important;
    }

    .subpage_container.orgchart .orgchart-table.mobile-only {
        display: table !important;
    }

    .subpage_container.orgchart .pc-only {
        display: none !important;
    }

    .subpage_container.orgchart .mobile-only {
        display: block !important;
    }

    /* ì˜¤ì‹œëŠ” ê¸¸ */
    .subpage_container.location .location-map {
        border-radius: 0;
    }

    .subpage_container.location .location-info-box {
        position: relative;
        bottom: 5vw;
        flex-direction: column;
        padding: 40px 16px;
        gap: 24px;
        border-radius: 16px;
        height: auto;
        max-width: 100%;
    }

    .subpage_container.location .location-info-title {
        font-size: 28px;
        margin-bottom: 24px;
    }

    .subpage_container.location .location-info-title .title-main,
    .subpage_container.location .location-info-title .title-point {
        font-size: 28px;
    }

    .subpage_container.location .location-info-detail {
        font-size: 16px;
        line-height: 1.6;
    }

    .subpage_container.location .location-info-detail div {
        text-indent: -1em;
        padding-left: 34px;
        line-height: 1.6;
        font-size: 16px;
    }

    .subpage_container.location .location-info-btns {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-left: 0;
        min-width: 100%;
    }

    .subpage_container.location .location-info-btns .btn {
        font-size: 16px;
        padding: 10px 20px;
    }

    .subpage_container.location .location-info-btns span {
        font-size: 16px;
        margin-right: auto;
    }

    .subpage_container.location .location-section {
        margin-top: 40px;
        gap: 24px;
        padding: 0 16px;
    }

    .subpage_container.location .location-car {
        margin-top: 40px;
    }

    .location-section-row {
        flex-direction: column;
        gap: 40px;
    }

    .subpage_container.location .section-title {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .subpage_container.location .bus-title,
    .subpage_container.location .rail-title {
        font-size: 18px;
    }

    .subpage_container.location .bus-list {
        gap: 0 2px;
    }

    .subpage_container.location .bus-num,
    .subpage_container.location .rail-type {
        font-size: 16px;
    }

    .subpage_container.location .car-route {
        font-size: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .subpage_container.location .route-label {
        font-size: 14px;
        padding: 4px 8px;
    }

    .subpage_container.location .section-title::before {
        top: 0;
    }

}