/* sub_top */
.sub_visual { position: relative; height: 390px; 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/subtop1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subtop2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subtop3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subtop4.jpg) no-repeat center/cover; }
.sub_visual.sub5 .bg { background: url(/image/sub/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.3); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 90px; height: calc(100% - 135px); 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: 60px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 330px; }

    .sub_visual .txtbox { top: 90px; height: calc(100% - 125px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 280px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 115px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 270px; }

    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 95px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 260px; }
    .sub_visual.sub1 .bg { background-position-x: 10%; }
    .sub_visual.sub4 .bg { background-position-x: 90%; }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; background-color: rgba(0, 0, 0, 0.5); }
.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: 55px; text-align: center; font-weight: 600; font-size: 40px; color: #000; }

/* sub1_1 */
.sub1_1 .contents1 { padding: 150px 0; overflow: hidden; background: url(/image/sub/sub1_1_bg.jpg) no-repeat center/cover; }
.sub1_1 .contents1 .textbox { font-weight: 500; font-size: 28px; color: #3d3d3d; line-height: 1.42; }
.sub1_1 .contents1 .textbox b { font-weight: 700; font-size: 40px; color: #498b14; }
.sub1_1 .contents2 { margin-top: 70px; }
.sub1_1 .contents2 .text1 { font-size: 22px; color: #757575; line-height: 1.8; }
.sub1_1 .contents2 .text1 b { font-weight: 700; font-size: 30px; }
.sub1_1 .contents2 .text2 { margin-top: 70px; text-align: center; font-weight: 700; font-size: 35px; color: #3d3d3d; }
.sub1_1 .contents2 .contents3 { display: flex; flex-wrap: nowrap; padding-top: 40px; max-width: 900px; margin: 0 auto; }
.sub1_1 .contents2 .contents3 li { width: 33.3333%; }
.sub1_1 .contents2 .contents3 li { position: relative; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 25px; color: #fff; padding: 60px 10px; text-align: center; border-radius: 85px; }
.sub1_1 .contents2 .contents3 li:nth-of-type(1) { left: 5%; background-color: rgba(252, 176, 64, 0.8); }
.sub1_1 .contents2 .contents3 li:nth-of-type(2) { background-color: rgba(148, 143, 0, 0.8); }
.sub1_1 .contents2 .contents3 li:nth-of-type(3) { right: 5%; background-color: rgba(0, 134, 50, 0.8); }
.sub1_1 .contents3 { margin-top: 70px; }
@media (max-width: 767px) {
    .sub1_1 .contents1 { background-position-x: 70%; }
    .sub1_1 .contents2 .contents3 li { font-weight: 500; }
}

/* sub1_2 */
.submap_container { width: 100%; height: 600px; border: 1px solid #cbcbcb; border-bottom: none; }
.submap_container .root_daum_roughmap { width: 100%; height: 100%; }
.submap_container .wrap_map { width: 100%; height: calc(100% - 32px) !important; }

.sub1_2 .submap_desc { display: flex; flex-wrap: nowrap; padding: 20px; border: 1px solid #cbcbcb; border-top: none; }
.sub1_2 .submap_desc dl { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_2 .submap_desc dl dt { min-width: max-content; margin-right: 10px; }
.sub1_2 .submap_desc dl dt img { width: 36px; height: 36px; line-height: 1.35; }
.sub1_2 .submap_desc dl dd { position: relative; }
.sub1_2 .submap_desc dl dd p { position: relative; font-weight: 600; font-size: 18px; color: #6a6a6a; line-height: 1.35; }
.sub1_2 .submap_desc dl dd p i { font-style: normal; }
.sub1_2 .submap_desc dl dd p br { display: none; }

@media (max-width: 1660px) {
    .sub1_2 .submap_desc dl dd p { font-size: 17px; }
}
@media (max-width: 1230px) {
    .submap_container { height: calc(260px + 16vw); }

    .sub1_2 .submap_desc { padding: 15px; }
    .sub1_2 .submap_desc dl dt img { width: 30px; height: 30px; }
    .sub1_2 .submap_desc dl dd p { font-size: 15px; }
}
@media (max-width: 767px) {
    .sub1_2 .submap_desc { display: block; padding: 10px; }
    .sub1_2 .submap_desc dl { width: 100%; }
    .sub1_2 .submap_desc dl dt img { width: 28px; height: 28px; }
    .sub1_2 .submap_desc dl dd p i { display: none; }
    .sub1_2 .submap_desc dl dd p br { display: inline-block; }
}