/* sub_top */
.sub_visual { position: relative; height: 280px; 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.sub5 .bg { background: url(/image/sub/subtop_bg5.jpg) no-repeat center/cover; }
.sub_visual.sub6 .bg { background: url(/image/sub/subtop_bg6.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.5); }
.sub_visual .txtbox { z-index: 3; position: relative; 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: 500; font-size: 50px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 270px; }

    /* .sub_visual .txtbox { top: 80px; } */
}
@media (max-width: 1279px) {
    .sub_visual { height: 260px; }

    /* .sub_visual .txtbox { top: 70px; } */
}
@media (max-width: 1023px) {
    .sub_visual { height: 240px; }

    .sub_visual .txtbox { /* top: 60px; */ height: calc(100% - 70px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 35px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 230px; }
    .sub_visual.sub1 .bg { background-position-x: 70%; }

    .sub_visual.sub5 .bg { background-position-x: 70%; }
}

.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: 45%; 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; }
    .subtop.noSub .subtop_flex .top_cont3 { display: none; }
}

/* sub_common */
.sub_sect { position: relative; padding: 90px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 45px; text-align: center; font-weight: 600; font-size: 43px; color: #000; }

/* sub1_1 */
.sub1_1 { position: relative; overflow: hidden; }
.sub1_1 .contents1 { text-align: center; }
.sub1_1 .textbox { padding-top: 65px; max-width: 1170px; margin: 0 auto; text-align: left; }
.sub1_1 .textbox .text1 { font-weight: 700; font-size: 28px; color: #135fab; line-height: 1.35; }
.sub1_1 .textbox .text2 { font-size: 18px; color: #6a6a6a; line-height: 1.65; }
.sub1_1 .textbox .text2 b { display: inline-block; font-weight: 500; color: #000; }
.sub1_1 .textbox .text3 { text-align: right; font-weight: 700; font-size: 18px; color: #000; line-height: 1.65; }
@media (max-width: 1023px) {
    .sub1_1 .textbox .text3 { font-weight: 500; }
}



/* sub1_2 */
.sub1_3 .mapcont { height: 520px; }
.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-top: 20px; font-size: 18px; color: #545454; line-height: 1.65; }
.sub1_3 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .mapdesc dl { display: flex; flex-wrap: nowrap; align-items: center; margin-top: 10px; }
.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 + 14vw); }
    .sub1_3 .mapdesc { padding-top: 17px; }
    .sub1_3 .mapdesc dl dt { margin-right: 10px; }
    .sub1_3 .mapdesc dl dt img { width: calc(28px + 1vw); }
}
@media (max-width: 1279px) {
    .sub1_3 .mapcont { height: calc(250px + 12vw); }
    .sub1_3 .mapdesc dl dt { margin-right: 8px; }
}
@media (max-width: 1023px) {
    .sub1_3 .mapdesc { padding-top: 15px; }
}

@media (max-width: 767px) {
    .sub1_3 .mapcont { height: calc(200px + 10vw); }
}

/* sub2 */
.sub2 .contents0 ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2 .contents0 ul li { width: 48.2307%; border-radius: 15px; overflow: hidden; }
.sub2 .contents0 ul li:nth-of-type(n + 3) { margin-top: 4%; }
.sub2 .contents0 ul li a { display: block; pointer-events: none; }
.sub2 .contents0 ul li img { width: 100%; }
@media (max-width: 1023px) {
    .sub2 .contents0 ul li { border-radius: 10px; }
}


/* sub2_1 */
.sub2_1 .contents1 { text-align: center; }
.sub2_1 .contents2 { margin-top: 70px; }
.sub2_1 .contents2 .text1 { font-weight: 700; font-size: 28px; color: #135fab; }
.sub2_1 .contents2 .cont { margin-top: 40px; text-align: center; }
.sub2_1 .contents2 .cont img { display: inline-block; width: 596px; }
.sub2_1 .contents2 .cont p { margin-top: 25px; font-size: 20px; color: #010101; line-height: 1.5; }
.sub2_1 .contents2 .cont p .br1 { display: none; }
.sub2_1 .videoWrap { margin-top: 40px; }
.sub2_1 .videoWrap .videoCont { border-radius: 20px; overflow: hidden; }
.sub2_1 .videoWrap video { max-width: 100%; }

@media (max-width: 1535px) {
    .sub2_1 .contents2 .cont img { width: calc(300px + 19vw); }
    .sub2_1 .contents2 .cont p { margin-top: 20px; }
}
@media (max-width: 1279px) {
    .sub2_1 .contents2 .cont img { width: calc(250px + 15vw); }
    .sub2_1 .contents2 .cont p { margin-top: 15px; }
}
@media (max-width: 767px) {
    .sub2_1 .contents2 .cont img { width: calc(200px + 11vw); } 
    .sub2_1 .contents2 .cont p .br1 { display: inline-block; }
}
@media (max-width: 460px) {
    .sub2_1 .contents2 .cont img { width: calc(180px + 10vw); } 
}

/* sub6_1 */
.sub6_1 .contents1 { max-width: 640px; margin: 0 auto; }
.sub6_1 .contents1 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; font-size: 20px; color: #135fab; }
.sub6_1 .contents1 ul * { font-size: inherit; color: inherit; }
.sub6_1 .contents1 ul li { width: 45%; }
.sub6_1 .contents1 ul li p { padding: 14px 5px; text-align: center; border: 2px solid #135fab; border-radius: 100px; }
.sub6_1 .contents1 ul li p:first-of-type { color: #fff; background-color: #135fab; }
.sub6_1 .contents1 ul li p:nth-of-type(n + 2) { margin-top: 10px; }
.sub6_1 .imgbox { margin-top: 50px; text-align: center; }
@media (max-width: 1535px) {
    .sub6_1 .contents1 ul li p { padding: 13px 5px; }
}
@media (max-width: 1279px) {
    .sub6_1 .contents1 ul li p { padding: 12px 5px; }
}
@media (max-width: 1023px) {
    .sub6_1 .contents1 ul li p { padding: 10px 5px; }
}
@media (max-width: 767px) {
    .sub6_1 .contents1 ul li p { padding: 9px 5px; }
}
@media (max-width: 460px) {
    .sub6_1 .contents1 ul li p { padding: 8px 5px; }
}


