/* footer.css 배포일:2025.08.28 11:04:31 */ 
/********* WIDTH값으로 분기 *********/
/* MOBILE VIEW */

/* footer */
#footer{border-top: 1px solid #E0E0E0; box-sizing: border-box; display: flex;  padding: 30px 0; text-align: center;background:#095B2A}
#footer .layout{display: flex; gap: 20px 0; flex-wrap: wrap; flex-direction: column; align-items: center;}
#footer .layout>div{display: flex; gap: 0 20px; align-items: center; flex-direction: column;}
#footer .footer_logo{width: 110px; margin: 0 0 20px 0;}
#footer b{font-weight: 700; font-size: 14px; color: #fff;}
#footer p{font-size: 14px; color: #919191; margin: 4px 0 0 0; letter-spacing: 0;}
#footer ul{display: flex; gap: 0 10px; align-items: center; justify-content: center;}
#footer ul li{width: 60px; height: 60px; display: flex; justify-content: center; align-items: center;}
#footer ul li a{font-size: 0; width: 60px; height: 60px; background: no-repeat center center; display: block;}
#footer ul .sns_youtube a{background-image:url(/upload/10031/doc/202508/7f87802a7bf34fe0bf5b3a69bf5773bb.png);background-size:45px auto}
#footer ul .sns_facebook a{background-image:url(/upload/10031/doc/202508/b340b50d9f8642c78c530831145f7195.png);background-size:59px auto}
#footer ul .sns_instargram a{background-image:url(/upload/10031/doc/202508/c379c97c38d7453c87723586e3e0192f.png);background-size:33px auto}


#footer ul li.nv_logo{width:100px;margin-right:20px;}
#footer ul li.nv_logo a{width:100%;background-image:url(/upload/10031/doc/202508/c4d26929f21a47f9bb7ee8deb5a8a701.png);background-size:contain;}

/* Tablets, Ipads */
@media all and (min-width:768px) {

}

/* PC (해상도 1024px 이상) */
@media all and (min-width:1024px) {
   #footer{display: block;height:160px;padding:60px 0 0;}
   #footer .layout{flex-direction:row; justify-content: space-between; }
   #footer .layout>div{flex-direction: row;gap:0 60px;} 
   #footer .footer_logo{margin: 0;}
   #footer b{display: block; text-align: left;font-size:16px;}
   #footer p{text-align: left;}
}


/********* 해상도로 분기 *********/
/* 기본 */
@media screen and (-webkit-device-pixel-ratio: 1){

}
/*  */
@media screen and (-webkit-device-pixel-ratio: 1.5){

}