.title {
    margin-bottom: 42px;
}
.title h2 {
    color: #fff;
    font-size: 28px !important;
    font-weight: 400;
    position: relative;
    padding-left: 14px;
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.title h2:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 23px;
    top: 17px;
    left: 0;
    background: #fff;
}
.title h2 span {
    font-family: 'Noto Serif KR', serif !important;
    color: #fff;
    font-size: 28px;
}
.m_con {
    display: none;
}

body {
    position: relative;
}
.background {
    background: url(../../ondam_img/sub_img/info_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background12 {
    background: url(../../ondam_img/sub_img/intromore_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.background:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
}
.background12:after {
    display: none;
}
.background_jkw {
    background-image: url(../../ondam_img/sub_img/intromore_bg.png);
    background-size: cover;
}
.background_uhl {
    background-image: url(../../ondam_img/sub_img/intromore_uhlbg.jpg);
    background-size: cover;
}

.ondam {
    margin-top: 200px;
    margin-bottom: 135px;
}
.ondam12 {
    padding-top: 175px;
    padding-bottom: 70px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}
.ondam_wrap {
    padding: 40px 50px 80px 50px;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
}
.text ul li {
    margin-bottom: 30px;
}
.text ul li.sign {
    margin-top: 48px;
    font-size: 20px;
    font-family: 'Noto Serif KR', serif !important;
}
.text ul li:last-child {
    margin-bottom: 0;
}
.text ul li h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 9px;
    position: relative;
    padding-left: 20px;
}
.text ul li h3:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #fff;
    top: 14px;
    left: 0;
}
.text ul li,
.text ul li p {
    font-size: 18px;
    font-weight: 100;
}
.text ul li,
.text ul li h3,
.text ul li p {
    color: #fff;
}

.text_left {
    width: 75%;
}
.text_right {
    position: relative;
    width: 25%;
    padding-left: 10%;
}
.text_right:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    bottom: 0;
    left: 0;
    background: #b5b5b5;
}

.history_list {
    padding-left: 0 !important;
}

/*sub12*/
.info_pcimg {
    position: absolute;
    bottom: 0;
    left: 0;
}
.info_pcimg_kjh {
    position: absolute;
    bottom: -150px;
    left: 0;
}
.info_mark {
    position: absolute;
    bottom: 24px;
    right: 46px;
}
.ondam_infor {
    display: flex;
    justify-content: flex-end;
}
.ondamInfo_text {
    display: flex;
    width: 80%;
}
.ondam_infor li,
.ondam_infor p,
.ondam_infor a,
.ondam_infor span {
    color: #fff;
}
.ondam_infor .info_mimg {
    display: none;
}

.info_list_wrap {
    display: flex;
}

.ondamInfo_text .info_title {
    margin-right: 7%;
}
.ondamInfo_text .info_list {
    width: 50%;
}
.ondamInfo_text .info_list_last {
    margin-right: 0 !important;
}

.info_title h3 {
    font-family: 'Noto Serif KR', serif;
    font-size: 60px;
    color: #fff;
    font-weight: 300;
}
.info_title p {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 300;
}
.info_title .info_email {
    display: flex;
    align-items: center;
}
.info_title .info_email span {
    margin-left: 10px;
    margin-bottom: 2px;
    font-weight: 100;
    font-size: 18px;
}
.info_title a {
    font-size: 18px;
    font-weight: 300;
    background: #354c97;
    width: 160px;
    padding: 8px 0;
    text-align: center;
    margin-top: 10px;
}

.info_list li span {
    font-size: 20px;
    font-weight: 300;
    padding: 0px 6px;
    background: #354c97;
}
.info_list > ul {
    margin-bottom: 20px;
}
.info_list > ul > li:first-child {
    margin-bottom: 8px;
}
.info_list ul li {
    font-size: 16px;
    font-weight: 100;
    line-height: 28px;
    letter-spacing: 0.1px;
    align-items: baseline;
}
.info_list ul li:last-child {
    margin-bottom: 0;
}

.dots_list li,
.history_list li {
    position: relative;
}
.dots_list li {
    padding-left: 8px;
}
.history_list li {
    display: flex;
}
.history_list li p {
    margin-top: -2px;
    font-size: 16px;
    font-weight: 300;
    margin-right: 7px;
}
.dots_list li:after {
    position: absolute;
    top: 14px;
    left: 0;
    content: '';
    width: 2px;
    height: 2px;
    background: #fff;
    border-radius: 50%;
}
.dots_list li:first-child,
.history_list li:first-child {
    padding-left: 0;
}
.dots_list li:first-child:after,
.history_list li:first-child:after {
    display: none;
}

.awards ul {
    display: flex;
    margin-bottom: -7px;
}
.awards ul:last-child {
    margin-bottom: 0;
}
.info_list_last > ul:nth-child(2) > div > ul:nth-child(3) > li > p {
    letter-spacing: 0.3px;
}
.awards ul li p {
    margin-bottom: 10px;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 100;
}
.awards ul .year {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
}

.list_more {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 200px;
    padding: 6px 0;
    background: #354c97;
    font-weight: 300;
    cursor: pointer;
}

.list_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px 60px;
    max-width: 1159px;
    width: 100%;
    z-index: 9999;
    display: none;
    max-height: 618px;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
}
.list_box_bt {
    display: flex;
}
.list_wrap {
    display: flex;
    margin-bottom: 50px;
}
.list_wrap .list_wrap_left {
    width: 37%;
    margin-right: 3%;
}
.list_wrap .list_wrap_right {
    width: 63%;
}
.list_box ul li {
    color: #7e7e7e;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding-left: 10px;
    margin-bottom: 8px;
}
.list_box ul li:after {
    position: absolute;
    content: '';
    top: 13px;
    left: 0;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #7e7e7e;
}
.list_box h4 {
    color: #354c97;
    font-size: 24px;
    margin-bottom: 25px;
    font-weight: bold;
}
.list_box_left {
    width: 40%;
    margin-right: 3%;
}
.list_box_right {
    width: 57%;
}
.list_close {
    position: absolute;
    top: 27px;
    right: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}
.list_popup_back {
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}
/* 스크롤바 설정*/
.list_popup::-webkit-scrollbar {
    width: 6px;
}

/* 스크롤바 막대 설정*/
.list_popup::-webkit-scrollbar-thumb {
    height: 17%;
    background-color: #354c97;
    border-radius: 10px;
}

/* 스크롤바 뒷 배경 설정*/
.list_popup::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}

/*sub4*/
.background4 {
    background: url(../../ondam_img/sub_img/sub4_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ondam4 p,
.ondam4 li,
.ondam4 a,
.ondam4 h3 {
    color: #fff;
    text-align: center;
}
.ondam4 .title {
    margin-bottom: 30px;
}
.ondam4 .title p {
    font-size: 14px !important;
    font-weight: 100;
    letter-spacing: 5px;
}
.ondam4 .title h3 {
    font-size: 32px;
    font-weight: 500;
}
.ondam4 .sub4_infott {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.8;
    margin-bottom: 40px;
}
.ondam4 ul {
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}
.ondam4 ul li {
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    cursor: auto;
}
.ondam4 ul li:nth-child(2n) {
    margin-right: 0;
}
.ondam4 ul li {
    font-size: 18px;
    font-weight: 300;
    padding: 12px 0;
    transition: all 0.3s ease-in-out;
}
/*.ondam4 ul li:hover{background: rgba(0, 0, 0, 0.6);}*/
.ondam4 .sub4_link {
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    font-size: 18px;
    padding: 5px 0;
}

@media (max-width: 1470px) {
    .list_popup {
        max-width: 90%;
    }
}

@media (max-width: 1400px) {
    /*sub12*/
    .info_pcimg {
        display: none;
    }
    .info_pcimg_kjh {
        display: none;
    }
    .ondam_infor {
        justify-content: center;
    }
    .ondamInfo_text {
        flex-direction: column;
        width: 70%;
    }
    .ondamInfo_text .info_title {
        display: flex;
        margin-right: 0;
    }
    .ondam_infor .info_mimg {
        width: 46%;
        margin-right: 8%;
        display: block;
    }
    .ondam_infor .info_mimg img {
        width: 100%;
    }
    .info_title .info_text1 {
        width: 46%;
    }

    .info_list_wrap {
        margin-top: 50px;
    }
    .ondamInfo_text .info_list {
        width: 46%;
        margin-right: 8%;
    }
    .background_jkw {
        background: none;
    }
    .background_uhl {
        background: none;
    }
}

@media (max-width: 1080px) {
    /*sub11*/
    .ondam {
        margin-top: 180px;
        margin-bottom: 120px;
    }
    .ondam_wrap {
        padding: 30px 40px 70px 40px;
    }
    .title {
        margin-bottom: 30px;
    }
    .title h2,
    .title h2 span {
        font-size: 26px !important;
    }
    .title h2:after {
        top: 18px;
    }

    .text ul li,
    .text ul li p {
        font-size: 17px;
    }
    .text ul li {
        margin-bottom: 26px;
    }

    .text_right {
        width: 28%;
        padding-right: 7%;
    }
    .text ul li h3 {
        font-size: 21px;
        margin-bottom: 6px;
    }
    .text ul li h3:after {
        top: 13px;
    }

    /*sub12*/
    .ondam12 {
        padding-top: 150px;
    }
    .ondamInfo_text {
        width: 90%;
    }

    .list_popup {
        padding: 30px 46px;
    }
    .list_wrap {
        margin-bottom: 40px;
    }
    .list_box h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    .list_box ul li {
        word-break: break-all;
        font-size: 16px;
        margin-bottom: 6px;
    }
    .list_close {
        top: 17px;
        right: 49px;
    }

    /*sub4*/
    .ondam4 p,
    .ondam4 ul li,
    .ondam4 .sub4_link {
        font-size: 17px !important;
    }
    .ondam4 .sub4_infott {
        margin-bottom: 30px;
    }
    .ondam4 ul {
        padding-bottom: 70px;
    }
}

@media (max-width: 798px) {
    /*sub11*/
    .ondam_wrap {
        flex-direction: column;
    }

    .text_left {
        margin-right: 0;
        margin-bottom: 50px;
        width: 100%;
    }

    .text_right {
        padding: 0;
        width: 100%;
    }
    .text_right:after {
        top: 0;
        transform: translateX(-50%);
        left: 50%;
        width: 103%;
        height: 1px;
        display: none;
    }
    .text_right ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .text_right ul li {
        padding-right: 2%;
    }
    .text_right ul li:last-child {
        padding-right: 0;
    }

    /*sub12*/
    .list_wrap .list_wrap_left {
        width: 40%;
    }
    .list_wrap .list_wrap_right {
        width: 57%;
    }
    .list_close {
        top: 7px;
        right: 28px;
    }
}

@media (max-width: 680px) {
    /*sub12*/
    .ondamInfo_text {
        width: 100%;
    }
    .ondam_infor .info_mimg {
        width: 49%;
        margin-right: 2%;
    }
    .info_title .info_text1 {
        width: 49%;
    }
    .info_title h3 {
        font-size: 50px;
    }
    .info_title p {
        font-size: 21px;
    }
    .info_title .info_email span {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .info_title a {
        font-size: 16px;
        width: 140px;
        margin-top: 40px;
    }

    .ondamInfo_text .info_list {
        width: 49%;
        margin-right: 2%;
    }
    .info_list li span {
        font-size: 19px;
    }
    .info_list > ul > li:first-child {
        margin-bottom: 12px;
    }
    .info_list ul li {
        font-size: 15px;
        margin-bottom: 7px;
        word-break: break-all;
    }
    .awards ul .year {
        font-size: 19px;
    }
    .awards ul li p {
        font-size: 15px;
        margin-top: 5px;
        margin-bottom: 6px;
    }
    .history_list li p {
        font-size: 15px;
    }
}

@media (max-width: 580px) {
    /*sub11*/
    .text ul li br {
        display: none;
    }

    .text_right ul {
        flex-direction: column;
    }
    .text_right ul li {
        padding-right: 0;
    }

    /*sub12*/
    .list_popup {
        padding: 20px 30px;
    }
    .list_wrap,
    .list_box_bt {
        flex-direction: column;
    }
    .list_wrap .list_wrap_left,
    .list_wrap .list_wrap_right,
    .list_box_left,
    .list_box_right {
        width: 100%;
        margin-right: 0;
    }
    .list_wrap,
    .list_box_left {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    /*sub11*/
    .ondam {
        margin-top: 150px;
        margin-bottom: 100px;
    }
    .ondam_wrap {
        padding: 4% 6% 8% 6%;
    }
    .title {
        margin-bottom: 20px;
    }

    .title h2,
    .title h2 span {
        font-size: 23px !important;
    }
    .title h2:after {
        top: 9px;
        height: 20px;
    }

    .text ul li h3:after {
        top: 12px;
    }
    .text ul li h3 {
        font-size: 20px;
        margin-bottom: 4px;
    }
    .text_right ul {
        margin-top: 10px;
    }
    .text ul li {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .text ul li.sign {
        margin-top: 35px;
        font-size: 18px;
    }
    .text ul li,
    .text ul li p {
        font-size: 16px;
    }

    /*sub12*/
    .ondam12 {
        padding-top: 125px;
    }
    .ondamInfo_text .info_list {
        width: 100%;
        margin-right: 0;
    }

    .info_title p {
        font-size: 18px;
    }
    .info_title .info_email {
        flex-direction: column;
        align-items: flex-start;
    }
    .info_title .info_email span {
        margin-left: 0;
        margin-top: -10px;
    }
    .info_title a {
        margin-top: 20px;
        width: 120px;
    }
    .info_list_wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .info_list li span {
        font-size: 18px;
    }
    .info_list ul li {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .history_list li p {
        font-size: 14px;
        margin-top: 0;
    }
    .awards ul .year {
        font-size: 18px;
    }
    .awards ul li p {
        font-size: 14px;
        margin-top: 4px;
    }

    .list_popup {
        padding: 4% 5%;
    }
    .list_box h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .list_box ul li {
        font-size: 15px;
        padding-left: 8px;
    }
    .list_box ul li:after {
        top: 12px;
    }
    .list_close {
        top: 1%;
        right: 6%;
    }

    /*sub4*/
    .ondam4 .title p {
        font-size: 11px !important;
    }
    .ondam4 .title h3 {
        font-size: 28px;
    }
    .ondam4 p,
    .ondam4 ul li,
    .ondam4 .sub4_link {
        font-size: 16px !important;
    }
    .ondam4 .sub4_infott br {
        display: none;
    }
    .ondam4 ul {
        padding-bottom: 50px;
    }
}

@media (max-width: 450px) {
    /*sub12*/
    .ondamInfo_text .info_title {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .info_title h3 {
        font-size: 46px;
    }
    .ondam_infor .info_mimg {
        position: absolute;
        top: -220px;
        left: -10px;
        width: 100%;
        opacity: 0.7;
    }
    .info_title .info_text1 {
        position: relative;
        width: 100%;
    }
    .info_title .info_email {
        flex-direction: row;
    }
    .info_title .info_email span {
        margin-top: 3px;
        top: 50px;
        margin-left: 10px;
    }
    .info_title a {
        border-top: 15px;
        display: inline-block;
        width: 50%;
    }
    .pc_con {
        display: none;
    }
    .background12 {
        height: 1802px;
    }
    .m_con {
        display: block;
    }
    .m_con img {
        width: 100%;
        margin-top: 60px;
    }
    #m_list_more {
        display: inline-block;
        position: absolute;
        bottom: 3%;
        left: 35px;
        background-color: transparent;
        color: transparent;
        font-size: 5vw;
        width: auto;
    }
    .m_con a {
        position: absolute;
        width: 90px;
        height: 20px;
        display: inline-block;
        text-indent: -9999px;
    }
    .m_con1 a:nth-child(3) {
        top: 12%;
        right: 11%;
    }
    .m_con1 a:nth-child(2) {
        top: 12%;
        right: 35%;
    }
    .m_con2 a:nth-child(3) {
        top: 17%;
        right: 7%;
    }
    .m_con2 a:nth-child(2) {
        top: 17%;
        right: 32%;
    }
    .m_con3 a:nth-child(3) {
        top: 13%;
        right: 7%;
    }
    .m_con3 a:nth-child(2) {
        top: 13%;
        right: 31%;
    }
    .m_con4 a:nth-child(3) {
        top: 14%;
        right: 4%;
    }
    .m_con4 a:nth-child(2) {
        top: 14%;
        right: 30%;
    }
}
