@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  display: block;
}

input,
button {
  border: none;
}

button {
  background: none;
}

input:focus {
  outline: none;
}

.inner {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.wrap {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  height: 100%;
  background: url(/img/main_bg02.jpg) no-repeat top left;
  background-size: cover;
}
.wrap.is_index {
  background-size: contain;
}
.wrap.is_index .content {
  margin-top: 0;
}
.wrap .content {
  margin-top: 100px;
  min-height: 100vh;
}
.wrap .content #sit_ov_from.shopView {
  position: relative;
}

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

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

/* ------------------HEADER----------------------- */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
  height: 100px;
}

.head {
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}

.logo_top {
  box-sizing: border-box;
  padding: 25px 0 10px 0;
}

nav {
  background: none;
  width: auto;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex: 1;
  height: 100%;
  overflow: visible;
  position: static;
}

nav .menu {
  flex: 1;
  margin-top: 0;
  height: 100%;
}

nav .menu .menu_list {
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  flex: 3;
}

nav .menu .menu_list li {
  display: flex;
  padding-left: 4%;
  font-weight: 500;
  color: white;
  align-items: center;
}

nav .menu .menu_list li .fas {
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #ffe400;
  cursor: pointer;
  margin-bottom: -5px;
}

nav .menu .menu_list li.getaquote a,
.getaquote_ham a {
  display: block;
  color: #102e57;
  background: #ffe400;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 12px 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
}

/* 메인 메뉴 오버 했을때와 스크롤 움직일때 헤더 */
header {
  background: #fff;
  /* ----------------모바일용 메뉴보기-------------- */
}
header.is_index {
  background: none;
}
header:hover {
  background-color: #fff;
  /* 두번째 카테고리 */
}
header:hover .nav_ca .menu .menu_list li {
  color: inherit;
  color: #000;
  /* 서치 카테고리 */
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  height: 430px;
  width: 100%;
  background-color: #f6f6f6;
  justify-content: center;
  padding: 2% 0;
  box-sizing: content-box;
  z-index: 2;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub2:not(.menu_search) {
  width: 320px;
  display: none;
  padding: 0;
  height: 348px;
  z-index: 2;
}
header:hover .nav_ca .menu .menu_list li:hover > a {
  color: #999;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub {
  display: flex;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) {
  display: flex;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 {
  width: 100%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a {
  padding-left: 70px;
  background-repeat: no-repeat;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_chemical {
  background: url(/img/icon/icon_chemistry.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_industrial {
  background: url(/img/icon/icon_industrial.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_environmental {
  background: url(/img/icon/icon_environmental.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_food {
  background: url(/img/icon/icon_food.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_life {
  background: url(/img/icon/icon_life.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_academia {
  background: url(/img/icon/icon_aca.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_publications {
  background: url(/img/icon/icon_publications.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_application {
  background: url(/img/icon/icon_application.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_about {
  background: url(/img/icon/icon_about.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_event {
  background: url(/img/icon/icon_event.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_featured {
  background: url(/img/icon/icon_featured.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_news {
  background: url(/img/icon/icon_news.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li:hover > ul.menu_sub2:not(.menu_search) .menu_sub_list2 ul li a.icon_awards {
  background: url(/img/icon/icon_awards.png) no-repeat left top;
  background-size: 11%;
  background-position: 5%;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search {
  height: 100px;
  padding-bottom: 0;
  display: none;
  z-index: 1;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search.on {
  display: flex;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search .searchArea {
  border: 1px solid red;
  position: relative;
  width: 550px;
  border: 0;
  box-sizing: border-box;
  overflow: hidden;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search .searchArea::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-image: linear-gradient(90deg, #0f6ba5 35%, #f4d01f 65%);
  margin-top: 40px;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search .searchArea input {
  padding: 10px 0px 0 0;
  width: 460px;
  border: 0;
  outline: none;
  font-size: 11pt;
  margin-top: 2px;
  padding-left: 5px;
  height: 28px;
  background: none;
  float: left;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search .searchArea input::placeholder {
  color: gray;
  opacity: 0.5;
}
header:hover .nav_ca .menu .menu_list li > ul.menu_sub.menu_search .search-btn {
  width: 30px;
  float: right;
  cursor: pointer;
  border: 0;
  color: #066fb8;
  background: none;
  margin-top: 5px;
}
header:hover .menu_list li a, header:hover .head .nav_ca .menu .menu_list li .fas {
  color: black;
}
header:hover .menu_list li a:hover, header:hover .menu_list li a.menu_on, header:hover .head .nav_ca .menu .menu_list li i.menu_on {
  color: #999;
}
header:hover .menu_list li .menu_sub li {
  padding: 20px;
  width: 25%;
  display: block;
  box-sizing: border-box;
}
header:hover .menu_list li .menu_sub li img {
  width: 100%;
}
header:hover .menu_list li .menu_sub > li:nth-child(3) {
  width: 35%;
  border-left: 1px solid #dddddd;
}
header:hover .menu_list li .menu_sub li a {
  text-align: center;
}
header:hover .menu_list li .menu_sub li h5 {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  margin: 25px 0;
}
header:hover .menu_list li .menu_sub li p {
  font-weight: 400;
  font-size: 14px;
  padding-left: 10%;
  box-sizing: border-box;
  word-break: inherit;
}
header:hover .menu_list li .menu_sub .menu_sub_list {
  padding: 0;
}
header:hover .menu_list li .menu_sub .menu_sub_list ul li {
  width: 100%;
  margin: 0;
  padding: 0;
}
header:hover .menu_list li .menu_sub .menu_sub_list ul li:hover {
  background: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #0f6ba5 35%, #f4d01f 65%);
  border-image-slice: 1;
  background-origin: border-box;
  border: 0px solid transparent;
  border-bottom: 2px solid transparent;
  background-clip: content-box, border-box;
}
header:hover .menu_list li .menu_sub .menu_sub_list ul li a {
  display: block;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
header:hover .menu {
  background-color: #fff;
  height: 100px;
}
@media (min-width: 1240px) {
  header:hover .menu_list li .menu_sub li {
    width: 20%;
  }
  header:hover .menu_list li .menu_sub > li:nth-child(3) {
    width: 30%;
  }
}
header.scrolling {
  background-color: #fff;
}
header.scrolling .nav_ca .menu .menu_list li {
  color: inherit;
  color: #000;
}
header.scrolling .nav_ca .menu .menu_list li .fas {
  color: black;
}
header .nav_ca .menu .menu_list li.straight_element {
  position: relative;
}
header .nav_ca .menu .menu_list li.straight_element > ul.menu_sub2:not(.menu_search) {
  height: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .nav_ca .menu .menu_list li.straight_element > ul.menu_sub2:not(.menu_search) ul li:hover {
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #0f6ba5 35%, #f4d01f 65%);
  border-image-slice: 1;
  background-origin: border-box;
  border: 0px solid transparent;
  border-bottom: 2px solid transparent;
  background-clip: content-box, border-box;
}
header .nav_ca .menu .menu_list li.straight_element > ul.menu_sub2:not(.menu_search) ul li:hover:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .nav_ca .menu .menu_list li ul.menu_sub {
  display: none;
}
header .nav_compact {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  height: 500px;
  width: 100%;
  padding-bottom: 150px;
  background-color: #fff;
}
header .nav_compact.on {
  display: block;
}
header .nav_compact .nav_compact_menu {
  width: 45%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
header .nav_compact .nav_compact_menu ul {
  box-sizing: border-box;
  padding: 20px;
  padding-right: 0;
}
header .nav_compact .nav_compact_menu ul li {
  padding: 15px 0;
}
header .nav_compact .nav_compact_menu ul li > a.link {
  display: flex;
  height: 18px;
}
header .nav_compact .nav_compact_menu ul li.m_search_area {
  width: 80%;
}
header .nav_compact .nav_compact_menu ul li:hover > a.link::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  padding-left: 5px;
  color: #0f6ba5;
  /* border: 1px solid red; */
  margin-top: -2px;
}
header .nav_compact .nav_compact_menu ul li:hover .compact_depth2 {
  display: block;
}
header .nav_compact .nav_compact_menu .compact_depth2 {
  display: none;
  position: absolute;
  top: 0;
  width: 55%;
  left: 45%;
  height: 100%;
  background-color: #f6f6f6;
}
header .nav_compact .nav_compact_menu ul li .compact_depth2 li a {
  letter-spacing: 0px;
}

/*---------- 햄버거버튼 모바일용------------------------ */
.head .nav_ham {
  display: none;
}

.ham {
  display: inline-block;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 7px);
  transform: rotate(-45deg) translate(-9px, 7px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

.getaquote_ham a {
  width: 170px;
}

.nav_compact ul li ul.compact_search {
  padding: 0;
}

.nav_compact ul li ul.compact_search li.compact_searchArea {
  position: relative;
  padding: 8px 10px;
  border-radius: 25px;
  border: 1px solid #0f6ba5;
  box-sizing: border-box;
}

.nav_compact ul li ul.compact_search li.compact_searchArea input {
  width: 82%;
  margin-left: 8px;
}

.nav_compact ul li ul.compact_search li.compact_searchArea input::placeholder {
  font-size: 12px;
  color: #ccc;
}

.nav_compact ul li ul.compact_search li.compact_searchArea button {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #f4d01f;
}

/*------------------- 컨텐츠 시작------------------- */
.con {
  padding: 100px 0 0 0;
  font-size: 17px;
}

/*------------ 메인비주얼--------------------- */
.visual .copy {
  animation: none;
  margin-top: 20%;
}

.visual .copy h2 {
  font-size: 100px;
  color: #0b2547;
}

.visual .copy .copy_txt {
  margin-top: 30px;
  font-size: 23px;
}

/*------------------- 제품소개01 ----------------------*/
.product01 {
  margin-top: 15%;
  width: 100%;
  overflow: hidden;
}

.pro_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 45%;
  margin-top: 100px;
  z-index: 777;
}

.pro_img img {
  width: 100%;
}

.pro_box {
  float: right;
  width: 70%;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 5% 5% 5% 20%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 10px 13px 13px 10px;
  z-index: 555;
}

.box {
  box-sizing: border-box;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

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

/* ----------------제품소개02 -------------------*/
.product02 {
  background: url(/img/main_bg03.jpg) no-repeat left top;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 8%;
}

.product02 .pro_img {
  left: inherit;
  right: 0;
  margin-top: 140px;
  width: 40%;
}

.product02 .pro_box {
  float: left;
  padding: 5% 20% 5% 5%;
}

h3.tit_gradi,
.tit_gradi02 {
  background: linear-gradient(to right bottom, #102e57, #9bbbe6);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-background: linear-gradient(#102e57, #9bbbe6);
  font-size: 45px;
  display: inline-block;
  margin-bottom: 20px;
  word-break: break-all;
}

h3.tit_gradi::after,
.tit_gradi02::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-image: linear-gradient(90deg, #0f6ba5 35%, #f4d01f 65%);
}

.tit_gradi02 {
  font-size: 30px;
  line-height: 40px;
}

.title_center {
  display: flex;
  justify-content: center;
}

h4 {
  font-size: 35px;
  margin-bottom: 20px;
}

.n_btn {
  margin-top: 20px;
  box-sizing: border-box;
  display: inline-block;
  border: 3px solid transparent;
  border-radius: 999px;
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #f4d01f 0%, #0f6ba5 100%);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.n_btn button {
  display: block;
  padding: 5px 40px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: black;
}
.n_btn button:hover {
  color: #fff;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #f4d01f 0%, #0f6ba5 100%);
  transition: 0.4s;
}

.n_btn a {
  display: block;
  padding: 5px 40px;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.n_btn a:hover {
  color: #fff;
  border-radius: 999px;
  background-image: linear-gradient(90deg, #f4d01f 0%, #0f6ba5 100%);
  transition: 0.4s;
}

.n_btn02 {
  border: 2px solid transparent;
}

/* ------------------Appication -----------------------*/
.main_application {
  background: url(/img/bg_con01.png) no-repeat right top;
  margin-top: 10%;
}

.main_application .app_txt {
  text-align: center;
  font-weight: 400;
  font-size: 43px;
  color: #555;
}

.main_application .app_item {
  margin-top: 3%;
}

.main_application .app_item .app_list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.main_application .app_item .app_list li {
  box-sizing: border-box;
  width: 30%;
  padding: 2%;
  border-radius: 15px;
  margin: 10px 2% 105px 10px;
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main_application .app_item .app_list li:hover {
  border-radius: 15px;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.main_application .app_item .app_list > li:nth-child(3),
.main_application .app_item .app_list li:nth-child(6) {
  margin-right: 0;
}

.app_item_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 10px;
}

.app_item_icon object {
  height: 190px;
  /* border: 1px solid red; */
  box-sizing: border-box;
}

.app_item_icon object.m_icon01 {
  width: 30%;
  padding-top: 0;
}

.app_item_icon object.m_icon02 {
  width: 40%;
  padding-top: 35px;
}

.app_item_icon .m_icon03 {
  background: url(/img/icon/icon_environmantal.png) no-repeat left;
  background-position: 0 50%;
  background-size: contain;
  width: 45%;
  height: 190px;
  box-sizing: border-box;
}

.app_item_icon .m_icon03:hover {
  background: url(/img/icon/icon_environmantal_ani.png) no-repeat left;
  background-size: contain;
}

.app_item_icon object.m_icon04 {
  width: 40%;
  padding-top: 30px;
}

.app_item_icon object.m_icon05 {
  width: 40%;
  padding-top: 30px;
}

.app_item_icon object.m_icon06 {
  width: 45%;
  padding-top: 40px;
}

.main_application .app_item .app_list p {
  text-align: center;
}

.main_application .app_item .app_list .app_item_tit {
  font-weight: bold;
  font-size: 25px;
  margin: 20px 0;
}

.app_item_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.app_iconbox .app_item_icon .m_icon03 {
  background: url(/img/icon_environmantal.png) no-repeat left;
  background-position: 0 50%;
  background-size: contain;
  width: 45%;
  height: 190px;
  box-sizing: border-box;
}

.app_iconbox:hover .app_item_icon .m_icon03 {
  background: url(/img/icon_environmantal_ani.png) no-repeat left;
}

.app_iconbox .app_item_icon object.m_icon01_over {
  display: none;
  width: 30%;
  padding-top: 0;
}

.app_iconbox .app_item_icon object.m_icon02_over {
  width: 40%;
  display: none;
  padding-top: 35px;
}

.app_iconbox .app_item_icon object.m_icon04_over,
.app_iconbox .app_item_icon object.m_icon05_over {
  display: none;
  width: 40%;
  padding-top: 30px;
}

.app_iconbox .app_item_icon object.m_icon06_over {
  display: none;
  width: 45%;
  padding-top: 40px;
}

.app_iconbox:hover .app_item_icon object.m_icon01,
.app_iconbox:hover .app_item_icon object.m_icon02,
.app_iconbox:hover .app_item_icon object.m_icon04,
.app_iconbox:hover .app_item_icon object.m_icon05,
.app_iconbox:hover .app_item_icon object.m_icon06 {
  display: none;
}

.app_iconbox:hover .app_item_icon object.m_icon01_over,
.app_iconbox:hover .app_item_icon object.m_icon02_over,
.app_iconbox:hover .app_item_icon object.m_icon04_over,
.app_iconbox:hover .app_item_icon object.m_icon05_over,
.app_iconbox:hover .app_item_icon object.m_icon06_over {
  display: block;
}

/*----------- NEWS---------------------------------------------- */
.news {
  box-sizing: border-box;
  background: #f4f4f4;
  padding: 4%;
}

.news .tit_gradi02 {
  margin-bottom: 40px;
}

.news_section {
  display: flex;
  flex-wrap: wrap;
}

.news_img {
  width: 50%;
}

.news_article {
  width: 50%;
  box-sizing: border-box;
  padding-left: 5%;
}

.news_img img {
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 2px 5px 10px 3px rgba(0, 0, 0, 0.1);
}

.news_img img {
  width: 100%;
}

/*---------------------- footer----------------------------------------- */
footer {
  padding: 7% 0;
  box-sizing: border-box;
  background-color: #fff;
}

footer .inner {
  border-bottom: 1px solid #ccc;
}

.logo_btm {
  width: 105px;
}

.logo_btm img {
  width: 100%;
}

.foot_sitemap {
  margin-top: 3%;
  display: flex;
  flex-wrap: wrap;
}

.foot_sitemap li {
  color: #999;
  width: 20%;
}

.foot_sitemap li dl dt {
  font-weight: bold;
  margin: 5% 0;
}

.foot_sitemap li dl dd {
  font-size: 14px;
  font-weight: 400;
  padding: 1% 0;
}

.foot_sitemap li dl dt a:hover,
.foot_sitemap li dl dd a:hover {
  color: #000;
}

footer .getaquote_btm {
  padding: 1% 0;
  overflow: hidden;
}

footer .getaquote_btm p {
  float: right;
  display: inline-block;
}

footer .getaquote_btm p a {
  font-size: 18px;
  border-radius: 555px;
  display: block;
  padding: 15px 50px;
  font-weight: 400;
  color: #fff;
  background-image: linear-gradient(90deg, #112f58, #86a8d7);
}

/* ---------------미디어쿼리 및 키프레임(애니메이션)------------------ */
@media (min-width: 780px) {
  .inner {
    max-width: 1180px;
    width: 82%;
  }
}
@media (min-width: 870px) {
  .nav_compact {
    display: none !important;
  }
}
@media (min-width: 1240px) {
  .header_over .menu_list li .menu_sub li {
    width: 20%;
  }
  .header_over .menu_list li .menu_sub li:nth-child(3) {
    width: 30%;
  }
}
@media (max-width: 870px) {
  header {
    background-color: #fff;
  }
  .bar1,
  .bar2,
  .bar3 {
    background-color: #000;
  }
  .main_application .app_txt {
    font-size: 24px;
  }
  .head nav {
    display: none;
  }
  .head .nav_ham {
    display: flex;
    align-items: center;
  }
  .getaquote_ham a {
    width: 140px;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
  }
  .visual .copy h2 {
    font-size: 60px;
  }
  .header_over .bar1,
  .header_over .bar2,
  .header_over .bar3 {
    background-color: #000;
  }
  .product01,
  .product02 {
    margin-top: 100px;
    position: relative;
  }
  .product01 .pro_img,
  .product02 .pro_img {
    position: relative;
    width: 80%;
    margin-top: 70px;
    margin: 10% auto;
  }
  .product01 .pro_box,
  .product02 .pro_box {
    width: 95%;
    padding: 10%;
    margin-bottom: 60px;
  }
  h3.tit_gradi {
    font-size: 35px;
  }
  h4 {
    font-size: 25px;
  }
  .main_application .app_item .app_list li {
    width: 45%;
  }
  .news_img {
    width: 90%;
  }
  .news_article {
    margin-top: 10%;
    width: 90%;
  }
  footer .foot_sitemap li {
    width: 50%;
  }
  .foot_sitemap li dl dd:nth-last-child(1) {
    margin-bottom: 10%;
  }
}
@media (max-width: 500px) {
  .main_application .app_item .app_list li {
    width: 90%;
  }
}
@media (max-width: 1240px) {
  nav .menu .menu_list li {
    padding-left: 2%;
    font-size: 14px;
  }
}
@media (max-width: 1920px) {
  .wrap {
    background-size: cover;
  }
  .wrap.is_index {
    background-size: contain;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 3s;
}

.fadeIndown {
  animation-name: fadeIndown;
  animation-duration: 4s;
}

@keyframes fadeIndown {
  0% {
    opacity: 0;
    transform: translate(5%, 5%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.tit_gradi {
  background: linear-gradient(to right bottom, #102e57, #9bbbe6);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-background: linear-gradient(#102e57, #9bbbe6);
  font-size: 45px;
  display: inline-block;
  margin-bottom: 20px;
  word-break: break-all;
}

.tit_gradi::after {
  content: "";
  width: 100%;
  display: block;
  height: 2px;
  background-image: linear-gradient(90deg, #0f6ba5 35%, #f4d01f 65%);
}

/* ----sub con---------- */
.sub_con {
  background: url(/img/bg_con01.png) repeat-y right top;
  color: #333333;
  font-size: 17px;
  padding: 100px 0 90px 0;
  background-color: #eff3f4;
  min-height: 100vh;
}

.features {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.features li {
  box-sizing: border-box;
  flex-basis: 50%;
  margin-bottom: 35px;
}

.features li .features_wrap {
  display: flex;
}

.features li .features_wrap div:nth-child(2) {
  padding: 15px 10px 0 0;
}

.icon_box {
  box-sizing: border-box;
  padding: 10px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  box-shadow: 1px 3px 5px 1px rgba(47, 64, 100, 0.2);
  border-radius: 10px;
  margin-right: 20px;
}

.icon_box .sub_icon {
  width: 50px;
  height: 50px;
  background: url(/img/icon/icon_all.png) no-repeat top left;
}

.icon_box .icon_speed {
  background-position: -50px 0;
}

.icon_box .icon_versatility {
  background-position: -100px 0;
}

.icon_box .icon_robustness {
  background-position: -150px 0;
}

.icon_box .icon_compact {
  background-position: 0px -50px;
}

.icon_box .icon_software {
  background-position: -50px -50px;
}

.icon_box .icon_chemical {
  background-position: -100px -50px;
}

.icon_box .icon_industrial {
  background-position: -150px -50px;
}

.icon_box .icon_env {
  background-position: 0 -100px;
}

.icon_box .icon_food {
  background-position: -50px -100px;
}

.icon_box .icon_life {
  background-position: -100px -100px;
}

.icon_box .icon_aca {
  background-position: -150px -100px;
}

.sub_box {
  margin-top: 120px;
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 1px 3px 5px 1px rgba(47, 64, 100, 0.2);
  border-radius: 10px;
  padding: 60px 50px 60px;
  box-sizing: border-box;
}
.sub_box .section_info {
  margin-top: 70px;
}
.sub_box .section_info:first-child {
  margin-top: 0;
}

.pro {
  display: flex;
}

.pro .tit_box .article {
  line-height: 25px;
}

.article_box {
  margin: 0;
}

.pro02 {
  display: block;
}

.pro div.tit_box {
  width: 55%;
  padding-right: 3%;
}

.pro02 div:nth-child(1) {
  width: 100%;
}

.pro .img_box {
  width: 45%;
}
.pro .img_box .slick-dots li button:before {
  font-size: 15px;
}
.pro .img_box .item img {
  height: 100%;
}
.pro .img_box .owl-dot span {
  background: #7e7e7e;
}
.pro .img_box .owl-dot:hover span {
  background: #0f1520;
}
.pro .img_box .owl-dot.active span {
  background: #0f1520;
  width: 13px;
  height: 13px;
}

.pro div:nth-child(2) img {
  width: 100%;
}

.sub_con h2.sub_tit2 {
  color: #196abd;
  font-size: 30px;
  margin-bottom: 40px;
}

.sub_con h4.sub_tit4 {
  font-size: 25px;
  font-weight: 700;
  color: black;
}

.app_pro {
  margin-top: 80px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.app_pro li {
  width: 50%;
  margin-bottom: 80px;
}

.app_pro li > div:nth-child(1) {
  width: 80%;
  margin: 0 auto;
  min-height: 300px;
  box-sizing: border-box;
}

.app_pro li img {
  width: 100%;
}

.app_pro li h4.tit_gradi {
  margin-top: 20px;
}

.underline {
  text-decoration: none;
  position: relative;
  background: linear-gradient(125deg, #0f6ba5 0%, #f4d01f 100%) no-repeat bottom center/100% 2px;
  padding-bottom: 3px;
  color: #494D50;
}

.about {
  margin: 50px 0 0 0;
  background: url(/img/sub_diagram.png) no-repeat left top;
  background-size: contain;
  display: flex;
  justify-content: space-around;
}

.about li {
  margin-top: 3%;
  width: 23%;
}

.about li .dia_txt {
  font-size: 1.3vw;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

.about li .dia_txt span {
  font-size: 1.2vw;
}

.about li dl {
  margin-top: 30%;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  box-shadow: 1px 3px 5px 1px rgba(47, 64, 100, 0.2);
  border-radius: 10px;
  min-height: 220px;
}

.about li dl dt {
  font-size: 1.3vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.about li dl dd {
  font-size: 1.2vw;
}

.sub_news .sub_news_list {
  padding: 20px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.sub_news .sub_news_list:hover {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 3px 5px 1px rgba(47, 64, 100, 0.2);
  border-radius: 10px;
}

.sub_news .sub_news_list ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid;
  border-radius: 20px;
  border-image: linear-gradient(125deg, #0f6ba5 0%, #f4d01f 100%);
  border-image-slice: 1;
  padding: 20px;
  font-weight: 500;
}

.sub_news .sub_news_list ul li:nth-child(1) {
  width: 85%;
  font-size: 20px;
}

.sub_news .sub_news_list ul li:nth-child(2) {
  text-align: right;
}

.btn_lmore {
  font-size: 15px;
  text-decoration: none;
  position: relative;
  background: linear-gradient(to right, #0f6ba5 0%, #f4d01f 100%) no-repeat bottom center/100% 2px;
  padding-bottom: 4px;
  line-height: 25px;
  color: #494D50;
  min-width: 105px;
  color: #196abd;
  font-weight: bold;
  text-align: right;
}

.btn_lmore:hover {
  color: #102e57;
}

@keyframes gradient {
  from {
    background-position-y: 0%;
  }
  to {
    background-position-y: 100%;
  }
}
/* ------------sub_con2------------------- */
.sub_con02 {
  background: url(/img/bg_sub01.png) no-repeat left top;
  background-color: #eff3f4;
}

.sub_box .tit_gradi {
  margin-top: 70px;
  font-size: 30px;
}

.sub_box h3:nth-child(1) {
  margin-top: 0;
}

.sub_con02 .pro {
  color: #fff;
}

.sub_con02 .tit_more {
  font-size: 45px;
  color: #fff;
}

.sub_con02 h4.sub_tit4 {
  margin-top: 20px;
  color: #fff;
}

.grid {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.grid th {
  font-weight: 300;
  background: #ecf0f6;
  text-align: center;
}

.grid th,
.grid td {
  border: 1px solid #7791b5;
  padding: 13px;
  color: #000;
  word-break: break-word;
}

.img_in {
  background-color: #fff;
  box-shadow: 1px 3px 5px 1px rgba(47, 64, 100, 0.2);
  border-radius: 10px;
  box-sizing: border-box;
}

.acc {
  display: flex;
}

.acc .acc_grid {
  width: 60%;
}

.acc .img_box {
  width: 35%;
  margin-left: 5%;
}

.acc .img_box img,
.sub_view img {
  border-radius: 10px;
  width: 100%;
}

.acc .img_box div:nth-child(2) {
  margin-top: 30px;
}

/* ----------Contact Us SUPPORT------------- */
.contact_us {
  background: url(/img/bg_sub01.png) no-repeat left top;
  background-size: cover;
  background-color: #eff3f4;
}

.contact_us .inner {
  padding: 80px 0 80px;
  background-color: rgba(255, 255, 255, 0.1);
}

.contact_us .contact_tit {
  margin: 0 auto;
  font-size: 40px;
  width: 70%;
  padding: 15px 0;
  border-radius: 4em;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
}

.contact_us .form_wrap {
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;
}

.contact_us .form_wrap form fieldset {
  margin-top: 35px;
  border: none;
}

.contact_us .form_wrap label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
}

.contact_us .form_wrap input,
.contact_us .form_wrap .field_select {
  box-sizing: border-box;
  padding: 11px 16px;
  border-radius: 0.5em;
  font-size: 17px;
  width: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #102e57;
  font-weight: bold;
  appearance: none;
}

.contact_us .form_wrap .field_select {
  padding: 0;
}

.contact_us .form_wrap .field_select select {
  padding: 11px 16px;
  appearance: none;
  outline: none;
  border: none;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  color: #102e57;
  background: url(/img/icon/icon_selec.png) no-repeat right 14px center;
}

.contact_us .form_wrap .field_select select option {
  font-size: 14px;
  color: #102e57;
}

.contact_us .form_wrap form .field_twin {
  display: flex;
  justify-content: space-between;
}

.contact_us .form_wrap form .field_twin input {
  width: 45%;
}

.contact_us .form_wrap input::placeholder {
  color: #102e57;
  font-weight: bold;
}

/* ------support --------*/
.support_wrap {
  background: url(/img/bg_support.png) no-repeat left top;
  background-size: cover;
  background-color: #eff3f4;
  margin-top: 100px;
}

.support_wrap .inner {
  background: none;
}

.support_wrap .support {
  width: 60%;
}

.support_wrap .inner .support .contact_tit {
  width: 100%;
  text-align: left;
}

.support_wrap .form_wrap {
  width: 100%;
}

.support_wrap .support .contact_tit {
  border: none;
}

.btn_submit {
  margin-top: 50px;
  text-align: center;
}

.btn_submit .btn a {
  padding-left: 50px;
  padding-right: 50px;
}

.sub_img img {
  width: 100%;
}

.pro .img_box .sub_img_fix img {
  width: inherit;
}

/*----------- 사이즈 맞춤용---------- */
.txt_center {
  text-align: center;
}

.tit_top50 {
  margin-top: 50px;
}

.tit_top100 {
  margin-top: 100px;
}

.tit_top150 {
  margin-top: 150px;
}

.up_50 {
  margin-top: -50px;
}

.mbtm {
  margin-bottom: 15px !important;
}

@media (max-width: 870px) {
  .sub_con .inner {
    width: 90%;
  }
  .pro {
    display: block;
  }
  .pro div:nth-child(1) {
    width: 100%;
  }
  .pro div:nth-child(2) {
    width: 100%;
  }
  .features {
    display: block;
  }
  .pro .img_box {
    margin-top: 5%;
  }
  .contact_us .inner {
    width: 100%;
  }
  .contact_us .inner .contact_tit {
    width: 90%;
  }
  .contact_us .inner .form_wrap {
    width: 90%;
  }
  .support_wrap .support {
    width: 90%;
    margin: 0 auto;
  }
  .acc {
    display: block;
  }
  .acc .acc_grid {
    width: 100%;
  }
  .acc .img_box {
    width: 100%;
    margin-left: 0;
  }
  .about {
    background: none;
    display: block;
  }
  .about li {
    margin-top: 3%;
    width: 100%;
    margin-bottom: 10%;
  }
  .about li .dia_txt {
    padding: 2px;
    box-sizing: border-box;
    font-size: 21px;
    border: 1px solid transparent;
    border-radius: 15px;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #7c96b9 0%, #102e57 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    line-height: 25px;
  }
  .about li .dia_txt span {
    font-size: 21px;
  }
  .about li dl {
    margin-top: 3%;
    box-sizing: border-box;
    padding: 20px;
    min-height: inherit;
  }
  .about li dl dt {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .about li dl dd {
    font-size: 17px;
  }
  .app_pro {
    display: block;
  }
  .sub_box .app_pro li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .app_pro li > div:nth-child(1) {
    min-height: 200px;
  }
}
@media (min-width: 1300px) {
  .about li .dia_txt,
  .about li .dia_txt span {
    font-size: 21px;
  }
  .about li dl dt,
  .about li dl dd {
    font-size: 17px;
  }
}
.event_side.event_list {
  margin-top: 0;
  display: flex;
  padding-top: 100px;
  justify-content: center;
  align-items: center;
}
.event_side.event_list #event_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-items: center;
  width: 60%;
  row-gap: 15px;
}
@media (max-width: 1600px) {
  .event_side.event_list #event_ul {
    width: 80%;
  }
}
@media (max-width: 1300px) {
  .event_side.event_list #event_ul {
    width: 95%;
  }
}
@media (max-width: 1050px) {
  .event_side.event_list #event_ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 780px) {
  .event_side.event_list #event_ul {
    grid-template-columns: repeat(1, 1fr);
    width: 70%;
  }
}
@media (max-width: 550px) {
  .event_side.event_list #event_ul {
    width: 80%;
  }
}
.event_side.event_list #event_ul #event_li {
  display: inline-block;
  border: 1px solid #e8e8e8;
  margin-right: 0;
  width: 95%;
  justify-self: center;
}
.event_side.event_list #event_ul #event_li #img {
  width: 100%;
  height: 100%;
}
.event_side.event_view div#sev_himg {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5%;
}
.event_side.event_view div#sev_himg img {
  width: 100%;
}

.inner #bo_v {
  background: transparent;
}
.inner #bo_v #bo_v_info {
  border-bottom: 0;
}
.inner #bo_v #bo_v_top ul {
  background: transparent;
}
.inner #bo_v #bo_v_top li {
  background: transparent;
}
.inner #bo_v .bo_v_nb .board_text_guide {
  display: none;
  flex: 1;
  margin-left: 5px;
}
@media (min-width: 1250px) {
  .inner #bo_v .bo_v_nb .board_text_guide {
    display: inline-block;
    flex: 1;
  }
}
.inner #bo_v .bo_v_nb .nb_date {
  color: #383838;
}
.inner #bo_v .bo_v_nb li {
  display: flex;
}
.inner #bo_v .bo_v_nb li i {
  color: #5a5a5a;
}
.inner #bo_v .bo_v_nb li span.nb_tit {
  display: flex;
  align-items: center;
  flex: 0;
  color: #383838;
  font-weight: 500;
}
@media (max-width: 1250px) {
  .inner #bo_v .bo_v_nb li span.nb_tit {
    flex: 0;
  }
}
.inner #bo_v .bo_v_nb li a {
  flex: 1;
  font-weight: 500;
  word-break: break-all;
}

#prd_list .inner:nth-child(2n) .pro {
  margin-top: 150px;
}
#prd_list .inner:nth-child(2) .pro {
  margin-top: 0;
}
#prd_list .inner#page_wrapper {
  margin-top: 50px;
}
#prd_list .inner#page_wrapper nav {
  justify-content: center;
}

form[name=fitem] table#specInfoTable {
  table-layout: fixed;
}

div.head div.top_head_menu_wrapper {
  display: flex;
  flex-direction: column;
}
div.head #lang_btn_wrapper {
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  flex: 1;
  align-items: flex-end;
}
@media (max-width: 870px) {
  div.head #lang_btn_wrapper {
    margin-top: 10px;
    margin-right: 15px;
  }
}
div.head #lang_btn_wrapper a {
  width: 64px;
  height: 18px;
  display: block;
}

#prd_list .search_result_wrapper .sub_box {
  margin-top: 70px;
}
#prd_list .search_result_wrapper .sub_box:first-child {
  margin-top: 0;
}
#prd_list .search_result_wrapper .no_result {
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
}
#prd_list #search_result_title #search_category_title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.distributorship {
  margin-top: 5%;
  background: none;
}

.distributorship .support .form_wrap {
  width: 80%;
  margin-left: 0;
}

.distributorship .support .form_wrap input,
.distributorship .support .form_wrap .field_select {
  border: 1px solid #102e57;
}

.distributorship .support .form_wrap label {
  color: #196abd;
  font-weight: bold;
}

.check input {
  all: unset;
}

.check input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}

.distributorship .support .form_wrap form .check .label_txt,
.distributorship .support .form_wrap form .checkbox label {
  color: #102e57;
}

.check input[type=radio] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 13px 0 0;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  border: 1px solid #196abd;
  border-radius: 50%;
}

.check input[type=radio]:checked + label span {
  margin: 0 20px 0 0;
  border: none;
  top: 1px;
  width: 6px;
  height: 9px;
  border-right: 3px solid #102e57;
  border-bottom: 3px solid #102e57;
  border-radius: 0;
  background: 0 0;
  vertical-align: 1px;
  -webkit-transform: translateX(2px) rotate(45deg);
  -ms-transform: translateX(2px) rotate(45deg);
  -o-transform: translateX(2px) rotate(45deg);
  transform: translateX(2px) rotate(45deg);
}

.checkbox input[type=checkbox] + label span {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: -1px 13px 0 0;
  vertical-align: middle;
  background: none;
  cursor: pointer;
  border: 1px solid #196abd;
}

.checkbox input[type=checkbox]:checked + label span {
  margin: 0 20px 0 0;
  border: none;
  top: 1px;
  width: 6px;
  height: 9px;
  border-right: 3px solid #102e57;
  border-bottom: 3px solid #102e57;
  border-radius: 0;
  background: 0 0;
  vertical-align: 1px;
  -webkit-transform: translateX(2px) rotate(45deg);
  -ms-transform: translateX(2px) rotate(45deg);
  -o-transform: translateX(2px) rotate(45deg);
  transform: translateX(2px) rotate(45deg);
}

.distributorship .support .form_wrap .hide_txt {
  display: none;
}

@media (max-width: 1000px) {
  .distributorship .support .form_wrap {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .distributorship .support .form_wrap input,
  .distributorship .support .form_wrap select,
  .distributorship .support .form_wrap label {
    font-size: 0.8em;
  }
  .distributorship .support .form_wrap select .distributorship .support .form_wrap {
    width: 100%;
  }
  .distributorship .support .form_wrap .hide_txt {
    display: block;
  }
  .distributorship .support .form_wrap .over_txt {
    display: none;
  }
}