/* sub_top */
.sub_visual { position: relative; height: 350px; 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 .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: 120px; height: calc(100% - 120px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-family: 'Noto Sans Mono'; font-weight: 700; font-size: 45px; color: #fffefe; text-shadow: 1px 0 2px rgba(0, 0, 0, 0.75); }
.sub_visual .txtbox .text2 { font-family: 'Noto Sans KR'; margin-top: 10px; font-size: 20px; color: #fffefe; line-height: 1.45; text-shadow: 1px 0 2px rgba(0, 0, 0, 0.75); letter-spacing: -0.03em; }
.sub_visual .txtbox .text2 br { display: none; }
@media (max-width: 1535px) {
    .sub_visual { height: 320px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 90px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 290px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 80px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 260px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 70px); }
    .sub_visual .txtbox .text2 br { display: inline-block; }
}
@media (max-width: 767px) {
    .sub_visual { height: 230px; }
}

.subtop { position: relative; z-index: 90; height: 45px; background-color: #fff; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.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%; background-color: #00a0e4; border-right: 1px solid #ddd; border-left: 1px solid #ddd; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #1c617e; }
.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%); }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #ddd; }
.subtop .subtop_flex .top_cont3 { display: block; width: 400px; height: 100%; border-right: 1px solid #ddd; }
/* .subtop.mosub1 .subtop_flex .top_cont3 { display: block; } */
.subtop .subtop_flex .top_cont3.ver2 img { display: none; }
.subtop .subtop_flex .top_cont3.disnone { display: none !important; }
.subtop .subtop_flex .top_cont3.disnone img { 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; }
.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 #ddd;  }
.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; }
.subtop .subtop_flex .top_cont .top_subs a.disno { display: none !important; }

@media (max-width: 1023px) {
    .subtop { height: 80px; }
    .subtop .subtop_flex { flex-wrap: wrap; }
    .subtop .subtop_flex .top_cont1 { width: 40px; height: 40px; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 40px); }
    .subtop .subtop_flex .top_cont3 { display: none; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 40px); height: 40px; }
    .subtop .subtop_flex .top_cont3 { display: block; width: 100%;height: 40px; border-left: 1px solid #ddd; border-top: 1px solid #ddd; }
    .subtop .subtop_flex .top_cont3.disnone { display: block !important; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect * { font-family: 'Noto Sans KR'; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 700; font-size: 40px; color: #000; }
.sub_sect.boardsub i { font: normal normal normal 14px/1 FontAwesome; }

/* sub1_1 */
.sub1_1 { padding-bottom: 0 !important; }
.sub1_1 .contents1 { text-align: center; }
.sub1_1 .contents1 .text1 { font-weight: 700; font-size: 30px; color: #00a0e4; line-height: 1.66; }
.sub1_1 .contents1 .text2 { margin-top: 3px; font-size: 18px; color: #666464; line-height: 1.65; }
.sub1_1 .contents2 { margin-top: 50px; padding: 90px 0; background-color: #f5f5f5; }
.sub1_1 .contents2 { text-align: center; }
.sub1_1 .contents2 .text3 { font-weight: 700; font-size: 40px; color: #000; line-height: 1.25; }
.sub1_1 .contents2 .text4 { margin-top: 55px; font-weight: 700; font-size: 30px; color: #ff4800; line-height: 1.4; }
.sub1_1 .contents2 .imgwrap { margin-top: 20px; text-align: center; }
.sub1_1 .contents2 .imgwrap img { display: inline-block; width: 295px; }
.sub1_1 .contents2 .circlewrap { margin: 0 auto; max-width: 820px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_1 .contents2 .circlewrap li { width: 26.5%; }
.sub1_1 .contents2 .circlewrap li .circle { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; border-radius: 50%; border: 10px solid #48acd7; background-color: #2192c3; }
.sub1_1 .contents2 .circlewrap li:nth-of-type(2) .circle { border-color: #3b99dd; background-color: #217fc3; }
.sub1_1 .contents2 .circlewrap li:nth-of-type(3) .circle { border-color: #466ecc; background-color: #2152c3; }
.sub1_1 .contents2 .circlewrap li .circle img { display: inline-block; width: 60px; }
.sub1_1 .contents2 .circlewrap li .circle p { display: block; width: 100%; margin-top: 6px; font-weight: 700; font-size: 20px; color: #fff; line-height: 1.25; }
.sub1_1 .contents2 .circlewrap li .scr1 { margin-top: 20px; text-align: center; font-weight: 500; font-size: 18px; color: #575757; line-height: 1.38; }
.sub1_1 .contents2 .text5 { padding-bottom: 35px; margin-top: 110px; text-align: center; font-weight: 700; font-size: 30px; color: #000; }
.sub1_1 .contents2 .circlewrap2 { margin: 0 auto; max-width: 930px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_1 .contents2 .circlewrap2 li { width: 31%; }
.sub1_1 .contents2 .circlewrap2 li .circle { padding: 30px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; position: relative; border-radius: 50%; border: 5px solid #38a9da; background-color: #fff; }
.sub1_1 .contents2 .circlewrap2 li:nth-of-type(2) .circle { border: 5px solid #217fc3; }
.sub1_1 .contents2 .circlewrap2 li:nth-of-type(3) .circle { border: 5px solid #4870cd; }
.sub1_1 .contents2 .circlewrap2 li .circle img { display: inline-block; width: 100px; }
.sub1_1 .contents2 .circlewrap2 li .circle .scr1 { margin-top: 14px; font-weight: 700; font-size: 22px; color: #2192c3; }
.sub1_1 .contents2 .circlewrap2 li .circle .scr2 { margin-top: 15px; font-weight: 500; font-size: 18px; color: #707070; line-height: 1.45; }

@media (max-width: 1535px) {
    .sub1_1 .contents2 .imgwrap img { width: calc(100px + 12vw); }
    .sub1_1 .contents2 .circlewrap li .circle img { width: calc(44px + 1vw); }
    .sub1_1 .contents2 .circlewrap2 li .circle img { width: calc(50px + 3vw); }
    .sub1_1 .contents2 .circlewrap2 li .circle .scr1 { margin-top: 12px; }
    .sub1_1 .contents2 .circlewrap2 li .circle .scr2 { margin-top: 13px; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents2 .circlewrap li { width: 28%; }
    .sub1_1 .contents2 .circlewrap li .scr1 { margin-top: 17px; }
    .sub1_1 .contents2 .circlewrap2 li .circle .scr1 { margin-top: 10px; }
    .sub1_1 .contents2 .circlewrap2 li .circle .scr2 { margin-top: 10px; }
}
@media (max-width: 840px) {
    .sub1_1 .contents2 .circlewrap2 { max-width: 270px; display: block; }
    .sub1_1 .contents2 .circlewrap2 li { width: 100%; }
    .sub1_1 .contents2 .circlewrap2 li:nth-of-type(n + 2) { margin-top: calc(15px + 1vw); }
    .sub1_1 .contents2 .circlewrap2 li .scr1 { margin-top: 15px; }
}
@media (max-width: 767px) {
    .sub1_1 .contents2 .circlewrap li .circle p { font-weight: 500; }
}
@media (max-width: 624px) {
    .sub1_1 .contents2 .circlewrap { max-width: 170px; display: block; }
    .sub1_1 .contents2 .circlewrap li { width: 100%; }
    .sub1_1 .contents2 .circlewrap li:nth-of-type(n + 2) { margin-top: calc(15px + 1vw); }
    .sub1_1 .contents2 .circlewrap li .scr1 { margin-top: 15px; }
    .sub1_1 .contents2 .circlewrap2 li .circle .scr1 { margin-top: 8px; }
    .sub1_1 .contents2 .circlewrap2 { max-width: 240px; }
}

/* sub1_2 */
.sub1_2 .contents1 { position: relative; overflow: hidden; background: url(/image/sub/sub1_2_img2.jpg) no-repeat center/cover; }
.sub1_2 .contents1 .cont { display: flex; flex-wrap: nowrap; width: 100%; }
.sub1_2 .contents1 .cont li:first-of-type { position: relative; width: 20%; }
.sub1_2 .contents1 .cont li:first-of-type img { max-width: initial; position: absolute; bottom: 0; right: 0; width: 460px; }
.sub1_2 .contents1 .cont li:last-of-type { padding: 110px 0; width: 80%; padding-left: 5%; }
.sub1_2 .contents1 .cont li .textbox { font-size: 18px; color: #666464; line-height: 1.65; }
.sub1_2 .contents1 .cont li .textbox .ver1 { font-weight: 700; color: #000; }
.sub1_2 .contents1 .cont li .textbox .ver2 { font-weight: 700; color: #00a0e4; }
.sub1_2 .contents1 .cont li .textbox .ver3 { margin-top: 30px; text-align: right; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .contents1 .cont li .textbox .ver3 span { display: inline-block; margin-left: 10px; font-family: 'thefaceshop'; font-weight: 500; font-size: 30px; color: #333; }
@media (max-width: 1920px) {
    .sub1_2 .contents1 .cont li:first-of-type img { width: calc(250px + 10vw); }
}
@media (max-width: 1660px) {
    .sub1_2 .contents1 .cont li:last-of-type { padding: 100px 0; padding-left: 5%; }
}
@media (max-width: 1535px) {
    .sub1_2 .contents1 .cont li:last-of-type { padding: 90px 0; padding-left: 5%; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 .cont li:last-of-type { padding: 80px 0; padding-left: 5%; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 .cont li:first-of-type { width: 35%; }
    .sub1_2 .contents1 .cont li:first-of-type img { width: calc(250px + 10vw); }
    .sub1_2 .contents1 .cont li:last-of-type { width: 65%; padding: 60px 0; padding-left: 3%; }
}
@media (max-width: 767px) {
    .sub1_2 .contents1 .cont { display: block; }
    .sub1_2 .contents1 .cont li:first-of-type { width: 100%; padding: 20px 0; padding-bottom: 0; text-align: center; }
    .sub1_2 .contents1 .cont li:first-of-type img { position: relative; bottom: initial; right: initial; width: 100%; max-width: 240px; }
    .sub1_2 .contents1 .cont li:last-of-type { width: 100%; padding-left: 0; padding: 20px 0; }
    .sub1_2 .contents1 .cont li .textbox { text-align: center; }
}

/* sub1_3 */
.sub1_3 .contents1 { position: relative; }
.sub1_3 .contents1 li { position: relative; padding: 20px 0; display: flex; flex-wrap: nowrap; border-top: 1px solid #e0e0e0; }
.sub1_3 .contents1 li:first-of-type { border-top: none; }
.sub1_3 .contents1 li .year { min-width: max-content; margin-right: 75px; font-weight: 700; font-size: 25px; color: #0096df; line-height: 1.35; }
.sub1_3 .contents1 li .info { font-weight: 500; font-size: 18px; color: #717171; line-height: 1.65; }
.sub1_3 .contents1 li .info * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .contents1 li .info dl { display: flex; flex-wrap: nowrap; }
.sub1_3 .contents1 li .info dl dt { min-width: max-content; margin-right: 25px; }
@media (max-width: 1535px) {
    .sub1_3 .contents1 li { padding: 18px 0; }
    .sub1_3 .contents1 li .year { margin-right: calc(40px + 2.2vw); }
}
@media (max-width: 767px) {
    .sub1_3 .contents1 li { display: block; padding: 15px 0; }
    .sub1_3 .contents1 li .year { margin-right: initial; min-width: initial; margin-bottom: 10px; }
    .sub1_3 .contents1 li .year br { display: none; }
    .sub1_3 .contents1 li .info dl dt { margin-right: 17px; }
}

/* sub1_4 */
.sub1_4 .imgwrap { text-align: center; }

/* sub1_5 */
.sub1_5 .mapcont { position: relative; height: 480px; }
.sub1_5 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_5 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_5 .tablewrap { position: relative; margin-top: 41px; }
.sub1_5 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #00a0e4; font-size: 16px; color: #838383; line-height: 1.7; }
.sub1_5 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_5 .tablewrap table th, .sub1_5 .tablewrap table td { padding: 20px; border-bottom: 1px solid #cdcdcd; }
.sub1_5 .tablewrap table th { background-color: #fafafa; color: #000; }
@media (max-width: 1535px) {
    .sub1_5 .mapcont { height: calc(250px + 14vw); }
    .sub1_5 .tablewrap table th, .sub1_5 .tablewrap table td { padding: 18px; }
}
@media (max-width: 1023px) {
    .sub1_5 .mapcont { padding: 0 40px; height: calc(220px + 12vw); }
    .sub1_5 .tablewrap table th, .sub1_5 .tablewrap table td { padding: 15px; }
}
@media (max-width: 767px) {
    .sub1_5 .mapcont { padding: 0 30px; height: calc(190px + 10vw); }
    .sub1_5 .tablewrap { overflow-x: scroll; padding-bottom: 20px; }
    .sub1_5 .tablewrap table { width: 780px; }
    .sub1_5 .tablewrap table th, .sub1_5 .tablewrap table td { padding: 13px; }
}
@media (max-width: 460px) {
    .sub1_5 .mapcont { padding: 0 20px; }
    .sub1_5 .tablewrap table th, .sub1_5 .tablewrap table td { padding: 11px; }
}

/* sub2_1 */
.sub2_1 .imgwrap { text-align: center; }
.sub2_1 .contents1 { margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2_1 .contents1 li { padding: 40px 30px; text-align: center; width: 31.5%; background-color: #f0f7fa; }
.sub2_1 .contents1 li .imgwrap img { display: inline-block; width: 97px; }
.sub2_1 .contents1 li .txtwrap { margin-top: 18px; }
.sub2_1 .contents1 li .txtwrap .txt1 { font-weight: 700; font-size: 25px; color: #00a0e4; }
.sub2_1 .contents1 li .txtwrap .txt2 { margin-top: 15px; text-align: left; font-size: 18px; color: #676767; line-height: 1.55; }
.sub2_1 .desc1 { padding-bottom: 50px; margin-top: 80px; text-align: center; font-weight: 700; font-size: 25px; color: #000; }
.sub2_1 .contents3 { display: flex; flex-wrap: nowrap; }
.sub2_1 .contents3 > li { position: relative; width: 18%; }
.sub2_1 .contents3 > li:nth-of-type(2n) { width: 2.5%; text-align: center; }
.sub2_1 .contents3 > li:nth-of-type(2n) img { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; width: 15px; }
.sub2_1 .contents3 > li .scrbox { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; text-align: center; padding: 30px 20px; border-radius: 30px; border: 3px solid #1f9ad1; height: 100%; }
.sub2_1 .contents3 > li .scrbox .scr1 { margin-bottom: 5px; font-weight: 700; font-size: 20px; color: #00a0e4; line-height: 1.5; }
.sub2_1 .contents3 > li .scrbox .scr2 { font-weight: 500; font-size: 17px; color: #696969; line-height: 1.65; }
.sub2_1 .contents4 { padding: 50px; display: flex; flex-wrap: nowrap; background-color: #f8f8f8; }
.sub2_1 .contents4 li { width: 40%; font-size: 18px; color: #666464; line-height: 1; }
.sub2_1 .contents4 li * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_1 .contents4 li:nth-of-type(1) { width: initial; min-width: max-content; margin-right: 50px; }
.sub2_1 .contents4 li:nth-of-type(1) img { width: 128px; display: inline-block; }
.sub2_1 .contents4 li dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub2_1 .contents4 li dl:nth-of-type(n + 2) { margin-top: 15px; }
.sub2_1 .contents4 li dl dt { min-width: max-content; margin-right: 13px; }
.sub2_1 .contents4 li dl dt img { display: inline-block; width: 10px; }
@media (max-width: 1535px) {
    .sub2_1 .contents1 li .imgwrap img { width: calc(40px + 3.2vw); }
    .sub2_1 .contents3 > li:nth-of-type(2n) img { width: 13px; }
    .sub2_1 .contents3 > li .scrbox { padding: 25px 15px; }
    .sub2_1 .contents4 li:nth-of-type(1) { margin-right: calc(30px + 1.2vw); }
    .sub2_1 .contents4 li:nth-of-type(1) img { width: calc(60px + 4vw) }
}
@media (max-width: 1279px) {
    .sub2_1 .contents4 li:nth-of-type(1) img { width: calc(55px + 3.5vw) }
    .sub2_1 .contents4 li dl:nth-of-type(n + 2) { margin-top: 13px; }
}
@media (max-width: 1023px) {
    .sub2_1 .contents1 { display: block; }
    .sub2_1 .contents1 li { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; }
    .sub2_1 .contents1 li:nth-of-type(n + 2) { margin-top: calc(10px + 1vw); }
    .sub2_1 .contents1 li .imgwrap { min-width: max-content; margin-right: 30px; }
    .sub2_1 .contents1 li .imgwrap img { width: 70px; }
    .sub2_1 .contents1 li .txtwrap { width: 100%; text-align: left; }
    .sub2_1 .contents3 { display: block; }
    .sub2_1 .contents3 > li { width: 100%; }
    .sub2_1 .contents3 > li:nth-of-type(2n) { width: 100%; padding: 7px 0; }
    .sub2_1 .contents3 > li:nth-of-type(2n) img { top: initial; transform: translateY(0); width: 11px; transform-origin: center; transform: rotateZ(90deg); }
    .sub2_1 .contents3 > li .scrbox { padding: 10px; display: block; }
}
@media (max-width: 767px) {
    .sub2_1 .contents4 { flex-wrap: wrap; }
    .sub2_1 .contents4 li { width: 50%; text-align: center; }
    .sub2_1 .contents4 li:nth-of-type(1) { width: 100%; min-width: initial; margin-right: initial; margin-bottom: 20px; }
    .sub2_1 .contents4 li:nth-of-type(1) img { width: 100%; max-width: 75px; }
}
@media (max-width: 624px) {
    .sub2_1 .contents4 li { width: 100%; }
    .sub2_1 .contents4 li:last-of-type { margin-top: 13px; }
    .sub2_1 .contents4 li dl { justify-content: center; }
}
@media (max-width: 580px) {
    .sub2_1 .contents1 li { display: block; }
    .sub2_1 .contents1 li .imgwrap { min-width: initial; margin-right: 0; }
    .sub2_1 .contents1 li .imgwrap img { width: 60px; }
    .sub2_1 .contents1 li .txtwrap { text-align: center; }
    .sub2_1 .contents1 li .txtwrap .txt2 { margin-top: 12px; }
    .sub2_1 .contents4 li dl dt { margin-right: 7px; }
    .sub2_1 .contents4 li dl dt img { width: 8px; } 
}

/* sub2_2 */
.sub2_2 .textbox { text-align: center; }
.sub2_2 .textbox .text1 { font-weight: 700; font-size: 30px; color: #00a0e4; line-height: 1.66; }
.sub2_2 .textbox .text2 { font-size: 18px; color: #666464; line-height: 1.65; }
.sub2_2 .contents1 { margin-top: 30px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2_2 .contents1 li { padding: 40px 30px; text-align: center; width: 31.5%; background-color: #f0f7fa; }
.sub2_2 .contents1 li .imgwrap img { display: inline-block; width: 95px; }
.sub2_2 .contents1 li .txtwrap { margin-top: 18px; }
.sub2_2 .contents1 li .txtwrap .txt1 { font-weight: 700; font-size: 25px; color: #00a0e4; }
.sub2_2 .contents1 li .txtwrap .txt2 { margin-top: 15px; font-size: 18px; color: #676767; line-height: 1.55; }
.sub2_2 .contents2 { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2_2 .contents2 li { position: relative; width: 22%; text-align: center; }
.sub2_2 .contents2 li:nth-of-type(2n) { width: 4%; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
.sub2_2 .contents2 li img { position: relative; display: inline-block; width: 15px; transform-origin: center; }
.sub2_2 .contents2.ver2 li img { transform: rotateZ(180deg); }
.sub2_2 .contents2 li.downver { padding: 5px 0; }
.sub2_2 .contents2 li.downver img { transform: rotateZ(90deg); }
.sub2_2 .contents2 li .txtbox { padding: 17px 5px; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 700; font-size: 18px; color: #5c5c5c; line-height: 1.65; border: 2px solid #00a0e4; border-radius: 20px; }
.sub2_2 .contents3 { margin-top: 55px; }
.sub2_2 .contents3 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2_2 .contents3 ul li { width: 23%; background-color: #f6f6f6; padding: 40px; text-align: center; }
.sub2_2 .contents3 ul li .imgwrap img { display: inline-block; width: 128px; }
.sub2_2 .contents3 ul li .scrwrap { margin-top: 20px; }
.sub2_2 .contents3 ul li .scrwrap .scr1 { font-weight: 700; font-size: 20px; color: #00a0e4; line-height: 1.5; }

.sub2_2 .desc1 { margin-top: 55px; margin-bottom: 20px; text-align: left; font-weight: 700; font-size: 24px; color: #000; }
.sub2_2 .desc2 { margin-top: 55px; text-align: center; font-weight: 600; font-size: 24px; color: #000; }
@media (max-width: 1535px) {
    .sub2_2 .contents1 li .imgwrap img { width: calc(40px + 3.2vw); }
    .sub2_2 .contents2 li img { width: 13px; }
    .sub2_2 .contents2 li .txtbox { padding: 15px 5px; }
    .sub2_2 .contents3 ul li .imgwrap img { width: calc(60px + 4vw); }
    .sub2_2 .contents3 ul li .scrwrap { margin-top: 17px; }
}
@media (max-width: 1023px) {
    .sub2_2 .contents1 { display: block; }
    .sub2_2 .contents1 li { width: 100%; display: flex; flex-wrap: nowrap; align-items: center; }
    .sub2_2 .contents1 li:nth-of-type(n + 2) { margin-top: calc(10px + 1vw); }
    .sub2_2 .contents1 li .imgwrap { min-width: max-content; margin-right: 30px; }
    .sub2_2 .contents1 li .imgwrap img { width: 70px; }
    .sub2_2 .contents1 li .txtwrap { width: 100%; text-align: left; }
    .sub2_2 .contents2 { display: block; }
    .sub2_2 .contents2 li { width: 100%; }
    .sub2_2 .contents2 li:nth-of-type(2n) { width: 100%; display: block; padding: 10px 0; }
    .sub2_2 .contents2 li img { width: 11px; transform: rotateZ(90deg); }
    .sub2_2 .contents2.ver2 li img { transform: rotateZ(90deg); }
    .sub2_2 .contents2 li .txtbox { padding: 13px 5px; }
    .sub2_2 .contents2.ver3 li { display: none; }
    .sub2_2 .contents2.ver3 li.downver { display: block; }
    .sub2_2 .contents3 ul li .scrwrap { margin-top: 15px; }
}
@media (max-width: 767px) {
    .sub2_2 .contents3 ul { display: block; }
    .sub2_2 .contents3 ul li { width: 100%; }
    .sub2_2 .contents3 ul li:nth-of-type(n + 2) { margin-top: calc(10px + 1vw); }
    .sub2_2 .contents3 ul li .scrwrap { margin-top: 12px; }
}
@media (max-width: 580px) {
    .sub2_2 .contents1 li { display: block; }
    .sub2_2 .contents1 li .imgwrap { min-width: initial; margin-right: 0; }
    .sub2_2 .contents1 li .imgwrap img { width: 60px; }
    .sub2_2 .contents1 li .txtwrap { text-align: center; }
    .sub2_2 .contents1 li .txtwrap .txt2 { margin-top: 12px; }
    .sub2_2 .contents2 li .txtbox { padding: 11px 5px; }
}


/* sub2_3 */
.sub2_3 .desc1 { text-align: center; font-size: 18px; color: #666464; line-height: 1.65; }
.sub2_3 .imgwrap1 { margin-top: 40px; text-align: center; }
.sub2_3 .scr1 { margin-top: 55px; margin-bottom: 20px; text-align: left; font-weight: 700; font-size: 24px; color: #000; }
.sub2_3 .scr2 { font-size: 18px; color: #666464; line-height: 1.65; }
.sub2_3 .scr2 b { display: block; font-family: 'Noto Sans Mono'; font-weight: 700; font-size: inherit; color: #00a0e4; }
.sub2_3 .contents1 { margin-top: 30px; display: flex; flex-wrap: nowrap; padding: 20px; border: 1px solid #d1d1d1; }
.sub2_3 .contents1 li { position: relative; width: 100%; }
.sub2_3 .contents1 li:first-of-type { width: initial; min-width: max-content; margin-right: 40px; }
.sub2_3 .contents1 li img { width: 300px; display: inline-block; }
.sub2_3 .contents1 li .contents2 { position: relative; top: 50%; transform: translateY(-50%); display: flex; flex-wrap: nowrap; font-size: 18px; color: #666464; line-height: 1.65; }
.sub2_3 .contents1 li .contents2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_3 .contents1 li .contents2 .cont { width: 50%; }
.sub2_3 .contents1 li .contents2 .desc3 { margin-bottom: 20px; font-family: 'Noto Sans Mono'; font-weight: 700; font-size: 20px; color: #000; }
.sub2_3 .contents1 li dl { display: flex; flex-wrap: nowrap; }
.sub2_3 .contents1 li dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub2_3 .contents1 li dl * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_3 .contents1 li dl dt { min-width: max-content; margin-right: 13px; }
.sub2_3 .contents1 li dl dt img { display: inline-block; width: 10px; }
.sub2_3 .contents3 { margin-top: 50px; display: flex; flex-wrap: nowrap; align-items: center; }
.sub2_3 .contents3 dt { min-width: max-content; margin-right: 16px; }
.sub2_3 .contents3 dt img { display: inline-block; width: 60px; }
.sub2_3 .contents3 dd .txtbox {  }
.sub2_3 .contents3 dd .txtbox .txt1 { font-weight: 700; font-size: 18px; color: #000; line-height: 1.65; }
.sub2_3 .contents3 dd .txtbox .txt2 { font-size: 18px; color: #555; line-height: 1.65; }
@media (max-width: 1535px) {
    .sub2_3 .contents1 li:first-of-type { margin-right: calc(24px + 1vw); }
    .sub2_3 .contents1 li img { width: calc(170px + 8vw); }
    .sub2_3 .contents1 li .contents2 .desc3 { margin-bottom: 17px; }
    .sub2_3 .contents1 li dl:nth-of-type(n + 2) { margin-top: 8px; }
    .sub2_3 .contents3 dt { margin-right: 14px; }
    .sub2_3 .contents3 dt img { width: calc(30px + 1.7vw); }
}
@media (max-width: 1279px) {
    .sub2_3 .contents1 li .contents2 .desc3 { margin-bottom: 15px; }
    .sub2_3 .contents1 li dl:nth-of-type(n + 2) { margin-top: 6px; }
}
@media (max-width: 880px) {
    .sub2_3 .contents1 { display: block; margin-top: 20px; }
    .sub2_3 .contents1 li { display: block; }
    .sub2_3 .contents1 li:first-of-type { width: 100%; }
    .sub2_3 .contents1 li .contents2 { top: initial; transform: translateY(0); }
    .sub2_3 .contents1 li:first-of-type { min-width: initial; margin-right: initial; text-align: center; margin-bottom: 15px; }
    .sub2_3 .contents1 li img { width: 100%; max-width: 200px; }
    .sub2_3 .contents1 li .contents2 { max-width: 500px; margin: 0 auto; justify-content: space-between; }
    .sub2_3 .contents1 li .contents2 .cont { width: 49%; }
}
@media (max-width: 480px) {
    .sub2_3 .contents1 li .contents2 { display: block; }
    .sub2_3 .contents1 li .contents2 .cont { width: 100%; text-align: center; }
    .sub2_3 .contents1 li .contents2 .cont:last-of-type { margin-top: 20px; }
    .sub2_3 .contents1 li .contents2 .desc3 { margin-bottom: 13px; }
    .sub2_3 .contents1 li dl { justify-content: center; }
    .sub2_3 .contents1 li dl dt { margin-right: 8px; }
    .sub2_3 .contents1 li dl dt img { width: 7px; }
    .sub2_3 .contents3 { display: block; }
    .sub2_3 .contents3 dt { margin-right: initial; margin-bottom: 12px; text-align: center; }
    .sub2_3 .contents3 dt img { width: 38px; }
    .sub2_3 .contents3 dd .txtbox { text-align: center; }
}

/* sub4_3 */
.sub4_3 .contents1 { display: flex; flex-wrap: nowrap; justify-content: center; }
.sub4_3 .contents1 a { display: inline-block; margin: 0 10px; text-align: center; border: 1px solid #ddd; border-radius: 10px; overflow: hidden; }
.sub4_3 .contents1 a img { width: 330px; }
@media (max-width: 1535px) {
    .sub4_3 .contents1 a img { width: calc(200px + 8vw); }
}
@media (max-width: 767px) {
    .sub4_3 .contents1 a { margin: 0 6px; }
}
@media (max-width: 624px) {
    .sub4_3 .contents1 { justify-content: space-between; }
    .sub4_3 .contents1 a { width: 48%; margin: 0; }
}