/* sub_top */
.sub_visual { position: relative; height: 395px; 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/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subtop_bg2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subtop_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subtop_bg4.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: 100px; height: calc(100% - 145px); 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: 1536px) {
    .sub_visual { height: 340px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1366px) {
    .sub_visual { height: 290px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1280px) {
    .sub_visual { height: 270px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 115px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 270px; }
    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 95px); }
}

.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: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 600; font-size: 43px; color: #000; }


/* subcont */
.subcont { position: relative; }
.subcont .subUl { position: relative; }

.subcont .subUl { position: relative; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.subcont .subUl .subUlLeft { position: relative; width: 30%; padding-right: 5%; }
.subcont .subUl .subUlRight { position: relative; width: 70%; }

.subcont .subUl .subUlLeft .leftNav { padding: 20px; background-color: #f7f7f7; }
.subcont .subUl .subUlLeft .leftNav .navtop { padding-bottom: 27px; text-align: center; font-weight: 700; font-size: 30px; color: #2b2468; border-bottom: 1px solid #2b2468; }
.subcont .subUl .subUlLeft .leftNav .navmenus { }
.subcont .subUl .subUlLeft .leftNav .navmenus a { display: block; padding: 20px 0; border-top: 1px solid #e2e2e2; font-weight: 600; font-size: 20px; color: #535353; }
.subcont .subUl .subUlLeft .leftNav .navmenus a:first-of-type { border-top: none; }
.subcont .subUl .subUlLeft .leftNav .navmenus a.active { color: #2b2468; }

.subcont .subUl .subUlRight .subUlrcont { position: relative; }
.subcont .subUl .subUlRight .subUlrcont .subtit1 { padding-bottom: 40px; text-align: center; font-weight: 600; font-size: 35px; color: #000; }

@media (max-width: 1536px) {
    .subcont .subUl .subUlLeft .leftNav { padding: 15px; }

    .subcont .subUl .subUlLeft .leftNav .navmenus a { padding: 17px 0; font-size: 18px; }
}
@media (max-width: 1366px) {
    .subcont .subUl .subUlLeft .leftNav { padding: 12px; }

    .subcont .subUl .subUlLeft .leftNav .navmenus a { padding: 14px 0; font-size: 16px; }
}
@media (max-width: 1023px) {
    .subcont .subUl { display: block; }
    .subcont .subUl .subUlLeft { width: 100%; padding-right: initial; }
    .subcont .subUl .subUlRight { width: 100%; margin-top: 20px; }

    .subcont .subUl .subUlLeft .leftNav .navmenus a { padding: 12px 0; font-weight: 500; font-size: 15px; }
}
@media (max-width: 767pxs) {
    .subcont .subUl .subUlLeft .leftNav .navmenus a { padding: 10px 0; font-size: 14px; }
}

/* sub1_1 */
.sub1_1 { overflow: hidden; }
.sub1_1 .imgbox { text-align: center; }
.sub1_1 .textbox { margin-top: 55px; }
.sub1_1 .textbox p { font-size: 18px; color: #636363; line-height: 1.7; }
.sub1_1 .textbox p b { font-weight: 700; font-size: 25px; color: #2b2468; }

/* sub1_2 */
.sub1_2 .imgbox { text-align: center; }

/* sub1_3 */
.sub1_3 .mapcont { position: relative; height: 540px; }
.sub1_3 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_3 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_3 .mapdesc { padding: 30px; background-color: #f9f9f9; }
.sub1_3 .mapdesc dl { display: flex; flex-wrap: nowrap; align-items: center; font-size: 18px; color: #545454; line-height: 1.45; }
.sub1_3 .mapdesc dl:nth-of-type(n + 2) { margin-top: 13px; }
.sub1_3 .mapdesc dl * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .mapdesc dl dt { min-width: max-content; margin-right: 11px; }
.sub1_3 .mapdesc dl dt img { display: inline-block; width: 44px; }
@media (max-width: 1535px) {
    .sub1_3 .mapcont { height: calc(300px + 15vw); }
    .sub1_3 .mapdesc dl dt img { width: calc(28px + 1vw); }
}
@media (max-width: 1279px) {
    .sub1_3 .mapcont { height: calc(250px + 13vw); }
}
@media (max-width: 767px) {
    .sub1_3 .mapcont { height: calc(200px + 11vw); }
    .sub1_3 .mapdesc dl { display: block; text-align: center; }
    .sub1_3 .mapdesc dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub1_3 .mapdesc dl dt { min-width: initial; margin-right: initial; }
    .sub1_3 .mapdesc dl dt img { width: 35px; }
    .sub1_3 .mapdesc dl dd { margin-top: 10px; }
}

/* sub4_3 */
.sub4_3 .contents1 { }
.sub4_3 .contents1 dl { padding: 25px 50px; display: flex; flex-wrap: nowrap; align-items: center; border: 1px solid #cdcdcd; border-radius: 10px; }
.sub4_3 .contents1 dl:nth-of-type(n + 2) { margin-top: 30px; }
.sub4_3 .contents1 dl dt { min-width: max-content; margin-right: 40px; }
.sub4_3 .contents1 dl dt img { width: 204px; }
.sub4_3 .contents1 dl dd .textbox .text1 { font-weight: 600; font-size: 20px; color: #2b2468; line-height: 1.5; }
.sub4_3 .contents1 dl dd .textbox .text2 { font-weight: 600; font-size: 25px; color: #000; line-height: 1.4; }
.sub4_3 .contents1 dl dd .textbox a { display: inline-block; margin-top: 30px; padding: 11px 45px; text-align: center; font-size: 16px; color: #fff; background-color: #7e7e7e; border-radius: 10px; transition: background-color 0.3s; }
.sub4_3 .contents1 dl dd .textbox a:hover { background-color: #333; }
@media (max-width: 1535px) {
    .sub4_3 .contents1 dl { padding: 20px 40px; }
    .sub4_3 .contents1 dl:nth-of-type(n + 2) { margin-top: 25px; }
    .sub4_3 .contents1 dl dt { margin-right: 35px; }
    .sub4_3 .contents1 dl dt img { width: calc(140px + 4vw); }
}
@media (max-width: 1279px) {
    .sub4_3 .contents1 dl { padding: 20px 30px; }
    .sub4_3 .contents1 dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub4_3 .contents1 dl dt { margin-right: 30px; }
}
@media (max-width: 1023px) {
    .sub4_3 .contents1 dl { padding: 20px 30px; }
    .sub4_3 .contents1 dl dt { margin-right: 30px; }
}
@media (max-width: 767px) {
    .sub4_3 .contents1 dl { display: block; }
    .sub4_3 .contents1 dl dt { min-width: initial; margin-right: initial; text-align: center; }
    .sub4_3 .contents1 dl dt img { width: 100%; max-width: 170px; }
    .sub4_3 .contents1 dl dd .textbox { margin-top: 15px; text-align: center; }
    .sub4_3 .contents1 dl dd .textbox a { border-radius: 7px; }
}