/* sub_top */
.sub_visual { position: relative; height: 570px; 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/subtop1.jpg) no-repeat center/cover; }
.sub_visual.sub2 .bg { background: url(/image/sub/subcommon/subtop2.jpg) no-repeat center/cover; }
.sub_visual.sub3 .bg { background: url(/image/sub/subcommon/subtop3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subcommon/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.sub1 .frame { background-color: rgba(0, 0, 0, 0.7); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 53%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-family: "GmarketSans"; font-weight: 700; font-size: 60px; color: #fff; text-shadow: 2px 0 2px rgba(0, 0, 0, 0.75); }
@media (max-width: 1535px) {
    .sub_visual { height: 510px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 460px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 380px; }

    .sub_visual .txtbox { top: 70px; height: calc(100% - 150px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 320px; }

    .sub_visual .txtbox { top: 60px; height: calc(100% - 140px); }
}

.subtop { margin-top: -45px; position: relative; z-index: 90; height: 45px; background-color: #242d3f; }
.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 #505765; border-left: 1px solid #505765; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #34425f; }
.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 #505765; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #505765; }
.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: #fff; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #34425f; }

.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: #242d3f; 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: #34425f; }
.subtop .subtop_flex .top_cont .top_subs a.disno { display: none !important; }

@media (max-width: 1023px) {
    .subtop { margin-top: -80px; 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); 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_cont3.disnone { display: block !important; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 90px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 600; font-size: 40px; color: #000; }

/* subinfo1 */
.subinfo1 { position: relative; margin-top: 50px; }
.subinfo1 li { display: flex; flex-wrap: nowrap; align-items: center; }
.subinfo1 li .imgbox { width: 50%; }
.subinfo1 li .imgbox img { width: 100%; }
.subinfo1 li .txtbox { width: 50%; padding-left: 40px; }
.subinfo1 li .txtbox .txt1 { padding-bottom: 40px; font-weight: 700; font-size: 30px; color: #0c0c0c; line-height: 1.4; }
.subinfo1 li .txtbox .txt2 { font-size: 18px; color: #666; line-height: 1.65; }
.subinfo1 li .txtbox .txt2 * { font-size: inherit; color: inherit; line-height: inherit; }
.subinfo1 li .txtbox .txt2 b { display: block; margin-bottom: 10px; font-weight: 600; color: #005aa6; }
.subinfo1 li .txtbox .txt2 span { color: #005aa6; }
.subinfo1 li .txtbox .txt2 dl { display: flex; flex-wrap: nowrap; }
.subinfo1 li .txtbox .txt2 dl dt { min-width: max-content; }

.subinfo1 li:nth-of-type(2n) { flex-direction: row-reverse; }
.subinfo1 li:nth-of-type(2n) .txtbox { padding-left: 0; padding-right: 40px; }
@media (max-width: 1535px) {
    .subinfo1 li .txtbox { padding-left: 30px; }
    .subinfo1 li .txtbox .txt1 { padding-bottom: 30px; }

    .subinfo1 li:nth-of-type(2n) .txtbox { padding-left: 0; padding-right: 30px; }
}
@media (max-width: 1279px) {
    .subinfo1 li .txtbox { padding-left: 20px; }
    .subinfo1 li .txtbox .txt1 { padding-bottom: 20px; }

    .subinfo1 li:nth-of-type(2n) .txtbox { padding-left: 0; padding-right: 20px; }
}
@media (max-width: 1023px) {
    .subinfo1 li { display: block; text-align: center; }
    .subinfo1 li:nth-of-type(n + 2) { margin-top: 30px; }
    .subinfo1 li .imgbox { width: 100%; }
    .subinfo1 li .imgbox img { width: 100%; max-width: 300px; }
    .subinfo1 li .txtbox { padding-left: 0; width: 100%; margin-top: 10px; }
    .subinfo1 li .txtbox .txt1 { padding-bottom: 10px; }

    .subinfo1 li:nth-of-type(2n) .txtbox { padding-left: 0; padding-right: 0; }
}

/* sub1_1 */
.sub1_1 { overflow: hidden; background: url(/image/sub/sub1/sub1_1_bg.png) no-repeat; background-size: contain; background-position: right bottom; }
.sub1_1 dl { display: flex; flex-wrap: nowrap; }
.sub1_1 dl dt { width: 40%; padding-right: 80px; display: flex; justify-content: right; text-align: right; }
.sub1_1 dl dt img { max-width: initial; width: 730px; height: fit-content; }
.sub1_1 dl dd { width: 60%; }
.sub1_1 dl dd .textbox .text1 { margin-bottom: 40px; font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: 34px; color: #243649; letter-spacing: -0.05em; line-height: 1.45; }
.sub1_1 dl dd .textbox .text2 { font-size: 20px; color: #3e3e3e; line-height: 1.5; }
.sub1_1 dl dd .textbox .text3 { margin: 30px 0; font-family: 'Nanum Myeongjo', serif; font-weight: 800; font-size: 28px; color: #243649; letter-spacing: -0.05em; line-height: 1.55; }
.sub1_1 dl dd .textbox .text3 span { display: inline-block; font-size: inherit !important; font-family: inherit !important; }
.sub1_1 dl dd .textbox .text3 span:nth-of-type(2) { margin-left: 10%; }
.sub1_1 dl dd .textbox .text3 span:nth-of-type(3) { margin-left: 5%; }
@media (max-width: 1535px) {
    .sub1_1 dl dt { padding-right: calc(40px + 2.5vw); }
    .sub1_1 dl dt img { width: calc(400px + 15vw); }
}
@media (max-width: 1279px) {
    .sub1_1 dl dt { padding-right: 40px; }
}
@media (max-width: 1023px) {
    .sub1_1 dl { display: block; text-align: center; }
    .sub1_1 dl dt { padding-right: initial; width: 100%; display: block; text-align: center; }
    .sub1_1 dl dt img { width: 100%; max-width: 300px; }
    .sub1_1 dl dd { width: 100%; margin-top: 20px; }
    .sub1_1 dl dd .textbox .text3 span:nth-of-type(2) { margin-left: 30%; }
    .sub1_1 dl dd .textbox .text3 span:nth-of-type(3) { margin-left: 10%; }
}
@media (max-width: 524px) {
    .sub1_1 dl dd .textbox .text3 span:nth-of-type(2) { margin-left: initial; }
    .sub1_1 dl dd .textbox .text3 span:nth-of-type(3) { margin-left: initial; }
}
 
/* sub1_2 */
.sub1_2 .textbox { text-align: center; }
.sub1_2 .textbox .text1 { position: relative; display: inline-block; font-family: 'Nanum Myeongjo', serif; font-weight: 700; font-size: 34px; color: #243649; line-height: 1.2; }
.sub1_2 .textbox .text1 span { z-index: 2; position: relative; display: inline-block; }
.sub1_2 .textbox .text1 br { display: none; }
.sub1_2 .textbox .text1 .talk { z-index: 1; position: absolute; width: 61px; top: -15px; }
.sub1_2 .textbox .text1 .talk1 { left: -30px; }
.sub1_2 .textbox .text1 .talk2 { right: -30px; }
.sub1_2 .textbox .text2 { margin-top: 20px; font-weight: 500; font-size: 24px; color: #676767; line-height: 1.35; }
@media (max-width: 1535px) {
    .sub1_2 .textbox .text1 .talk { width: 55px; top: -10px; }
    .sub1_2 .textbox .text1 .talk1 { left: -30px; }
    .sub1_2 .textbox .text1 .talk2 { right: -30px; }   
}
@media (max-width: 1279px) {
    .sub1_2 .textbox .text1 .talk { width: 45px; top: -10px; }
    .sub1_2 .textbox .text1 .talk1 { left: -20px; }
    .sub1_2 .textbox .text1 .talk2 { right: -20px; }   
}
@media (max-width: 1023px) {
    .sub1_2 .textbox .text1 .talk { width: 35px; top: -5px; }
    .sub1_2 .textbox .text1 .talk1 { left: -10px; }
    .sub1_2 .textbox .text1 .talk2 { right: -10px; }   
}
@media (max-width: 624px) {
    .sub1_2 .textbox .text1 br { display: inline-block; }
    .sub1_2 .textbox .text1 .talk { width: 25px; top: -5px; }
}

/* sub1_3 */
.sub1_3 .imgbox { text-align: center; }

/* sub1_4 */
.sub1_4 .imgbox { text-align: center; }

/* sub2_1 */
.sub2_1 { overflow: hidden; background: url(/image/sub/sub2/sub2_1_bg.jpg) no-repeat center/cover; background-position: top center; }
.sub2_1 .textbox { text-align: center; }
.sub2_1 .textbox .text1 { position: relative; display: inline-block; font-family: 'Nanum Myeongjo', serif; font-weight: 700; font-size: 30px; color: #243649; line-height: 1.3; }
.sub2_1 .textbox .text1 span { z-index: 2; position: relative; display: inline-block; }
.sub2_1 .textbox .text1 br { display: none; }
.sub2_1 .textbox .text1 .talk { z-index: 1; position: absolute; width: 61px; top: -15px; }
.sub2_1 .textbox .text1 .talk1 { left: -30px; }
.sub2_1 .textbox .text1 .talk2 { right: -30px; }
.sub2_1 .textbox .text2 { margin-top: 25px; font-weight: 500; font-size: 22px; color: #005aa6; line-height: 1.45; }
.sub2_1 .textbox .text3 { margin-top: 15px; font-size: 16px; color: #666; line-height: 1.45; }
@media (max-width: 1535px) {
    .sub2_1 .textbox .text1 .talk { width: 55px; top: -10px; }
    .sub2_1 .textbox .text1 .talk1 { left: -30px; }
    .sub2_1 .textbox .text1 .talk2 { right: -30px; }   
    .sub2_1 .textbox .text2 { margin-top: 20px; }
}
@media (max-width: 1279px) {
    .sub2_1 .textbox .text1 .talk { width: 45px; top: -10px; }
    .sub2_1 .textbox .text1 .talk1 { left: -20px; }
    .sub2_1 .textbox .text1 .talk2 { right: -20px; }
}
@media (max-width: 1023px) {
    .sub2_1 .textbox .text1 .talk { width: 35px; top: -5px; }
    .sub2_1 .textbox .text1 .talk1 { left: -10px; }
    .sub2_1 .textbox .text1 .talk2 { right: -10px; }   
    .sub2_1 .textbox .text2 { margin-top: 15px; }
    .sub2_1 .textbox .text3 { margin-top: 10px; }
}
@media (max-width: 624px) {
    .sub2_1 .textbox .text1 br { display: inline-block; }
    .sub2_1 .textbox .text1 .talk { width: 25px; top: -5px; }
}

/* sub3_1 */
.sub3_1 .descbox .desc1 { margin-bottom: 10px; font-weight: 700; font-size: 30px; color: #005aa6; line-height: 1.4; }
.sub3_1 .descbox .desc2 { font-size: 18px; color: #666; line-height: 1.4; }
@media (max-width: 1535px) {
    .sub3_1 .descbox .desc1 { margin-bottom: 7px; }
}

/* sub3_2 */
.sub3_2 article { position: relative; margin-top: 100px; }
.sub3_2 article.no_top { margin-top: 0; }
.sub3_2 article strong { margin-bottom: 25px; display: block; font-weight: 700; font-size: 30px; color: #005aa6; line-height: 1.35; }
.sub3_2 article .desc1 { font-size: 18px; color: #616161; line-height: 1.65; }
.sub3_2 article .desc2 { margin-top: 25px; font-weight: 600; font-size: 20px; color: #000; line-height: 1.65; }
.sub3_2 article .imgbox { margin-top: 30px; text-align: center; }

.sub3_2 .cont1 { padding-top: 40px; display: flex; flex-wrap: nowrap; justify-content: center; margin: -9px; }
.sub3_2 .cont1 li { width: 25%; padding: 9px; }
.sub3_2 .cont1 li a { display: block; height: 100%; background-color: #eaf0f9; border-radius: 10px; overflow: hidden; pointer-events: none; }
.sub3_2 .cont1 li .top { padding: 15px 10px; text-align: center; font-weight: 700; font-size: 22px; color: #fff; background-color: #005aa6; }
.sub3_2 .cont1 li .mid { padding: 30px; }
.sub3_2 .cont1 li .mid .iconbox { text-align: center; }
.sub3_2 .cont1 li .mid .iconbox img { display: inline-block; width: 140px; }
.sub3_2 .cont1 li .mid .scrbox1 { margin-top: 30px; text-align: center; }
.sub3_2 .cont1 li .mid .scrbox1 .scr1 { font-weight: 700; font-size: 30px; color: #005aa6; }
.sub3_2 .cont1 li .mid .scrbox1 .scr2 { margin-top: 5px; font-size: 18px; color: #5e5e5e; line-height: 1.65; }
.sub3_2 .cont1 li .mid .scrbox1 .scr2 b { font-size: inherit !important; font-weight: 600; color: #005aa6; }
.sub3_2 .cont1.ver2 { margin: -20px; }
.sub3_2 .cont1.ver2 li { width: 33.3333%; padding: 20px; }
.sub3_2 .cont1.ver2 li .mid .scrbox1 { text-align: left; }

.sub3_2 .cont2 { text-align: center; }
.sub3_2 .cont2 img { display: inline-block; margin: 10px 0; width: 22px; }
.sub3_2 .cont2 p { display: inline-block; padding: 25px 110px; border-radius: 100px; border: 2px solid #d1dcf0; font-weight: 700; font-size: 20px; color: #005aa6; line-height: 1.5; } 

@media (max-width: 1535px) {
    .sub3_2 article strong { margin-bottom: 20px; }
    .sub3_2 article .desc2 { margin-top: 20px; }
    .sub3_2 article .imgbox { margin-top: 25px; }

    .sub3_2 .cont1 { padding-top: 35px; }
    .sub3_2 .cont1 li .top { padding: 13px 8px; font-weight: 600; }
    .sub3_2 .cont1 li .mid { padding: 25px; }
    .sub3_2 .cont1 li .mid .iconbox img { width: calc(90px + 3vw); }
    .sub3_2 .cont1 li .mid .scrbox1 { margin-top: 25px; }

    .sub3_2 .cont2 img { width: 20px; }
    .sub3_2 .cont2 p { padding: 20px 80px; }

    .sub3_2 .cont1.ver2 { margin: -15px; }
    .sub3_2 .cont1.ver2 li { padding: 15px; }
}
@media (max-width: 1279px) {
    .sub3_2 article strong { margin-bottom: 15px; }
    .sub3_2 article .desc2 { margin-top: 15px; }
    .sub3_2 article .imgbox { margin-top: 20px; }
    .sub3_2 .cont1 li .top { font-weight: 500; }
    .sub3_2 .cont1 li .mid { padding: 20px; }
    .sub3_2 .cont1 li .mid .scrbox1 { margin-top: 20px; }

    .sub3_2 .cont2 img { width: 17px; }
    .sub3_2 .cont2 p { padding: 16px 60px; }
}
@media (max-width: 1023px) {
    .sub3_2 article strong { margin-bottom: 15px; }
    .sub3_2 article .desc2 { margin-top: 15px; }
    .sub3_2 article .imgbox { margin-top: 20px; }
    .sub3_2 .cont1 { padding-top: 30px; flex-wrap: wrap; justify-content: space-between; margin: 0; }
    .sub3_2 .cont1 li { width: 48%; padding: initial; }
    .sub3_2 .cont1 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub3_2 .cont1 li .mid .iconbox img { width: 100px; }
    .sub3_2 .cont1 li .mid .scrbox1 { margin-top: 15px; }

    .sub3_2 .cont2 img { width: 15px; }
    .sub3_2 .cont2 p { padding: 15px 40px; }

    .sub3_2 .cont1.ver2 { display: block; margin: 0; }
    .sub3_2 .cont1.ver2 li { width: 100%; padding: 0; }
    .sub3_2 .cont1.ver2 li:nth-of-type(n + 2) { margin-top: 20px; }
}
@media (max-width: 524px) {
    .sub3_2 .cont1 { display: block; }
    .sub3_2 .cont1 li { width: 100%; }
    .sub3_2 .cont1 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub3_2 .cont1 li:nth-of-type(n + 2) { margin-top: 20px; }

    .sub3_2 .cont2 p { padding: 7px 20px; }
}

/* sub3_3 */
.sub3_3 .tablewrap { position: relative; }
.sub3_3 .tablewrap table { width: 100%; border-collapse: collapse; font-size: 18px; color: #000; line-height: 1.65; border-left: 1px solid #d1d5dc; }
.sub3_3 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub3_3 .tablewrap table th, .sub3_3 .tablewrap table td { padding: 15px 10px; border-bottom: 1px solid #d1d5dc; border-right: 1px solid #d1d5dc; }
.sub3_3 .tablewrap table th { text-align: center; font-weight: 600; color: #fff; background-color: #005aa6; }
.sub3_3 .tablewrap table td.gray { text-align: center; background-color: #f2f5f7; font-weight: 600; }
.sub3_3 .tablewrap table td dl { display: flex; flex-wrap: nowrap; }
.sub3_3 .tablewrap table td dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub3_3 .tablewrap table th, .sub3_3 .tablewrap table td { padding: 13px 9px; }
}
@media (max-width: 1279px) {
    .sub3_3 .tablewrap table th, .sub3_3 .tablewrap table td { padding: 11px 8px; }
}
@media (max-width: 1023px) {
    .sub3_3 .tablewrap table th, .sub3_3 .tablewrap table td { padding: 10px 7px; }
}
@media (max-width: 767px) {
    .sub3_3 .tablewrap { overflow-x: scroll; padding-bottom: 10px; }
    .sub3_3 .tablewrap table { width: 780px; }
}
