/* sub_top */
.sub_visual { position: relative; height: 290px; 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/top_sub1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/top_sub2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/top_sub3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/top_sub4.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; width: 100%; height: calc(100% - 45px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-family: 'GmarketSans'; font-weight: 500; font-size: 50px; color: #fff; }
@media (max-width: 1535px) {
    .sub_visual { height: 270px; }
}
@media (max-width: 1279px) {
    .sub_visual { height: 240px; }
}
@media (max-width: 1023px) {
    .sub_visual { height: 220px; }
    .sub_visual .txtbox { height: calc(100% - 40px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 180px; }
}

.subtop { margin-top: -45px; position: relative; z-index: 10; height: 45px; border-top: 1px solid rgba(255, 255, 255, 0.4); border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
.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 rgba(255, 255, 255, 0.4); border-left: 1px solid rgba(255, 255, 255, 0.4); 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: 50%; left: 50%; transform: translate(-50%,-50%); }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid rgba(255, 255, 255, 0.4); }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid rgba(255, 255, 255, 0.4); }

.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: -40px; height: 40px; }
    .subtop .subtop_flex { flex-wrap: wrap; }
    .subtop .subtop_flex .top_cont1 { width: 40px; height: 40px; }
    .subtop .subtop_flex .top_cont2 { width: calc(100% - 40px); height: 40px; }
    .subtop .subtop_flex .top_cont3 { width: 100%; height: 40px; border-left: 1px solid #5d5853; border-top: 1px solid #5d5853; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 600; font-size: 45px; color: #000; }

/* sub1_1 */
.sub1_1 .contents1 {  padding: 100px 0; overflow: hidden; background: url(/image/sub/sub1_1_img1.jpg) no-repeat center/cover; }
.sub1_1 .contents1 p { text-align: center; font-size: 37px; color: #18509c; letter-spacing: -0.025em; line-height: 1.3; }
.sub1_1 .contents1 p span { font-weight: 700; }
.sub1_1 .contents1 p br { display: none; }
.sub1_1 .textbox { position: relative; margin-top: 70px; }
.sub1_1 .textbox .text1 { font-size: 18px; color: #575757; line-height: 1.65; }
.sub1_1 .textbox .text1 .t1 { font-weight: 600; font-size: 30px; color: #000; }
.sub1_1 .textbox .text1 .t2 { font-weight: 700; font-size: 24px; color: #005796; }
.sub1_1 .textbox .text2 { text-align: right; font-weight: 600; font-size: 23px; color: #313131; line-height: 1.65; }
@media (max-width: 767px) {
    .sub1_1 .contents1 p br { display: inline-block; }
}

/* sub2_1 */
.sub2_1 .tablewrap { position: relative; }
.sub2_1 .tablewrap table { position: relative; width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 2px solid #1676e2; border-left: 1px solid #909090; }
.sub2_1 .tablewrap table thead { background-color: #e2ecf8; }
.sub2_1 .tablewrap table thead th { padding: 10px 5px; text-align: center; font-weight: 700; font-size: 18px; color: #0057b8; border-bottom: 1px solid #909090; border-right: 1px solid #909090; }
.sub2_1 .tablewrap table tbody th, .sub2_1 .tablewrap table tbody td { border-bottom: 1px solid #909090; border-right: 1px solid #909090; }
.sub2_1 .tablewrap table tbody td { padding: 10px 5px; text-align: center; font-size: 18px; color: #666; }
.sub2_1 .tablewrap table tbody th { padding: 10px 5px; text-align: center; font-weight: 700; font-size: 18px; color: #000; background-color: #f1f1f1; }
.sub2_1 .text1 { margin-top: 30px; font-size: 16px; color: #7c7c7c; line-height: 1.65; }
.sub2_1 .text1 * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_1 .text1 dl { display: flex; flex-wrap: nowrap; }
.sub2_1 .text1 dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub2_1 .tablewrap table thead th, .sub2_1 .tablewrap table tbody td, .sub2_1 .tablewrap table tbody th { padding: 9px 5px; font-size: 16px; }
}
@media (max-width: 1279px) {
    .sub2_1 .tablewrap table thead th, .sub2_1 .tablewrap table tbody td, .sub2_1 .tablewrap table tbody th { padding: 8px 5px; font-size: 15px; }
}
@media (max-width: 1023px) {
    .sub2_1 .tablewrap { overflow-x: scroll; }
    .sub2_1 .tablewrap table { width: 1050px; }
}
@media (max-width: 767px) {
    .sub2_1 .tablewrap table thead th, .sub2_1 .tablewrap table tbody td, .sub2_1 .tablewrap table tbody th { padding: 7px 4px; font-size: 14px; }
    .sub2_1 .tablewrap table { width: 850px; }
}

/* sub3_1 */
.sub3_1 .contents1 { position: relative; padding: 40px; display: flex; flex-wrap: nowrap; align-items: center; background-color: #f0f5fa; }
.sub3_1 .contents1 .left { min-width: max-content; margin-right: 20px; }
.sub3_1 .contents1 .left img { display: inline-block; width: 101px; }
.sub3_1 .contents1 .right dl { display: flex; flex-wrap: nowrap; font-size: 18px; color: #19579d; line-height: 1.7; }
.sub3_1 .contents1 .right dl dt, .sub3_1 .contents1 .right dl dd { font-size: inherit; color: inherit; line-height: inherit; }
.sub3_1 .contents1 .right dl dt { min-width: max-content; }

.sub3_1 .contents2 ul { margin-top: 40px; display: flex; flex-wrap: wrap; justify-content: space-between; }
.sub3_1 .contents2 ul > li { position: relative; width: 48%; padding: 20px; box-shadow: 2px 0 5px rgba(160, 160, 160, 1); }
.sub3_1 .contents2 ul > li:nth-of-type(n + 3) { margin-top: 4%; }
.sub3_1 .contents2 ul > li .cont { position: relative; }
.sub3_1 .contents2 ul > li .cont .top { padding-bottom: 15px; border-bottom: 2px solid #19579d; }
.sub3_1 .contents2 ul > li .cont .top p { font-weight: 700; font-size: 25px; color: #000; }
.sub3_1 .contents2 ul > li .cont .top p span { color: #19579d; }
.sub3_1 .contents2 ul > li .cont .mid { text-align: center; }
.sub3_1 .contents2 ul > li .cont .mid img { max-width: 100%; }
.sub3_1 .contents2 ul > li .cont .bottom table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #c8ced6; }
.sub3_1 .contents2 ul > li .cont .bottom table th, .sub3_1 .contents2 ul > li .cont .bottom table td { padding: 12px 10px; text-align: left; width: 25%; border-bottom: 1px solid #c8ced6; }
.sub3_1 .contents2 ul > li .cont .bottom table th { background-color: #e8eef5; font-weight: 600; font-size: 18px; color: #19579d; }
.sub3_1 .contents2 ul > li .cont .bottom table td { font-size: 18px; color: #585858; }

.sub3_1 .contents2 ul > li.ver2 { width: 100%; }
.sub3_1 .contents2 ul > li.ver2 .cont_wrap { display: flex; flex-wrap: nowrap; align-items: center; }
.sub3_1 .contents2 ul > li.ver2 .cont_wrap .mid { width: 50%; }
.sub3_1 .contents2 ul > li.ver2 .cont_wrap .bottom { width: 50%; }

@media (max-width: 1535px) {
    .sub3_1 .contents1 .left img { width: calc(45px + 3.5vw); }

    .sub3_1 .contents2 ul > li .cont .bottom table th, .sub3_1 .contents2 ul > li .cont .bottom table td { padding: 10px 9px; font-size: 16px; }
}
@media (max-width: 1279px) {
    .sub3_1 .contents2 ul > li { box-shadow: 2px 0 4px rgba(160, 160, 160, 1); }
    .sub3_1 .contents2 ul > li .cont .top { padding-bottom: 12px; }
    .sub3_1 .contents2 ul > li .cont .bottom table th, .sub3_1 .contents2 ul > li .cont .bottom table td { padding: 10px 8px; font-size: 15px; }
}
@media (max-width: 1023px) {
    .sub3_1 .contents2 ul > li .cont .bottom table tr { display: flex; flex-wrap: wrap; }
    .sub3_1 .contents2 ul > li .cont .bottom table th, .sub3_1 .contents2 ul > li .cont .bottom table td { display: block; padding: 9px 7px; font-size: 14px; }
    .sub3_1 .contents2 ul > li .cont .bottom table th { width: 40%; }
    .sub3_1 .contents2 ul > li .cont .bottom table td { width: 60%; }

    .sub3_1 .contents2 ul > li.ver2 .cont_wrap { display: block; }
    .sub3_1 .contents2 ul > li.ver2 .cont_wrap .mid { width: 100%; }
    .sub3_1 .contents2 ul > li.ver2 .cont_wrap .bottom { width: 100%; }
}
@media (max-width: 767px) {
    .sub3_1 .contents1 { display: block; text-align: center; }   
    .sub3_1 .contents1 .left { margin-right: initial; }
    .sub3_1 .contents1 .left img { width: 70px; }
    .sub3_1 .contents1 .right { margin-top: 15px; display: inline-block; width: 100%; max-width: 450px; text-align: left; }

    .sub3_1 .contents2 ul > li { width: 100%; }
    .sub3_1 .contents2 ul > li:nth-of-type(n + 3) { margin-top: initial; }
    .sub3_1 .contents2 ul > li:nth-of-type(n + 2) { margin-top: calc(20px + 1vw); }
}
@media (max-width: 524px) {
    .sub3_1 .contents1 .right { max-width: initial; }

}