@font-face {
  font-family: opensans;
  src: url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg') format('svg'), url('../fonts/opensans-regular-webfont.eot') format('embedded-opentype');
  
  /* font-test*/
  /* IE9 */
}
@font-face{
  font-family: "NaPDc";
  font-weight: 400;
  src: url('../fonts/NaPDc.woff') format('woff'), url('../fonts/NaPDc.ttf') format('truetype'), url('../fonts/NaPDc.svg') format('svg'), url('../fonts/NaPDc.eot') format('embedded-opentype');
}
@font-face{
  font-family: "NaPDc";
  font-weight: 600;
  src: url('../fonts/NaPDc_w.woff') format('woff'), url('../fonts/NaPDc_w.ttf') format('truetype'), url('../fonts/NaPDc_w.svg') format('svg'), url('../fonts/NaPDc_w.eot') format('embedded-opentype');
}

@font-face {
	font-family:opensans;
	src:url('../fonts/opensans-regular-webfont.woff') format('woff'),
		url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		url('../fonts/opensans-regular-webfont.svg') format('svg'),
		url('../fonts/opensans-regular-webfont.eot') format('embedded-opentype')
}

.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clear {
  clear: both;
}
.center {
  margin: 0 auto;
}
.ft-wei {
  font-weight: 600;
}
.hide-excess-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.v-center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
@keyframes imgHover {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.imgHover {
  animation: imgHover 1s forwards;
}
body {
  background-color: #fff;
  font-family: 'opensans',Arial, opensans, tahoma, Times New Roman, Helvetica, sans-serif;
  letter-spacing: 0.1px;
  font-size: 15px;
}
p{
  letter-spacing: 0.1px;
}
a {
  color: #333;
  text-decoration: none;
}
a:visited,
a:link {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
td, th {
    padding: 5px;
    }
.btn-primary {
  background-color: #9e9076;
  border: 1px solid #9e9076;
}
.btn-primary:hover {
  background-color: #999999;
  border: 1px solid #999999;
}
.btn-info,
a.btn-info {
  background-color: #c01d2e;
  border: 1px solid #c01d2e;
  color: #fff;
}
.btn-info:hover,
a.btn-info:hover {
  background-color: #999999;
  border: 1px solid #999999;
}
.btn-default {
  background-color: transparent;
  background-color: #eeeeee;
}
.btn-default:link,
.btn-default:visited {
  padding: 5px 20px;
  border-radius: 20px;
  text-transform: uppercase;
}
.btn-default:hover {
  background-color: #999999;
  color: #ffffff;
}
.pagination > .active > a {
  background-color: #c01d2e;
  border: 1px solid #c01d2e;
}
.pagination > .active > a:hover {
  background-color: #9e9076;
  border: 1px solid #9e9076;
}
.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.image.ishover {
  overflow: hidden;
}
.image.ishover:hover img {
  animation: imgHover 1s forwards;
}
.content img,
.content table {
  max-width: 100%;
}
header {
  box-shadow: 0 0 10px #bbb;
  margin-bottom: 5px;
}
header .top-header {
  background-color: #f9f9f9;
  color: #b5b5b5;
}
header .top-header .topkeywords {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .top-header .top-contact a {
  text-decoration: underline;
}
header .top-header .top-contact .top-contact-list {
  display: inline-block;
}
header .top-header .top-contact .top-contact-icon {
  color: #666;
  margin-right: 10px;
  vertical-align: text-bottom;
}
header .top-header .top-contact .top-contact-info {
  color: #666;
}
header .top-header .language .icon {
  color: #b5b5b5;
}
header .top-header .language .dropdown-toggle {
  cursor: pointer;
}
header .top-header .language .dropdown-menu {
  right: -60px;
  left: initial;
  max-height: 300px;
  overflow-y: scroll;
}
header .top-header .top-btn {
  text-align: right;
}
header .top-header .top-btn a {
  color: #ffffff;
  text-decoration: none;
}
header .top-header .top-btn button.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
header .jumbotron{
  padding: 0;
  background-color: transparent;
}
header .header-logo {
  margin: 0;
}
header .header-logo a {
  display: flex;
  justify-content: left;
  padding-left: 10px;
  align-items: center;
}
header .header-logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .jumbotron .search-form {
  display: block;
  margin-left: auto;
  position: relative;
}
header .jumbotron .search-form form {
  position: relative;
}
header .jumbotron .search-form form input[type=text] {
  margin: 0 0 0 auto;
  padding-left: 15px;
  padding-right: 30px;
}
header .jumbotron .search-form form button {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  color: #CDCACA;
  padding: 0;
  background-color: #ffffff;
  border: none;
  position: absolute;
  right: 10px;
}
header .header {
  z-index: 1000;
  width: 100%;
  background-color: transparent;

}
header .header #menu {
  border: 0;
  background-color: #ffffff;
  text-transform: uppercase;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #e50012;
}
header .header #menu.navbar-fixed-top {
  box-shadow: 0px 1px 10px #ddd;
}
header .header #menu .container {
  display: flex;
  justify-content: center;
  align-items: center;

}
header .header #menu .container .menu-menu {
  width: 100%;
}
header .header #menu .container .menu-menu a {
  color: #444;
  display: inline-block;
  font-weight: 300;
  text-transform:capitalize;
  font-size:18px;
}
header .header #menu .container .menu-menu a:hover {
  color: #fff;

}
header .header #menu .container .menu-menu .navbar-nav > li {
  padding: 0 10px;
  font-size:15px;
}
header .header #menu .container .menu-menu .navbar-nav > li a:active,
header .header #menu .container .menu-menu .navbar-nav > li a:focus {
  background-color: transparent!important;
}
header .header #menu .container .menu-menu .navbar-nav > li.active > a {
  color: #ff5d14;
}
header .header #menu .container .menu-menu .navbar-nav > li.selected > a {
  color: #fbe9d4;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
  background-color: #fafafa;
  left: 0;
  right: auto;
  text-transform: capitalize;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
  display: block;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 400px;
  color: #000;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a:hover {
  color: #ff5b02;
}
header .header #menu .container .menu-menu .nav-menu .dropdown-menu.shown {
  display: block;
}
header #banner-swiper .swiper-slide img {
  width: 100%;
}
header #banner-swiper .swiper-slide .banner-link {
  display: block;
  position: absolute;
  border: 1px solid #fda510;
  color: #fff;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.6);
}
header #banner-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff9801;
}
header .banner {
  width: 100%;
}
header .banner img {
  width: 100%;
}
.pageNav {
  word-wrap: break-word;
}
.pageNav li {
  max-width: 100%;
}
.sidebar {
  margin-bottom: 30px;
}
.sidebar .page-sidebar {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  position: relative;
}
.sidebar .page-sidebar .title {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 0px;
}
.sidebar .page-sidebar .title .title-icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  float: left;
  background-color: #e50012;
  margin-right: 2px;
}
.sidebar .page-sidebar .title .title-content {
  display: block;
  width: 88%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: rgba(0,0,0,0.5);
}
.sidebar .page-sidebar ul > li:not(.last) {
  border-bottom: 1px dashed #dddddd;
}
.sidebar .page-sidebar ul > li .fa {
  margin-right: 6px;
  color: #1500A0;
}
.sidebar .page-sidebar ul > li a {
  width: 100%;
  font-size: #ffffff;
  line-height: 35px;
  display: block;
  padding: 0 10px;
  padding-right: 20%;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .page-sidebar ul > li a:hover {
  background-color: #ececec;
}
.sidebar .page-sidebar ul > li a.selected,
.sidebar .page-sidebar ul > li a.selected:link,
.sidebar .page-sidebar ul > li a.selected:hover {
  background-color: #e7e7e7;
}
.sidebar .page-sidebar ul > li a.selected:after,
.sidebar .page-sidebar ul > li a.selected:link:after,
.sidebar .page-sidebar ul > li a.selected:hover:after {
  font-family: icomoon;
  content: "\e946";
  color: #1500A0;
  position: absolute;
  right: 25px;
}
.sidebar .catalog {
  background-color: #f9f0e4;
  margin-bottom: 30px;
}
.sidebar .catalog .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 0px;
}
.sidebar .catalog .title .title-icon {

}
.sidebar .catalog .title .title-content {
  display: block;
  width: 100%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: rgba(0,0,0,0.5);
  padding-left: 20px;
}
.sidebar .catalog ul > li {
  border-bottom: 8px solid #fefefe;
  list-style-type: none;
}
.sidebar .catalog ul > li:not(.last) {
}
.sidebar .catalog ul > li ul {
  padding-left: 0;
  text-indent: 20px;
}
.dropdown-toggle{
    font-weight: 600;
}
.sidebar .catalog ul > li ul > li {
  border-top: 1px dashed #f5f5f5;
  border-bottom: none!important;
}
.sidebar .catalog ul > li ul > li i.fa {
  text-indent: 0px;
  margin-left: -14px;
}
.sidebar .catalog ul > li ul > li ul {
  text-indent: 40px;
}
.sidebar .catalog ul > li .fa {
  margin-right: 6px;
  font-size: 5px;
}
.sidebar .catalog ul > li a {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  display: block;
  padding: 0 10px;
  padding-right: 10%;
  text-decoration: none;
  color: #333333;
  font-weight: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.sidebar .catalog ul > li a:hover {
  background-color: #f3e4d0;
}
.sidebar .catalog ul > li a.selected,
.sidebar .catalog ul > li a.selected:link,
.sidebar .catalog ul > li a.selected:hover {
  background-color: #f3e4d0;
}
.sidebar .catalog ul > li a.selected:after,
.sidebar .catalog ul > li a.selected:link:after,
.sidebar .catalog ul > li a.selected:hover:after {
  font-family: icomoon;
  content: "\e946";
  position: absolute;
  right: 25px;
}
.sidebar .Featured {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f7f7f7;
}
.sidebar .Featured .title {
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  margin-bottom: 5px;
}
.sidebar .Featured .title .title-icon {

}
.sidebar .Featured .title .title-content {
  display: block;
  width: 100%;
  color: #fff;
  text-indent: 6px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  background-color: rgba(0,0,0,0.5);
  padding-left: 20px;
}
.sidebar .Featured .pro-list {
  height: 388px;
  overflow: hidden;
}
.sidebar .Featured .pro-list .fea-pro {
  width: 100%;
  margin: 15px 10px;
}
.sidebar .Featured .pro-list .fea-pro .image {
  float: left;
  width: 25%;
  height: 100%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.sidebar .Featured .pro-list .fea-pro .image img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
}
.sidebar .Featured .pro-list .fea-pro a {
  width: 70%;
  text-align: left;
  word-wrap: break-word;
  color: #5f6160;
}
.sidebar .Featured .fea-btn-prev,
.sidebar .Featured .fea-btn-next {
  position: relative;
  margin-right: 3%;
}
.sidebar .Featured .button-next,
.sidebar .Featured .button-prev {
  text-align: center;
  padding: 15px 0;
}
.sidebar .Featured .button-next img,
.sidebar .Featured .button-prev img {
  width: 50px;
  height: 20px;
}
#page-title {
  border-bottom: 1px solid #e3e3e3;
  word-wrap: break-word;
  text-transform: capitalize;
}
#quickFeedback0,
#quickFeedback1 {
  margin-bottom: 30px;
}
#quickFeedback0 .title,
#quickFeedback1 .title {
  font-weight: 600;
  margin-top: 15px;
  width: 200px;
  text-align: center;
  color: #ffffff;
  background-color: #23476a;
}
#quickFeedback0 .iBoxList3,
#quickFeedback1 .iBoxList3 {
  border: 1px solid #dddddd;
  border-top: 2px solid #dddddd;
  padding-top: 20px;
  padding-left: 15px;
  position: relative;
}
#quickFeedback0 .iBoxList3 .form-line label span,
#quickFeedback1 .iBoxList3 .form-line label span {
  color: red;
}

footer {
  background-color: #eee;
  margin-top: 60px;

}
footer .footCon,
footer .bottom-link {
  color: #ccc;
}
footer .footCon ul > li,
footer .bottom-link ul > li {
  margin: 5px auto;
  color: #444;
}
footer .footCon ul > li a:visited,
footer .bottom-link ul > li a:visited,
footer .footCon ul > li a:link,
footer .bottom-link ul > li a:link {
  color: #000;
}
footer .footCon ul > li a:hover,
footer .bottom-link ul > li a:hover {
  color: #ff5b02;
  text-decoration: underline;
}
footer .footCon .figure .title span,
footer .bottom-link .figure .title span {
  display: inline-block;
  padding: 3px 5px 3px 0;
  text-transform: uppercase;
}
footer .footCon .figure .title .line,
footer .bottom-link .figure .title .line {
  display: block;
  background-color: #ff6600;
}
footer .footCon .figure.sns #share,
footer .bottom-link .figure.sns #share {
  text-align: center;
}
footer .footCon .figure.sns #share img,
footer .bottom-link .figure.sns #share img {
  border-radius: 0px;
}
footer .footCon .figure.sns #share a,
footer .bottom-link .figure.sns #share a {
  margin: 2px;
  display: inline-block;
}
footer .footCon .figure.sns #share a:link,
footer .bottom-link .figure.sns #share a:link,
footer .footCon .figure.sns #share a:visited,
footer .bottom-link .figure.sns #share a:visited {
  margin: 2px;
  display: inline-block;
}
footer .footCon .figure.address_info li,
footer .bottom-link .figure.address_info li {
  padding-left: 20px;
  position: relative;
}
footer .footCon .figure.address_info li a,
footer .bottom-link .figure.address_info li a {
  text-decoration: underline;
}
footer .footCon .figure.address_info li i,
footer .bottom-link .figure.address_info li i {
  font-size: 13px;
  position: absolute;
  left: 0;
  top: 4px;
}
footer .footCon .figure.catalog ul,
footer .bottom-link .figure.catalog ul {
  list-style: none;
  padding: 0;
}
footer .footCon .figure.catalog li,
footer .bottom-link .figure.catalog li {
  margin: 5px 5px;
  padding: 2px 5px;
  word-wrap: break-word;
  float: left;
  border: 1px solid #e1e1e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  background-color: #e1e1e1;
}
footer .footCon .figure.catalog li:hover,
footer .bottom-link .figure.catalog li:hover {
  border-color: #ff5b02;
    text-decoration:none;
}

footer .footCon .figure.catalog li:hover a,
footer .bottom-link .figure.catalog li:hover a {
  color: #ff5b02;
    text-decoration:none;
}
footer .footCon .figure.newsList .group .cal,
footer .bottom-link .figure.newsList .group .cal {
  display: block;
  float: left;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
footer .footCon .figure.newsList .group .cal label,
footer .bottom-link .figure.newsList .group .cal label {
  display: block;
  text-align: center;
  margin: 0;
}
footer .footCon .figure.newsList .group .cal .mon,
footer .bottom-link .figure.newsList .group .cal .mon {
  height: 40%;
}
footer .footCon .figure.newsList .group .cal .day,
footer .bottom-link .figure.newsList .group .cal .day {
  height: 60%;
  color: #bec0c6;
}
footer .footCon .figure.newsList .group a,
footer .bottom-link .figure.newsList .group a {
  width: 60%;
  float: left;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
footer .footCon .figure.newsList .group a[href]:hover,
footer .bottom-link .figure.newsList .group a[href]:hover {
  color: #666;
}
footer .footCon .figure.newsList .group p,
footer .bottom-link .figure.newsList .group p {
  word-wrap: break-word;
  float: left;
  color: #999;
  white-space: pre-line;
}
footer .bottom-link {
  padding: 10px 0;
  color: #666;
  background-color: #222;
}
footer .bottom-link a {
  color: #4d688c;
}
footer .bottom-link a:link,
footer .bottom-link a:visited {
  color: #666;
}
footer .bottom-link .counter img {
  width: 15px;
}
footer .pro-list ul.list-unstyled{
  padding-left: 0;
}
footer .pro-list .list-item{
  display: flex;
  flex-wrap: wrap;
}
footer .pro-list .list-item-left{
  width: 16%;
  flex: 0 0 16%;
}
footer .pro-list .list-item-left .image{
  width: 100%;
  height: 100%;
}
footer .pro-list .list-item-left .list-img{
  display: block;
  width: 100%;
  height: 100%;
}
footer .pro-list .list-item-left .list-img img{
  object-fit: scale-down;
  max-width: 100%;
  max-height: 100%;
}
footer .pro-list .list-item-right{
  width: 83%;
  flex: 0 0 83%;
  display: inline-flex;
  align-items: center;
}
footer .pro-list .list-item-right .list-text{
  display: inline-block;
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.4;
  max-height: calc(13px * 1.4 * 3);
}
@media (max-width: 767px) {
  header .top-header {
    font-size: 11px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
  header .top-header .visible-xs .top-btn a {
  }
  header .top-header .visible-xs .top-btn button {
    padding: 0;
    margin: 0;
    clear: both;
    top: 1px;
    left: 6px;
    margin-left: 5px;
    background-color: transparent;
  }
  header .jumbotron{
    display: none;
  }
  header .header-logo a {
    height: 30px;
  }
  header .header #menu {
    min-height: 0;
    margin: 0;
  }
  header .header #menu .header-logo a{
    justify-content: center;
  }
  header .header #menu .menu-menu .navbar-nav li {
    padding: 10px 5px;
    margin: 0;
    line-height: 40px;
  }
  header .header #menu .menu-menu .navbar-nav li a,
  header .header #menu .menu-menu .navbar-nav li a:link,
  header .header #menu .menu-menu .navbar-nav li a:visited {
    padding: 0 5px;
    margin: 0;
    line-height: 25px;
  }
  header .header #menu .menu-menu .navbar-nav .nav-item a {
    padding: 0 10px;
    line-height: 40px;
    color: #000;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu {
    color: #000000;
    background-color: rgba(250, 250, 250, 0.9) !important;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu li a {
    color: #777!important;
  }
  header .header #menu .menu-menu .nav-menu .dropdown-menu li a:hover {
    color: #e50012 !important;
  }
  header .header #menu .top-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    /*left: 10%;*/
    text-align: right;
  }
  header .header #menu .top-btn a {
    color: #ffffff;
  }
  header .header #menu .top-btn button {
    padding: 0;
    margin: 0;
    clear: both;
    top: 1px;
    left: 6px;
    margin-left: 5px;
    border: none;
    background-color: transparent;
  }
  /*header .header #menu .top-btn button .icon-bar {*/
  header .top-header .top-btn button.navbar-toggle .icon-bar{
    background-color: #000000;
  }
  header #banner-swiper .swiper-slide {
      /**/
  }
  header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #page-title {
    margin-bottom: 10px;
  }
  .content img {
    max-width: 100%;
  }
  #quickFeedback0 .title,
  #quickFeedback1 .title {
    font-size: 15.6px;
  }
  #quickFeedback0 .iBoxList3,
  #quickFeedback1 .iBoxList3 {
    padding-right: 15px;
  }
  #quickFeedback0 .iBoxList3 .form-line,
  #quickFeedback1 .iBoxList3 .form-line {
    height: 70px;
    line-height: 36px;
  }
  #quickFeedback0 .iBoxList3 .form-line.content,
  #quickFeedback1 .iBoxList3 .form-line.content {
    height: 170px;
  }
  #quickFeedback0 .iBoxList3 .form-line label,
  #quickFeedback1 .iBoxList3 .form-line label {
    margin: 0;
  }
  #quickFeedback0 .iBoxList3 .bottom,
  #quickFeedback1 .iBoxList3 .bottom {
    text-align: center;
    margin: 10px 0;
  }
  footer {
    font-size: 12px;
  }
  footer .footCon ul,
  footer .bottom-link ul {
    padding: 0 0 0 15px;
  }
  footer .footCon ul > li,
  footer .bottom-link ul > li {
    line-height: 20px;
  }
  footer .footCon ul > li a,
  footer .bottom-link ul > li a {
    font-size: 12px;
  }
  footer .footCon .figure,
  footer .bottom-link .figure {
    padding: 10px 0 10px 0;
  }
  footer .footCon .figure .title,
  footer .bottom-link .figure .title {
    line-height: 50px;
  }
  footer .footCon .figure .title span,
  footer .bottom-link .figure .title span {
    font-size: 16px;
    line-height: 25px;
  }
  footer .footCon .figure .title .line,
  footer .bottom-link .figure .title .line {
    margin-bottom: 20px;
    width: 50px;
    height: 5px;
  }
  footer .footCon .figure.sns .company-img img,
  footer .bottom-link .figure.sns .company-img img {
    display: inline-block;
    margin: 30px 5px 0;
  }
  footer .footCon .figure.sns #share.little img,
  footer .bottom-link .figure.sns #share.little img {
    width: 20px;
  }
  footer .footCon .figure.sns #share.normal img,
  footer .bottom-link .figure.sns #share.normal img {
    width: 24px;
  }
  footer .footCon .figure.sns #share.large img,
  footer .bottom-link .figure.sns #share.large img {
    width: 28px;
  }
  footer .footCon .figure.address_info i,
  footer .bottom-link .figure.address_info i {
    padding-right: 5px;
  }
  footer .footCon .figure.newsList .group .cal .mon,
  footer .bottom-link .figure.newsList .group .cal .mon {
    line-height: 40px;
    font-size: 16px;
  }
  footer .footCon .figure.newsList .group .cal .day,
  footer .bottom-link .figure.newsList .group .cal .day {
    line-height: 35px;
    font-size: 28px;
  }
  footer .footCon .figure.newsList .group a,
  footer .bottom-link .figure.newsList .group a {
    line-height: 32px;
  }
  footer .footCon .figure.newsList .group p,
  footer .bottom-link .figure.newsList .group p {
    width: 60%;
  }
}
@media (min-width: 768px) {
  header .top-header {
    line-height: 25px;
    padding-bottom: 5px;
  }
  header .top-header .top-contact{
    text-align: right;
  }
  header .top-header .top-contact-phone {
    margin: 0 20px;
  }
  header .top-header .hidden-xs .top-btn {
    font-size: 18px;
  }
  header .jumbotron .logo-box{
    height: 90px;   
    display: flex;
    justify-content: left;
    align-items: center;
  }
  header .jumbotron .text-box .bottom{

    font-size: 18px;
  }
  header .jumbotron .text-box .top{

    font-size: 23px;
    font-weight: 600;
    margin-bottom:0px;
    margin-top:22px;
  }
  header .jumbotron .text-box .bottom strong{
    color: #ff6600;
  }
  header .jumbotron .search-form{
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100px;
  }
  header .jumbotron .search-form form{
    width: 320px;
    margin-right: 10px;
    font-size: 16.2px;
  }
  header .jumbotron .search-form form input[type=text] {
    height: 30px;
    border-radius: 25px;
    border-color: #ddd;
    background-color: #f9f9f9;
  }
  header .jumbotron .search-form form input[type=text]:focus{
    border-color: rgba(102,175,233,0.2);
  }
  header .jumbotron .search-form form button {
    top: 6.5px;
  }
  header .header #menu {
    min-height: 0;
    line-height: 40px;
    background-color: #FE6501;
  }
  header .header #menu .header-logo{
    display: none;
  }
  header .header #menu .container .menu-menu .navbar-nav > li {
    margin-bottom: 0px;
     
  }
  header .header #menu .container .menu-menu .navbar-nav > li > a {
      color: #fff;
  }
  header .header #menu .container .menu-menu .navbar-nav > li:hover{
    background-color: #f5f5f5;
  }
  header .header #menu .container .menu-menu .navbar-nav > li:hover > a {
      color: #444;
  }
  header .header #menu .container .menu-menu .navbar-nav > li.selected {
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu {
    border-top: 2px solid #fff;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu li {
    line-height: 0px;
    padding: 0 10px;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu li a {
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 100%;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu .dropdown-second {
    left: 100%;
    top: -6px;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-menu .dropdown-second li a {
    max-width: 300px;
  }
  header .header #menu .container .menu-menu{
    position: static;
  }
  header .header #menu .container .menu-menu .nav-item.products{
    position: static;
  }
  header .header #menu .container .menu-menu .nav-menu .dropdown-special{
    left: 100px;
    right: 100px;
  }
  header .header #menu .dropdown-special .list-box{
    display: flex;
    flex-wrap: wrap;
  }
  header .header #menu .container .menu-menu .dropdown-special .list-box > li{
    flex: 0 0 20%;
    max-width: 16%;
    line-height: 1.4!important;
  }
  header .header #menu .container .menu-menu .dropdown-special .list-box > li .image{
    width: 100%;
    overflow: hidden;
  }
  header .header #menu .container .menu-menu .dropdown-special .list-box > li .image img{
    width: 100%;
  }
  header .header #menu .container .menu-menu .dropdown-special .children-box{
    display: block!important;
    padding: 0;
    line-height: 1.4;
    position: static;
    border: unset;
    box-shadow: unset;
    overflow: hidden;
    max-width: 100%;
  }
  header .header #menu .container .menu-menu .dropdown-special .children-box li{
    position: relative;
    padding: 0;
    padding-left: 20px;
    padding-right: 0;
    line-height: 1.4;
  }
  header .header #menu .container .menu-menu .dropdown-special .children-box li .icon{
    position: absolute;
    top: 3px;
    left: 5px;
  }
  header .header #menu .container .menu-menu .dropdown-special .children-box li a{
    line-height: inherit;
    margin: 0;
    padding: 0;
    max-width: 100%!important;
    font-size: 12px;
    color: #333;
  }
  header .header #menu .container .menu-menu .dropdown-special .children-box .append-row{
    background-color: #999;
    width: 80px;
    height:22px;
    margin-top: 10px; 

  }
  header .header #menu .container .menu-menu .dropdown-special .children-box .append-row a{
    color: #fff;
    font-size: 13px;
  }
  header #banner-swiper .swiper-slide {
    font-size: 18px;
  }
  header #banner-swiper .swiper-slide .banner-link {
    padding: 15px 30px;
    left: 15%;
    bottom: 20%;
  }
  header #banner-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
  #page-title {
    margin-bottom: 20px;
  }
  #quickFeedback0 .title,
  #quickFeedback1 .title {
    font-size: 15px;
    line-height: 30px;
  }
  #quickFeedback0 .iBoxList3,
  #quickFeedback1 .iBoxList3 {
    padding-right: 80px;
  }
  #quickFeedback0 .iBoxList3 .form-line,
  #quickFeedback1 .iBoxList3 .form-line {
    height: 50px;
    line-height: 36px;
  }
  #quickFeedback0 .iBoxList3 .form-line.content,
  #quickFeedback1 .iBoxList3 .form-line.content {
    height: 165px;
  }
  #quickFeedback0 .iBoxList3 .form-line label,
  #quickFeedback1 .iBoxList3 .form-line label {
    text-align: right;
  }
  #quickFeedback0 .iBoxList3 .bottom,
  #quickFeedback1 .iBoxList3 .bottom {
    position: absolute;
    bottom: 16px;
    right: 90px;
  }
  footer {
 
  }
  footer .footCon ul,
  footer .bottom-link ul {
    padding: 0 0 0 15px;
  }
  footer .footCon ul > li,
  footer .bottom-link ul > li {
    line-height: 20px;
  }
  footer .footCon ul > li a,
  footer .bottom-link ul > li a {

  }
  footer .footCon .figure,
  footer .bottom-link .figure {
    padding: 30px 0 15px 0;
  }
  footer .footCon .figure .title,
  footer .bottom-link .figure .title {
    line-height: 50px;
  }
  footer .footCon .figure .title span,
  footer .bottom-link .figure .title span {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 600;
  }
  footer .footCon .figure .title .line,
  footer .bottom-link .figure .title .line {
    margin-bottom: 20px;
    width: 50px;
    height: 2px;
  }
  footer .footCon .figure.sns .company-img img,
  footer .bottom-link .figure.sns .company-img img {
    margin: 0 auto;
  }
  footer .footCon .figure.sns #share.little img,
  footer .bottom-link .figure.sns #share.little img {
    width: 20px;
  }
  footer .footCon .figure.sns #share.normal img,
  footer .bottom-link .figure.sns #share.normal img {
    width: 28px;
  }
  footer .footCon .figure.sns #share.large img,
  footer .bottom-link .figure.sns #share.large img {
    width: 36px;
  }
  footer .footCon .figure.address_info i,
  footer .bottom-link .figure.address_info i {
    padding-right: 5px;
  }
  footer .footCon .figure.newsList .group .cal .mon,
  footer .bottom-link .figure.newsList .group .cal .mon {
    line-height: 40px;
    font-size: 16px;
  }
  footer .footCon .figure.newsList .group .cal .day,
  footer .bottom-link .figure.newsList .group .cal .day {
    line-height: 35px;
    font-size: 28px;
  }
  footer .footCon .figure.newsList .group a,
  footer .bottom-link .figure.newsList .group a {
    line-height: 32px;
  }
  footer .footCon .figure.newsList .group p,
  footer .bottom-link .figure.newsList .group p {
    width: 60%;
  }
  footer .bottom-link {
    font-size: 12px;
  }
}
@media (min-width: 1200px){
  .container{
    width: 1260px;
  }
}

.custom-list{
    margin: 20px 0;
	padding: 20px 0px;
	color: #666;
	font-size: 15px;
}

.top-title{
	font-size:1.8rem;
	line-height: 45px;
	font-family: 'montserratbold';
	padding: 30px 0px 20px 0;
}

.custom-top-title{
	font-size:1.6rem;
	line-height: 55px;
	padding-bottom: 0px;
	font-family: 'montserratbold';
	color:#000;
	background-color: #f9f0e4;
	padding: 10px 0 10px 30px;
	margin: 30px 0;
	font-weight: 600;
}

.custom-list-f{
	padding: 20px 80px 10px 80px;
	line-height: 28px;
}


.custom-list-d{
	padding: 20px 50px 40px 50px;
	line-height: 28px;
	font-size:1rem;
	color:#555;
}


.c-list-title{
	font-size:1.2rem;
	color: #544627;
	font-weight: 600;
}



.custom-list-c{
	padding:0px 30px 60px 30px;
}

.cp-list-title{
	font-size: 2rem;
	color: #056db6;
	font-weight: 600;
	padding-bottom: 0.5rem;
}


.custom-top-title-f{
	font-size:2rem;
	font-weight: bold;
	padding-bottom:20px;
	color: #000;
}
.custom-title{
	font-size:1.6rem;
	padding-bottom:20px;
}


.t-list-title{
	font-size:1.6rem;
	color: #8e6b41;
	font-weight: 600;	
}

.list-kb{
	background: #fff; 
	box-shadow: 3px 3px 10px -1px rgba(0,0,0,.2); 
	border-radius: 15px; 
	padding: 35px 30px; 
	position: relative;
}

.g-list-title{
	color: #888;
}

.cd-list-title{
	font-size:1.8rem;
	font-weight: 600;
}

.list-kbc{
	background: #f5f5f5; 
	box-shadow: 3px 3px 10px -1px rgba(0,0,0,.2); 
	border-radius: 15px; 
	padding: 35px 30px; 
	position: relative;
	margin-bottom:50px;
}

.list-paddingleft-2 {
    margin-bottom:1.5rem;
}


td, th {
  padding: 4px 6px;
}
.language .lang-flag {
    width: 16px;
    height: 11px;
    margin-right: 5px;
}