/* sub_top */
.sub_visual { position: relative; height: 320px; 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 .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; 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-weight: 500; font-size: 50px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 280px; }

    /* .sub_visual .txtbox { top: 80px; } */
}
@media (max-width: 1279px) {
    .sub_visual { height: 250px; }

    /* .sub_visual .txtbox { top: 70px; } */
}
@media (max-width: 1023px) {
    .sub_visual { height: 240px; }

    .sub_visual .txtbox { /* top: 60px; */ height: calc(100% - 70px); }
    .sub_visual.noSub .txtbox { height: calc(100% - 35px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 230px; }
    .sub_visual.sub1 .bg { background-position-x: 70%; }

    .sub_visual.sub5 .bg { background-position-x: 70%; }
}

.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: 500; font-size: 40px; color: #000; }

/* sub1_1 */
.sub1_1 .contents1 { padding: 80px 0; overflow: hidden; background-color: #3a3a3a; }
.sub1_1 .contents1 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.sub1_1 .contents1 ul li { width: 48%; }
.sub1_1 .contents1 ul li:last-of-type { text-align: right; }
.sub1_1 .contents1 ul li .txtbox .txt1 { font-size: 20px; color: #fff; line-height: 1.5; }
.sub1_1 .contents1 ul li .txtbox .txt1 b { font-weight: 700; }

.sub1_1 .contents2 { margin-top: 50px; }
.sub1_1 .contents2 ul { margin-top: 15px; display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_1 .contents2 ul li { width: 32%; background-color: #f6f6f6; padding: 30px 20px; }
.sub1_1 .contents2 ul li .iconbox img { display: inline-block; width: 76px; }
.sub1_1 .contents2 ul li .txtbox { margin-top: 23px; }
.sub1_1 .contents2 ul li .txtbox .txt1 { font-family: 'GmarketSans'; font-weight: 600; font-size: 25px; color: #0369bc; }
.sub1_1 .contents2 ul li .txtbox .txt2 { margin-top: 12px; font-weight: 500; font-size: 18px; color: #000; line-height: 1.38; }
.sub1_1 .contents2 ul li .txtbox .txt2 * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_1 .contents2 ul li .txtbox .txt2 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents2 ul li .txtbox .txt2 dl dt { min-width: max-content; }
.sub1_1 .contents2 .scr1 { margin-top: 10px; text-align: right; font-size: 18px; color: #000; line-height: 1.55; }

.sub1_1 .contents3 { margin-top: 70px; text-align: center; }
.sub1_1 .contents3 img { border: 1px solid #84879c; }

.sub1_1 .desc1 { margin-top: 70px; text-align: center; font-weight: 700; font-size: 30px; color: #050505; }

@media (max-width: 1535px) {
    .sub1_1 .contents2 ul li { padding: 25px 15px; }
    .sub1_1 .contents2 ul li .iconbox img { width: calc(50px + 1.5vw); }
    .sub1_1 .contents2 ul li .txtbox { margin-top: 20px; }
}
@media (max-width: 1279px) {
    .sub1_1 .contents2 ul li { padding: 20px 15px; }
    .sub1_1 .contents2 ul li .iconbox img { width: calc(45px + 1.3vw); }
    .sub1_1 .contents2 ul li .txtbox { margin-top: 15px; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents1 ul { display: block; text-align: center; }
    .sub1_1 .contents1 ul li { width: 100%; }
    .sub1_1 .contents1 ul li:last-of-type { margin-top: 20px; text-align: center; }
    .sub1_1 .contents1 ul li:last-of-type img { width: 100%; max-width: 300px; }
    .sub1_1 .contents1 ul li .txtbox .txt1 .br1 { display: none; }
    .sub1_1 .contents1 ul li .txtbox .txt1 b { font-weight: 600; }

    .sub1_1 .contents2 ul { flex-wrap: wrap; }
    .sub1_1 .contents2 ul li { width: 48%; padding: 15px; }
    .sub1_1 .contents2 ul li:nth-of-type(n + 3) { margin-top: 4%; }

    .sub1_1 .contents2 .scr1 br { display: none; }
}
@media (max-width: 524px) {
    .sub1_1 .contents2 ul { display: block; text-align: center; }
    .sub1_1 .contents2 ul li { width: 100%; }
    .sub1_1 .contents2 ul li:nth-of-type(n + 3) { margin-top: initial; }
    .sub1_1 .contents2 ul li:nth-of-type(n + 2) { margin-top: 20px; }
}

/* sub1_2 */
.sub1_2 .contents1 { position: relative; border-top: 1px solid #6e6e6e; }
.sub1_2 .contents1 li { padding: 25px; display: flex; flex-wrap: nowrap; border-bottom: 1px solid #eaeaea; }
.sub1_2 .contents1 li .year { min-width: 120px; width: 120px; font-weight: 700; font-size: 30px; color: #0369bc; }
.sub1_2 .contents1 li .info { width: 100%; }
.sub1_2 .contents1 li .info dl { display: flex; }
.sub1_2 .contents1 li .info dl dt { min-width: 40px; width: 40px; font-weight: 700; font-size: 18px; color: #000; line-height: 1.45; }
.sub1_2 .contents1 li .info dl dd { width: 100%; font-weight: 500; font-size: 18px; color: #7a7a7a; line-height: 1.45; }
@media (max-width: 1535px) {
    .sub1_2 .contents1 li { padding: 20px; }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 li { padding: 15px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 li { display: block; padding: 15px 0; }
    .sub1_2 .contents1 li .year { min-width: initial; width: 100%; font-weight: 600; margin-bottom: 10px; }
    .sub1_2 .contents1 li .info dl dt { min-width: 30px; width: 30px; }
}

/* 서브2 */
.sub2 .topCont { position: relative; padding: 30px; border: 3px solid #f2f2f2; }
.sub2 .topCont dl { display: flex; flex-wrap: nowrap; align-items: center; }
.sub2 .topCont dl dt { min-width: max-content; margin-right: 35px; }
.sub2 .topCont dl dt img { display: inline-block; width: 329px; }
.sub2 .topCont dl dd p { font-size: 18px; color: #6c6c6c; line-height: 1.65; }

.sub2 .midCont { position: relative; margin: 50px 0; font-size: 18px; color: #6c6c6c; line-height: 1.7; }
.sub2 .midCont * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .midCont ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2 .midCont ul li { width: 49%; }
.sub2 .midCont ul li .txt1 { font-weight: 700; color: #000; }
.sub2 .midCont ul li .txt2 { display: flex; flex-wrap: nowrap; }
.sub2 .midCont ul li .txt2 p:first-of-type { min-width: max-content; }

.sub2 .midText { padding: 20px 10px; text-align: center; font-size: 18px; color: #000; line-height: 1.65; background-color: #f3f3f3; }

.sub2 .bottomCont { position: relative; margin-top: 70px; }
.sub2 .bottomCont ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2 .bottomCont ul li { width: 49%; }
.sub2 .bottomCont ul li:nth-of-type(n + 3) { margin-top: 55px; }
.sub2 .bottomCont ul li .txt1 { margin-bottom: 20px; display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.sub2 .bottomCont ul li .txt1 .txt1_1 { font-weight: 500; font-size: 25px; color: #464646; line-height: 1.4; }
.sub2 .bottomCont ul li .txt1 .txt1_1 span { font-weight: 700; color: #0369bc; }
.sub2 .bottomCont ul li .txt1 .txt1_2 { font-weight: 500; font-size: 20px; color: #ff0000; line-height: 1.4; }
.sub2 .bottomCont ul li .tableWrap { position: relative; }
.sub2 .bottomCont ul li .tableWrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #a4c1e5; font-size: 16px; color: #6c6c6c; line-height: 1.35; }
.sub2 .bottomCont ul li .tableWrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .bottomCont ul li .tableWrap table th, .sub2 .bottomCont ul li .tableWrap table td { padding: 11px 14px; text-align: left; border-bottom: 1px solid #a4c1e5; }
.sub2 .bottomCont ul li .tableWrap table th { font-weight: 500; background-color: #f2f5fb; }

@media (max-width: 1535px) {
    .sub2 .topCont dl dt { margin-right: calc(19px + 1vw); }
    .sub2 .topCont dl dt img { width: calc(200px + 8.2vw); }
    
    .sub2 .bottomCont ul li:nth-of-type(n + 3) { margin-top: 45px; }
    .sub2 .bottomCont ul li .tableWrap table { font-size: 15px; }
    .sub2 .bottomCont ul li .tableWrap table th, .sub2 .bottomCont ul li .tableWrap table td { padding: 10px 13px; }
}
@media (max-width: 1279px) {
.sub2 .bottomCont ul li:nth-of-type(n + 3) { margin-top: 30px; }
}
@media (max-width: 1023px) {
    .sub2 .bottomCont ul { display: block; }
    .sub2 .bottomCont ul li { width: 100%; }
    .sub2 .bottomCont ul li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2 .bottomCont ul li:nth-of-type(n + 2) { margin-top: 30px; }
    .sub2 .bottomCont ul li .txt1 { margin-bottom: 15px; }
    .sub2 .bottomCont ul li .tableWrap table { font-size: 14px; }
    .sub2 .bottomCont ul li .tableWrap table th, .sub2 .bottomCont ul li .tableWrap table td { padding: 9px 12px; }
}
@media (max-width: 767px) {
    .sub2 .topCont dl { display: block; text-align: center; }
    .sub2 .topCont dl dt img { width: 100%; width: 250px; }
    .sub2 .topCont dl dd { margin-top: 15px; }

    .sub2 .midCont ul { display: block; }
    .sub2 .midCont ul li { width: 100%; }
    .sub2 .midCont ul li:last-of-type { margin-top: 20px; }

    .sub2 .bottomCont ul li .tableWrap table { font-size: 13px; }
    .sub2 .bottomCont ul li .tableWrap table th, .sub2 .bottomCont ul li .tableWrap table td { padding: 8px 11px; }
}
@media (max-width: 360px) {
    .sub2 .bottomCont ul li .txt1 { display: block; }
    .sub2 .bottomCont ul li .txt1 .txt1_2 { margin-top: 5px; }
}

/* 서브2_1 */
.sub2_1 .contents11 { margin-top: 80px; }
.sub2_1 .contents11 .desc1 { font-weight: 500; font-size: 30px; color: #000; }
.sub2_1 .contents11 .cul1 { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2_1 .contents11 .cul1 li { width: 23.8461%; }
.sub2_1 .contents11 .cul1 li img { width: 100%; }
.sub2_1 .contents11 .cul2 { margin-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2_1 .contents11 .cul2 li { width: 48.8461%; }
.sub2_1 .contents11 .cul2 li img { width: 100%; }
@media (max-width: 524px) {
    .sub2_1 .contents11 .cul1 li { width: 48.8461%; }
    .sub2_1 .contents11 .cul1 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2_1 .contents11 .cul2 li { width: 100%; }
    .sub2_1 .contents11 .cul2 li:nth-of-type(n + 2) { margin-top: 4%; }
}

/* 서브2_2 */
.sub2_2 .contents11 { margin-top: 80px; }
.sub2_2 .contents11 .cul1 { margin-left: auto; margin-right: auto; max-width: 640px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2_2 .contents11 .cul1 li { width: 49%; }
.sub2_2 .contents11 .cul1 li img { width: 100%; }
@media (max-width: 450px) {
    .sub2_2 .contents11 .cul1 li { width: 100%; }
    .sub2_2 .contents11 .cul1 li:nth-of-type(n + 2) { margin-top: 4%; }
}

/* 서브2_3 */
.sub2_3 .bottomCont ul li { width: 31.6%; }
.sub2_3 .bottomCont ul li:nth-of-type(n + 3) { margin-top: initial; }

.sub2_3 .contents11 { margin-top: 60px; }
.sub2_3 .contents11 .cul1 { display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub2_3 .contents11 .cul1 li { width: 32.5384%; }
.sub2_3 .contents11 .cul1 li img { width: 100%; }
@media (max-width: 1023px) {
    .sub2_3 .bottomCont ul li { width: 100%; }
    .sub2_3 .bottomCont ul li:nth-of-type(n + 2) { margin-top: 30px; }
}
@media (max-width: 450px) {
    .sub2_3 .contents11 .cul1 li { width: 100%; }
    .sub2_3 .contents11 .cul1 li:nth-of-type(n + 2) { margin-top: 4%; }
}