/* sub_top */
.sub_visual { position: relative; height: 445px; 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 .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.45); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 700; font-size: 40px; color: #fff; letter-spacing: -0.01em; }
@media (max-width: 1660px) {
    .sub_visual { height: 440px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1440px) {
    .sub_visual { height: 400px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 380px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 115px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 330px; }
    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 280px; }

    .sub_visual.sub4 .bg { background-position-x: 80%; }
    .sub_visual.sub5 .bg { background-position-x: 80%; }
}

.subtop { position: relative; z-index: 10; margin-top: -45px; height: 45px; background-color: rgba(0, 0, 0, 0.7); }
.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 #666; border-left: 1px solid #666; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #000; }
.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%); width: 18px; }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #666; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #666; }
.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: #000; }

.subtop .subtop_flex .donw_arrow { transform-origin: center; width: 12px; }
.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: #333; border: 1px solid #666;  }
.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: #000; }

@media (max-width: 1023px) {
    .subtop { height: 70px; margin-top: -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 #666; border-top: 1px solid #666; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { height: 35px; margin-top: -35px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 40px; text-align: center; font-weight: 600; font-size: 36px; color: #000; line-height: 1.4; }


/* sub1_1 */
.sub1_1 .contents1 { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 .imgbox { width: 50%; padding-right: 44px; }
.sub1_1 .contents1 .imgbox img { display: inline-block; width: 100%; }
.sub1_1 .contents1 .textbox { width: 50%; }
.sub1_1 .contents1 .textbox .text1 { font-weight: 300; font-size: 26px; color: #000; line-height: 1.4; letter-spacing: -0.025em; }
.sub1_1 .contents1 .textbox .text1 br { display: none; }
.sub1_1 .contents1 .textbox .text2 { margin-top: 15px; font-weight: 700; font-size: 36px; color: #003e86; line-height: 1.4; letter-spacing: -0.025em; }
.sub1_1 .contents1 .textbox .text3 { margin-top: 20px; font-size: 18px; color: #000; line-height: 1.6; letter-spacing: -0.025em; }
@media (max-width: 1660px) {
    .sub1_1 .contents1 .textbox .text2 { margin-top: 13px; }
    .sub1_1 .contents1 .textbox .text3 { margin-top: 17px; }
}
@media (max-width: 1440px) {
    .sub1_1 .contents1 .imgbox { padding-right: 40px; }
}
@media (max-width: 1279px) {
    .sub1_1 .contents1 .textbox .text2 { margin-top: 10px; }
    .sub1_1 .contents1 .textbox .text3 { margin-top: 15px; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents1 { display: block; text-align: center; }
    .sub1_1 .contents1 .imgbox { width: 100%; padding-right: 0; }
    .sub1_1 .contents1 .imgbox img { width: 100%; max-width: 300px; }
    .sub1_1 .contents1 .textbox { width: 100%; top: initial; transform: translateY(0); margin-top: 20px; }
    .sub1_1 .contents1 .textbox .text1 br { display: inline-block; }
    .sub1_1 .contents1 .textbox .text2 { margin-top: 7px; }
    .sub1_1 .contents1 .textbox .text3 { margin-top: 10px; }
}

/* sub1_1 table */
.sub1_1 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; font-size: 18px; color: #2c2d2d; line-height: 1.3; }
.sub1_1 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; } 
.sub1_1 .tablewrap table th, .sub1_1 .tablewrap table td { padding: 14px; text-align: center; text-align: left; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.sub1_1 .tablewrap table th { color: #000; background-color: #f6f6f6; }
.sub1_1 .tablewrap table th dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_1 .tablewrap table th dl dt { min-width: max-content; margin-right: 8px; }
.sub1_1 .tablewrap table th dl dt img { display: inline-block; width: 20px; }
@media (max-width: 1660px) {
    .sub1_1 .tablewrap table th, .sub1_1 .tablewrap table td { padding: 13px; }
}
@media (max-width: 1440px) {
    .sub1_1 .tablewrap table th, .sub1_1 .tablewrap table td { padding: 12px; }
}
@media (max-width: 1279px) {
    .sub1_1 .tablewrap table th, .sub1_1 .tablewrap table td { padding: 10px; }
}
@media (max-width: 1023px) {
    .sub1_1 .tablewrap { margin-top: 15px; overflow-x: scroll; }
    .sub1_1 .tablewrap table { width: 1050px; }
}
@media (max-width: 767px) {
    .sub1_1 .tablewrap table { width: 780px; }
}

/* sub1_2 */
.sub1_2 .imgbox { text-align: center; }
.sub1_2 .text1 { margin-top: 50px; font-weight: 700; font-size: 20px; color: #2c2d2d; letter-spacing: -0.025em; }
.sub1_2 .tablewrap { margin-top: 20px; }
.sub1_2 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; font-size: 18px; color: #2c2d2d; line-height: 1.3; }
.sub1_2 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; } 
.sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 14px 10px; text-align: center; text-align: center; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.sub1_2 .tablewrap table th { color: #000; background-color: #f6f6f6; }
@media (max-width: 1660px) {
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 13px 9px; }
}
@media (max-width: 1440px) {
    .sub1_2 .text1 { font-weight: 600; }
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 12px 8px; }
}
@media (max-width: 1279px) {
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 10px 6px; }
}
@media (max-width: 1023px) {
    .sub1_2 .text1 { font-weight: 500; }
    .sub1_2 .tablewrap { margin-top: 15px; overflow-x: scroll; }
    .sub1_2 .tablewrap table { width: 1050px; }
}
@media (max-width: 767px) {
    .sub1_2 .tablewrap table { width: 780px; }
}

/* sub1_3 */
.sub1_3 .imgbox { text-align: center; }

/* sub1_4 */
.sub1_4 .mapcont { position: relative; height: 600px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.sub1_4 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_4 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: 100%; }
.sub1_4 .mapdesc { margin-top: 20px; display: flex; flex-wrap: nowrap; justify-content: space-between; font-weight: 600; font-size: 18px; color: #444; line-height: 1.47; }
.sub1_4 .mapdesc * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .mapdesc dl { width: 48%; display: flex; flex-wrap: nowrap; }
.sub1_4 .mapdesc dl dt { min-width: max-content; margin-right: 18px; }
.sub1_4 .mapdesc dl dt img { display: inline-block; width: 48px; }
.sub1_4 .mapdesc dl dd p { display: flex; flex-wrap: nowrap; }
.sub1_4 .mapdesc dl dd p span { display: inline-block; }
.sub1_4 .mapdesc dl dd p span:first-of-type { min-width: max-content; }
.sub1_4 .mapdesc dl dd p span:last-of-type { width: 100%; }
.sub1_4 .mapdesc dl dd p .br1 { display: none; }
@media (max-width: 1660px) {
    .sub1_4 .mapcont { height: calc(300px + 17vw); }
    .sub1_4 .mapdesc dl dt { margin-right: 16px; }
    .sub1_4 .mapdesc dl dt img { width: 44px; }
}
@media (max-width: 1440px) {
    .sub1_4 .mapcont { height: calc(260px + 15vw); }
    .sub1_4 .mapdesc dl dt { margin-right: 15px; }
    .sub1_4 .mapdesc dl dt img { width: 40px; }
}
@media (max-width: 1279px) {
    .sub1_4 .mapcont { height: calc(230px + 12vw); }
    .sub1_4 .mapdesc { display: block; font-weight: 500; }
    .sub1_4 .mapdesc dl { width: 100%; }
    .sub1_4 .mapdesc dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub1_4 .mapdesc dl dt { margin-right: 13px; }
    .sub1_4 .mapdesc dl dt img { width: 35px; }
}
@media (max-width: 767px) {
    .sub1_4 .mapcont { height: calc(200px + 8vw); }
    .sub1_4 .mapdesc dl { display: block; text-align: center; }
    .sub1_4 .mapdesc dl dt { min-width: initial; margin-right: initial; }
    .sub1_4 .mapdesc dl dt img { width: 32px; }
    .sub1_4 .mapdesc dl dd { margin-top: 7px; }
    .sub1_4 .mapdesc dl dd p { justify-content: center; text-align: left; }
    .sub1_4 .mapdesc dl dd p span:last-of-type { width: initial; }
    .sub1_4 .mapdesc dl dd p .br1 { display: inline-block; }
}

/* sub3 */
.sub3 .cont1 { position: relative; margin-top: 60px; padding: 45px 20px; border: 1px solid #d9d9d9; }
.sub3 .cont1.ver2 { margin-top: 80px; }
.sub3 .cont1 strong { z-index: 1; position: absolute; top: -28px; left: 0; padding: 5px; width: 300px; height: 56px; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: 700; font-size: 26px; color: #fff; line-height: 1; white-space: nowrap; border-radius: 100px; background-color: #003e86; }
.sub3 .cont1 strong.ver2 { width: 590px; }
.sub3 .cont1 strong.ver2 br { display: none; }
.sub3 .cont1 .text1 { margin-top: 10px; font-size: 18px; color: #616161; letter-spacing: -0.025em; line-height: 1.45; }
.sub3 .cont1 .text1 span { position: relative; display: inline-block; margin-top: 5px; color: #003e86; }
.sub3 .cont1 .text1 span::after { display: block; content: ''; position: absolute; left: 0; bottom: -3px; width: 100%; height: 1px; background-color: #003e86; }
.sub3 .cont1 .imgcont { margin-top: 10px; text-align: right; }
.sub3 .cont1 .imgcont img { display: inline-block; }
.sub3 .cont1 .imgcont .img1 { width: 920px; }
.sub3 .cont1 .imgcont .img2 { width: 920px; }

.sub3 .cont1 .imgcont.img3,
.sub3 .cont1 .imgcont.img4,
.sub3 .cont1 .imgcont.img5
{ margin-top: -50px; }
.sub3 .cont1 .imgcont.img3 img { width: 790px; }
.sub3 .cont1 .imgcont.img4 img { width: 730px; }

@media (max-width: 1660px) {
    .sub3 .cont1 { margin-top: 50px; padding: 40px 20px; }
    .sub3 .cont1.ver2 { margin-top: 70px; }
    .sub3 .cont1 strong { width: 270px; height: 50px; top: -25px; font-size: 22px; }
    .sub3 .cont1 strong.ver2 { width: 560px; }

    .sub3 .cont1 .imgcont .img1 { width: calc(400px + 27vw); }
    .sub3 .cont1 .imgcont .img2 { width: calc(400px + 27vw); }

    .sub3 .cont1 .imgcont.img3 img { width: calc(400px + 22vw); }
    .sub3 .cont1 .imgcont.img4 img { width: calc(400px + 18vw); }
}
@media (max-width: 1440px) {
    .sub3 .cont1 { margin-top: 40px; padding: 30px 20px; }
    .sub3 .cont1.ver2 { margin-top: 60px; }
    .sub3 .cont1 strong { width: 250px; height: 44px; top: -27px; font-weight: 600; font-size: 20px; }
    .sub3 .cont1 strong.ver2 { width: 510px; }

    .sub3 .cont1 .imgcont.img3,
    .sub3 .cont1 .imgcont.img4,
    .sub3 .cont1 .imgcont.img5
    { margin-top: -40px; }
}
@media (max-width: 1279px) {
    .sub3 .cont1 { margin-top: 30px; padding: 20px; }
    .sub3 .cont1.ver2 { margin-top: 50px; }
    .sub3 .cont1 strong { width: 200px; height: 38px; top: -19px; font-size: 18px; }
    .sub3 .cont1 strong.ver2 { width: 440px; }

    .sub3 .cont1 .imgcont.img3,
    .sub3 .cont1 .imgcont.img4
    { margin-top: 20px; }
    .sub3 .cont1 .imgcont.img5 { margin-top: 0; }
}
@media (max-width: 1023px) {
    .sub3 .cont1 { padding: 20px; }
    .sub3 .cont1 strong { width: 180px; height: 36px; top: -18px; font-size: 16px; }
    .sub3 .cont1 strong.ver2 { width: 360px; }
}
@media (max-width: 624px) {
    .sub3 .cont1 .imgcont { margin-top: 20px; text-align: center; }
}
@media (max-width: 424px) {
    .sub3 .cont1 strong.ver2 { width: 100%; height: 54px; top: -31px; line-height: 1.25; }
    .sub3 .cont1 strong.ver2 br { display: inline-block; }
}