/* BASIC css start */
.scroll_bt_tll {
	display: none;
	position: fixed;
	right: 13px;
	bottom: 25px;
	width: 40px;
	cursor: pointer;
	z-index: 99;
}
.scroll_bt_tll img {
	width: 40px;
}
#footer {
    margin-top: 58px;
    background: #f7f7f7;
    padding: 52px 17px 0;
}
 
#footer dl {
    font-size: 0;
}

#footer dl + dl {
    /* padding-top: 10px; */
}
#footer dl dt {
    color: #454545;
    font-size: 12px;
    letter-spacing: -0.5px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 55px;
}

#footer dl dd {
    width: calc(100% - 55px);
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    color: #454545;
    font-size: 12px;
    letter-spacing: -0.5px;
}

#footer dl dd h2 {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -1px;
}

#footer dl dd p {
    line-height: 1.45;
    padding-top: 3px;
}

#footer dl.noticeLine {padding-top: 11px;padding-bottom: 11px;}

#footer dl.noticeLine dd {}

#footer dl.noticeLine dd a {
    display: block;
    font-weight: 400;
    color: #454545;
    font-size: 12px;
}

#footer dl.noticeLine dd a + a {
    /* padding-top: 10px; */
}

.footerSns {
    text-align: left;
    padding: 18px 0 21px;
    font-size: 0;
    border-bottom:1px solid #b5b5b5;
}

.footerSns a {
    vertical-align: middle;
    display: inline-block;
}

.footerSns .bar {
    margin: 0 9px;
}

.companyInfo {
    text-align: left;
    color: #a7a7a7;
    font-size: 12px;
    letter-spacing: -0.5px;
    line-height: 1.65;
    margin-top: 13px;
    font-weight: 400;
    padding-top: 10px;
}

.copyright {
    text-align: left;
    font-weight: 400;
    color: #a7a7a7;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1;
    padding: 15px 0 40px;
}

.brandMain {
    background: #0f0f0f;
    text-align: center;
    height: 38px;
    line-height: 38px;
    /* margin-top: 13px; */
}

.brandMain a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.5px;
    height: 38px;
    line-height: 38px;
}   
 

/* BASIC css end */

