/* sub_top */
.sub_visual { position: relative; height: 400px; 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_bg6.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.sub6 .bg { background: url(/image/sub/subcommon/subtop_bg6.jpg) no-repeat center/cover; }
.sub_visual.sub_content .bg { background: url(/image/sub/subcommon/subtop_bg1.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: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 55%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-size: 50px; color: #ededed; }
@media (max-width: 1535px) {
    .sub_visual { height: 360px; }

    .sub_visual .txtbox { top: 90px; height: calc(100% - 145px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 340px; }

    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 320px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 140px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 105px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 300px; }
    .sub_visual.sub2 .bg { background-position-x: 50%; }
    .sub_visual.sub5 .bg { background-position-x: 10%; }
    .sub_visual.sub6 .bg { background-position-x: 70%; }
    /* .sub_visual.sub2 .bg { background-position-x: 80%; }
    .sub_visual.sub4 .bg { background-position-x: 80%; }
    .sub_visual.sub5 .bg { background-position-x: 80%; } */

    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 95px); }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; background-color: #151718; }
.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; }

/* subtab */
.subtab { display: none; padding-bottom: 55px; font-weight: 600; font-size: 22px; color: #4d4d4d; }
.subtab.active { display: block; }
.subtab * { font-weight: inherit; font-size: inherit; color: inherit; }
.subtab ul { display: flex; flex-wrap: nowrap; text-align: center; }
.subtab ul li { width: 50%; }
.subtab ul li a { padding-bottom: 20px; display: block; border-bottom: 2px solid #e5e5e5; }
.subtab ul li.active a { color: #000; border-bottom: 2px solid #000; }
@media (max-width: 1535px) {
    .subtab ul li a { padding-bottom: 18px; }
}
@media (max-width: 1279px) {
    .subtab ul li a { padding-bottom: 16px; }
}
@media (max-width: 1023px) {
    .subtab ul li a { padding-bottom: 14px; }
}
@media (max-width: 767px) {
    .subtab { font-weight: 500; }
    .subtab ul li a { padding-bottom: 10px; }
}

/* sub1_1 */
.sub1_1 { overflow: hidden; }
.sub1_1 .contents1 { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 dt { width: 33%; text-align: center; }
.sub1_1 .contents1 dd { width: 77%; text-align: left; }
 
.sub1_1 .contents1 dt .scrbox { display: inline-block; text-align: left; }
.sub1_1 .contents1 dt .scrbox p { writing-mode: vertical-lr; font-weight: 700; font-size: 45px; color: #0f2554; line-height: 1.55; }
.sub1_1 .contents1 dd .descbox .desc1 { font-size: 18px; color: #6f6f6f; line-height: 1.65; }
.sub1_1 .contents1 dd .descbox .desc1 span { font-weight: 700; font-size: inherit !important; color: #0f2554; }
.sub1_1 .contents1 dd .descbox .desc2 { margin-top: 30px; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_1 .contents1 dd .descbox .desc2 p:first-of-type { font-size: 18px; color: #6f6f6f; line-height: 1.65; }
.sub1_1 .contents1 dd .descbox .desc2 p:first-of-type b { font-weight: 700; color: #000; font-size: inherit !important; }
.sub1_1 .contents1 dd .descbox .desc2 p:last-of-type { display: inline-block; margin-left: 10px; font-family: 'Nanum Myeongjo', serif; font-size: 30px; color: #000; }

@media (max-width: 767px) {
    .sub1_1 .contents1 { display: block; }
    .sub1_1 .contents1 dt { width: 100%; }
    .sub1_1 .contents1 dt .scrbox { display: block; text-align: center; }
    .sub1_1 .contents1 dt .scrbox p { writing-mode: initial; line-height: 1.45; }
    .sub1_1 .contents1 dt .scrbox p br { display: none; }
    .sub1_1 .contents1 dt .scrbox p .br1 { display: inline-block; }
    .sub1_1 .contents1 dd { width: 100%; margin-top: 20px; }
    .sub1_1 .contents1 dd .descbox { text-align: center; }
    .sub1_1 .contents1 dd .descbox .desc1 .br1 { display: none; }
    .sub1_1 .contents1 dd .descbox .desc2 { justify-content: center; }
}

/* sub1_2 */
.sub1_2 .contents1 { display: flex; flex-wrap: nowrap; margin: -15px; }
.sub1_2 .contents1 li { width: 25%; padding: 15px; }
.sub1_2 .contents1 li a { position: relative; display: block; pointer-events: none; }
.sub1_2 .contents1 li a .imgbox { border: 1px solid #d9d9d9; }
.sub1_2 .contents1 li a .imgbox img { width: 100%; }
.sub1_2 .contents1 li a .txtbox { margin-top: 20px; text-align: center; font-size: 20px; color: #535353; }
@media (max-width: 1535px) {
    .sub1_2 .contents1 li a .txtbox { margin-top: 17px; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 { margin: -10px; }
    .sub1_2 .contents1 li { padding: 10px; }
    .sub1_2 .contents1 li a .txtbox { margin-top: 15px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 li a .txtbox { margin-top: 13px; }
}
@media (max-width: 580px) {
    .sub1_2 .contents1 { margin: initial; flex-wrap: wrap; justify-content: space-between; }
    .sub1_2 .contents1 li { padding: initial; width: 47%; }
    .sub1_2 .contents1 li:nth-of-type(n + 3) { margin-top: 6%; }
}

/* sub1_3 */
.sub1_3 .tabs { margin: 0 auto; max-width: 630px; font-weight: 700; font-size: 20px; color: #9b9b9b; line-height: 1; }
.sub1_3 .tabs * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .tabs ul { display: flex; }
.sub1_3 .tabs ul li { width: 50%; }
.sub1_3 .tabs ul li a { display: block; padding: 20px 10px; text-align: center; border: 1px solid #bababa; }
.sub1_3 .tabs ul li:first-of-type a { border-right: none; }
.sub1_3 .tabs ul li:last-of-type a { border-left: none; }
.sub1_3 .tabs ul li.active a { color: #0f2554; border: 1px solid #0f2554 !important; }
.sub1_3 .cont { display: none; margin-top: 60px; text-align: center; }
.sub1_3 .cont.active { display: block; }
@media (max-width: 1535px) {
    .sub1_3 .tabs ul li a { padding: 17px 9px; }
}
@media (max-width: 1279px) {
    .sub1_3 .tabs ul li a { padding: 15px 8px; }
}
@media (max-width: 1023px) {
    .sub1_3 .tabs ul li a { padding: 12px 7px; }
}
@media (max-width: 767px) {
    .sub1_3 .tabs { font-weight: 500; }
    .sub1_3 .tabs ul li a { padding: 10px 5px; }
}

/* sub1_4 */
.sub1_4 .contents1 li { padding: 40px 0; border-bottom: 1px solid #e3e4e7; }
.sub1_4 .contents1 li:first-of-type { padding-top: initial; }
.sub1_4 .contents1 li .cont { display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_4 .contents1 li:nth-of-type(2n) .cont { flex-direction: row-reverse; }
.sub1_4 .contents1 li .cont .imgbox { width: 50%; padding-right: 75px; text-align: left; }
.sub1_4 .contents1 li:nth-of-type(2n) .cont .imgbox { padding-right: initial; padding-left: 75px; text-align: right; }
.sub1_4 .contents1 li .cont .imgbox img { width: 100%; }
.sub1_4 .contents1 li .cont .txtbox { width: 50%; }
.sub1_4 .contents1 li .cont .txtbox .txt1 { margin-bottom: 20px; font-weight: 700; font-size: 27px; color: #0f2554; line-height: 1.3; }
.sub1_4 .contents1 li .cont .txtbox table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #212121; font-size: 18px; color: #6f6f6f; line-height: 1.25; }
.sub1_4 .contents1 li .cont .txtbox table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .contents1 li .cont .txtbox table th, .sub1_4 .contents1 li .cont .txtbox table td { padding: 20px 15px; border-bottom: 1px solid #e9e9e9; }
.sub1_4 .contents1 li .cont .txtbox table th { text-align: center; font-weight: 700; color: #000; background-color: #f5f5f5; }
@media (max-width: 1535px) {
    .sub1_4 .contents1 li { padding: calc(24px + 1vw) 0; }
    .sub1_4 .contents1 li .cont .imgbox { padding-right: calc(40px + 2vw); }
    .sub1_4 .contents1 li:nth-of-type(2n) .cont .imgbox { padding-left: calc(40px + 2vw); }
    .sub1_4 .contents1 li .cont .txtbox .txt1 { margin-bottom: 17px; } 
    .sub1_4 .contents1 li .cont .txtbox table th, .sub1_4 .contents1 li .cont .txtbox table td { padding: 17px 13px; }
}
@media (max-width: 1279px) {
    .sub1_4 .contents1 li .cont .imgbox { padding-right: calc(30px + 1.5vw); }
    .sub1_4 .contents1 li:nth-of-type(2n) .cont .imgbox { padding-left: calc(30px + 1.5vw); }
    .sub1_4 .contents1 li .cont .txtbox .txt1 { margin-bottom: 15px; } 
    .sub1_4 .contents1 li .cont .txtbox table th, .sub1_4 .contents1 li .cont .txtbox table td { padding: 15px 13px; }
}
@media (max-width: 1023px) {
    .sub1_4 .contents1 li { padding: 30px 0; }
    .sub1_4 .contents1 li .cont .txtbox .txt1 { margin-bottom: 13px; } 
    .sub1_4 .contents1 li .cont .txtbox table th, .sub1_4 .contents1 li .cont .txtbox table td { padding: 13px 10px; }
}
@media (max-width: 767px) {
    .sub1_4 .contents1 li .cont { display: block; }
    .sub1_4 .contents1 li .cont .imgbox { width: 100%; padding-right: initial; text-align: center; }
    .sub1_4 .contents1 li:nth-of-type(2n) .cont .imgbox { padding-left: initial; text-align: center; }
    .sub1_4 .contents1 li .cont .imgbox img { width: 100%; max-width: 300px; }
    .sub1_4 .contents1 li .cont .txtbox { width: 100%; margin-top: 20px; }
}

/* sub2_1 */
.sub2_1 .contents0 { padding-bottom: 80px; border-bottom: 1px solid #ddd; }
.sub2_1 article { position: relative; padding-top: 80px; }
.sub2_1 article.notop { padding-top: initial; }
.sub2_1 article .desc1 { padding-bottom: 30px; font-weight: 700; font-size: 35px; color: #0f2554; line-height: 1.25; }
.sub2_1 article .contents1 { position: relative; padding: 70px 50px; background: url(/image/sub/sub2/sub2_1_img1.jpg) no-repeat center/cover; }
.sub2_1 article .contents1 .frame { display: none; z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.6); }
.sub2_1 article .contents1 .textbox { z-index: 3; position: relative; width: 60%; }
.sub2_1 article .contents1 .textbox .text1 { font-weight: 700; font-size: 27px; color: #0f2554; line-height: 1.46; }
.sub2_1 article .contents1 .textbox .text2 { margin-top: 25px; font-size: 18px; color: #545454; line-height: 1.65; }
.sub2_1 article .contents2 { font-size: 20px; color: #5f5f5f; line-height: 1.35; }
.sub2_1 article .contents2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_1 article .contents2 dl { padding: 20px 30px; display: flex; flex-wrap: nowrap; background-color: #f0f2f4; border-radius: 100px; }
.sub2_1 article .contents2 dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub2_1 article .contents2 dl dt { min-width: max-content; margin-right: 10px; font-family: 'Noto Sans KR'; font-weight: 700; color: #000; }
.sub2_1 article .contents2 dl dt span { color: #0f2554; }
.sub2_1 article .imgbox { text-align: center; }
@media (max-width: 1535px) {
    .sub2_1 article .contents2 dl { padding: 17px 25px;}
}
@media (max-width: 1279px) {
    .sub2_1 article .contents2 dl { padding: 15px 23px; }
}
@media (max-width: 1023px) {
    .sub2_1 article .contents1 .frame { display: block; }
    .sub2_1 article .contents1 .textbox { width: 100%; }
    .sub2_1 article .contents1 .textbox .text1 br { display: none; }
    .sub2_1 article .contents2 dl { padding: 13px 20px; }
}
@media (max-width: 767px) {
    .sub2_1 article .contents1 { background-position-x: 90%; }
    .sub2_1 article .contents1 .frame { background-color: rgba(255, 255, 255, 0.8); }
}
@media (max-width: 524px) {
    .sub2_1 article .contents2 dl { display: block; border-radius: 20px; }
    .sub2_1 article .contents2 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub2_1 article .contents2 dl dd { margin-top: 5px; }
}

/* sub2_2 */
.sub2_2 .tabs { margin: 0 auto; max-width: 950px; font-weight: 700; font-size: 20px; color: #9b9b9b; line-height: 1; }
.sub2_2 .tabs * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub2_2 .tabs ul { display: flex; }
.sub2_2 .tabs ul li { width: 33.3333%; }
.sub2_2 .tabs ul li a { display: block; padding: 20px 10px; text-align: center; border: 1px solid #bababa; }
.sub2_2 .tabs ul li:first-of-type a { border-right: none; }
.sub2_2 .tabs ul li:last-of-type a { border-left: none; }
.sub2_2 .tabs ul li.active a { color: #0f2554; border: 1px solid #0f2554 !important; }
.sub2_2 .cont { display: none; margin-top: 60px; }
.sub2_2 .cont.active { display: block; }
.sub2_2 .cont .contents1 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2_2 .cont .contents1 li { width: 48.6153%; border: 1px solid #d4d4d4; }
.sub2_2 .cont .contents1 li:nth-of-type(n + 3) { margin-top: 4%; }
.sub2_2 .cont .contents1 li .imgbox img { width: 100%; }
.sub2_2 .cont .contents1 li .txtbox { padding: 10px 5px; text-align: center; background-color: #f4f4f4; }
.sub2_2 .cont .contents1 li .txtbox p { font-size: 18px; color: #555; }
.sub2_2 .cont .contents2 { margin-top: 70px; }
.sub2_2 .cont .contents2 .scrbox { text-align: center; }
.sub2_2 .cont .contents2 .scrbox .scr1 { font-weight: 600; font-size: 34px; color: #0f2554; line-height: 1.32; }
.sub2_2 .cont .contents2 .scrbox .scr2 { margin-top: 7px; font-size: 18px; color: #0f2554; line-height: 1.45; }
.sub2_2 .cont .contents2 .scr3 { margin-top: 30px; padding: 50px 20px; text-align: center; font-size: 20px; color: #555; line-height: 1.7; background-color: #f3f6fb; }
@media (max-width: 1535px) {
    .sub2_2 .tabs ul li a { padding: 17px 9px; }
    .sub2_2 .cont .contents1 li .txtbox { padding: 9px 5px; }
}
@media (max-width: 1279px) {
    .sub2_2 .tabs ul li a { padding: 15px 8px; }
    .sub2_2 .cont .contents1 li .txtbox { padding: 8px 5px; }
}
@media (max-width: 1023px) {
    .sub2_2 .tabs ul li a { padding: 12px 7px; }
    .sub2_2 .cont .contents1 li .txtbox { padding: 7px 5px; }
}
@media (max-width: 767px) {
    .sub2_2 .tabs { font-weight: 500; }
    .sub2_2 .tabs ul li a { padding: 10px 5px; }
    .sub2_2 .cont .contents1 li .txtbox { padding: 6px 4px; }
}
@media (max-width: 424px) {
    .sub2_2 .cont .contents1 { display: block; }
    .sub2_2 .cont .contents1 li { width: 100%; }
    .sub2_2 .cont .contents1 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2_2 .cont .contents1 li:nth-of-type(n + 2) { margin-top: 15px; }
}

/* sub4_1 */
.sub4_1 .contents1 { position: relative; padding: 35px; background-color: #f0f2f4; }
.sub4_1 .contents1 .scrbox { text-align: center; }
.sub4_1 .contents1 .scrbox .scr1 { font-weight: 700; font-size: 35px; color: #0f2554; line-height: 1.25; }
.sub4_1 .contents1 .scrbox .scr2 { margin-top: 25px; font-weight: 600; font-size: 22px; color: #000; line-height: 1.5; }
.sub4_1 .contents1 .scrbox2 { margin-top: 20px; font-size: 20px; color: #545454; line-height: 1.35; }
.sub4_1 .contents1 .scrbox2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_1 .contents1 .scrbox2 dl { padding: 17px 25px; display: flex; flex-wrap: nowrap; background-color: #fff; border-radius: 100px; }
.sub4_1 .contents1 .scrbox2 dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub4_1 .contents1 .scrbox2 dl dt { min-width: max-content; font-family: 'Noto Sans KR'; font-weight: 600; }
.sub4_1 .contents1 .sc.sub4_1 .contents1 .scrbox { text-align: center; }
.sub4_1 .contents2 { margin-top: 70px; }
.sub4_1 .contents2 .scrbox { text-align: center; }
.sub4_1 .contents2 .scrbox .scr1 { font-weight: 700; font-size: 35px; color: #0f2554; line-height: 1.25; }
.sub4_1 .contents2 .scrbox .scr2 { margin-top: 25px; margin-left: auto; margin-right: auto; max-width: 860px; font-weight: 500; font-size: 20px; color: #525252; line-height: 1.5; }
.sub4_1 .contents2 .imgbox { margin-top: 40px; text-align: center; }
.sub4_1 .contents3 { position: relative; margin: 80px 0; }
.sub4_1 .contents3 > dl { display: flex; flex-wrap: nowrap; align-items: center; padding: 30px 0; border: 1px solid #d8d8d8; }
.sub4_1 .contents3 > dl:nth-of-type(n + 2) { margin-top: 25px; }
.sub4_1 .contents3 > dl > dt { min-width: 200px; width: 200px; text-align: center; font-weight: 700; font-size: 24px; color: #0f2554; }
.sub4_1 .contents3 > dl > dd { padding-left: 30px; padding-right: 30px; width: 100%; border-left: 1px solid #d6d6d6; }
.sub4_1 .contents3 > dl > dd .scrbox { font-size: 20px; color: #5c5c5c; line-height: 1.65; }
.sub4_1 .contents3 > dl > dd .scrbox * { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_1 .contents3 > dl > dd .scrbox dl { display: flex; flex-wrap: nowrap; }
.sub4_1 .contents3 > dl > dd .scrbox dl dt { min-width: max-content; }
.sub4_1 .contents3 > dl > dd .scrbox dl b { font-weight: 500; color: #000; }
.sub4_1 .contents3 > dl > dd .scrbox ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub4_1 .contents3 > dl > dd .scrbox ul li { width: 32%; padding: 30px; background-color: #f5f5f5; }
@media (max-width: 1535px) {
    .sub4_1 .contents1 .scrbox2 dl { padding: 15px 23px; }
    .sub4_1 .contents3 > dl { padding: 25px 0; }
    .sub4_1 .contents3 > dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub4_1 .contents3 > dl > dt { min-width: 180px; width: 180px; }
    .sub4_1 .contents3 > dl > dd { padding-left: 25px; padding-right: 25px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li { padding: 25px; }
}
@media (max-width: 1279px) {
    .sub4_1 .contents1 .scrbox2 dl { padding: 13px 20px; }
    .sub4_1 .contents3 > dl { padding: 23px 0; }
    .sub4_1 .contents3 > dl:nth-of-type(n + 2) { margin-top: 17px; }
    .sub4_1 .contents3 > dl > dt { min-width: 160px; width: 160px; }
    .sub4_1 .contents3 > dl > dd { padding-left: 23px; padding-right: 23px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li { padding: 23px; }
}
@media (max-width: 1023px) {
    .sub4_1 .contents3 > dl { padding: 20px 0; }
    .sub4_1 .contents3 > dl > dt { min-width: 140px; width: 140px; }
    .sub4_1 .contents3 > dl > dd { padding-left: 20px; padding-right: 20px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li { padding: 20px; }
}
@media (max-width: 767px) {
    .sub4_1 .contents3 > dl { display: block; padding: initial; }
    .sub4_1 .contents3 > dl > dt { min-width: initial; width: 100%; padding: 20px; }
    .sub4_1 .contents3 > dl > dd { padding: 20px; border-left: none; border-top: 1px solid #d6d6d6; }
}
@media (max-width: 624px) {
    .sub4_1 .contents3 > dl > dt { padding: 15px; }
    .sub4_1 .contents3 > dl > dd { padding: 15px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul { display: block; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li { width: 100%; padding: 15px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li:nth-of-type(n + 2) { margin-top: 15px; }
}
@media (max-width: 524px) {
    .sub4_1 .contents1 .scrbox2 dl { display: block; border-radius: 20px; }
    .sub4_1 .contents1 .scrbox2 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub4_1 .contents1 .scrbox2 dl dd { margin-top: 5px; }
    .sub4_1 .contents3 > dl > dd .scrbox ul li { padding: 10px; }
}

/* sub4_2 */
.sub4_2 .contents1 { position: relative; padding: 35px; background-color: #f0f2f4; }
.sub4_2 .contents1 .scrbox { text-align: center; }
.sub4_2 .contents1 .scrbox .scr1 { font-weight: 700; font-size: 35px; color: #0f2554; line-height: 1.25; }
.sub4_2 .contents1 .scrbox .scr2 { margin-top: 25px; font-weight: 600; font-size: 22px; color: #000; line-height: 1.5; }
.sub4_2 .contents1 .scrbox2 { margin-top: 20px; font-size: 20px; color: #545454; line-height: 1.35; }
.sub4_2 .contents1 .scrbox2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_2 .contents1 .scrbox2 dl { padding: 17px 25px; display: flex; flex-wrap: nowrap; background-color: #fff; border-radius: 100px; }
.sub4_2 .contents1 .scrbox2 dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub4_2 .contents1 .scrbox2 dl dt { min-width: max-content; font-family: 'Noto Sans KR'; font-weight: 600; }
.sub4_2 .contents1 .sc.sub4_2 .contents1 .scrbox { text-align: center; }

.sub4_2 .contents2 { position: relative; margin-top: 90px; text-align: center; }
.sub4_2 .contents2 .text1 { font-weight: 700; font-size: 34px; color: #0f2554; line-height: 1.5; }
.sub4_2 .contents2 .text2 { font-weight: 500; font-size: 22px; color: #505050; line-height: 1.65; }
.sub4_2 .imgbox { margin-top: 50px; text-align: center; }

@media (max-width: 1535px) {
    .sub4_2 .contents1 .scrbox2 dl { padding: 15px 23px; }
}
@media (max-width: 1279px) {
    .sub4_2 .contents1 .scrbox2 dl { padding: 13px 20px; }
}
@media (max-width: 1023px) {
    
}
@media (max-width: 767px) {
    
}
@media (max-width: 624px) {
    
}
@media (max-width: 524px) {
    .sub4_2 .contents1 .scrbox2 dl { display: block; border-radius: 20px; }
    .sub4_2 .contents1 .scrbox2 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub4_2 .contents1 .scrbox2 dl dd { margin-top: 5px; }
}

/* sub4_3 */
.sub4_3 .contents1 { position: relative; padding: 35px; background-color: #f0f2f4; }
.sub4_3 .contents1 .scrbox { text-align: center; }
.sub4_3 .contents1 .scrbox .scr1 { font-weight: 700; font-size: 35px; color: #0f2554; line-height: 1.25; }
.sub4_3 .contents1 .scrbox .scr2 { margin-top: 25px; font-weight: 600; font-size: 22px; color: #000; line-height: 1.5; }
.sub4_3 .contents1 .scrbox2 { margin-top: 20px; font-size: 20px; color: #545454; line-height: 1.35; }
.sub4_3 .contents1 .scrbox2 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_3 .contents1 .scrbox2 dl { padding: 17px 25px; display: flex; flex-wrap: nowrap; background-color: #fff; border-radius: 100px; }
.sub4_3 .contents1 .scrbox2 dl:nth-of-type(n + 2) { margin-top: 10px; }
.sub4_3 .contents1 .scrbox2 dl dt { min-width: max-content; font-family: 'Noto Sans KR'; font-weight: 600; }
.sub4_3 .contents1 .sc.sub4_3 .contents1 .scrbox { text-align: center; }

.sub4_3 .contents2 { position: relative; margin-top: 90px; text-align: center; }
.sub4_3 .contents2 .text1 { font-weight: 700; font-size: 34px; color: #0f2554; line-height: 1.5; }
.sub4_3 .contents2 .text2 { font-weight: 500; font-size: 22px; color: #505050; line-height: 1.65; }
.sub4_3 .imgbox { margin-top: 50px; text-align: center; }

@media (max-width: 1535px) {
    .sub4_3 .contents1 .scrbox2 dl { padding: 15px 23px; }
}
@media (max-width: 1279px) {
    .sub4_3 .contents1 .scrbox2 dl { padding: 13px 20px; }
}
@media (max-width: 524px) {
    .sub4_3 .contents1 .scrbox .scr2 br { display: none; }
    .sub4_3 .contents1 .scrbox2 dl { display: block; border-radius: 20px; }
    .sub4_3 .contents1 .scrbox2 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub4_3 .contents1 .scrbox2 dl dd { margin-top: 5px; }
}

/* sub5_1 */
.sub5_1 .contents1 { text-align: center; }
.sub5_1 .contents2 { position: relative; }
.sub5_1 .contents2 ul { display: flex; flex-wrap: wrap; margin: -12px; }
.sub5_1 .contents2 ul li { width: 25%; padding: 12px; }
.sub5_1 .contents2 ul li a { position: relative; display: block; padding: 10px; aspect-ratio: 1/1; background-color: #f7f7f7; border: 1px solid #d4d4d4; border-radius: 30px; overflow: hidden; pointer-events: none; }
.sub5_1 .contents2 ul li a .cont { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub5_1 .contents2 ul li a .iconbox { position: relative; }
.sub5_1 .contents2 ul li a .iconbox img { display: inline-block; width: 103px; }
.sub5_1 .contents2 ul li a .txtbox { text-align: center; }
.sub5_1 .contents2 ul li a .txtbox .txt1 { font-weight: 700; font-size: 25px; color: #0f2554; line-height: 1.4; }
.sub5_1 .contents2 ul li a .txtbox .txt2 { font-size: 18px; color: #535353; line-height: 1.55; }
.sub5_1 .contents3 { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub5_1 .contents3 li { width: 49%; }
.sub5_1 .contents3 li a { display: flex; align-items: center; justify-content: center; padding: 70px 22px; width: 100%; border: 1px solid #dbdbdb; }
.sub5_1 .contents3 li img { display: inline-block; width: 283px; }
.sub5_1 article { position: relative; padding: 70px 0; border-top: 1px solid #dfdfdf; }
.sub5_1 article.notop { margin-top: initial; border-top: none; }
.sub5_1 article.nobottm { padding-bottom: 0; }
.sub5_1 article .desc1 { margin-bottom: 20px; font-weight: 700; font-size: 30px; color: #0f2554; }
.sub5_1 article table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #000; border-left: 1px solid #ddd; font-size: 18px; color: #666; line-height: 1.45;  }
.sub5_1 article table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub5_1 article table th, .sub5_1 article table td { padding: 13px; text-align: center; border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
.sub5_1 article table th { font-weight: 600; color: #0f2554; background-color: #f9f9f9; }
.sub5_1 article table td.align_left { text-align: left; }
.sub5_1 article table td:nth-of-type(1) { font-weight: 600; color: #000; }
.sub5_1 article table td dl { display: flex; flex-wrap: nowrap; }
.sub5_1 article table td dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub5_1 .contents2 ul li a { border-radius: 25px; }
    .sub5_1 .contents2 ul li a .iconbox img { width: calc(60px + 2.7vw); }
    .sub5_1 article .desc1 { margin-bottom: 17px; }
    .sub5_1 article table th, .sub5_1 article table td { padding: 12px; }
    .sub5_1 .contents3 li img { width: calc(100px + 6.6vw); }
}
@media (max-width: 1279px) {
    .sub5_1 .contents2 ul li a { border-radius: 23px; }
    .sub5_1 article .desc1 { margin-bottom: 15px; }
    .sub5_1 article table th, .sub5_1 article table td { padding: 10px; }
}
@media (max-width: 1130px) {
    .sub5_1 .contents2 ul li { width: 33.3333%; }
}
@media (max-width: 1023px) {
    .sub5_1 .contents2 ul li a { border-radius: 20px; }
    .sub5_1 article .desc1 { margin-bottom: 14px; }
    .sub5_1 article .tablewrap { overflow-x: scroll; padding-bottom: 10px; }
    .sub5_1 article table { width: 1050px; }
    .sub5_1 article table th, .sub5_1 article table td { padding: 9px; }
}
@media (max-width: 767px) {
    .sub5_1 .contents2 ul { margin: -8px; }
    .sub5_1 .contents2 ul li { padding: 8px; }
    .sub5_1 .contents2 ul li a { border-radius: 18px; }
    .sub5_1 article table { width: 780px; }
}
@media (max-width: 724px) {
    .sub5_1 .contents2 ul { justify-content: space-between; margin: initial; }
    .sub5_1 .contents2 ul li { width: 48%; padding: initial; }
    .sub5_1 .contents2 ul li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub5_1 .contents2 ul li a { padding: 20px; aspect-ratio: initial; height: 100%; }
    .sub5_1 .contents2 ul li a .cont { top: initial; transform: translateY(0); }
}
@media (max-width: 624px) {
    .sub5_1 .contents2 ul li a { padding: 15px; }
}
@media (max-width: 524px) {
    .sub5_1 .contents2 ul { display: block; }
    .sub5_1 .contents2 ul li { width: 100%; }
    .sub5_1 .contents2 ul li:nth-of-type(n + 2) { margin-top: 15px; }
    .sub5_1 .contents2 ul li a { padding: 15px; }
    .sub5_1 .contents3 { display: block; }
    .sub5_1 .contents3 li { width: 100%; }
    .sub5_1 .contents3 li:nth-of-type(n + 2) { margin-top: 15px; }
}

/* sub5_2 */
.sub5_2 .imgwrap { text-align: center; }
.sub5_2 .tabs { margin-top: 90px; padding-bottom: 40px; width: 100%; font-weight: 700; font-size: 20px; color: #9b9b9b; line-height: 1; }
.sub5_2 .tabs * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub5_2 .tabs ul { display: flex; width: 100%; }
.sub5_2 .tabs ul li { width: 20%; }
.sub5_2 .tabs ul li a { display: block; padding: 20px 10px; text-align: center; border: 1px solid #bababa; }
.sub5_2 .tabs ul li:first-of-type a { border-right: none; }
.sub5_2 .tabs ul li:last-of-type a { border-left: none; }
.sub5_2 .tabs ul li.active a { color: #0f2554; border: 1px solid #0f2554 !important; }
.sub5_2 .cont { display: none; margin-top: 60px; }
.sub5_2 .cont.active { display: block; }
.sub5_2 .cont .topimg img { width: 100%; }
.sub5_2 .cont .info { margin-top: 60px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub5_2 .cont .info li { width: 48.4%; padding: 35px; border: 1px solid #cfcfcf; border-top: 3px solid #0f2554; }
.sub5_2 .cont .info.ver2 li { width: 100%; }
.sub5_2 .cont .info li:nth-of-type(n + 3) { margin-top: 4%; }
.sub5_2 .cont .info li .infotext1 { padding-bottom: 35px; font-weight: 600; font-size: 25px; color: #000; }
.sub5_2 .cont .info li dl { display: flex; flex-wrap: nowrap; align-items: center; font-size: 18px; color: #848484; line-height: 1.65; }
.sub5_2 .cont .info li dl * { font-size: inherit; color: inherit; line-height: inherit; }
.sub5_2 .cont .info li dl dt { min-width: max-content; margin-right: 30px; }
.sub5_2 .cont .info li dl dt img { display: inline-block; width: 104px; }
@media (max-width: 1535px) {
    .sub5_2 .tabs { padding-bottom: 35px; }
    .sub5_2 .tabs ul li a { padding: 17px 9px; }
    .sub5_2 .cont .info li { padding: 30px; }
    .sub5_2 .cont .info li dl dt { margin-right: calc(14px + 1vw); }
    .sub5_2 .cont .info li dl dt img { width: calc(50px + 3.5vw); }
}
@media (max-width: 1279px) {
    .sub5_2 .tabs { padding-bottom: 30px; }
    .sub5_2 .tabs ul li a { padding: 15px 8px; }
    .sub5_2 .cont .info li { padding: 25px; }
}
@media (max-width: 1023px) {
    .sub5_2 .tabs { padding-bottom: 25px; }
    .sub5_2 .tabs ul li a { padding: 12px 7px; }
    .sub5_2 .cont .info li { padding: 20px; }
}
@media (max-width: 767px) {
    .sub5_2 .tabs { font-weight: 500; }
    .sub5_2 .tabs ul li a { padding: 10px 5px; }
    .sub5_2 .cont .info { display: block; }
    .sub5_2 .cont .info li { width: 100%; }
    .sub5_2 .cont .info li:nth-of-type(n + 3) { margin-top: initial; }
    .sub5_2 .cont .info li:nth-of-type(n + 2) { margin-top: 20px; }
}
@media (max-width: 460px) {
    .sub5_2 .cont .info li { text-align: center; }
    .sub5_2 .cont .info li dl { display: block; }
    .sub5_2 .cont .info li dl dt { min-width: initial; margin-right: initial; }
    .sub5_2 .cont .info li dl dt img { width: 100%; max-width: 65px; }
    .sub5_2 .cont .info li dl dd { margin-top: 20px; }
}

/* sub6_2 */
.sub6_2 .desc1 { padding-bottom: 27px; font-weight: 700; font-size: 30px; color: #0f2554; }
.sub6_2 .desc2 { margin-top: 40px; font-weight: 500; font-size: 18px; color: #ff0000; line-height: 1.65; }
.sub6_2 article { position: relative; margin-top: 70px; }
.sub6_2 .imgwrap { text-align: center; }
.sub6_2 .contents1 { position: relative; padding: 140px 0 110px; overflow: hidden; background: url(/image/sub/sub6/sub6_2_img1.jpg) no-repeat center/cover; }
.sub6_2 .contents1 .frame { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); display: none; }
.sub6_2 .contents1 .textbox { z-index: 3; position: relative; text-align: right; }
.sub6_2 .contents1 .textbox .texts { display: inline-block; width: 70%; text-align: left; }
.sub6_2 .contents1 .textbox .texts .text1 { font-weight: 600; font-size: 25px; color: #fff; line-height: 1.65; }
.sub6_2 .contents1 .textbox .texts .text2 { font-size: 20px; color: #a7a7a7; line-height: 1.65; }
.sub6_2 .contents1 .textbox .texts .text2 span { color: #ff0000; }

.sub6_2 .contents2 { padding: 30px 25px; background-color: #f0f2f4; }
.sub6_2 .contents2 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; font-weight: 600; font-size: 18px; color: #545454; line-height: 1.35; }
.sub6_2 .contents2 ul * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub6_2 .contents2 ul li { width: 49%; }
.sub6_2 .contents2 ul li p { padding: 17px 25px; background-color: #fff; border-radius: 100px; }
.sub6_2 .contents2 ul li p:nth-of-type(n + 2) { margin-top: 10px; }

.sub6_2 .contents3 { position: relative; }
.sub6_2 .contents3 > dl { display: flex; flex-wrap: nowrap; align-items: center; padding: 30px 0; border: 1px solid #d8d8d8; }
.sub6_2 .contents3 > dl:nth-of-type(n + 2) { margin-top: 25px; }
.sub6_2 .contents3 > dl > dt { min-width: 200px; width: 200px; text-align: center; font-weight: 700; font-size: 24px; color: #0f2554; }
.sub6_2 .contents3 > dl > dd { padding-left: 30px; padding-right: 30px; width: 100%; border-left: 1px solid #d6d6d6; }
.sub6_2 .contents3 > dl > dd .scrbox { font-size: 20px; color: #5c5c5c; line-height: 1.65; }
.sub6_2 .contents3 > dl > dd .scrbox * { font-size: inherit; color: inherit; line-height: inherit; }
.sub6_2 .contents3 > dl > dd .scrbox dl { display: flex; flex-wrap: nowrap; }
.sub6_2 .contents3 > dl > dd .scrbox dl dt { min-width: max-content; }
.sub6_2 .contents3 > dl > dd .scrbox dl b { font-weight: 500; color: #000; }
.sub6_2 .contents3 > dl > dd .scrbox ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub6_2 .contents3 > dl > dd .scrbox ul li { width: 32%; padding: 30px; background-color: #f5f5f5; }

.sub6_2 .contents4 { display: flex; flex-wrap: nowrap; }
.sub6_2 .contents4 li { width: 16%; }
.sub6_2 .contents4 li .circle { position: relative; display: block; aspect-ratio: 1/1; border-radius: 50%; background-color: #0f2554; text-align: center; pointer-events: none; }
.sub6_2 .contents4 li .circle .cont { position: relative; top: 50%; transform: translateY(-50%); }
.sub6_2 .contents4 li .circle .cont img { display: inline-block; width: 62px; }
.sub6_2 .contents4 li .circle .cont p { margin-top: 10px; font-weight: 500; font-size: 20px; color: #fff; line-height: 1.35; }
.sub6_2 .contents4 li.arrow_li { width: 5%; text-align: center; }
.sub6_2 .contents4 li.arrow_li img { position: relative; top: 50%; transform: translateY(-50%); display: inline-block; width: 25px; }

@media (max-width: 1535px) {
    .sub6_2 .contents2 ul li p { padding: 15px 23px; }

    .sub6_2 .contents3 > dl { padding: 25px 0; }
    .sub6_2 .contents3 > dl:nth-of-type(n + 2) { margin-top: 20px; }
    .sub6_2 .contents3 > dl > dt { min-width: 180px; width: 180px; }
    .sub6_2 .contents3 > dl > dd { padding-left: 25px; padding-right: 25px; }
    .sub6_2 .contents3 > dl > dd .scrbox ul li { padding: 25px; }

    .sub6_2 .contents4 li .circle .cont img { width: calc(40px + 1.4vw); }
    .sub6_2 .contents4 li.arrow_li img { width: 23px; }
}
@media (max-width: 1279px) {
    .sub6_2 .contents2 ul li p { padding: 13px 20px; }

    .sub6_2 .contents3 > dl { padding: 23px 0; }
    .sub6_2 .contents3 > dl:nth-of-type(n + 2) { margin-top: 17px; }
    .sub6_2 .contents3 > dl > dt { min-width: 160px; width: 160px; }
    .sub6_2 .contents3 > dl > dd { padding-left: 23px; padding-right: 23px; }
    .sub6_2 .contents3 > dl > dd .scrbox ul li { padding: 23px; }

    .sub6_2 .contents4 li .circle .cont img { width: calc(40px + 1vw); }
    .sub6_2 .contents4 li.arrow_li img { width: 21px; }
}
@media (max-width: 1180px) {
    .sub6_2 .contents2 ul { display: block; font-weight: 500; }
    .sub6_2 .contents2 ul li { width: 100%; }
    .sub6_2 .contents2 ul li:nth-of-type(n + 2) { margin-top: 10px; }
}
@media (max-width: 1023px) {
    .sub6_2 .contents1 { background-position-x: 0; }
    .sub6_2 .contents1 .frame { display: block; }
    .sub6_2 .contents1 .textbox .texts { width: 100%; }

    .sub6_2 .contents2 ul li p { padding: 11px 18px; }
        
    .sub6_2 .contents3 > dl { padding: 20px 0; }
    .sub6_2 .contents3 > dl > dt { min-width: 140px; width: 140px; }
    .sub6_2 .contents3 > dl > dd { padding-left: 20px; padding-right: 20px; }
    .sub6_2 .contents3 > dl > dd .scrbox ul li { padding: 20px; }

    .sub6_2 .contents4 { display: block; }
    .sub6_2 .contents4 li { width: 100%; }
    .sub6_2 .contents4 li .circle { aspect-ratio: initial; border-radius: 20px; padding: 10px; }
    .sub6_2 .contents4 li .circle .cont { top: initial; transform: translateY(0); }
    .sub6_2 .contents4 li .circle .cont img { width: 48px; }
    .sub6_2 .contents4 li .circle .cont p { margin-top: 8px; }
    .sub6_2 .contents4 li .circle .cont p br { display: none; }
    .sub6_2 .contents4 li.arrow_li { width: 100%; padding: 3px 0; }
    .sub6_2 .contents4 li.arrow_li img { top: initial; transform: translateY(0) rotateZ(90deg); width: 17px; transform-origin: center; }
}
@media (max-width: 767px) {
    .sub6_2 .contents3 > dl { display: block; padding: initial; }
    .sub6_2 .contents3 > dl > dt { min-width: initial; width: 100%; padding: 20px; }
    .sub6_2 .contents3 > dl > dd { padding: 20px; border-left: none; border-top: 1px solid #d6d6d6; }
}
@media (max-width: 624px) {
    .sub6_2 .contents3 > dl > dt { padding: 15px; }
    .sub6_2 .contents3 > dl > dd { padding: 15px; }
    .sub6_2 .contents3 > dl > dd .scrbox ul { display: block; }
    .sub6_2 .contents3 > dl > dd .scrbox ul li { width: 100%; padding: 15px; }
    .sub6_2 .contents3 > dl > dd .scrbox ul li:nth-of-type(n + 2) { margin-top: 15px; }
}
@media (max-width: 524px) {
    .sub6_2 .contents1 .scrbox2 dl { display: block; border-radius: 20px; }
    .sub6_2 .contents1 .scrbox2 dl dt { min-width: initial; margin-right: initial; width: 100%; }
    .sub6_2 .contents1 .scrbox2 dl dd { margin-top: 5px; }

    .sub6_2 .contents2 ul li p { display: block; border-radius: 20px; }

    .sub6_2 .contents3 > dl > dd .scrbox ul li { padding: 10px; }
}