/* sub_top */
.sub_visual { position: relative; height: 300px; 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 .frame { z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 0; height: 100%; padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 53%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 600; font-size: 40px; color: #fff; letter-spacing: 0.01em; }
@media (max-width: 1535px) {
    .sub_visual { height: 280px; }
}
@media (max-width: 1279px) {
    .sub_visual { height: 250px; }
}
@media (max-width: 1023px) {
    .sub_visual { height: 210px; }
}
@media (max-width: 767px) {
    .sub_visual { height: 180px; }
    .sub_visual.sub2 .bg { background-position-x: 80%; }
    .sub_visual.sub3 .bg { background-position-x: 20%; }
}

.subtop { position: relative; z-index: 10; height: 45px; background-color: #fff; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.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 #e5e5e5; border-left: 1px solid #e5e5e5; 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: #656565; }
.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 #e5e5e5; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #e5e5e5; }
.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: #656565; 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: #fff; border: 1px solid #e5e5e5;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #656565; }
.subtop .subtop_flex .top_cont .top_subs a:hover { background-color: #eee; }

@media (max-width: 1023px) {
    .subtop { 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 #e5e5e5; border-top: 1px solid #e5e5e5; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { height: 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 { padding-bottom: 0 !important; }
.sub1_1 .contents1 { position: relative; padding: 110px 0; overflow: hidden; background: url(/image/sub/sub1/sub1_1_img1.jpg) no-repeat center/cover; }
.sub1_1 .contents1 .textbox .text1 { font-weight: 600; font-size: 35px; color: #000; line-height: 1.3; }
.sub1_1 .contents1 .textbox .text1 span { color: #003686; }
.sub1_1 .contents1 .textbox .text2 { font-size: 18px; color: #3e3e3e; line-height: 1.6; }
.sub1_1 .contents1 .textbox .text3 { margin-top: 55px; text-align: center; font-weight: 700; font-size: 32px; color: #003686; line-height: 1.3; }
.sub1_1 .contents2 { margin-top: 70px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_1 .contents2 > li { width: 23%; }
.sub1_1 .contents2 > li > a { position: relative; display: block; height: 100%; padding: 40px 10px; display: flex; align-items: center; justify-content: center; text-align: center; box-shadow: 0 0 10px rgba(206, 206, 206, 0.8); border-radius: 15px; background-color: #fff; pointer-events: none; }
.sub1_1 .contents2 > li > a .imgbox img { display: inline-block; width: 90px; }
.sub1_1 .contents2 > li > a .imgbox p { margin-top: 15px; text-align: center; font-size: 18px; color: #474747; line-height: 1.6; }
.sub1_1 .contents2 > li > a .info { z-index: 1; position: absolute; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; line-height: ; top: -18px; width: 85px; height: 36px; text-align: center; font-size: 18px; color: #fff; background-color: #003686; border-radius: 100px; }
@media (max-width: 1535px) {
    .sub1_1 .contents2 > li > a { padding: 30px 10px; }
    .sub1_1 .contents2 > li > a .imgbox img { width: 80px; }
    .sub1_1 .contents2 > li > a .info { top: -15px; width: 70px; height: 30px; }
}
@media (max-width: 1279px) {
    .sub1_1 .contents2 > li > a .imgbox img { width: 70px; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents2 { display: block; }
    .sub1_1 .contents2 > li { width: 100%; }
    .sub1_1 .contents2 > li:nth-of-type(n + 2) { margin-top: 40px; }
    .sub1_1 .contents2 > li > a { padding: 40px 10px 20px; aspect-ratio: initial; }
    .sub1_1 .contents2 > li > a .imgbox img { width: 60px; }
    .sub1_1 .contents2 > li > a .info { top: -13px; width: 60px; height: 26px; }
}
@media (max-width: 767px) {
    .sub1_1 .contents1  { background-position-x: 80%; }
    .sub1_1 .contents1 .textbox .text1 br { display: none; }
    .sub1_1 .contents1 .textbox .text1 .br1 { display: inline-block; }
    .sub1_1 .contents1 .textbox .text2 br { display: none; }
}

/* sub1_2 */
.sub1_2 { padding-bottom: 0 !important; }
.sub1_2 .contents1 { position: relative; padding: 110px 0; overflow: hidden; background: url(/image/sub/sub1/sub1_2_img1.jpg) no-repeat center/cover; }
.sub1_2 .textbox { text-align: center; }
.sub1_2 .textbox .text1 { font-weight: 600; font-size: 25px; color: #003686; line-height: 1.5; }
.sub1_2 .textbox .text2 { font-size: 22px; color: #3e3e3e; line-height: 1.5; }
.sub1_2 .contents2 { margin-top: 35px; }
.sub1_2 .contents2 ul { position: relative; left: 50%; transform: translateX(-50%); margin: -6px; max-width: 770px; display: flex; flex-wrap: nowrap; font-weight: 500; font-size: 18px; color: #003686; line-height: 1; }
.sub1_2 .contents2 ul * { font-weight: 500; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .contents2 ul li { width: 25%; padding: 6px; }
.sub1_2 .contents2 ul li a { display: block; padding: 12px 5px; text-align: center; background-color: #fff; border: 1px solid #003686; border-radius: 100px; pointer-events: none; }
.sub1_2 .contents3 { margin-top: 35px; }
.sub1_2 .contents3 ul li { position: relative; padding: 25px; background-color: #fff; border-radius: 20px; box-shadow: 0 0 7px rgba(206, 206, 206, 0.8); overflow: hidden; }
.sub1_2 .contents3 ul li:nth-of-type(n + 2) { margin-top: 20px; }
.sub1_2 .contents3 ul li dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_2 .contents3 ul li dl dt { position: relative; min-width: 170px; width: 170px; }
.sub1_2 .contents3 ul li dl dt .scrbox .scr1 { font-size: 18px; color: #8a8a8a; line-height: 1.6; }
.sub1_2 .contents3 ul li dl dt .scrbox .scr2 { font-weight: 600; font-size: 24px; color: #003686; line-height: 1.6; }
.sub1_2 .contents3 ul li dl dd { position: relative; width: 100%; padding-left: 30px; }
.sub1_2 .contents3 ul li dl dd::after { display: block; content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 80%; background-color: #e3e3e3; }
.sub1_2 .contents3 ul li dl dd .scr3 { font-size: 18px; color: #8a8a8a; line-height: 1.6; }
.sub1_2 .contents3 ul li dl dd .scr3 span { color: #ff4e00; }
@media (max-width: 1535px) {
    .sub1_2 .contents3 ul li { padding: 22px; border-radius: 17px; }
    .sub1_2 .contents2 ul li a { padding: 9px 5px; }
    .sub1_2 .contents3 ul li dl dt { min-width: 150px; width: 150px; }
    .sub1_2 .contents3 ul li dl dd { padding-left: 25px; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents3 ul li { padding: 20px; border-radius: 15px; }
    .sub1_2 .contents2 ul li a { padding: 8px 5px; }
    .sub1_2 .contents3 ul li dl dt { min-width: 140px; width: 140px; }
    .sub1_2 .contents3 ul li dl dd { padding-left: 20px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents2 ul { flex-wrap: wrap; }
    .sub1_2 .contents2 ul li { width: 33.3333%; }
    .sub1_2 .contents2 ul li a { padding: 7px 5px; }
    .sub1_2 .contents3 ul li { padding: 15px; box-shadow: 0 0 4px rgba(206, 206, 206, 0.8); }
    .sub1_2 .contents3 ul li dl { display: block; }
    .sub1_2 .contents3 ul li dl dt { min-width: initial; width: 100%; }
    .sub1_2 .contents3 ul li dl dd { margin-top: 10px; padding-top: 10px; padding-left: 0; }
    .sub1_2 .contents3 ul li dl dd::after { top: 0; transform: translateY(0); left: 0; width: 100%; height: 1px; }
}
@media (max-width: 767px) {
    .sub1_2 .contents1 { background-position-x: 80%; }
}

/* sub2 */
.sub2 article { position: relative; }
.sub2 article .top { text-align: center; }
.sub2 article .top .text1 { display: inline-block; padding: 9px 20px; font-size: 18px; color: #fff; border-radius: 100px; background-color: #003686; }
.sub2 article .top .text2 { margin-top: 18px; font-weight: 600; font-size: 27px; color: #444; line-height: 1.45; }
.sub2 article .top .text3 { margin-top: 10px; font-size: 18px; color: #a5a5a5; line-height: 1.2; }
.sub2 article .top .text3 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 article .top .text3 ul { margin: 0 auto; display: inline-flex; flex-wrap: nowrap; }
.sub2 article .top .text3 ul li { position: relative; padding: 0 10px; }
.sub2 article .top .text3 ul li::after { display: block; content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 80%; background-color: #a5a5a5; }
.sub2 article .top .text3 ul li:first-of-type::after { display: none; }
.sub2 article .mid { margin-top: 40px; text-align: center; }
.sub2 article .bottom { margin-top: 40px; padding: 30px; font-size: 18px; color: #2f2f2f; line-height: 1.6; background-color: #f6f6f6; }

.sub2 article .text4 { margin-top: 20px; text-align: center; font-size: 18px; color: #2f2f2f; line-height: 1.6; }

@media (max-width: 1535px) {
    .sub2 article .top .text1 { padding: 8px 17px; }
    .sub2 article .top .text2 { margin-top: 15px; }
}
@media (max-width: 1279px) {
    .sub2 article .top .text1 { padding: 7px 15px; }
    .sub2 article .top .text2 { margin-top: 12px; }
}
@media (max-width: 1023px) {
    .sub2 article .top .text1 { padding: 6px 13px; }
    .sub2 article .top .text2 { margin-top: 10px; }
}

/* sub3_2 */
.sub3_2 .mapcont { position: relative; height: 500px; }
.sub3_2 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub3_2 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub3_2 .mapcont .root_daum_roughmap .cont { display: none !important; }
.sub3_2 .mapdesc { margin-top: 20px; display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; font-size: 18px; color: #404040; line-height: 1.5; }
.sub3_2 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3_2 .mapdesc dl { display: flex; align-items: center; flex-wrap: nowrap; width: 49%; }
.sub3_2 .mapdesc dl dt { min-width: max-content; margin-right: 10px; }
.sub3_2 .mapdesc dl dt img { display: inline-block; width: 46px; }
.sub3_2 .mapdesc dl dd b { font-weight: 500; }
.sub3_2 .contents1 { margin-top: 60px; }
.sub3_2 .contents1 dl { display: flex; flex-wrap: nowrap; align-items: center; padding: 30px; background-color: #f4f4f4; }
.sub3_2 .contents1 dl:nth-of-type(n + 2) { margin-top: 30px; }
.sub3_2 .contents1 dl dt { min-width: max-content; padding-left: 30px; padding-right: 60px; }
.sub3_2 .contents1 dl dt .scrbox { text-align: center; }
.sub3_2 .contents1 dl dt .scrbox img { width: 70px; }
.sub3_2 .contents1 dl dt .scrbox p { margin-top: 20px; font-weight: 500; font-size: 24px; color: #003686; }
.sub3_2 .contents1 dl dd { font-size: 18px; color: #5f5f5f; line-height: 1.5; }
.sub3_2 .contents1 dl dd b { display: block; }
@media (max-width: 1535px) {
    .sub3_2 .mapcont { height: calc(300px + 13vw); }
    .sub3_2 .mapdesc dl dt { margin-right: 9px; }
    .sub3_2 .mapdesc dl dt img { width: 40px; }
    .sub3_2 .contents1 dl { padding: 25px; }
    .sub3_2 .contents1 dl dt { padding-left: 25px; padding-right: 50px; }
    .sub3_2 .contents1 dl dt .scrbox img { width: 60px; }
}
@media (max-width: 1279px) {
    .sub3_2 .mapdesc dl dt { margin-right: 8px; }
    .sub3_2 .mapdesc dl dt img { width: 35px; }
    .sub3_2 .contents1 dl { padding: 20px; }
    .sub3_2 .contents1 dl dt { padding-left: 20px; padding-right: 40px; }
    .sub3_2 .contents1 dl dt .scrbox img { width: 50px; }
}
@media (max-width: 1023px) {
    .sub3_2 .mapcont { height: calc(200px + 10vw); }
    .sub3_2 .mapdesc dl dt { margin-right: 7px; }
    .sub3_2 .mapdesc dl dt img { width: 30px; }
    .sub3_2 .contents1 dl { display: block; padding: 15px; }
    .sub3_2 .contents1 dl dt { min-width: initial; padding-left: 0; padding-right: 0; }
    .sub3_2 .contents1 dl dd { margin-top: 20px; }
    .sub3_2 .contents1 dl dt .scrbox img { width: 40px; }
}
@media (max-width: 767px) {
    .sub3_2 .mapdesc { display: block; }
    .sub3_2 .mapdesc dl { width: 100%; align-items: initial; }
    .sub3_2 .mapdesc dl:nth-of-type(n + 2) { margin-top: 10px; }
}

/* sub3_3 */
.sub3_3 article strong { display: block; margin-bottom: 10px; font-weight: 600; font-size: 24px; color: #003686; }
.sub3_3 article .tablewrap { position: relative; }
.sub3_3 article .tablewrap table { width: 100%; font-size: 18px; color: #000; line-height: 1.65; border-top: 2px solid #003686; border-collapse: collapse; border-spacing: 0; }
.sub3_3 article .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3_3 article .tablewrap table th, .sub3_3 article .tablewrap table td { padding: 12px; text-align: center; border-bottom: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; }
.sub3_3 article .tablewrap table th { background-color: #f5f5f5; }
.sub3_3 article .tablewrap table td.align_left { text-align: left; }
@media (max-width: 1535px) {
    .sub3_3 article .tablewrap table th, .sub3_3 article .tablewrap table td { padding: 11px; }
}
@media (max-width: 1279px) {
    .sub3_3 article .tablewrap table th, .sub3_3 article .tablewrap table td { padding: 10px; }
}
@media (max-width: 1023px) {
    .sub3_3 article .tablewrap table th, .sub3_3 article .tablewrap table td { padding: 8px; }
}
@media (max-width: 767px) {
    .sub3_3 article .tablewrap { overflow-x: scroll; padding-bottom: 10px; }
    .sub3_3 article .tablewrap table { width: 780px; }
}