@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

.body-layout {
  background-color: #fff;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
  font-family:
    "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
  list-style: none;
  list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
  display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
  width: 100%;
  padding: 0;
  margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

* {
  word-break: keep-all;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
  background: #f5f5f5;
  padding: 100px 15px;
  margin-top: -30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
  box-shadow: none;
  max-width: 500px;
  padding: 80px 40px 80px;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
  display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
  padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
  float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
  text-align: center;
  margin: 0 0 15px;
  line-height: 1;
  color: #222;
  font-size: 32px;
}

.inner-box-msg {
  width: 100%;
  text-align: center;
  float: none;
  margin-bottom: 30px;
  padding: 0;
}

.inner-box-msg p {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #555;
  margin: 0;
}

.inner-box-form {
  width: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #222;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #ddd;
  height: 40px;
  color: #555;
  font-size: 15px;
  letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
  border-color: #d73a35;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
  float: none;
  width: 100%;
  height: 50px;
  background: #d73a35;
  border-radius: 0px;
  border: none;
  font-size: 15px;
  letter-spacing: -0.03em;
  box-shadow: none;
  margin-top: 15px;
  transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
  background: #333;
}

.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p {
  width: 50%;
  margin: 0;
  float: left;
  text-align: center;
  line-height: 1;
}

.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
  border-left: 1px solid #ccc;
}

.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a {
  font-size: 14px;
  color: #555;
  letter-spacing: -0.03em;
  display: block;
  padding: 2px 0;
}

@media (max-width: 768px) {
  .login-layout,
  .id-find-layout,
  .pw-find-layout {
    padding: 20px 15px;
  }

  .login-layout .panel,
  .id-find-layout .panel,
  .id-find-layout .panel {
    padding: 40px;
  }

  .login-layout .panel-body > div.col-sm-12 h2,
  .id-find-layout .panel-body > div.col-sm-12 h2,
  .pw-find-layout .panel-body > div.col-sm-12 h2 {
    font-size: 24px;
  }

  .inner-box-msg p {
    font-size: 12px;
  }

  .login-layout label,
  .id-find-layout label,
  .pw-find-layout label {
    font-size: 14px;
  }

  .login-layout .form-control,
  .id-find-layout .form-control,
  .pw-find-layout .form-control {
    font-size: 13px;
    height: 36px;
  }

  .login-layout form > div > p > a,
  .id-find-layout form > div > p > a,
  .pw-find-layout form > div > p > a {
    font-size: 12px;
  }

  .login-layout .btn-warning,
  .id-find-layout .btn-warning,
  .pw-find-layout .btn-warning {
    height: 45px;
    font-size: 14px;
    margin-top: 10px;
  }
}

.li-dash > li,
.li-dot > li,
.li-dash > dd,
.li-dot > dd {
  padding-left: 20px;
  position: relative;
}

.li-dash > li:before,
.li-dot > li:before,
.li-dash > dd:before,
.li-dot > dd:before {
  content: "-";
  display: block;
  position: absolute;
  left: 5px;
  top: 0;
}

.li-dot > li:before,
.li-dot > dd:before {
  content: "·";
}

* {
  word-break: keep-all;
}

.subContent ul {
  margin: 0 0 15px;
  padding: 0;
  text-align: left;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
  background: #fff;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
}

.navbar-inverse .navbar-brand {
  margin: 25px 0 !important;
  padding: 0;
}

.navbar-brand img {
  margin: 0;
  max-width: 250px;
}

.navbar-inverse .navbar-nav > li > a {
  background: none;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  padding: 42px 20px;
  line-height: 1;
  position: relative;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
  background: none;
  color: #d73a35;
}

.navbar-inverse .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  display: inline-block;
  color: #666;
  font-size: 13px;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .navbar-inverse .navbar-nav .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 15px 0px;
    background-color: #fff;
    border: none;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .navbar-inverse .navbar-nav .dropdown-menu > li > a {
    background: none;
    color: #555;
    font-size: 14px;
    padding: 8px 25px;
    letter-spacing: -0.02em;
    line-height: 1;
    text-align: center;
  }

  .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
    background: #d73a35;
    color: #fff;
  }
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body > .navbar-fixed-bottom .text-center {
  background: #ffffff;
  /*배경 색*/
  color: #fff;
  /*텍스트 색*/
  font-size: 14px;
  /*텍스트 크기*/
  padding: 0px 0px 0px 0px;
  /*내부 여백*/
  margin: 0px 0px 0px 0px;
  /*외부 여백*/
  text-align: center;
  /*텍스트 정렬*/
}

.footer_copy .text-center {
  background-color: #31353e;
  color: #fff;
  font-size: 13px;
  padding: 40px 0;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

.footer_copy .text-center ul {
  padding: 0;
  margin: 0;
  opacity: 0.65;
}

.footer_copy .text-center ul li {
  font-weight: 300;
  margin-bottom: 4px;
}

.footer_copy .text-center .copy {
  opacity: 0.45;
}

.footer_copy .text-center img {
  opacity: 0.75;
}

/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item {
  width: 100%;
  height: 300px !important;
}

/* .carousel-inner .item:nth-of-type(2){    background: url(/skin/img/slide/slide01.jpg)no-repeat center / cover;} */
.carousel-inner .item:nth-of-type(2) {
  background: url(/skin/img/slide/slide02.jpg) no-repeat center / cover;
}

.carousel-inner .item:nth-of-type(3) {
  background: url(/skin/img/slide/slide03.jpg) no-repeat center / cover;
}

.carousel-caption {
  left: 20%;
  right: auto;
  top: 50%;
  margin-bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  bottom: auto;
}

.carousel-caption h2 {
  font-size: 32px;
  margin: 0 0 15px;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.02em;
}

.carousel-caption p {
  opacity: 0.8;
  text-align: left;
  display: block;
  font-size: 21px;
  margin: 0;
  font-weight: 300;
  letter-spacing: -0.03em;
}

.carousel-control {
  opacity: 0.3;
  height: auto;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left {
  display: none;
}

.left.carousel-control {
  background: url(/skin/img/main/arrow_prev.png) no-repeat center;
}

.right.carousel-control {
  background: url(/skin/img/main/arrow_next.png) no-repeat center;
}

/*main*/
.container_contents,
.sub-layout {
  padding-top: 103px;
}

/* .main-business {
    padding: 40px 0
}

.main-business .col-md-12 p {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin-bottom: 20px;
    color: #333;
}

.main-business .col-md-12 p:last-child {
    margin-bottom: 40px;
} */

.main-business {
  padding: 50px 0;
}

.main-business .col-md-12 p {
  text-align: center;
  font-size: 16px;
  letter-spacing: -0.035em;
  line-height: 1.68;
  margin-bottom: 15px;
  color: #333;
}

.main-business .col-md-12 p:last-child {
  margin-bottom: 60px;
  font-size: 14px;
  letter-spacing: 0;
  color: #888;
  line-height: 1.7;
}

.main-business .col-md-12 img {
  margin-bottom: 20px;
}

.maincon_inner {
  position: relative;
}

.maincon_inner p {
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  font-size: 22px;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

.maincon_inner p span {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

.main-business .col-md-3 .row .col-xs-6 a {
  color: #444;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: -0.03em;
  /* transition: all ease .3s; */
  margin-top: 4px;
  display: block;
}

.main-business .col-md-3 .row .col-xs-6:nth-child(2) a {
  text-align: right;
}

.main-business .col-md-3 .row .col-xs-6 a i {
  margin-right: 5px;
  color: #555;
}

.main-business .col-md-3 .row .col-xs-6 a:hover,
.main-business .col-md-3 .row .col-xs-6 a:hover i {
  color: #d73c38;
}

.main-business .col-md-3 .row + .maincon_inner {
  margin-top: 15px;
}

.main-business .main_con01 .clearfix {
  margin-bottom: 70px;
}

.main_con01 .owl-nav .owl-prev {
  left: 0;
}

.main_con01 .owl-nav .owl-next {
  right: 0;
}

.main_con01 .owl-nav {
  z-index: 1;
}

.main_con01 .main_slide .owl-carousel .owl-nav > button {
  background: rgba(68, 68, 68, 0.9) !important;
  opacity: 1;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 15px 7px !important;
}

.main_con01 .main_slide .owl-nav > button:hover {
  background: #000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/*sub*/
.subContent {
  padding: 60px 0 100px;
}

.subTop {
  width: 100%;
  height: 250px;
  position: relative;
}

.subTop01 {
  background: url(/skin/img/sub/subTop01.jpg) no-repeat center / cover;
}

.subTop02 {
  background: url(/skin/img/sub/subTop02.jpg) no-repeat center / cover;
}

.subTop03 {
  background: url(/skin/img/sub/subTop03.jpg) no-repeat center / cover;
}

.subTop04 {
  background: url(/skin/img/sub/subTop04.jpg) no-repeat center / cover;
}

.subTop05 {
  background: url(/skin/img/sub/subTop05.jpg) no-repeat center / cover;
}

.subTop h2 {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
}

.snb_area {
  padding-right: 40px;
  padding-top: 10px;
}

.snb_area h2 {
  color: #333;
  border-bottom: 2px solid #d93c35;
  margin: 0;
  padding-bottom: 20px;
  font-size: 25px;
  font-weight: 600;
}

.snb_area li a {
  display: block;
  padding: 10px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  border-bottom: 1px solid #e0e0e0;
  text-decoration: none;
}

.snb_area li a:hover {
  color: #333;
}

.snb_area li.active a {
  color: #222;
  font-weight: 500;
}

.snb_area li.active a:after {
  content: "\f054";
  font-family: "fontawesome";
  float: right;
  color: #ccc;
  font-size: 14px;
  margin-top: 1px;
}

.subTitle {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  margin-bottom: 35px;
}

.subTitle h3 {
  float: left;
  font-size: 34px;
  margin: 0;
  font-weight: 500;
  color: #222;
}

.subTitle ul {
  float: right;
  margin: 15px 0 0;
}

.subTitle ul li {
  display: inline-block;
}

.subTitle ul li a {
  display: block;
  font-size: 17px;
  margin-left: 15px;
  color: #666;
  text-decoration: none;
}

.subTitle ul li a:hover {
  color: #d6261c;
}

.subContent .con {
  margin-bottom: 60px;
}

.subContent .con:last-child {
  margin-bottom: 0;
}

.subContent h5 {
  font-size: 16px;
  font-weight: 500;
  color: #d6261c;
  letter-spacing: -0.04em;
  margin: 0 0 15px;
}

.subContent p {
  font-size: 15px;
  letter-spacing: -0.03em;
  line-height: 1.75;
  color: #666;
}

/*company*/
#company01 .con1 img {
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}

#company01 .con1 .hello {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #333;
  line-height: 1.5;
  word-break: keep-all;
  margin: 15px 0 15px;
}

#company01 .subContent p {
  margin-bottom: 15px;
}

.history-tb {
  width: 100%;
}

.history-tb {
  border-top: 2px solid #333;
  border-bottom: 2px solid #e0e0e0;
}

.history-tb thead tr th {
  vertical-align: middle;
  background: #fdf9f9;
  border-bottom: 1px solid #000;
  padding: 15px 0;
  color: #323232;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.03em;
}

.history-tb tbody tr th,
.history-tb tbody tr td {
  vertical-align: middle;
  padding: 14px 10px;
  font-size: 15px;
  letter-spacing: -0.03em;
  border-bottom: 1px solid #e0e0e0;
}

.history-tb tbody tr td.month {
  color: #d93c35;
  text-align: center;
  font-weight: 500;
}

.history-tb tbody tr th {
  text-align: center;
  font-weight: 400;
  font-size: 25px;
  color: #444;
}

.history-tb tbody tr td {
  color: #666;
  margin: 0 0 20px;
}

#company03 .con1 {
  max-width: 550px;
  margin: 0px auto 0;
}

#company03 .con .col-md-6 {
  text-align: center;
}

#company03 .con dl {
  text-align: center;
  padding: 60px 25px 0;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 230px;
  height: 230px;
  margin: 20px auto;
}

#company03 .con .col-md-6:nth-of-type(1) dl {
  background: #d93c35;
}

#company03 .con .col-md-6:nth-of-type(2) dl {
  background: #5e6065;
}

#company03 .con .col-md-6:nth-of-type(3) dl {
  background: #333;
  padding: 45px 25px 0;
}

#company03 .con .col-md-6:nth-of-type(4) dl {
  background: #445275;
}

#company03 .con dl dt {
  font-size: 38px;
  font-weight: 200;
  font-style: italic;
  line-height: 1;
  margin-bottom: 15px;
  opacity: 0.5;
}

#company03 .con dl dd {
  font-size: 15px;
  letter-spacing: -0.03em;
  font-weight: 300;
  line-height: 1.4;
}

.subContent h4 {
  font-size: 20px;
  color: #333;
  margin: 0 0 15px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.subContent h4:before {
  content: "";
  width: 12px;
  height: 11px;
  display: block;
  position: absolute;
  border: 2px solid #d6261c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.subContent ul li,
.subContent dl dd {
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1.75;
}

#company04 .con dl dt {
  font-size: 16px;
  font-weight: 500;
  color: #d6261c;
  letter-spacing: -0.04em;
  margin-top: 10px;
}

#company04 .con dl dt {
  margin-top: 0;
  margin-bottom: 5px;
}

#company04 .con dl dd + dt {
  margin-top: 10px;
}

#company04 .con dl,
#company04 .con ul {
  border: 3px solid #eee;
  padding: 20px 25px 25px;
}

#company04 .subContent ul li,
#company04 .subContent dl dd {
  color: #666;
  font-size: 14px;
}

#company06 .history-tb {
  margin: 15px 0 0;
}

#company06 .history-tb tbody tr th {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  background: #f6f6f6;
}

#company06 .history-tb tbody tr th,
#company06 .history-tb tbody tr td {
  padding: 15px;
}

/*service*/
.service .con1 dl {
  margin-bottom: 40px;
}

.service .con1 dl dt {
  position: relative;
  padding: 35px 0 20px;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
  /* background: #f6f6f6; */
  border: 5px solid #eee;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #333;
}

#service03.service .con1 dl dt {
  padding: 45px 0 20px;
  min-height: 115px;
}

#service03.service .con1 .col-md-3:nth-of-type(4) dl dt {
  padding: 35px 0 20px;
}

.service .con1 dl dt span {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 34px;
  height: 34px;
  text-align: center;
  background: #d73a35;
  border-radius: 50%;
  font-weight: 400;
  color: #fff;
  line-height: 34px;
}

.service .con1 dl dd {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #666;
  line-height: 1.4;
  margin-bottom: 10px;
  padding-left: 15px;
}

.service .con1 > div:nth-child(odd) dt span {
  background: #444;
}

.service .con1 .col-md-12 p {
  margin: 0 0 20px;
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #666;
  border-top: 1px dotted #e0e0e0;
  padding-top: 20px;
  line-height: 1.8;
}

.service .con1 .col-md-12 p strong {
  font-weight: 400;
}

/*tech*/
.tech .con dl dt {
  font-size: 20px;
  color: #333;
  margin: 0 0 15px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.tech .con dl dt:before {
  content: "";
  width: 12px;
  height: 11px;
  display: block;
  position: absolute;
  border: 2px solid #d6261c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.tech .con dl dd {
  font-size: 15px;
  letter-spacing: -0.03em;
  line-height: 1.8;
  color: #666;
  margin-bottom: 8px;
}

.tech .con .col-md-6 img {
  padding: 8px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
}

.tech .con .col-md-6 img + p {
  font-size: 15px;
  text-align: center;
  margin: 13px 0 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.tech .con ul li {
  font-size: 15px;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
  color: #666;
  line-height: 1.6;
}

.tech .con ul {
  margin-top: 15px;
}

#tech03 .subContent h5 {
  margin-top: 20px;
}

#tech04 .con .col-md-3 img {
  border: 1px solid #e0e0e0;
  padding: 5px;
  min-height: 110px;
}

#tech04 .con p {
  text-align: center;
  font-size: 14px;
  letter-spacing: -0.06em;
  font-weight: 500;
  color: #333;
  margin-top: 7px;
}

#tech04 .con .col-md-3:after {
  content: "\f054";
  font-family: "fontawesome";
  position: absolute;
  right: -6px;
  color: #888;
  top: 35%;
}

#tech04 .con .col-md-3:last-child:after {
  display: none;
}

.tech04_inner {
  margin-bottom: 30px;
}

#tech04 .con .col-md-5 .tech04_inner {
  margin-top: 200px;
}

#tech04 .con .col-md-1 i {
  font-size: 45px;
  color: #777;
  margin-top: 315px;
}

/*product*/
.pro .subContent .col-md-9 .con:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.pro .con img {
  padding: 8px;
  border: 1px solid #e0e0e0;
}

.pro .con p {
  font-size: 15px;
  text-align: center;
  margin: 13px 0 20px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #333;
}

.pro .con p.text-left {
  text-align: left;
}

.pro .con .col-md-12 {
  text-align: center;
}

.pro .con .col-md-12 h4 {
  display: inline-block;
  color: #fff;
  background: #555;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  font-size: 18px;
}

.pro .con .col-md-12 h4:before {
  display: none;
}

.pro .subContent .con {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #ddd;
}

/* #product02 .con3 .col-md-6:nth-of-type(odd) img{margin-bottom:30px} */
#product02 .con3 p {
  font-size: 20px;
}

#product04 .con1 img {
  margin-bottom: 30px;
}

/*mail*/
#mailForm .form-group label {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.03em;
  font-weight: 500;
}

#mailForm .form-group label[for="mail_agree"] {
  font-weight: 400;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

#mailForm input[type="submit"] {
  max-width: 160px;
  border-radius: 0;
  background: #d93c35;
  border-color: #d93c35;
  border: none;
  margin: 20px 0 0;
  transition: all ease 0.3s;
  padding: 8px 10px;
  display: inline-block;
}

#mailForm input[type="submit"]:hover {
  background: #333;
}

#mailForm .form-group:nth-child(4) {
  position: relative;
}
#mailForm .form-group:nth-child(4) label .required_text:last-child {
  top: 2px;
  right: 0;
  position: absolute;
  font-size: 13px;
}
#mailForm .form-group:nth-child(4) label .required_text {
  color: #ff0000;
}

#mail .con dl {
  margin-bottom: 12px;
}

#mail .con dl dt,
#mail .con p {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}

#mail .con p {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 0;
}

#mail .con dl dt:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#mail .con dl dd {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  letter-spacing: -0.03em;
}

#mail .con ul li {
  font-size: 14px;
  color: #888;
  line-height: 1.85;
  letter-spacing: -0.03em;
}

#mailForm .form-group input,
#mailForm .form-group textarea {
  border-radius: 0;
  box-shadow: none;
  border-color: #e0e0e0;
  font-size: 13px;
  letter-spacing: -0.03em;
}

#mailForm .form-group input:focus,
#mailForm .form-group textarea:focus {
  border-color: #d93c35;
}

/*2019-09-09*/
#product02 .con .clearfix {
  margin-bottom: 20px;
}

#product02 .con1 img {
  border: none;
  padding: 0;
}

#product02 .con .pro02_tel {
  text-align: right;
  font-size: 17px;
  font-weight: 600;
  color: #666;
}

/*2019-09-25*/
#product02 .con1 h4 {
  position: relative;
}

#product02 .con1 h4 strong {
  margin-left: 10px;
  font-weight: 500;
  position: absolute;
  color: #333;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}

/*2019-10-02*/
.pro#product01 .con img {
  margin-bottom: 20px;
}

#product01 .con5 .col-xs-6 {
  text-align: center;
}

#product01 .con5 .col-xs-6 h4 {
  display: inline-block;
  color: #fff;
  background: #555;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: -0.03em;
  font-size: 18px;
}

#product01 .con5 .col-xs-6 h4:before {
  display: none;
}

/*2019-11-01*/
#product01 .con2 .col-xs-6 + .col-md-12 > p {
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}

#product01 .con2 .qrcode {
  overflow: hidden;
  margin-bottom: 30px;
}

#product01 .con2 .qrcode img {
  float: left;
  max-width: 80px;
  margin-right: 20px;
  margin-bottom: 0;
}

#product01 .con2 .qrcode ul {
  margin-top: 20px;
}

#product01 .con2 .qrcode ul li:first-child {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}

/*2019-05-31*/
@media (max-width: 767px) {
  .carousel-caption h2 {
    font-size: 26px;
  }

  .main-business .col-md-12 p {
    font-size: 16px;
  }

  .main-business .col-md-12 img {
    max-width: 300px;
  }

  .maincon_inner img {
    width: 100%;
  }

  .main-business .col-md-3 {
    margin-bottom: 30px;
  }

  .main-business .col-md-3 .row .col-xs-6 a {
    font-size: 16px;
  }

  .navbar-brand img {
    max-width: 230px;
  }

  .navbar-inverse .navbar-brand {
    margin: 20px !important;
  }

  .navbar-inverse .navbar-toggle {
    border-color: #999;
    margin: 26px 20px 0;
  }

  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #999;
  }

  .container_contents,
  .sub-layout {
    padding-top: 85px;
  }

  .navbar-inverse .navbar-nav > li > a {
    height: auto;
    padding: 35px 0 0;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    padding: 7px 25px;
  }

  .navbar-inverse .navbar-nav > li:nth-of-type(1) > a {
    padding-top: 0;
  }

  .snb_area {
    display: none;
  }

  .subTop {
    height: 180px;
  }

  #company01 .con1 img {
    margin-bottom: 40px;
  }

  #company06 .con1 iframe {
    height: 300px;
  }

  .service .con1 dl {
    margin-bottom: 60px;
  }

  .service .con1 .col-md-3 + .col-md-12 p {
    text-align: right;
  }

  #service03 .con1 .col-md-3 + .col-md-12 p {
    text-align: left;
  }

  #service03 .subTitle h3 span {
    font-size: 19px;
    color: #555;
  }

  .tech .con .col-md-6 img {
    margin-bottom: 20px;
  }

  #tech04 .con .col-md-5 .tech04_inner {
    margin-top: 0;
  }

  #tech04 .con .col-md-1 i {
    font-size: 45px;
    color: #777;
    margin-top: 0;
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }

  #tech04 .con .col-md-1 i:before {
    content: "\f063";
  }

  #tech04 .con .col-md-3:after {
    content: "\f078";
    font-family: "fontawesome";
    position: absolute;
    right: -6px;
    color: #888;
    font-size: 28px;
    bottom: -55px;
    left: 50%;
    top: auto;
  }

  #tech04 .con1 .col-md-3 {
    margin-bottom: 80px;
  }

  .pro .con img {
    margin-bottom: 15px;
  }

  #mail .col-md-push-6 {
    margin-bottom: 40px;
  }

  #product04 .con1 .clearfix {
    display: none;
  }
}

.qrcode.text-only {
  padding-left: 20px;
}

.kr_greet {
  margin-bottom: 30px;
}

.tech .con dl dd.en_txt,
.tech .con ul li .en_txt {
  line-height: 1.5;
  color: #444;
  letter-spacing: 0.01em;
}

#company04 .subContent dl dd,
#company04 .subContent ul li,
#tech02 .subContent ul li,
#tech04 .con ul li {
  line-height: 1.4;
  margin-bottom: 7px;
}

#company04 .subContent dl dd .en_txt,
#company04 .subContent ul li .en_txt,
#tech02 .subContent ul li .en_txt,
#product02 .subContent ul li .en_txt,
#tech04 .con ul li .en_txt {
  line-height: 1.4;
  color: #444;
  letter-spacing: 0.01em;
  display: block;
}

#company04 .subContent dl dt .en_txt {
  margin-left: 10px;
  font-size: 90%;
  color: #ea6760;
}

#company06 .history-tb tbody tr th .en_txt {
  display: block;
  font-size: 90%;
  color: #666;
}

#company06 .history-tb tbody tr td .en_txt {
  display: block;
  color: #777;
}

#service03.service .con:last-child .col-md-3:nth-of-type(4) dl dt {
  padding: 30px 0 15px;
  font-size: 13.5px;
}

#tech02 .con .col-md-6 img + p {
  line-height: 1.2;
}

#tech02 .con .col-md-6 img + p .en_txt {
  line-height: 1.5;
  color: #444;
  letter-spacing: 0.01em;
  display: block;
}

#tech04 .con p .en_txt {
  font-size: 13px;
  letter-spacing: -0.06em;
  display: block;
  line-height: 1.3;
  color: #888;
  font-weight: 600;
  margin-top: 5px;
}

#company02 tr td span.en_txt {
  display: block;
  font-size: 80%;
  color: #222;
  font-weight: 500;
  margin-top: 5px;
}

#product01 span.en_txt {
  display: block;
  font-size: 80%;
  margin-top: 5px;
}

/*pro*/
.product .pro_inner {
  border: 1px solid #ddd;
  padding: 40px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.product .pro_inner > img {
  padding: 15px;
  background: #fff;
}
.product .pro_inner ul li {
  position: relative;
  padding-left: 80px;
  font-size: 15px;
}
.product .pro_inner .li-dot > li,
.product .pro_inner .li-dot > dd {
  font-size: 14px;
  line-height: 1.5;
  color: #666;
  letter-spacing: -0.03em;
}

.product .pro_inner .li-dot > li + li,
.product .pro_inner .li-dot > dd + dd {
  margin-top: 10px;
}

.product .pro_inner .li-dot > li::before,
.product .pro_inner .li-dot > dd::before {
  content: "";
  width: 4px;
  height: 12px;
  background: #d93c35;
  left: 0;
  top: 4px;
}

.product .pro_inner ul li.pd_L {
  padding-left: 125px;
}

.product .pro_inner ul li span {
  position: absolute;
  left: 12px;
  font-weight: 700;
  top: 0px;
  color: #333;
}

.pro_inner dl dt {
  font-size: 15px;
  letter-spacing: -0.02em;
  color: #333;
  margin-bottom: 6px;
}

.pro_inner dl dd {
  font-size: 14px;
  letter-spacing: -0.03em;
  color: #666;
  line-height: 1.5;
}

.pro_inner dl dd + dd {
  margin-top: 10px;
}

.product .pro_inner p {
  font-size: 14px;
  letter-spacing: -0.03em;
  line-height: 1.6;
}

.product .pro_inner a {
  font-size: 12px;
  border: 1px solid #f5c1bc;
  border-bottom: 1px solid #eaa9a6;
  border-radius: 2px;
  padding: 1px 8px;
  display: inline-block;
  letter-spacing: -0.01em;
  color: #d6261c;
  margin-top: 6px;
  text-decoration: none;
}
.product .pro_inner a:hover {
  border-color: #d6261c;
}
.owl-nav {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.product .owl-carousel {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #ddd;
  padding: 10px;
}

.owl-carousel .owl-nav > button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 42px !important;
  opacity: 0.4;
}

.owl-carousel .owl-nav > button:hover {
  opacity: 1;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: rgba(0, 0, 0, 0) !important;
  color: #000 !important;
}

.owl-prev {
  left: -50px;
}

.owl-next {
  right: -50px;
}

.owl-dots {
  display: none;
}

#product01 .con1 p.text-center {
  font-size: 22px;
  font-weight: 500;
  color: #d93c34;
  max-width: 530px;
  margin: 30px auto 0;
  line-height: 1.6;
  letter-spacing: -0.03em;
  text-align: center;
}

.pro_img_area {
  background: #f3f3f3;
  margin: 0;
  padding: 30px 20px 30px;
}

.pro_img_area > div {
  padding: 0 10px;
}

.pro_img_area img {
  padding: 10px;
  /* border: 1px solid #ccc; */
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pro_img_area img + img {
  margin-top: 20px;
}

.pro_img_area .clearfix {
  margin-bottom: 20px;
}

.product .pro_img_area p {
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

#product01 .con4 .pro_img_area .col-md-3 + .col-md-6 img {
  max-width: 260px;
}

#product01 .con4 .pro_img_area + dl {
  margin-top: 40px;
}

#product03 .con3 ul li {
  padding-left: 20px;
}

.product .subContent .table.table-type03 {
  margin: 30px 0 0;
  border-top: 2px solid #333;
}

.product .subContent .table.table-type03 tr th,
.product .subContent .table.table-type03 tr td {
  padding: 16px 12px !important;
  border-bottom: 1px solid #dedede !important;
  letter-spacing: -0.02em;
  word-break: keep-all;
  vertical-align: middle !important;
}

.product .subContent .table.table-type03 tr th {
  color: #333;
  text-align: center;
}

.product .subContent .table.table-type03 tr td {
  color: #666;
  background: #fff;
}

p + .pro_img_area {
  margin-top: 35px;
}
#product02 .pro_img_area {
  padding: 0;
  margin: 0;
}
#product02 .pro_inner {
  background: #f3f3f3;
}
#product03 .con1 .col-md-12 dl {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#product03 .con1 .col-md-12 dt {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 12px;
  background: #5a85b1;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-weight: 500;
}

#product03 .con1 .col-md-12 dd {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
}

.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td,
.dh-board .table > tbody > tr > td,
.dh-board .table > tfoot > tr > td {
  padding: 16px 20px;
  color: #666;
  font-size: 14px;
}

.dh-board .table > thead > tr > th {
  background: #f8f8f8;
  vertical-align: middle;
  border-bottom: 1px dotted #bdbdbd;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.03em;
}

.dh-board .table > tbody > tr > td {
  border-bottom: 1px dotted #dedede;
}

.dh-board .table > tbody > tr > td > strong > a {
  color: #555;
}

.dh-board > .table-hover {
  border-top: 2px solid #2d2d2d;
  border-bottom: 1px solid #ccc;
  margin: 0px 0 30px;
}

.dh-board > .table-hover > tbody > tr:hover td {
  background-color: #f9f9f9;
}

.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
  color: #000;
}

.dh-margin-top {
  margin-top: 40px;
  display: inline-block;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
  border: none;
  background-color: #fff;
  width: 25%;
  margin: 0 0 20px;
  padding: 0 10px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > div {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
  padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
  border: none;
  min-height: 200px;
  max-height: 200px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
  font-size: 14px;
  margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
  margin-top: 0;
  float: none;
  text-align: left;
  display: none;
}

.txt-box-footer em {
  display: none;
}

.txt-box-footer em > span.regdate {
  font-style: normal;
  color: #666;
  font-size: 13px;
}

.txt-box-footer em > span:last-child {
  display: none;
}

.txt-box-footer small.hits {
  display: none;
}

@media screen and (max-width: 767px) {
  .bbs-blog2-index-layout .dhb-txt-box-type-b {
    width: 100%;
    margin: 10px 0 20px;
  }
}

.label {
  background: rgba(0, 0, 0, 0);
  padding: 0 5px;
  font-size: 90%;
}

.label-danger {
  color: #d83d0f;
}

.label-primary {
  color: #d83d0f;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #d83d0f;
  border: 1px solid #d83d0f !important;
}

.pagination > li > a,
.pagination > li > span {
  color: #9d8478;
  border: 1px solid #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #9d8478;
}

.dh-margin-top form#insertForm {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 0 0;
}

.btnRead {
  font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
  background-image: none;
}

.btn-group,
.btn-group-vertical {
  margin: 10px 0 30px;
}

.dh-view-box {
  margin-top: 0px;
}

.sns-box {
  display: none;
}

.dh-view-box > .row > .page-header {
  border-top: 2px solid #000;
  border-bottom: 1px solid #ccc;
  padding: 0 20px;
  margin: 0;
}

.dh-view-box > .row > .page-header > h4 {
  color: #333;
  font-size: 23px;
  margin: 14px 0;
}

.dh-view-box > .row > .dh-view-info {
  border-bottom: 1px solid #ccc;
  background: rgba(0, 0, 0, 0);
  padding: 8px 20px 8px;
  color: #888;
}

.dh-view-box > .row > .dh-view-info > span {
  padding: 0 15px 0 0;
}

.dh-view-box > .row > .dh-view-info > span > strong {
  color: #555;
  padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
  margin: 0 0 0;
  padding: 5px 5px 0;
}

.dh-view-box > .row:nth-child(2) > div:nth-child(3) {
  padding: 30px 20px 60px !important;
  min-height: 100px;
}

.dh-board .table tr > .writer,
.dh-board .table tr > .hits {
  display: none !important;
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header,
.main_con01 .page-header {
  padding: 0px 0 10px;
  margin: 0;
  border-bottom: 2px solid #333;
}
.intro-boardbox .page-header h4,
.main_con01 .page-header h4 {
  margin: 0;
  /* color: #555; */
  font-size: 17px;
  font-weight: 600;
  color: #333;
  letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
  padding: 5px 0 0;
  margin: 0;
  line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
  content: url("/skin/img/default/board-plus-icon.png");
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel > .panel {
  padding: 0;
  border: none;
  border-radius: 0px;
  background: transparent;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
  padding: 5px 0px 5px;
}

.dh-front-list2-words {
  margin: 0 !important;
  padding: 10px 0;
  border-bottom: 1px solid #e3e3e3;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 0;
  letter-spacing: -0.015em;
}

.dh-front-list2 h6 a:hover span {
  text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
  color: #303030;
}

.dh-front-list2-words:first-child {
  margin: auto;
}

.list-row-subject {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 380px;
  white-space: nowrap;
}

/* .list-row-subject:before {
    content: "∙";
    color: #1d65a3;
    font-weight: bold;
    padding-right: 11px;
} */

.row-separator {
  display: none;
}

.list-row-regdate {
  float: right;
  color: #999 !important;
}

.list-row-contents {
  display: none;
}

.intro-boardbox .label-danger {
  padding: 2px 4px !important;
  position: relative;
  top: 7px;
}

.intro-boardbox-type-bbs .label-danger {
  top: 0;
}

/* //메인 페이지 설정 끝 */

/*2020-10-14*/
#product06.product .subContent .table.table-type03 tr th,
#product06.product .subContent .table.table-type03 tr td {
  border: 1px solid #dedede !important;
  padding: 10px !important;
  text-align: center;
}
#product06.product .subContent .table.table-type03 thead tr th {
  background: #fafafa;
}
#product06.product .subContent .table.table-type03 {
  margin-top: 0;
}
#product06 .con1 p {
  font-size: 22px;
  color: #333;
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
#product06 .con4 p {
  text-align: center;
  padding: 30px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
  background: #f8f8f8;
  margin-top: 50px;
  border: 1px solid #ddd;
  letter-spacing: 0.02em;
}

/* 슬라이드 */
#myCarousel .item .hero-video {
  width: 100%;
  height: auto;
  display: block;
}
.main_slide .owl-carousel video {
  width: 100%;
  height: auto;
  display: block;
}
