/* ===================================================

   ¹ÝµðÀ¯Ä¡¿ø °øÅë ±âº» ½ºÅ¸ÀÏ (bandi-base.css)

   ---------------------------------------------------

   - Àü¿ªÀûÀ¸·Î Àû¿ëµÇ´Â ±âº»°ª ÀçÁ¤ÀÇ ¹× °³¼±

   - PC, Mobile °øÅë »ç¿ë

   =================================================== */




/* °øÅë ±Û²Ã ¹× ¹Ú½º ¸ðµ¨ */

html, body {

  font-family: "Noto Sans KR", "¸¼Àº °íµñ", sans-serif;

  box-sizing: border-box;

}

*, *::before, *::after {

  box-sizing: inherit;

}




/* ¸µÅ© ±âº» ½ºÅ¸ÀÏ */

a {

  color: #333;

  text-decoration: none;

}

a:hover, a:focus {

  text-decoration: underline;

}




/* ¹ÝÀÀÇü ±âº»: ÀÌ¹ÌÁö, ºñµð¿À */

img, video {

  max-width: 100%;

  height: auto;

  display: block;

}




/* Å×ÀÌºí ±âº»: Æø ÀÚµ¿ È®Àå ¹æÁö */

table {

  width: 100%;

  border-collapse: collapse;

}




/* ÆùÆ® »çÀÌÁî Á¶Á¤ (±âÁ¸º¸´Ù »ìÂ¦ Å°¿ò) */

body {

  font-size: 15px;

  line-height: 1.6;

  color: #333;

}




/* ÆäÀÌÁö ¿©¹é, °¡µ¶¼º Çâ»ó */

.content_box {

  padding: 20px;

}




/* ¹öÆ° ¹× ¸µÅ© ½Ã°¢ ÇÇµå¹é */

button, a {

  cursor: pointer;

}




/* Á¦¸ñ ÀÏ°ü¼º */

h1, h2, h3, h4, h5 {

  font-weight: 600;

  color: #222;

}




/* °øÅë ÇÏ´Ü ¿©¹é Á¤¸® */

.text_box {

  margin-bottom: 40px;

}




/* =========================

   [Footer Unify Patch &#8212; ¸ðµç ÆäÀÌÁö °øÅë]

   - ¸ÞÀÎ¿¡¼­µµ ¼­ºê¿Í µ¿ÀÏÇÏ°Ô º¸ÀÌµµ·Ï °­Á¦ Á¤·Ä

   - PC/¸ð¹ÙÀÏ ¸ðµÎ Ä¿¹ö

   ========================= */




/* °øÅë(PC+¸ð¹ÙÀÏ): ·Î°í/ÅØ½ºÆ® Áß¾Ó Á¤·Ä & float Á¦°Å */

#footer_text { 

  width: 100% !important;

  box-sizing: border-box;

}

#footer_text .logo,

#footer_text .text,

#footer_text .menu {

  float: none !important;

  text-align: center !important;

}




/* ·Î°í: Áß¾Ó ¹èÄ¡ */

#footer_text .logo img {

  display: inline-block !important;

}




/* ¸ÞÀÎ CSS(main.css)¿¡¼­ ÁÂ¿ì Á¤·Ä/¿©¹éÀ» ÁÖ´Â ±ÔÄ¢ÀÌ ÀÖ´Ù¸é ¹«È¿È­ */

#footer_text .text p { 

  margin: 4px 0 !important;

}




/* ¸ð¹ÙÀÏ: ¼­ºê¿Í µ¿ÀÏÇÑ ´Ü¼øÈ­ */

@media (max-width: 768px){

  #footer_text{

    padding:14px 10px 12px !important;

    background:#fff !important;

  }

  #footer_text .menu{ display:none !important; }

  #footer_text .text p{

    margin:4px 0 !important;

    font-size:15px !important;

    line-height:1.4 !important;

  }

  #footer_text .logo{

    display:block !important;

    margin:10px auto 6px !important;

  }

  #footer_text .logo img{

    max-width:120px !important;

    height:auto !important;

  }

}




/* =========================

   [¸ÞÀÎ ÆäÀÌÁö ÇªÅÍ ÅëÀÏ ÆÐÄ¡]

   - ¸ÞÀÎÀÇ .footer_box ±¸Á¶¸¦ ¼­ºê ÇªÅÍ¿Í µ¿ÀÏÇÏ°Ô ¸¸µê

   ========================= */

#footer_text, 

#footer_text .footer_box {

  width: 100% !important;

  box-sizing: border-box !important;

  text-align: center !important;

  margin: 0 auto !important;

  float: none !important;

  background: #fff !important;

  padding: 20px 0 !important;

}




#footer_text .footer_box .logo {

  display: block !important;

  margin: 0 auto 10px !important;

}




#footer_text .footer_box .logo img {

  display: inline-block !important;

  max-width: 140px !important;

  height: auto !important;

}




#footer_text .footer_box .menu {

  display: flex !important;

  justify-content: center !important;

  gap: 12px !important;

  margin-bottom: 6px !important;

}




#footer_text .footer_box .menu li {

  list-style: none !important;

}




#footer_text .footer_box .menu a {

  text-decoration: none !important;

  color: #555 !important;

  font-size: 14px !important;

}




#footer_text .footer_box .text p {

  margin: 4px 0 !important;

  font-size: 14px !important;

  color: #555 !important;

  line-height: 1.5 !important;

}




/* ¸ð¹ÙÀÏ¿¡¼­´Â ´õ °£°áÇÏ°Ô */

@media (max-width: 768px) {

  #footer_text .footer_box {

    padding: 16px 10px !important;

  }

  #footer_text .footer_box .menu {

    flex-direction: column !important;

    gap: 6px !important;

  }

  #footer_text .footer_box .menu a {

    font-size: 15px !important;

  }

}

/* =========================

   ÇªÅÍ ÅØ½ºÆ® Áß¾Ó Á¤·Ä º¸Á¤

   ========================= */

#footer_text .footer_box .text {

  text-align: center !important;

}




#footer_text .footer_box .text p {

  display: inline-block !important;

  text-align: center !important;

  margin: 4px 0 !important;

  line-height: 1.5 !important;

  font-size: 14px !important;

  color: #555 !important;

}

/* ÇªÅÍ ÅØ½ºÆ® ÁÙ¹Ù²Þ/³ÑÄ§ ¹æÁö */

#footer_text .footer_box .text {

  text-align: center !important;

}




#footer_text .footer_box .text p {

  display: block !important;            /* ÇÑ ÁÙ ¹Ú½º°¡ ¾Æ´Ñ ºí·ÏÀ¸·Î */

  margin: 4px auto !important;

  max-width: 92%;                        /* ³Ê¹« ³Ð¾îÁöÁö ¾Ê°Ô */

  line-height: 1.6 !important;




  white-space: normal !important;        /* ÁÙ¹Ù²Þ Çã¿ë */

  word-break: keep-all !important;       /* ÇÑ±¹¾î ´Ü¾î ´ÜÀ§·Î °³Çà */

  overflow-wrap: break-word !important;  /* ±ä URL/¿¬¼Ó¹®ÀÚ °­Á¦ °³Çà */

}




/* =========================

   ÇªÅÍ Áß¾Ó Á¤·Ä ¿ÏÀü °íÁ¤

   ========================= */

#footer_text .footer_box {

  text-align: center !important;

}




#footer_text .footer_box .menu {

  display: flex !important;

  justify-content: center !important;   /* °¡·Î °¡¿îµ¥ Á¤·Ä */

  flex-wrap: wrap !important;           /* ÁÙ¹Ù²Þ Çã¿ë */

  gap: 10px !important;

  margin-bottom: 10px !important;

}




#footer_text .footer_box .menu li {

  list-style: none !important;

}




#footer_text .footer_box .menu a {

  text-decoration: none !important;

  color: #555 !important;

  font-size: 14px !important;

}




/* ÁÖ¼Ò/ÀüÈ­/Ä«ÇÇ ¹®±¸ °¡¿îµ¥ + ÁÙ¹Ù²Þ Á¤»óÈ­ */

#footer_text .footer_box .text {

  text-align: center !important;

}




#footer_text .footer_box .text p {

  display: block !important;

  margin: 4px auto !important;

  max-width: 92%;

  line-height: 1.6 !important;

  white-space: normal !important;

  word-break: keep-all !important;

  overflow-wrap: break-word !important;

}




/* =========================

   ÇªÅÍ text ¿µ¿ª ¼û±è

   ========================= */

#footer_text .footer_box .text {

  display: none !important;

}




/* ===== PC ·¹ÀÌ¾Æ¿ô ¾ÈÀüÆÐÄ¡ (768px ÃÊ°ú) ===== */

@media (min-width: 769px) {

  /* ÄÁÅ×ÀÌ³Ê Æø/ÆÐµùÀ» ·¹°Å½Ã(=1000px, padding 0)·Î °íÁ¤ */

  #sub_content .content_box,

  .content_box {

    width: 1000px !important;

    padding: 0 !important;

    margin: 0 auto;

    box-sizing: content-box; /* È¤½Ã Àü¿ª border-box ¿µÇâ Â÷´Ü */

  }




  /* LNB(¿ÞÂÊ) &#8211; ·¹°Å½Ã °¡·ÎÇÕ°è º¸Àå */

  .content_box .lnb5,

  .lnb5 {

    width: 200px !important;

    margin-right: 40px !important; /* 20À¸·Î ÁÙÀÌ¸é ¸Â´Â ÀÌÀ¯°¡ ÀÌ ÇÕ°è ¶§¹® */

    float: left !important;

    box-sizing: content-box;        /* º¸´õ/ÆÐµù Æ÷ÇÔ ¾È ÇÏ°Ô */

    margin-top: 0 !important;       /* À§·Î ¶³¾îÁö´Â Çö»ó ¹æÁö */

  }




  /* º»¹®(.right) &#8211; ·¹°Å½Ã Æø À¯Áö */

  .content_box .right,

  .right {

    width: 760px !important;

    float: left !important;

    box-sizing: content-box;

    margin-top: 0 !important;

  }




  /* È¤½Ã clearfix »ç¶óÁ® ÀÖÀ¸¸é º¸°­ */

  .content_box::after {

    content: "";

    display: table;

    clear: both;

  }

}

/* PC¿¡¼­ LNB(.left) ÆøÀÌ ÆÐµù Æ÷ÇÔ 200ÀÌ µÇµµ·Ï */

@media (min-width:769px){

  .content_box .lnb5 .left{

    width:200px !important;

    box-sizing:border-box !important; /* ÆÐµù Æ÷ÇÔ 200 */

  }

}

/* === PC °øÅë: ¸ðµç ¼­ºêÆäÀÌÁö LNB(.lnb, .lnb2, ¡¦ .lnb6) ÇÑ ¹ø¿¡ Àû¿ë === */

@media (min-width: 769px) {

  /* ¿ÞÂÊ LNB Æø: ÆÐµù Æ÷ÇÔ 200px·Î °íÁ¤ (ÆÐµù ¶§¹®¿¡ 240 º¸ÀÌ´ø ¹®Á¦ ÇØ°á) */

  .content_box [class^="lnb"] .left{

    width: 200px !important;

    box-sizing: border-box !important;

    float: left !important;

    /* ±âÁ¸ µðÀÚÀÎ °ª À¯Áö°¡ ÇÊ¿äÇÏ¸é ¾Æ·¡ µÎ ÁÙ À¯Áö/Á¶Á¤ */

    /* padding: 35px 20px 0 20px;          /* ÆäÀÌÁö¸¶´Ù ÀÌ¹Ì Á¤ÀÇµÅ ÀÖÀ¸¸é »ý·« °¡´É */

    margin-right: 40px !important;       /* ¿À¸¥ÂÊ ¿©¹é °íÁ¤ */

  }




  /* ¿ìÃø º»¹® ÄÃ·³ */

  .content_box [class^="lnb"] .right{

    width: 760px !important;

    float: left !important;

  }




  /* float Á¤¸®(È¤½Ã ºÎ¸ð clearfix°¡ ¾ø´Ù¸é) */

  .content_box::after{

    content: "";

    display: block;

    clear: both;

  }

}




/* PC¿¡¼­ .subbtn ¾È ÀÌ¹ÌÁö¸¸ ·¹°Å½Ã ¹æ½ÄÀ¸·Î ¿øº¹ */

@media (min-width:769px){

  .right .text_box .subbtn img{

    display:inline-block !important;   /* ºí·Ï ¡æ ÀÎ¶óÀÎºí·Ï */

    max-width:none !important;         /* 100% ÇØÁ¦ */

    height:auto !important;

    vertical-align:middle;

  }

  /* ¹öÆ° »çÀÌ ºÐ¸®ÀÚµµ ÇÑ ÁÙ·Î */

  .right .text_box .subbtn img[src$="split.gif"]{

    display:inline-block !important;

    max-width:none !important;

    width:auto !important;

    height:auto !important;

    margin:0 0px !important;

  }

  /* PC ¼³¸íÀÌ¹ÌÁö´Â º¸ÀÌ°Ô */

  .pc-only-desc{ display:block !important; }

}