/* sub_top */
.sub_visual { position: relative; height: 445px; 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_bg4.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.45); }
.sub_visual .txtbox { z-index: 3; position: relative; top: 100px; height: calc(100% - 145px); padding: 0 20px; }
.sub_visual .txtbox .texts { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
.sub_visual .txtbox .text1 { font-weight: 700; font-size: 40px; color: #fff; letter-spacing: -0.01em; }
@media (max-width: 1660px) {
    .sub_visual { height: 440px; }
    .sub_visual .txtbox { top: 90px; height: calc(100% - 135px); }
}
@media (max-width: 1440px) {
    .sub_visual { height: 400px; }
    .sub_visual .txtbox { top: 80px; height: calc(100% - 125px); }
}
@media (max-width: 1279px) {
    .sub_visual { height: 380px; }
    .sub_visual .txtbox { top: 70px; height: calc(100% - 115px); }
}
@media (max-width: 1023px) {
    .sub_visual { height: 330px; }
    .sub_visual .txtbox { top: 60px; height: calc(100% - 130px); }
}
@media (max-width: 767px) {
    .sub_visual { height: 280px; }

    .sub_visual.sub4 .bg { background-position-x: 80%; }
    .sub_visual.sub5 .bg { background-position-x: 80%; }
}

.subtop { position: relative; z-index: 10; margin-top: -45px; height: 45px; background-color: #f9f9f9; }
.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 #e1e1e1; border-left: 1px solid #e1e1e1; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont1:hover { background-color: #000; }
.subtop .subtop_flex .top_cont1 a { position: relative; display: block; height: 100%; color: #696969; }
.subtop .subtop_flex .top_cont1 img { display: inline-block; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 18px; }
.subtop .subtop_flex .top_cont2 { width: 300px; height: 100%; border-right: 1px solid #e1e1e1; }
.subtop .subtop_flex .top_cont3 { width: 400px; height: 100%; border-right: 1px solid #e1e1e1; }
.subtop.noSub .subtop_flex .top_cont3 { display: none !important; }
.subtop.noSub {border-bottom: 1px solid #e1e1e1;}

.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: #696969; transition: background-color 0.3s; }
.subtop .subtop_flex .top_cont .top_contin:hover { background-color: #ccc }

.subtop .subtop_flex .donw_arrow { transform-origin: center; width: 12px; }
.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: #f9f9f9; border: 1px solid #e1e1e1;  }
.subtop .subtop_flex .top_cont .top_subs a { display: block; padding: 10px 14px; text-align: left; font-size: 14px; color: #696969; }
.subtop .subtop_flex .top_cont .top_subs a:hover{background-color: #ccc}

@media (max-width: 1023px) {
    .subtop { height: 70px; margin-top: -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 #e1e1e1; border-top: 1px solid #e1e1e1; }

    .subtop .subtop_flex .top_cont .top_contin { font-size: 13px; }

    .subtop.noSub { height: 35px; margin-top: -35px; }
}

/* sub_common */
.sub_sect { position: relative; padding: 80px 0; overflow: hidden; }
.sub_sect .sub_tit { padding-bottom: 40px; text-align: center; font-weight: 700; font-size: 38px; color: #000; line-height: 1.4; }

/* table */
.table{border-spacing: 0; border: 1px solid #e3e2e2; width: 100%;}
.table th {background-color: #ecf0fb; text-align: center; color: #232424; font-weight: 500; width: 144px; padding:20px 24px; border-bottom: 1px solid #e3e2e2; border-right: 1px solid #e3e2e2;}
.table tr:last-of-type th{border-bottom: none;}
.table td { padding:20px 24px; color: #393939; background-color: #f9f9f9; border-bottom: 1px solid #e3e2e2; line-height: 1.25;}
.table tr:last-of-type td{border-bottom: none;}




@media (max-width: 500px) {
.table_wrap{overflow-x: scroll;}
.table {width: 550px;}
}



.sub1_1 .greeting_content{display: flex; margin-bottom: 70px;}
.sub1_1 .greeting_content .left_img{width: 38%;height: 100%}
.sub1_1 .greeting_content .text_wrap{padding: 30px 60px; background-color: #f9f9f9;}
.sub1_1 .greeting_content .text_wrap img{width: 300px;}
.sub1_1 .greeting_content .text_wrap .en_img{width: 100px;}
.sub1_1 .greeting_content .text_wrap p {color: #212121; line-height: 1.5; margin-top: 25px;}
.sub1_1 .greeting_content .text_wrap p strong{font-size: 20px;}
.sub1_1 .greeting_content .text_wrap p img{display: inline-block;}

@media (max-width: 768px) {
    .sub1_1 .greeting_content .text_wrap img { width: 220px; max-width: 100%; height: auto; }
}

.sub1_1 .greeting_item {display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -7px;  margin-bottom: 70px;}
.sub1_1 .greeting_item  .item {background-color:#ecf0fb; border-radius: 20px; margin: 0 7px; width: 185px; height: 185px; display: flex; justify-content: center; align-items: center;}
.sub1_1 .greeting_item  .item p {color: #165693; text-align: center; font-weight: 500;}
.sub1_1 .greeting_item  .item p span{display: block; font-size: 14px; margin-top: 5px;}

@media (max-width: 1100px) {
.sub1_1 .greeting_item .item{margin: 7px;}


}
@media (max-width: 768px) {
    .sub1_1 .greeting_item { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0 0 25px; }
    .sub1_1 .greeting_item .item { width: auto; margin: 0; }
    .sub1_1 .text1 br {display: none;}
}



.sub1_1 .text1{line-height: 1.5; color: #212121;}
.sub1_1 .text1 img {width: 100px;}
.sub1_1 .text2{color: #165693; font-weight: 700; padding: 35px 0; line-height: 1.5;}
.sub1_1 .infomation {padding-top: 35px;}
.sub1_1 .infomation .table_wrap{margin: 20px 0;}

@media (max-width: 768px) {
    .sub1_1 .greeting_content {display: block; margin-bottom: 25px;}
    .sub1_1 .greeting_item {justify-content: center; align-items: center; margin-bottom: 25px;}
    }



.sub1_2 .short_bar {display: block; width: 32px; height: 1px; display: block; background-color: #8d8d8d; margin: 0 auto; margin-bottom: 25px;}
.sub1_2 h3 {color: #000000; font-size: 30px; line-height: 1.3; text-align: center;}
.sub1_2 .item {display: flex; flex-wrap: wrap; margin: 50px 0;}
.sub1_2 .item .name {border: 1px solid #e7e7e7; max-width: 425px; width: 100%; /* height: 182px; */ display: flex; justify-content: center; align-items: center; margin-right: 20px;}
.sub1_2 .item .table_wrap{flex: 1;}
.sub1_2 .item_wrap{margin-top: 75px;}
.sub1_2 .item_wrap .text1 {display: block; color: #393939; line-height: 1.5; margin-top: 30px;}
.sub1_2 .item_wrap .text1 b {display: block;  color: #000000; font-weight: 400;}


@media (max-width: 768px) {
    .sub1_2 .item {flex-direction: column; gap: 25px; margin: 25px 0;}
    .sub1_2 .item .name {margin-right: 0; max-width: initial; height: 150px;}
    .sub1_2 .item .table_wrap{overflow-x:initial;}
    .sub1_2 .item .table {width: 100%;}

    .sub1_2 .item_wrap {margin-top: 35px;}
    .sub1_2 .item_wrap .text1 {margin-top: 15px;}
}

.sub1_3 img {display: block; margin: 0 auto;}


.sub2 .item {display: flex; flex-wrap: wrap; max-width: 1100px; margin: 0 auto; width: 100%;}
.sub2 .item img{width: 50%;}
.sub2 .item:nth-child(even){flex-direction: row-reverse;}
.sub2 .item .item_text {padding: 40px; width: 50%;}
.sub2 .item .item_text p {color: #165693; line-height: 1.2; margin-bottom: 27px; font-weight: 700; font-size: 25px; letter-spacing: -0.025em;}
.sub2 .item .item_text ul li{line-height: 1.7; letter-spacing: -0.025em;}
.sub2 .item .item_text .text{font-size: 17px; margin-bottom: 0px; font-weight: 400; color: #000; letter-spacing: -0.025em;}

@media (max-width: 768px) {
    .sub2 .item:nth-child(even) {flex-direction: column;}
    .sub2 .item .item_text {width: 100%;}
    .sub2 .item .item_text p {margin-bottom: 15px;}
    .sub2 .item .item_text {padding-left: 0; padding-left: 0;}
}

.sub2_2 img {display: block; margin: 0 auto; margin-bottom: 40px;}
.sub2_2 h3 {color: #165693; font-size: 26px; font-weight: 700; line-height: 1.5; margin-bottom: 20px;}
.sub2_2 p {line-height: 1.5; letter-spacing: -0.025em;}
.sub2_2 p:first-of-type{margin-bottom: 75px;}

@media (max-width: 768px) {
    .sub2_2 img {margin-bottom: 20px;}
    .sub2_2 p br {display: none;}
    .sub2_2 p:first-of-type{margin-bottom: 35px}
}

.sub2_4 img {display: block; margin: 0 auto; margin-bottom: 25px;}
.sub2_4 h3{font-size: 28px; color: #165693; font-weight: 700; line-height: 1.5; text-align: center; margin-bottom: 40px;}
.sub2_4 .item_wrap{display:flex;flex-wrap:wrap;gap:30px;}
.sub2_4 .item_wrap .item{flex:0 0 calc((100% - 60px)/3);background:#ecf0fb;border-radius:20px;box-sizing:border-box;}
.sub2_4 .item_wrap .item .item-title{background:#165693;border-radius:20px 20px 0 0;padding:20px 0;}
.sub2_4 .item_wrap .item .item-title p{color:#fff;text-align:center;}
.sub2_4 .item_wrap .item .item_content{padding:25px;}
.sub2_4 .item_wrap .item dl{margin-bottom:40px;}
.sub2_4 .item_wrap .item dl dt{color:#165693;font-weight:700;padding-left:13px;font-size: 19px; position:relative; margin-bottom: 5px;}
.sub2_4 .item_wrap .item dl dt::before{content:'';width:3px;height:3px;background:#165693;border-radius:50%;position:absolute;left:0;top:50%;transform:translateY(-50%);}
.sub2_4 .item_wrap .item dl dd {line-height: 1.5; color: #373737;}
@media (max-width:1024px){
    .sub2_4 .item_wrap .item{flex:0 0 calc((100% - 30px)/2);}
}

@media (max-width:768px){
    .sub2_4 .item_wrap .item{flex:0 0 100%;}
}



.sub2_6 .item_wrap{display:flex;}
.sub2_6 .item{width:calc((100% - 70px) / 3);margin-right:35px;text-align:center;}
.sub2_6 .item:last-child{margin-right:0;}
.sub2_6 .item img{display:block;width:100%;object-fit:cover;}
.sub2_6 .item p{margin-top:18px;color:#165693;font-size:26px;font-weight:700;line-height:1.3;}
.sub2_6 .item p span{display:block;margin-top:4px;font-size:16px;font-weight:600;line-height:1.2;}
.sub2_6 .text1 {margin-top: 60px; text-align: center; color: #373737; line-height: 1.5; letter-spacing: 0.025em;}

@media screen and (max-width:768px){
    .sub2_6 .item_wrap{display:block;}
    .sub2_6 .item{width:100%;margin:0 0 20px;}
    .sub2_6 .item:last-child{margin-bottom:0;}
    .sub2_6 .item img{display:block;width:100%;height:auto;}
    .sub2_6 .item p{margin-top:15px;font-size:18px;}
    .sub2_6 .item p span{font-size:14px;}

    .sub2_6 .text1 {margin-top: 30px;}
}



/* sub4_1 */
.sub4_1 .contwrap {max-width: 1100px;}
.sub4_1 .map_wrap { height: 500px; }
.sub4_1 .map_wrap .root_daum_roughmap_landing { width: 100%; height: 100%; }
.sub4_1 .map_wrap .root_daum_roughmap_landing .wrap_map { height: calc(100% - 32px); }
.sub4_1 .map_desc { padding: 25px 0; display: flex; flex-wrap: nowrap; }
.sub4_1 .map_desc dl { width: 50%; display: flex; flex-wrap: nowrap; align-items: center; font-size: 18px; color: #000; line-height: 1.4; }
.sub4_1 .map_desc dl dt, .sub4_1 .map_desc dl dd { font-size: inherit; color: inherit; line-height: inherit; }
.sub4_1 .map_desc dl dt { min-width: max-content; margin-right: 10px; }
.sub4_1 .map_desc dl dt img { width: 40px; }
.sub4_1 .map_desc dl dd .mo{display: block;}
@media (max-width: 1535px) {
    .sub4_1 .map_wrap { height: calc(300px + 18vw); }
    .sub4_1 .map_desc dl dt img { width: calc(20px + 1vw); }
}
@media (max-width: 1279px) {
    .sub4_1 .map_wrap { height: calc(260px + 15vw); }
        .sub4_1 .map_desc dl dd .mo{display: none;}
}
@media (max-width: 1023px) {
    .sub4_1 .map_wrap { height: calc(220px + 12vw); }
    .sub4_1 .map_desc { display: block; }
    .sub4_1 .map_desc dl { width: 100%; }
    .sub4_1 .map_desc dl:nth-of-type(n + 2) { margin-top: 15px; }
    .sub4_1 .map_desc dl dt img { width: 27px; }
}
@media (max-width: 767px) {

}