/* BASIC css start */
/* ÇªÅÍ ÄÁÅ×ÀÌ³Ê */
#footer{ border-top: 1px solid #e5e5e5; }
#footer .footer_inner{padding-top: 48px; margin-bottom: 56px;}

#footer .logo { margin-bottom: 40px; max-width: 120px;}
#footer .logo img { width: 100%;}

/* ÄÜÅÙÃ÷ ¿µ¿ª */
#footer .content { display: flex; justify-content: space-between; align-items: flex-start; }


/* ¸µÅ© ¸Þ´º */
#footer .menu { display: flex; align-items: center; gap: 24px; margin-bottom: 25px;}
#footer .menu li a {font-weight: 600; font-size: 15px; color: #000; }

/* È¸»ç Á¤º¸ */
#footer .company p:not(:last-of-type){margin-bottom: 8px;}
#footer .company p {  font-weight: 400; font-size: 12px; line-height: 16px; color: #8f8f8f; }
#footer .company .bar { display: inline-block; width: 1px; height: 10px; background: #e5e5e5; margin: 0 8px; vertical-align: middle; }

/* ¿ìÃø Á¤º¸ */
#footer .content > .right { display: flex; gap: 72px; }

/* °í°´¼¾ÅÍ */
#footer .cs { width: 184px; }
#footer .cs .phone { font-family: var(--mont); font-weight: 700; font-size: 22px; color: #000; margin-bottom: 12px;}
#footer .cs .hours li {  font-weight: 400; font-size: 12px; line-height: 16px; color: #8f8f8f; }
#footer .cs .hours li:not(:last-of-type){margin-bottom: 6px;}
/* ¾Û ´Ù¿î·Îµå */
#footer .cs .app {margin-top: 75px; }
#footer .cs .app li {width: 104px; display: flex; align-items: center; justify-content: center; height: 24px; border: 1px solid #e5e5e5; margin-bottom: 8px;}
#footer .cs .app li img { height: 16px; opacity: 0.5;}
#footer .cs .app li:last-of-type img{filter: brightness(0.5);}

/* ÀºÇà ¹× SNS */

/* °èÁÂ Á¤º¸ */
#footer .bank {margin-bottom: 40px;}
#footer .bank li {font-weight: 400; font-size: 16px; color: #555; }
#footer .bank li:not(:last-of-type){margin-bottom: 8px;}

/* SNS */
#footer .sns li{margin-right: 4px; display: inline-block;}
#footer .sns li a { width: 24px; display: block; }
#footer .sns li img { width: 100%;}

/* Å¸ÀÌÆ² °ø¿ë */
#footer .sns .tit,
#footer .bank .tit { font-family: var(--mont); font-weight: 600; font-size: 22px; color: #000; margin-bottom: 12px;}

/* ÇÏ´Ü ¹è³Ê */
#footer .footer_bottom{background: #fafafa; padding: 32px 0;}
#footer .footer_bottom .w1400{display: flex; justify-content: space-between; align-items: flex-start; }
#footer .footer_bottom .left p {font-weight: 400; font-size: 12px; line-height: 16px; color: #8f8f8f; width: 685px; }
#footer .footer_bottom .left p:first-of-type{margin-bottom: 6px;}
#footer .footer_bottom .right img{max-width: 210px;}


/* °øÅë a ¹öÆ° */
#footer p a { color: #8f8f8f; text-decoration: underline; cursor: pointer;}
/* BASIC css end */

