/* sub_top */
.sub_visual { position: relative; height: 380px; 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_bg3.jpg) no-repeat center/cover; }
.sub_visual.sub4 .bg { background: url(/image/sub/subcommon/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; 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-weight: 700; 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; }

/* sub1_1 */
.sub1_1 { overflow: hidden; }
.sub1_1 .contents1 { display: flex; flex-wrap: nowrap; }
.sub1_1 .contents1 li:first-of-type { min-width: max-content; margin-right: 50px; }
.sub1_1 .contents1 li:first-of-type img { width: 480px; }
.sub1_1 .contents1 li .textbox .text1 { font-weight: 700; font-size: 35px; color: #ec6700; line-height: 1.33; }
.sub1_1 .contents1 li .textbox .text2 { font-size: 20px; color: #6b6b6b; line-height: 1.7; }
.sub1_1 .contents1 li .textbox .text2 span { font-size: 25px; color: #000; }
.sub1_1 .contents1 li .textbox .text2 b { font-weight: 700; font-size: inherit !important; }
.sub1_1 .contents1 li .textbox .text3 { text-align: right; font-size: 24px; color: #464646; line-height: 1.45; }
.sub1_1 .contents1 li .textbox .text3 b { font-weight: 700; font-size: inherit !important; color: #000; }
@media (max-width: 1535px) {
    .sub1_1 .contents1 li:first-of-type { margin-right: calc(30px + 1.3vw); }
    .sub1_1 .contents1 li:first-of-type img { width: calc(200px + 17vw); }
}
@media (max-width: 1279px) {
    .sub1_1 .contents1 li:first-of-type { margin-right: calc(20px + 1.2vw); }
    .sub1_1 .contents1 li:first-of-type img { width: calc(160px + 12vw); }
}
@media (max-width: 767px) {
    .sub1_1 .contents1 { display: block; text-align: center; }
    .sub1_1 .contents1 li:first-of-type { margin-right: initial; margin-bottom: 20px; }
    .sub1_1 .contents1 li:first-of-type img { width: 100%; max-width: 230px; }
}

/* sub1_2 */
.sub1_2 article { position: relative; }
.sub1_2 article .txt1 { padding-bottom: 20px; font-weight: 700; font-size: 30px; color: #010101; }
.sub1_2 .contents1 { padding: 30px 40px; display: flex; flex-wrap: nowrap; align-items: center; background-color: #f7f7f7; font-weight: 500; font-size: 20px; color: #575757; line-height: 1.7; }
.sub1_2 .contents1 * { font-weight: inherit; font-size: inherit; color: inherit; line-height: inherit; }
.sub1_2 .contents1 dt { min-width: max-content; margin-right: 40px; }
.sub1_2 .contents1 dt img { width: 150px; }
.sub1_2 .contents2 { text-align: center;}
@media (max-width: 1535px) {
    .sub1_2 .contents1 dt { margin-right: calc(24px + 1vw); }
    .sub1_2 .contents1 dt img { width: calc(100px + 3.2vw); }
}
@media (max-width: 1279px) {
    .sub1_2 .contents1 dt img { width: calc(80px + 3vw); }
}
@media (max-width: 767px) {
    .sub1_2 .contents1 { display: block; text-align: center; }
    .sub1_2 .contents1 dt { min-width: initial; margin-right: initial; }
    .sub1_2 .contents1 dt img { width: 100%; max-width: 100px; }
    .sub1_2 .contents1 dd { margin-top: 15px; }
}

/* sub1_3 */
.sub1_3 .contents1 { text-align: center; }
.sub1_3 .contents1 img { width: 335px; }
.sub1_3 .contents2 { margin-top: 70px; font-weight: 500; font-size: 20px; color: #575757; line-height: 1.7; }
.sub1_3 .contents2 b { font-weight: 500; font-size: 27px; color: #000; }
.sub1_3 .contents2 b span { font-size: inherit !important; color: #ed7300; }
@media (max-width: 1535px) {
    .sub1_3 .contents1 img { width: calc(170px + 10vw); }
}
@media (max-width: 1279px) {
    .sub1_3 .contents1 img { width: calc(140px + 7vw); }
}

/* sub1_4 */
.sub1_4 .contents1 { text-align: center; }
.sub1_4 .contents1 img { width: 768px; }
@media (max-width: 1535px) {
    .sub1_4 .contents1 img { width: calc(400px + 20vw); }
}
@media (max-width: 1279px) {
    .sub1_4 .contents1 img { width: calc(360px + 15vw); }
}

/* sub1_5 */
.sub1_5 { overflow: hidden; }
.sub1_5 .contents1 ul { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub1_5 .contents1 li { width: 23%; }
.sub1_5 .contents1 li a { display: block; text-align: center; padding: 48px 10px; background-color: #fff; border: 1px solid #e5e5e5; border-radius: 10px; }
@media (max-width: 1535px) {
    .sub1_5 .contents1 li a { padding: 35px 10px; border-radius: 8px; }
}
@media (max-width: 1279px) {
    .sub1_5 .contents1 li a { padding: 30px 10px; border-radius: 7px; }
}
@media (max-width: 1023px) {
    .sub1_5 .contents1 ul { flex-wrap: wrap; }
    .sub1_5 .contents1 li { width: 49%; }
    .sub1_5 .contents1 li:nth-of-type(n + 3) { margin-top: 2%; }
    .sub1_5 .contents1 li a { padding: 25px 7px; border-radius: 6px; }
}
@media (max-width: 380px) {
    .sub1_5 .contents1 ul { display: block; }
    .sub1_5 .contents1 li { width: 100%; }
    .sub1_5 .contents1 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub1_5 .contents1 li:nth-of-type(n + 2) { margin-top: 10px; }
}

/* sub1_6 */
.sub1_6 .mapcont { position: relative; height: 500px; }
.sub1_6 .mapcont .root_daum_roughmap { width: 100%; height: 100%; }
.sub1_6 .mapcont .root_daum_roughmap .wrap_map { width: 100%; height: calc(100% - 32px); }
.sub1_6 .mapdesc { padding: 20px; display: flex; flex-wrap: nowrap; align-items: center; font-size: 18px; color: #565656; line-height: 1.45; border: 1px solid rgba(0,0,0,.1); border-top: none; }
.sub1_6 .mapdesc * { font-size: inherit; color: inherit; line-height: inherit; }
.sub1_6 .mapdesc dl { width: 50%; display: flex; flex-wrap: nowrap; align-items: center; }
.sub1_6 .mapdesc dl dt { min-width: max-content; margin-right: 13px; }
.sub1_6 .mapdesc dl dt img { width: 54px; display: inline-block; }
.sub1_6 .mapdesc dl dd b { font-weight: 700; color: #000; }
@media (max-width: 1535px) {
    .sub1_6 .mapcont { height: calc(300px + 13vw); }
    .sub1_6 .mapdesc dl dt img { width: calc(40px + 0.85vw) }
}
@media (max-width: 1279px) {
    .sub1_6 .mapcont { height: calc(250px + 10vw); }
}
@media (max-width: 1023px) {
    .sub1_6 .mapdesc { display: block; }
    .sub1_6 .mapdesc dl { width: 100%; }
    .sub1_6 .mapdesc dl:nth-of-type(n + 2) { margin-top: 15px; }
    .sub1_6 .mapdesc dl dt img { width: 37px; }
}
@media (max-width: 767px) {
    .sub1_6 .mapcont { height: calc(200px + 7vw); }
}

/* sub2_1 */
.sub2_1 article { position: relative; }
.sub2_1 article .txt1 { padding-bottom: 20px; font-weight: 700; font-size: 30px; color: #ec6700; }
.sub2_1 .contents1 ul { display: flex; flex-wrap: nowrap; margin: -10px; }
.sub2_1 .contents1 li { padding: 10px; width: 20%; }
.sub2_1 .contents1 li a { display: block; height: 100%; padding: 50px 10px; cursor: default; background-color: #fcf7f4; border-radius: 10px; }
.sub2_1 .contents1 li a .circle { text-align: center; }
.sub2_1 .contents1 li a .circle img { width: 106px; transition: transform 0.3s; }
.sub2_1 .contents1 li a .circle img:hover { transform: rotateY(180deg); }
.sub2_1 .contents1 li a .txtbox { margin-top: 20px; text-align: center; }
.sub2_1 .contents1 li a .txtbox p { font-weight: 500; font-size: 20px; color: #242424; line-height: 1.5; }
.sub2_1 .contents2 { display: flex; flex-wrap: nowrap; justify-content: space-between; }
.sub2_1 .contents2 li { width: 31.9230%; border: 1px solid #d1d1d1; border-radius: 10px; overflow: hidden; }
.sub2_1 .contents2 li .top img { width: 100%; }
.sub2_1 .contents2 li .bottom { padding: 40px 30px; }
.sub2_1 .contents2 li .bottom .textbox { font-size: 18px; color: #7e7e7e; line-height: 1.6; }
.sub2_1 .contents2 li .bottom .textbox * { font-size: inherit; color: inherit; line-height: inherit; }
.sub2_1 .contents2 li .bottom .textbox b { display: inline-block; margin-bottom: 5px; font-weight: 700; color: #000; font-size: 23px; }
.sub2_1 .contents2 li .bottom .textbox dl { display: flex; flex-wrap: nowrap; }
.sub2_1 .contents2 li .bottom .textbox dl dt { min-width: max-content; }
@media (max-width: 1535px) {
    .sub2_1 .contents1 li a { padding: 40px 10px; }
    .sub2_1 .contents1 li a .circle img { width: calc(70px + 2.3vw); }
    .sub2_1 .contents1 li a .txtbox { margin-top: 17px; }
}
@media (max-width: 1279px) {
    .sub2_1 .contents1 li a { padding: 30px 10px; }
    .sub2_1 .contents1 li a .circle img { width: calc(60px + 2vw); }
    .sub2_1 .contents1 li a .txtbox { margin-top: 15px; }
}
@media (max-width: 1023px) {
    /* .sub2_1 .contents1 { max-width: 500px; margin: 0 auto; } */
    .sub2_1 .contents1 ul { flex-wrap: wrap; }
    .sub2_1 .contents1 li { width: 33.3333%; }
    .sub2_1 .contents1 li a { padding: 20px 10px; }
    .sub2_1 .contents1 li a .circle img { width: calc(50px + 2vw); }
    .sub2_1 .contents1 li a .txtbox { margin-top: 15px; }
    .sub2_1 .contents1 li a .txtbox p { line-height: 1.4; }
    .sub2_1 .contents2 { display: block; }
    .sub2_1 .contents2 li { display: flex; flex-wrap: nowrap; align-items: center; width: 100%; }
    .sub2_1 .contents2 li:nth-of-type(n + 2) { margin-top: 15px; }
    .sub2_1 .contents2 li .top { width: 40%; }
    .sub2_1 .contents2 li .bottom { width: 60%; }
}
@media (max-width: 767px) {
    .sub2_1 .contents2 { display: flex; flex-wrap: wrap; }
    .sub2_1 .contents2 li { display: block; width: 48%; }
    .sub2_1 .contents2 li:nth-of-type(n + 2) { margin-top: initial; }
    .sub2_1 .contents2 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2_1 .contents2 li .top { width: 100%; }
    .sub2_1 .contents2 li .bottom { width: 100%; }
}
@media (max-width: 624px) {
    .sub2_1 .contents1 ul { justify-content: space-between; margin: initial; }
    .sub2_1 .contents1 li { width: 48%; padding: initial; }
    .sub2_1 .contents1 li:nth-of-type(n + 3) { margin-top: 4%; }
    .sub2_1 .contents1 li a .txtbox { margin-top: 13px; }
}
@media (max-width: 560px) {
    .sub2_1 .contents2 { display: block; }
    .sub2_1 .contents2 li { width: 100%; }
    .sub2_1 .contents2 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2_1 .contents2 li:nth-of-type(n + 2) { margin-top: 15px; }
}
@media (max-width: 460px) {
    .sub2_1 .contents1 ul { display: block; }
    .sub2_1 .contents1 li { width: 100%; }
    .sub2_1 .contents1 li:nth-of-type(n + 3) { margin-top: initial; }
    .sub2_1 .contents1 li:nth-of-type(n + 2) { margin-top: 15px; }
}

/* 추후삭제 */

.ready p {text-align: center; font-weight: 700; font-size: 35px;color: #ec6700; line-height: 1.33;}