@charset "UTF-8";
/*
///////////////////////////////
///////// reset.css ///////////
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


body {
  line-height: 1;
}


ol, ul {
  list-style: none;
}


blockquote, q {
  quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*
///////////////////////////////
///////// reset.css ///////////
*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


.w1500 {
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}


body {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
  height: 100%;
  max-height: 100%;
}
body > * {
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  box-sizing: border-box;
}
body a {
  text-decoration: none;
}


.btnWrap button {
  background: none;
  border-radius: 50px;
  border: 1px solid #ff0000;
  max-width: 230px;
  padding: 8px 20px;
  display: block;
}
.btnWrap button img {
  max-width: 43px;
  height: auto;
  padding-right: 15px;
  border-right: 1px solid #fff;
  float: left;
}
.btnWrap button .textWrap {
  float: left;
  padding-left: 15px;
}
.btnWrap button .textWrap p {
  color: #fff;
}
.btnWrap button.lastChild {
  margin-top: 30px;
}
.btnWrap button.catalogue {
  cursor: pointer;
}


#header {
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 2px solid #3974B8;
  padding-left: 25px;
  padding-right: 25px;
  position: sticky;
  top: 0;
  z-index: 998;
}
#header * {
  margin-top: auto;
  margin-bottom: auto;
}
#header .logo {
  float: left;
  max-width: 186px;
  height: auto;
  margin-right: 40px;
  cursor: pointer;
  margin-top: 15px;
}
#header .headerMenu {
  float: left;
}
#header .headerMenu li {
  float: left;
  width: 100px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 30px;
}
#header .headerMenu li.lastChild {
  margin-right: 0;
}
#header .headerMenu li a {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #707070;
  line-height: 35px;
}
#header .headerMenu li:hover {
  background: #3974B8;
}
#header .headerMenu li:hover a {
  color: #fff;
}
#header .adminEmail {
  float: right;
}
#header .adminEmail li {
  float: left;
  width: 70px;
  height: 70px;
  text-align: center;
  position: relative;
}
#header .adminEmail li a {
  color: #A2A2A2;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  line-height: 70px;
  height: 30px;
  width: 100%;
}
#header .adminEmail li.lastChild a::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 30px;
  background: #A2A2A2;
}

  #header .menuBtn {
    display: none;
  }


#mainSection {
  width: 100%;
  height: 100%;
  background: url("/base/img/2020Renewal/originSourceImg/bgsample.jpg") no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 10px;
}
#mainSection .overlay {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#mainSection .description {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-top: 278px;
  text-align: center;
  position: relative;
}
#mainSection .companyName {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-top: 60px;
  text-align: center;
  position: relative;
}
#mainSection .companyName img {
  max-height: 80px;
}
#mainSection #mainSwiper {
  margin-top: 112px;
}
#mainSection #mainSwiper .swiper-container {
  max-width: 730px;
  height: 181px;
}
#mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content {
  width: 580px;
  height: 100%;
  margin: auto;
  position: relative;
}
#mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .left {
  width: 50%;
  float: left;
}
#mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .left img {
  max-width: 230px;
  max-height: 181px;
  margin-left: auto;
}
#mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .right {
  width: calc(50% - 13px);
  float: right;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  height: 181px;
  line-height: 54px;
}
#mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .right b {
  color: #CECECE;
  font-size: 30px;
  line-height: 34px;
}
#mainSection .btnWrap {
  position: absolute;
  bottom: 50px;
  right: 160px;
}


#companyInfo .sectionSidebar {
  float: left;
  width: 230px;
  height: calc(100vh - 70px - 105px);
  padding-top: 40px;
  margin-right: 60px;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
}
#companyInfo .sectionSidebar .title {
  font-size: 36px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 52px;
}
#companyInfo .sectionSidebar .title span {
  font-size: 16px;
  font-weight: 700;
  color: #A2A2A2;
  display: block;
}
#companyInfo .sectionSidebar .list .item {
  width: calc(100% - 36px);
  height: 37px;
  color: #A2A2A2;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  padding-left: 36px;
  margin-bottom: 12px;
  cursor: pointer;
}
#companyInfo .sectionSidebar .list .item.active {
  background: #3974B8;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#companyInfo .sectionSidebar .list .item.lastChild {
  margin-bottom: 25px;
}
#companyInfo .sectionSidebar .btnWrap button {
  background: #A2A2A2;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#companyInfo .sectionSidebar .btnWrap button:hover {
  background: #4B5D71;
}
#companyInfo .sectionSidebar .btnWrap button img {
  padding-right: 12px;
}
#companyInfo .sectionSidebar .btnWrap button .textWrap {
  padding-left: 11px;
}
#companyInfo .sectionContent {
  display: none;
  float: right;
  width: calc(100% - 450px);
  margin: 0 auto;
}
#companyInfo .sectionContent.active {
  display: block;
}
#companyInfo .sectionContent .contentTitle {
  font-size: 32px;
  font-weight: 700;
  margin-top: 72px;
}
#companyInfo .sectionContent .contentTitle::after {
  content: "";
  display: block;
  width: calc(1300px - 450px);
  position: absolute;
  height: 1px;
  background: #707070;
  right: 0;
}
#companyInfo .sectionContent .contentWrap {
  margin: 0 auto;
  margin-top: 165px;
  width: 100%;
}
#companyInfo .sectionContent .contentWrap .imgWrap {
  float: left;
}
#companyInfo .sectionContent .contentWrap .imgWrap img {
  max-width: 100%;
  height: auto;
  max-height: 375px;
  display: block;
}
#companyInfo .sectionContent .contentWrap .imgWrap img.caption {
  max-height: 16px;
  margin-left: auto;
  margin-right: 20px;
  display: none;
}
#companyInfo .sectionContent .contentWrap .textWrap {
  max-width: 700px;
  float: right;
  margin-top: 100px;
}
#companyInfo .sectionContent .contentWrap .textWrap p {
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
#companyInfo .sectionContent .contentWrap .textWrap p b {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 48px;
}
#companyInfo .sectionContent .contentWrap ul li .year {
  font-size: 25px;
  font-weight: 700;
  color: #3d3d3d;
  margin-bottom: 30px;
}
#companyInfo .sectionContent .contentWrap ul li .year span {
  color: #A2A2A2;
  font-size: 20px;
}
#companyInfo .sectionContent .contentWrap ul li .text {
  border: 1px solid #A2A2A2;
  border-radius: 10px;
  padding: 20px 30px;
}
#companyInfo .sectionContent .contentWrap ul li .text li {
  font-size: 16px;
  color: #3d3d3d;
}
#companyInfo .sectionContent .contentWrap ul li .text li span {
  color: #3974B8;
  font-size: 20px;
  margin-right: 15px;
  font-weight: 700;
}
#companyInfo .sectionContent.businessTree .contentWrap {
  margin-top: 60px;
}
#companyInfo .sectionContent.businessTree .contentWrap .imgWrap {
  width: 100%;
}
#companyInfo .sectionContent.businessTree .contentWrap .imgWrap img {
  margin: 0 auto;
  max-height: 600px;
}
#companyInfo .sectionContent.map .contentWrap {
  margin-top: 80px;
}
#companyInfo .sectionContent.map .contentWrap iframe {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#companyInfo .sectionContent.map .contentWrap .textWrap {
  float: none;
  margin-top: 20px;
}
#companyInfo .sectionContent.map .contentWrap .textWrap ul li {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 700;
  margin-bottom: 10px;
}
#companyInfo .sectionContent.license .contentWrap {
  margin-top: 80px;
}
#companyInfo .sectionContent.license .contentWrap .imgWrap {
  width: 100%;
}
#companyInfo .sectionContent.license .contentWrap .imgWrap img {
  width: 40%;
  margin: 0 auto;
  max-height: 600px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#companyInfo .sectionContent.license .contentWrap .imgWrap img:first-child {
  float: left;
}
#companyInfo .sectionContent.license .contentWrap .imgWrap img:last-child {
  float: right;
}


#products .sectionSidebar {
  float: left;
  width: 340px;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 600px;
  margin-right: 20px;
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.16);
}
#products .sectionSidebar .title {
  font-size: 36px;
  font-weight: 700;
  color: #707070;
  margin-bottom: 52px;
  margin-left: 30px;
}
#products .sectionSidebar .title span {
  font-size: 16px;
  font-weight: 700;
  color: #A2A2A2;
  display: block;
}
#products .sectionSidebar .list .item {
  width: calc(100% - 36px);
  color: #A2A2A2;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  padding-left: 36px;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
#products .sectionSidebar .list .item .subList {
  display: none;
}
#products .sectionSidebar .list .item::before {
  content: "";
  display: block;
  position: absolute;
  width: 340px;
  height: 74px;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
#products .sectionSidebar .list .item.gauge::before {
  background: linear-gradient(0.45turn, #3974b8, #fff);
}
#products .sectionSidebar .list .item.machine::before {
  background: linear-gradient(0.45turn, #725A74, #fff);
}
#products .sectionSidebar .list .item.automation::before {
  background: linear-gradient(0.45turn, #948B54, #fff);
}
#products .sectionSidebar .list .item.active {
  color: #fff;
  background: transparent;
  opacity: 1;
}
#products .sectionSidebar .list .item.active::before {
  opacity: 1;
}
#products .sectionSidebar .list .item.active.gauge .subList .subItem.active {
  background: #3974B8;
}
#products .sectionSidebar .list .item.active.machine .subList .subItem.active {
  background: #725A74;
}
#products .sectionSidebar .list .item.active.automation .subList .subItem.active {
  background: #948B54;
}
#products .sectionSidebar .list .item.active.lastChild::before {
  height: 74px;
}
#products .sectionSidebar .list .item.active .subList {
  display: block;
}
#products .sectionSidebar .list .item.active .subList .subItem {
  color: #A2A2A2;
  font-size: 17px;
  font-weight: 500;
  padding-left: 16px;
  line-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
#products .sectionSidebar .list .item.active .subList .subItem::before {
  position: absolute;
  content: "\2022";
  display: block;
  left: -20px;
  top: 5%;
  color: #A2A2A2;
  font-size: 30px;
}
#products .sectionSidebar .list .item.active .subList .subItem.active {
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#products .sectionSidebar .list .item.active .subList .subItem.active::before {
  display: none;
}
#products .sectionSidebar .list .item.active .subList .subItem.firstChild {
  margin-top: 7px;
}
#products .sectionSidebar .list .item.lastChild {
  margin-bottom: 25px;
}
#products .sectionSidebar .btnWrap {
  margin: 60px 0 60px 30px;
}
#products .sectionSidebar .btnWrap button {
  background: #A2A2A2;
  padding-left: 25px;
  padding-right: 25px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#products .sectionSidebar .btnWrap button:hover {
  background: #4B5D71;
}
#products .sectionSidebar .btnWrap button img {
  padding-right: 12px;
}
#products .sectionSidebar .btnWrap button .textWrap {
  padding-left: 11px;
}
#products .sectionContent {
  display: none;
  float: left;
  width: calc(100% - 450px - 600px);
  margin: 0 auto;
}
#products .sectionContent.active {
  display: block;
}
#products .sectionContent.active .innerContentWrap {
  display: none;
}
#products .sectionContent.active .innerContentWrap.active {
  display: block;
}
#products .sectionContent.active .innerContentWrap .contentTitle {
  font-size: 32px;
  font-weight: 700;
  margin-top: 72px;
  background: #fff;
  color: #3d3d3d;
  position: relative;
  width: 1000px;
}
#products .sectionContent.active .innerContentWrap .contentTitle::after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, #fff 30%, #000);
  bottom: -10px;
}
#products .sectionContent.active .innerContentWrap .contentTitle b {
  font-size: 28px;
  float: right;
  color: #3d3d3d;
  opacity: 1;
  position: absolute;
  width: fit-content;
  bottom: 0;
  right: 0;
}
#products .sectionContent.active .innerContentWrap .contentWrap {
  margin: 0 auto;
  margin-top: 30px;
  width: fit-content;
  position: relative;
}

#playerWrap {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
}

.colorGauge {
  color: #3974b8 !important;
}

.colorMachine {
  color: #725A74 !important;
}

.colorFa {
  color: #948B54 !important;
}



#footer {
  min-height: 102px;
  max-height: 105px;
  padding-left: 55px;
  padding-right: 55px;
  background: #4B5D71;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer.fix {
  position: fixed;
}
#footer .firstArea {
  float: left;
  min-height: 102px;
  max-height: 105px;
  margin-right: 70px;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  line-height: 94px;
  text-align: center;
}
#footer .secondArea {
  float: left;
  margin-right: 40px;
  margin-top: 20px;
}
#footer .secondArea li {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  vertical-align: bottom;
}
#footer .thirdArea {
  float: left;
  margin-top: 20px;
}
#footer .thirdArea li {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  vertical-align: bottom;
}
#footer .copyright {
  float: right;
  font-size: 13px;
  color: #fff;
  margin-top: 55px;
}

.sideMenu {
    display: none;
  }

@media (max-width: 425px) {
  .w1500 {
    width: 100%;
  }


  #header {
    padding: 0;
  }
  #header .logo {
    max-width: 150px;
    padding-left: 25px;
    padding-right: 0;
  }
  #header .headerMenu {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: fixed;
    top: -280px;
    left: 0;
    transition: ease-in-out 0.4s;
  }
  #header .headerMenu.slide {
    top: 70px;
  }
  #header .headerMenu li {
    width: 100%;
  }
  #header .adminEmail {
    display: none;
  }
  #header .menuBtn {
    display: block;
    position: absolute;
    font-size: 45px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    top: 10px;
    right: 25px;
  }


  #mainSection {
    height: calc(100vh - 15%);
    padding-bottom: 25px;
  }
  #mainSection .overlay {
    opacity: 0.7;
  }
  #mainSection .description {
    font-size: 20px;
    word-break: keep-all;
    padding-top: 150px;
  }
  #mainSection .companyName img {
    max-height: 60px;
  }
  #mainSection #mainSwiper .swiper-container {
    max-width: 425px;
  }
  #mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content {
    width: 70%;
  }
  #mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .left {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .left img {
    max-width: 100px;
    height: auto;
  }
  #mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .right {
    font-size: 24px;
    height: 150px;
    line-height: 26px;
    margin-top: 45px;
  }
  #mainSection #mainSwiper .swiper-container .swiper-wrapper .swiper-slide .content .right b {
    font-size: 20px;
    line-height: 20px;
  }
  #mainSection #mainSwiper .swiper-container .swiper-button-prev {
    left: 30px;
  }
  #mainSection #mainSwiper .swiper-container .swiper-button-next {
    right: 30px;
  }
  #mainSection .btnWrap {
    width: 100%;
    right: 0;
    bottom: 35%;
  }
  #mainSection .btnWrap::after {
    content: "";
    display: block;
    clear: both;
  }
  #mainSection .btnWrap a {
    float: left;
    width: 47%;
    margin-left: 8px;
  }
  #mainSection .btnWrap button {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mainSection .btnWrap button img {
    max-width: 25px;
    padding-right: 10px;
  }
  #mainSection .btnWrap button .textWrap {
    padding-left: 10px;
  }
  #mainSection .btnWrap button .textWrap p {
    font-size: 11px;
  }
  #mainSection .btnWrap .csCenter {
    float: right;
    width: 47%;
    margin-top: 0;
    margin-right: 8px;
  }


  .hasSide .sideMenu {
    display: block;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 990;
    background: #3974B8;
    color: #fff;
    padding: 10px;
  }


  #companyInfo .w1500 .sectionSidebar {
    position: fixed;
    left: -240px;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.8);
    float: unset;
    height: 110vh;
    top: 70px;
  }
  #companyInfo .w1500 .sectionSidebar.slide {
    left: 0;
  }
  #companyInfo .w1500 .sectionSidebar .title {
    padding-left: 10px;
  }
  #companyInfo .w1500 .sectionSidebar .btnWrap {
    padding-left: 10px;
  }
  #companyInfo .w1500 .sectionContent {
    float: unset;
    width: 90%;
  }
  #companyInfo .w1500 .sectionContent .contentTitle::after {
    display: none;
  }
  #companyInfo .w1500 .sectionContent .contentWrap {
    margin-top: 30px;
  }
  #companyInfo .w1500 .sectionContent .contentWrap .textWrap {
    margin-bottom: 30px;
  }
  #companyInfo .w1500 .sectionContent .contentWrap ul li .text li span {
    display: block;
    margin-bottom: 10px;
  }
  #companyInfo .w1500 .sectionContent.businessTree .contentWrap .imgWrap {
    margin-bottom: 300px;
  }
  #companyInfo .w1500 .sectionContent:nth-child(3) .contentWrap {
    margin-bottom: 390px;
  }
  #companyInfo .w1500 .sectionContent.license .contentWrap .imgWrap img {
    float: unset;
    margin: 15px auto;
    width: 90%;
  }


  #products .sectionSidebar {
    position: fixed;
    left: -110%;
    transition: ease-in-out 0.3s;
    z-index: 980;
    background: #fff;
  }
  #products .sectionSidebar.slide {
    left: 0;
    width: 70%
  }
  #products .sectionSidebar .title {
    font-size: 20px;
    margin-bottom: 18px;
  }
  #products .sectionSidebar .title span {
    font-size: 12px;
  }
  #products .sectionSidebar .list .item {
    width: calc(100% - 26px);
    font-size: 14px;
    line-height: 20px;
    padding-left: 26px;
  }
  #products .sectionSidebar .list .item::before {
    height: 48px !important;
    width: 100%;
  }
  #products .sectionSidebar .list .item.active .subList .subItem {
    font-size: 12px;
    padding-left: 10px;
    line-height: 14px;
  }
  #products .sectionSidebar .list .item.automation::before {
    height: 48px;
  }
  #products .sectionSidebar .btnWrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #products .sectionContent {
    width: 100%;
  }
  #products .sectionContent.mobile .innerContentWrap .contentTitle {
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 15px;
    width: 95%;
  }
  #products .sectionContent.mobile .innerContentWrap .contentTitle b {
    font-size: 12px;
    left: 15px;
    top: 30px;
  }
  #products .sectionContent.mobile .innerContentWrap .contentTitle::after {
    width: 100%;
  }
  #products .sectionContent.mobile .innerContentWrap .contentWrap {
    width: 100% !important;
  }
  #products .sectionContent.mobile .innerContentWrap .contentWrap img {
    max-width: 100%;
  }
#playerWrap {
    position: relative;
    padding-bottom: 56.26%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    left: 0;
    margin: 20px 0;
  }
#playerWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  #footer {
    position: unset;
    height: 15%;
    min-height: auto;
    max-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .firstArea {
    display: none;
  }
  #footer .secondArea {
    width: 47%;
    margin-right: 0;
    margin-top: 10px;
  }
  #footer .secondArea li {
    font-size: 12px;
  }
  #footer .thirdArea {
    float: right;
    width: 47%;
    margin-top: 10px;
  }
  #footer .thirdArea li {
    font-size: 12px;
  }
  #footer .copyright {
    display: none;
  }
  #footer.relative {
    position: relative !important;
  }
  #footer.none {
    display: none !important;
  }
}