/* BASIC css start */
#footer {
    position: relative;
    background: #333;
}
#footer .footerMenu {
    border-bottom: 1px solid rgba(232, 232, 232, 0.1);
    border-top: 1px solid rgba(232, 232, 232, 0.1);
}
#footer .footerMenu ul {
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    font-size: 0;
    background: #333333;
}

#footer .footerMenu ul li {
    position: relative;
    font-size: 11px;
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
}

#footer .footerMenu ul li a {
    color: #fff;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 12px;
}


.ourbrand {
    border-bottom: 1px solid rgba(232, 232, 232, 0.2);
    position: relative;
    display: block;
    padding: 28px 30px 33px 30px;
    background: url(/design/yeslight/monotimes/images/brand_background.png);
}

.ourbrand span {
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.ourbrand span select {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 35px 0 10px;
    color: #fff;
    word-break: break-all;
    font-weight: inherit;
    border: 1px solid #ddd;
    background: url(/design/yeslight/monotimes/mobile_images/mobile_selectbg.png) right center no-repeat;
    -webkit-appearance: none;
    background-size: 21px 7px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-style: italic;
}
.ourbrand span select option {
    color: #000;
}

@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('/design/yeslight/monotimes/fonts/MYRIADPRO-BOLD.woff') format('woff');
}
.footerinfo {
    position: relative;
    display: block;
    padding: 30px;
    color: #999;
    font-size: 12px;
    background: url(/design/yeslight/monotimes/images/brand_background.png);
}

.footerinfo .footerinfo_inner {}
.footerinfo .footerinfo_inner + .footerinfo_inner {
    margin-top: 30px;
}
.footerinfo .footerinfo_inner h2 {
    font-family: 'Apple SD Gothic Neo', sans-serif;
    font-style: italic;
    font-size: 18px;
    color: #d88c36;
    letter-spacing: -0.25px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.footerinfo .footerinfo_inner a {
    color: #999;
}

.footerinfo .footerinfo_inner h4 {
    font-family: 'Myriad Pro Bold';
    font-size: 23px;
    letter-spacing: -0.25px;
    padding: 5px 0;
}
.footerinfo .footerinfo_inner div {
    padding-top: 5px;
    letter-spacing: 0.25px;
}
/* BASIC css end */

