/* sub_top */
.sub_visual { position: relative; height: 429px; 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.png) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subcommon/subtop_bg2.png) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subcommon/subtop_bg3.png) 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.1); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 52%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-family:'NanumMyeongjo',sans-serif; font-weight: 800; font-size: 64px; color: #fff; text-shadow: 2px 0 2px rgba(0, 0, 0, 0.75); }

@media (max-width: 1535px) {
    .sub_visual { height: 400px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 360px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 330px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 140px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 290px; }
    .sub_visual.sub2 .bg { background-position-x: 10%; }
    .sub_visual.sub5 .bg { background-position-x: 10%; }
    .sub_visual.sub4 .bg { background-position-x: 90%; }
    /* .sub_visual.sub2 .bg { background-position-x: 80%; }
    .sub_visual.sub3 .bg { background-position-x: 20%; } */
}

.subtop { position: relative; z-index: 10; margin-top: -45px; height: 45px; background-color: #00794b; }
.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 #33946f; border-left: 1px solid #33946f; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #33946f; }
.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 #33946f; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #33946f; }
.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: 16px; color: #fff; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #33946f; }

.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: #33946f; border: 1px solid #33946f;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 15px; color: #fff; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #00794b; }

@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 #33946f; border-top: 1px solid #33946f; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { height: 35px; margin-top: -35px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 70px 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; }

/* sub_info */
.sub_info { padding-bottom: 30px; position: relative; display: flex; flex-wrap: nowrap; align-items: baseline; font-weight: 700; font-size: 24px; color: #000; line-height: 1.25; }
.sub_info * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub_info dt { min-width: max-content; margin-right: 11px; }
.sub_info dt img { display: inline-block; width: 10px; margin-bottom: 2px; }
.sub_info dd span { font-weight: normal; font-size: 18px; color: #0a0a0a; }
@media (max-width: 1535px) {
    .sub_info { padding-bottom: 25px; }
    .sub_info dt { margin-right: 10px; }
    .sub_info dt img { width: 9px; }
}
@media (max-width: 1279px) {
    .sub_info { padding-bottom: 20px; }
    .sub_info dt { margin-right: 9px; }
    .sub_info dt img { width: 8px; }
}
@media (max-width: 1023px) {
    .sub_info dt { margin-right: 7px; }
    .sub_info dt img { width: 7px; }
}
@media (max-width: 767px) {
    .sub_info { padding-bottom: 17px; }
}

/* sub1_1 */
.sub1_1 { overflow: hidden; background: url(/image/sub/sub1/sub1_1_img2.png) no-repeat center/cover; }
.sub1_1 { background-position-x: 100%; }
.sub1_1 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 dl dt { min-width: max-content; margin-right: 55px; }
.sub1_1 dl dt img { width: 460px; }
.sub1_1 dl dd .textbox { text-align: center; }
.sub1_1 dl dd .textbox .text1 { position: relative; display: inline-block; font-family:'NanumMyeongjo',sans-serif; font-weight: 800; font-size: 30px; color: #243649; line-height: 1.5; letter-spacing: -0.05em; }
.sub1_1 dl dd .textbox .text1 span { z-index: 2; position: relative; display: inline-block; }
.sub1_1 dl dd .textbox .text1 .talk { z-index: 1; position: absolute; width: 58px; }
.sub1_1 dl dd .textbox .text1 .talk1 { top: -7%; left: 1%; }
.sub1_1 dl dd .textbox .text1 .talk2 { bottom: -5%; right: 5%; }
.sub1_1 dl dd .textbox .text2 { margin-top: 40px; text-align: left; font-weight: 700; font-size: 24px; color: #0a0a0a; line-height: 1.45; }
.sub1_1 dl dd .textbox .text3 { text-align: left; font-size: 18px; color: #4c4c4c; line-height: 1.65; }
.sub1_1 dl dd .textbox .text3 b { font-weight: 600; color: #000; }
.sub1_1 dl dd .textbox .text4 { text-align: right; font-weight: 600; color: #000; font-size: 18px; }
@media (max-width: 1535px) {
    .sub1_1 dl dt { margin-right: calc(30px + 1.5vw); }
    .sub1_1 dl dt img { width: calc(200px + 15vw); }

    .sub1_1 dl dd .textbox .text1 .talk { width: 50px; }
    .sub1_1 dl dd .textbox .text1 .talk2 { right: 8%; }
}
@media (max-width: 1279px) {
    .sub1_1 dl dd .textbox .text1 .talk { width: 40px; }
    .sub1_1 dl dd .textbox .text1 .talk1 { top: -2%; left: 3%; }
    .sub1_1 dl dd .textbox .text1 .talk2 { bottom: 0; right: 10%; }
}
@media (max-width: 1023px) {
    .sub1_1 dl { display: block; }
    .sub1_1 dl dt { min-width: initial; margin-right: initial; text-align: center; }
    .sub1_1 dl dt img { width: 100%; max-width: 250px; }
    .sub1_1 dl dd { margin-top: 20px; }
    .sub1_1 dl dd .textbox .text1 .talk { width: 30px; }
    .sub1_1 dl dd .textbox .text1 .talk1 { top: -5%; left: 2%; }
    .sub1_1 dl dd .textbox .text1 .talk2 { bottom: initial; top: 0; right: 2%; }
}
@media (max-width: 460px) {
    .sub1_1 dl dd .textbox .text1 { display: block; }
    .sub1_1 dl dd .textbox .text1 br { display: none; }
    .sub1_1 dl dd .textbox .text1 .talk { width: 25px; }
    .sub1_1 dl dd .textbox .text1 .talk1 { top: initial; left: -3%; }
    .sub1_1 dl dd .textbox .text1 .talk2 { top: initial; right: -3%; }
}

/* sub1_2 */
.sub1_2 .business_slick { display: flex; flex-wrap: wrap; margin: -25px; }
.sub1_2 .cont { position: relative; padding: 25px; width: 33.3333%; }
.sub1_2 .cont a { position: relative; display: block; box-shadow: 10px 0 10px rgba(177, 177, 177, 0.75); pointer-events: none; }
.sub1_2 .cont a .img1 { z-index: 1; position: relative; width: 100%; }
.sub1_2 .cont a .num { z-index: 3; position: absolute; display: inline-flex; align-items: center; justify-content: center; text-align: center; left: 0; bottom: 124px; width: 52px; height: 52px; background-color: #cd2b1b; }
.sub1_2 .cont a .num p { font-weight: 700; font-size: 22px; color: #fff; line-height: 1; }
.sub1_2 .cont a .descbox { z-index: 2; position: absolute; left: 0; bottom: 0; width: 100%; height: 150px; display: flex; align-items: center; justify-content: center; flex-direction: column; text-align: center; background-color: rgba(255, 255, 255, 0.8); }
.sub1_2 .cont a .descbox .desc1 { font-weight: 700; font-size: 26px; color: #000; }
.sub1_2 .cont a .descbox .desc2 { margin-top: 11px; font-size: 16px; color: #555; line-height: 1.375; }
@media (max-width: 1535px) {
    .sub1_2 .business_slick { margin: -20px; }
    .sub1_2 .cont { padding: 20px; }
    .sub1_2 .cont a .num { bottom: 106px; width: 48px; height: 48px; }
    .sub1_2 .cont a .num p { font-weight: 600; font-size: 18px; }
    .sub1_2 .cont a .descbox { height: 130px; }
}
@media (max-width: 1279px) {
    .sub1_2 .business_slick { margin: -15px; }
    .sub1_2 .cont { padding: 15px; }
    .sub1_2 .cont a { box-shadow: 7px 0 7px rgba(177, 177, 177, 0.75); }
    .sub1_2 .cont a .num { bottom: 100px; width: 40px; height: 40px; }
    .sub1_2 .cont a .num p { font-weight: 600; font-size: 18px; }
    .sub1_2 .cont a .descbox { height: 120px; }
}
@media (max-width: 1023px) {
    .sub1_2 .business_slick { justify-content: space-between; margin: initial; }
    .sub1_2 .cont { width: 48%; padding: initial; }
    .sub1_2 .cont:nth-of-type(n + 3) { margin-top: 4%; }
    .sub1_2 .cont a { box-shadow: 5px 0 5px rgba(177, 177, 177, 0.75); }
    .sub1_2 .cont a .num { bottom: 102px; width: 36px; height: 36px; }
    .sub1_2 .cont a .num p { font-weight: 500; font-size: 16px; }
}
@media (max-width: 724px) {
    .sub1_2 .cont a .num { bottom: 114px; width: 32px; height: 32px; }
    .sub1_2 .cont a .descbox { height: 130px; padding: 20px; }
    .sub1_2 .cont a .descbox .desc2 br { display: none; }
}
@media (max-width: 524px) {
    .sub1_2 .cont { width: 100%; display: block; }
    .sub1_2 .cont:nth-of-type(n + 3) { margin-top: initial; }
    .sub1_2 .cont:nth-of-type(n + 2) { margin-top: 25px; }
    .sub1_ .cont a .num { bottom: 86px; width: 28px; height: 28px; }
    .sub1_ .cont a .descbox { height: 100px; }
}

/* sub1_3 */
.sub1_3 .cont1 { font-weight: 500; font-size: 18px; color: #484848; line-height: 1.25; }
.sub1_3 .cont1 * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .cont1 ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub1_3 .cont1 ul li { width: 32%; }
.sub1_3 .cont1 ul li:nth-of-type(n + 4) { margin-top: 4%; }
.sub1_3 .cont1 ul li a { display: block; pointer-events: none; height: 100%; }
.sub1_3 .cont1 ul li a img { width: 100%; }
.sub1_3 .cont1 ul li a p { margin-top: 15px; text-align: center; }
.sub1_3 .tablewrap { position: relative; }
.sub1_3 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-size: 16px; color: #000; line-height: 1.4; }
.sub1_3 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 15px; text-align: center; border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
.sub1_3 .tablewrap table th { background-color: #f0f8ff; font-weight: 500; color: #000; }
.sub1_3 .tablewrap table td.graytd { background-color:  #f8f8f8; }
@media (max-width: 1535px) {
    .sub1_3 .cont1 ul li a p { margin-top: 12px; }
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 13px; }
}
@media (max-width: 1279px) {
    .sub1_3 .cont1 ul li a p { margin-top: 11px; }
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 11px; }
}
@media (max-width: 1023px) {
    .sub1_3 .cont1 ul li a p { margin-top: 10px; }
    .sub1_3 .tablewrap { overflow-x: scroll; }
    .sub1_3 .tablewrap table { width: 1050px; }
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 10px; }
}
@media (max-width: 767px) {
    .sub1_3 .cont1 ul li { width: 48%; }
    .sub1_3 .cont1 ul li:nth-of-type(n + 4) { margin-top: initial; }
    .sub1_3 .cont1 ul li:nth-of-type(n + 3) { margin-top: 5%; }
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 9px; }
}
@media (max-width: 460px) {
    .sub1_3 .tablewrap table th, .sub1_3 .tablewrap table td { padding: 8px; }
}

/* sub1_4 */
.sub1_4 .mapcont { position: relative; height: 550px; }
.sub1_4 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_4 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.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.3; }
.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; align-items: center; }
.sub1_4 .mapdesc dl dt { min-width: max-content; margin-right: 18px; }
.sub1_4 .mapdesc dl dt img { width: 48px; }

@media (max-width: 1535px) {
    .sub1_4 .mapcont { height: calc(300px + 15vw); }
    .sub1_4 .mapdesc dl dt { margin-right: 16px; }
    .sub1_4 .mapdesc dl dt img { width: calc(30px + 1vw); }
}
@media (max-width: 1279px) {
    .sub1_4 .mapcont { height: calc(270px + 12vw); }
    .sub1_4 .mapdesc { font-weight: 500; }
    .sub1_4 .mapdesc dl dt { margin-right: 14px; }
}
@media (max-width: 1023px) {
    .sub1_4 .mapdesc { font-weight: normal; display: block; }
    .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: 10px; }
    .sub1_4 .mapdesc dl dt img { width: 33px; }
}
@media (max-width: 767px) {
    .sub1_4 .mapcont { height: calc(230px + 10vw); }
}
@media (max-width: 524px) {
    .sub1_4 .mapdesc dl dt { margin-right: 8px; }
    .sub1_4 .mapdesc dl dt img { width: 30px; }
}

/* sub2 */
.sub2 .sub2_top { text-align: center; font-size: 18px; color: #0a0a0a; line-height: 1.65; }
.sub2 .sub2_mid { margin-top: 40px; }
.sub2 .sub2_mid ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .sub2_mid ul li { width: 48%; }
.sub2 .sub2_mid ul li img { width: 100%; }
.sub2 .sub2_bottom { margin-top: 40px; padding: 40px 30px; text-align: left; background-color: #f3f4f6; font-size: 18px; color: #4f4e4e; line-height: 1.5; }
.sub2 .sub2_bottom * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .sub2_bottom dl { display: flex; flex-wrap: nowrap; }
.sub2 .sub2_bottom dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub2 .sub2_bottom dl dt { min-width: max-content; }
.sub2 .sub2_bottom dl b {font-weight: 600; color: #000; }
.sub2 .sub2_bottom dl dd { width: 100%; }
@media (max-width: 554px) {
    .sub2 .sub2_mid ul { display: block; }
    .sub2 .sub2_mid ul li { width: 100%; }
    .sub2 .sub2_mid ul li:nth-of-type(n + 2) { margin-top: 25px; }
}

/* sub3 */
.sub3 article { position: relative; margin-top: 70px; }
.sub3 article.no_top { margin-top: initial; }
.sub3 .cont1 { padding: 23px; font-size: 16px; color: #4c4c4c; line-height: 1.65; background-color: #f3f4f6; }
.sub3 .cont1 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3 .cont1 dl { display: flex; flex-wrap: nowrap; }
.sub3 .cont1 dl:nth-of-type(n + 2) { margin-top: 5px; }
.sub3 .cont1 dl dt { min-width: max-content; }
.sub3 .tablewrap { position: relative; }
.sub3 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #c5c5c5; border-left: 1px solid #c5c5c5; font-size: 16px; color: #000; line-height: 1.35; }
.sub3 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3 .tablewrap table th, .sub3 .tablewrap table td { padding: 20px 15px; text-align: left; border-bottom: 1px solid #c5c5c5; border-right: 1px solid #c5c5c5; }
.sub3 .tablewrap table th { background-color: #f3f4f6; font-weight: 600; }
.sub3 .tablewrap table td.graytd { background-color: #f9fafb; }
.sub3 .desc1 { padding-bottom: 10px; text-align: right; font-size: 16px; color: #000; line-height: 1; }
.sub3 .desc2 { padding-top: 15px; text-align: left; font-size: 16px; color: #4c4c4c; line-height: 1; }
@media (max-width: 1535px) {
    .sub3 .tablewrap table th, .sub3 .tablewrap table td { padding: 17px 12px; }
}
@media (max-width: 1279px) {
    .sub3 .tablewrap table th, .sub3 .tablewrap table td { padding: 15px 10px; }
}
@media (max-width: 1023px) {
    .sub3 .tablewrap { overflow-x: scroll; }
    .sub3 .tablewrap table { width: 1050px; }
    .sub3 .tablewrap table th, .sub3 .tablewrap table td { padding: 10px; }
}
@media (max-width: 767px) {
    .sub3 .tablewrap table th, .sub3 .tablewrap table td { padding: 9px; }
}

.sub3 .cont2 ul { display: flex; flex-wrap: nowrap; }
.sub3 .cont2 ul li { width: 18%; }
.sub3 .cont2 ul li.arrowli { position: relative; width: 2.5%; text-align: center; }
.sub3 .cont2 ul li.arrowli img { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; width: 8px; }

.sub3 .cont2 ul li .cont { height: 100%; padding: 25px 10px; text-align: center; overflow: hidden; border-radius: 15px; border: 1px solid #bcbcbc; background: linear-gradient(to top, #eeefef 0%, #fff 100%); }
.sub3 .cont2 ul li .cont img { display: inline-block; width: 38px; }
.sub3 .cont2 ul li .cont .scrbox { margin-top: 13px; }
.sub3 .cont2 ul li .cont .scrbox .scr1 { font-weight: 700; font-size: 20px; color: #000; line-height: 1.5; }
.sub3 .cont2 ul li .cont .scrbox .scr2 { font-size: 16px; color: #5e5e5e; line-height: 1.5; } 

@media (max-width: 1535px) {
    .sub3 .cont2 ul li.arrowli img { width: 7px; }

    .sub3 .cont2 ul li .cont { padding: 22px 9px; border-radius: 13px; }
    .sub3 .cont2 ul li .cont img { width: 35px; }
    .sub3 .cont2 ul li .cont .scrbox { margin-top: 12px; }
}
@media (max-width: 1279px) {
    .sub3 .cont2 ul li.arrowli img { width: 6px; }

    .sub3 .cont2 ul li .cont { padding: 17px 8px; border-radius: 11px; }
    .sub3 .cont2 ul li .cont img { width: 32px; }
    .sub3 .cont2 ul li .cont .scrbox { margin-top: 10px; }
}
@media (max-width: 1023px) {
    .sub3 .cont2 ul li.arrowli img { width: 5px; }

    .sub3 .cont2 ul li .cont { padding: 15px 7px; border-radius: 9px; }
    .sub3 .cont2 ul li .cont img { width: 30px; }
    .sub3 .cont2 ul li .cont .scrbox { margin-top: 9px; }
}
@media (max-width: 1023px) {
    .sub3 .cont2 ul { display: block; }
    .sub3 .cont2 ul li { width: 100%; }
    .sub3 .cont2 ul li.arrowli { width: 100%; padding: 5px 0; }
    .sub3 .cont2 ul li.arrowli img { width: 10px; transform-origin: center; transform: translateY(0) rotateZ(90deg); }

    .sub3 .cont2 ul li .cont { padding: 10px 7px; border-radius: 8px; }
    .sub3 .cont2 ul li .cont .scrbox { margin-top: 8px; }
}