@charset "utf-8";
/* @import url(font.css); */
/* Noto Sans KR (korean) http://www.google.com/fonts/earlyaccess */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(https://fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

/* Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
  margin: 0;
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
input,
button,
textarea,
pre {
  font-family: "Noto Sans KR", "Roboto", sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}
body {
  text-align: left;
  word-break: break-word;
}
img,
fieldset,
iframe {
  border: 0 none;
}
li {
  list-style: none;
}
input,
select,
button {
  vertical-align: middle;
}
img {
  vertical-align: top;
}
i,
em,
address {
  font-style: normal;
}
label,
button {
  cursor: pointer;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
}
hr {
  display: none;
}
legend {
  *width: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  font-size: 0;
  line-height: 0;
  height: 0;
}

/* Mobile Form Default */
input[type="text"],
input[type="password"],
input[type="image"],
input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* Skip */
#skipnavigation {
  z-index: 9999;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
}
#skipnavigation * {
  list-style: none;
  margin: 0;
  padding: 0;
}
#skipnavigation a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
}
#skipnavigation a:focus,
#skipnavigation a:active {
  display: block;
  width: 100%;
  height: 36px;
  color: #fff;
  background: #000;
  line-height: 36px;
  text-decoration: underline !important;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
}
:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
}
::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #c0c0c0;
  font-weight: normal;
  font-size: 15px;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.wrap {
  overflow-x: hidden;
  min-width: 1200px;
}
.inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}
.inner.proInner:before {
  content: "";
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  z-index: 100;
  height: 100%;
}
/* head */
.head {
  height: 90px;
  position: relative;
  z-index: 100;
}
.head .inner {
  position: relative;
  margin: 0 auto;
}
.head .inner:after {
  content: "";
  display: block;
  clear: both;
}
.head .inner .h1Logo {
  float: left;
  padding-top: 35px;
  margin-right: 132px;
}
.head .inner .gnbList {
  float: left;
  padding-top: 36px;
}
.head .inner .gnbList > ul {
}
.head .inner .gnbList > ul:after {
  content: "";
  display: block;
  clear: both;
}
.head .inner .gnbList > ul > li {
  position: relative;
  float: left;
}
.head .inner .gnbList > ul > li:first-child {
  margin-left: 0;
}
.head .inner .gnbList > ul > li > a {
  font-size: 19px;
  color: #333333;
  line-height: 19px;
  display: block;
  height: 54px;
  padding: 0 34px;
}
.head .inner .gnbList > ul > li > a:hover {
  border-bottom: 3px solid #e60021;
}
.head .inner .gnbList > ul > li.on > a {
  border-bottom: 3px solid #e60021;
}
.head .inner .gnbList > ul > li.red {
  position: relative;
  padding: 0;
}
.head .inner .gnbList > ul > li.red > a {
  color: #d0011d;
  font-size: 15px;
  line-height: 15px;
  padding-left: 27;
  padding-right: 29px;
}
.head .inner .gnbList > ul > li.red > a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 10px;
  background: #b7b7b7;
}
.head .inner .btnTotal {
  position: absolute;
  right: 0;
  top: 0;
}
.head .inner .btnTotal a {
  display: block;
  height: 90px;
  width: 70px;
  background: #d0011d url("/images/btnTotal.png") center center no-repeat;
  text-indent: -999em;
}

.totalWrap {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  background: #f8f8f8;
  z-index: 100;
  display: none;
}
.totalWrap .inner > ul {
  float: left;
  margin-left: 20px;
  padding: 40px 0;
}
.totalWrap .inner > ul:nth-child(1) {
  width: 150px;
  margin-left: 320px;
}
.totalWrap .inner > ul:nth-child(2) {
  width: 120px;
}
.totalWrap .inner > ul:nth-child(3) {
  width: 120px;
}
.totalWrap .inner > ul:nth-child(4) {
  width: 120px;
  margin-left: 30px;
}
.totalWrap .inner > ul > li {
  margin-bottom: 30px;
}
.totalWrap .inner > ul > li:last-child {
  margin-bottom: 0;
}
.totalWrap .inner > ul > li > a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  letter-spacing: -0.5px;
}
.totalWrap .inner > ul > li:hover > a {
  color: #d0011d;
}
.totalWrap .inner > ul > li.subGnbUse > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("/images/gnbSubBullOff.png") no-repeat;
  width: 18px;
  height: 18px;
}
.totalWrap .inner > ul > li.subGnbUse.on > a:after {
  background: url("/images/gnbSubBull.png") no-repeat;
}
.totalWrap .inner > ul > li.subGnbUse .lastGnb {
  padding-left: 10px;
  display: none;
  padding-top: 20px;
}
.totalWrap .inner > ul > li.subGnbUse .lastGnb ul li {
  margin-bottom: 20px;
}
.totalWrap .inner > ul > li.subGnbUse .lastGnb ul li:last-child {
  margin-bottom: 0;
}
.totalWrap .inner > ul > li.subGnbUse .lastGnb ul li a {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}
.totalWrap .inner > ul > li.subGnbUse .lastGnb ul li a:hover {
  color: #d0011d;
}

/* mainSlide */
.mainSlide {
  height: 870px;
  position: relative;
}
.mainSlide .in {
  width: 2000px;
  position: absolute;
  left: 50%;
  margin-left: -1000px;
  text-align: center;
}
.mainSlide li {
  z-index: 10;
}
.mainSlide .bx-controls-auto {
  display: none;
}
.mainSlide .bx-controls-direction {
  display: none;
}
.mainSlide .bx-controls-direction {
  position: absolute;
  left: 50%;
  margin-left: -870px;
  height: 100%;
  top: 0;
  width: 100%;
  max-width: 1740px;
}
.mainSlide .bx-controls-direction a {
  position: absolute;
  top: 50%;
  display: block;
  width: 29px;
  margin-top: -25px;
  height: 51px;
  text-indent: -9999em;
}
.mainSlide .bx-controls-direction a.bx-prev {
  background: url("/images/btnPrev.png") no-repeat;
  left: 0;
}
.mainSlide .bx-controls-direction a.bx-next {
  background: url("/images/btnNext.png") no-repeat;
  right: 0;
}
.mainSlide .bx-pager {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  text-align: center;
  text-align: center;
}
.mainSlide .bx-pager > div {
  display: inline-block;
  margin-left: 10px;
}
.mainSlide .bx-pager > div:first-child {
  margin-left: 0;
}
.mainSlide .bx-pager > div a {
  display: block;
  width: 50px;
  height: 5px;
  background: #c9c9ca;
  text-indent: -9999em;
}
.mainSlide .bx-pager > div a.active {
  display: block;
  width: 50px;
  height: 5px;
  background: #d0011d;
}

.mainSlide .slick-dots {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
  text-align: center;
  text-align: center;
}
.mainSlide .slick-dots > li {
  display: inline-block;
  margin-left: 10px;
}
.mainSlide .slick-dots > li:first-child {
  margin-left: 0;
}
.mainSlide .slick-dots > li button {
  display: block;
  width: 50px;
  height: 5px;
  background: #c9c9ca;
  text-indent: -9999em;
  border: none;
  outline: none;
}
.mainSlide .slick-dots > li.slick-active button {
  display: block;
  width: 50px;
  height: 5px;
  background: #d0011d;
}

@media all and (max-width: 1900px) {
  .mainSlide .direction {
    position: static;
    left: 50%;
    margin-left: 0;
    height: auto;
    top: 0;
    width: auto;
    max-width: 2000px;
  }
}

.mainCus {
  background: #f4f4f4;
  padding-top: 50px;
  height: 174px;
  letter-spacing: -1px;
}
.mainCus:after {
  content: "";
  display: block;
  clear: both;
}
.mainCus .titleWrap {
  float: left;
  width: 324px;
}
.mainCus .titleWrap .tit01 {
  font-size: 26px;
  line-height: 26px;
  color: #333333;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 17px;
}
.mainCus .titleWrap .tit02 {
  font-size: 14px;
  color: #888888;
  line-height: 14px;
}
.mainCus .listCus {
  float: left;
}
.mainCus .listCus ul:after {
  content: "";
  display: block;
  clear: both;
}
.mainCus .listCus ul li {
  float: left;
  width: 267px;
  border-left: 1px solid #d3d3d3;
}
.mainCus .listCus ul li:last-child {
  width: 240px;
  white-space: nowrap;
}
.mainCus .listCus ul li a {
  display: block;
  padding-left: 100px;
}
.mainCus .listCus ul li a .tit {
  font-size: 19px;
  color: #333333;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 20px;
}
.mainCus .listCus ul li a .txt {
  font-size: 14px;
  color: #888888;
  line-height: 19px;
}
.mainCus .listCus ul li.no1 a {
  background: url("/images/btnMain01.png") 25px center no-repeat;
}
.mainCus .listCus ul li.no2 a {
  background: url("/images/btnMain02.png") 25px center no-repeat;
}
.mainCus .listCus ul li.no3 a {
  background: url("/images/btnMain03.png") 25px center no-repeat;
}

/* baseCehck */
.baseCehck input {
  position: absolute;
  visibility: hidden;
}
.baseCehck a {
  font-size: 15px;
  line-height: 15px;
  color: #888888;
  border-bottom: 1px solid #888888;
  margin-left: 2px;
  letter-spacing: -1px;
}
.baseCehck label {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  line-height: 15px;
  color: #888888;
  letter-spacing: -1px;
}
.baseCehck label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("/images/bull_check.png") no-repeat;
}
.baseCehck input:checked + label:after {
  background: url("/images/bull_check2.png") no-repeat;
}

/* baseSel */
.baseSel {
  position: relative;
  background: #fff;
  border-radius: 3px;
}
.baseSel:after {
  content: "";
  position: absolute;
  right: 23px;
  top: 50%;
  width: 12px;
  margin-top: -4px;
  height: 7px;
  background: url("/images/bull_sel.png") center center no-repeat;
}
.baseSel label {
  position: absolute;
  left: 20px;
  top: 17px;
  line-height: 16px;
  font-size: 16px;
  color: #666666;
}
.baseSel select {
  opacity: 0;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 10;
  font-size: 17px;
}

.pubWrap {
  background: url("/images/mainPub.jpg") center center no-repeat;
  height: 512px;
  padding-top: 90px;
}
.pubWrap .title {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto";
  line-height: 36px;
  padding-bottom: 34px;
  margin-bottom: 30px;
  position: relative;
}
.pubWrap .title:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -20px;
  width: 40px;
  height: 2px;
  background: #fff;
}
.pubWrap .title2 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 14px;
  margin-bottom: 70px;
}
.pubWrap .downWrap:after {
  content: "";
  display: block;
  clear: both;
}
.pubWrap .downWrap .box {
  float: left;
  width: 550px;
  background: #fbf8f1;
  text-align: center;
  height: 154px;
}
.pubWrap .downWrap .box.no1 {
  width: 549px;
  margin-right: 1px;
  background: #ffff;
}
.pubWrap .downWrap .box .tit {
  font-size: 21px;
  color: #333333;
  line-height: 21px;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 35px;
}
.pubWrap .downWrap .box > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 200px;
  text-align: left;
}
.pubWrap .downWrap .box > ul > li:first-child {
  margin-left: 0;
}
.pubWrap .downWrap .box > ul > li > a {
  display: block;
  border: 1px solid #b10010;
  height: 40px;
  padding-left: 20px;
  line-height: 38px;
  border-radius: 3px;
  background: #fff url("/images/btnPub01.jpg") right center no-repeat;
  overflow: hidden;
  color: #b10010;
  font-size: 16px;
  font-weight: 500;
}
.pubWrap .downWrap .box .subDown {
  overflow-y: auto;
  max-height: 200px;
  z-index: 100;
  border: 1px solid #b10010;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  top: 39px;
  border: 1px solid #b10010;
}
.pubWrap .downWrap .box .subDown li {
  border-bottom: 1px solid #b10010;
}
.pubWrap .downWrap .box .subDown li:last-child {
  border-bottom: none;
}
.pubWrap .downWrap .box .subDown a {
  display: block;
  background: #fff;
  height: 40px;
  padding-left: 20px;
  line-height: 38px;
  color: #b10010;
  font-size: 16px;
  font-weight: 500;
}
.pubWrap .downWrap .box .subDown a:hover {
  background: #b10010;
  color: #fff;
}
.pubWrap .downWrap .box.no2 > ul > li > a {
  border: 1px solid #b19100;
  background: #fff url("/images/btnPub02.jpg") right center no-repeat;
  color: #b19100;
}
.pubWrap .downWrap .box.no2 .subDown {
  border: 1px solid #b19100;
}
.pubWrap .downWrap .box.no2 .subDown a {
  color: #b19100;
}
.pubWrap .downWrap .box.no2 .subDown li {
  border-bottom: 1px solid #b19100;
}
.pubWrap .downWrap .box.no2 .subDown li:last-child {
  border-bottom: none;
}
.pubWrap .downWrap .box.no2 .subDown a:hover {
  background: #b19100;
  color: #fff;
}

.customerUp {
  background: #f5f5f5;
  padding: 70px 0 80px 0;
}
.customerUp .title {
  text-align: center;
  font-size: 36px;
  color: #333333;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
}
.customerUp .title2 {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-bottom: 65px;
}
.customerUp .title2 span {
  font-weight: 700;
  color: #d0011d;
}

.inWrite:after {
  content: "";
  display: block;
  clear: both;
}
.inWrite .box {
  float: left;
  width: 540px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.inWrite .box:first-child {
  margin-left: 0;
}
.inWrite .box:last-chuld {
  margin-bottom: 0;
}
.inWrite .box.full {
  clear: both;
  width: 100%;
  margin-left: 0;
}
.inWrite .box .tit {
  font-size: 16px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 16px;
  font-weight: 500;
}
.inWrite .box input[type="text"] {
  width: 100%;
  height: 50px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  line-height: 50px;
  padding-left: 10px;
  background: #fff;
}
.inWrite .box input.size01 {
  width: 175px;
}
.inWrite .box input.size02 {
  width: 300px;
}
.inWrite .box input.size03 {
  width: 677px;
}
.inWrite .box .line {
  font-size: 0;
  margin-bottom: 10px;
}
.inWrite .box .line:last-child {
  margin-bottom: 0;
}
.inWrite .box .dash {
  color: #cfcfcf;
  font-size: 14px;
  margin: 0 1px;
}
.inWrite .box .btnAddr {
  margin: 0 14px;
  font-size: 15px;
  color: #192d39;
  text-align: center;
  display: inline-block;
  background: #eaeaea;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  height: 40px;
  line-height: 38px;
  width: 95px;
  vertical-align: middle;
}

.fullBox {
  background: #858585;
}
.fullBox .inner:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 50%;
  height: 100%;
  background: #636363;
}
.fullBox .box {
  float: left;
  width: 220px;
  height: 122px;
  padding: 18px 20px 0 20px;
  position: relative;
  z-index: 100;
}
.fullBox .box:after {
  content: "";
  display: block;
  clear: both;
}
.fullBox .box .sm {
  float: left;
  width: 190px;
}
.fullBox .box .sm:first-child {
  margin-right: 26px;
}
.fullBox .box .tit {
  margin-bottom: 16px;
}
.fullBox .box .tit .titSpan {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.fullBox .box .tit .info {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
  z-index: 100;
}
.fullBox .box .tit .info .infoPop {
  position: absolute;
  visibility: hidden;
  transition: 0.3s all;
  opacity: 0;
  bottom: 20px;
}
.fullBox .box .tit .info em {
  cursor: pointer;
}
.fullBox .box .tit .info:hover .infoPop {
  display: block;
  bottom: 31px;
  visibility: visible;
  opacity: 1;
}
.fullBox .box.no1 {
  padding-left: 0;
}
.fullBox .box.no2 {
  width: 450px;
  background: #797979;
}
.fullBox .box.no3 {
  width: 430px;
  background: #636363;
  padding-right: 0;
}
.fullBox .box .twoSel:after {
  content: "";
  display: block;
  clear: both;
}
.fullBox .box .twoSel .baseSel {
  float: left;
  width: 200px;
}
.fullBox .box .twoSel .baseSel:first-child {
  margin-right: 10px;
}
.fullBox .box input[type="text"] {
  padding-left: 10px;
  height: 50px;
  border: none;
  width: 100%;
  font-size: 15px;
  border-radius: 3px;
  background: #fff;
}

.fullBox .box .pop01 {
  left: -157px;
  bottom: 31px;
}
.fullBox .box .pop02 {
  left: -546px;
  bottom: 31px;
}
.fullBox .box .pop03 {
  left: -774px;
  bottom: 31px;
}

/* cmsDate */
.cmsDate {
}
.cmsDate .dateButton {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 50px;
}
.cmsDate input[type="text"] {
  padding-left: 10px;
  height: 50px;
  border: none;
  width: 100%;
  font-size: 15px;
  border-radius: 3px;
  background: #fff;
}
.cmsDate button {
  position: absolute;
  right: 14px;
  top: 12px;
  width: 22px;
  height: 22px;
  text-indent: -9999em;
  background: url("/images/btnCal.png") no-repeat;
  border: none;
}

.lastInfo {
  text-align: center;
  padding: 10px 0 65px 0;
}
.lastInfo .infoTit01 {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 14px;
  padding-top: 8px;
}
.lastInfo .infoTit01 span {
  color: #e20113;
}
.lastInfo .agreeBox {
  float: right;
}
.lastInfo .agreeBox input {
  position: absolute;
  visibility: hidden;
}
.lastInfo .agreeBox label {
  color: #333333;
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  position: relative;
  padding-top: 2px;
}
.lastInfo .agreeBox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("/images/baseCheck.png") no-repeat;
}
.lastInfo .agreeBox input:checked + label:after {
  background: url("/images/baseCheckOn.png") no-repeat;
}
.lastInfo .agreeBox a {
  width: 150px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #dddddd;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  background: #5f707a;
  border-radius: 3px;
  margin-left: 2px;
}

/*.footer .bannerWrap {padding:60px 0 53px 0;}*/
.footer .bannerWrap {
  padding: 0px 0 53px 0;
}
.footer .bannerWrap ul {
  text-align: center;
  font-size: 0;
}
.footer .bannerWrap ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  border: 1px solid #cfcfcf;
}
.footer .bannerWrap ul li:first-child {
  margin-left: 0;
}
.footer .gnbFooter {
  padding-bottom: 20px;
}
.footer .gnbFooter ul:after {
  content: "";
  display: block;
  clear: both;
}
.footer .gnbFooter ul li {
  float: left;
  margin-left: 14px;
  padding-left: 16px;
  position: relative;
}
.footer .gnbFooter ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 1px;
  height: 10px;
  background: #adadad;
}
.footer .gnbFooter ul li:first-child {
  margin-left: 0;
}
.footer .gnbFooter ul li:first-child:after {
  display: none;
}
.footer .gnbFooter ul li a {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
  font-size: 14px;
}
.footer .infoFooter {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 60px 0;
}
.footer .infoFooter .footLogo {
  float: left;
  margin-right: 40px;
}
.footer .infoFooter .addr {
  float: left;
  font-size: 14px;
  color: #888888;
}

/* BTN */
.btnRight {
  text-align: right;
  margin-bottom: 30px;
}

.btnCenter {
  text-align: center;
}
.btnCenter a {
  margin-left: 7px;
}
.btnCenter a:first-child {
  margin-left: 0;
}

.btn01 {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  height: 50px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: #d0011d;
}

/* subCont */
.subCont {
  margin: 0 auto;
  padding-bottom: 100px;
  border-bottom: 1px solid #d8d8d8;
  min-height: 300px;
}

.subTopArea .bgTop {
  position: relative;
  text-align: center;
  padding-top: 98px;
  background: url("/images/subTopBg01.jpg?v=01") center top no-repeat;
  background-size: cover;
  height: 200px;
}
.subTopArea .bgTop.product {
  background: url("/images/subTopBg02.jpg?v=01") center top no-repeat;
  background-size: cover;
}
.subTopArea .bgTop.data {
  background: url("/images/subTopBg03.jpg") center top no-repeat;
  background-size: cover;
}
.subTopArea .bgTop.customer {
  background: url("/images/subTopBg04.jpg?v=01") center top no-repeat;
  background-size: cover;
}
.subTopArea .bgTop h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}
.subTopArea .bgTop.about h2 {
  font-family: "Roboto";
}

.subGnbList {
  background: #f0f0f0;
  border-bottom: 1px solid #d9d9d9;
  height: 57px;
  position: relative;
  z-index: 20;
}
.subGnbList .inner {
}
.subGnbList .inner .btnHome {
  float: left;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  height: 56px;
  background: #fff;
}
.subGnbList .inner .lnbTit {
  float: left;
  width: 150px;
  border-right: 1px solid #d9d9d9;
  height: 56px;
  line-height: 56px;
  font-size: 15px;
  color: #333333;
  text-align: center;
  background: #fff;
}
.subGnbList .inner .lnbList {
  float: left;
  position: relative;
  width: 200px;
  border-right: 1px solid #d9d9d9;
  text-align: center;
  background: #fff;
}
.subGnbList .inner .lnbList p {
  font-size: 15px;
  height: 56px;
  line-height: 56px;
  color: #d0011d;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding-right: 40px;
}
.subGnbList .inner .lnbList p:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  width: 11px;
  height: 5px;
  background: url("/images/bull_arrow2.png") no-repeat;
}

.subGnbList .inner .lnbList ul {
  display: none;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  border: 1px solid #333333;
  background: #fff;
  padding-bottom: 20px;
  text-align: center;
}
.subGnbList .inner .lnbList ul li {
  padding-top: 20px;
}
.subGnbList .inner .lnbList ul li:first-child {
  padding-top: 70px;
}
.subGnbList .inner .lnbList ul li a {
  font-size: 15px;
  line-height: 17px;
  color: #333;
}
.subGnbList .inner .lnbList ul li a:hover {
  color: #d0011d;
}
.subGnbList .inner .lnbList:hover ul {
  display: block;
}

.h2Wrap {
  position: relative;
  padding: 80px 0 55px 0;
  margin-bottom: 45px;
  text-align: center;
}
.h2Wrap:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  margin-left: -25px;
  background: #d0011d;
  height: 2px;
}
.h2Wrap h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: #333333;
}
.h2Wrap.roboto h2 {
  font-family: "Roboto";
}

/* searchTable */
.searchTable {
  margin-bottom: 23px;
  padding-bottom: 14px;
  border-bottom: 2px solid #000000;
}
.searchTable.borderNone {
  border-bottom: 2px solid #d0011d;
}
.searchTable.mb0 {
  margin-bottom: 0;
}
.searchTable:after {
  content: "";
  display: block;
  clear: both;
}
.searchTable .leftTotal {
  float: left;
  font-size: 15px;
  color: #333333;
  padding-top: 20px;
}
.searchTable .leftTotal span {
  color: #d0011d;
  font-family: "Roboto";
}
.searchTable .rightSearch {
  float: right;
}
.searchTable .rightSearch:after {
  content: "";
  display: block;
  clear: both;
}
.searchTable .rightSearch .baseSel {
  float: left;
  width: 111px;
}
.searchTable .rightSearch .baseSel select {
  height: 45px;
  width: 100%;
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  font-size: 15px;
  color: #000000;
  opacity: 1;
}
.searchTable .rightSearch .inputBox {
  float: left;
  width: 190px;
  margin-left: 6px;
}
.searchTable .rightSearch .inputBox input {
  height: 45px;
  line-height: 45px;
  width: 100%;
  border: 1px solid #d1d1d1;
  color: #000000;
  padding-left: 10px;
  font-size: 15px;
}
.searchTable .rightSearch .btnSearch {
  float: left;
  margin-left: 6px;
  text-align: center;
}
.searchTable .rightSearch .btnSearch a {
  display: inline-block;
  height: 45px;
  width: 82px;
  font-size: 16px;
  color: #fff;
  line-height: 45px;
  background: #d0011d;
}

/* faqList */
.faqList {
}
.faqList ul li .question {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 13px 0;
  cursor: pointer;
  font-size: 15px;
  color: #666666;
  text-align: center;
}
.faqList ul li .question div {
  float: left;
}
.faqList ul li .question .num {
  float: left;
  width: 70px;
}
.faqList ul li .question .state {
  width: 50px;
}
.faqList ul li .question .state span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: url("/images/btnQ.png") no-repeat;
}
.faqList ul li .question .text {
  width: 700px;
  text-align: left;
  padding-left: 5px;
}
.faqList ul li .question .date {
  width: 170px;
}
.faqList ul li .question:after {
  content: "";
  display: block;
  clear: both;
}
.faqList ul li .question:before {
  content: "";
  position: absolute;
  right: 44px;
  top: 22px;
  width: 12px;
  height: 7px;
  background: url("/images/btnFaqDown.png") no-repeat;
}
.faqList ul li .answer {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 23px 83px;
  background: #f5f5f5;
}
.faqList ul li .answer .text {
  padding-left: 40px;
  padding-top: 2px;
  background: url("/images/btnA.png") 0 0 no-repeat;
  font-size: 15px;
  color: #666666;
}
.faqList ul li.on .question:before {
  background: url("/images/btnFaqUp.png") no-repeat;
}

/* listType01 */
.listType01 {
  position: relative;
  margin-bottom: 60px;
}
.listType01 table {
  width: 100%;
  table-layout: fixed;
}
.listType01 table th {
  font-size: 15px;
  color: #333333;
  height: 50px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.listType01 table td {
  font-size: 15px;
  color: #666666;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.listType01 table td a {
  font-size: 15px;
  color: #666666;
}
.listType01 table td.left {
  text-align: left;
  padding-left: 48px;
}
.listType01 table .noticeTr td {
  background: #f5f5f5;
}
.listType01 table .noticeTr td.left {
  padding-left: 0;
}
.listType01 table .noti {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #ffffff;
  width: 38px;
  line-height: 21px;
  height: 21px;
  background: #444444;
  border-radius: 10px;
  text-align: center;
  margin-right: 5px;
}
.listType01 table .down {
  margin-right: 3px;
  margin-left: 3px;
}
.listType01 table .new {
  margin-right: 3px;
}

/* paging */
.paging {
  text-align: center;
  margin-bottom: 30px;
}
.paging .btn {
  text-indent: -999em;
}
.paging .first {
  background: url("/images/paging01.png") center center no-repeat;
  margin-left: 0;
}
.paging .prev {
  background: url("/images/paging02.png") center center no-repeat;
  margin-right: 35px;
  margin-left: 1px;
}
.paging .next {
  background: url("/images/paging03.png") center center no-repeat;
  margin-left: 35px;
  margin-right: 1px;
}
.paging .last {
  background: url("/images/paging04.png") center center no-repeat;
  margin-left: 0;
}
.paging a {
  display: inline-block;
  margin-left: 3px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cccccc;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  font-size: 17px;
  color: #333333;
}
.paging a.on {
  background: #d0011d;
  color: #fff;
  border: none;
}

/* writeType01 */
.writeType01 {
  border-top: 2px solid #d0011d;
}
.writeType01 table {
  width: 100%;
}
.writeType01 table th {
  border-bottom: 1px solid #d1d1d1;
  background: #fafafa;
  padding: 16px 0 10px 30px;
  font-size: 16px;
  color: #535353;
  font-weight: 500;
  text-align: left;
}
.writeType01 table td {
  border-bottom: 1px solid #d1d1d1;
  padding: 16px 0 10px 30px;
  font-size: 15px;
  color: #333333;
}
.writeType01 table textarea {
  border: 1px solid #d1d1d1;
  padding: 10px;
  height: 230px;
  width: 100%;
  resize: none;
  font-size: 15px;
}
.writeType01 table input[type="text"] {
  border: 1px solid #d1d1d1;
  padding-left: 10px;
  width: 610px;
  height: 50px;
  font-size: 16px;
  color: #333;
}
.writeType01 table input.size01 {
  width: 100px;
}
.writeType01 table input.size02 {
  width: 200px;
}
.writeType01 table .dash {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.writeType01 table .box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

/* tableType01 */
.tableType01 table {
  width: 100%;
}
.tableType01 table th {
  height: 57px;
  background: #006bb7;
  border-left: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 17px;
}
.tableType01 table th:first-child {
  border-left: none;
}
.tableType01 table td {
  border-right: 1px solid #bec3c7;
  border-bottom: 1px solid #bec3c7;
  color: #666666;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  padding: 15px 0;
}
.tableType01 table td.left {
  text-align: left;
  padding-left: 30px;
}
.tableType01 table td:last-child {
  border-right: none;
}

/* fileWrap */
.fileWrap {
  clear: both;
  margin-bottom: 10px;
  position: relative;
}
.fileWrap:after {
  content: "";
  display: block;
  clear: both;
}
.fileSearch {
  position: relative;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
}
.fileSearch .file_input_textbox {
  height: 32px;
  width: 572px !important;
  margin-left: 91px;
  border: none !important;
  pointer-events: none;
  z-index: 0;
  position: relative;
}
.fileSearch .file_input_div {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 50px;
}
.fileSearch .file_input_button {
  width: 80px;
  height: 35px;
  position: absolute;
  left: 5px;
  top: 7px;
  background: url("../images/btnFile.png") no-repeat;
  cursor: pointer;
  border: none;
}
.fileSearch .file_input_hidden {
  font-size: 45px;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -khtml-opacity: 0;
  -moz-opacity: 0;
  cursor: pointer;
}
.fileWrap .plus {
  position: absolute;
  right: 19px;
  top: 15px;
}
.fileWrap .plus span {
  padding: 5px 0 5px 35px;
  line-height: 15px;
  display: inline-block;
  background: url("/images/btnPlus.png") left center no-repeat;
  font-size: 15px;
  color: #333333;
}
.fileWrap .min {
  position: absolute;
  right: 90px;
  top: 15px;
}
.fileWrap .min span {
  padding: 5px 0 5px 35px;
  line-height: 15px;
  display: inline-block;
  background: url("/images/btnMinus.png") left center no-repeat;
  font-size: 15px;
  color: #333333;
}

/* noticeSlide */
.noticeSlide {
  margin-bottom: 50px;
}
.noticeSlide ul:after {
  content: "";
  display: block;
  clear: both;
}
.noticeSlide li {
  float: left;
  height: 465px;
  width: 365px;
  margin-left: 35px;
  margin-top: 50px;
  position: relative;
}
.noticeSlide li span {
  display: block;
  text-align: left;
}
.noticeSlide li .img {
  display: block;
  width: 350px;
  height: 240px;
  text-align: center;
  border: 1px solid #cfcfcf;
}
.noticeSlide li .img img {
  width: 348px;
  height: 238px;
}
.noticeSlide li .title {
  padding: 25px 0 20px 0;
  font-size: 21px;
  line-height: 30px;
  color: #333333;
  font-weight: 700;
}
.noticeSlide li .text {
  padding: 0 0 20px 0;
  font-size: 15px;
  color: #888888;
  line-height: 24px;
}
.noticeSlide li .date {
  font-size: 13px;
  color: #cdcdcd;
  font-weight: 700;
}
.noticeSlide li:nth-child(-n + 3) {
  margin-top: 0;
}
.noticeSlide li a:hover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 348px;
  height: 100%;
  border: 2px solid #5eaae1;
  z-index: 0;
}

/* footSlide */
.footSlide {
  border-top: 1px solid #e6e6e6;
}
.footSlide .in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
.footSlide .bx-wrapper {
  max-width: 1480px !important;
  margin: 0 auto;
}
.footSlide ul li {
  margin-right: 20px;
  text-align: center;
}
.footSlide .bx-controls-direction a {
  position: absolute;
  text-indent: -999em;
  width: 17px;
  height: 31px;
  top: 50%;
  margin-top: -15px;
}
.footSlide .bx-controls-direction a.bx-prev {
  background: #000 url("/images/btnPrev2.png") no-repeat;
  left: -50px;
}
.footSlide .bx-controls-direction a.bx-next {
  background: #000 url("/images/btnNext2.png") no-repeat;
  right: -33px;
}
.footSlide .bx-pager {
  display: none;
}
.footSlide.hide .bx-controls-direction {
  display: none;
}

/* addressBox */
.addressBox {
  background: #444444;
}
.addressBox .inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.addressBox .inner .footLeft {
  padding: 43px 0;
  border-bottom: 1px solid #555555;
}
.addressBox .inner .footLeft ul:after {
  content: "";
  display: block;
  clear: both;
}
.addressBox .inner .footLeft ul li {
  float: left;
  margin-left: 40px;
}
.addressBox .inner .footLeft ul li:first-child {
  margin-left: 0;
}
.addressBox .inner .footLeft ul li a {
  font-size: 16px;
  color: #fff;
}
.addressBox .inner .footRight {
  position: absolute;
  right: 0;
  top: 30px;
}
.addressBox .inner .footRight ul li {
  float: left;
  margin-left: 8px;
}
.addressBox .inner .footRight ul li:first-child {
  margin-left: 0;
}
.addressBox .inner .addrWrap {
  padding: 50px 0 73px 0;
}
.addressBox .inner .addrWrap:after {
  content: "";
  display: block;
  clear: both;
}
.addressBox .inner .addrWrap .logo {
  float: left;
}
.addressBox .inner .addrWrap .text {
  margin-left: 122px;
  font-size: 14px;
  line-height: 14px;
  color: #999999;
}
.addressBox .inner .addrWrap .text address {
  padding-bottom: 20px;
}

.aboutWrap {
  text-align: center;
}
.aboutWrap .tit01 {
  font-size: 21px;
  color: #d0011d;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 21px;
}
.aboutWrap .tit02 {
  font-size: 15px;
  color: #2c2c2c;
  margin-bottom: 55px;
  line-height: 30px;
}
.aboutWrap .tit03 {
  font-size: 15px;
  color: #444444;
  margin-bottom: 65px;
  line-height: 15px;
}

.philWrap .img {
  text-align: center;
  margin-bottom: 70px;
}
.philWrap .text {
  font-size: 15px;
  color: #444444;
  line-height: 28px;
  padding-bottom: 50px;
}
.philWrap .text p {
  margin-bottom: 40px;
}

/* tabBase */
.tabBase {
  margin: 0 auto 45px auto;
}
.tabBase:after {
  content: "";
  display: block;
  clear: both;
}
.tabBase a {
  float: left;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  width: 33.33336%;
  text-align: center;
  height: 53px;
  font-weight: 400;
  line-height: 53px;
  font-size: 18px;
  color: #333333;
  background: #fff;
}
.tabBase a:last-child {
  border-right: 1px solid #d0d0d0;
}
.tabBase a.on {
  background: #cf0001;
  color: #fff;
}
.tabBase.one a {
  width: 100%;
}
.tabBase.two a {
  width: 50%;
}
.tabBase.three a {
  width: 33.33%;
}
.tabBase.four a {
  width: 25%;
}
.tabBase.five a {
  width: 20%;
}
.tabBase.nine {
}
.tabBase.nine:after {
  content: "";
  padding-top: 25px;
  display: block;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 45px;
}
.tabBase.nine a {
  width: 11.2%;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.tabBase.nine a:first-child {
  width: 10%;
}

/* tabBaseList */
.tabBaseList {
  margin: 0 auto 45px auto;
}
.tabBaseList:after {
  content: "";
  display: block;
  clear: both;
}
.tabBaseList a {
  float: left;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  width: 33.33336%;
  text-align: center;
  height: 53px;
  font-weight: 400;
  line-height: 53px;
  font-size: 18px;
  color: #333333;
  background: #fff;
}
.tabBaseList a:last-child {
  border-right: 1px solid #d0d0d0;
}
.tabBaseList a.on {
  background: #cf0001;
  color: #fff;
}
.tabBaseList.nine:after {
  content: "";
  padding-top: 25px;
  display: block;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 45px;
}
.tabBaseList.nine a {
  width: 9%;
  font-size: 15px;
  letter-spacing: -0.5px;
}
.tabBaseList.nine a:first-child {
  width: 10%;
}

.tabSection {
  margin-bottom: 30px;
}
.tabSection > div {
  display: none;
}
.tabSection > div:first-child {
  display: block;
}

.hisWrap {
  position: relative;
  padding-bottom: 100px;
}
.hisWrap:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background: #f2f2f2;
  width: 1px;
}
.hisWrap > ul > li {
  position: relative;
  margin-bottom: 55px;
}
.hisWrap > ul > li:after {
  content: "";
  display: block;
  clear: both;
}
.hisWrap > ul > li .year {
  font-size: 32px;
  color: #d0011d;
  font-weight: 500;
  font-family: "Roboto";
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 32px;
  clear: both;
  margin-bottom: 10px;
}
.hisWrap > ul > li .year:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -34px;
  margin-left: -7px;
  width: 10px;
  height: 10px;
  z-index: 10;
  background: #fff;
  border: 2px solid #cf0001;
  border-radius: 50%;
}
.hisWrap > ul > li:first-child .year {
  background: #fff;
  padding-bottom: 5px;
}
.hisWrap > ul > li .hisList {
  float: left;
  width: 500px;
  text-align: right;
}
.hisWrap > ul > li .hisList ul li {
  position: relative;
  padding-right: 45px;
  text-align: right;
}
.hisWrap > ul > li .hisList .text {
  font-size: 15px;
  color: #444444;
  line-height: 32px;
}
.hisWrap > ul > li .hisList .smY {
  position: absolute;
  right: 0;
  font-size: 15px;
  color: #aaaaaa;
  line-height: 32px;
}
.hisWrap > ul > li .popImg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -46px;
  text-align: left;
  width: 435px;
}
.hisWrap > ul > li .popImg.type2 {
  right: 75px;
}
.hisWrap > ul > li.right .hisList {
  float: right;
  text-align: left;
}
.hisWrap > ul > li.right .hisList ul li {
  padding: 0 0 0 45px;
}
.hisWrap > ul > li.right .hisList .text {
  text-align: left;
}
.hisWrap > ul > li.right .hisList .smY {
  right: auto;
  left: 0;
}
.hisWrap > ul > li.right .popImg {
  position: absolute;
  right: auto;
  left: 0;
  top: 50%;
  text-align: right;
}

.productList > ul {
  margin-left: -12px;
}
.productList > ul:after {
  content: "";
  display: block;
  clear: both;
}
.productList > ul > li {
  float: left;
  width: 358px;
  margin-left: 12px;
  margin-top: 9px;
}
.productList > ul > li:nth-child(-n + 3) {
  margin-top: 0;
}
.productList > ul > li a {
  display: block;
  border: 1px solid #cfcfcf;
  height: 216px;
  transition: 0.3s all;
}
.productList > ul > li.empty {
  border: 1px solid #cfcfcf;
  overflow: hidden;
}
.productList > ul > li a:after {
  content: "";
  display: block;
  clear: both;
}
.productList > ul > li a .img {
  float: left;
  width: 160px;
  text-align: center;
  height: 216px;
  line-height: 216px;
  margin-right: 10px;
}
.productList > ul > li a .img img {
  vertical-align: middle;
  width: auto !important;
  max-width: 150px;
}
.productList > ul > li a .info {
  float: left;
  width: 180px;
  padding-right: 12px;
}
.productList > ul > li a .info .bigTitle {
  padding-top: 90px;
  text-align: center;
  font-size: 25px;
  color: #333333;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}
.productList > ul > li a .info .btnMore {
  text-align: center;
}
.productList > ul > li a .info .btnMore span {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  background: url("/images/bull_listOff.png") 115px center no-repeat;
  display: inline-block;
  font-size: 14px;
  color: #888888;
  width: 140px;
  height: 40px;
  line-height: 38px;
  font-family: "Roboto";
  padding-right: 10px;
  transition: 0.3s all;
}
.productList > ul > li a:hover {
  box-shadow: 3px 3px 5px rgba(194, 194, 194, 0.6);
  border: 1px solid #cd0722;
}
.productList > ul > li a:hover .info .btnMore span {
  border: none;
  background: #d0011d url("/images/bull_listOn.png") 115px center no-repeat;
  font-size: 14px;
  color: #fff;
}

.productList .title {
  padding-top: 48px;
  font-size: 25px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 700;
}
.productList a ul li {
  font-size: 13px;
  color: #444444;
  margin-bottom: 8px;
  line-height: 15px;
  margin-left: 10px;
  text-indent: -10px;
  word-break: keep-all;
}
.productList a ul li:last-child {
  margin-bottom: 0;
}
.productList a:hover .title {
  color: #d0011d;
}
.productList a .title .new {
  margin-right: 3px;
  position: relative;
  top: -2px;
}

.new {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 21px;
  background: url("/images/btnNew.png") no-repeat;
}
.down {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 19px;
  background: url("/images/bull_down.png") no-repeat;
}

.productDetail {
  margin: 0 auto 60px auto;
  padding-top: 45px;
}
.productDetail:after {
  content: "";
  display: block;
  clear: both;
}
.productDetail .leftImg {
  float: left;
  width: 540px;
  text-align: center;
  height: 330px;
  overflow: hidden;
}
.productDetail .leftImg .bxslider {
}
.productDetail .leftImg .bxslider li {
  position: relative;
}
.productDetail .leftImg .bxslider li span {
  display: inline-block;
  position: relative;
  height: 238px;
  line-height: 238px;
}
.productDetail .leftImg .bxslider li span:after {
  /* content:''; position: absolute; right:10px; bottom:10px; background: url('/images/btnDot.png') no-repeat; width: 36px; height: 37px; */
}
.productDetail .leftImg .bxslider li img {
  max-width: 485px;
  max-height: 100%;
  vertical-align: middle;
}
.productDetail .leftImg .bx-controls-direction {
  display: none;
}
.productDetail .leftImg #bx-pager {
  margin-top: 7px;
}
.productDetail .leftImg #bx-pager a {
  display: inline-block;
  width: 85px;
  height: 85px;
  border: 1px solid #d1d1d1;
  margin: 0 15px;
  overflow: hidden;
}
.productDetail .leftImg #bx-pager a.active {
  border: 3px solid #d0011d;
}
.productDetail .leftImg #bx-pager a img {
  height: 100%;
}
.productDetail .rightDetail {
  float: right;
  width: 550px;
  padding: 50px 27px 0 27px;
  background: #fafafa;
  height: 330px;
}
.productDetail .rightDetail:hover {
  position: relative;
  z-index: 10;
}
.productDetail .rightDetail .state {
  padding-left: 12px;
  margin-bottom: 7px;
}
.productDetail .rightDetail .title {
  font-size: 28px;
  color: #333333;
  margin-bottom: 30px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 12px;
}

.productTable {
  padding-left: 12px;
  padding-top: 30px;
  border-top: 1px solid #464646;
}
.productTable table {
  width: 100%;
}
.productTable table th {
  font-size: 15px;
  color: #333333;
  text-align: left;
  padding: 5px 0;
  font-weight: 400;
}
.productTable table td {
  font-size: 15px;
  color: #666666;
  text-align: left;
  padding: 5px 0;
}

.viewBox {
  padding-top: 25px;
}
.viewBox .title {
  font-size: 38px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 38px;
  text-align: center;
}
.viewBox .infoTit {
  font-size: 25px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 20px;
}
.viewBox .img {
  border: 1px solid #e1e1e1;
  text-align: center;
  overflow: hidden;
}

.btnList {
  text-align: right;
}
.btnList a {
  display: inline-block;
  width: 99px;
  height: 44px;
  line-height: 44px;
  background: #fbfbfb;
  border: 1px solid #cccccc;
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
}
.btnList a span {
  display: inline-block;
  padding-left: 17px;
  background: url("/images/bull_list.png") left center no-repeat;
}

.btnPopDown {
  position: relative;
  padding-top: 20px;
}
.btnPopDown a {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 410px;
  height: 44px;
  line-height: 44px;
  margin-left: -205px;
  border: 1px solid #787878;
  text-align: center;
}
.btnPopDown a span {
  display: inline-block;
  padding-right: 32px;
  background: url("/images/bull_down.png") right center no-repeat;
  font-size: 16px;
  color: #333333;
}

.doubleTab {
  padding-bottom: 24px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a6a6a6;
}
.doubleTab:after {
  content: "";
  display: block;
  clear: both;
}
.doubleTab .rightBtn {
  float: right;
}
.doubleTab .rightBtn a {
  display: block;
  width: 148px;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #d0011d;
  text-align: center;
  border: 1px solid #d0011d;
}

.tabBase2 {
  float: left;
}
.tabBase2:after {
  content: "";
  display: block;
  clear: both;
}
.tabBase2 a {
  float: left;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  border-left: 1px solid #d0d0d0;
  width: 177px;
  text-align: center;
  height: 45px;
  font-weight: 400;
  line-height: 45px;
  font-size: 15px;
  color: #333333;
  background: #fff;
}
.tabBase2 a:last-child {
  border-right: 1px solid #d0d0d0;
}
.tabBase2 a.on {
  background: #cf0001;
  color: #fff;
}

.catalList {
  margin-bottom: 50px;
}
.catalList ul {
  margin-left: -85px;
  padding-top: 37px;
}
.catalList ul:after {
  content: "";
  display: block;
  clear: both;
}
.catalList ul li {
  float: left;
  margin-left: 135px;
  width: 244px;
  height: 456px;
}
.catalList ul li .img {
  border: 1px solid #eaeaea;
  overflow: Hidden;
  height: 335px;
  line-height: 335px;
  margin-bottom: 25px;
}
.catalList ul li .img img {
  max-width: 242px;
  vertical-align: middle;
}
.catalList ul li .title {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 8px;
}
.catalList ul li .date {
  font-size: 16px;
  color: #999999;
  font-family: "Roboto";
}
.catalList ul li .new {
  margin-right: 2px;
}
.catalList ul li .date {
  margin-right: 2px;
}

/* viewType01 */
.viewType01 {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.viewType01 .topText {
  position: relative;
}
.viewType01 .topText .title {
  border-bottom: 1px solid #d1d1d1;
  font-size: 20px;
  color: #444444;
  font-weight: 500;
  padding: 22px 350px 22px 0;
}
.viewType01 .topText .info {
  position: absolute;
  right: 0;
  top: 26px;
  font-size: 15px;
  line-height: 15px;
  color: #868686;
}
.viewType01 .topText .info em {
  color: #444444;
  font-weight: 500;
  font-size: 16px;
}
.viewType01 .topText .info:after {
  content: "";
  display: block;
  clear: both;
}
.viewType01 .topText .info span {
  margin-left: 23px;
}
.viewType01 .topText .info span:first-child {
  margin-left: 0;
}
.viewType01 .topText .info span.file a {
  display: inline-block;
  vertical-align: middle;
  padding-right: 33px;
  background: url("/images/btnFile.png") right center no-repeat;
  font-size: 16px;
  line-height: 16px;
  color: #888888;
}
.viewType01 .topText .downBox {
  text-align: right;
  background: #fbfbfb;
  margin: 5px 0 0 0;
  padding: 13px 20px 18px 0;
}
.viewType01 .topText .downBox span {
  display: inline-block;
}
.viewType01 .topText .downBox a {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 16px;
  padding-left: 32px;
  background: url("/images/bull_down.png") left center no-repeat;
}
.viewType01 .contText {
  padding: 30px 0;
  color: #666666;
  font-size: 15px;
  min-height: 200px;
}
.viewType01 .contText img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #dedede;
}
.viewType01 .contText img .updateImg {
  display: block;
  margin: 0 auto;
  width: 800px;
  height: 1131px;
}

/* viewPaging */
.viewPaging {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
  margin-bottom: 30px;
}
.viewPaging .line {
  border-top: 1px solid #d1d1d1;
}
.viewPaging .line:after {
  content: "";
  display: block;
  clear: both;
}
.viewPaging .line .tit {
  float: left;
  font-size: 16px;
  color: #4c4c4c;
  height: 52px;
  font-weight: 500;
  line-height: 52px;
  background: #f8f8f8;
  width: 227px;
  text-align: center;
}
.viewPaging .line .text {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #666666;
}
.viewPaging .line .text a {
  font-size: 15px;
  color: #4c4c4c;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 33px;
}

.mapSearch {
  margin-bottom: 50px;
}
.mapSearch:after {
  content: "";
  display: block;
  clear: both;
}
.mapSearch .map {
  float: left;
  width: 550px;
  background: #fcfcfc;
}
.mapSearch .map iframe {
  height: 300px;
  width: 100%;
}
.mapSearch .searchBox {
  float: right;
  width: 550px;
  height: 300px;
  border: 1px solid #cccccc;
  border-left: none;
  background: #fcfcfc;
  padding: 62px 50px 0 55px;
}
.mapSearch .searchBox .line {
  margin-bottom: 30px;
}
.mapSearch .searchBox .line .tit {
  font-size: 17px;
  color: #333333;
  line-height: 17px;
  margin-bottom: 10px;
}
.mapSearch .searchBox .line .input:after {
  content: "";
  display: block;
  clear: both;
}
.mapSearch .searchBox .line .input input {
  float: left;
  width: 357px;
  height: 45px;
  padding-left: 17px;
  border: 1px solid #d1d1d1;
  font-size: 14px;
  color: #555454;
}
.mapSearch .searchBox .line .input a {
  float: right;
  width: 82px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #fff;
  background: #d0011d;
  font-size: 16px;
}

/* listType02 */
.listType02 {
  position: relative;
  margin-bottom: 60px;
}
.listType02 table {
  width: 100%;
  table-layout: fixed;
}
.listType02 table th {
  font-size: 15px;
  color: #333333;
  height: 50px;
  font-weight: 400;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.listType02 table td {
  font-size: 15px;
  color: #666666;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.listType02 table td a {
  font-size: 15px;
  color: #666666;
}
.listType02 table td.left {
  text-align: left;
  padding-left: 48px;
}
.listType02 table .noticeTr td {
  background: #f5f5f5;
}
.listType02 table .noticeTr td.left {
  padding-left: 0;
}
.listType02 table .noti {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  color: #ffffff;
  width: 38px;
  line-height: 21px;
  height: 21px;
  background: #444444;
  border-radius: 10px;
  text-align: center;
  margin-right: 5px;
}
.listType02 table .down {
  margin-right: 3px;
}
.listType02 table .new {
  margin-right: 3px;
}

.btnDetail {
  display: inline-block;
  font-size: 15px;
  color: #444444;
  text-align: center;
  width: 133px;
  line-height: 36px;
  height: 36px;
  border: 1px solid #444444;
}

/* popArea */
.popArea {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.popArea .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.popArea .popCont {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 870px;
  margin-left: -435px;
  margin-top: -300px;
  background: #fff;
  padding: 0 0 35px 0;
}
.popArea .popCont .img img {
  width: 100%;
}
.popArea .popCont .closePop {
  position: absolute;
  right: 22px;
  top: 23px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-indent: -999em;
  background: url("/images/btnClose.png") no-repeat;
}
.popArea .popCont .tit {
  text-align: center;
  background: #d0011d;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin-bottom: 37px;
}
.popArea .popCont .mapPop {
  padding: 0 30px;
  background: #fcfcfc;
}
.popArea .popCont .mapPop:after {
  content: "";
  display: block;
  clear: both;
}
.popArea .popCont .mapPop .map {
  float: left;
  width: 340px;
}
.popArea .popCont .mapPop .map iframe {
  height: 240px;
  width: 100%;
}
.popArea .popCont .mapPop .writeType02 {
  float: right;
  width: 440px;
}

/* writeType02 */
.writeType02 {
  border-top: 1px solid #333333;
}
.writeType02 table {
  width: 100%;
}
.writeType02 table th {
  border-bottom: 1px solid #d3d3d3;
  background: #f8f8f8;
  padding: 18px 0 19px 22px;
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  text-align: left;
}
.writeType02 table td {
  border-bottom: 1px solid #d3d3d3;
  padding: 18px 0 19px 28px;
  font-size: 15px;
  color: #666666;
}

.inWrite.type2 {
  border-top: 2px solid #000000;
  padding-top: 18px;
}
.inWrite.type2 .box {
  margin-bottom: 0;
}
.dashLine {
  height: 1px;
  background: #eeeeee;
  margin: 19px 0;
  clear: both;
  width: 100%;
}
.inWrite .dashLine {
  float: left;
}

.fullBox.type2 {
  background: none;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.fullBox.type2 .inner:before {
  display: none;
}
.fullBox.type2 .inner .box {
  background: none;
}
.fullBox.type2 .box .tit .titSpan {
  color: #333333;
  font-weight: 500;
}
.fullBox.type2 .box input[type="text"] {
  border: 1px solid #cfcfcf;
}
.fullBox.type2 .box .baseSel {
  border: 1px solid #cfcfcf;
}

.lastInfo.type2 {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; /*margin-bottom: 45px;*/
}

.fullBox.contactBox {
  border-top: 2px solid #000000;
  padding-top: 20px; /*margin-bottom: 50px;*/
}
.fullBox.contactBox .box {
  width: 265px;
  padding: 0;
  margin-left: 13px;
  height: auto;
}
.fullBox.contactBox .box:first-child {
  margin-left: 0;
}
.fullBox.contactBox .box.new04 input {
  width: 78px;
}
.fullBox.contactBox .dash {
  color: #cfcfcf;
}
.fullBox.contactBox .dashLine {
  float: left;
}

.fullBox.contactBox .box.new05 {
  width: 100%;
  margin-left: 0;
}
.fullBox.contactBox .box.new05:after {
  content: "";
  display: block;
  clear: both;
}
.fullBox.contactBox .box.new05 .tit {
  float: left;
  width: 120px;
  margin-bottom: 0;
}
.fullBox.contactBox .radioIp {
  float: left;
}
.fullBox.contactBox .radioIp input {
  position: absolute;
  visibility: hidden;
}
.fullBox.contactBox .radioIp label {
  position: relative;
  padding-left: 25px;
  display: inline-block;
  font-size: 15px;
  color: #444444;
}
.fullBox.contactBox .radioIp label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url("/images/bull_radio.png") no-repeat;
}
.fullBox.contactBox .radioIp label:last-child {
  margin-left: 30px;
}
.fullBox.contactBox .radioIp input:checked + label:after {
  background: url("/images/bull_radioOn.png") no-repeat;
}

.fullBox.contactBox .box.new06 {
  width: 100%;
  margin-left: 0;
}
.fullBox.contactBox .box.new06 textarea {
  height: 150px;
  resize: none;
  padding: 15px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  width: 100%;
}

.fullBox.contactBox .box.new07 {
  width: 100%;
  margin-left: 0;
}
.fullBox.contactBox .lastInfo {
  clear: both;
  padding-top: 5px;
  padding-bottom: 10px;
}
.fullBox.contactBox .lastInfo .infoTit01 {
  text-align: left;
  padding-top: 0;
  line-height: 21px;
}

.tabCont > div {
  opacity: 0;
  visibility: hidden;
}
.tabCont > div.active {
  opacity: 1;
  visibility: visible;
}

.siteMap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 988px;
  z-index: 999;
  background: #333333;
  display: none;
}
.siteMap .inner {
  padding-top: 265px;
}
.siteMap .inner > ul:after {
  content: "";
  display: block;
  clear: both;
}
.siteMap .inner > ul > li {
  float: left;
  width: 275px;
  min-height: 450px;
  border-left: 1px solid #707070;
  padding-left: 40px;
}
.siteMap .inner > ul > li:first-child {
  border-left: none;
}
.siteMap .inner > ul > li > a {
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
.siteMap .inner .subGnb01 {
  padding-top: 54px;
}
.siteMap .inner .subGnb01 > li {
  margin-bottom: 20px;
}
.siteMap .inner .subGnb01 > li a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  color: #fff;
}
.siteMap .inner .subGnb01 > li:hover > a {
  color: #d0011d;
}
.siteMap .inner .lastGnb {
  padding-top: 16px;
}
.siteMap .inner .lastGnb ul {
  padding-left: 18px;
  border-left: 1px solid #b7b7b7;
}
.siteMap .inner .lastGnb li {
  margin-bottom: 20px;
}
.siteMap .inner .lastGnb li:last-child {
  margin-bottom: 20px;
}
.siteMap .inner .lastGnb li a {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: 300;
}
.siteMap .inner .lastGnb li a:hover {
  color: #d0011d;
}
.siteMap .closeSite {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  background: url("/images/btnCloseSite.png") no-repeat;
  text-indent: -999em;
  cursor: pointer;
}

.privacyWrap {
  text-align: left;
}
.privacyWrap .tit01 {
  font-size: 34px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: 34px;
  position: relative;
  padding-bottom: 55px;
  margin-bottom: 65px;
}
.privacyWrap .tit01:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background: #0060b1;
}
.privacyWrap .tit02 {
  color: #666;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.privacyWrap .tit03 {
  font-size: 15px;
  color: #444444;
  margin-bottom: 55px;
  line-height: 25px;
}
.privacyWrap .tit04 {
  font-size: 34px;
  color: #0060b1;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 34px;
}
.privacyWrap .tit05 {
  position: relative;
  height: 391px;
}
.privacyWrap .tit05 img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1000px;
}

/* 고객등록 */
.imgfit img {
  height: 50px;
}
.dateButton {
  display: flex;
}
.fullBox .box.no1.wdplus {
  width: 360px;
}
.fullBox.type2.mb30 {
  margin-bottom: 30px;
}



 /*  =========================   20251125  ==========================   */
.slideWrap { height:722px; padding-top:90px; overflow:hidden; position:relative; }
.slideWrap .title { text-align:center; font-size:36px; color:#333; font-weight:700; font-family:"Roboto"; line-height:36px; padding-bottom:34px; position:relative; }
.slideWrap .title:after { content:""; position:absolute; left:50%; bottom:0; margin-left:-20px; width:40px; height:2px; background:#d0011d; }

.slideWrap .tabSlide { position:relative; text-align:center; padding-top:70px;  }
.slideWrap .tabSlide ul { display:flex; justify-content:center;  }
.slideWrap .tabSlide ul li { position:relative; text-align:center; }
.slideWrap .tabSlide ul li:not(:first-child):before { content:""; position:absolute; left:0; top:50%; margin-top:-8px; width:1px; height:16px; background:#ccc; display:block; }
.slideWrap .tabSlide ul li a { font-size:17px; color:#777; display:block; line-height:17px; padding:0 21px; }
.slideWrap .tabSlide ul li.on a { color:#d0011d; }

.slideWrap .tabCont { display:flex; justify-content:center; }
.slideWrap .slideBox { height:100%; position:absolute; top:300px; overflow:hidden; left:50%; transform:translateX(-50%); visibility:hidden; transition:opacity .5s ease; display:none; }
.slideWrap .slideBox.active {  visibility:visible; opacity:1; display:block; }
.slideWrap .slideBox .swiper { width:100%; height:100%; }
.slideWrap .slideBox .swiper-slide { text-align:center; width:250px !important; height:300px;  transition: width .5s ease; position:relative; }
.slideWrap .slideBox .swiper-slide:after { content:""; display:block; clear:both; }
.slideWrap .slideBox .swiper-slide-active { width:1100px !important; }

/* 슬라이드 기본 */
.slideWrap .slideBox .img { text-align:center; height:300px; line-height:300px; }
.slideWrap .slideBox .img img { max-width:234px; opacity:0.5; vertical-align:middle; transition:0.5s all; transform-origin:center center; }
.slideWrap .slideBox .info { position:absolute; overflow:hidden; transition:0.3s all; padding-left:30px; opacity:0; top:0; padding-top:30px; display:none; }

/* 슬라이드 active */
.slideWrap .slideBox .swiper-slide-active .img { float:left; padding-left:160px; width:550px; }
.slideWrap .slideBox .swiper-slide-active .img img { max-width:380px; opacity:1; }
.slideWrap .slideBox .swiper-slide-active .info { padding-top:30px; text-align:left; width:500px; opacity:1; position:absolute; display:block; left:600px; top:0; }

/* info text */
.slideWrap .slideBox .info .series { font-family:"Roboto"; font-weight:700; font-size:24px; line-height:24px; color:#333; margin-bottom:20px; }
.slideWrap .slideBox .info .name { font-family:"Roboto"; font-weight:700; font-size:60px; line-height:60px; color:#333; margin-bottom:30px; }
.slideWrap .slideBox .info ul { margin-bottom:40px; }
.slideWrap .slideBox .info ul li { margin-bottom:10px; }
.slideWrap .slideBox .info ul li:last-child { margin-bottom:0; }
.slideWrap .slideBox .info ul li:after { content:""; display:block; clear:both; }
.slideWrap .slideBox .info ul li .tit { float:left; width:125px; font-size:16px; color:#333; line-height:16px; }
.slideWrap .slideBox .info ul li .txt { margin-left:125px; font-size:16px; color:#888; line-height:16px; }

/* ================== 화살표 ================== */
.arrowWrap { position:absolute; width:1100px; top:100px; left:50%; margin-left:-550px; z-index:50; }
.arrowWrap div { margin-top:0; outline:none; }
.arrowWrap .swiper-button-prev { left:20px; top:0; width:80px; height:80px; background:url("/images/btnPrev.png") no-repeat; text-indent:-10000px; }
.arrowWrap .swiper-button-next { right:20px; top:0; width:80px; height:80px; background:url("/images/btnNext.png") no-repeat; text-indent:-10000px; }


