/* BASIC css start */
/* »ó´Ü ¼­ºê ¸Þ´º */    
.submenu-bar { width:100%; margin: 0 auto; height: 42px; display: flex; align-items: center; justify-content: flex-end; }
.submenu-list { display: flex; align-items: center; gap: 30px; list-style: none; margin: 0 24px 0 0; padding: 0; }
.submenu-item { display: flex; align-items: center; }
.submenu-item a { display: flex; align-items: center; gap: 6px; font-size: 16px; font-weight: 500; color: #333; white-space: nowrap; text-decoration: none; }
.submenu-item a:hover { color: #105fde; }
.submenu-dot { width: 4px; height: 4px; border-radius: 50%; background: #105fde; flex-shrink: 0; }
.submenu-btn { flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; height: 30px; padding: 0 20px; background: #3C97FF; 
               color: #fff; font-size: 13px; font-weight: 600; border-radius: 4px; text-decoration: none; white-space: nowrap; }
.submenu-btn:hover { background: #0c4bb3; }

#comWrap .loc-navi { padding:10px; border-top: 1px solid #ccc; font-size: 13px; color: #555;}
#comWrap .page-body { width: 790px; padding-left: 20px; }

  #sc-wrap * { box-sizing: border-box; }
  #sc-wrap { display: flex; width: 790px; flex-direction: column; align-items: flex-start; gap: 30px; }
  /* ---------- »ó´Ü ¹è³Ê ---------- */
  #sc-wrap .sc-hero { position: relative; width: 100%; overflow: hidden; background: #f4f2ee; }
  #sc-wrap .sc-hero img { display: block; width: 100%; height: auto; }

  /* ---------- 3´Ü Ä«µå ¼½¼Ç ---------- */
  #sc-wrap .sc-cards { display: flex; align-items: center; gap: 20px; align-self: stretch; }
  #sc-wrap .sc-card01 {display: flex; border-radius: 16px; border: 1px solid #BFCDDB; padding: 16px 0; flex-direction: column; 
    align-items: center; gap: 20px; flex: 1 0 0; align-self: stretch; text-align: center;} 
  #sc-wrap .sc-card02 {display: flex; border-radius: 16px; border: 1px solid #C2D0B5; padding: 16px 0; flex-direction: column; 
    align-items: center; gap: 20px; flex: 1 0 0; align-self: stretch; text-align: center;} 
  #sc-wrap .sc-card03 {display: flex; border-radius: 16px; border: 1px solid #E6D2B8; padding: 16px 0; flex-direction: column; 
    align-items: center; gap: 20px; flex: 1 0 0; align-self: stretch; text-align: center;} 

  #sc-wrap .sc-card:last-child { border-right: none; }
  #sc-wrap .sc-icon-circle { border-radius: 50%; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
  #sc-wrap .sc-icon-circle.navy   { background: #1f3a5c; }
  #sc-wrap .sc-icon-circle.green  { background: #5c7a4f; }
  #sc-wrap .sc-icon-circle.gold   { background: #b8863f; }

  #sc-wrap .sc-card01 h3 { font-size: 20px; font-weight: 500; color: #1c2b40; margin: 0;}
  #sc-wrap .sc-card01 p { font-size: 15px; line-height: 1.5; color: #555; margin: 0; }
  #sc-wrap .sc-card02 h3 { font-size: 20px; font-weight: 500; color: #75876B; margin: 0;}
  #sc-wrap .sc-card02 p { font-size: 15px; line-height: 1.5; color: #555; margin: 0; }
  #sc-wrap .sc-card03 h3 { font-size: 20px; font-weight: 500; color: #9B815D; margin: 0;}
  #sc-wrap .sc-card03 p { font-size: 15px; line-height: 1.5; color: #555; margin: 0; }

  /* ---------- ½Å·Ú ¾à¼Ó ¼½¼Ç ---------- */
  #sc-wrap .sc-promise { padding: 30px 0 0 0; border-radius: 16px; border: 1px solid #C4CCE4; }
  #sc-wrap .sc-promise h2 { text-align: center; font-size: 20px; font-weight: 500; color: #062EC5; margin: 0 0 40px; }
  #sc-wrap .sc-promise-grid { display: table; width: 100%; table-layout: fixed; padding-bottom: 30px; }
  #sc-wrap .sc-promise-item { display: table-cell; vertical-align: top; text-align: center; padding: 0 14px; }
  #sc-wrap .sc-promise-item p { font-size: 15px; line-height: 1.3; color: #555; margin: 0; padding-top: 10px; }

  /* ---------- ÇÏ´Ü Ä«ÇÇ ¼½¼Ç ---------- */
  #sc-wrap .sc-quote { background: #F7F9FD; text-align: center; padding: 30px 20px; border-radius: 0 0 16px 16px;}
  #sc-wrap .sc-quote p.sc-main-quote { font-size: 20px; font-weight: 500; color: #062EC5; margin: 0 0 10px; }
  #sc-wrap .sc-quote p.sc-sub-quote { font-size: 15px; color: #333; margin: 0; }
/* BASIC css end */

