/* 캡차 */
.mo_captchawrap { position: relative; display: flex; flex-wrap: nowrap; align-items: center; }
#captcha.m_captcha .mo_captchawrap audio { display: inline-block; margin-right: 10px; width: 180px; height: 40px; }
#captcha.m_captcha .mo_captchawrap #captcha_img { display: inline-block; width: 158px; height: 48px; }
#captcha.m_captcha #captcha_info { font-weight: normal; font-size: 0.8em; color: #888; }
#captcha.m_captcha #captcha_reload { width: 30px; height: 30px; background: url('../img/captcha2.png') no-repeat -5px -45px; }
#captcha.m_captcha #captcha_key { height: 30px; }

/* 서브비주얼 */
.sub_visual { position: relative; height: 350px; overflow: hidden; }
.sub_visual .bg { z-index: -1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: no-repeat center/cover; transform-origin: center; transform: scale(1.1); animation: sub_bg linear forwards 5s; }
@keyframes sub_bg {
    0% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.sv1 .bg { background-image: url(/image/sub/sub1_bg.jpg?v=250613); }
.sv2 .bg { background-image: url(/image/sub/sub2_bg.jpg?v=250613); }
.sv3 .bg { background-image: url(/image/sub/sub3_bg.jpg?v=250613); }

@media (max-width: 767px) {
    .sub_visual.sv1 .bg { background-position-x: 20%; }
}
 
.sub_visual .contwrap { height: 100%; }
.sub_visual .txtwrap { position: absolute; top: 100px; left: 0; width: 100%; height: calc(100% - 148px); }
.sub_visual .txtwrap .txtbox { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtwrap .txtbox .txt1 { font-weight: 700; font-size: 40px; color: #fff; line-height: 1; }

@media (max-width: 1535px) {
    .sub_visual { height: 330px; }
    
    .sub_visual .txtwrap { top: 90px; height: calc(100% - 138px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 310px; }

    .sub_visual .txtwrap { top: 80px; height: calc(100% - 128px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 300px; }
    .sub_visual .txtwrap { top: 70px; height: calc(100% - 150px); }
    .sub_visual .txtwrap .txtbox .txt2 br { display: inline-block; }
}
@media (max-width: 639px) {
    .sub_visual { height: 280px; }
}

/* 서브메뉴 */
.sub_menu { margin-top: -48px; height: 48px; background-color: rgba(0, 0, 0, 0.7); }
.sub_menu .contwrap { height: 100%; }
.sub_menu .contents { height: 100%; }
.sub_menu .contents .con { float: left; position: relative; height: 100%; border-right: 1px solid #4d4d4b; }
.sub_menu .contents .con1 { width: 48px; border-left: 1px solid #4d4d4b; }
.sub_menu .contents .con1 > a { position: relative; display: block; height: 100%; }
.sub_menu .contents .con1 > a > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.sub_menu .contents .con1 > a:hover { background-color: #333; }
.sub_menu .contents .con2 { width: 300px; }
.sub_menu .contents .con2 .sub_menu1 { position: relative; height: 100%; cursor: pointer; }
.sub_menu .contents .con2 .sub_menu1:hover { background-color: #333;  }
.sub_menu .contents .con2 .sub_menu1 p { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; font-weight: 500; font-size: 16px; color: #fff; }
.sub_menu .contents .con2 .sub_menu1 .down_arrow { position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 11px; height: 6px; background: url(/image/sub/sub_menu_icon2.png) no-repeat center/cover; }
.sub_menu .contents .con2 .sub_menu1.active .down_arrow { background-image: url(/image/sub/sub_menu_icon3.png); }
.sub_menu .contents .con3 { width: 340px; }
.sub_menu .contents .con3 .sub_menu2 { position: relative; height: 100%; cursor: pointer; }
.sub_menu .contents .con3 .sub_menu2:hover { background-color: #333;  }
.sub_menu .contents .con3 .sub_menu2 p { position: absolute; top: 50%; transform: translateY(-50%); left: 15px; font-weight: 500; font-size: 16px; color: #fff; }
.sub_menu .contents .con3 .sub_menu2 .down_arrow { position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 11px; height: 6px; background: url(/image/sub/sub_menu_icon2.png) no-repeat center/cover; }
.sub_menu .contents .con3 .sub_menu2.active .down_arrow { background-image: url(/image/sub/sub_menu_icon3.png); }
.sub_menu .contents .con .ssub_menu { display: none; z-index: 10; position: absolute; left: -1px; width: calc(100% + 2px); border: 1px solid #c0c0c0; }
.sub_menu .contents .con .ssub_menu a { display: block; padding: 10px 12px; text-align: left; font-size: 16px; color: #fff; background-color: rgba(0, 0, 0, 0.8) }
.sub_menu .contents .con .ssub_menu a:hover { background-color: #444; }

@media (max-width: 1023px) {
    .sub_menu { margin-top: -80px; height: 80px; }
    .sub_menu .contents .con1 { width: 40px; height: 40px; }
    .sub_menu .contents .con2 { width: calc(100% - 40px);  height: 40px;}
    .sub_menu .contents .con2 .sub_menu1 p { font-size: 13px; }
    .sub_menu .contents .con3 { width: 100%;  height: 40px; border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .sub_menu .contents .con3 .sub_menu2 p { font-weight: normal; font-size: 14px; }
    .sub_menu .contents .con .ssub_menu a { font-weight: normal; font-size: 14px; }

    .sub_menu .contents .con2 .sub_menu1 .down_arrow { right: 10px; }
    .sub_menu .contents .con3 .sub_menu2 .down_arrow { right: 10px; }
}

/* 서브공통 */
.sub_sect { padding: 80px 0; }
.sub_sect .sub_tit { padding-bottom: 65px; text-align: center; font-weight: 700; font-size: 36px; color: #000; }

/* 서브1_1 */
.sub1_1 { position: relative; overflow: hidden; }
.sub1_1 .contents1 { position: relative; text-align: right; }
.sub1_1 .contents1 .sub1_logo { z-index: 1; position: absolute; top: 0; left: 0; }
.sub1_1 .contents1 .textbox { z-index: 3; position: relative; width: 59.23%; display: inline-block; text-align: left; }
.sub1_1 .contents1 .textbox .txt1 { font-weight: 600; font-size: 20px; color: #333; line-height: 1.35; letter-spacing: -0.01em; }
.sub1_1 .contents1 .textbox .txt2 { font-size: 18px; color: #333; line-height: 1.55; }
.sub1_1 .contents1 .textbox .txt3 { text-align: right; font-size: 18px; color: #333; line-height: 1.55; }
.sub1_1 .contents1 .textbox .txt3 span { display: inline-block; /* font-family: 'ThefaceshopInklipquid'; */ font-weight: 600; font-size: 20px; color: #333; }
@media (max-width: 1535px) {
    .sub1_1 .contents1 .textbox { width: 62%; }
}
@media (max-width: 1279px) {
    .sub1_1 .contents1 .textbox { width: 64%; }
}
@media (max-width: 1023px) {
    .sub1_1 .contents1 .textbox { width: 100%; text-align: center; }
    .sub1_1 .contents1 .textbox .txt3 { text-align: center; }
}

/* 서브1_2 */
.sub1_2 .contents1 { position: relative; overflow: hidden; padding-bottom: 40px; text-align: right; }
.sub1_2 .contents1 .sub1_logo { z-index: 1; position: absolute; top: 0; left: 0; }
.sub1_2 .tablewrap { position: relative; width: 59.23%; display: inline-block; }
.sub1_2 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; text-align: left; border-top: 2px solid #163d6c; font-size: 18px; color: #666; letter-spacing: -0.01em; line-height: 1.35; }
.sub1_2 .tablewrap table * { font-size: inherit; color: inherit; letter-spacing: inherit; line-height: inherit; }
.sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 15px 30px; border-bottom: 1px solid #dadada; }
.sub1_2 .tablewrap table th { background-color: transparent; font-weight: 700; color: #333; }
.sub1_2 .tablewrap table dl { display: flex; flex-wrap: nowrap; }
.sub1_2 .tablewrap table dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub1_2 .tablewrap { width: 62%; }
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 13px 26px; }
}
@media (max-width: 1279px) {
    .sub1_2 .tablewrap { width: 64%; }
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 11px 22px; }
}
@media (max-width: 1023px) {
    .sub1_2 .contents1 { padding-bottom: 0; }
    .sub1_2 .tablewrap { width: 100%; }
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 10px 20px; }
}
@media (max-width: 767px) {
    .sub1_2 .tablewrap table th, .sub1_2 .tablewrap table td { padding: 9px 15px; }
}

/* sub1_3 */
.sub1_3 .mapcont { height: 520px; }
.sub1_3 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_3 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_3 .mapcont iframe { width: 100%; height: 100%; border: 1px solid rgba(0,0,0,.1); }
.sub1_3 .mapdesc { padding: 18px; display: flex; flex-wrap: nowrap; font-size: 20px; color: #3d3e3c; line-height: 1.35; border: 1px solid rgba(0,0,0,.1); border-top: none; }
.sub1_3 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_3 .mapdesc dl { width: 50%; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_3 .mapdesc dl dt { min-width: max-content; margin-right: 13px; }
.sub1_3 .mapdesc dl dt img { display: inline-block; width: 34px; }
.sub1_3 .mapdesc dl dd br { display: none; }
.sub1_3 .mapdesc dl dd i { display: inline-block; font-style: normal; }

.sub1_3 .desc1 { margin-bottom: 10px; font-weight: 600; font-size: 24px; color: #26225f; }

.sub1_3.eng_page .mapdesc { display: block; }
.sub1_3.eng_page .mapdesc dl { width: 100%; }
.sub1_3.eng_page .mapdesc dl:nth-of-type(n + 2) { margin-top: 15px; }

@media (max-width: 1535px) {
    .sub1_3 .mapcont { height: calc(300px + 14vw); }
    .sub1_3 .mapdesc dl dt img { width: calc(20px + 0.9vw); }
}
@media (max-width: 1279px) {
    .sub1_3 .mapcont { height: calc(250px + 12vw); }
}
@media (max-width: 1023px) {
    .sub1_3 .mapdesc { display: block; }
    .sub1_3 .mapdesc dl { width: 100%; }
    .sub1_3 .mapdesc dl:nth-of-type(n + 2) { margin-top: 15px; }
    .sub1_3 .mapdesc dl dd br { display: inline-block; }
    .sub1_3 .mapdesc dl dd i { display: none; }
}

@media (max-width: 767px) {
    .sub1_3 .mapcont { height: calc(200px + 10vw); }
}

/* 서브1_4 */
.sub1_4 .contents .desc1 { margin-bottom: 10px; font-weight: 700; font-size: 24px; color: #163d6c; line-height: 1.45; }
.sub1_4 .contents ul { display: flex; flex-wrap: nowrap; border: 1px solid #dadada; min-height: 340px; }
.sub1_4 .contents ul li { width: 50%; }
.sub1_4 .contents ul li:first-of-type { border-right: 1px solid #dadada; }
.sub1_4 .contents ul li iframe { width: 100%; height: 100%; border: none !important; }
.sub1_4 .contents ul li .textbox { position: relative; top: 50%; transform: translateY(-50%); padding: 30px 20px; font-size: 18px; color: #666; line-height: 1.65; }
.sub1_4 .contents ul li .textbox * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_4 .contents ul li .textbox img { display: inline-block; width: 34px; }
.sub1_4 .contents ul li .textbox span { display: block; margin-top: 10px; }
@media (max-width: 1535px) {
    .sub1_4 .contents ul { min-height: calc(200px + 9vw); }
    .sub1_4 .contents ul li .textbox { padding: 25px 20px; }
    .sub1_4 .contents ul li .textbox img { width: 32px; }
}
@media (max-width: 1279px) {
    .sub1_4 .contents ul li .textbox { padding: 22px 20px; }
    .sub1_4 .contents ul li .textbox img { width: 30px; }
}
@media (max-width: 1023px) {
    .sub1_4 .contents .desc1 { margin-bottom: 8px; }
    .sub1_4 .contents ul li .textbox img { width: 28px; }
}
@media (max-width: 767px) {
    .sub1_4 .contents ul { display: block; min-height: initial; text-align: center; }
    .sub1_4 .contents ul li { width: 100%; }
    .sub1_4 .contents ul li:first-of-type { height: calc(200px + 10vw); border-right: initial; border-bottom: 1px solid #dadada; }
    .sub1_4 .contents ul li .textbox { top: initial; transform: translateY(0); padding: 20px; }
}
 
/* 서브2 */
.sub2 .img_wrap { text-align: center; }

.sub2 .contents { margin-top: 30px; }
.sub2 .contents > li { position: relative; display: flex; flex-wrap: nowrap; padding: 25px 0; border-bottom: 1px solid #e2e2e2; }
.sub2 .contents > li .name { display: flex; flex-wrap: nowrap; width: 23%; padding-right: 3%; }
.sub2 .contents > li .name p { position: relative; font-weight: 700; font-size: 20px; color: #022b5d; line-height: 1.3; }
.sub2 .contents > li .name p:first-of-type { min-width: max-content; margin-right: 11px; }
.sub2 .contents > li .name p:first-of-type img { margin-top: -100%; height: 20px; }
.sub2 .contents > li .info { position: relative; width: 77%; }
.sub2 .contents > li .info p { font-weight: 500; font-size: 18px; color: #585858; line-height: 1.3; }

.sub2 article { position: relative; }
.sub2 article:nth-of-type(n + 2) { margin-top: 60px; }
.sub2 article strong { display: block; padding: 15px; font-weight: 700; font-size: 22px; color: #163d6c; line-height: 1.3; background-color: #ecf2f9; }

.sub2 .sub2_tabs { display: flex; flex-wrap: nowrap; margin-bottom: 40px; border-top: 1px solid #d3d3d3; border-left: 1px solid #d3d3d3; }
.sub2 .sub2_tabs a { display: inline-block; width: 50%; padding: 17px 5px; text-align: center; font-weight: 700; font-size: 20px; color: #163d6c; border-right: 1px solid #d3d3d3; border-bottom: 1px solid #d3d3d3; }
.sub2 .sub2_tabs a.active { color: #fff; background-color: #163d6c; }

.sub2 .sub2_item { display: none; }
.sub2 .sub2_item.active { display: block; }

.sub2 .contents1 { margin-top: 70px; }
.sub2 .contents1 ul { display: flex; flex-wrap: wrap; margin: -16px; }
.sub2 .contents1 ul > li { position: relative; width: 33.3333%; padding: 16px; }
.sub2 .contents1 ul > li > div { position: relative; height: 100%; padding: 35px; border-radius: 20px; background-color: #f4f4f4; }
.sub2 .contents1 ul > li > div strong { padding: initial; background-color: initial; font-weight: 700; font-size: 24px; color: #022b5d; line-height: 1.25; }
.sub2 .contents1 ul > li > div p { margin-top: 40px; font-weight: 500; font-size: 18px; color: #5f5f5f; line-height: 1.5; }
.sub2 .contents1.ver2 ul > li { width: 50%; }

@media (max-width: 1535px) {
    .sub2 .contents > li { padding: 22px 0; }
    .sub2 .contents > li .name p:first-of-type { margin-right: 9px; }
    .sub2 .contents > li .name p:first-of-type img { height: 18px; }

    .sub2 .sub2_tabs a { padding: 15px 5px; }

    .sub2 .contents1 ul > li > div { padding: calc(10px + 1.6vw); }
    .sub2 .contents1 ul > li > div p { margin-top: calc(13px + 1.7vw); }
}
@media (max-width: 1279px) {
    .sub2 .contents > li { padding: 20px 0; }
    .sub2 .contents > li .name p:first-of-type { margin-right: 7px; }
    .sub2 .contents > li .name p:first-of-type img { height: 16px; }

    .sub2 .sub2_tabs a { padding: 13px 5px; }

    .sub2 .contents1 ul { margin: -10px; }
    .sub2 .contents1 ul > li { padding: 10px; }
    .sub2 .contents1 ul > li > div { border-radius: 15px; }
}
@media (max-width: 1023px) {
    .sub2 .contents > li { display: block; padding: 15px 0; }
    .sub2 .contents > li .name { width: 100%; padding-right: 0; }
    .sub2 .contents > li .name p:first-of-type { margin-right: 5px; }
    .sub2 .contents > li .name p:first-of-type img { height: 14px; }
    .sub2 .contents > li .name p br { display: none; }
    .sub2 .contents > li .info { width: 100%; margin-top: 7px; }

    .sub2 .sub2_tabs a { padding: 11px 5px; }

    .sub2 .contents1 ul > li > div { padding: 20px; }
    .sub2 .contents1 ul > li > div strong br { display: none; }
    .sub2 .contents1 ul > li > div p { margin-top: 15px; }
}
@media (max-width: 767px) {
    .sub2 .contents1 ul { margin: -5px; }
    .sub2 .contents1 ul > li { width: 50%; padding: 5px; }
}
@media (max-width: 380px) {
    .sub2 .contents1 ul { margin: 0; }
    .sub2 .contents1 ul > li { width: 100%; padding: 0; }
    .sub2 .contents1 ul > li:nth-of-type(n + 2) { margin-top: calc(10px + 1vw); }
    .sub2 .contents1.ver2 ul > li { width: 100%; }
    .sub2 .contents1 ul > li > div { height: initial; }
}

/* .sub2 .contents1 table */
.sub2 .contents1 .scr1 { text-align: left; font-weight: 700; font-size: 24px; color: #022b5d; line-height: 1.25; }
.sub2 .contents1 .tablewrap { position: relative; margin-top: 20px; }
.sub2 .contents1 .tablewrap table { width: 100%; border-collapse: collapse; border-spacing: 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; font-size: 18px; color: #5f5f5f; line-height: 1.35; }
.sub2 .contents1 .tablewrap table * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2 .contents1 .tablewrap table th, .sub2 .contents1 .tablewrap table td { padding: 20px 30px; text-align: left; border-bottom: 1px solid #d6d6d6; }
.sub2 .contents1 .tablewrap table th { background-color: #f4f8ff; font-weight: 500; }
@media (max-width: 1535px) {
    .sub2 .contents1 .tablewrap table th, .sub2 .contents1 .tablewrap table td { padding: 17px 25px; }
}
@media (max-width: 1279px) {
    .sub2 .contents1 .tablewrap table th, .sub2 .contents1 .tablewrap table td { padding: 15px 20px; }
}
@media (max-width: 1023px) {
    .sub2 .contents1 .tablewrap { overflow-x: scroll; padding-bottom: 10px; }
    .sub2 .contents1 .tablewrap table { width: 1050px; }
    .sub2 .contents1 .tablewrap table th, .sub2 .contents1 .tablewrap table td { padding: 12px 15px; }
}
@media (max-width: 767px) {
    .sub2 .contents1 .tablewrap table { width: 780px; }
    .sub2 .contents1 .tablewrap table th, .sub2 .contents1 .tablewrap table td { padding: 10px 15px; }
}

/* 서브2_1(원래 : 서브2_2) */
.sub2_1 article { margin-top: 0 !important; }
.sub2_1 article .desc1 { text-align: center; font-size: 18px; color: #333; line-height: 1.45; }
.sub2_1 article .desc2 { text-align: left; font-size: 18px; color: #333; line-height: 1.45; }
.sub2_1 .img1, .sub2_1 .img2, .sub2_1 .img3 { height: 400px; }
@media (max-width: 1535px) {
    .sub2_1 .img1, .sub2_1 .img2, .sub2_1 .img3 { height: calc(250px + 9.5vw); }
} 

/* 서브2_2(원래 : 서브2_3) */
.sub2_2 .sub2_tabs a { width: 100%; }
.sub2_2 article .desc1 { text-align: left; font-size: 18px; color: #333; line-height: 1.45; }
.sub2_2 .img1 { width: 833.8px; }
.sub2_2 .img2 { width: 753.5px; }
.sub2_2 .img3 { width: 523.6px; }
@media (max-width: 1535px) {
    .sub2_2 .img1 { width: calc(200px + 35vw); }
    .sub2_2 .img2 { width: calc(200px + 30vw); }
    .sub2_2 .img3 { width: calc(200px + 17vw); }
}


/* 서브2_3(원래 : 서브2_4) */
.sub2_3 article .desc1 { text-align: left; font-size: 18px; color: #333; line-height: 1.45; }
.sub2_3 .img1 { width: 222px; }
.sub2_3 .img2 { width: 394px; }
@media (max-width: 1535px) {
    .sub2_3 .img1 { width: calc(95px + 8vw); }
    .sub2_3 .img2 { width: calc(190px + 13vw) }
}

/* 서브2_4(원래 : 서브2_1) */
.sub2_4 .img1 { width: 546.7px; }
@media (max-width: 1535px) {
    .sub2_4 .img1 { width: calc(250px + 16vw); }
} 