/* sub_top */
.sub_visual { position: relative; height: 346px; 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/subtop_bg1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subtop_bg2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subtop_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subtop_bg4.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.4); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 90px; height: calc(100% - 90px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 53%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 700; font-size: 50px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 310px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 80px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 290px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 70px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 240px; }

    .sub_visual .txtbox { top: 60px; height: calc(100% - 60px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 210px; }
}


/* 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 .contents1 { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 li { position: relative; width: 50%; }
.sub1_1 .contents1 li:first-of-type { padding-right: 5.5%; }
.sub1_1 .contents1 li .textbox .text1 { font-weight: 700; font-size: 35px; color: #122b88; }
.sub1_1 .contents1 li .textbox .text2 { margin-top: 15px; font-size: 18px; color: #7a7a7a; line-height: 1.33; }
@media (max-width: 767px) {
    .sub1_1 .contents1 { display: block; }
    .sub1_1 .contents1 li { width: 100%; text-align: center; }
    .sub1_1 .contents1 li:first-of-type { margin-bottom: 20px; padding-right: initial; }
    .sub1_1 .contents1 li img { width: 100%; max-width: 300px; }
}

/* sub1_2 */
.sub1_2 .mapcont { height: 450px; }
.sub1_2 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_2 .mapcont .root_daum_roughmap .cont { display: none !important; }
.sub1_2 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_2 .mapdesc { padding: 20px; font-size: 18px; color: #6c6c6c; line-height: 1.65; border: 1px solid rgba(0,0,0,.1); border-top: none; }
.sub1_2 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .mapdesc dl { display: flex; flex-wrap: nowrap; align-items: baseline; }
.sub1_2 .mapdesc dl dt { min-width: max-content; margin-right: 11px; }
.sub1_2 .mapdesc dl dt img { width: 40px; }
.sub1_2 .mapdesc dl dd { width: 100%; }
@media (max-width: 1535px) {
    .sub1_2 .mapcont { height: calc(280px + 10vw); }
    .sub1_2 .mapdesc { padding: 17px; }
    .sub1_2 .mapdesc dl dt img { width: 36px; }
}
@media (max-width: 1279px) {
    .sub1_2 .mapdesc { padding: 15px; }
    .sub1_2 .mapdesc dl dt img { width: 34px; }
}
@media (max-width: 1023px) {
    .sub1_2 .mapcont { height: calc(200px + 10vw); }
    .sub1_2 .mapdesc { padding: 13px; }
    .sub1_2 .mapdesc dl dt img { width: 30px; }
}
@media (max-width: 767px) {
    .sub1_2 .mapdesc { padding: 11px; }
    .sub1_2 .mapdesc dl dt { margin-right: 10px; }
}

/* sub2 */
.sub2 .scrbox { text-align: center; }
.sub2 .scrbox .scr1 { font-weight: 500; font-size: 18px; color: #333; line-height: 1.55; }
.sub2 .scrbox .scr1 br { display: none; }
.sub2 .scrbox .scr2 { margin-top: 5px; font-weight: 500; font-size: 24px; color: #333; line-height: 1.4; }
.sub2 .scrbox .scr2 br { display: none; }
.sub2 .imgbox { margin-top: 50px; text-align: center; }
@media (max-width: 767px) {
    .sub2 .scrbox .scr1 br { display: inline-block; }
    .sub2 .scrbox .scr2 br { display: inline-block; }
}