/* sub_top */
.sub_visual { position: relative; height: 305px; overflow: hidden; }
.sub_visual .bg { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: center; }
.sub_visual .bg { animation: suv_bg forwards linear 5s; }
@keyframes suv_bg {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}
.sub_visual.sub1 .bg { background: url(/image/sub/subcommon/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subcommon/subtop_bg2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subcommon/subtop_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subcommon/subtop_bg4.jpg) no-repeat center/cover; }
.sub_visual.sub5 .bg { background: url(/image/sub/subcommon/subtop_bg5.jpg) no-repeat center/cover; }
.sub_visual.sub_content .bg { background: url(/image/sub/subcommon/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub_member .bg { background: url(/image/sub/subcommon/subtop_bg1.jpg) no-repeat center/cover; }

.sub_visual .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 0; height: calc(100% - 45px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 55%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 700; font-size: 50px; color: #fff; letter-spacing: -0.05em; }
@media (max-width: 1535px) {
    .sub_visual { height: 270px; }
}
@media (max-width: 1279px) {
    .sub_visual { height: 250px; }
}
@media (max-width: 1023px) {
    .sub_visual { height: 240px; }

    .sub_visual .txtbox { height: calc(100% - 70px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 35px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 230px; }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; background-color: #151718; }
.subtop .contwrap { height: 100%; }
.subtop .subtop_flex { display: flex; flex-wrap: nowrap; height: 100%; }
.subtop .subtop_flex .top_cont { position: relative; }
.subtop .subtop_flex .top_cont1 { position: relative; display: block; width: 45px; height: 100%; border-right: 1px solid #5d5853; border-left: 1px solid #5d5853; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #333; }
.subtop .subtop_flex .top_cont1 a { position: relative; display: block; height: 100%; color: #fff; }
.subtop .subtop_flex .top_cont1 img { display: inline-block; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #5d5853; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #5d5853; }
.subtop.noSub .subtop_flex .top_cont3 { display: none !important; }

.subtop .subtop_flex .top_cont .top_contin { display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; padding: 14px; height: 100%; font-size: 15px; color: #fff; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #333; }

.subtop .subtop_flex .donw_arrow { transform-origin: center; }
.subtop .subtop_flex .active .donw_arrow { transform: rotateZ(180deg); }

.subtop .subtop_flex .top_cont .top_subs { z-index: 10; display: none; position: absolute; left: -1px; width: calc(100% + 2px); background-color: rgba(0, 0, 0, 0.8); border: 1px solid #c0c0c0;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #fff; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #444; }

@media (max-width: 1023px) {
    .subtop { margin-top: -70px; height: 70px; }
    .subtop .subtop_flex { flex-wrap: wrap; }
    .subtop .subtop_flex .top_cont1 { width: 35px; height: 35px; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 35px); height: 35px; }
    .subtop .subtop_flex .top_cont3 { width: 100%; height: 35px; border-left: 1px solid #5d5853; border-top: 1px solid #5d5853; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { margin-top: -35px; height: 35px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 90px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 600; font-size: 43px; color: #000; }

/* sub1 */
.sub1 .admin_modify { z-index: 10; position: absolute; top: 0; right: 0; font-size: 13px; }

/* sub1_1 */
.sub1_1 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 dl dt { min-width: max-content; margin-right: 100px; }
.sub1_1 dl dt img { width: 500px; }
.sub1_1 dl dd .text1 { font-size: 35px; color: #1d3f86; line-height: 1.28; }
.sub1_1 dl dd .text1 span { color: #000; }
.sub1_1 dl dd .text1 b { font-weight: 600; }
.sub1_1 dl dd .text1 .talkimg { width: 53px; }
.sub1_1 dl dd .text1 .img1 { margin-top: -5%; margin-right: 5px; }
.sub1_1 dl dd .text1 .img2 { margin-left: 5px; }
.sub1_1 dl dd .text2 { margin-top: 20px; font-size: 20px; color: #6c6c6c; line-height: 1.6; }
.sub1_1 dl dd .text3 { text-align: right; font-size: 20px; color: #6c6c6c; line-height: 1.6; }
.sub1_1 dl dd .text3 b { font-weight: 700; color: #3f3f3f; }
@media (max-width: 1535px) {
    .sub1_1 dl dt { margin-right: calc(50px + 3.2vw); }
    .sub1_1 dl dt img { width: calc(300px + 13vw); }
    .sub1_1 dl dd .text1 .talkimg { width: calc(30px + 1.4vw); }
}
@media (max-width: 1279px) {
    .sub1_1 dl dt { margin-right: calc(40px + 2.5vw); }
    .sub1_1 dl dt img { width: calc(250px + 10vw); }
    .sub1_1 dl dd .text1 .talkimg { width: calc(20px + 1vw); }
}
@media (max-width: 1023px) {
    .sub1_1 dl { display: block; text-align: center; }
    .sub1_1 dl dt { margin-right: initial; }
    .sub1_1 dl dt img { width: 100%; max-width: 250px; }
    .sub1_1 dl dd { margin-top: 30px; }
    .sub1_1 dl dd .text1 .talkimg { width: 25px; }
    .sub1_1 dl dd .text1 .img1 { margin-top: -3%; margin-right: 3px; }
}


/* sub1_2 */
.sub1_2 .contents1 { position: relative; }
.sub1_2 .contents1 .desc1 { font-weight: 700; font-size: 27px; color: #1d3f86; line-height: 1.3; }
.sub1_2 .contents1 .tablewrap { margin-top: 25px; }
.sub1_2 .contents1 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #1d3f86; border-left: 1px solid #dadada; font-size: 18px; color: #4d4d4d; line-height: 1.35; } 
.sub1_2 .contents1 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .contents1 .tablewrap table th, .sub1_2 .contents1 .tablewrap table td { padding: 10px; border-bottom: 1px solid #dadada; border-right: 1px solid #dadada; }
.sub1_2 .contents1 .tablewrap table th { background-color: #f9f9f9; font-weight: 700; color: #1d3f86; }
.sub1_2 .contents1 .tablewrap table td.alignCenter { text-align: center; }
@media (max-width: 1535px) {
    .sub1_2 .contents1 .tablewrap { margin-top: 23px; }
    .sub1_2 .contents1 .tablewrap table th, .sub1_2 .contents1 .tablewrap table td { padding: 9px; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 .tablewrap { margin-top: 20px; }
    .sub1_2 .contents1 .tablewrap table th, .sub1_2 .contents1 .tablewrap table td { padding: 8px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 .tablewrap { margin-top: 17px; }
    .sub1_2 .contents1 .tablewrap table th, .sub1_2 .contents1 .tablewrap table td { padding: 7px; }
}
@media (max-width: 767px) {
    .sub1_2 .contents1 .tablewrap { overflow-x: scroll; margin-top: 15px; }
    .sub1_2 .contents1 .tablewrap table { width: 780px; }
}

/* sub1_3 */
.sub1_3 .contents1 { padding: 30px; background-color: #f9f9f9; }
.sub1_3 .text1 { text-align: center; font-weight: 700; font-size: 25px; color: #000; }
.sub1_3 .text2 { font-size: 18px; color: #4d4d4d; line-height: 1.5; }
.sub1_3 .sub1_3_cont, .sub1_3 .sub1_3_cont * { font-family: 'Pretendard-Regular' !important; }
.sub1_3 .sub1_3_wrap { position: relative; padding: 10px; height: 500px; overflow-y: scroll; border: 1px solid #ddd; border-radius: 5px; }
@media (max-width: 1023px) {
    .sub1_3 .sub1_3_wrap { height: 350px; }
}

/* sub1_4 */
.sub1_4 .imgbox { text-align: center; }

/* sub1_5 */
.sub1_5 .contents1 { text-align: center; font-weight: 600; font-size: 24px; color: #1d3f86; line-height: 1.57; background-color: #f1f4fb; padding: 50px 20px; }
.sub1_5 .contents2 { margin-top: 60px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub1_5 .contents2 li { width: 48%; border: 1px solid #b5b5b5; border-radius: 10px; overflow: hidden; }
.sub1_5 .contents2 li:nth-of-type(n + 3) { margin-top: 4%; }
.sub1_5 .contents2 li .top { padding: 15px 20px; font-weight: 700; font-size: 24px; color: #fff; background-color: #1d3f86; }
.sub1_5 .contents2 li .bottom { padding: 30px; font-weight: 500; font-size: 20px; color: #636363; line-height: 1.65; }
.sub1_5 .contents2 li .bottom * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_5 .contents2 li .bottom dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_5 .contents2 li .bottom dl dt { min-width: max-content; margin-right: 20px; }
.sub1_5 .contents2 li .bottom dl dt img { width: 124px; }
.sub1_5 .contents2 li .bottom dl dd p { display: flex; flex-wrap: nowrap; }
.sub1_5 .contents2 li .bottom dl dd p:nth-of-type(n + 2) { margin-top: 3px; }
.sub1_5 .contents2 li .bottom dl dd p span { display: inline-block; }
.sub1_5 .contents2 li .bottom dl dd p span:first-of-type { min-width: max-content; }
@media (max-width: 1535px) {
    .sub1_5 .contents2 li .top { padding: 13px 18px; }
    .sub1_5 .contents2 li .bottom { padding: 25px; }
    .sub1_5 .contents2 li .bottom dl dt { margin-right: 17px; }
    .sub1_5 .contents2 li .bottom dl dt img { width: calc(70px + 3.5vw); }
}
@media (max-width: 1279px) {
    .sub1_5 .contents2 li .top { padding: 12px 16px; font-weight: 500; }
    .sub1_5 .contents2 li .bottom { padding: 20px; }
    .sub1_5 .contents2 li .bottom dl dt { margin-right: 15px; }
    .sub1_5 .contents2 li .bottom dl dt img { width: calc(60px + 3vw); }
}
@media (max-width: 1023px) {
    .sub1_5 .contents2 { display: block; }
    .sub1_5 .contents2 li { width: 100%; }
    .sub1_5 .contents2 li:nth-of-type(n + 2) { margin-top: 20px; }
    .sub1_5 .contents2 li .top { padding: 10px 13px; }
    .sub1_5 .contents2 li .bottom { padding: 15px; }
    .sub1_5 .contents2 li .bottom dl dt { margin-right: 13px; }
    .sub1_5 .contents2 li .bottom dl dt img { width: calc(50px + 2.5vw); }
}
@media (max-width: 524px) {
    .sub1_5 .contents1 { font-weight: 500; }
    .sub1_5 .contents1 br { display: none; }
}

/* sub_work */
.sub_work .workUl { display: flex; flex-wrap: nowrap; }
.sub_work .workUl .li_frame { width: 42%; padding-right: 30px; min-height: 600px; height: initial; }
.sub_work .workUl .li_frame .root_daum_roughmap { width: 100%; height: 100%; }
.sub_work .workUl .li_frame .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub_work .workUl .li_frame #map { width: 100% !important; height: 100% !important; margin-top: 0 !important; }

.sub_work .workUl .li_contents { width: 58%; }

/* work_top */
.sub_work .workUl .li_contents .work_top { display: flex; flex-wrap: nowrap; justify-content: space-between; width: 100%; }
.sub_work .workUl .li_contents .goback { display: flex; align-items: center; justify-content: center; padding: 10px 15px; font-size: 16px; color: #3c3c3c; border: 1px solid #bfbfbf; }
.sub_work .workUl .li_contents .goback img { width: 26px; }
.sub_work .workUl .li_contents .goback span { display: inline-block; margin-left: 7px; white-space: nowrap; }
.sub_work .workUl .li_contents .goback:hover { background-color: rgba(0, 0, 0, 0.1); }
.sub_work .workUl .li_contents .searchform { width: 100%; text-align: right; font-size: 16px; color: #333; }
.sub_work .workUl .li_contents .work_top .searchform { width: 70%; }
.sub_work .workUl .li_contents .searchform * { font-size: inherit; color: inherit; }
.sub_work .workUl .li_contents .searchform form { width: 100%; max-width: 70%; display: inline-flex; flex-wrap: nowrap; padding: 10px; border: 1px solid #d1d1d1; }
.sub_work .workUl .li_contents .searchform form input[type="text"] { display: block; width: 100%; background-color: transparent; outline: none !important; border: none !important; box-shadow: none !important; }
.sub_work .workUl .li_contents .searchform form button[type="submit"] { margin-left: 10px; min-width: max-content; background-color: transparent; outline: none; border: none; }
.sub_work .workUl .li_contents .searchform form button[type="submit"] img { width: 19px; }
.sub_work .workUl .li_contents .total { margin-top: 20px; margin-bottom: 10px; text-align: right; font-size: 18px; color: #2c2c2c; }
.sub_work .workUl .li_contents .total span { font-weight: 600; color: #1d3f86; }
.sub_work .workUl .li_contents .location { font-weight: 500; font-size: 18px; color: #2b2b2b; line-height: 1.3; }
.sub_work .workUl .li_contents .location * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub_work .workUl .li_contents .location ul { display: flex; flex-wrap: wrap; margin: -6px; }
.sub_work .workUl .li_contents .location ul li { padding: 6px; width: 33.3333%; }
.sub_work .workUl .li_contents .location ul li a { padding: 10px; display: flex; align-items: center; justify-content: center; aspect-ratio: 1/0.45; overflow: hidden; background-color: #f5f7fc; }
.sub_work .workUl .li_contents .location ul li a p span { color: #1d3f86; }
.sub_work .workUl .li_contents .desc1 { margin-top: 20px; text-align: left; font-size: 18px; color: #000; line-height: 1.65; }
 
.sub_work .desc1 { margin-top: 20px; text-align: center; font-size: 18px; color: #333; line-height: 1.65; }

.workBtn { margin-top: 20px; text-align: right; }
.workBtn a { display: inline-block; margin-left: 5px; padding: 7px 10px; background-color: #efefef; border: 1px solid #ddd; color: #333; font-size: 15px; }

@media (max-width: 1535px) {
    .sub_work .workUl .li_frame { min-height: calc(350px + 16vw); padding-right: 25px; }

    .sub_work .workUl .li_contents .goback { padding: 9px 14px; }
    .sub_work .workUl .li_contents .goback img { width: 24px; }
    .sub_work .workUl .li_contents .searchform form { padding: 9px; }
    .sub_work .workUl .li_contents .searchform form button[type="submit"] img { width: 17px; }
}
@media (max-width: 1279px) {
    .sub_work .workUl .li_frame { min-height: calc(300px + 13vw); }

    .sub_work .workUl .li_contents .goback { padding: 8px 13px; }
    .sub_work .workUl .li_contents .goback img { width: 20px; }
    .sub_work .workUl .li_contents .searchform form { padding: 8px; }
    .sub_work .workUl .li_contents .searchform form button[type="submit"] img { width: 16px; }
}
@media (max-width: 1023px) {
    .sub_work .workUl { flex-wrap: wrap; flex-direction: column-reverse; }

    .sub_work .workUl .li_contents .goback { padding: 7px 11px; }
    .sub_work .workUl .li_contents .goback img { width: 16px; }
    .sub_work .workUl .li_frame { width: 100%; padding-right: initial; }
    .sub_work .workUl .li_frame { height: calc(250px + 14vw); min-height: initial; }
    .sub_work .workUl .li_contents { width: 100%; margin-bottom: 25px; }
    .sub_work .workUl .li_contents .location ul li { width: 25%; }
    .sub_work .workUl .li_contents .work_top .searchform { width: 65%; }
    .sub_work .workUl .li_contents .searchform form { max-width: initial; }

    .workBtn a { padding: 5px 7px; font-size: 13px; }
}
@media (max-width: 767px) {
    .sub_work .workUl .li_contents .location ul li { width: 33.3333%; }
    .sub_work .workUl .li_contents .work_top .searchform { width: 60%; }
}
@media (max-width: 480px) {
    .sub_work .workUl .li_contents .searchform form { padding: 7px; }
    .sub_work .workUl .li_contents .location ul { margin: initial; justify-content: space-between; }
    .sub_work .workUl .li_contents .location ul li { width: 48%; padding: initial; }
    .sub_work .workUl .li_contents .location ul li:nth-of-type(n + 3) { margin-top: 4%; }

    .sub_work .workUl .li_contents .work_top .searchform { width: 50%; }
}

/* locationList */
.locationList table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #d5d5d5; border-left: 1px solid #d5d5d5; font-weight: 500; font-size: 18px; color: #757575; line-height: 1.3; }
.locationList table * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.locationList table th, .locationList table td { text-align: center; padding: 10px 5px; border-bottom: 1px solid #d5d5d5; border-right: 1px solid #d5d5d5; }
.locationList table th { font-weight: 500; color: #1d3f86; background-color: #f4f6f9; }
.locationList table td .btn1 { display: block; width: 100%; padding: 7px; background-color: #f0f0f0; border: 1px solid #d5d5d5; }
.locationList table td a:hover { color: #1d3f86; }
@media (max-width: 767px) {
    .locationList { overflow-x: scroll; padding-bottom: 10px; }
    .locationList table { width: 780px; }
}

/* sub_work */
.sub_work article { position: relative; }
.sub_work article strong { display: block; margin-bottom: 20px; font-weight: 700; font-size: 24px; color: #1d3f86; }
@media (max-width: 1535px) {
    .sub_work article strong { margin-bottom: 17px; }
}
@media (max-width: 1279px) {
    .sub_work article strong { margin-bottom: 15px; }
}
@media (max-width: 1023px) {
    .sub_work article strong { margin-bottom: 13px; }
}

.sub_work article .infowrap { margin-bottom: 15px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub_work article .infowrap .info { font-weight: 700; font-size: 24px; color: #000; }
.sub_work article .infowrap .date { font-size: 18px; color: #000; }
.sub_work article .infowrap .date span { font-size: inherit !important; }
@media (max-width: 1535px) {
    .sub_work article .infowrap { margin-bottom: 13px; }
}
@media (max-width: 1279px) {
    .sub_work article .infowrap { margin-bottom: 11px; }
}
@media (max-width: 1023px) {
    .sub_work article .infowrap { margin-bottom: 10px; }
}

.customWrite .viewBtn { display: flex; flex-wrap: nowrap; margin-top: 20px; font-size: 14px; color: #333; line-height: 1; }
.customWrite .viewBtn a { display: inline-block; margin-right: 7px; padding: 6px 15px; font-size: inherit; color: inherit; line-height: inherit; background-color: #efefef; border: 1px solid #ddd; }
@media (max-width: 1023px) {
    .customWrite .viewBtn { font-size: 13px; }
    .customWrite .viewBtn a { padding: 5px 13px; }
}