/* sub visual */
.sub_visual_wrap{position: relative; padding-top: 100px;}
.sub_visual_box { width: 100%; height: 310px; overflow: hidden; position: relative;border-radius: 20px; max-width: 1770px;margin: 0 auto; } 
.sub_page_visual { background-repeat: no-repeat; background-position: center; background-size: cover; animation: bg-active 5s; height: 100%; overflow: hidden; } 

/* sub visual + pc_top_menu */
.sub_visual_box .visual_menu_wrap { padding-top: 60px; position: relative; z-index: 1111; } 
.depth_wrap { display: flex; flex-direction: row; flex-wrap: nowrap; width: 100%;margin: 0 auto; height: 100%; padding-left: 30px;} 
.depth_wrap .depth_name { display: flex; justify-content: space-between; min-width:87px; font-size: 20px; align-items: center; height: 100%; word-break: keep-all; color: #111}  
.depth_wrap > div.home_btn {width: 70px;  } 
.depth_wrap > div.home_btn a{display: flex; align-items: center; justify-content: center; width: 100%; height: 100%;}
.depth_wrap > div.home_btn a span{font-size: 16px; }
.depth_wrap > div { padding: 0 30px; position: relative; cursor: pointer; width: 330px;} 
.depth_wrap > div::after{content: ""; display: block; width: 1px; height: 25px; background-color: #d6d6d6; position: absolute; top: 50%; right: 0;  transform: translateY(-50%);}
.depth_wrap > div.depth2::after{display: none;}
.depth_wrap > div.home_btn::before{content: ""; display: block; width: 1px; height: 50px; background-color: #ccc; position: absolute; top: 50%; left: 0;  transform: translateY(-50%);}


.depth_wrap > div.depth3 {/* display: none; *//* width: auto; */width: 100%;max-width: 250px; width: 250px;}  
.depth_wrap > div.depth3.show { display:block; } 
.depth_wrap > div
.depth_wrap > div:last-child { border-right: unset; } 
.depth_wrap > div .depth_name i {line-height: 50px; font-size: 25px;} 
.visual_menu_wrap { width: 90%; background-color: #fff; height: 100px;  z-index: 99; display: flex; align-items: center; position: absolute; left: 10%; bottom: -1px;} 
.visual_menu_wrap.fixed{position: fixed; top: 81px;}
.visual_menu_wrap .com_depth { position: absolute; background: #f6f6f6; padding: 10px 20px; width: 97%; left: 50%; transform: translateX(-50%); top: 100px; z-index: 10; } 
.visual_menu_wrap .com_depth li:hover a{color: var(--main-color); font-weight: 600;}
.visual_menu_wrap .com_depth li.on a{color: var(--main-color);}
.visual_menu_wrap .com_depth li a.on{color: var(--main-color); }
.visual_menu_wrap .com_depth li a {padding: 15px 0; font-size: 16px; display: block; width: 100%; height: 100%; color: #444; } 
.visual_menu_wrap .com_depth li.on a{text-decoration: underline; text-underline-offset: 5px;}
.visual_menu_wrap .com_depth.sub_depth2{background-color:#124b96de;}
.visual_menu_wrap .com_depth.sub_depth2 li a{color: #fff;}
.depth_wrap > div.depth2 i{ color: #111;}
.visual_menu_wrap .com_depth.sub_depth2 li a i{display: none;}

.sub_page_visual1 { background-image: url(../img/sub_visual_1.jpg); } 
.sub_page_visual2 { background-image: url(../img/sub_visual_2.jpg); } 
.sub_page_visual3 { background-image: url(../img/sub_visual_3.jpg); } 
.sub_page_visual4 { background-image: url(../img/sub_visual_4.jpg); } 


/*sub3차메뉴*/
.gnb .main_menu .gnb-1dep .gnb-2dep li .depth03{display: none;}
.depth_wrap > div.depth2 .depth03{display: none;}

 /* 애니메이션 */
/* .sub_visual_3 { animation: bg-active 5s; } */
@keyframes bg-active { 
    0% { transform: scale(1.09); opacity: 0.9; } 
   100% { transform: scale(1); opacity: 1; } 
}
/* sub_visual */
    .sub_visual_txt { position: absolute;bottom: 30%; left: 50%; transform: translateX(-50%);  z-index: 10;   width: 90%; max-width: 1610px; text-align: center;} 
    .sub_visual_txt h2 { font-size: 4.8rem;  font-weight: 600; color: #fff;  } 
/* top menu */
   .top_menu .mobile_sub_menu { display: none; } 
   
/*sub공통*/
   .sub_inner{max-width: 1610px; margin:0 auto ; width: 100%;}
   .sub_tit{  color: #111;  font-weight: 800;margin-bottom: 80px; padding-top: 100px; font-size: 4.8rem; text-align: center;}

   
@keyframes sub_point { 
    from{
        transform: translatey(0px);
      }
      to{
        transform: translatey(-20px);
      }
}

.sub_top_list{position: absolute; left: 50%; top: 37%;max-width: 1610px; width: 100%; transform: translateX(-50%);  z-index: 10;}
.sub_top_list ul{display: flex; justify-content: center;}
.sub_top_list ul li{padding: 0 20px; position: relative;}
.sub_top_list ul li.home a{transform: translateY(-3px); display: block;}
.sub_top_list ul li img{}
.sub_top_list ul li h2{font-size: 1.8rem; font-weight: 400; color: #fff;}
.sub_top_list ul li::after{content: ""; width: 4px; height: 4px; position: absolute;right: -5px; top: 10px; background-color: #fff; border-radius: 50%;}
.sub_top_list ul li:last-child::after{display: none;}

.sub_bottom{margin-bottom: 100px;}

/*인사말*/
.greetings_wrap{position: relative;}
.greetings_wrap::before{content: ""; width: 100%; height: 850px; background: url(../img/greetings_bg.png) no-repeat; background-size: cover; position: absolute; left: 0; top: 100px; z-index: -1;}
.greetings{display: flex; justify-content: space-between; align-items: center;}
/* .greetings li{width: calc(100% / 2 - 20px); } */
.greetings .greetings_left{font-size: 3rem; position: relative; font-weight: 700; line-height: 1.3; width: 40%;}
/* .greetings .greetings_left::after{content: "";width: 1px; height: 450px;background-color: #d4d4d4; position: absolute; right: 100px ;top: 0; } */
.greetings .greetings_right{width: 50%;}
.greetings .greetings_right div{font-size: 2rem; line-height: 2; margin-bottom: 50px;}
/* .greetings .greetings_right .sign{margin-top: 100px; text-align: right;}
.greetings .greetings_right .sign span{margin-right: 20px;} */
.greetings .greetings_left .sign{ text-align: right; margin-top: 40px; width: 85%;}
.greetings .greetings_left .sign span{margin-right: 20px;}

/*연혁*/
.history_bg{background: url(../img/history_bg.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; background-position: center; position: relative; position: relative; isolation: isolate;}
.history_bg::after{content: '';position: absolute;background: white; z-index: -1;inset: 0;opacity: 0.7;}
.history_wrap{position: relative; z-index: 50;}
.timeline__line {border-right: 1px solid #ddd; left: 50%;  position: absolute; top: 0px;  height: 100%; } 
.timeline__items {  list-style-type: none; margin: 0px; padding: 0px;  } 
.timeline__item { margin-bottom: 8px; width: 100%; text-align: left; margin-left: auto; position: relative; margin-bottom: 40px; display: flex; justify-content: space-between;} 
.timeline__top { width: 45%; text-align: right;} 
.timeline__circle { border: 1px solid var(--main-color); border-radius: 9999px; height: 20px; width: 20px; position: absolute; left: 50%; transform: translate(-50%); } 
.timeline__circle::before { content:''; display:block; position: absolute; top: 50%; left:50%; transform: translate(-50%, -50%); border-radius: 50%; background: var(--main-color); width: 5px; height: 5px; } 
.timeline__title {flex: 1; padding-left: 0; font-weight: 600; font-size: 3.6rem; margin-bottom: 0px; position: relative; font-family: var(--font-poppins);} 
.timeline__desc { width: 50%; padding-left: 50px;} 
.timeline__item .img_box { position: absolute; left: 0; z-index: -1; width: 70%; } 
.timeline__item:nth-of-type(2n-1) { } 
.timeline__item:nth-of-type(2n-1) .img_box { left: -14%; } 
.timeline__item:nth-of-type(2n) .img_box { right: -14%; top: 80%; left: unset; z-index: -1; } 
.timeline__item .img_box img { width: 100%; } 
.timeline__desc p, .timeline__desc > div { font-size: 1.8rem; line-height: 1.7; position: relative; font-weight: 400; letter-spacing: 0; margin-top: 10px;} 
.timeline__desc p.his_mrg{ margin-bottom: 20px;}
.timeline__desc span{font-size: 1.8rem; color:#999; position: relative; font-weight: 600;}
.timeline__desc span::before{content: "";position: absolute; width: 3px; height: 3px; border-radius:50%;background:#999; top: 9px; left:-15px }


/*조직도*/
.organization{}
.organization img{width: 100%;}


/*esg*/
.esg_list{display: flex; align-items: center; margin-bottom: 100px; justify-content: space-between;}
.esg_list .esg_img_wrap{width: 55%; }
.esg_list .esg_img_wrap span{font-size: 2.4rem; font-weight: 700; display: block;}
.esg_list .esg_img_wrap .esg_img{margin-top: 20px; }
.esg_list .esg_img_wrap .esg_img img{width: 100%; border-radius: 15px;}
.esg_list .esg_txt_wrap{width: 38%; }
.esg_list .esg_txt_wrap .esg_txt{}
.esg_list .esg_txt_wrap .esg_txt h3{font-size: 3.6rem; margin-bottom: 30px;}
.esg_list .esg_txt_wrap .esg_txt p{font-size: 2rem; padding-left: 20px; position: relative;  margin-bottom: 20px;}
.esg_list .esg_txt_wrap .esg_txt p:last-child{margin-bottom: 0;}
.esg_list .esg_txt_wrap .esg_txt p::before{content: "";width: 4px;height: 4px; background-color: var(--main-color); position: absolute; left: 0; top: 10px; border-radius: 50%; }
.esg_order .esg_img_wrap span{text-align: right;}
.esg_order .esg_txt_wrap{padding-left: 80px;}



/*사업부문*/
.business_wrap{padding:120px 0;}
.business_wrap:last-child{padding-bottom: 0;}
.business_top{padding-top: 0;}
.busi_tit{font-size: 3.6rem;margin-bottom: 50px; }
.business_top p{font-size: 2rem; line-height: 1.8;}

.business_content{ border-top: 1px solid #d8d8d8; border-bottom: 1px solid #d8d8d8;}
.business_flex{display: flex; justify-content: space-between; align-items: center; margin-bottom: 130px;}
.business_left{width: 15%; position: relative; font-size: 3rem; font-weight: 700;}
.business_left::after{content: ""; background: url(../img/business_left.png) no-repeat; width: 100%; height: 12px; position: absolute; right: -100%; top: 50%; transform: translateY(-50%);}
.business_right{width: 70%;}

.business_flex_cen{align-items: start;}
.business_flex_cen .business_left::after{content: ""; background: url(../img/business_left.png) no-repeat; width: 100%; height: 12px; position: absolute; right: -100%; top: 25px; transform: translateY(-50%);}

.busi_box1{}
.busi_box1_right{border: 1px solid var(--main-color); border-radius: 62px; display: flex; align-items: center; justify-content: center; padding: 45px 20px;}
.busi_box1_right p{font-size: 2.4rem; text-align: center;}

.busi_box2_right{ display: flex; justify-content: center; align-items: center; position: relative;}
.busi_box2_right::before{content: ""; background: url(../img/busi_box2.png) no-repeat; width: 100%; height: 245px; background-position: center; position: absolute; top: 25px; left:50%; transform: translate(-50%, -50%);}
.busi_box2_right p{font-size: 3rem; text-align: center; font-weight: 800;}



.busi_box3_right{display: flex; justify-content: space-between;}
.busi_box3_right>div{width: 300px; position: relative; display: flex; align-items: center; justify-content: center; border-radius: 50%; height: 300px; text-align: center;}
.busi_box3_right>div p{font-size: 2rem; color: #fff; line-height: 1.5;}
.busi_box3_circle1{background-color: #f1592a;}
.busi_box3_circle2{background-color: #f77c3b;}
.busi_box3_circle3{background-color: #fda84f;}
.busi_box3_circle1::before{content: ""; width: 355px; height: 400px; background: url(../img/busi_box3_circle.png) no-repeat; position: absolute; top: 50%; left: 40%; transform: translate(-50%, -50%); z-index: -1;}
.busi_box3_circle3::before{content: ""; width: 355px; height: 400px; background: url(../img/busi_box3_circle3.png) no-repeat; position: absolute; top: 53%; left: 58%; transform:  translate(-50%, -50%); z-index: -1;}

.busi_box4_color{border-radius: 43px; background-color: #f77c3b;text-align: center; color: #fff; font-size: 2.4rem; padding: 25px 20px; margin-bottom: 20px; font-weight: 300;}
.busi_box4_bot{display: flex; justify-content: space-between;}
.busi_box4_bot h5{font-size: 2.4rem; color: #666;text-align: center; border: 3px solid #e7e7e7; border-radius: 20px; width:calc(100% / 3 - 20px); padding: 30px 10px; font-weight: 400; line-height: 1.5; background-color: #fff;}
.busi_box4_bot h5 b{display: block; font-weight: 600;}


.busi_box5 .busi_box4_color{background-color: #fda84f;}
.busi_box5_total{text-align: center; color: var(--main-color); margin-top:170px ; font-size: 3rem; position: relative; font-weight: 800;}
.busi_box5_total::before{content: "";background: url(../img/busi_box5_total.png) no-repeat;width: 100%; height: 615px; position: absolute; bottom: 45px; left: 50%; transform: translateX(-50%); z-index: -1; background-position: center;}

.business_bot_right{}
.business_bot_right h2{font-size: 2.4rem; margin-bottom: 20px; font-weight: 400;}
.business_bot_border{border: 1px solid #e7e7e7; border-radius: 15px; display: flex; justify-content: space-between; padding: 30px; align-items: center;}
.business_bot_border .graph{width: 40%;}
.business_bot_border .graph img{width: 100%;}
.business_bot_border .business_table{width: 55%; }
.business_bot_border .business_table p{text-align: right;font-size: 1.8rem;}

.business_table{ overflow-x: auto;}
.business_table table{border-collapse: collapse; width: 100%; border-top: 1px solid #111; min-width: 500px;}
.business_table table tr th{background-color: #f8f8f8;text-align: center;font-size: 2rem;padding: 10px;border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.business_table table tr td{text-align: center;font-size: 1.8rem;color: #666; padding: 10px;border-right: 1px solid #cacaca; border-bottom: 1px solid #cacaca; }
.business_table table tr th:last-child{border-right: none;}
.business_table table tr td:last-child{border-right: none;}



/*ESC(정전척)*/
.busi1_box1 .business_left::after{display: none;}
.business1_wrap{margin-top: 80px;}
.business1_bot_border{border: 1px solid #d8d8d8; border-radius: 15px;}
.business1_bot_border img{width: 100%;border-radius: 15px;}
.business1{margin-bottom: 60px;}
.business1_tab{}
.business1_tab table{border-top: 3px solid #dedede;}
.business1_tab table tr th{background-color: #fff; border-right: none;border-bottom: 3px solid #dedede;}
.business1_tab table tr td{border-bottom: 3px solid #dedede;}
.business1_section4{border-top: 1px solid #d8d8d8;}
.business1_txt p{font-size: 2rem; line-height: 2; }
.business1_section4 p{padding: 50px 0;}
.business1_bot_tab{}
.business1_bot_tab table{}
.business1_bot_tab table tr th{ padding: 30px;}
.business1_bot_tab table tr td{padding: 40px; text-align: left; font-size: 2rem;}
.business1_bot_tab table tr td.text_bold{font-weight: 700; color: #000;}
.business1_bot_tab table tr td p{position: relative; margin-bottom: 20px; line-height: 1.8; padding-left: 20px;}
.business1_bot_tab table tr td p::before{content: ""; width: 4px; height: 4px; background-color: var(--main-color); border-radius: 50%; position: absolute; left: 0; top: 13px; }
.business1_bot_tab table tr td p:last-child{margin-bottom: 0;}


.bus2_tab{display: flex; justify-content: center; margin-bottom: 80px;}
.bus2_tab li{width: 200px; height: 60px; font-size: 1.8rem; border-radius: 30px; border: 1px solid #d8d8d8; text-align: center; cursor: pointer; display: flex; justify-content: center;align-items: center; transition: all .3s;}
.bus2_tab li:first-child{margin-right: 10px;}
.bus2_tab li.current{background-color: var(--main-color); color: #fff;}
.tab-content{display: none;}
.tab-content.current{display: inherit;}
.bus2_tab li:hover{background-color: var(--main-color); color: #fff;}

.business2{}
.business2 .business_left{width: 20%; line-height: 1.5;}
.business2 .business_right{}
.business2 .business_right p{font-size: 2rem; line-height: 2; margin-bottom: 30px; }
.business2 .business_right .business1_bot_border{margin-top: 50px;}

.bus2_circle{display: flex;justify-content: space-between;width: 90%; margin: 0 auto; }
.bus2_circle>div{width: 300px; height: 300px;  border: 5px solid #006bbe; border-radius: 50%; font-size: 3rem; display: flex; justify-content: center; align-items: center; font-weight: 700;text-align: center; text-align: center;}
.bus2_circle2{transform: translateY(-150px);width: 60%;}

.bus2_wrap{margin-bottom: 50px;}
.bus2_sub{font-size: 3rem; padding-left: 20px; position: relative;margin-bottom: 20px; }
.bus2_sub::before{content: ""; width: 4px; height: 4px; background-color: var(--main-color); border-radius: 50%; position: absolute; left: 0; top: 15px;}
.bus2_img_flex{display: flex; }
.bus2_img_flex li{width: calc(100% / 3 - 10px); margin: 0 10px;}
.bus2_img_flex li img{object-fit: cover; border-radius: 20px; width: 100%;}
.bus2_img_flex li img.border{border: 1px solid #d8d8d8;}
.bus2_img_flex li h5{font-size: 2rem; text-align: center; margin-top: 20px;}
.business2_wrap .line{width: 100%; height: 1px; background-color: #d8d8d8; margin-bottom: 80px;}

.bus2_sec5{display: flex; justify-content: space-between;}
.bus2_sec5 li{text-align: center;}
.bus2_sec5 .bus2_sec5_left{width: 33%;}
.bus2_sec5 li h4{font-size: 2.4rem; color: #fff; border-radius: 20px; padding: 30px; margin-bottom: 10px;}
.bus2_sec5 li h5{font-size: 2.4rem; border: 2px solid #d8d8d8; border-radius: 20px; color: #666; padding: 30px; font-weight: 400;}
.bus2_sec5 .bus2_sec5_left h4{background-color: #f77c3b; }
.bus2_sec5 .bus2_sec5_right h4{background-color: #fda84f;}
.bus2_sec5 .bus2_sec5_right{width: 66%;}
.bus2_sec5 .bus2_sec5_right div{display: flex; justify-content: space-between;}
.bus2_sec5 .bus2_sec5_right div h5{width:calc(100% / 2 - 10px) ;}
.bus2_wrap p{font-size: 2rem; text-align: center; margin-top: 20px;}

.business4_tab table{}
.business4_tab table tr th{padding:10px ;}
.business4_tab table tr td{padding:10px ;}
.business4_tab table tr td img{width: 200px;}
.business4_tab table tr td p{font-size: 1.8rem; line-height: 1.2;  margin-bottom: 10px; padding-left: 0; text-align: center;}
.business4_tab table tr td p::before{display: none;}
.busi4_subtit{font-size: 2rem;font-weight: 700; margin-top: 30px;}
.business4_tab table.margin{margin-top: 30px;}
.business4_tab table.margin tr td{text-align: center;}
.business4_bot{margin-top: 50px;}
.business4_bot p{font-size: 2rem; margin-bottom: 30px; margin-top: 15px;}



/*오시는길*/
.directions{}
.map{}
.directions_list{display: flex; justify-content: space-between; margin-top: 50px;}
.directions_list li{width:calc(100% / 3 - 20px); display: flex; align-items: center; border:1px solid #e7e7e7; border-radius: 20px;padding: 20px; }
.directions_list li .map_icon{padding: 20px; background-color: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.directions_list li .map_icon i{color: #fff; font-size: 3rem;}
.directions_list li .map_info{ margin-left: 30px;}
.directions_list li .map_info span{font-size: 2.5rem; font-weight: 700; display: block; margin-bottom: 20px;}
.directions_list li .map_info p{font-size: 2.2rem; }







/****************반응형************************/
@media(max-width: 1770px ){
    /*서브top*/
    .sub_visual_box{width: 95%;}
    .sub_inner{width: 95%;}

}
@media(max-width: 1540px ){

    /*사업부문*/
    .business_top p br{display: none;}

}
@media(max-width: 1380px ){

    /*서브top*/
    .sub_visual_txt{bottom: 35%;}
    .sub_visual_txt h2{font-size: 4rem;}

    /*인사말*/
    .greetings .greetings_left{font-size: 2.8rem;}
    .greetings .greetings_left> img{width: 100%;}
    .greetings .greetings_right div{margin-bottom: 30px;}

    /*연혁*/
    .timeline__title{font-size: 3.2rem;}

    /*esg*/
    .esg_list .esg_img_wrap span{font-size: 2.2rem;}
    .esg_list .esg_txt_wrap .esg_txt h3{font-size: 3rem;}

    /*사업부문*/
    .busi_tit{font-size: 3rem;}
    .business_left{font-size: 2.4rem;}
    .busi_box1_right p{font-size: 2.2rem;}
    .busi_box2_right p{font-size: 2.6rem;}
    .busi_box3_right>div{width: 280px; height: 280px;}
    .busi_box4_bot h5{font-size: 2.2rem;}
    .business1_tab table tr td img{width: 100%;}
    .bus2_circle{width: 100%;}
    .bus2_circle2{width: 70%;}
    .bus2_circle>div{font-size: 2.5rem;}
    .bus2_sub{font-size: 2.5rem;}

    /*오시는길*/
    .directions_list li .map_info p{font-size: 2rem;}


}
@media(max-width: 1280px ){

    .sub_tit{font-size: 4rem;}

    /*인사말*/
    .greetings .greetings_left{font-size: 2.5rem; width: 48%;}
    .greetings .greetings_right div br{display: none;}

    /*오시는길*/
    .directions_list li .map_info span{font-size: 2.2rem;}


}
@media(max-width: 1080px ){
    .sub_tit{font-size: 3.2rem;}

   /*인사말*/
    .greetings .greetings_left::after{right: 0;}
    .greetings{flex-direction: column;}
   .greetings .greetings_left{order: 2; width: 80%;}
  .greetings .greetings_right{width: 100%;}
    /*연혁*/
    .timeline__item:nth-of-type(2n-1) .img_box { left: 0; } 
    .timeline__item .img_box { top: 110%; } 
    .timeline__item:nth-of-type(2n) .img_box { top: 110%; } 
    .timeline__item .img_box { width: 100%; } 
    .timeline__title{font-size: 3rem;}
    .timeline__top{    padding-left: 10px;}
   
    /*esg*/
    .esg_list .esg_img_wrap span{font-size: 2rem;}
    .esg_list .esg_txt_wrap .esg_txt h3{font-size: 2.5rem;}
    .esg_order .esg_txt_wrap{padding-left: 30px; transform: rotate();}

    
    /*사업부문*/
    .busi_tit{font-size: 2.6rem;}
    .business_wrap{padding: 80px 0;}
    .business_flex{flex-direction: column; }
    .business_left{width: 100%; text-align: center; margin-bottom: 50px;}
    .business_left::after{right: inherit; width: 80px;}
    .business_flex_cen .business_left::after{right: inherit;width: 80px;}
    .business_right{width: 100%;}
    .business_left::after{width: 65px;transform: rotate(90deg) ;left: 47%;top: inherit;bottom: -55px; }
    .business_flex_cen .business_left::after{width: 65px;transform: rotate(90deg) ;left: 47%;top: inherit;bottom: -55px;}
    .busi_box5_total{font-size: 2.5rem;}
    .business_top{padding-top: 0;}
    .business2 .business_left{margin-bottom: 20px; width: 100%;text-align: left;}
    .bus2_sub{font-size: 2.2rem;}
    .bus2_sec5 li h5{font-size: 2.2rem;}
    .business2 .business_left br{display: none;}
    .business2{margin-bottom: 80px;}
.business4_tab table tr td img{width: 150px;}
.business4_tab table tr td{text-align: center;}
.busi3_subtit{margin-bottom: 120px;}


}

@media(max-width: 800px ){

    /*서브top*/
    .sub_visual_txt{bottom: 40%;}
    .sub_visual_txt h2{font-size: 3rem;}
    .sub_tit{font-size: 2.8rem;}

    /*인사말*/

    .greetings li{width: 100%;}
    .greetings .greetings_left::after{display: none;}
    .greetings .greetings_left{font-size: 2.2rem; margin-bottom: 30px; line-height: 1.8; }
    .greetings .greetings_left br{display: none;}
    .greetings .greetings_right div{margin-bottom: 15px;}
    .greetings_wrap::before{height: 100%;}

    /*연혁*/
    .timeline__title { font-size: 3rem; } 
    .timeline__desc { padding-left: 0; } 
    .timeline__item:nth-of-type(2n) .timeline__desc { padding-right: 0; } 
    .timeline__line{left: 0;}
    .timeline__circle{left: 0;}
    .timeline__item{padding-left: 50px; flex-direction: column;}
    .timeline__desc{width: 100%; padding-left:0 ;}
    .timeline__top{width: 100%; padding-left: 0; margin-bottom: 20px; text-align: left;}
    .timeline__title{font-size: 2.6rem;}
    .timeline{padding-top: 2em;}

    /*esg*/
    .esg_list{flex-direction: column; margin-bottom: 50px;}
    .esg_list .esg_img_wrap{width: 100%; position: relative; margin-bottom: 15px;}
    .esg_list .esg_img_wrap .esg_img{display: none;}
    .esg_list .esg_txt_wrap{width: 100%; padding: 50px; position: relative; border-radius: 20px;}
    .esg_list .esg_txt_wrap::before{content: ""; width: 100%; height: 100%; background-color: rgba(0, 0,0,0.5); position: absolute; left: 0; top: 0; z-index: -1; border-radius: 20px;}
    .esg_list1 .esg_txt_wrap{background: url(../img/esg_img1.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; background-position: center; }
    .esg_list2 .esg_txt_wrap{background: url(../img/esg_img2.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; background-position: center;}
    .esg_list3 .esg_txt_wrap{background: url(../img/esg_img3.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; background-position: center;}
    .esg_list4 .esg_txt_wrap{background: url(../img/esg_img4.jpg) no-repeat; width: 100%; height: 100%; background-size: cover; background-position: center;}
    .esg_list .esg_txt_wrap .esg_txt{color: #fff;}
    .esg_list .esg_txt_wrap .esg_txt h3{}
    .esg_list .esg_txt_wrap .esg_txt p{line-height: 1.5;}
    .esg_order .esg_txt_wrap{order: 2;}
    .esg_order .esg_img_wrap span{text-align: left;}

    /*사업부문*/
    .busi_tit{font-size: 2.2rem; margin-bottom: 30px;}
    .business_top p{font-size: 1.8rem;}
    .business_left{font-size: 2rem; margin-bottom: 20px;}
    .busi_box1_right p{font-size: 2rem;}
    .busi_box2_right p{font-size: 2.2rem;}
    .busi_box3_right>div{width: 230px; height: 230px;}
    .busi_box3_right>div p{font-size: 1.8rem;}
    .busi_box3_circle1::before{display: none;}
    .busi_box3_circle3::before{display: none;}
    .busi_box4_color{font-size: 2.2rem;}
    .busi_box4_bot h5{font-size: 2rem;}
    .busi_box5_total{font-size: 2.2rem;}
    .business_bot_right h2{font-size: 2.2rem;}
    .business_bot_border{flex-direction: column;}
    .business_bot_border .graph{width: 100%;}
    .business_bot_border .business_table{width: 100%;}
    .business_left br{display: none;}
    .business_flex_cen .business_left::after{left: 46%;}
    .business_left::after{left: 46%;}
    .business_table table tr th{font-size: 1.8rem;}
    .business1_bot_tab table tr td{font-size: 1.8rem;}
    .business1_txt p{font-size: 1.8rem;}
    .bus2_circle2{transform: translateY(-70px);}
    .bus2_circle>div{width: 250px; height: 250px; font-size: 2.2rem;}
    .bus2_img_flex li h5{font-size: 1.8rem;}
    .bus2_sec5 li h4{font-size: 2.2rem;}
    .bus2_sec5 .bus2_sec5_right div h5{width:calc(100% / 2 - 3px) ;}
.business4_tab table tr td p{font-size: 1.6rem;}
.business_flex{margin-bottom: 80px;}
.business2 .business_right p{font-size: 1.8rem;}
.business4_bot p{font-size: 1.8rem;}
.busi3_subtit{margin-bottom: 100px;}

    /*오시는길*/
    .directions_list{flex-direction: column;}
    .directions_list li{width: 100%; margin-bottom: 20px;}
    .directions_list li .map_info span{font-size: 2rem;}
    .directions_list li .map_info p{font-size: 1.8rem;}




}

@media(max-width: 650px ){

    /*서브top*/
    .sub_visual_txt h2{font-size: 2.5rem;}
    .sub_tit{font-size: 2.4rem; padding-top: 50px;}
        .sub_visual_wrap{padding-top: 70px;}

        /*인사말*/
        .greetings .greetings_left{width: 100%;}
        .greetings .greetings_left .sign img{width: 80px;}

   /*esg*/
    .esg_list .esg_txt_wrap .esg_txt h3{font-size: 2.2rem;}
    .esg_list .esg_txt_wrap .esg_txt p{font-size: 1.8rem;}

    /*사업부문*/
    .busi_tit{font-size: 2rem;}
    .business_left{font-size: 2rem;}
    .business_left::after{left: 45%;}
    .business_flex_cen .business_left::after{left: 45%;}
    .busi_box1_right{padding: 20px;}
    .busi_box1_right p{font-size: 1.8rem;}
    .business_flex{margin-bottom: 80px;}
    .busi_box2_right::before{height: 175px; background-size: contain;}
    .busi_box2_right p{font-size: 1.8rem;}
    .busi_box3_right{flex-direction: column; align-items: center; }
    .busi_box3_right>div{margin-bottom: 20px;}
    .busi_box4_color{font-size: 1.8rem;}
    .busi_box4_bot h5{font-size: 1.6rem;}
    .busi_box4_bot h5 b{display: inline;}
    .business_bot_right h2{font-size: 2rem;}
    .business_table table tr th{font-size: 1.8rem; padding: 10px;}
    .business1_bot_tab table tr td{font-size: 1.6rem; padding: 20px;}
    .bus2_circle>div{width: 200px; height: 200px;font-size: 2rem;}
    .bus2_img_flex{flex-direction: column;}
    .bus2_img_flex li{width: 100%; margin: 15px 0;}
    .bus2_sub{font-size: 2rem;}
    .bus2_sec5{flex-direction: column;}
    .bus2_sec5 .bus2_sec5_left{width: 100%; margin-bottom: 15px;}
    .bus2_sec5 .bus2_sec5_right{width: 100%;}
    .bus2_sec5 li h4{font-size: 2rem;}
    .bus2_sec5 li h5{font-size: 2rem;}
    .business2 .business_right p{font-size: 1.8rem;}

.business4_tab table tr td{padding: 10px;}
    .business4_tab table tr td p{font-size: 1.5rem;}
.busi4_subtit{font-size: 1.8rem;}
.business4_bot p{font-size: 1.6rem;}

    /*오시는길*/
    .directions_list li .map_info span{margin-bottom: 5px; font-size: 1.8rem;}


}

@media(max-width: 480px ){
    /*서브top*/
    .sub_top_list ul li h2{font-size: 1.6rem;}
    .sub_tit{font-size: 2.2rem;}

    /*인사말*/
    .greetings .greetings_left{font-size: 2rem;}
    .greetings .greetings_right div{font-size: 1.8rem;}
    .greetings .greetings_right .sign{margin-top: 50px;}


    /*연혁*/
    .timeline__circle::before { width: 6px; height: 6px; } 
    .timeline__item { margin-bottom: 4rem; } 
    .timeline__item { width: 100%; text-align: left; } 
    .timeline__line { left: 0; } 
    .timeline__desc {  padding-right: 0; padding-top: 0; margin-top: 1rem; } 
    .timeline__desc p, .timeline__desc > div { padding-right:0;  line-height: 1.5; padding-bottom: 0.4rem; } 
    .timeline__desc p::before, .timeline__desc > div::before { left: 0; right: unset; top: 7px; } 
    .timeline__item .img_box { position: relative; border: 1px solid #dcdcdc; width: 80%; margin: 20px auto; } 
    .timeline__item:nth-of-type(2n) .img_box { right: 0; } 
    .timeline__title{font-size: 2.2rem;}
    .timeline__desc span{font-size: 1.6rem;}
    .timeline__desc p, .timeline__desc > div{font-size: 1.6rem;}
    .timeline__item{margin-bottom: 20px;}

    /*esg*/
    .esg_list .esg_txt_wrap{padding: 50px 25px;}
    .esg_list .esg_img_wrap span{font-size: 1.8rem;}
    .esg_list .esg_txt_wrap .esg_txt h3{font-size: 2rem;}
    .esg_list .esg_txt_wrap .esg_txt p{font-size: 1.6rem;}

    /*사업부문*/
    .busi_tit{font-size: 1.8rem;}
    .business_top p{font-size: 1.6rem;}
    .business_left{font-size: 1.8rem;}
    .busi_box1_right p{font-size: 1.6rem;}
    .busi_box2_right p{font-size: 1.6rem;}
    .busi_box3_right>div p{font-size: 1.5rem;}
    .business_table table tr th{font-size: 1.6rem;}
    .business_table table tr td{font-size: 1.6rem;}
    .busi_box4_color{font-size: 1.6rem;}
    .busi_box5_total{font-size: 1.8rem;}
    .business_bot_right h2{font-size: 1.5rem;}
    .business_left::after{left: 40%;}
    .business_flex_cen .business_left::after{left: 40%;}
    .busi_box4_bot h5{width: calc(100% / 3 - 5px);}
    .business_bot_border .business_table p{font-size: 1.5rem;}
    .business1_txt p{font-size: 1.6rem;}
    .bus2_circle>div{width: 140px; height: 140px; font-size: 1.7rem;}
    .bus2_circle2{transform: translateY(0);}
    .bus2_sub{font-size: 1.8rem;}
    .business2{margin-bottom: 50px;}
    .bus2_img_flex li h5{font-size: 1.6rem;}
    .bus2_sec5 li h4{font-size: 1.7rem;}
    .bus2_sec5 li h5{font-size: 1.6rem;}
    .bus2_sec5 li h5 br{display: none;}
    .bus2_tab li{font-size: 1.7rem; width: calc(100% / 2 );}
    .bus2_circle>div{border: 3px solid #006bbe;}
.busi4_subtit{font-size: 1.7rem;}
   .business2 .business_right p{font-size: 1.6rem;}


    /*오시는길*/
    .directions_list li .map_icon{padding: 15px;}
    .directions_list li .map_info p{font-size: 1.6rem;}
    .directions_list li .map_icon i{font-size: 2.5rem;}
}

@media(max-width: 400px ){

    /*사업부문*/
    .bus2_circle>div{width: 120px; height: 120px;}

 .business_flex_cen .business_left::after{left: 40%;}
}