@charset "utf-8";

/* ===== MAIN PAGE ===== */
.page_main { padding-top: 0px; }
br.onlyMo{
    display: none
}

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 720px;
  background-image: url("../img/main/hero.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  
}

.hero_inner {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
 text-align: center;
}

.hero_title {
  margin: 0 auto;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.0;
  text-shadow: 0 6px 22px rgba(0,0,0,0.35);
}
.hero_inner span{
    font-size: 52px;
    font-weight: 300;
}
.hero_desc {
  margin: 16px 0 0;
  font-size: 28px;
    font-weight: 200;
  color: rgba(255,255,255,0.78);
}

/* ===== STATS (독립 섹션) ===== */
.stats {
  position: relative;
  background-image: url("../img/main/stats_bg.jpg");
    padding: 12px 0;
}

.stats::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 100%;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.stats_inner {
    width:100%;
  position: relative;
  display: grid;
     grid-auto-flow: column;
  align-items: center;
  min-height: 92px;
}
.stat_item_box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
}
.stat_item {
  padding: 20px 18px;
  text-align: center;
  color: #fff;
  
}

.stat_item_first {
  border-left: none;
  text-align: left;
}

.stat_label_k { 
    font-size: 32px; 
    font-weight: 500; 
}
.stat_label_e { 
    margin-top: 4px; 
    font-size: 22px; 
    font-weight: 200; 
    letter-spacing: 0.02em;
}

.stat_sub { font-size: 24px; color: rgba(255,255,255,0.70); }
.stat_value { margin-top: 4px; font-size: 46px; font-weight: 700; }
.stat_unit { font-size: 32px; font-weight: 500; margin-left: 2px; }

/* ===== PERFORMANCE ===== */
.perf {
   background-image: url("../img/main/Rectangle.jpg");
    background-position: center;
  padding: 120px 0 150px;
  position: relative;
}

.perf_inner { position: relative; }

.perf_head { }
.perf_kicker { font-size: 24px; 
    color: rgba(17,17,17,0.45); 
    letter-spacing: 0.02em;
}

.perf_title { 
    padding:8px 0 0; 
    font-size: 60px; 
    font-weight: 700; 
}
.perf_title span{
    font-weight: 400;
    font-size:50px
}
.perf_desc { margin: 10px 0 0; 
    color: rgba(17,17,17,0.55); 
    font-size: 24px;
}

.perf_nav {
  margin-top: 18px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.perf_arrow {
  padding: 8px;
  border: 1px solid #DBDBDB;
  background-color: transparent;
  font-weight: 900;
  color: rgba(17,17,17,0.70);
}
.perf_arrow img{
    width: 24px;
    height: 24px
}
.perf_cards {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 18px;
}

.perf_card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 10px 26px rgba(0,0,0,0.06);
}
.perf_card:nth-child(4){
    display: none;
    visibility: hidden
}
.perf_card:nth-child(5){
     display: none;
    visibility: hidden
}
.perf_card_top {
  
}

.perf_icon {
  width: 40px;
  height: 40px;
    margin-bottom: 30px;
  display: grid;
  place-items: center;
}
.perf_icon img { width: 32px; height: 32px;}

.perf_card_title { 
    margin: 0; 
    font-size: 32px; 
    font-weight: 700; 
}
.perf_card_sub {
    font-size: 26px; 
    letter-spacing: -0.02em;
}

.perf_metric {
  margin-top: 40px;
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  color: #fff;
}

.perf_metric_value { 
    display: block; 
    font-size: 46px; 
    font-weight: 700; 
}
.perf_metric_label { 
    display: block; 
    margin-top: 6px; 
    font-size: 24px; 
    letter-spacing: 0.02em;
}

.perf_metric_blue { background: #3b47b8; }
.perf_metric_green { background: #2c6f3a; }
.perf_metric_cyan { background: #2aa6c7; }
.perf_metric_indigo { background: #2C3C66; }
.perf_metric_skyblue { background: #437ADA; }

/* ===== MID BANNER ===== */
.mid_banner {
  position: relative;
  padding: 76px 0;
  background-image: url("../img/main/mdi_bg.jpg"); 
  background-size: cover;
  background-position: center;
  color: #fff;
}

.mid_inner {
  position: relative;
  text-align: center;
}

.mid_badge {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  display: grid;
  place-items: center;
}
.mid_badge img { width: 38px; height: 38px; }

.mid_title {
  margin: 0;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.02em;
    color: #BBC1FF
}
.mid_title span{
    color: #fff;
    font-size: 40px;
    font-weight: 400
}
.mid_desc {
  margin: 12px 0 0;
  font-size: 24px;
  color: rgba(255,255,255,0.82);
  line-height: 1.4;
}

/* ===== PARTNER ===== */
.partner {
  padding: 120px 0 150px;
  background-image: url("../img/main/partner_bg.jpg");  
  background-size: cover;
  background-position: center;
}

.partner_head {
    text-align: center; 
    max-width: 760px; 
    margin: 0 auto; 
}
.partner_kicker {
    font-size: 24px; 
    color: #939393; 
    letter-spacing: 0.08em; 
}
.partner_title {
    margin: 10px 0 0; 
    font-size: 60px; 
    font-weight: 700; 
    color: #2A3064
}
.partner_desc { 
    margin: 12px 0 0; 
    color: #464646; 
    font-size: 24px; 
    line-height: 1.4; 
}
.partner_desc span{
    font-weight: 500
}
.partner_grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-gap: 24px;
  align-items: center;
}

.partner_logo {
  height: 70px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  display: grid;
  place-items: center;
  padding: 4px 10px;
}
.partner_logo img {
  max-height: 44px;
  width: auto;
  object-fit: contain;
}

/* ===== CONTACT CTA ===== */
.contact_cta {
  background: #0b0b0c;
  color: #fff;
  padding: 120px 0;
}

.contact_cta_inner {
  display: grid;
  grid-template-columns: 1fr 52%;
  grid-gap: 42px;
  align-items: start;
}

.contact_title {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.contact_title_accent { color: #2aa6c7; }

.contact_desc {
  margin: 14px 0 0;
  color:#fff;
    font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
}

.contact_info { 
    margin-top: 5rem; 
    display: grid; 
    grid-gap: 28px; 
}

.info_row { 
    display: grid; 
    grid-template-columns: 56px 1fr; 
    grid-gap: 20px; 
    align-items: start; 
}

.info_icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #30A4C7;
  display: grid;
  place-items: center;
}
.info_icon img { width: 22px; height: 22px; object-fit: contain; }

.info_label { font-size: 18px; font-weight: 500; color: rgba(255,255,255,0.82); }
.info_value { margin-top: 4px; font-size: 16px; color: rgba(255,255,255,0.62); line-height: 1.3; }

/* right form */
.contact_form {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 22px;
}

.field { margin-bottom: 14px; }
.field_label { display: block; font-size: 20px; font-weight: 400; margin-bottom: 8px; color:#fff; }

.field_input,
.field_textarea {
  width: 100%;
  border: 1px solid #474747;
  background: #262626;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  font-size: 18px;
  outline: none;
}

.field_textarea { height: 150px; resize: none; }

.field_input::placeholder,
.field_textarea::placeholder { color: #808080; }

.field_count {
  margin-top: 8px;
  text-align: right;
  font-size: 14px;
  color:#808080;
}

.contact_submit {
  width: 100%;
  padding: 20px 0;
  font-size:24px;
  border-radius: 10px;
  background: #2aa6c7;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    br.onlyPC {
    display: none;
}
  .hero_title { 
      font-size: 50px; 
      line-height: 1.2
    }
    .hero_inner span{
        font-size: 44px
    }
    .hero_desc{
        font-size: 24px
    }
   .stat_label_k{
        font-size: 28px
    }
    .stat_label_e{
        font-size: 18px
    }
    .stat_sub{
        font-size: 18px
    }
    .stat_value{
        font-size: 32px
    }
    .stat_unit{
        font-size: 24px;
    }
    .perf_kicker, .perf_desc{
        font-size: 20px
    }
    .perf_title{
        font-size: 50px
    }
    .perf_title span{
        font-size: 40px
    }
  .perf_cards { grid-template-columns: repeat(2, minmax(0, 1fr))}
    .perf_card:nth-child(3){
        display: none;
        visibility: hidden
    } 
    .perf_card_title{
        font-size: 24px
    }
    .perf_card_sub{
        font-size: 20px
    }
    .perf_metric_value{
        font-size: 36px
    }
    .perf_metric_label{
        font-size: 20px;
    }
    .mid_title{
        font-size: 40px
    }
    .mid_title span{
        font-size: 32px
    }
    .mid_desc{
        font-size: 20px
    }
    .partner_kicker, .partner_desc{
        font-size: 20px
    }
    .partner_title{
        font-size: 50px
    }
  .partner_grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .contact_cta_inner { grid-template-columns: 1fr 45%; }
    .contact_title{
        font-size: 50px
    }
    .contact_desc{
        font-size: 20px
    }
    .contact_desc > br{display: none}
    .field_label{
        font-size: 18px
    }
    .contact_submit{
        font-size: 20px
    }
    .field_input, .field_textarea{
        font-size: 16px
    }
}

@media (max-width: 768px) {
    br.onlyMo{
        display: block
    }
  .hero {
      min-height: 600px;
    }
  .hero_inner {
      min-height: 600px;
    }
  .hero_title {
      font-size: 36px;
    }
    .hero_inner span{
        font-size: 30px
    }
  .hero_desc {
      font-size: 18px;
    }
 .stats_inner{
   grid-auto-flow: dense;     
    } 
    .stat_label_k{
        font-size: 24px
    }
    .stat_label_e{
        font-size: 16px
    }
  .stat_item { 
      border-left: none; 
      border-top: 1px solid rgba(255,255,255,0.08); 
      padding: 16px 10px
    }
  .stat_item_first {
      grid-column: 1 / -1; 
      border-top: none;
      text-align: center;
    }
    .stat_sub{
        font-size: 16px;
    }
    .stat_value{
        font-size: 28px
    }
    .stat_unit{
        font-size: 20px;
    }
  .perf {
      padding: 64px 0 70px;
    }
    .perf_kicker, .perf_desc{
        font-size: 16px
    }
  .perf_title {
      font-size: 36px;
      line-height: 1.3
    }
    .perf_title span{
        font-size: 30px
    }
        .perf_cards {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .perf_card:nth-child(2){
        display: none;
        visibility: hidden
    }
    .perf_card_title{
        font-size: 20px
    }
    .perf_icon{
        margin-bottom: 16px
    }
    .perf_metric{
        margin-top: 20px;
        padding: 20px 16px
    }
    .perf_card_sub, .perf_metric_label{
        font-size: 16px
    }
    .perf_metric_value{
        font-size: 30px
    }
    .mid_title{
        font-size: 30px;
        line-height: 1.3
    }
    .mid_title span{
        font-size: 24px
    }
    .mid_desc{
        font-size: 16px
    }
  .partner { padding: 64px 0 70px; }
    .partner_kicker, .partner_desc{
        font-size: 16px
    }
  .partner_title {
      font-size: 36px
    }
  .partner_grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .contact_cta { padding: 64px 0 70px; }
  .contact_cta_inner { grid-template-columns: 1fr; }
    .contact_title{
        font-size: 36px;
        line-height: 1.3
    }
    .contact_desc{
        font-size: 16px
    }
    .contact_info{
        margin-top: 3rem
    }
  .contact_form { padding: 18px; }
}
/*----------==========sub css==========----------*/
/* =========================================================
  ABOUT (COMMON)
========================================================= */
.page_about { padding-top: 0px; }

.about_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0px 24px 0;
}

.about_breadcrumb { padding: 70px 0 0; }
.breadcrumb_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.45);
}
.breadcrumb_home { font-size: 12px; opacity: 0.7; }
.breadcrumb_sep { opacity: 0.6; }
.breadcrumb_current { color: rgba(17, 17, 17, 0.55); }

.about_title {
  margin: 40px 0 40px;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
}

.about_tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 2px solid rgba(47,63,143,0.75);
  border-bottom: 1px solid rgba(0,0,0,0.10);
  background: #fff;
}

.about_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  font-size: 20px;
  font-weight: 300;
  color: #898989;
  text-decoration: none; 
}
.about_tab:last-child { border-right: 0; }

.about_tab.is_active {
  background: #2f3f8f;
  color: #fff;
    font-weight: 600
}

.about_keep_word {
  word-break: keep-all;
  line-break: strict;
}

/* =========================================================
  ABOUT 01 (CEO)
========================================================= */
.about_hero {
  position: relative;
 background-image: url("../img/about/about_ceo_visual.jpg");  
  background-size: cover;
  background-position: center;
}

.about_hero_text {
  color: #fff;
    min-height: 240px;
    padding: 60px 0px 40px 60px;
    
}
.about_hero_big {
  display: block;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.about_hero_sub {
  margin: 4px 0 0;
  font-size: 30px;
  font-weight: 400;
}
.about_hero_sub span{
    font-weight: 600
}
.about_section_head {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.about_section_label {
  font-size: 20px;
  font-weight: 600;
  color: rgba(47,63,143,0.9);
}
.about_section_line {
  flex: 1;
  height: 1px;
  background: rgba(0,0,0,0.16);
}

.about_section_title {
  margin: 40px 0 60px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: rgba(17,17,17,0.88);
}
.about_section_title span{
    font-weight: 600
}
.about_message_box {
  background: #F1F1F1;
  padding: 40px 60px;
  margin: 0 0 110px;
}
.about_message_p {
  margin: 0;
  font-size: 20px;
  line-height: 1.7;
  color: #5B5B5B;
}
.about_signature {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  gap: 12px;
}
.about_signature_role {
  font-size: 20px;
  color: rgba(17,17,17,0.58);
}
.about_signature_name {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #000;
}

/* =========================================================
  ABOUT 02 (WHY)
========================================================= */
.why_hero {
  padding: 80px 0 60px;
  text-align: center;
}
.why_big, .what_big, .how_big {
  margin: 0;
  font-size: 50px;
    font-weight: 600;
}
.why_blue, .what_blue, .hou_blue{ color: #2aa4c7; }
.why_sub, .what_sub, .how_sub {
  margin: 16px 0 24px;
  font-size: 30px;
  font-weight: 400;
  color: #000;
}
.why_sub span , .what_sub span, .how_sub span{
    font-weight: 600
}
.why_desc p, .what_desc, .how_desc {
  margin: 6px 0;
  font-size: 20px;
  line-height: 1.5;
  color:#333333;
}

.why_value_area {
  background: #e9eef6;
  padding: 80px 0 150px;
}
.why_value_head { margin-bottom: 28px; }
.why_value_title {
  margin: 0;
  font-size: 40px;
    line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000;
}
.why_value_caption {
  margin: 10px 0 0;
  font-size: 24px;
}

.why_cards {
    margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.why_card {
  position: relative;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 20px 30px;
  min-height: 390px;
    display: grid;
    height: 100%;
}
.why_card_no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid #3A45AB;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 400;
  color: #3A45AB;
}
.why_card_title {
  margin: 20px 0 0;
  font-size: 24px;
  font-weight: 600;
    line-height: 1.7;
  letter-spacing: -0.02em;
}
.why_card_en {
  font-size: 16px;
  color: #848484;
    letter-spacing: 0.02em;
}
.why_card_desc {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(17,17,17,0.62);
}
.why_card_icon {
      width: 100%;
    height: max-content;
    display: flex;
    justify-content: flex-end;
}
.why_card_icon img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}

/* =========================================================
  ABOUT 03 (WHAT)
========================================================= */
.what_head {
  padding: 64px 0 34px;
  text-align: center;
}
.what_list { padding: 18px 0 110px; }

.what_item {
  display: grid;
  grid-template-columns: 420px 1fr;
  grid-gap: 40px;
  align-items: center;
  margin-top: 26px;
}
.what_item + .what_item {
    margin-top: 80px
}
.what_item:first-child { margin-top: 0; }

.what_item.is_reverse {
  grid-template-columns: 1fr 420px;
}
.what_item.is_reverse .what_media { order: 2; }
.what_item.is_reverse .what_card { order: 1; }

.what_media img {
  height: 100%;
  display: block;
}
.m_img{
    display: none
}
.what_card {
  background: #fff;
}

.what_card_top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.what_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
    width: 70px;
  height: 70px;
  padding: 0 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.what_badge img{
    width: 38px;
    height: 38px
}
.what_badge_turquoise { background: #30A4C7; }
.what_badge_navy { background: #3A45AB; }
.what_badge_green { background: #306E41; }
.what_badge_dark { background: #2C3C66; }
.what_badge_blue { background: #437ADA; }

.what_icon_turquoise { color: #30A4C7; }
.what_icon_navy { color: #3A45AB; }
.what_icon_green { color: #306E41; }
.what_icon_dark { color: #2C3C66; }
.what_icon_blue { color: #437ADA; }

.what_title {
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.what_small {
  margin: 10px 0 10px;
  font-size: 24px;
}
.what_paragraph {
  margin: 0 0 14px;
  font-size: 20px;
  line-height: 1.5;
  color: #5B5B5B;
}

.what_points {
  margin: 0;
  padding: 0;
  list-style: none;
}
.what_points li {
  padding: 20px;
  background: #F8F9FA;
  font-size: 20px;
  position: relative;
}
.what_points li + li{
    margin-top: 16px
}
.what_points li img{
    display:inline-block;
    margin-right: 8px
}


/* =========================================================
  ABOUT 04 (HOW)
========================================================= */
.how_head {
  padding: 64px 0 18px;
  text-align: center;
}

.how_grid_wrap {
  position: relative;
  padding: 26px 0 60px;
}
.how_mid_title {
  margin: 12px 0 4px;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.how_mid_sub {
  margin: 0 0 70px;
  text-align: center;
  font-size: 20px;
  color: rgba(17,17,17,0.55);
}

.how_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
    position: relative;
}

.how_card {
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  min-height: 220px;
}
.how_card_text { 
    padding: 18px 18px 12px;
    min-height: 160px
}
.how_card_title {
  margin: 0 0 8px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.how_card_desc {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(17,17,17,0.60);
}
.how_card_img img { width: 100%; display: block; }

.how_center_badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.how_center_circle {
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: #fff;
  border: 6px solid #3A45AB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.12);
}
.how_center_icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 8px;
}
.how_center_title {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.how_center_sub {
  margin: 6px 0 0;
  font-size: 20px;
  line-height: 1.35;
  color: rgba(17,17,17,0.55);
}

.how_banner {
  margin: 10px 0 150px;
  border-radius: 14px;
  overflow: hidden;
  background: url("../img/about/how_banner.jpg") center/cover no-repeat;
}
.how_banner_inner {
  padding: 44px 60px;
  background: rgba(0,0,0,0.35);
}
.how_banner_title {
  margin: 0 0 10px;
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.how_banner_desc {
  margin: 20px 0 0;
  max-width: 720px;
  font-size: 24px;
  line-height: 1.5;
word-break: keep-all;
  color: #fff;
}

/* =========================================================
  ABOUT - RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .about_title { font-size: 40px; }

  .about_hero_text { padding: 60px 40px }
  .about_hero_big { font-size: 36px; }

   
  .why_cards { grid-template-columns: repeat(2, 1fr); }

  .what_item { grid-template-columns: 360px 1fr; }
  .what_item.is_reverse { grid-template-columns: 1fr 360px; }
    .what_media img{
        width: 100%;
        max-width: none
    }
    .what_badge{
        width: 60px;
        height: 60px
    }
    .what_title{
        font-size: 30px;
        line-height: 1.3
    }
    .what_small{
        font-size: 20px
    }
    .what_paragraph, .what_points li{
        font-size: 18px
    }
    .what_points li{
        padding: 16px;
    }
    .how_card_title, .how_center_title{
        font-size: 26px
    }
    .how_card_desc, .how_center_sub{
        font-size: 18px
    }
    .how_center_circle{
        width: 250px;
        height: 250px
    }
    how_banner_title{
        font-size: 42px
    }
    .how_banner_desc{
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .about_breadcrumb{
        padding: 50px 0 0;
    }
  .about_container { padding: 0 18px; }

  .about_title { font-size: 30px; margin-top: 26px; }

  .about_tabs { grid-template-columns: repeat(4, 1fr); }
  .about_tab { height: 50px; font-size: 16px; }

  .about_hero_text { padding: 60px 20px; }
  .about_hero_big { font-size: 34px; }
  .about_hero_sub { font-size: 20px; }
    .about_section_title {
        margin: 30px 0 40px;
        font-size: 26px;
        line-height:1.4
    }
    .about_message_p{
        font-size: 18px;
        line-height: 1.5
    }
  .about_message_box { padding: 20px 18px; }
    .about_signature_name{
        font-size: 24px
    }
    .about_signature_role{
        font-size: 16px
    }
     .why_big, .what_big, .how_big{
         font-size: 40px
    }
    .why_sub, .what_sub, .how_sub{
        font-size: 24px;
        
    }
    .why_desc p, .what_desc, .how_desc{
        font-size: 16px
    }
    .why_value_title{
        font-size: 30px
    }
    .why_value_caption{
        font-size: 20px;
        margin: 0
    }
    .why_card{
    min-height: 360px;
        padding: 20px;
    }
    .why_card_title{
        margin:12px 0 0;
        line-height: 1.3
    }
    .why_card_desc{
        line-height: 1.5;
        margin-top: 12px
    }
  .why_cards { grid-template-columns: 1fr; }
    .what_item{
        grid-gap: 20px
    }
  .what_item,
  .what_item.is_reverse {
    grid-template-columns: 1fr;
  }
  .what_item.is_reverse .what_media { order: 1; }
  .what_item.is_reverse .what_card { order: 2; }
    .m_img{
       display: block
    }
    .pc_img{
        display: none
    }
    .how_mid_title{
        font-size: 24px
    }
    .how_mid_sub{
        font-size: 16px;
        margin: 0 0 40px
    }
  .how_grid { grid-template-columns: 1fr; }
    .how_card_text{
        min-height: initial;
        padding: 30px 20px
    }
  .how_center_badge {
    position: static;
    transform: none;
    display: flex;
    justify-content: center;
  }
    .how_center_circle{
        width: 100%;
        border-radius: 20px;
        height: auto;
        padding: 16px;
        border: 3px solid #3A45AB;
    }
  .how_banner_inner { padding: 32px 22px; }
  .how_banner_title { font-size: 30px; }
}

@media (max-width: 480px) {
    .about_title { font-size: 26px; margin-top: 26px; }
  .about_tab { font-size: 13px; }
  .about_hero_big { font-size: 30px; }
    .about_hero_sub { font-size: 16px; }
    .about_section_title {
        font-size: 24px
    }
    .about_message_p{
        font-size: 16px
    }
    .why_big, .what_big, .how_big{
        line-height: 1.15
    }
    .what_badge{
        width: 46px;
        height: 46px;
        padding: 0 8px
    }
    .what_title{
        font-size: 24px
    }
    .what_small{
        font-size: 18px
    }
    .what_paragraph, .what_points li{
        font-size: 16px
    }
  .what_card { padding: 0px; }
    .what_item{
        grid-gap: 20px
    }
    .how_card_text{
        padding: 20px 12px
    }
    .how_card_title, .how_center_title{
        font-size: 22px
    }
    .how_card_desc, .how_center_sub{
        font-size: 16px
    }
    .how_banner_title{
        font-size: 28px
    }
    .how_banner_desc{
        font-size: 16px
    }
}

/* =========================================================
  PORTFOLIO
========================================================= */
.page_portfolio { padding-top: 0px; }

.portfolio_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* breadcrumb */
.portfolio_breadcrumb { padding: 70px 0 0; }
.breadcrumb_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 8px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.45);
}
.breadcrumb_home { font-size: 12px; opacity: 0.7; }
.breadcrumb_sep { opacity: 0.6; }
.breadcrumb_current { color: rgba(17, 17, 17, 0.55); }


/* head */
.portfolio_head { margin-top: 10px; }
.portfolio_title {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.portfolio_divider {
  margin: 18px 0 0;
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.16);
}

/* intro */
.portfolio_intro {
  margin-top: 18px;
  display: flow;
  justify-items: flex-end;
  width: 100%
}
.portfolio_intro_p {
  margin: 0;
  width: 58%;
  font-size: 20px;
  line-height: 1.6;
}
.portfolio_intro_p + .portfolio_intro_p { margin-top: 10px; }

/* visual */
.portfolio_visual { margin-top: 26px; }
.portfolio_visual img {
  width: 100%;
  display: block;
  border-radius: 2px;
}

/* timeline layout */
.timeline {
  position: relative;
  margin-top: 0;
  border-top: 1px solid rgba(0,0,0,0.10);
  display: grid;
  grid-template-columns: 320px 1fr;
}

/* vertical line */
.timeline_line {
  position: absolute;
  left: 38px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0,0,0,0.10);
}

/* row */
.timeline_item {
  display: contents;
}

/* year column */
.timeline_year {
  position: relative;
  padding: 34px 24px 34px 0;
  border-right: 1px solid rgba(0,0,0,0.10);
  min-height: 118px;
}

.timeline_year_text {
  display: block;
  padding-left: 80px;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #646464;
}
.timeline_year_text span{
    color: #3A45AB
}
.timeline_dot {
  position: absolute;
  left: 35px;
  top: 58px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2f3f8f;
}

/* list column */
.timeline_body {
  padding: 34px 0 100px 34px;
}

.timeline_list {
  margin: 0;
  padding-left: 18px;
  font-size: 20px;
  line-height: 1.7;
  color: rgba(17,17,17,0.68);
}

.timeline_list li { margin: 6px 0; }

/* =========================================================
  PORTFOLIO - RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .portfolio_title { 
      font-size: 40px; 
    }
  .portfolio_intro { 
      justify-content: flex-start; 
    }
  .portfolio_intro_p { 
      width: 66%; ;
    font-size: 18px;
      line-height: 1.5
    }

  .timeline { grid-template-columns: 260px 1fr; }
    .timeline_list{
        font-size: 18px
    }
  .timeline_year_text { font-size: 50px; padding-left: 80px; }
}

@media (max-width: 768px) {
  .portfolio_container { 
      padding: 0 18px; 
    }
  .portfolio_wrap { 
      padding-top: 34px;
    padding-bottom: 100px}

  .portfolio_title { font-size: 30px; }
    .portfolio_intro_p{
        width: 100%;
        font-size: 16px
    }
  .timeline {
    grid-template-columns: 1fr;
    border-top: 1px solid rgba(0,0,0,0.10);
  }

  .timeline_line { display: none; }

  .timeline_year {
    border-right: 0;
    padding: 26px 0 10px;
    min-height: auto;
  }

  .timeline_dot { display: none; }

  .timeline_year_text {
    padding-left: 0;
    font-size: 42px;
  }

  .timeline_body {
    padding: 0 0 26px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }

  .timeline_list { font-size: 16px; }
}
@media (max-width: 480px) {
      .portfolio_title { font-size: 26px; }
}

/* =========================================================
  SERVICE COMMON
========================================================= */
.svc_page { 
    width: 100%; 
    max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* top title area */
.svc_top {
  position: relative;
  padding: 44px 0 0;
  overflow: hidden;
}
.svc_top_glow {
  position: absolute;
  left: 140px;
  top: 34px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(100, 140, 255, 0.25);
  filter: blur(28px);
  pointer-events: none;
}
.svc_top_glow.is_green { background: rgba(120, 210, 170, 0.22); }
.svc_top_glow.is_purple { background: rgba(175, 130, 255, 0.22); }
.svc_top_glow.is_blue { background: rgba(110, 180, 255, 0.20); }
.svc_top_glow.is_violet { background: rgba(150, 120, 240, 0.22); }

.svc_top_title {
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.svc_top_desc {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  max-width: 720px;
}
.svc_top_watermark {
  position: absolute;
  right: -10px;
  top: 40px;
  font-size: 110px;
  font-weight: 900;
  letter-spacing: 0.06em;
  color: rgba(0, 0, 0, 0.05);
  user-select: none;
  pointer-events: none;
}

/* banner image */
.svc_banner {
  margin-top: 18px;
  height: 180px;
  overflow: hidden;
  border-radius: 0;
}
.svc_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* tabs */
.svc_tab_wrap {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.svc_tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 56px;
}
.svc_tab_item {
  width: 160px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #7a7a7a;
  border-left: 1px solid #efefef;
}
.svc_tab_item:last-child { border-right: 1px solid #efefef; }
.svc_tab_item.is_active {
  background: #2f3d86;
  color: #fff;
  font-weight: 700;
}

/* intro */
.svc_intro { padding: 54px 0 0; }
.svc_intro_grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 56px;
  align-items: center;
}
.svc_intro_img {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0,0,0,0.08);
}
.svc_intro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.svc_intro_title {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.svc_intro_text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.9;
  color: #555;
  max-width: 620px;
}

/* feature cards (2 or 3) */
.svc_feature { margin-top: 36px; }
.svc_feature_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.svc_feature_card {
  border-radius: 14px;
  background: #fff;
  border: 2px solid #3a86c6;
  padding: 16px 16px;
}
.svc_feature_card.is_grad_1 { border-color: #2f88d0; }
.svc_feature_card.is_grad_2 { border-color: #5f63d6; }
.svc_feature_card.is_grad_3 { border-color: #8f54d6; }

.svc_feature_title {
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 10px;
}
.svc_check_list { display: grid; gap: 8px; }
.svc_check_item {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 13px;
  color: #4e4e4e;
  line-height: 1.6;
}
.svc_check_dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-top: 2px;
  background: rgba(47, 61, 134, 0.10);
  position: relative;
}
.svc_check_dot:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #2f3d86;
  border-bottom: 2px solid #2f3d86;
  transform: rotate(40deg);
}

/* service area */
.svc_area { margin-top: 54px; }
.svc_area_title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.svc_area_desc {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  line-height: 1.7;
}
.svc_area_grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 44px;
  align-items: center;
}
.svc_area_img {
  border-radius: 14px;
  overflow: hidden;
}
.svc_area_img img { width: 100%; height: 100%; object-fit: cover; }

.svc_area_list {
  display: grid;
  gap: 0;
}
.svc_area_row {
  padding: 14px 0;
  border-bottom: 1px solid #e7e7e7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.svc_area_row:last-child { border-bottom: 0; }
.svc_area_item_title {
  font-size: 13px;
  font-weight: 800;
  color: #1c2a6d;
}
.svc_area_item_desc {
  margin-top: 6px;
  font-size: 12px;
  color: #6a6a6a;
  line-height: 1.7;
}

/* value */
.svc_value { margin-top: 54px; }
.svc_value_head {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.svc_value_sub {
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}
.svc_value_grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.svc_value_card {
  border-radius: 14px;
  padding: 18px 14px;
  color: #fff;
  min-height: 110px;
  display: grid;
  gap: 8px;
  align-content: start;
}
.svc_value_card.is_navy { background: #0b2a57; }
.svc_value_card.is_blue { background: #2f6bd9; }
.svc_value_card.is_cyan { background: #19a7d1; }
.svc_value_card.is_purple { background: #2f3d86; }
.svc_value_title { font-size: 14px; font-weight: 900; }
.svc_value_desc { font-size: 12px; line-height: 1.6; opacity: 0.95; }

/* projects */
.svc_projects { margin-top: 56px; }
.svc_projects_head {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.svc_projects_sub {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  color: #6b6b6b;
}
.svc_projects_grid {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.svc_project_card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #ececec;
  padding: 18px 16px;
  min-height: 88px;
}
.svc_project_title {
  font-size: 13px;
  font-weight: 800;
  color: #1b1b1b;
}
.svc_project_meta {
  margin-top: 8px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: #e9e9e9;
}

/* =========================================================
  RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .svc_top_title { font-size: 32px; }
  .svc_top_watermark { font-size: 92px; }
  .svc_tab_item { width: 140px; }
  .svc_intro_grid { grid-template-columns: 320px 1fr; gap: 36px; }
  .svc_feature_grid { grid-template-columns: repeat(2, 1fr); }
  .svc_area_grid { grid-template-columns: 360px 1fr; gap: 28px; }
  .svc_value_grid { grid-template-columns: repeat(2, 1fr); }
  .svc_projects_grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .svc_top { padding-top: 36px; }
  .svc_top_title { font-size: 28px; }
  .svc_top_watermark { display: none; }
  .svc_banner { height: 150px; }

  .svc_tab { justify-content: flex-start; overflow-x: auto; }
  .svc_tab_item { width: 132px; flex: 0 0 auto; }

  .svc_intro { padding-top: 42px; }
  .svc_intro_grid { grid-template-columns: 1fr; gap: 20px; }
  .svc_intro_img { max-width: 420px; }

  .svc_area_grid { grid-template-columns: 1fr; }
  .svc_area_row { grid-template-columns: 1fr; gap: 8px; }

  .svc_projects_grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .svc_top_title { font-size: 24px; }
  .svc_top_desc { font-size: 13px; }
  .svc_feature_grid { grid-template-columns: 1fr; }
}


/* =========================================================
  CAREER (COMMON) - 3 pages
========================================================= */
.page_career { } 

.career_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* breadcrumb */
.career_breadcrumb { padding: 70px 0 0; }
.breadcrumb_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 8px;
  font-size: 13px;
  color: rgba(17, 17, 17, 0.45);
}
.breadcrumb_sep { opacity: 0.6; }
.breadcrumb_current { color: rgba(17, 17, 17, 0.55); }

/* hero */
.career_hero { padding: 18px 0 0; }
.career_hero_box {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid rgba(0,0,0,0.05);
    background-image: url('../img/career/career_top_01.jpg');
background-position: center;
background-size: cover;
    
}
.career_hero_img {
  width: 100%;
  display: block;
}
.career_hero_text {
  text-align: center;
  color: #fff;
  padding: 60px 18px;
}
.career_hero_title {
  margin: 0;
  font-size: 50px;
  font-weight: 600;
}
.career_hero_sub {
  margin: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.career_hero_desc {
  margin-top: 20px;
  font-size: 20px;
    font-weight: 300;
  color: #fff;
}

/* tabs */
.career_tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}
.career_tab {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  color: #898989;
  border-top: 4px solid transparent;
  background: #fff;
}
.career_tab.is_active {
  background: #2f3f8f;
  color: #fff;
  border-top-color: #2f3f8f;
    font-weight: 600
}

/* section */
.career_section { 
    padding: 60px 0 90px;
}
.career_section_head { text-align: center; margin-bottom: 34px; }
.career_section_title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.career_section_desc {
  margin: 6px 0 0;
  font-size: 20px;
}

.career_section_light { padding-bottom: 0 !important }

/* =========================================================
  CAREER - JOBS
========================================================= */
.job_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 22px;
}

.job_card {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 8px;
  background: #fff;
  padding: 22px 22px 18px;
    display: grid;
    justify-items: stretch;
    align-items: stretch;
}

.job_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 10px;
}
.job_title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.job_badge {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  color: rgba(17,17,17,0.70);
  background: #fff;
  white-space: nowrap;
}

.job_meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px;
  font-size: 16px;
}
.job_meta_item { 
    display: inline-flex; 
    align-items: center; 
    grid-gap: 6px; 
}

.job_copy {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #52596A;
  min-height: 42px;
}

.job_stack { margin-top: 14px; }
.job_stack_title {
  font-size: 16px;
  font-weight: 600;
  color: #52596A;
  margin-bottom: 8px;
}

.job_tags { 
    display: flex; 
    flex-wrap: wrap; 
    grid-gap: 8px; }
.job_tag {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  color: rgba(17,17,17,0.60);
  background: #fff;
}

.job_btn {
  margin-top: 18px;
  height: 44px;
  border-radius: 6px;
  background: #37a5c4;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job_btn:hover { filter: brightness(0.97); }

.job_btn_disabled {
  background: #d9d9d9;
  color: rgba(255,255,255,0.85);
  cursor: default;
}

.job_card_wide { grid-column: 1 / span 1; } /* 시안처럼 마지막 1개는 왼쪽에 남게 */

/* =========================================================
  CAREER - CULTURE
========================================================= */
.culture_talent { 
    padding: 6px 0 10px; 
    display: grid;
    grid-template-columns: 40% 60%;

}
.culture_title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.culture_checks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: start;
}
.culture_check {
  display: flex;
  grid-gap: 14px;
  align-items: flex-start;
}
.culture_check_icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.culture_check_icon img{
    width: 100%
}
.culture_check_text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(17,17,17,0.78);
}
.culture_check_text span{
    font-weight: 600
}
.culture_center_title { 
    text-align: center; 
    margin-bottom: 30px; 
}
.culture_kicker {
  font-size: 50px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.10);
  display: grid;
    justify-content: end;
    align-items: end;
    justify-items: end;
    margin-top: 60px;
    line-height: 0.7;
}
.career_ct{
    background: #F8F8F8;
}
.culture_section_title {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.value_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
    margin-top: 30px
}
.value_card { 
    padding: 10px 8px; 
}
.value_icon img{
    width: 50px
}

.value_title {
  margin: 12px 0 0;
  font-size: 24px;
  font-weight: 600;
}
.value_desc {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(17,17,17,0.60);
}

.org_grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 34px;
  align-items: center;
  padding: 48px 0;
}
.org_title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.org_desc {
  margin: 12px 0 0;
  font-size: 20px;
  line-height: 1.6;
  color: rgba(17,17,17,0.60);
}

.org_stats {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 18px 34px;
}
.org_stat_value { 
    font-size: 50px; 
    font-weight: 900; 
    letter-spacing: -0.02em;
}
.org_stat_value span{
    font-weight: 700;
    font-size: 36px
}
.org_stat_label { 
    margin-top: 6px; 
    font-size: 20px; 
    color: rgba(17,17,17,0.55); 
}
.org_right{
    height: 100%;
    background-image: url(../img/career/culture_building.jpg);
    background-position: center;
    background-repeat: no-repeat;
        background-size: cover;
}

/* =========================================================
  CAREER - BENEFITS
========================================================= */
.benefit_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 22px;
}

.benefit_card {
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 6px;
  background: #fff;
  padding: 22px;
  min-height: 178px;
}

.benefit_icon { font-size: 28px; opacity: 0.75; }
.benefit_title {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}
.benefit_list {
  margin: 12px 0 0;
  padding-left: 16px;
  color: rgba(17,17,17,0.62);
  font-size: 13px;
  line-height: 1.75;
}

.benefit_cta {
  position: relative;
  margin-top: 34px;
  border-radius: 14px;
  overflow: hidden;
  background-image: url("../img/career/career_bm_01.jpg");
  background-size: cover;
  background-position: center;
  min-height: 190px;
}
.benefit_cta_overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
}
.benefit_cta_inner {
  position: relative;
  padding: 44px 28px;
  text-align: center;
  color: #fff;
}
.benefit_cta_title {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}
.benefit_cta_desc {
  margin: 10px 0 0;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
}

.benefit_cta_btn {
  margin: 18px auto 0;
  width: 260px;
  height: 52px;
  border-radius: 999px;
  background: #2f3f8f;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit_cta_btn:hover { filter: brightness(0.96); }

/* =========================================================
  CAREER - RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
    .career_section{
        padding: 80px 0 100px
    }
    .job_title{
        font-size: 20px
    }
    .job_copy{
        font-size: 15px
    }
  .career_hero_title { font-size: 38px; }
  .career_hero_sub { font-size: 22px; }

  .value_grid { grid-template-columns: 1fr 1fr; }

  .org_stats { grid-template-columns: 1fr 1fr; }

  .benefit_grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .career_container { padding: 0 18px; }

  .career_hero_title { 
      font-size: 30px; 
      line-height: 1.3
    }
  .career_hero_sub {
      font-size: 20px; 
      margin-top: 16px
    }
    .career_hero_desc{
        font-size: 16px
    }

  .career_tab { height: 50px; font-size: 16px; }

  .career_section { padding: 44px 0 70px; }
    .career_section_title, .culture_section_title, .org_title{
        font-size: 26px
    }
    .career_section_desc{
        font-size: 18px
    }
  .job_grid { grid-template-columns: 1fr; }
  .job_card_wide { grid-column: auto; }
    .culture_talent{
        grid-template-columns: 1fr; 
        grid-gap: 20px; 
    }
    .culture_title{
        font-size: 26px
    }
    .culture_check_text{
        font-size: 20px
    }
  .culture_checks { 
      grid-template-columns: 1fr 1fr; 
      grid-gap: 18px; 
    }
  .culture_kicker { font-size: 34px; }

  .value_grid { grid-template-columns: 1fr 1fr; }
    .value_title{
        font-size: 20px
    }
    .value_desc{
        font-size: 16px
    }
    .value_icon img{
        width: 40px
    }
    .org_desc{
        font-size: 16px;
        line-height: 1.5
    }
  .org_grid { grid-template-columns: 1fr; }
    .org_right{
        width: 100%;
    height: 240px;
    }
    .org_stat_value{
        font-size: 40px
    }
    .org_stat_value span{
        font-size: 30px
    }
    .org_stat_label{
        font-size: 16px;
        margin-top: 0
    }
  .benefit_grid { grid-template-columns: 1fr; }

  .benefit_cta_inner { padding: 36px 18px; }
  .benefit_cta_btn { width: 220px; height: 50px; }
}
@media (max-width: 480px){
    .career_section_title{
        font-size: 24px
    }
    .career_section_desc{
        font-size: 16px
    }
    .job_badge{
        font-size: 12px;
        padding: 4px 8px
    }
    .job_tags{
        grid-gap: 4px
    }
    .job_tag{
        padding: 4px 8px
    }
    .culture_kicker{
        font-size: 30px
    }
    .culture_title{
        font-size: 24px
    }
    .culture_check_text{
        font-size: 16px
    }
    .career_section_title, .culture_section_title, .org_title{
        font-size: 24px
    }
    .culture_checks {
        grid-template-columns: 1fr;}
    .culture_check_text > br{
        display: none
    }
        .value_grid {
            grid-template-columns: 1fr }
}
/* =========================================================
  CONTACT (1920 안에서 콘텐츠 1280)
========================================================= */
.page_contact { 

}

/* 1280 컨테이너 */
.contact_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

/* breadcrumb */
.contact_breadcrumb { 
    padding: 5rem 0 0; 
}
.breadcrumb_row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #848484;
}
.breadcrumb_home { 
}
.breadcrumb_sep { 
    opacity: 0.6; 
}
.breadcrumb_current {}

/* wrap */
.contact_wrap {
  padding: 54px 0 120px;
}

/* head */
.contact_head { 
    margin-top: 10px; 
}
.contact_title {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.contact_subtitle {
  margin: 14px 0 0;
  font-size: 24px;
}

/* visual */
.contact_visual {
  position: relative;
  margin: 4rem auto 3rem;
background-image: url('../img/contact/contact_bg_01.jpg');
background-position: center;
background-size: cover;
}
.contact_visual img {
  width: 100%;
  border-radius: 2px;
}
.contact_visual_text {
  text-align: center;
  padding: 60px 18px;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.25;
}

/* desc */
.contact_desc {
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.7;
    text-align: center;
  color: #5B5B5B;
}

/* divider */
.contact_divider {
  margin: 3rem auto 0;
  border: 0;
  border-top: 2px solid #3A45AB;
}

/* form */
.contact_form {
  margin: 3.25rem auto 0;
  text-align: left;
}

.form_grid_2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 26px;
  row-gap: 22px;
}

.form_field { 
    margin-top: 22px; 
}
.form_grid_2 .form_field {
    margin-top: 0; 
}

.form_label {
  display: block;
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 600;
  color: #3A404B;
}

.form_input,
.form_textarea {
  width: 100%;
  border: 1px #D6D6D6;
  background: #F4F4F4;
  border-radius: 10px;
  padding: 28px 20px;
  font-size: 20px;
  outline: none;
}

.form_input::placeholder,
.form_textarea::placeholder {
  color: #808080;
}

.form_input:focus,
.form_textarea:focus {
  border-color: rgba(47, 78, 162, 0.55);
  background: #fff;
}

.form_textarea {
  height: 220px;
  resize: none;
  padding-top: 18px;
}

/* submit */
.form_submit {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.form_button {
  width: 408px;
  padding: 20px 0;
  border-radius: 10px;
  background: #2aa6c7;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

/* hover */
.form_button:hover { filter: brightness(0.96); }

/* =========================================================
  RESPONSIVE
========================================================= */
@media (max-width: 1024px) {
  .contact_wrap { 
      padding: 46px 0 110px; 
    }
  .contact_title { 
      font-size: 36px;
    }
    .contact_subtitle{
        margin: 0.5rem 0 0;
    }
  .contact_visual { 
      max-width: 100%; 
    }
  .contact_visual_text { 
      font-size: 28px; 
    }
    .contact_desc{
        line-height: 1.5
    }
  .contact_form { 
      max-width: 100%; 
    }
  .contact_divider { 
      max-width: 100%; 
    }
    .form_label{
        font-size: 20px;
    }
    .form_input, .form_textarea{
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .contact_breadcrumb{
        padding-top: 2rem
       
    }
  .contact_container { 
      padding: 0 18px; 
    }
  .contact_wrap { 
      padding: 38px 0 90px; 
    }

  .contact_title { 
      font-size: 28px; 
    }
  .contact_subtitle { 
      font-size: 16px; 
    }

  .contact_visual { 
      margin: 2rem auto 1.8rem; 
    }
  .contact_visual_text {
      font-size: 24px;
    }
    .contact_desc{
        font-size: 16px
    }
  .form_grid_2 { grid-template-columns: 1fr; row-gap: 18px; }
  .form_field { margin-top: 18px; }
    .form_input, .form_textarea{
        padding: 20px 16px
    }
  .form_textarea { height: 200px; }
  .form_button { width: 60%;  }
    .sub_form{
        padding: 18px 0px
    }
}