/* sub_top */
.sub_visual { position: relative; height: 360px; 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.4); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 0; height: calc(100% - 45px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 55%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-size: 21px; color: #fff; letter-spacing: -0.025em; line-height: 1.52; }
.sub_visual .txtbox .text1 br { display: none; }
.sub_visual .txtbox .text2 { font-weight: 700; font-size: 60px; color: #fff; letter-spacing: -0.025em; line-height: 1.52; }
@media (max-width: 1535px) {
    .sub_visual { height: 320px; }
    .sub_visual .txtbox .texts { top: 52%; }
    .sub_visual .txtbox .text2 { font-weight: 600; }
}
@media (max-width: 1279px) {
    .sub_visual { height: 300px; }
    .sub_visual .txtbox .texts { top: 50%; }
    .sub_visual .txtbox .text2 { font-weight: 500; }
}
@media (max-width: 1023px) {
    .sub_visual { height: 280px; }
    .sub_visual .txtbox { height: calc(100% - 70px); }
    .sub_visual .txtbox .text1 br { display: inline-block; }

    /* noSub */
    .sub_visual.noSub { }
    .sub_visual.noSub .txtbox { height: calc(100% - 35px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 260px; }
}

.subtop { position: relative; z-index: 10; margin-top: -45px; height: 45px; background-color: #f9f9f9; border-top: 1px solid #e1e1e1; border-bottom: 1px solid #e1e1e1; }
.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 #e1e1e1; border-left: 1px solid #e1e1e1; 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: #696969; }
.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 #e1e1e1; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #e1e1e1; }
.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: #696969; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #eee; }

.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: #f9f9f9; border: 1px solid #e1e1e1;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #696969; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #eee; }

@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 #e5e5e5; border-top: 1px solid #e5e5e5; }

    .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: 50px; text-align: center; font-weight: 600; font-size: 40px; color: #000; line-height: 1.4; }

/* sub1_1 */
.sub1_1 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 dl dt { min-width: max-content; margin-right: 45px; }
.sub1_1 dl dt img { display: inline-block; width: 440px; }
.sub1_1 dl dd { width: 100%; }
.sub1_1 dl dd .textbox .text1 { font-weight: 500; font-size: 24px; color: #333; line-height: 1.5; }
.sub1_1 dl dd .textbox .text1 span { color: #f47920; }
.sub1_1 dl dd .textbox .text2 { margin-top: 40px; font-size: 18px; color: #4d4d4d; line-height: 1.6; }
.sub1_1 dl dd .textbox .text3 { margin-top: 50px; display: flex; flex-wrap: nowrap; align-items: center; justify-content: right; align-items: center; text-align: right; font-size: 18px; color: #4d4d4d; line-height: 1.6; }
.sub1_1 dl dd .textbox .text3 span { display: inline-block; margin-left: 15px; font-family: 'HANCooljazz'; font-weight: 700; font-size: 50px; color: #000; }
@media (max-width: 1535px) {
    .sub1_1 dl dt { margin-right: calc(25px + 1.3vw); }
    .sub1_1 dl dt img { width: calc(200px + 13vw); }
}
@media (max-width: 1279px) {
    .sub1_1 dl dt img { width: calc(200px + 10vw); }
}
@media (max-width: 767px) {
    .sub1_1 dl { display: block; text-align: center; }
    .sub1_1 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub1_1 dl dt img { width: 100%; max-width: 200px; }
    .sub1_1 dl dd { margin-top: 20px; }
}

/* sub1_2 */
.sub1_2 strong { display: block; margin-bottom: 10px; font-size: 20px; color: #000; line-height: 1.35; }
.sub1_2 .mapcont { width: 100%; }
.sub1_2 .mapcont .mapwrap { width: 100%; height: 430px; }
.sub1_2 .mapcont .mapwrap .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_2 .mapcont .mapwrap .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_2 .mapcont .mapwrap .root_daum_roughmap .wrap_map .cont { display: none; }
.sub1_2 .mapcont .mapdesc { display: flex; flex-wrap: nowrap; justify-content: space-between; padding: 17px 21px; font-size: 18px; color: #333; line-height: 1.65; border: 1px solid rgba(0,0,0,.1); border-top: none; }
.sub1_2 .mapcont .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .mapcont .mapdesc dl { width: 48%; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_2 .mapcont .mapdesc dl dt { min-width: max-content; margin-right: 15px; }
.sub1_2 .mapcont .mapdesc dl dt img { display: inline-block; width: 43px; }
.sub1_2 .mapcont .mapdesc dl dd span { display: inline-block; margin-right: 10px; }
.sub1_2 .mapcont .mapdesc.ver2 { display: block; }
.sub1_2 .mapcont .mapdesc.ver2 dl { width: 100%; }
.sub1_2 .mapcont .mapdesc.ver2 dl:nth-of-type(n + 2) { margin-top: 15px; }

.sub1_2 .contul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_2 .contul > li { width: 49%; }

@media (max-width: 1535px) {
    .sub1_2 .mapcont .mapwrap { height: calc(200px + 14vw); }
    .sub1_2 .mapcont .mapdesc dl dt { margin-right: 13px; }
    .sub1_2 .mapcont .mapdesc dl dt img { width: calc(25px + 1.1vw); }
}
@media (max-width: 1279px) {
    .sub1_2 .mapcont .mapwrap { height: calc(180px + 11vw); }
    .sub1_2 .mapcont .mapdesc dl dt { margin-right: 11px; }
}
@media (max-width: 767px) {
    .sub1_2 .mapcont .mapdesc { display: block; }
    .sub1_2 .mapcont .mapdesc dl { width: 100%; }
    .sub1_2 .mapcont .mapdesc dl:nth-of-type(n + 2) { margin-top: 15px; }
    .sub1_2 .mapcont .mapdesc dl dt img { width: 27px; }

    .sub1_2 .contul { display: block; }
    .sub1_2 .contul > li { width: 100%; }
    .sub1_2 .contul > li:nth-of-type(n + 2) { margin-top: 25px; }
}