/* BASIC css start */
/*260119_ÇÏ´Ü¹Ù¼¼·Î±æÀÌ¼öÁ¤Àü
.bottom_stick{height:55px; background: #AAAAAA;text-align: center;}
*/
.bottom_stick{height:2px; background: #f2f2f2;text-align: center;}
.bottom_stick a{font-family: 'Noto Sans KR', sans-serif !important;font-style: normal;font-weight: normal;font-size: 16px;line-height: 55px;text-align: center;color: #FFFFFF;}

/* ÇÏ´Ü */
#footer {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 44px 60px 101px 176px;
  background-color: #fff;
}
.footer_right{
  position: absolute;
  top: 30px;      /* ±âÁ¸ 44px -> 30px : Ã¤ÆÃ¹®ÀÇ+¾Æ·¡¿µ¿ª ÀüÃ¼ À§·Î ÀÌµ¿ */
  right: 176px;
}
ul li{display: inline-block;}

.footer_left .ftop_nav{margin-bottom: 50px;}
.footer_left .ftop_nav li {margin-right: 35px;}
.footer_left .ftop_nav li a{/*font-style: italic;*/font-family: 'Noto Sans KR', sans-serif !important;font-weight: bold;font-size: 20px;line-height: 20px;color: #0F0F12;}
.footer_left .infoBx{margin-bottom: 35px;}
.footer_left .infoBx li{margin-right: 25px;}
.footer_left .infoBx li a{font-family: 'Noto Sans KR', sans-serif !important;font-style: normal;font-weight: normal;font-size: 15px;line-height: 15px;color: #0F0F12;}
.footer_left .company_info{margin-bottom:25px ;}
.footer_left .company_info li{position:relative; margin-right:20px; font-style: normal;font-weight: normal;font-size: 15px;line-height: 15px;color: #787878;}
.footer_left .company_info li::after{position:absolute;right:-12px; top: 2px; content:"";width:1px;height:10px;background: rgba(139, 136, 136, 0.2);}
.footer_left .company_info li:nth-child(4)::after,.footer_left .company_info li:nth-child(9)::after{display:none;}
.footer_left .company_info li:first-child{margin-bottom:10px ;}
.footer_left .fooer_b p{font-family: 'Noto Sans KR', sans-serif !important;font-style: normal;font-weight: normal;font-size: 13px;line-height: 13px;color: #787878;}
.footer_left .fooer_b p:first-child{margin-bottom: 12px;}
.footer_left .company_info li:last-child a{color:#454545;font-family: 'Noto Sans KR', sans-serif !important;font-size: 15px;line-height:15px;}

/* ¿ìÃø CS */
.footer_right .cs_center{position: relative;}
.footer_right .cs_center h5{
  margin-bottom: 16px;
  font-family: Roboto;
  /*font-style: italic;*/
  font-family: 'Noto Sans KR', sans-serif !important;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #0F0F12;
}
.footer_right .cs_center .cs_info{
  margin-bottom: 25px;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #0F0F12;
}
.footer_right .cs_center .cs_info li{display: block; margin-bottom:8px ;}

/* Ã¤ÆÃ ¹®ÀÇ ¹öÆ°: ÀüÈ­¹øÈ£ ¾Æ·¡ ¹èÄ¡ */
.footer_right .cs_center .chat_inquiry_btn{
  position: static;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  margin: -2px 0 12px;   /* ±âÁ¸ 6px -> 0px (´õ À§·Î) */
  background: #000;
  color: #fff;
  font-family: 'Noto Sans KR', sans-serif !important;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  white-space: nowrap;
}
.footer_right .cs_center .chat_inquiry_btn:hover{background:#3a3f45;}

/* ¾ÆÀÌÄÜ */
.footer_right .cs_center .chat_inquiry_btn .chat_icon{
  width:16px;
  height:16px;
  display:inline-block;
  flex:0 0 16px;
  background:url("https://akiiikr.img6.kr/img/snsico.png") no-repeat center center;
  background-size:contain;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.footer_right .cs_center .chat_inquiry_btn .chat_icon::after{content:none;}

/*ÁÖ¼®¿øº».footer_right .cs_center .btn a{display: inline-block;width: 38px;height: 38px;margin-right: 15px;line-height:38px; border-radius: 100%;text-align: center;background-color:#0f0f12;} */
.footer_right .cs_center .btn a{display: inline-block;width: 38px;height: 38px;margin-right: 8px;line-height:38px; border-radius: 100%;text-align: center;background-color:#0f0f12;}
.footer_right .cs_center .btn a:last-child{margin-right: 0;}

@media (max-width: 1700px) { 
  .footer_left{width:70%}
  .footer_left .company_info li:last-child {margin-top:12px;}
}
/* BASIC css end */

