/*page01*/
div.contL {
  float: left;
  width: 30%;
}
div.contR {
  float: right;
  width: 70%;
}
div.contF {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
p.sign {
  text-align: left;
}
p.sign strong {
  font-size: 26px;
  font-weight: normal;
  padding-left: 10px;
}
div.contB {
  clear: both;
}

/*page05*/
div.contL50 {
  float: left;
  width: 48%;
}
div.contR50 {
  float: right;
  width: 45%;
}
div.history {
  width: 98%;
  margin: 0 auto;
  background: url("../../img/content/history_bg.jpg") no-repeat center top;
  padding-top: 80px;
  overflow: hidden;
}
div.history h3 {
  font-size: 35px;
  font-weight: normal;
  color: #7cab38;
}
div.history ul {
  list-style-type: none;
  padding: 20px 0 45px 0;
  margin: 0;
}
div.history ul li {
  background: url("../../img/common/arrow_09.gif") no-repeat 10px center;
  padding-left: 22px;
  line-height: 25px;
}
/*board_08 대리점*/
div.ca_map {
  text-align: center;
}

/*common*/
#contentsArea {
  font-size: 13px;
  line-height: 22px;
}
#contentsArea .img_c {
  text-align: center;
}
#contentsArea .img_l {
  text-align: left;
}
#contentsArea .txt_B {
  font-weight: bold;
  color: #0071c5;
}
#contentsArea .txtGreen {
  font-weight: bold;
  color: #70c104;
}
#contentsArea .txtBold {
  font-weight: bold;
}
#contentsArea .txtB {
  color: #0071c5;
}
#contentsArea p.txtP {
  padding-bottom: 20px;
}
#contentsArea div.contBox1 {
  font-size: 14px;
  line-height: 28px;
}

h4 {
  margin: 0;
  background: url("../../img/common/arrow_17.gif") no-repeat left 2px;
  font-size: 15px;
  padding: 0 0 15px 20px;
  margin-top: 5px;
}
ul.list,
ul.none {
  padding: 0 0 20px 0;
  margin: 0;
  overflow: hidden;
}
ul.list li {
  background: url("../../img/common/arrow_09.gif") no-repeat 15px 7px;
  padding-left: 25px;
}
p.txt_box {
  border: 1px solid #d2d2d2;
  padding: 15px 15px;
  margin: 0;
  background: #f2f2f2;
}
.pdL10 {
  padding-left: 10px;
}
.pdL15 {
  padding-left: 15px;
}
.pdL20 {
  padding-left: 20px;
}
.pdL25 {
  padding-left: 25px;
}
.pdT15 {
  padding-top: 15px;
}
.pdT20 {
  padding-top: 20px;
}
.pdT30 {
  padding-top: 30px;
}
.fontM {
  font-size: 17px;
}
.fontL {
  font-size: 22px;
}
.fontXL {
  font-size: 38px;
}

#contentWrap #content #contentsArea ul.sitemap_box {
  padding: 0;
  margin: 0;
}
#contentWrap #content #contentsArea .sitemap_list {
  list-style-type: none;
  float: left;
  width: 190px;
  padding: 0 15px;
  height: 220px;
}
#contentWrap #content #contentsArea .sitemap_list h3 {
  font-size: 1.7em;
  font-weight: normal;
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 5px;
  margin: 0 0 5px 0;
}
#contentWrap #content #contentsArea ul.sitemap_con {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#contentWrap #content #contentsArea ul.sitemap_con li {
  padding-top: 5px;
  padding-left: 5px;
}

div.map2 {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  padding: 20px 20px 22px 140px;
  background-color: #fff;
  background-image: url("../../img/sub/bg_address.jpg");
  background-repeat: no-repeat;
  background-position: 30px center;
  margin-top: 30px;
}
div.map2 ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
div.map2 ul li span.tit {
  width: 80px;
  display: inline-block;
  color: #0071c5;
  line-height: 25px;
}
div.map2 ul li span.add {
}

#contentsArea div.personal {
  padding: 0;
  margin: 0;
}
#contentsArea div.personal h3 {
  padding: 0 0 5px 0;
}
#contentsArea div.personal p {
  font-size: 12px;
  padding-bottom: 25px;
}

table.tb01 {
  border-top: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
}
table.tb01 th {
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 5px 5px;
  background-color: #f0f0f0;
  color: #ed1e30;
}
table.tb01 td {
  border-left: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding: 5px 5px;
}
#wrap .download {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  margin-top:5px;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(150, 150, 150);
  background-image: linear-gradient(
    to top left,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 30%,
    rgba(0, 0, 0, 0)
  );
  box-shadow: inset 2px 2px 3px rgba(255, 255, 255, 0.6),
    inset -2px -2px 3px rgba(0, 0, 0, 0.6);
}

#wrap .download:hover {
  background-color: rgb(200, 130, 130);
}

#wrap .download:active {
  box-shadow: inset -2px -2px 3px rgba(255, 255, 255, 0.6),
    inset 2px 2px 3px rgba(0, 0, 0, 0.6);
}

/*****************************모바일 화면****************************/

@media not all and (min-width: 960px) {
  div.contL {
    float: center;
    width: 100%;
  }
  div.contR {
    float: left;
    width: 100%;
  }
  div.contF {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /*page05*/
  div.contL50 {
    clear: both;
    width: 100%;
  }
  div.contR50 {
    clear: both;
    width: 100%;
  }
  div.history {
    width: 98%;
    margin: 0 auto;
    background: none;
    padding-top: 30px;
    overflow: hidden;
  }
  div.history h3 {
    font-size: 35px;
    font-weight: normal;
    color: #7cab38;
  }
  div.history ul {
    list-style-type: none;
    padding: 20px 0 45px 0;
    margin: 0;
  }
  div.history ul li {
    background: url("../../img/common/arrow_09.gif") no-repeat 10px center;
    padding-left: 22px;
    line-height: 25px;
  }

  div.map2 {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    padding: 20px 20px;
    background-color: #fff;
    background: none;
    margin-top: 30px;
  }
}
