
.sub-con-bottom{
    padding-bottom: 40px;
}
@media(min-width:992px) {
    .sub-con-bottom{
        padding-bottom: 120px;
    }
}
.basicSet ul,
.basicSet dl {
  margin: 0 !important;
  padding: 0 !important;
}
.basicSet li {
  list-style: none;
}
.basicSet a:hover {
  text-decoration: none;
}
.word-keep {
  word-break: keep-all;
}
hr.bar {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
hr.bar.dash {
  border-top: 1px dashed #d9d9d9;
}
img {
  max-width: 100%;
}

.tableWrap {
  position: relative;
  overflow: hidden;
}
.tableWrap.handoff .hand-control {
  display: none !important;
}
.tableLayout {
  overflow-y: hidden;
  overflow-x: auto;
}
.basic-table {
  width: 100%;
  min-width: 1000px;
  border-top: 2px solid #1b1b1b;
}
.basic-table.fix {
  table-layout: fixed;
}
.basic-table td,
.basic-table th {
  border: 0px;
  border-style: solid;
  border-color: #ddd;
  line-height: 1.75em;
}
.basic-table.products thead {
  display: none;
}
.basic-table thead {
  background-size: 8px;
  border-bottom: 1px solid #ddd;
  background: #f7f7f7;
}
.basic-table thead th{
    padding: 24px 15px;
}
.basic-table thead th:first-child{
    border-right: 1px solid #ddd;
}
.basic-table th {
  padding: 15px;
  font-size: 1em;
  font-weight: 600;
  color: #182534;
  text-align: left;
  word-break: break-all;
  line-height: 1.25em;
}
.basic-table .head-group th {
  padding: 10px 10px;
  border: 0;
  border-style: dashed;
  border-color: #ddd;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.basic-table .head-group th:first-child {
  border-left-width: 0;
}
.basic-table tbody th {
    font-weight: 500;
    color: #222;
    border-bottom-width: 1px;
    font-size: 1em;
    background: #fbfbfb;
    border-right: 1px solid #dddddd;
}
.basic-table tbody td {
  border-bottom-width: 1px;
}
.basic-table td {
  padding: 15px 14px;
  border-bottom-width: 1px;
  color: #222;
  font-weight: 400;
}
.basic-table td:first-child {
  border-left-width: 0;
}
.basic-table .eng {
  font-family: Roboto, "Noto Sans KR";
  font-weight: 400;
}
.basic-table .m50 {
  width: 50px !important;
}
.basic-table .m70 {
  width: 70px !important;
}
.basic-table .m100 {
  width: 100px !important;
}
.basic-table .m150 {
  width: 150px !important;
}
.basic-table .m200 {
  width: 200px !important;
}
.basic-table .m300 {
  width: 300px !important;
}
.basic-table .tline {
  border-left-width: 1px !important;
}
.basic-table td.tline {
  border-left-width: 0 !important;
}
.basic-table p {
  margin: 0;
}

.blue-table-box .basic-table {
  min-width: auto;
}
.blue-table-box .basic-table tbody th {
  background: #fff3f3;
  word-break: keep-all;
  color: rgb(195 13 35);
  border-color: rgba(255, 0, 0, 0.2);
}
.blue-table-box .basic-table tbody th em {
  color: #ff3425;
}
.blue-table-box .basic-table .form {
  border: 1px solid #b1b1b1;
  padding: 6px;
}
.blue-table-box .basic-table .one-form {
  width: 100%;
}
.blue-table-box input[type="number"]::-webkit-outer-spin-button,
.blue-table-box input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.blue-table-box .basic-table td,
.blue-table-box .basic-table th {
  display: table-cell;
  padding: 20px;
  font-size: 16px;
}

.mini-table .basic-table {
  min-width: 700px;
}
.mini-table .basic-table th {
  background: #fff3f3;
  word-break: keep-all;
  font-weight: 600;
  color: rgb(195 13 35);
  border-color: rgba(255, 0, 0, 0.2);
}

.ezsboard5 .td-row1 .boardForm {
  width: 150px !important;
  display: inline-block;
}
.ezsboard5 .td-row2 .boardForm {
  width: 150px !important;
  display: inline-block;
}
.ezsboard5 .td-row3 .boardForm {
  width: 300px !important;
  display: inline-block;
}
.ezsboard5 #str_email02 {
  color: #ababab;
}
@media (max-width: 992px) {
  .blue-table-box .basic-table colgroup col {
    width: 100%;
  }
  .blue-table-box .basic-table td,
  .blue-table-box .basic-table th {
    text-align: left;
    padding: 10px;
    display: block;
    font-size: 14px;
  }
  .blue-table-box .basic-table th {
    padding: 16px 10px;
  }
  .ezsboard5 .td-row3 .boardForm {
    width: 150px !important;
    margin-bottom: 10px;
  }
}

.tableWrap.handoff .tableLayout:before {
  display: none;
}
.tableLayout:before {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 47px;
  height: 100%;
  width: 10px;
  display: block;
  content: "";
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.03),
    rgba(0, 0, 0, 0.1)
  );
  border-right: 1px dotted #d9d9d9;
}
.hand-control {
  border: 1px dotted #333;
  padding: 5px;
  text-align: right;
  margin-bottom: 7px;
  display: block;
}
.hand-control > span {
  display: inline-block;
  padding-left: 24px;
  line-height: 25px;
  background: url("../images/comm/control-hand.png") no-repeat left center /
    15px;
}
.hand-control > span:after {
  content: "좌우로 스크롤하여 컨텐츠를 확인하세요.";
  display: inline-block;
  font-size: 0.85em;
}

.basic-table.products .product-name {
  margin-bottom: 5px;
}
.basic-table.products .category-info {
  line-height: 1.25em;
  padding: 0;
  margin: 0;
  color: #797979;
}
.basic-table.products .category-info .fa {
  color: #999;
  font-size: 9px;
  margin: 0 4px;
}

.icon_new {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.icon_new > span {
  display: block;
  width: 25px;
  height: 25px;
  background: url("../images/content/icon_blank.png") no-repeat center / 13px;
}
.icon_new:hover {
  background: #1ed84e linear-gradient(-45deg, #1986fd, #1ed84e);
}
.icon_new:hover > span {
  background-image: url("../images/content/icon_blank_w.png");
}

.personal-privacy {
  padding: 20px 0;
}
.personal-privacy p,
.personal-privacy strong,
.personal-privacy ul li,
.personal-privacy ol li {
  font-family: "NanumSquare";
}
.personal-privacy strong {
  display: block;
  font-weight: 600;
  font-size: 1.15em;
}
.personal-privacy h4 {
  font-size: 20px;
  line-height: 1.25em;
  font-family: "NanumSquare" !important;
  font-weight: 800;
  padding: 20px 0 10px;
  margin: 0;
}
.personal-privacy p {
  font-size: 16px;
}
.personal-privacy p strong {
  font-size: 1em;
  margin-bottom: 5px;
}
.personal-privacy ul {
  display: block;
  list-style: none;
  padding: 10px 0 20px 10px;
  margin: 0;
}
.personal-privacy ol {
  display: block;
  margin: 0;
}
.personal-privacy ul li,
.personal-privacy ol li {
  font-size: 1.1em;
  line-height: 1.8em;
  padding-left: 15px;
  position: relative;
}
.personal-privacy ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 6px;
  height: 2px;
  background: #aaa;
}

.product-swiper .swiper-pagination-bullets {
  top: 14px;
  bottom: inherit;
  left: 14px;
  width: auto;
}
.product-con {
  padding: 40px 0;
}
.product-con .w50 {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 40px;
  text-align: center;
}
.product-con .product-left {
  max-height: 240px;
  overflow: hidden;
}
.product-right span {
  color: #1244c3;
  text-transform: inherit;
  letter-spacing: 0.1em;
  font-family: "Maven Pro";
  font-weight: 800;
}
.b-btn {
  background: #1b1b1b;
  border: 1px solid #1b1b1b;
  color: #fff;
  text-align: center;
  padding: 14px 30px;
  min-width: 100px;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
}
.bottom-btn {
  margin: 30px 0 20px 0;
}
.b-btn:hover {
  color: #fff;
}
.w-btn {
  background: #fff;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
  text-align: center;
  padding: 14px 30px;
  min-width: 100px;
  display: inline-block;
  font-weight: 600;
  margin: 0 5px;
}
.sub-title-2 {
  position: relative;
  text-align: center;
}
.sub-title-2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -16px;
  left: 50%;
  background: #1244c3;
  transform: translate(-50%, 0%);
}
.sub-title-3 {
  position: relative;
  text-align: left;
  display: inline-block;
}
.sub-title-3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  bottom: -16px;
  left: 0;
  background: #1244c3;
}
.p-feature {
  padding: 40px 0;
}
.pf-box {
  padding: 0;
}
.p-feature .pf-list {
  position: relative;
  overflow: hidden;
}
.pf-list .w50 {
  width: 100%;
}
.pf-list .w50 > img {
  width: 100%;
}
.pf-list .pf-txt {
  width: 100%;
}
.pf-txt .pf-title {
  background: #3e3e3e;
  color: #fff;
  padding: 20px;
}
.pf-txt .pf-stxt {
  padding: 10px !important;
  word-break: keep-all;
}
@media (min-width: 1180px) {
  .bottom-btn {
    margin: 60px 0 40px 0;
  }
  .b-btn {
    padding: 16px 40px;
    min-width: 140px;
  }
  .w-btn {
    padding: 16px 40px;
    min-width: 140px;
  }
  .product-con {
    padding: 80px 0;
    background: #ededed;
  }
  .product-con .w50 {
    width: calc(100% / 2 - 40px);
    margin: 0 20px;
    text-align: left;
  }
  .product-con .product-left {
    max-height: 400px;
  }
  .p-feature {
    padding: 80px 0;
  }
  .hand-control {
    display: none;
  }
  .tableLayout:before {
    display: none;
  }
  .pf-list .w50 {
    width: calc(100% / 2 - 40px);
    overflow: hidden;
  }
  .pf-list .pf-txt {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 790px;
    background: #fff;
  }
  .pf-txt .pf-stxt {
    padding: 20px !important;
  }
  .pf-list.pf-right .pf-img {
    float: right;
  }
  .pf-list.pf-right .pf-txt {
    left: 0;
    right: inherit;
  }
}
