.sub_wrap{padding:100px 0;overflow:hidden;font-size:16px;line-height:1.6;}
.sub_wrap > .center{display:flex;flex-flow:column nowrap;gap:100px;}
.sub_inner:first-child{padding-top:0;}
.sub_wrap p{font-size:18px;color:#555;font-weight:400;line-height:1.6;word-break: keep-all;}
.sub_wrap p strong{color:#181818;}
.sub_wrap .p_md{font-size:22px;}
.sub_wrap .h3_md{padding:8px 0 12px;font-size: 22px;font-weight: 600;}
.sub_wrap b{font-weight:500;color:#333;}

.sub_tit_big{margin-bottom:40px;font-size:clamp(24px, 2.1vw, 32px);line-height:1.6;}
.sub_tit_big.sub_tit_huge{margin-bottom:72px;padding-left:24px;font-size:clamp(28px, 3vw, 44px);border-left:9px solid #010053;}
.sub_tit_big.has_line{padding-bottom:20px;border-bottom:2px solid #bbb;}
.sub_tit_big.has_dot span{display: inline-block;position:relative;padding-top:12px;}
.sub_tit_big.has_dot span:after{content:'';display:block;position: absolute;top: 0px;left:-6px;width: 10px;height: 10px;background: #ff9433;border-radius: 50%;}

.greeting_page .grid_card{align-items:flex-start;}
.greeting_txt p{width:100%;font-size:18px;font-weight:400;line-height:1.6;}
.about_ceo_wr{display:block;text-align:right;font-size:20px;}
.about_ceo{font-family: 'MapodaCapo';font-size:28px;}


.text_card{display:flex;flex-flow:column nowrap;gap:16px;padding:40px 32px;border:1px solid #cdcdd7;border-radius:32px;}
.text_card .card_num{font-size:18px;font-weight:600;color:#666;}
.text_card h3{font-size:28px;}
.text_card strong{font-size:20px;}
.text_card .card_p_border{padding-bottom:16px;border-bottom:1px solid #ddd;}


.vision_page .text_card{padding:40px 16px;text-align:center;}
.why_yk_page .flex_card{flex-wrap:wrap;}
.page_0202 .grid_card.grid_card3{gap:12px;}
.page_0202 .text_card{text-align:center;border-radius:20px;}
.page_0203 .grid_card.grid_card2.grid_card_problem{
  grid-template-areas:
        "div1 div1"
        "div2 div3"
        "div4 div5";
  font-size:20px;
  text-align:center;
}
.page_0203 .grid_card_problem div:nth-child(1){grid-area:div1;}
.page_0203 .grid_card_problem div:nth-child(2){grid-area:div2;}
.page_0203 .grid_card_problem div:nth-child(3){grid-area:div3;}
.page_0203 .grid_card_problem div:nth-child(4){grid-area:div4;}
.page_0203 .grid_card_problem div:nth-child(5){grid-area:div5;}

.page_0203 .grid_needs{text-align:center;font-size:18px;color:#fff;}
.page_0203 .grid_needs > div{background:#010052;border-color:#010052;}

.gallery_card{display: flex;flex-flow: column nowrap;gap: 16px;}
.gallery_card .gallery_img{width:100%;}
.gallery_card .gallery_img img{width:100%;}
.gallery_card .gallery_txt{display:flex;flex-flow:column nowrap;gap:12px;padding:0 0 24px;}
.gallery_card h3{font-size:20px;}


.service_card{gap:40px;margin:60px auto;}
.service_card > div{display:flex;flex-flow:column nowrap;gap:16px;position:relative;text-align:center;border:1px solid #ddd;border-radius:24px;}
.service_card > div:first-child:after{content:'+';display:block;position:absolute;top:50%;right:-40px;transform:translate(0,-50%);width:40px;font-size:38px;font-weight:800;text-align:center;color:#ff9433;}
.service_card h3{padding:24px 10px;color:#fff;background:#010052;border-radius:24px 24px 0 0;}

.service_card .flex_card{flex-flow:row wrap;align-items:flex-start;gap:12px;padding: 10px 16px;text-align:left;}
.service_card .flex_card > div{flex: 1 0 40%;}
.service_card h4{margin-bottom:12px;padding:12px 0;text-align:center;background:#e9f8f9;border-radius:8px;overflow:hidden;}



/* =========================================
   조직도
========================================= */
.org_chart {width: 100%;max-width: 1400px;margin: 0 auto;padding: 80px 20px;box-sizing: border-box;}
.org_box {display: flex;align-items: center;justify-content: center;min-height: 60px;padding: 15px 25px;background: #fff;border: 1px solid #ddd;border-radius: 8px;box-sizing: border-box;text-align: center;}


/* =========================================
대표이사 / 전무
========================================= */
.org_top,
.org_executive {display: flex;justify-content: center;}
.org_ceo {width: 220px;min-height: 70px;background: #010052;border-color: #010052;color: #fff;font-size: 20px;font-weight: 700;}
.org_executive {position: relative;margin-top: 50px;}
.org_executive::before {content: "";position: absolute;width: 1px;height: 50px;left: 50%;bottom: 100%;background: #bbb;}
.org_executive .org_box {width: 220px;min-height: 65px;background: #f5f5f5;flex-direction: column;gap: 4px;}
.org_executive .org_box span {font-size: 18px;font-weight: 700;}
.org_executive .org_box small {font-size: 14px;color: #777;}


/* =========================================
사업부 영역
========================================= */
.org_departments {position: relative;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 40px;margin-top: 80px;}

/* 전무 → 사업부 가로 연결선 */
.org_departments::before {content: "";position: absolute;top: -40px;left: 15.666%;right: 15.666%;height: 1px;background: #bbb;}

/* 전무에서 아래로 내려오는 중앙선 */
.org_departments::after {content: "";position: absolute;top: -80px;left: 50%;width: 1px;height: 40px;background: #bbb;}


/* =========================================
각각의 사업부
========================================= */
.org_department {position: relative;padding-top: 0;}

/* 사업부 연결선 */
.org_department::before {content: "";position: absolute;top: -40px;left: 50%;width: 1px;height: 40px;background: #bbb;}
.org_department_title {min-height: 70px;background: #010052;border-color: #010052;color: #fff;font-size: 17px;font-weight: 700;}


/* =========================================
팀
========================================= */
.org_teams {position: relative;display: flex;flex-direction: column;gap: 15px;margin-top: 30px;}

/* 사업부 → 팀 연결선 */
.org_teams::before {content: "";position: absolute;top: -30px;left: 50%;width: 1px;height: 30px;background: #bbb;}
.org_teams .org_box {min-height: 55px;background: #fafafa;font-size: 15px;font-weight: 500;}


/* =========================================
팀이 여러 개인 경우 연결선
========================================= */
.org_teams .org_box {position: relative;}


/* =========================================
  Tablet
========================================= */

@media (max-width: 1024px) {
  .org_chart {padding: 60px 20px;}
  .org_departments {gap: 20px;}
  .org_department_title {font-size: 15px;padding: 15px;}
  .org_box {padding: 12px 15px;}
}


.tb_hint{display:none;}
.sub_tb_wr{margin-top:24px;width:100%;overflow-x:auto;overflow-y:hidden;}
.sub_tb{width:100%;min-width: 539px;border-collapse: collapse;text-align:center;font-size:15px;border-top:2px solid #010053;}
.sub_tb.sub_tb_left td{text-align:left;}
.sub_tb th,
.sub_tb td{padding:24px 16px;border:1px solid #dad8d8;}
.sub_tb th{background:#f3f3f3;}
.sub_tb .tb_bg_sky{background:#f5f9fb;}
.sub_tb .line_border{border-bottom:2px solid #b3b9c7;}
.sub_tb .dot_list, .sub_tb .dash_list, .sub_tb .han_list, .sub_tb .num_list{text-align:left;}
.tb_flex{display:flex;flex-flow:row nowrap;gap:8px;align-items:center}
.tb_flex svg{width:24px;}
.tb_flex svg+span{width:calc(100% - 40px);}



.grid_step{display:flex;flex-flow:column nowrap;gap:20px;width:100%;max-width:768px;margin:60px auto 0;}
.grid_step .grid_step_box{display:flex;flex-flow:row nowrap;gap:20px;}
.grid_step .step_img{display:flex;flex-flow:column nowrap;justify-content:flex-start;gap:40px;width:80px;padding-top: 20px;text-align:center;}
.grid_step .step_icon{width:80px;height:80px;padding:20px;background:#fff;border-radius:50%;box-shadow:4px 4px 6px rgba(0,0,0,0.08);}
.grid_step .step_icon img{width:100%;}
.grid_step .step_txt{flex: 1;display: flex;flex-flow: column nowrap;gap:10px;padding:30px 40px;font-size:16px;text-align:left;background:#fff;border: 1px solid #ddd;border-radius:20px;box-shadow:4px 4px 6px rgba(0,0,0,0.08);}
.grid_step .step_num{color:#ff9432;}
.grid_step .step_tit{font-size:28px;}
.grid_step .step_line{width:30px;height:3px;background:#ff9432;}
.grid_step .step_con{color:#777;}
.grid_step .step_tit_md{margin:12px 0 8px;}
.grid_step .step_tit_md span{display:inline-block;padding:4px 8px;background:#eee;}



.location_wr{display:flex;flex-flow:column nowrap;gap:40px;width:100%;margin:50px auto 0;}
.location_wr h2{padding-bottom:30px;font-size:clamp(26px,2.8vw,50px);text-align:center;}
/* .location_map{display:flex;flex-flow:row nowrap;align-items:center;gap:60px;} */
.location_map .location_left{position:relative;/*width:50%;*/margin-bottom:60px;}
.location_map .location_left .location_floating_info{display: flex;flex-flow: row nowrap;justify-content: center;gap: 20px;position: absolute;bottom: 0;left: 0;z-index: 2;width: 100%;padding: 20px 10px;font-size: 14px;color: #fff;background: #010053;}
.location_map .location_left .location_floating_info > div{display:flex;flex-flow:row nowrap;align-items:center;gap:10px;}
.location_map .location_right{display:flex;flex-flow:column nowrap;gap:4em;/*width:calc(50% - 60px);*/}
.location_map .location_right h3{display:flex;flex-flow:row nowrap;gap:10px;align-items: flex-start;font-size:clamp(20px,1.5vw,22px);line-height:1.6;}
.location_map .location_right h3 img{margin:6px 0 0;}
.location_map .location_icon{width:20px;object-fit: contain;}


.location_map .map_link{display: flex;gap:20px;}
.location_map .map_link a{display: inline-flex;align-items: center;gap:10px;font-weight: 700;font-size: 15px;border: 1px solid #ddd;padding: 0.7em 1.7em;border-radius: 10em;transition: 0.3s ease-in-out;}
.location_map .map_link a:hover{color:#fff;background:#373847;border-color:#373847;}

.location_info_wr{display:flex;flex-flow:row nowrap;gap:60px;}
.location_info{padding:2em 0;}
.location_info h3{margin-bottom:10px;}
.location_info p{display:flex;flex-flow:row nowrap;align-items: center;gap:20px;padding:6px 0;font-size:16px;}
.location_info p strong{font-size:20px;}
.location_info p .location_tt{font-weight:bold;}
.location_info small{font-size:14px;color:#777;}


.how_to_come{display:flex;flex-flow:column nowrap;gap:60px;padding:30px 0 0;border-top:2px solid #aaa;}
.how_to_come_box{display:flex;flex-flow:row nowrap;gap:16px;}
.how_to_come_box .how_to_come_box_detail{display:flex;flex-flow:column nowrap;gap:10px;font-size:14px;}
.how_to_come_box img{width: 28px;margin-top: 5px;}
.how_to_come_box p{font-size: 16px;font-weight: 500;}
.how_to_come_box .public_transport{display:flex;flex-flow:row nowrap;justify-content: flex-start;align-items: center;gap:10px;}
.how_to_come_box .public_transport_icon{padding:4px 20px;color:#fff;border-radius:8px;}
.how_to_come_box .public_transport_icon1{background:#00AFBD;}
.how_to_come_box .public_transport_icon2{background:#46AF1B;}
.how_to_come_box .public_transport_icon3{background:#263C96;}
.how_to_come_box .public_transport_icon4{background:#6175F5;}
.how_to_come_box .public_transport_icon5{background:#46AF1B;}
.how_to_come_box .public_transport span{padding:0 10px;}



@media all and (max-width:1260px){
  .location_map{gap:40px;}
  .location_map .location_right{width:cala(50% - 40px);}
  .location_map .map_link{gap:10px;}
  .location_map .map_link a{gap:6px;padding:0.7em 1em;}
  .location_info_wr{gap:20px;}
  .page_0203 .grid_needs{font-size:16px;gap:12px;}
}

@media all and (max-width:1024px){
  .sub_wrap{font-size:15px;}
  .sub_wrap > .center{gap:80px;}
  .greeting_txt p{font-size:17px;}
  .sub_wrap p{font-size:15px;}
  .sub_wrap .p_md{font-size:18px;}
  .sub_wrap .h3_md{font-size:18px;}
  .text_card h3{font-size:22px;}
  .text_card strong{font-size:18px;}
  .page_0202 .grid_card.grid_card3{grid-template-columns: repeat(2, minmax(0, 1fr));gap: 4px;}
  .page_0202 .text_card{justify-content:center;align-items:center;padding: 12px 8px;font-size: 14px;letter-spacing: -0.4px;border-radius:8px;}
  .page_0203 .grid_card.grid_card2.grid_card_problem{
    grid-template-areas:
          "div1"
          "div2"
          "div3"
          "div4"
          "div5";
    gap:12px;
    font-size:16px;
  }


  .page_0203 .grid_card.grid_card5{gap:32px;}
  .gallery_card{flex-direction:row;align-items:center;padding-bottom:32px;border-bottom:1px solid #ddd;}
  .gallery_card .gallery_img{width:200px;}
  .gallery_card .gallery_txt{flex-direction:row;align-items:center;width:calc(100% - 220px);padding:0;}
  .gallery_card h3{width:160px;font-size:18px;text-align:center;}
  .gallery_card .dot_list > li:last-child{margin-bottom:0;}

  .service_card > div:first-child:after{top:auto;bottom:-40px;right:50%;height: 40px;line-height: 40px;font-size: 30px;transform:translate(50%,0);}



}

@media all and (max-width:980px){
  .greeting_page .grid_card{flex-flow: column nowrap;gap: 36px;}
  .greeting_page .grid_card2 > div{width:100%;}
  .location_map{flex-direction: column;}
  .location_map .location_left iframe{height:260px;}
  .location_map .location_left .location_floating_info{flex-direction:column;position:relative;padding:40px 10px 0;color:#181818;background:transparent;}
  .location_map .location_left .location_floating_info .location_icon{width: 32px;padding:8px;background: #4869b0;border-radius: 50%;}
}


@media all and (max-width:768px){
  .sub_wrap{padding:60px 0;}
  .gallery_card{align-items: flex-start;}
  .gallery_card .gallery_txt{flex-direction:column;align-items: flex-start;}
  .gallery_card h3{width:100%;padding-left:8px;text-align:left;}

}
@media all and (max-width:767px){

  .org_chart {
      padding: 50px 15px;
  }


  .org_ceo,
  .org_executive .org_box {
      width: 180px;
  }


  .org_departments {
      grid-template-columns: 1fr;
      gap: 50px;
      /* margin-top: 70px; */
      margin-top: 50px;
  }


  /* PC용 가로 연결선 제거 */

  .org_departments::before {
      display: none;
  }


  /* 전무 → 첫 번째 사업부 연결 */

  .org_departments::after {
      top: -50px;
      height: 50px;
  }


  .org_department::before {
      top: -50px;
      height: 50px;
  }


  .org_department_title {
      min-height: 60px;
  }

  
  .location_wr{gap:0;}

  .product_intro h2{font-size:20px;width:140px;line-height:140px;}
  .product_intro p{font-size:18px;}
  .product_card div{width:100%;}
  .product_gall_wr{flex-wrap:wrap;}
  .product_gall{width:50%;padding:24px 10px;}
}

@media all and (max-width:540px){
  .tb_hint{display:flex;flex-flow:row nowrap;justify-content:center;align-items:center;gap:4px;padding:24px 0 8px;font-size:12px;color:#666;text-align:center;opacity: 0.7;}
  .sub_tb_wr{margin-top:0px;}
  .page_0202 .grid_card.grid_card3{grid-template-columns: repeat(1, minmax(0, 1fr));}

  .gallery_card{flex-direction:column;}
  .gallery_card .gallery_img{width:100%;}
  .gallery_card .gallery_txt{width:100%;}

  .service_card .flex_card > div{flex: 1 0 60%;}

  .grid_step .grid_step_box{gap:12px;}
  .grid_step .step_img{width:48px;}
  .grid_step .step_icon{width: 48px;height: 48px;padding: 8px;}
  .grid_step .step_txt{padding:20px;}
  .grid_step .step_content{font-size:14px;}
  .grid_step .step_tit{font-size:18px;}

}

@media all and (max-width:480px){
  .location_map .location_right{gap:2em;}
  .location_map .location_icon{width:16px;}
  .location_map .location_right h3{font-size:16px;}
  .location_map .map_link a{padding: 0.5em 0.8em;font-size:13px;font-weight:400;}

  .location_info{width:calc(50% - 10px);}
  .location_info p{gap:6px;font-size:13px;}
  .location_info p strong{font-size:15px;}
}

