/* sub1_1 쉼터소개 */
.sub1_1 .sub_title {
    margin-bottom: 30px;
}
.sub1_1 .sub_section1 {
    padding-bottom: 80px;
}
.sub1_1 .common_borderBox {
    width: 100%;
    text-align: center;
    font-size: 19px;
    line-height: 36px; /* 189.474% */
    letter-spacing: -0.38px;
    padding: 34px 0;
}
.sub1_1 .sub_section2 {
    padding: 80px 0 120px 0;
}
.sub1_1 .sub_section2 img {
    display: block;
    margin: 0 auto;
}
.sub1_1 .sub_section2 .organization_bg {
    width: 926px;
    height: 496px;
    font-size: 19px;
    background-image: url(../img/sub/organization_line.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}
.sub1_1 .sub_section2 .organization_bg p {
    color: var(--color-6);
    width: fit-content;
    text-align: center;
    font-weight: 700;
    background-color: #fff;
    border-radius: 20px;
    padding: 22px 0;
}
.sub1_1 .sub_section2 .organization_bg .one_box {
    width: 250px;
    margin-bottom: 50px;
}
.sub1_1 .sub_section2 .organization_bg .one_box01 {
    color: #fff;
    background-color: #19519E;
}
.sub1_1 .sub_section2 .organization_bg .one_box02 {
    color: #19519E;
    border: 3px solid #19519E;
}
.sub1_1 .sub_section2 .organization_bg .two_box p {
    width: 300px;
}
.sub1_1 .sub_section2 .organization_bg .two_box01 {
    width: 100%;
}
.sub1_1 .sub_section2 .organization_bg .two_box01 p {
    border: 3px solid #4A8FCC;
}
.sub1_1 .sub_section2 .organization_bg .two_box02 {
    width: 87%;
}
.sub1_1 .sub_section2 .organization_bg .two_box02 p {
    background-color: #4A8FCC;
    padding: 0;
}
.sub1_1 .sub_section2 .organization_bg .two_box02 p strong {
    color: #fff;
    display: block;
    padding: 20px 0;
}
.sub1_1 .sub_section2 .organization_bg .two_box02 span {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    border: 3px solid #DDD;
    border-top: 0;
    text-align: left;
    padding: 20px 0;
}
.sub1_1 .sub_section3 {
    padding: 90px 0;
}
.sub1_1 .sub_section4 {
    padding-bottom: 250px;
}
.sub1_1 .sub_section4 ul {
    font-size: 19px;
    letter-spacing: -0.38px;
    line-height: 36px;
    margin: 42px 0 15px 0;
}
.sub1_1 .sub_section4 ul li strong {
    display: inline-block;
    margin-right: 5px;
}
.sub1_1 .sub_section4 ul li span {
    display: inline-block;
}
.sub1_1 .sub_section4 .red_box {
    color: #C6563D;
    padding: 32px 53px;
    margin: 0 0 250px 0;
    border-radius: 10px;
    background: #FFF6F4;
}

/* sub1_2 연혁 */
.sub1_2 nav {
    width: max-content;
    height: 45px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 170px);
    justify-items: center;
    gap: 50px;
    position: relative;
}
.sub1_2 nav .item {
    color: var(--color-3);
    font-size: 18px;
    background-color: var(--bgc-1);
    height: 100%;
    width: 100%;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
.sub1_2 nav .item.active {
    color: #FFF;
    font-weight: 700;
    background-color: var(--secondary-color-60);
}
.sub1_2 nav .bg_line {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}
.sub1_2 .title_box {
    margin: 70px auto 100px;
}
.sub1_2 .title_box * {
    text-align: center;
}
.sub1_2 .title_box h2 {
    color: var(--color-3);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.52px;
    margin-bottom: 15px;
}
.sub1_2 .title_box p {
    color: var(--color-6);
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.3px;
}

/* 연혁 내용 */
.sub1_2 .history_layout {
    position: relative;
    padding: 20px;
    margin-top: 100px;
}
.sub1_2 .history_box {
    display: none;
}
.sub1_2 .history_box.action {
    display: block;
}
.sub1_2 .history_layout .bg_line {
    position: relative;
}
.sub1_2 .history_layout .bg_line.action {
    position: relative;
}
.sub1_2 .history {
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 118px 1fr;
}
.sub1_2 .history .first_box {
    display: flex;
    flex-direction: column;
    align-items: end;
    transform: translateX(60px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.sub1_2 .history .first_box.action {
    transform: translateX(0); /* 원래 위치로 이동 */
    opacity: 1;
}
.sub1_2 .history .senter_line {
    padding-top: 16px;
    display: flex;
    justify-content: center;
}
.sub1_2 .history .senter_line > div {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub1_2 .history .senter_line > div > div {
    background-color: var(--color-9);
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.sub1_2 .history .senter_line > div.action {
    background-color: var(--secondary-color);
}
.sub1_2 .history .senter_line > div.action > div {
    background-color: var(--secondary-color-60);
}
.sub1_2 .history .second_box {
    display: flex;
    flex-direction: column;
    align-items: start;
    transform: translateX(-60px);
    opacity: 0;
    transition: transform 1s ease, opacity 1s ease;
}
.sub1_2 .history .second_box.action {
    transform: translateX(0);
    opacity: 1;
}
.sub1_2 .history h3 {
    color: var(--color-9);
    font-size: 60px;
    font-weight: 800;
    line-height: 50px;
    margin-bottom: 30px;
}
.sub1_2 .history h3.action {
    color: var(--color-3);
}
.sub1_2 .history .text_box {
    color: var(--color-6);
    font-size: 18px;
    min-height: 50px;
    line-height: 50px;
    display: flex;
}
.sub1_2 .history .text_box .date {
    min-width: fit-content;
    margin-right: 28px;
    font-weight: 700;
}
.sub1_2 .history img {
    height: 280px;
    width: auto;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
}
.line-container {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 2px;
    z-index: -1;
}
.dashed-line {
    width: 100%;
    height: calc(100% - 175px);
    border-left: 2px dashed #D9D9D9;
    position: absolute;
    top: 24px;
}
.blue-line {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 0;
    border-left: 2px solid var(--secondary-color-60);
    transition: height 0.5s ease;
}
.sub1_2 .m_history_layout {
    display: none;
}

/* /sub1_2 */

/* sub1_3 이용방법 */
.sub1_3 .sub_section1 {
   gap: 60px;
   padding-bottom: 90px;
}
.sub1_3 .sub_section1 h2 {
    color: #F8971D;
    font-size: 60px;
    font-family: 'Ownglyph_meetme-Rg';
    letter-spacing: -1.2px;
}
.sub1_3 .sub_section1 p {
    font-size: 30px;
}
.sub1_3 .sub_section2 {
    background: #B0D6F3;
    padding: 65px 0 92px 0;
}
.sub1_3 .sub_section2 .container_1200 img {
    width: 100%;
}
.sub1_3 .sub_section2 .container_1200 > div p {
    height: 100px;
    font-size: 18px;
    text-align: center;
    background-color: #fff;
    padding-top: 26px;
    border-radius: 0 0 10px 10px;
}
.sub1_3 .sub_section3 {
    padding: 66px 0 79px 0;
}
.sub1_3 .sub_section3 p {
    font-size: 18px;
    text-align: center;
}
.sub1_3 .sub_section4 {
    padding: 70px 0 100px 0;
}
.sub1_3 .sub_section4 .common_borderBox {
    text-align: center;
    padding: 50px;
    min-width: -webkit-fill-available;
}
.sub1_3 .sub_section4 .common_borderBox h4 {
    color: #FFF;
    font-weight: 700;
    letter-spacing: -0.32px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background-color: #4A8FCC;
    border-radius: 50%;
}
.sub1_3 .sub_section4 .common_borderBox h3 {
    color: var(--secondary-color-60);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.38px;
    margin: 20px 0 25px 0;
}
.sub1_3 .sub_section4 .common_borderBox p strong {
    color: #333;
}
.sub1_3 .sub_section4 .common_borderBox p svg {
    width: 24px;
    height: 24px;
    background-color: #666;
    border-radius: 50%;
    margin: 0 5px 5px 0;
    padding: 5px;
}
/* section2 & section4 공통 grid */
.sub1_3 .sub_section2 .container_1200 > div, .sub1_3 .sub_section4 .container_1200 > div {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
/* section2 & section4 공통 grid end */
.sub1_3 .sub_section5 {
    position: relative;
    padding: 77px 0 ;
}
.sub1_3 .sub_section5 .sub_title {
    text-align: left;
}
.sub1_3 .sub_section5 ul {
    font-size: 19px;
    line-height: 36px; /* 189.474% */
    letter-spacing: -0.38px;
    margin-bottom: 50px;
}
.sub1_3 .sub_section5 ul li {
    gap: 8px;
    line-height: 24px;
    margin-bottom: 8px;
}
.sub1_3 .sub_section5 .common_borderBox {
    font-size: 18px;
    width: 65%;
    padding: 30px 50px;
}
.sub1_3 .sub_section5 .common_borderBox strong {
    color: #333;
    font-size: 24px;
}
.sub1_3 .sub_section5 img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
}

/* sub1_4 찾아오시는길 */
.root_daum_roughmap .wrap_controllers {
    display: none;
}
.sub1_4 .sub_section1 {
    border: 1px solid #d9d9d9;
    margin-bottom: 100px;
}
.sub1_4 .sub_section1 .location_wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 32px 43px;
}
.sub1_4 .sub_section1 .location_wrap h4 {
    color: #000;
    font-size: 16px;
    font-weight: 800;
}
.sub1_4 .sub_section1 .location_wrap p {
    font-size: 18px;
    line-height: 24px; /* 133.333% */
    margin: 10px 0 18px 0;
}
.sub1_4 .sub_section1 .location_wrap > div .flex {
    gap: 10px;
}
.sub1_4 .sub_section1 .location_wrap a {
    display: block;
}
.sub1_4 .m_common_table {
    border: 1px solid #d9d9d9;
}
.sub1_4 .m_common_table li {
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0 28px 0;
}
.sub1_4 .m_common_table li:last-child {
    border-bottom: 0;
}
.sub1_4 .m_common_table li p {
    line-height: 30px;
}
.sub1_4 .m_common_table li p strong {
    color: #F8971D;
    font-weight: 600;
}
.sub1_4 .m_common_table li p span {
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    padding: 5px 10px;
}
.sub1_4 .sub_section2 {
    padding-bottom: 100px;
}
.sub1_4 .sub_section3 {
    margin-bottom: 250px;
}
.sub1_4 .sub_section3 tbody td span {
    color: #fff;
    width: 36px;
    height: 36px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}
.sub1_4 .sub_section3 tbody td a {
    color: #fff;
    padding: 8px 24px;
}
.sub1_4 .sub_section3 .m_common_table li p strong {
    color: #000;
}
.sub1_4 .sub_section3 .m_common_table li a {
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 8px 15px;
    margin-top: 15px;
}


@media screen and (max-width: 1200px) {
    /* sub1_3 section2 & section4 공통 */
    .sub1_3 .sub_section2 .container_1200 > div, 
    .sub1_3 .sub_section4 .container_1200 > div {
        grid-template-columns: 1fr 1fr;
    }

    /* sub1_2 */
    .sub1_2 .history .text_box {
        min-height: auto;
        font-size: 16px;
        line-height: inherit;
    }
    .sub1_2 .history .first_box, .sub1_2 .history .second_box {
        gap: 15px;
    }

    /* sub1_3 */
    .sub1_3 .sub_section5 img {
        right: -10%;
    }

    /* sub1_4 */
    .sub1_4 .sub_section1 .root_daum_roughmap {
        width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    /* sub1_1 */
    .sub1_1 .sub_section2 img {
        width: 90%;
    }

    /* sub1_2 */
    .sub1_2 .history {
        grid-template-columns: 1fr 70px 1fr;
    }
    .sub1_2 .history img {
        width: 100%;
        height: auto;
    }
    .sub1_2 .history h3 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .sub1_2 .history .first_box {
        align-items: flex-start;
    }
    .sub1_2 .history .first_box h3 {
        width: 100%;
        text-align: right;
    }
    

    /* sub1_3 */
    .sub1_3 .sub_section1 {
        gap: 30px;
    }
    .sub1_3 .sub_section1 img {
        width: 150px;
    }
    .sub1_3 .sub_section1 h2 {
        font-size: 45px;
    }
    .sub1_3 .sub_section1 p {
        font-size: 2.8vw;
    }
    .sub1_3 .sub_section5 img {
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    /* sub1_1 */
    .sub1_1 .sub_section1 {
        padding-bottom: 50px;
    }
    .sub1_1 .common_borderBox {
        font-size: 16px;
        line-height: 36px; /* 225% */
        padding: 20px;
    }
    .sub1_1 .sub_section2, .sub1_1 .sub_section3 {
        padding: 50px 0;
    }
    .sub1_1 .sub_section4 ul {
        font-size: 16px;
    }
    .sub1_1 .sub_section4 .red_box {
        padding: 25px 28px;
        margin-bottom: 100px;
    }

    /* sub1_2 */
    .sub1_2 nav {
        width: 85%;
        grid-template-columns: repeat(3, 30%);
        justify-content: center;
    }

    /* sub1_3 */
    .sub1_3 .sub_section1 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding-bottom: 50px;
    }
    .sub1_3 .sub_section1 img {
        width: 80px;
    }
    .sub1_3 .sub_section1 h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .sub1_3 .sub_section1 p {
        font-size: 19px;
    }
    .sub1_3 .sub_section2 .container_1200 > div p {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        padding-top: 0;
    }
    .sub1_3 .sub_section5 .common_borderBox {
        width: 100%;
        font-size: 15px;
        padding: 20px 15px;
        margin-bottom: 110px;
    }
    .sub1_3 .sub_section5 img {
        top: 30%;
    }

    /* sub1_4 */
    .sub1_4 .sub_section1 .location_wrap {
        padding: 25px;
    }
    .sub1_4 .sub_section1 .location_wrap a img, .sub1_4 .sub_section1 .location_wrap a svg {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 480px) {
    /* sub1_1 */
    .sub1_1 .sub_section1 .common_borderBox {
        font-size: 15px;
        text-align: left;
        padding: 17px;
    }
    .sub1_1 .sub_section4 ul {
        line-height: 24px;
        margin-top: 25px;
    }
    .sub1_1 .sub_section4 .color-6 li {
        margin-bottom: 25px;
    }
    .sub1_1 .sub_section4 .red_box {
        line-height: 24px;
        padding: 20px;
    }
    .sub1_1 .sub_section4 .red_box li:first-child {
        margin-bottom: 10px;
    }
 
    /* sub1_2 */
    .sub1_2 .history {
        display: block;
        padding: 0 30px;
        margin-bottom: 50px;
    }
    .sub1_2 .history_box {
        display: block;
    }
    .sub1_2 .history .second_box {
        display: block;
        transform: none;
        opacity: 1;
        transition: none;
    }
    .sub1_2 .history h3 {
        color: var(--color-3);
        font-size: 36px;
    }
    .sub1_2 .history .text_box {
        margin-bottom: 20px;
    }
    .sub1_2 .history .text_box .date {
        width: 45px;
        margin: 0 5px 0 0;
        min-width: auto;
    }
    .sub1_2 .history .text_box .text {
        width: calc(100% - 50px);
    }
    .sub1_2 .m_history_layout {
        display: block;
    }

    /* sub1_3 */
    .sub1_3 .sub_section2 .container_1200 > div {
        gap: 10px;
    }
    .sub1_3 .sub_section2 .container_1200 > div p {
        height: 70px;
        font-size: 14px;
        line-height: 20px;
    }
    .sub1_3 .sub_section3 p {
        font-size: 16px;
        text-align: left;
        display: flex;
    }
    .sub1_3 .sub_section3 p strong {
        margin-right: 5px;
    }
    .sub1_3 .sub_section4 .container_1200 > div {
        grid-template-columns: 1fr;
    }
    .sub1_3 .sub_section5 ul {
        font-size: 16px;
        margin-bottom: 33px;
    }
    .sub1_3 .sub_section5 img {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        height: max-content;
    }

    /* sub1_4 */
    .sub1_4 .sub_section1 {
        padding: 0 !important;
        margin-bottom: 50px !important;
    }
    .sub1_4 .sub_section1 .location_wrap {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 25px 13px;
    }
    .sub1_4 .sub_section1 .location_wrap h4 {
        font-size: 19px;
    }
    .sub1_4 .sub_section1 .location_wrap p {
        font-size: 14px;
        margin: 15px 0 0 0;
    }
    .sub1_4 .sub_section1 .location_wrap p strong {
        font-size: 24px;
    }
    .sub1_4 .sub_section1 .location_wrap > div .flex {
        margin-top: 20px;
        gap: 5px;
    }
    .sub1_4 .sub_section1 .location_wrap a img, .sub1_4 .sub_section1 .location_wrap a svg {
        width: 35px;
        height: 35px;
    }
}