/* sub_top */
.sub_visual { position: relative; height: 440px; 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.35); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 90px; height: calc(100% - 135px); 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; }
@media (max-width: 1535px) {
    .sub_visual { height: 390px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 340px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 115px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 300px; }

    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 95px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 270px; }
    .sub_visual.sub1 .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: 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: calc(100% - 345px); 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: 14px; 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: 13px; 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: 60px; text-align: center; font-weight: 700; font-size: 36px; color: #000; letter-spacing: -0.01em; }

/* sub1_1 */
.sub1_1 { padding: 100px 0; overflow: hidden; }
.sub1_1 .contents1 { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 li { position: relative; width: 50%; }
.sub1_1 .contents1 li:first-of-type { width: 48%; padding-right: 10%; }
.sub1_1 .contents1 li:last-of-type { width: 52%; }
.sub1_1 .contents1 li .textbox .text1 { font-weight: 500; font-size: 30px; color: #000; letter-spacing: -0.01em; line-height: 1.3; }
.sub1_1 .contents1 li .textbox .text1 span { color: #1dab3d; }
.sub1_1 .contents1 li .textbox .text2 { margin-top: 20px; font-size: 18px; color: #787878; line-height: 1.55; }
.sub1_1 .contents1 li .textbox .text3 { margin-top: 40px; text-align: right; font-size: 18px; color: #787878; line-height: 1.55; }
.sub1_1 .contents1 li .textbox .text3 b { display: block; font-weight: normal; color: #0a0a0a; }
@media (max-width: 1535px) {
    .sub1_1 .contents1 li:first-of-type { width: 46%; padding-right: 8%; }
    .sub1_1 .contents1 li:last-of-type { width: 54%; }
}
@media (max-width: 767px) {
    .sub1_1 { background-position-x: 100%; }
    .sub1_1 .contents1 { display: block; }
    .sub1_1 .contents1 li { width: 100%; text-align: center; }
    .sub1_1 .contents1 li:first-of-type { width: 100%; margin-bottom: 20px; padding-right: initial; }
    .sub1_1 .contents1 li:last-of-type { width: 100%; }
    .sub1_1 .contents1 li img { width: 100%; max-width: 300px; }
}


/* sub1_3 */
.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: 18px; display: flex; flex-wrap: nowrap; font-size: 20px; color: #3d3e3c; line-height: 1.35; border: 1px solid rgba(0,0,0,.1); border-top: none; }
.sub1_3 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .mapdesc dl { width: 50%; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_3 .mapdesc dl dt { min-width: max-content; margin-right: 10px; }
.sub1_3 .mapdesc dl dt img { display: inline-block; width: 44px; }
.sub1_3 .mapdesc dl dd br { display: none; }
.sub1_3 .mapdesc dl dd i { display: inline-block; font-style: normal; }

.sub1_3 .desc1 { margin-bottom: 10px; font-weight: 600; font-size: 24px; color: #26225f; }

@media (max-width: 1535px) {
    .sub1_3 .mapcont { height: calc(300px + 14vw); }
    .sub1_3 .mapdesc dl dt img { width: calc(30px + 0.9vw); }
}
@media (max-width: 1279px) {
    .sub1_3 .mapcont { height: calc(250px + 12vw); }
}
@media (max-width: 1023px) {
    .sub1_3 .mapdesc { display: block; }
    .sub1_3 .mapdesc dl { width: 100%; }
    .sub1_3 .mapdesc dl:nth-of-type(n + 2) { margin-top: 15px; }
    .sub1_3 .mapdesc dl dd br { display: inline-block; }
    .sub1_3 .mapdesc dl dd i { display: none; }
}

@media (max-width: 767px) {
    .sub1_3 .mapcont { height: calc(200px + 10vw); }
}

/* sub2 */
.sub2 .sub2tab { display: flex; flex-wrap: nowrap; border: 1px solid #dadada; font-weight: normal; font-size: 18px; color: #333; letter-spacing: -0.01em; } 
.sub2 .sub2tab * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .sub2tab a { display: block; width: 50%; padding: 15px 0; text-align: center; }
.sub2 .sub2tab a.active { font-weight: 700; background-color: #f8f8f8; }

.sub2 .contents1 { margin-top: 60px; }
.sub2 .contents1 .desc1 { font-size: 18px; color: #040000; letter-spacing: -0.01em; line-height: 1.65; }
.sub2 .contents1 .desc2 { font-weight: 700; font-size: 20px; color: #000; letter-spacing: -0.01em; line-height: 1.65; }
.sub2 .contents1 .desc3 { margin-top: 20px; font-size: 18px; color: #555; letter-spacing: -0.01em; line-height: 1.45; }
.sub2 .contents1 .desc3 * { font-size: inherit; color: inherit; letter-spacing: inherit; line-height: inherit; }
.sub2 .contents1 .desc3 dl { display: flex; flex-wrap: nowrap; }
.sub2 .contents1 .desc3 dl:nth-of-type(n + 2) { margin-top: 30px; }
.sub2 .contents1 .desc3 dl dt { min-width: 350px; width: 350px; font-weight: 700; color: #1dab3d; }
.sub2 .contents1 .imgbox { text-align: center; }
.sub2 .contents1 .imgbox img { position: relative; display: inline-block; margin-top: 40px; }
.sub2 .contents1 .imgbox img::after { display: block; clear: both; content: ''; }

@media (max-width: 1535px) {
    .sub2 .sub2tab a { padding: 13px 0; }

    .sub2 .contents1 .desc3 dl dt { min-width: 300px; width: 300px; }
    .sub2 .contents1 .imgbox img { margin-top: 35px; }
}
@media (max-width: 1279px) {
    .sub2 .sub2tab a { padding: 11px 0; }

    .sub2 .contents1 .imgbox img { margin-top: 30px; }
}
@media (max-width: 1023px) {
    .sub2 .sub2tab a { padding: 9px 0; }

    .sub2 .contents1 .desc3 dl dt { min-width: 260px; width: 260px; }
    .sub2 .contents1 .imgbox img { margin-top: 25px; }
}
@media (max-width: 767px) {
    .sub2 .contents1 .desc1 br { display: none; }
}
@media (max-width: 524px) {
    .sub2 .contents1 .desc3 dl { display: block; }
    .sub2 .contents1 .desc3 dl dt { min-width: initial; width: 100%; }
    .sub2 .contents1 .desc3 dl dd { margin-top: 10px; }
}


 