/* BASIC css start */
/* ÇÏ´Ü */
#footer { 
    margin-top:200px;
    padding: 70px 0 72px;
    position: relative;
    width: 100%;
    background: #F6F6F6;}
#footer .footerArea { display:flex; margin:0 auto; position:relative; width:1420px; justify-content:space-between }
#footer .footerArea .logoBox { max-width:195px; box-sizing:border-box }
#footer .footerArea .logoBox .flogo a { display:block }
#footer .footerArea .logoBox .flogo a img { width:100% }
#footer .footerArea .logoBox .fSnsArea { padding-top:25px }
#footer .footerArea .logoBox .fSnsArea ul { display:flex }
#footer .footerArea .logoBox .fSnsArea ul li { padding-right:14px }
#footer .footerArea .logoBox .fSnsArea ul li img { max-width:25px; vertical-align:top }
#footer .footerArea .infoBox {
    width: 1420px;
    box-sizing: content-box;
    display: flex
;
    justify-content: space-between; }
#footer .footerArea .infoBox .left{}
#footer .footerArea .infoBox .right{}
#footer .footerArea .infoBox .right .Brandlogo{}
#footer .footerArea .infoBox .right .Brandlogo a{}
#footer .footerArea .infoBox .right .Brandlogo a.mh{}
#footer .footerArea .infoBox .right .Brandlogo a.mh img{width:203px}
#footer .footerArea .infoBox .right .Brandlogo a.butter{}
#footer .footerArea .infoBox .right .Brandlogo a.butter img{width: 134px; margin-top: -10px;}
#footer .footerArea .infoBox .right .Brandlogo a.kids{display: inline-block; margin-top: -2px;}
#footer .footerArea .infoBox .right .Brandlogo a.kids img{width:60px}
#footer .footerArea .infoBox .right .Brandlogo a img{}
#footer .footerArea .infoBox .right .Brandlogo a .bar{
    width: 1px;
    height: 25px;
    background: #717171;
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;}

#footer .footerArea .infoBox .linkList {  }
#footer .footerArea .infoBox .linkList ul { display:block; flex-wrap:wrap }
#footer .footerArea .infoBox .linkList li { display: inline-block;padding-right:15px }
#footer .footerArea .infoBox .linkList li:last-child { padding-right:0 }
#footer .footerArea .infoBox .linkList li a { display:block; font-size:15px; color:#717171; font-weight:500; line-height:22px; letter-spacing:normal }
#footer .footerArea .infoBox .linkList li a b {color:#000; font-weight:bold;}
#footer .footerArea .infoBox .companyInfo {
    display: flex;
    padding-top: 60px;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 1; }
#footer .footerArea .infoBox .companyInfo h4{
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;}

#footer .footerArea .infoBox .companyInfo p{
    font-size: 14px;
    color: #6A6A6A;
    line-height: 1.7;}

#footer .footerArea .infoBox .companyInfo p.copyright{
    font-size: 14px;
    color: #6A6A6A;
    font-family: 'Pretendard';
    letter-spacing: normal;
    margin-top: 4px;}

#footer .footerArea .infoBox .companyInfo dd .bar { padding:10px }
#footer .footerArea .infoBox .certifyInfo { display:flex; padding:20px 0 18px; width:auto; text-align:left; align-items:center; flex-wrap:nowrap; overflow:hidden }
#footer .footerArea .infoBox .certifyInfo .img { padding-right:10px; line-height:0 }
#footer .footerArea .infoBox .certifyInfo .img span img { vertical-align:top }
#footer .footerArea .infoBox .certifyInfo .txt {  }
#footer .footerArea .infoBox .certifyInfo span { font-size:12px; color:#717171; line-height:20px; word-break:keep-all }
#footer .footerArea .infoBox .copyright { font-size:10px; color:#717171; line-height:18px; letter-spacing:normal }
#footer .footerArea .csBox {margin-top: 60px;}
#footer .footerArea .csBox h2 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 1;}
#footer .footerArea .csBox .center h1 { 
    padding: 15px 0 0;
    font-size: 30px;
    color: #000000;
    font-weight: 600;
    line-height: 1;
    display: inline-block;}
#footer .footerArea .csBox .center p { 
    font-size: 17px;
    color: #9E9E9E;
    line-height: 1;
    letter-spacing: normal;
    display: inline-block;
    margin-left: 10px; }
/* BASIC css end */

