/* sub_top */
.sub_visual { position: relative; height: 400px; 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 .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; top: 100px; height: calc(100% - 100px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 600; font-size: 50px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 340px; }

    .sub_visual .txtbox { top: 90px; height: calc(100% - 90px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 310px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 80px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 280px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 70px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 240px; }
    .sub_visual.sub2 .bg { background-position-x: 10%; }
    .sub_visual.sub3 .bg { background-position-x: 60%; }
    .sub_visual.sub4 .bg { background-position-x: 80%; }

    .sub_visual .txtbox { top: 60px; height: calc(100% - 60px); }
}

.subtop { position: relative; z-index: 10; height: 45px; background-color: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.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 #e5e5e5; border-left: 1px solid #e5e5e5; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #eee; }
.subtop .subtop_flex .top_cont1 a { position: relative; display: block; height: 100%; color: #656565; }
.subtop .subtop_flex .top_cont1 img { display: inline-block; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 17px; }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #e5e5e5; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #e5e5e5; }
.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: #656565; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #eee; }

.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: #fff; border: 1px solid #e5e5e5;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #656565; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #eee; }

@media (max-width: 1023px) {
    .subtop { 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 #e5e5e5; border-top: 1px solid #e5e5e5; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { 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: 40px; color: #000; }

/* sub1_1 */
.sub1_1 { padding-bottom: 0 !important; }
.sub1_1 .contents { position: relative; overflow: hidden; padding: 170px 0; background: url(/image/sub/sub1/sub1_1_img2.jpg) no-repeat center/cover; }
.sub1_1 .contents dl { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_1 .contents dl dt { width: 33%; }
.sub1_1 .contents dl dt img { width: 100%; }
.sub1_1 .contents dl dd { width: 60%; }
.sub1_1 .contents dl dd .textbox .text1 { font-size: 35px; color: #000; line-height: 1.2; }
.sub1_1 .contents dl dd .textbox .text2 { font-weight: 600; font-size: 35px; color: #575757; line-height: 1.2; }
.sub1_1 .contents dl dd .textbox .text2 span { color: #0c41c9; }
.sub1_1 .contents dl dd .textbox .text3 { font-weight: 700; font-size: 28px; color: #0c41c9; line-height: 1.6; }
.sub1_1 .contents dl dd .textbox .text4 { font-size: 20px; color: #3e3e3e; line-height: 1.6; }
.sub1_1 .contents dl dd .textbox .text5 { text-align: right; font-weight: 500; font-size: 20px; color: #000; line-height: 1.6; }

@media (max-width: 767px) {
    .sub1_1 .contents dl { display: block; text-align: center; }
    .sub1_1 .contents dl dt { width: 100%; }
    .sub1_1 .contents dl dt img { width: 100%; max-width: 200px; }
    .sub1_1 .contents dl dd { width: 100%; margin-top: 20px; }
    .sub1_1 .contents dl dd .textbox .text4 .br1 { display: none; }
}


/* sub1_2 */
.sub1_2 .contents1 { padding: 40px 20px; text-align: center; background-color: #f5f5f5; }
.sub1_2 .contents1 .text1 { font-weight: 600; font-size: 30px; color: #0c41c9; line-height: 1.5; }
.sub1_2 .contents1 .text1 br { display: none; }
.sub1_2 .contents1 .text2 { font-size: 18px; color: #3e3e3e; line-height: 1.5; }
.sub1_2 .contents2 { margin-top: 70px; }
.sub1_2 .contents2 .text1 { text-align: center; font-weight: 600; font-size: 30px; color: #373737; line-height: 1.5; }
.sub1_2 .contents2 .text1 span { font-size: inherit !important; color: #0c41c9; }
.sub1_2 .contents2 .text2 { text-align: center; font-size: 18px; color: #3e3e3e; line-height: 1.5; }
.sub1_2 .contents2 .cont { margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: space-between; font-size: 18px; color: #161616; line-height: 1.45; }
.sub1_2 .contents2 .cont * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .contents2 .cont dl { width: 32%; display: flex; flex-wrap: nowrap; align-items: center; padding: 30px; border-radius: 100px; background-color: #e7edf8; }
.sub1_2 .contents2 .cont dl dt { min-width: max-content; margin-right: 15px; }
.sub1_2 .contents2 .cont dl dt img { width: 75px; }
.sub1_2 .contents2 .imgbox { margin-top: 70px; text-align: center; }
@media (max-width: 1535px) {
    .sub1_2 .contents2 .cont dl { padding: 25px; }
    .sub1_2 .contents2 .cont dl dt { margin-right: 14px; }
    .sub1_2 .contents2 .cont dl dt img { width: 65px; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents2 .cont dl { padding: 20px; }
    .sub1_2 .contents2 .cont dl dt { margin-right: 12px; }
    .sub1_2 .contents2 .cont dl dt img { width: 55px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents2 .cont { display: block; }
    .sub1_2 .contents2 .cont dl { width: 100%; padding: 15px; }
    .sub1_2 .contents2 .cont dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub1_2 .contents2 .cont dl dt { margin-right: 10px; }
    .sub1_2 .contents2 .cont dl dt img { width: 40px; }
}
@media (max-width: 767px) {
    .sub1_2 .contents1 .text1 br { display: inline-block; }
    .sub1_2 .contents2 .cont { margin-top: 20px; }
    .sub1_2 .contents2 .cont dl { padding: 10px 15px; }
    .sub1_2 .contents2 .cont dl:nth-of-type(n + 2) { margin-top: 15px; }
}

/* sub4_1 */
.sub4_1 .contents { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub4_1 .contents .left { width: 30%; }
.sub4_1 .contents .right { width: 64%; }

.sub4_1 .contents .mapcont { height: 100%; }
.sub4_1 .contents .root_daum_roughmap { width: 100%; height: 100%; }
.sub4_1 .contents .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub4_1 .contents .root_daum_roughmap .cont { display: none !important; }

.sub4_1 .contents .cont { background-color: #f8f8f8; }
.sub4_1 .contents .cont .img1 { width: 100%; }
.sub4_1 .contents .cont .textbox { padding: 25px; }
.sub4_1 .contents .cont .textbox .desc1 { font-weight: 600; font-size: 25px; color: #232323; line-height: 1.5; }
.sub4_1 .contents .cont .textbox .desc2 { font-size: 18px; color: #7a6d6d; line-height: 1.55; }
.sub4_1 .contents .cont .textbox .bar { margin: 25px 0; height: 1px; background-color: #d2d2d2; }
.sub4_1 .contents .cont .textbox .desc3 { font-size: 18px; color: #636363; line-height: 1.65; }
.sub4_1 .contents .cont .textbox .desc3 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_1 .contents .cont .textbox .desc3 dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub4_1 .contents .cont .textbox .desc3 dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub4_1 .contents .cont .textbox .desc3 dl dt { min-width: max-content; margin-right: 7px; }
.sub4_1 .contents .cont .textbox .desc3 dl dt img { width: 20px; }
.sub4_1 .contents .cont .textbox .desc3 dl dd b { font-weight: 500; color: #003686; }
@media (max-width: 1535px) {
    .sub4_1 .contents .cont .textbox .desc3 dl dt { margin-right: 6px; }
    .sub4_1 .contents .cont .textbox .desc3 dl dt img { width: 17px; }
}
@media (max-width: 1023px) {
    .sub4_1 .contents { flex-wrap: wrap; flex-direction: column-reverse; }
    .sub4_1 .contents .left { width: 100%; }
    .sub4_1 .contents .right { width: 100%; margin-bottom: 30px; }

    .sub4_1 .contents .mapcont { height: calc(200px + 10vw); }

    .sub4_1 .contents .cont { display: flex; flex-wrap: nowrap; align-items: center; }
    .sub4_1 .contents .cont .img1 { width: auto; height: 100%; }
    .sub4_1 .contents .cont .textbox { width: calc(100% - 200px); }
    .sub4_1 .contents .cont .textbox .desc3 dl dt { margin-right: 6px; }
    .sub4_1 .contents .cont .textbox .desc3 dl dt img { width: 17px; }
}
@media (max-width: 767px) {
    .sub4_1 .contents .cont { display: block; text-align: center; padding-top: 18px; }
    .sub4_1 .contents .cont .img1 { width: 100%; height: auto; max-width: 200px; }
    .sub4_1 .contents .cont .textbox { width: 100%; text-align: left; }
    .sub4_1 .contents .cont .textbox .desc3 dl dt img { width: 15px; }
}

/* sub2 */
.sub2 .sub2desc1 { padding-bottom: 20px; font-weight: 600; font-size: 30px; color: #0c41c9; line-height: 1.33; }
.sub2 .sub2desc2 { font-size: 18px; color: #616161; line-height: 1.55; }

.sub2 .sub2img { margin-top: 75px; }
.sub2 .sub2img ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .sub2img ul > li { width: 48.5%; border-radius: 15px; overflow: hidden; }
.sub2 .sub2img ul > li img { width: 100%; }
@media (max-width: 1535px) {
    .sub2 .sub2img ul > li { border-radius: 13px; }
}
@media (max-width: 1279px) {
    .sub2 .sub2img ul > li { border-radius: 11px; }
}
@media (max-width: 1023px) {
    .sub2 .sub2desc1 { padding-bottom: 10px; }

    .sub2 .sub2img ul > li { border-radius: 10px; }
}
@media (max-width: 624px) {
    .sub2 .sub2img ul { display: block; }
    .sub2 .sub2img ul > li { width: 100%; }
    .sub2 .sub2img ul > li:nth-of-type(n + 2) { margin-top: 20px; }
}

.sub2 .sub2info { margin-top: 50px; }
.sub2 .sub2info ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .sub2info ul > li { width: 31%; border-radius: 15px; overflow: hidden; background-color: #e7edf8; }
.sub2 .sub2info ul > li .top { padding: 15px; text-align: center; font-weight: 500; font-size: 20px; color: #fff; background-color: #0c41c9; }
.sub2 .sub2info ul > li .mid { padding: 30px 25px; text-align: center; font-size: 18px; color: #4e4e4e; line-height: 1.5; }
.sub2 .sub2info ul > li .mid * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .sub2info ul > li .mid .iconbox img { display: inline-block; width: 120px; }
.sub2 .sub2info ul > li .mid .scrbox { margin-top: 25px; }
.sub2 .sub2info ul > li .mid .scrbox dl { display: flex; flex-wrap: nowrap; text-align: left; }
.sub2 .sub2info ul > li .mid .scrbox dl dt { min-width: max-content; }
.sub2 .sub2info .imgbox { text-align: center; }

.sub2 .sub2info.ver2 ul > li { width: 48.5%; }
.sub2 .sub2info.ver2 ul > li .mid { padding: 40px 25px; }

.sub2 .sub2info.ver3 ul > li { width: 23.5%; }

@media (max-width: 1535px) {
    .sub2 .sub2info ul > li { border-radius: 13px; }
    .sub2 .sub2info ul > li .top { padding: 13px; }
    .sub2 .sub2info ul > li .mid { padding: 25px 20px; }
    .sub2 .sub2info ul > li .mid .iconbox img { width: 100px; }
    .sub2 .sub2info ul > li .mid .scrbox { margin-top: 20px; }

    .sub2 .sub2info.ver2 ul > li .mid { padding: 30px 20px; }
}
@media (max-width: 1279px) {
    .sub2 .sub2info ul > li { width: 32%; border-radius: 11px; }
    .sub2 .sub2info ul > li .top { padding: 11px; }
    .sub2 .sub2info ul > li .mid { padding: 20px 15px; }
    .sub2 .sub2info ul > li .mid .iconbox img { width: 90px; }
    .sub2 .sub2info ul > li .mid .scrbox { margin-top: 15px; }

    .sub2 .sub2info.ver2 ul > li .mid { padding: 25px 15px; }
}
@media (max-width: 1023px) {
    .sub2 .sub2info ul { display: block; }
    .sub2 .sub2info ul > li { width: 100%; border-radius: 10px; }
    .sub2 .sub2info ul > li:nth-of-type(n + 2) { margin-top: 25px; }
    .sub2 .sub2info ul > li .top { padding: 10px; }
    .sub2 .sub2info ul > li .mid { padding: 15px; }
    .sub2 .sub2info ul > li .mid .iconbox img { width: 70px; }
    .sub2 .sub2info ul > li .mid .scrbox { margin-top: 10px; }

    .sub2 .sub2info.ver2 ul > li { width: 100%; }
    .sub2 .sub2info.ver2 ul > li .mid { padding: 15px; }

    .sub2 .sub2info.ver3 ul > li { width: 100%; }
}

.sub2arrow { margin-top: 70px; }
.sub2arrow ul { display: flex; flex-wrap: nowrap; margin: -10px; }
.sub2arrow ul li { position: relative; width: 20%; padding: 10px; }
.sub2arrow ul li a { display: block; padding: 12px 10px; text-align: center; pointer-events: none; border: 3px solid #d2ddf0; border-radius: 100px; }
.sub2arrow ul li a .scrbox .scr1 { font-size: 18px; color: #9e9e9e; line-height: 1.5; }
.sub2arrow ul li a .scrbox .scr2 { font-weight: 500; font-size: 20px; color: #0c41c9; line-height: 1.3; }

.sub2arrow ul li::after { z-index: 1; display: block; content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: -22px; width: 44px; height: 44px; border: 3px solid #d2ddf0; border-radius: 50%; background-image: url(/image/sub/sub2/sub2arrow.png); background-repeat: no-repeat; background-position: center; background-size: 20px; background-color: #fff; }
.sub2arrow ul li:last-of-type:after { display: none; }

@media (max-width: 1535px) {
    .sub2arrow ul { margin: -6px; }
    .sub2arrow ul li { padding: 6px; }
    .sub2arrow ul li a { padding: 10px 8px; border: 2px solid #d2ddf0; }

    .sub2arrow ul li::after { right: -18px; width: 36px; height: 36px; background-size: 16px; }
}
@media (max-width: 1023px) {
    .sub2arrow ul { display: block; margin: initial; }
    .sub2arrow ul li { padding: initial; width: 100%; }
    .sub2arrow ul li:nth-of-type(n + 2) { margin-top: 36px; }
    .sub2arrow ul li a { padding: 5px 5px 10px; border: 2px solid #d2ddf0; }

    .sub2arrow ul li::after { right: initial; left: 50%; transform: translateX(-50%); top: initial; bottom: -32px; width: 28px; height: 28px; background-size: 12px; background-image: url(/image/sub/sub2/sub2arrow2.png); border: none; }
}


