@charset "utf-8";

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html,
body {
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
  margin: 0 auto;
}

/* body {
    overflow-x: hidden;
    overflow-y: hidden;
} */
.m-only {
  display: none;
}

.pc-only {
  display: block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl {
  clear: both;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.hidden {
  display: none;
}

.scrolldisable {
  height: 100%;
  min-height: 100%;
  overflow: hidden !important;
  touch-action: none;
}

input[type="text"]::-ms-clear {
  display: none;
}

input::placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder {
  color: #aaa;
}

.container {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.new_title {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto 50px auto;
}

.new_title h2 {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 500;
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  background: #ffffff;
  text-transform: uppercase;
  text-align: center;
}

.new_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #ebebeb;
}

/*HEADER*/
#wrap {
  width: 100%;
  transition: all 0.2s;
  background: #fff;
}

header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.4s ease-in-out;
  background-color: #ffffff;
  box-sizing: border-box;
}

/* header:hover {
    background-color: #ffffff;
} */

header nav {
  max-width: 1200px;
  width: 95%;
  height: 60px;
  margin: 0 auto;
  transition: 0.3s;
}

#logo {
  position: relative;
  width: 20%;
  height: 100%;
  vertical-align: middle;
}

#logo a {
  display: block;
  width: 90%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-60%);
}

#logo img {
  width: 100%;
}

.top-menu {
  width: 50%;
}

li.top-menu-title:first-child .menu-content {
  padding-top: 0;
}

.top-menu-title,
.top-menu-title-sub {
  position: relative;
  width: 20%;
}

.menu-text {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: auto;
  transition: 0.4s;
}

.menu-text::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 4px;
  background: #cf6464;
  transition: 0.4s;
}

.menu-text:hover {
  color: #cf6464;
}

.menu-text:hover::after {
  width: 50px;
}

.menu-content-wrap {
  position: absolute;
  left: 0px;
  top: 58px;
  display: none;
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.menu-contents-tot {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* .top-menu .top-menu-title:first-child .menu-content-wrap {
    left: 23px;
}

.top-menu .top-menu-title:nth-child(2) .menu-content-wrap {
    left: -104px;
}
 */

.menu-content {
  padding: 15px 10px 30px 10px;
  position: relative;
  min-width: 150px;
}

/* .menu-content::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #c9c9c9;
}

.menu-content:first-child::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #c9c9c9;
} */

.menu-content > h4 {
  transition: 0.2s;
  padding: 15px 0 20px 0px;
}

.menu-content > h4 > a {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  transition: 0.2s;
  padding: 2px 6px;
}

.menu-content > li {
  padding: 5px 0 7px 0px;
}

.menu-content > li > a {
  font-size: 15px;
  font-weight: 400;
  color: #444444;
  transition: color 0.3s;
  padding: 2px 6px;
}

.menu-content h4 a:hover {
  /* color: #cf6464; */
  color: #ffffff;
  background: #da2b2b;
  border-radius: 5px;
}

.menu-content li a:hover {
  /* color: #cf6464; */
  color: #ffffff;
  background: #da2b2b;
  border-radius: 5px;
}

/* .menu-back {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    height: 400px;
    z-index: -1;
    background: #ffffff;
    display: none;
    border-bottom: 1px solid #e4e4e4;
} */

#mo_header {
  display: none;
}

#mo_top-menu {
  display: none;
}

#mo_nav {
  display: none;
}

#icon-box {
  width: 25%;
  height: 100%;
}

#icon-box > div,
#icon-box > ul {
  box-sizing: border-box;
}

.language {
  position: relative;
  width: 30%;
  min-width: 75px;
  height: 25px;
  margin-top: 17.5px;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
  transition: 0.3s;
}

.language div {
  width: 100%;
  height: 100%;
  line-height: 25px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: #333333;
  display: inline-block;
  transition: 0.3s;
  overflow: hidden;
}

.language ul {
  background: #131313;
  width: 100px;
  text-align: left;
  padding: 10px 0;
  position: absolute;
  left: 15%;
  top: 60px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  border-radius: 5px;
}

.language ul li {
  list-style: none;
  padding: 3px 0;
}

.language ul li a {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 10px;
  transition: 0.2s;
}

.language:hover ul {
  top: 27px;
  opacity: 1;
  visibility: visible;
}

.language ul li a:hover {
  color: #cf6464;
}

.login {
  width: 45%;
  height: 100%;
  margin-right: 0;
}

.login li {
  position: relative;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
}

.login a {
  display: block;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #777777;
  transition: 0.3s;
  line-height: 60px;
  text-align: center;
}

.login li:hover a {
  color: #cf6464;
}

.login li:last-child a {
  margin-right: 0;
}

.header_icon {
  position: relative;
  height: 100%;
  width: 25%;
}

.header_icon li {
  position: relative;
  height: 100%;
  width: 50%;
  box-sizing: border-box;
}

.header_icon a {
  display: block;
  height: 100%;
  padding: 0;
  text-align: right;
}

.header_icon a i {
  font-size: 20px;
  color: #131313;
  transition: 0.3s;
  line-height: 60px;
}

.header_icon a i:hover {
  color: #cf6464;
}

.header_icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background: #131313;
}

#search-box {
  width: 100%;
  min-width: 320px;
  /* height: 60%;
    min-height: 500px; */
  /* height: 300px; */
  position: fixed;
  top: -200%;
  left: 0;
  right: 0;
  z-index: 100000;
  background-color: white;
  text-align: center;
  box-shadow: 1px 0 50px gray;
  transition: 0.6s;
}

#search-box p {
  font-size: 35px;
}

#search-box .search-box-con {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 30px;
  box-sizing: border-box;
}

#search-box .search-box-con form {
  position: relative;
  /* margin-top: 6%; */
  margin-top: 60px;
}

#site-map {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(72, 72, 72, 0.99);
  /* background-image: url(../images/sitemap_obj.gif); */
  background-position-x: 0;
  background-position-y: calc(100% - -100px);
  background-repeat: no-repeat;
  transition: 0.3s;
  transform: translateY(-100%);
  overflow: hidden;
}

#site-map .site-map-close {
  position: absolute;
  top: 3%;
  right: 3%;
  width: 50px;
  height: 50px;
  border: 2px solid #eee;
  /* font-size: 3vw; */
}

#site-map .site-map-close span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 5px;
  background: #eee;
}

#site-map .site-map-close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

#site-map .site-map-close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

#site-map .site-map-tot {
  width: 99%;
  max-width: 1070px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#site-map h3 {
  margin-right: 45px;
  position: relative;
  width: 130px;
}

#site-map h3 a {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}

#site-map h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 80px;
  height: 3px;
  background: #fff;
}

#site-map ul {
  min-width: 160px;
  margin-bottom: 40px;
  position: relative;
}

#site-map ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #ccc;
}

#site-map > div > div:first-child ul::after {
  content: "";
  position: absolute;
  left: 0;
  top: 45px;
  width: 2px;
  height: calc(100% - 55px);
  background: #ccc;
}

#site-map ul:last-child {
  min-width: 0;
}

#site-map .site-map-tot div:last-child ul {
  margin-bottom: 0;
}

#site-map ul li h4 {
  margin-bottom: 20px;
}

#site-map ul li h4 a {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

#site-map ul li {
  margin-bottom: 10px;
}

#site-map ul li a {
  font-size: 15px;
  font-weight: 400;
  /* color: #444; */
  color: #ccc;
}

#site-map ul li > a {
  padding-left: 10px;
}

.searchTerm {
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
  width: 100%;
  border: 0;
  border: 2px solid #db0000;
  height: 50px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  border-radius: 5px;
  box-sizing: border-box;
  padding-left: 20px;
}

.searchTerm2 {
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
  width: 100%;
  font-size: 1.15rem;
  border: 1px solid #db0008;
  height: 50px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: black;
  box-sizing: border-box;
  padding-left: 20px;
  border-radius: 0;
}

/* 인기 검색어 */
#search-box .popular-searches {
  display: flex;
  gap: 200px;
  padding: 30px 0;
}

#search-box .popular-searches .container {
  max-width: none;
  padding: 0;
}

#search-box .popular-searches .title,
#search-box .popular-searches .items {
  text-align: start;
}

#search-box .popular-searches .title {
  font-weight: 500;
  color: #db0008;
  margin-bottom: 30px;
  height: auto;
}

#search-box .popular-searches .items li + li {
  margin-top: 5px;
}

#search-box .popular-searches .items li a {
  color: #787878;
  line-height: 1.6;
  transition: 0.3s ease;
}

#search-box .popular-searches .items li a .item-title {
  position: relative;
  vertical-align: middle;
}

#search-box .popular-searches .items li a .item-title::after {
  content: "";
  display: inline-block;
  width: 0%;
  height: 1px;
  background-color: #787878;
  transition: width 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: unset;
}

#search-box .popular-searches .items li a:hover .item-title::after {
  width: 100%;
  transform: unset;
}

#search-box .popular-searches .items li .item-num {
  font-weight: 300;
  color: #555;
  line-height: 1.6;
  text-align: center;
  background-color: #f2f2f2;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid #d9d8d8;
  border-radius: 4px;
  margin-right: 5px;
}

#search-box .popular-searches .items li:nth-child(-n + 3) .item-num {
  color: #fff;
  background-color: #db0008;
  border-color: #d11937;
}

.searchButton {
  position: absolute;
  background-color: transparent;
  color: #db0000;
  text-align: center;
  cursor: pointer;
  font-size: 27px;
  border: 0;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

#searchClose {
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 2%;
  right: 3%;
  border: 0;
  background-color: transparent;
}

#searchClose span {
  display: block;
  width: 100%;
  height: 100%;
}

#searchClose span::before,
#searchClose span::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  background-color: black;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

#top-banner-close span {
  width: 100%;
  height: 100%;
  display: block;
}

#top-banner-close span::before,
#top-banner-close span::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: white;
  position: absolute;
}

#search-box span::before,
#top-banner-close span::before {
  transform: translateX(50%) rotate(-45deg);
}

#search-box span::after,
#top-banner-close span::after {
  transform: translateX(50%) rotate(45deg);
}

#search-box > ul {
  width: max-content;
  margin: 0 auto;
  margin-top: 2%;
}

#search-box > ul li {
  float: left;
  margin-left: 20px;
}

#search-box > ul a {
  font-size: 17px;
  font-weight: bold;
}

/* gotop버튼 */

#go-top {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 217px;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 9999;
  color: #3f51b5;
  transform: translateX(-50%);
  margin-left: 570px;
}

/* header 종료 */

/* index(main) 시작 */

#index_wrap {
  width: 99%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  color: #333;
}

#index_wrap > section {
  min-height: calc(100vh - 60px - 192px);
}

/* sub-main 시작 */

#sub-main {
  width: 100%;
  height: calc(40vh - 60px);
  min-height: 250px;
  margin: 0px auto 40px auto;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.mySwiper_sub {
  height: 100%;
}

.sub-main-slick {
  margin: 0 auto;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
  transform: scale(0.85);
}

.sub-main-slick-con {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ffffff;
  padding: 5px 0 10px 0;
  transition: 0.2s;
  transform: scale(0.8) translateZ(0) !important;
  opacity: 0.4;
}

#sub-main .swiper-slide-active,
#sub-main .slick-center {
  transform: scale(1) !important;
  opacity: 1;
}

.sub-main-img {
  height: 70%;
}

.sub-main-img img {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.sub-main-text {
  width: 90%;
  height: 30%;
  margin: 0 auto;
  text-align: center;
}

.sub-main-text p {
  font-size: 15px;
  color: #848484;
  margin-bottom: 10px;
}

.sub-main-text h4 {
  font-size: 25px;
  margin-bottom: 15px;
}

.sub-main-text ul li {
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  color: #555555;
}

#sub-main .main-link {
  border: 2px solid #131313;
  background: #131313;
  color: #ffffff;
  font-weight: 400;
  transition: 0.4s;
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border-radius: 5px;
}

#sub-main .swiper-pagination {
  display: none;
}

#sub-main .swiper-button-next,
#sub-main .swiper-button-prev {
  width: 25px;
  height: 25px;
}

#sub-main .swiper-button-next::after,
#sub-main .swiper-button-prev::after {
  border-color: #232323;
}

#sub-main .swiper-button-next:hover::after,
#sub-main .swiper-button-prev:hover::after {
  border-color: #dd8b8b;
}

/* sub-main 종료 */

.section-title {
  display: table;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
}

.title-red {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #db0008;
  /*margin-bottom: 100px;*/
}

.section-title-prd {
  width: 100%;
  font-size: 45px;
  /*letter-spacing: 5px;*/
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.title-red-prd {
  display: table;
  padding-bottom: 10px;
  border-bottom: 5px solid #db0008;
  margin: 0 auto;
}

.title-red-prd2 {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #db0008;
}

.title-red-prd3 {
  display: table;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 5px solid #db0008;
}

/* product_category 시작*/

#product_category {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
}

.category-container {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
}

.category-container .title-red {
  font-size: 40px;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.product-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 200px;
}

/* .product-container::before {
    content: '';
    display: block;
    width: 90%;
    height: 3px;
    background: red;
    margin: 0 auto;
    margin-bottom: 60px;
} */

.product-content {
  width: 32.5%;
  min-width: 300px;
  height: 470px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 0 4px #d5d5d5;
}

.product_category_img {
  position: relative;
  height: 70%;
  background: #f9f9f9;
  overflow: hidden;
}

.product_category_img img {
  position: absolute;
  bottom: 43px;
  left: 50%;
  transform: translateX(-50%);
}

.product-text {
  width: 100%;
  height: 30%;
}

.product-text h5 {
  position: relative;
  width: 100%;
  height: 50%;
  line-height: 350%;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s;
}

.product-text h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background: #e9e9e9;
}

.product-text a {
  display: block;
  z-index: 2;
  width: 70%;
  max-width: 150px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid #232323;
}

.product-text a i {
  display: inline-block;
  margin-left: 5px;
}

.product-text a:hover {
  background-color: #cf6464;
  border: 1px solid #cf6464;
  color: #fff;
}

.product-container a:hover img {
  transform: scale(1.05);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* .product-container a:hover .product-bg {
    opacity: 0.3;
} */

/* product_category 종료 */

/* sub-main-2 시작 */

#sub-main-2 {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

.sub-main-2-wrap {
  width: 100%;
  margin: 0 auto;
}

.sub-main-2-wrap .title-red {
  font-size: 40px;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
}

.sub-main-2-conT {
  width: 95%;
  max-width: 1440px;
  height: fit-content;
  margin: 0 auto;
}

.sub-main-2-con {
  width: 25%;
  border: 2px solid #d1d1d1;
  box-sizing: border-box;
  padding: 50px 0;
  padding-left: 20px;
  background: #ffffff;
  border-right: 0;
  border-bottom: 0;
}

.sub-main-2-con > a {
  display: block;
  width: 100%;
  height: fit-content;
}

.sub-main-2-con:last-child {
  border-right: 2px solid #d1d1d1;
}

.sub-main-2-conT:last-child .sub-main-2-con {
  border-bottom: 2px solid #d1d1d1;
}

.sub-main-2-con img {
  display: block;
  height: 90px;
}

.sub-main-2-con .sub-main-2-con-text {
  width: 80%;
  margin: 30px 0;
  min-height: 100px;
}

.sub-main-2-con .sub-main-2-con-text h4 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sub-main-2-con .sub-main-2-con-text p {
  font-size: 14px;
  font-weight: 300;
}

.sub-main-2-con a button {
  position: relative;
  display: block;
  letter-spacing: -1px;
  width: fit-content;
  padding: 10px 0;
  background: none;
  border: none;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.sub-main-2-con a button i {
  margin-left: 10px;
  color: #434343;
}

.sub-main-2-con a button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 3px;
  width: 20px;
  background: #cf6464;
  transition: 0.2s;
}

.sub-main-2-con a:hover button::after {
  width: 75px;
}

.sub-main-2-bg {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 70%;
  height: 60%;
  background-color: #e8e8e8;
  z-index: -1;
}

/* sub-main-2 종료 */

/*BOARD*/
#board {
  width: 100%;
  background-color: #e8e8e8;
}

.board_tot {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.board-wrap {
  width: 45%;
  margin: 30px 0;
}

.board-title {
  width: fit-content;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.board-title .title-red {
  font-size: 25px;
  margin-bottom: 20px;
}

.board-container {
  width: 100%;
  clear: both;
}

.board-content {
  width: 100%;
  height: 74px;
  background-color: white;
  margin-top: 20px;
  transition: 0.3s;
  display: block;
  border-radius: 5px;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.board-content:hover {
  transform: scale(1.05);
}

.text-box {
  width: 65%;
  height: 100%;
  float: left;
  padding-left: 5%;
}

.board-content h5 {
  width: 100%;
  font-size: 16px;
  margin-top: 20px;
}

.board-content p {
  width: 100%;
  font-size: 13px;
  margin-top: 5px;
}

.board-img-box {
  position: relative;
  float: right;
  height: 100%;
  width: 140px;
  padding: 0.5px;
}

.pro-img {
  position: absolute;
  width: 50%;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}

.board-arrow {
  position: absolute;
  width: 20px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

/* board 종료 */
/* youtube 시작 */

#youtube {
  width: 100%;
  padding-top: 50px;
  margin-bottom: 70px;
  position: relative;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e8e8e8+0,ffffff+100&1+0,0+99 */
  background: -moz-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 0) 99%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 0) 99%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(232, 232, 232, 1) 0%,
    rgba(255, 255, 255, 0) 99%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */

  overflow: hidden;
}

#youtube .swiper {
  width: 50vw;
  height: 35vw;
  padding-bottom: 2vw;
  margin: 0 auto;
  overflow: visible;
  border-bottom: 2px solid #333333;
}

#youtube .swiper-slide {
  width: 65vw;
}

#youtube .swiper-slide-prev,
#youtube .swiper-slide-next {
  transform: scale(0.9);
}

/* .youtube_video{
    width: 100%;
} */

#youtube .swiper-horizontal > .swiper-pagination-bullets,
#youtube .swiper-pagination-bullets.swiper-pagination-horizontal,
#youtube .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 6vw !important;
}

#youtube .swiper-button-next,
#youtube .swiper-button-prev {
  top: 45%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  border-radius: 5px;
}

#youtube .swiper-button-next {
  padding: 20px 20px 20px 0px;
}

#youtube .swiper-button-prev {
  padding: 20px 0px 20px 20px;
}

#youtube .swiper-button-next::after,
#youtube .swiper-button-prev::after {
  border-color: #232323;
}

#youtube .swiper-button-next:hover,
#youtube .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#youtube .swiper-button-next:hover::after,
#youtube .swiper-button-prev:hover::after {
  border-color: #fff;
}

#youtube p {
  color: #333333;
  text-align: center;
  line-height: 6;
  font-size: 1.2vw;
}

#youtube .swiper-slide span {
  content: "";
  width: 100%;
  height: 85%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#youtube .swiper-pagination-bullet {
  background: #ddd;
}

#youtube .swiper-pagination-bullet-active {
  background: #333;
}

/* youtube 종료 */

#join_provision1,
#join_provision2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

.join_provision_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 800px;
  height: 70%;
  background: #ffffff;
  box-sizing: border-box;
}

.join_provision_con .close {
  position: absolute;
  top: 0;
  right: -70px;
  display: block;
  font-size: 50px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 999;
  width: 40px;
  height: 40px;
}

.join_provision_con .close span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 100%;
  height: 3px;
  background: #ffffff;
  transition: 0.3s;
}

.join_provision_con .close:hover span {
  background: red;
}

.join_provision_con .close span.X-1 {
  transform: translate(-50%, -50%) rotate(45deg);
}

.join_provision_con .close span.X-2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.join_provision_con h5 {
  width: 100%;
  background-color: #131313;
  color: #ffffff;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  font-weight: 500;
  box-sizing: border-box;
}

.join_provision_con textarea {
  background: #ffffff;
  width: 100%;
  height: calc(100% - 70px);
  box-sizing: border-box;
  outline: none;
  padding: 20px;
  font-size: 15px;
  word-break: keep-all;
}

.join_provision_con .join_provision_text {
  background: #ffffff;
  width: 100%;
  height: calc(100% - 70px);
  box-sizing: border-box;
  outline: none;
  padding: 20px;
  font-size: 15px;
  word-break: keep-all;
  overflow-y: scroll;
  line-height: normal;
}

/* CS */

.cs-main-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14.375%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.cs-content {
  width: 25%;
  min-width: 320px;
  overflow: hidden;
  margin-bottom: 30px;
}

.cs-img {
  width: 100%;
  min-width: 320px;
  height: auto;
  position: relative;
}

.cs-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cs-hover {
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
}

.cs-content:hover .cs-hover {
  opacity: 1;
}

.cs-content a {
  display: block;
}

.cs-content h5 {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.cs-content p {
  font-size: 1rem;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: center;
}

.cs-main {
  width: 100%;
  height: 300px;
  position: relative;

  background: url("../images/main-cs.jpg") center / cover no-repeat;
}

.cs-bg {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; 
  background: url("../images/main-cs.jpg") center / cover no-repeat;*/
}

.cs-main div {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 300px;
  margin: 0 auto;
  z-index: 1;
}

.cs-pop1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.cs-pop2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 공지사항 및 신제품 */

.notice {
  width: 100%;
  background-color: #e8e8eb;
}

.notice-wrap {
  border: 1px solid;
  width: 100%;
  height: 560px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
}

.notice-container {
  width: 50%;
}

/*product-2*/

.sec2-container {
  width: 100%;
  height: auto;
}

.product-container {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto;
}

.sec2-container .line {
  width: 100%;
}

.sec2-container .line-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.sec2-container .category-box {
  width: 640px;
  height: 350px;
  overflow: hidden;
  box-sizing: border-box;
}

.sec2-container .category-box ul {
  margin-left: 20px;
  margin-top: 40px;
  width: 300px;
  height: 180px;
}

.sec2-container .category-box li {
  margin-top: 10px;
  margin-left: 5%;
  font-size: 1rem;
}

.sec2-container .category-box a {
  color: white;
}

.sec2-container .line .line-content .category-box:nth-child(3) li,
.sec2-container .line .line-content .category-box:nth-child(4) li {
  float: left;
}

.sec2-container .product-title p {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: -300px;
  text-align: center;
  color: white;
}

.sec2-container .product-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sec2-container .product-img img {
  width: 100%;
  height: auto;
}

/*제품소개 메인*/
#product-main {
  width: 100%;
}

.sub-top {
  width: 100%;
  height: 40px;
  /* margin-top: 63px;
    margin-top: 40px; */
  margin-top: 60px;
  border-bottom: 1px solid lightgray;
  border-top: 1px solid lightgray;
  position: relative;
  z-index: 1;
}

.location {
  width: 95%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  /*     padding: 10px 0; */
}

.location::after {
  content: "";
  display: block;
  clear: both;
}

.location li {
  float: left;
  padding: 0 15px;
  line-height: 40px;
}

.location li:first-child {
  padding-left: 0;
}

.home-path::before {
  position: absolute;
  content: "";
  top: 12px;
  width: 8px;
  height: 8px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg) translate(-18px, -12px);
  transform-origin: center;
}

.home-path a {
  display: block;
  font-size: 14px;
}

.product-main-content {
  margin-top: 150px;
  margin-bottom: 150px;
}

#product-main .line {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
}

#product-main .line-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-evenly;
}

#product-main .category-box {
  width: 490px;
  height: 291px;
  padding-bottom: 40px;
  border-radius: 10px;
  margin: 1%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
  transition: 0.3s;
}

#product-main .category-box li {
  width: 194px;
  margin-top: 10px;
  margin-left: 5%;
  font-size: 1rem;
}

#product-main .line-content .category-box:nth-child(4) .product-cate {
  width: 100%;
}

#product-main .line .line-content:nth-child(1) .category-box:nth-child(3) li,
#product-main .line .line-content:nth-child(1) .category-box:nth-child(4) li {
  float: left;
}

#product-main .category-box .product-title a {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
  transition: 0.3s;
}

#product-main .category-box .product-img {
  position: relative;
  display: block;
  top: 20px;
  left: 180px;
  z-index: -1;
  width: 400px;
  height: 400px;
  opacity: 0.7;
  transition: 0.3s;
  transform: scale(1);
}

#product-main .category-box .product-img img {
  width: 100%;
  height: 100%;
}

#product-main .category-box .product-cate {
  position: absolute;
  width: auto;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}

#product-main .category-box ul {
  margin-top: 20px;
  margin-left: 20px;
  height: 160px;
}

.product-cate a {
  font-size: 19px;
  color: #000000;
}

#product-main .category-box:hover {
  background-color: #ffffff;
}

#product-main .category-box:hover .product-img {
  transform: scale(0.8);
}

#product-main .category-box:hover .product-title a {
  position: absolute;
  top: 20px;
  font-size: 1.7rem;
}

#product-main .category-box:hover .product-cate {
  top: 40px;
  opacity: 1;
}

/*제품소개 메인*/
.pro-main-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 500px;
  z-index: -1;
  overflow: hidden;
}

.pro-main-back img {
  object-fit: cover;
}

.prod-main-container {
  width: 100%;
  height: 60%;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.prod-main-content {
  height: 100%;
  flex: 1;
  overflow: hidden;
  transform: skew(-10deg);
  transition: 0.3s ease-out;
  box-shadow: -1px 0 20px gray;
}

.prod-main-content::before {
  background-size: cover;
  filter: grayscale(100%) blur(2px);
  width: 130%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transform: skew(10deg) translateX(-10%);
}

.prod-main-content:nth-child(1)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back01_z.jpg");
}

.prod-main-content:nth-child(2)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back02_z.jpg");
}

.prod-main-content:nth-child(3)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back03_z.jpg");
}

.prod-main-content:nth-child(4)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back04_z.jpg");
}

.prod-main-content:nth-child(5)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back05_z.jpg");
}

.prod-main-content:nth-child(6)::before {
  content: " ";
  background-image: url("../images/prod-main-menu-back06_z.jpg");
}

.first-content {
  border-left: 100px solid white;
  margin-left: -110px;
}

.last-content {
  border-right: 100px solid white;
  margin-right: -100px;
}

.prod-main-content img {
  transform: skew(10deg);
  width: 800px;
  position: absolute;
  bottom: 0;
  right: 0;
  filter: grayscale(0);
}

.prod-main-content div {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 11%;
  transform: skew(10deg);
}

.prod-main-content h3 {
  font-size: 2vw;
  margin-top: 50px;
}

.prod-main-content a {
  color: white;
}

.prod-main-content ul {
  display: none;
  padding-top: 50px;
  list-style: none;
}

.prod-main-content li {
  padding: 3%;
  width: 200px;
  list-style: none;
}

.prod-main-content li a {
  display: inline;
  font-size: 20px;
}

.prod-main-content:hover h3 {
  font-size: 3vw;
}

.prod-main-content:hover {
  flex: 4;
}

.prod-main-content:hover::before {
  filter: none;
}

.prod-main-content:hover img {
  right: 5%;
}

.prod-main-content:hover div {
  margin-top: -10px;
}

.prod-main-content:hover ul {
  display: block;
  margin-top: -30px;
}

.prod-main-content a:hover {
  font-weight: 700;
  display: inline-block;
}

#prod-search {
  width: 60%;
  height: 40%;
  text-align: center;
  margin: 0 auto;
}

#prod-search .searchTerm {
  border-radius: 0;
  border: 8px solid #db0008;
  width: calc(99% - 40px);
  font-size: 3vw;
  font-weight: bold;
  margin-top: 15%;
  padding: 30px 20px;
  box-sizing: content-box;
}

#prod-search .searchButton {
  font-size: 4vw;
  margin-top: 11.2%;
  margin-left: -6.5%;
}

#prod-search ul {
  margin-left: 15%;
  margin-top: 2%;
  width: 100%;
}

#prod-search li {
  float: left;
  margin-right: 4%;
}

#prod-search ul a {
  font-size: 19px;
  font-weight: bold;
  border-bottom: 2px dashed #db0008;
}

#product-main h3 {
  font-size: 4rem;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
}

.prod-main-new {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.prod-main-new-con {
  width: 25%;
  height: 35%;
  margin: 1%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cecece+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(
    top,
    rgba(206, 206, 206, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(206, 206, 206, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(206, 206, 206, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cecece', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.prod-main-new-con a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.prod-main-new-con-img {
  width: 70%;
  margin: 5% auto;
  display: block;
}

.prod-main-new-text {
  text-align: center;
  height: 10vh;
  padding-top: 4%;
  box-sizing: border-box;
  color: white;
  background-color: black;
  position: relative;
  z-index: 5;
  line-height: 1.5;
}

.prod-main-new-text h5 {
  font-size: 1.5vw;
}

.prod-main-new-hover {
  position: absolute;
  width: 100%;
  height: auto;
  background-color: black;
  top: 0;
  z-index: 1;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
}

/*고객지원 메인(customer_main)*/
#customer-main {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.cs-video-bg {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* 
.cs-video-bg {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cs-video-bg video {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.cs-video-bg .sub-top {
    border: 0;
    background: rgba(255, 255, 255, 0.2);
}
 */
.cs-notice {
  width: 80%;
  height: auto;
  margin: 200px auto;
}

.cs-notice-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cs-notice-container a {
  width: 25%;
  height: 100%;
  border: 1px solid lightgray;
  padding: 3%;
}

.cs-notice h4 {
  font-size: 1.8vw;
  text-align: center;
  margin-bottom: 30px;
}

.cs-notice h5 {
  font-size: 1vw;
  margin-bottom: 10px;
}

.cs-notice p {
  font-size: 0.7vw;
}

#customer-main-banner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f4b2c5+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4b2c5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4b2c5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f4b2c5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4b2c5', GradientType=0);
  /* IE6-9 */
}

#customer-main-banner > div {
  width: 30%;
  padding-top: 3%;
}

#customer-main-banner > div a {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.cus-banner-text {
  padding-top: 4%;
  padding-bottom: 10%;
  text-align: center;
}

.cus-banner-text p {
  font-size: 20px;
}

.cus-banner-text h5 {
  font-size: 40px;
  margin-top: 1%;
}

.cus-banner-img {
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
  background-color: white;
}

.cus-banner-img img {
  width: 80%;
  display: block;
  margin: 0 auto;
  transition: 0.5s ease;
}

#youtube_list {
  width: 100%;
  padding: 50px 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,ffffff+27,ffffff+27 */
  background: #777777;
  /* Old browsers */
  background: -moz-linear-gradient(top, #777777 0%, #ffffff 27%, #ffffff 27%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #777777 0%,
    #ffffff 27%,
    #ffffff 27%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #777777 0%, #ffffff 27%, #ffffff 27%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  /* background-size: 400% 400%;
    animation: AnimationName 6s ease infinite; */
}

#youtube_list2 {
  width: 100%;
  padding: 50px 0;
  border-top: solid 2px #c4161c;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

#youtube_list > h2.title-red {
  font-size: 2rem;
}

#youtube_list > div.youtube_list_main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#youtube_list .youtube_list_part {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#youtube_list .youtube_list_part .youtube_part_con {
  width: 32%;
  min-width: 350px;
  height: 275px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  border-radius: 10px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

#youtube_list .youtube_list_part .youtube_part_con .youtube_img {
  position: relative;
  height: 100%;
  background: #ddd;
}

#youtube_list .youtube_list_part .youtube_part_con .youtube_img::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #dd9797;
}

#youtube_list .youtube_list_part .youtube_part_con .youtube_img img {
  height: 120px;
  margin: 75px 15px 0px 15px;
}

#youtube_list .youtube_list_part .youtube_part_con img.youtube_play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  height: 50px;
  transition: 0.3s;
}

#youtube_list .youtube_list_part .youtube_part_con:hover img.youtube_play {
  opacity: 0.6;
}

#youtube_list .youtube_list_part .youtube_part_con p {
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  position: relative;
  top: 75%;
  transform: translateY(-50%);
}

#youtube_list .youtube_list_part .youtube_part_con p span {
  display: block;
  word-break: keep-all;
}

#youtube_list .youtube_list_part .youtube_part_con p span:first-child {
  font-size: 14px;
}

#youtube_list .youtube_list_part .youtube_part_con p span:last-child {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}

#youtube_list2 > div.youtube_list_main2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

#youtube_list2 .youtube_list_part2 {
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 {
  display: block;
  width: 32%;
  min-width: 350px;
  height: 275px;
  background: #ddd;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  border-radius: 10px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 .youtube_img2 {
  position: relative;
  height: 100%;
  background: #fff;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 .youtube_img2::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 100%;
  background: #dd9797;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 .youtube_img2 img {
  height: 120px;
  margin: 75px 15px 0px 15px;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 img.youtube_play2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.2;
  height: 50px;
  transition: 0.3s;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2:hover img.youtube_play2 {
  opacity: 0.6;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 > .youtube_title {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: #ddd;
  position: relative;
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 > .youtube_title > p {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#youtube_list2 .youtube_list_part2 .youtube_part_con2 > .youtube_title p span {
  display: block;
  word-break: keep-all;
}

#youtube_list2
  .youtube_list_part2
  .youtube_part_con2
  > .youtube_title
  p
  span:first-child {
  font-size: 14px;
}

#youtube_list2
  .youtube_list_part2
  .youtube_part_con2
  > .youtube_title
  p
  span:last-child {
  font-size: 17px;
  font-weight: 600;
  margin-top: 30px;
}

/*회사소개 메인*/
#company-main {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 101px - 192px);
}

.company-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.company-wrap.full {
  display: block;
}

.company-container-full {
  border-top: 1px solid #a5a4a4;
}

.company-container-full .company-content {
  padding: 0 20px 20px;
}

.company-container-100 {
  width: 100%;
  /*border-top: 15px solid #DB0000;*/
  border-bottom: 2px solid #a5a4a4;
}

.company-container-60 {
  width: 60%;
  border-right: 1px solid lightgray;
  border-top: 1px solid #a5a4a4;
  border-bottom: 1px solid #a5a4a4;
}

.company-container-40 {
  width: 39.5%;
  border-top: 1px solid #a5a4a4;
  border-bottom: 1px solid #a5a4a4;
}

.company-content {
  border-bottom: 1px solid lightgray;
  margin: 30px 10px;
  padding-bottom: 30px;
}

.company-container-100 .company-content {
  border: none;
}

.company-content > a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.company-container-full .company-content > a {
  flex-wrap: initial;
  justify-content: start;
  gap: 20px;
}

.news-img {
  width: 260px;
  height: 160px;
  flex-shrink: 0;
}

.news-img img {
  width: 100%;
  height: 100%;
}

.news-text-box {
  width: 700px;
  line-height: 1.5;
}

.news-text-box h4 {
  font-size: 1.1rem;
}

.company-container-full .news-text-box {
  width: 100%;
}

.news-date {
  font-size: 0.8rem;
}

.news-content {
  margin-top: 10px;
  font-size: 1rem;
}

.company-container-60 .news-img {
  width: 180px;
}

.company-container-60 .news-text-box {
  width: 450px;
}

/*sub-main*/

.board-tab {
  /*     width: 95%;
    max-width: 1440px; */
  width: 100%;
  margin: 0 auto;
  /*padding: 0 0 80px;*/
  padding: 0 0 0 0px;
}

.board-tab-qna {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 40px;
}

.tabs > li {
  float: left;
  text-align: center;
}

.product-L-category p {
  font-weight: bold;
}

/* Tab Content - menucool.com */

.title {
  /* 
    width: 100%;
    height: 400px;
    background-color: #e9e9e9;
    margin-top: -55px;
     */
  height: 80px;
  background: #ffffff;
  margin: 0 auto;
}

.title h2 {
  font-size: 0;
}

div.title h4 {
  font-size: 2vw;
  padding-top: 200px;
  text-align: center;
}

.recruit_banner {
  max-width: 2560px;
  height: 0;
  padding-bottom: calc(430 / 2560 * 95%);
  box-sizing: border-box;
  background: url(../images/talent_banner.png) no-repeat center;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .recruit_banner::before {
    content: "";
    background-color: #505050;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.2;
} */

#recruit {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  /* margin-bottom: 100px; */
}

.recruit_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.recruit_img img {
  display: block;
  margin: 0 auto;
}

.recruit_img img.comp1 {
  width: 100%;
  margin: 50px 0 100px 0;
}

.comp2_tot {
  width: 100%;
  margin: 135px 0;
}

.comp2 {
  width: 90%;
  box-sizing: border-box;
}

.comp2_tot h3 {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 600;
  color: #555;
}

.comp2_tot ul {
  width: 85%;
  margin: 30px auto;
}

.comp2_tot ul li {
  list-style: disc;
  font-size: 19px;
  margin: 10px 0;
}

.comp2_tot ul li a {
  display: inline-block;
  background: #002c58;
  padding: 8px 8px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
}

.comp3_tot h3 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  color: #555;
}

.comp3_tot p {
  text-align: center;
  font-size: 23px;
  margin-bottom: 30px;
}

.recruit_img_main h2 {
  width: 100%;
  padding-top: 80px;
  box-sizing: border-box;
  color: #555;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1.5px;
  line-height: 1.5;
  text-align: center;
}

.recruit_imgbox {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.imgbox_img {
  width: 32%;
  padding-bottom: 2%;
}

.imgbox_img img {
  width: 100%;
}

#prod-main-slider .swiper {
  width: 100%;
  height: 80vh;
  background-color: grey;
  padding-top: 100px;
  padding-bottom: 150px;
}

#prod-main-slider .swiper-slide {
  width: 80vw;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  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;
}

#prod-main-slider .swiper-slide img {
  display: block;
}

.new-back {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: 700px;
  border-radius: 30px !important;
}

.new-prod-img {
  position: absolute;
  z-index: 3;
  bottom: 0;
  height: auto;
  box-sizing: border-box;
  object-fit: contain;
}

.new-prod-title {
  color: white;
  position: absolute;
  z-index: 4;
  font-size: 4rem;
  transform: translate(0, -270px);
}

.new-prod-content {
  position: absolute;
  color: white;
  z-index: 4;
  font-size: 0.9rem;
  transform: translate(0, -210px);
}

.link-button {
  position: absolute;
  z-index: 4;
  font-size: 1rem;
  transform: translate(0, -150px);
  text-align: center;
  border: 1px solid white;
  width: 100px;
  height: 35px;
  border-radius: 18px;
}

.link-button:hover {
  background-color: black;
  border: black;
}

.link-button a {
  color: white;
  line-height: 33px;
}

#prod-main-slider .swiper-horizontal > .swiper-pagination-bullets,
#prod-main-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
#prod-main-slider .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15%;
}

.tab-list {
  margin-right: 50px;
}

.tab-content {
  width: 640px;
  height: 360px;
}

.tab-content iframe {
  width: 640px;
  height: 360px;
}

.ytLoader {
  position: relative;
  cursor: pointer;
}

.ytLoader img {
  width: 100%;
}

.ytLoader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
}

.ytLoader svg .ytp-large-play-button-bg {
  fill: #212121;
}

.ytLoader:hover svg path {
  fill: #fff;
}

.ytLoader:hover svg .ytp-large-play-button-bg {
  fill: #f00;
}

.scroll-downs {
  position: absolute;
  top: 80%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 10000;
  width: 34px;
  height: 55px;
}

.mousey {
  display: block;
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}

/* 글로벌 네트워크 */
#company-main {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: calc(100vh - 101px - 192px);
}

#company-main.company-main {
  padding-bottom: 100px;
  width: 100%;
  max-width: 100%;
  min-height: auto;
}

#company-main.company-main div[class^="global_"] + div[class^="global_"] {
  padding-top: 75px;
}

.global_map {
  width: 100%;
  margin: 35px 0;
}

.global_map img {
  width: 75%;
  display: block;
  margin: 15px auto;
}

#company-main.company-main .global_map {
  position: relative;
  height: 450px;
  margin: 0;
}

#company-main.company-main .global_map::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url(https://hynux-images.gcdn.ntruss.com/company_main/global_map6.jpg)
    no-repeat center/cover;
}

#company-main.company-main .global_map .indicator {
  display: none;
  max-width: 1920px;
  width: 100%;
  height: 713px;
  left: 50%;
  transform: translateX(-50%);

  position: absolute;
  z-index: 1;
}

#company-main.company-main .global_map .indicator .group {
  position: absolute;
}

#company-main.company-main .global_map .indicator .group.korea {
  bottom: 6%;
  right: 14%;
}

#company-main.company-main .global_map .indicator .group.china {
  bottom: 32%;
  right: 21%;
}

#company-main.company-main .global_map .indicator .group.indonesia1 {
  bottom: 0.5%;
  right: 17.3%;
}

#company-main.company-main .global_map .indicator .group.indonesia2 {
  display: none;
  bottom: 24%;
  right: 40%;
}

#company-main.company-main .global_map .indicator .group.vietnam {
  bottom: 15%;
  right: 20%;
}

#company-main.company-main .global_map .indicator .group.japan {
  bottom: 3%;
  right: 9.5%;
}

#company-main.company-main .global_map .indicator .group .name {
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 12px;
}

#company-main.company-main .global_map .indicator .group .dot {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 6px 4px rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}

#company-main.company-main .global_map .desc {
  color: #fff;
  text-align: center;

  font-size: 20px;
  font-weight: 300;
  padding-top: 20px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}

#company-main.company-main .global_map .desc span {
  font-weight: 400;
}

#company-main.company-main .global-tit {
  font-size: 24px;
  margin-bottom: 20px;
}

#company-main.company-main .global_map .tit {
  font-size: 110px;
  color: #fff;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 300;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#company-main.company-main .global_content .content_box ul {
  display: flex;
  gap: 15px;
}

#company-main.company-main .global_content .content_box > ul {
  flex-direction: column;
}

#company-main.company-main .global_content .content_box li ul li {
  width: calc((100% - 45px) / 4);
  min-height: 240px;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-sizing: border-box;
  box-shadow: 0 3px 28px rgba(0, 0, 0, 0.04);
  padding: 20px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  line-height: 1.6;
}

#company-main.company-main .global_content .content_box li .bottom {
  margin-top: 10px;
  min-height: 67.2px;
}

#company-main.company-main .global_content .content_box li .bottom > * {
  color: #6d6d6d;
  display: block;
  position: relative;
  padding-left: 30px;
  word-break: break-word;
}

#company-main.company-main .global_content .content_box li .icon {
  color: #db0008;
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}

#company-main.company-main .global_content .content_box li .country {
  position: relative;
  padding-left: 60px;
  min-height: 80px;
}

#company-main.company-main .global_content .content_box li .flag {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 33px;
  margin-right: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

#company-main.company-main .global_content .content_box li .flag img {
  width: 100%;
}

#company-main.company-main .global_content .content_box li .country_name {
  font-size: 20px;
  line-height: 1.32;
}

#company-main.company-main .global_content .content_box li .address {
  margin-top: 15px;
  min-height: 67.2px;
}

#company-main.company-main .global_distributor .text {
  font-size: 16px;
  line-height: 1.5;
  color: #555;
}

#company-main.company-main .global_distributor .text p {
  font-weight: 600;
  margin-bottom: 10px;
}

#company-main.company-main .global_distributor table {
  width: 100%;
  border: 1px solid #ccc;
  line-height: 1.5;
  margin-top: 20px;
}

#company-main.company-main .global_distributor table th {
  border: 1px solid #ccc;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 16px;
  background-color: #f7f7f7;
}

#company-main.company-main .global_distributor table td {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 10px 16px;
  text-align: center;
}

#company-main.company-main .global_network_box {
  width: 890px;
  margin: 0 auto;
}

/* #company-main.company-main .global_map {
  max-width: 100%;
  height: auto;
  margin: 35px 0;
} */

@keyframes scroll {
  0% {
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/*회사소개 메인!!*/

#onepage section {
  color: #fff;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
  box-sizing: border-box;
}

.s1 video {
  width: 100%;
  height: auto;
}

.com-main-title {
  text-align: center;
  color: black;
  font-size: 3vw;
  margin-top: 100px;
  box-sizing: border-box;
}

.promise {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 100px;
}

.promise-con {
  width: 20vw;
  color: white;
}

.promise-circle {
  width: 20vw;
  height: 20vw;
  min-width: 200px;
  min-height: 200px;
  border-radius: 100%;
  background-color: rgb(215, 60, 65);
  text-align: center;
  font-size: 2.5rem;
  align-items: center;
  padding-top: 40%;
  box-sizing: border-box;
}

.promise-text {
  color: black;
  margin-top: 40px;
}

.promise-text p:nth-child(2) {
  font-size: 17px;
  text-align: justify;
  margin-top: 20px;
  line-height: 1.5;
}

.s3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,00064f+100 */
  background: rgb(0, 0, 0);
  /* Old browsers */
  background: -moz-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 6, 79, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 6, 79, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    45deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 6, 79, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00064f', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.mission-vision {
  margin-top: 13%;
  margin-bottom: 25%;
}

.mv-con {
  margin-top: 100px;
}

.mv-con p:nth-child(1) {
  font-size: 5vw;
  font-weight: bold;
  padding-bottom: 50px;
}

.s4 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008987+2,28609b+72,263868+100 */
  background: #008987;
  /* Old browsers */
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #008987 2%,
    #28609b 72%,
    #263868 100%
  );
  /* FF3.6-15 */
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #008987 2%,
    #28609b 72%,
    #263868 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(
    ellipse at center,
    #008987 2%,
    #28609b 72%,
    #263868 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008987', endColorstr='#263868', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.global-title {
  margin-bottom: -10%;
}

.white-title {
  color: white;
}

.s4 p {
  color: white;
  font-size: 1.5vw;
}

.s4 p span {
  font-size: 3vw;
  color: #db0008;
  font-weight: bold;
}

.global img {
  width: 90%;
  position: relative;
}

.global-map {
  z-index: 1;
  transform: translateY(-100%);
}

.global-arrow {
  z-index: 2;
}

.certifi img {
  width: 50%;
  height: auto;
  display: block;
  float: left;
  margin: 10%;
}

.certifi div {
  float: left;
  color: black;
  margin-top: 5%;
  margin-left: -5%;
}

.certifi h5 {
  font-size: 5vw;
}

.certifi p {
  font-size: 1.5vw;
  line-height: 1.5;
}

.certifi p:nth-child(5) {
  font-size: 1vw;
}

.certifi span {
  color: #db0008;
}

.s6 ul {
  margin: 0 auto;
  position: relative;
  top: 5%;
  z-index: 100;
  width: 100%;
  text-align: center;
}

.s6 li {
  float: left;
  width: 25%;
  font-size: 1.2vw;
}

.s6 .swiper {
  height: 80%;
  margin-top: 2%;
}

.s6 .swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 5.5%;
}

.his-con {
  text-align: justify;
  padding-left: 1%;
  padding-bottom: 1%;
  margin-bottom: 1%;
  width: 100%;
  float: left;
}

.s6 .swiper-slide {
  padding: 5%;
  box-sizing: border-box;
}

.his-year {
  float: left;
}

.his-year p {
  font-size: 2vw;
  color: #db0000;
  font-weight: bold;
}

.his-content {
  float: left;
  margin-left: 5%;
}

.his-content p {
  color: black;
  font-size: 1.2vw;
  line-height: 1.5;
}

.s6 .swiper-button-next,
.s6 .swiper-button-prev {
  color: black !important;
}

.p_select {
  width: auto;
  /* 가로 사이즈 */
  min-width: 150px;
  padding: 5px 15px 5px 15px;
  /* 내부여백 */
  border: 1px solid #d5d5d5;
  background: transparent url(../images/icon_bottom_select.png) no-repeat 90%
    50%;
  /* 화살표 위치 */
  background-size: 10px;
  /* 화살표 크기 */
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #000;
  outline: none;
  cursor: pointer;
  /* margin-top: 2px; */
}

.p_select:hover {
  border: 1px solid #747474;
}

select::-ms-expand {
  display: none;
}

#devContentArea table {
  width: 100%;
  line-height: 1.5;
  border: 0;
}

#devContentArea table {
  border: 1px solid #cccccc;
  border-collapse: collapse;
}

#devContentArea td {
  border: 1px solid #cccccc;
  padding: 8px 10px;
  font-size: 15px;
  text-align: center;
}

.left {
  text-align: left !important;
}

/* #devContentArea td:last-child{
    padding-left: 20px;
} */

#devContentArea th {
  background-color: #efefef;
  padding: 8px 5px;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}

#devContentArea .text_left,
#devContentArea .text_left p {
  margin-left: 5px;
}

#devContentArea .data-table,
#devContentArea .data-title p {
  width: 100%;
  margin: 0 auto;
}

#devContentArea .data-title p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#devContentArea .list-num {
  border: 0;
}

#devContentArea .list-num td {
  border: 0;
}

.mr15 {
  font-size: 18px;
  margin-top: 3px;
  margin-right: 10px;
}

.search-result-box {
  width: 100%;
  margin: 0 auto;
}

.result_box li {
  width: 95px;
  height: 30px;
  border: 1px solid;
  line-height: 2;
  border-radius: 20px;
}

.tab-ul div {
  cursor: pointer;
}

.big-button {
  width: 115px;
  height: 50px;
  background-color: #f14d8e;
  color: white;
  text-align: center;
  line-height: 2.8;
  font-size: 18px;
  margin-bottom: 10px;
}

.tab-ul-list {
  padding: 5px;
}

.fa-check {
  color: #f14d8e;
  margin-right: 5px;
}

.result-content-box h3 {
  font-size: 25px;
}

.search-cate {
  font-size: 14px;
  text-align: left;
  padding-left: 10px;
}

.search-cate p {
  text-align: right;
}

.search-header {
  margin: 20px 0;
  text-align: center;
}

.search-header p {
  font-size: 30px;
}

.search-page {
  width: fit-content;
  height: 100px;
  margin: 20px auto;
}

.product-main-content a {
  display: block;
}

.search-header #prod-search {
  padding-top: 0px;
}

/*.search-header #prod-search .searchTerm {
    display: block;
    box-sizing: border-box;
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}

.search-header #prod-search .searchButton {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    left: auto;
    right: 2%;
} */

.loading {
  width: 194px;
  margin: 0 auto;
}

.cs-home {
  width: 100%;
}

.cs-home-main {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cs-home-content {
  width: 300px;
  height: 200px;
  margin: 5px;
}

.cs-home-content a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: white;
  border: 1px solid lightgray;
}

.cs-home-content h5 {
  transform: translateY(35px);
  margin-top: 30px;
  font-size: 20px;
  font-weight: bold;
  transition: 0.3s ease-in;
}

.cs-home-content div {
  overflow: hidden;
  margin-top: 20px;
  width: 55%;
}

.cs-home-content div p {
  transform: translateY(100px);
  transition: 0.3s ease-in;
  line-height: 150%;
  text-align: justify;
  font-size: 14px;
}

.cs-home-content a:hover p {
  transform: translateY(0);
}

.cs-home-content a:hover h5 {
  transform: translateY(0);
  font-size: 22px;
}

.cs-home-content img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*CS page 메인*/

/* 
.cs-main {
    width: 100%;
    height: 300px;
    position: relative;
}

#cs-search {
    width: 100vw;
    height: auto;
    background-color: white;
    text-align: center;
    margin: 400px 0;
}

#cs-search p {
    font-size: 2rem;
    line-height: 130%;
}

#cs-search form {
    width: 50%;
    margin: 5% auto;
}

#cs-search ul {
    float: left;
    margin-left: 5%;
    margin-top: 2%;
    width: 100%;
}

#cs-search li {
    float: left;
    margin-right: 2%;
}

#cs-search ul a {
    font-size: 17px;
    font-weight: bold;
}

 */

.cs-center {
  width: 100%;
  padding-top: 60px;
}

.cs-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0;
  /* background: rgba(0, 0, 0, 0.2); */
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cs-service {
  width: 285px;
  height: 240px;
  margin-bottom: 30px;
}

.cs-service a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #fff;
  transition: 0.5s;
  position: relative;
  border: 1px solid lightgray;
}

.cs-service h5 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}

.cs-service div {
  overflow: hidden;
  margin-top: 30px;
  width: 60%;
}

.cs-service p {
  line-height: 150%;
  font-size: 14px;
  word-break: keep-all;
}

.cs-service img {
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.cs-service a:hover {
  background: #cf6464;
  opacity: 0.9;
}

.cs-service a:hover h5,
.cs-service a:hover p {
  color: #ffffff;
}

.cs-main .text {
  color: #fff;
  position: relative;
  left: 50%;
  text-align: center;
  z-index: 1;
  /* padding-bottom: 50px;
  padding-top: 30px; */
  box-sizing: border-box;

  width: auto;
  max-width: 100%;
  height: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cs-main .text h5 {
  font-size: 2rem;
}

.cs-main .text p {
  color: #ffb100;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 50px;
}

#archive {
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  background-image: url("../images/cus-nav-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  border-radius: 10px 10px 0 0;
}

#archive a {
  display: block;
  width: fit-content;
  margin: 0 auto 75px auto;
}

#archive h5 {
  font-size: 2rem;
  text-align: center;
}

.wow {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#archive .wow a {
  height: 150px;
  color: #8c6203;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  flex-basis: 150px;
  transition: 0.3s;
  margin: 0;
}

.wow a:hover {
  transform: scale(1.1);
}

/* 회사개요 */

.heading {
  margin: 40px auto;
}

.heading h1 {
  font-size: 3rem;
}

.heading span {
  font-size: 1.5rem;
}

.col-md-7 img {
  display: block;
  margin: 0 auto;
}

.left-about-text {
  width: 100%;
  margin: 20px auto;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -1px;
}

.left-about-text span {
  font-size: 2rem;
  line-height: 5rem;
  color: #e42b26;
}

.row {
  margin-bottom: 20px;
}

#header-autocomplete #ui-id-1 {
  border: 2px solid #eb878a;
  border-top: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  /*     left: -57.2187px !important;  */
}

.main-link:hover {
  background-color: #cf6464;
  border: 1px solid #cf6464;
  color: #ffffff;
}

#sub-main .main-link:hover {
  background-color: #ffffff;
  color: #000000;
}

.main_link_write {
  display: table-cell;
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  background: red;
  font-size: 17px;
  font-weight: 500;
}

/*고객지원메인*/

/* board_list_No */

.board_list_No {
  width: fit-content;
  margin: 30px auto 60px auto;
}

span.link_page_active {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  background: #da2f1b;
  width: 25px;
  height: 25px;
  border-radius: 12.5px;
  text-align: center;
  line-height: 22px;
  margin: 0 5px;
  font-weight: 500;
}

.board_list_No a {
  display: inline-block;
  font-size: 16px;
  color: #7f7f7f;
  margin: 0 10px;
  transition: 0.2s;
  font-weight: 500;
}

.board_list_No a img {
  padding: 2px;
}

.board_list_No a:hover {
  color: #e96353;
}

/* main popup */
.popup_wrap {
  position: absolute;
  display: flex;
  gap: 25px;
  z-index: 999;
  top: 0;
  left: -27%;
}

.main_popup1,
.main_popup2 {
  position: relative;
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  display: none;
  height: 520px;
}

.main_popup1.on,
.main_popup2.on {
  display: block;
  background-color: #fff;
}

.main_popup1 .layer_cont,
.main_popup1 .img_wrap,
.main_popup1 .img_wrap a,
.main_popup1 .img_wrap figure,
.main_popup1 .img_wrap img,
.main_popup2 .layer_cont,
.main_popup2 .img_wrap,
.main_popup2 .img_wrap a,
.main_popup2 .img_wrap figure,
.main_popup2 .img_wrap img {
  height: 100%;
  width: auto;
}

.img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_wrap {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  box-sizing: border-box;
}

.btn_close {
  height: 25px;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

.btn_today_close {
  height: 25px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  font-size: 12px;
  color: #333;
  font-weight: 700;
}

.layer_cont > a {
  display: block;
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}

.layer_cont > a:hover {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.main_popup2 {
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  height: 519px;
  display: none;
}

.main_popup2.on {
  display: block;
  background-color: #fff;
}

.main_popup3 {
  -webkit-box-shadow: 0px 13px 40px -6px #061626;
  box-shadow: 0px 13px 40px -6px #061626;
  width: 700px;
  height: 519px;
  background-color: #fd6945;
  box-sizing: border-box;
  display: block;
}

.main_popup3.on {
  display: block;
}

.main_popup3 .layer_cont,
.main_popup3 .img_wrap,
.main_popup3 .img_wrap a,
.main_popup3 .img_wrap img {
  height: 100%;
  width: auto;
}

.main_popup3 .img_wrap a {
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.main_popup3 .img_wrap a .text_img {
  width: 42.1428%;
  color: #fff;
}

.main_popup3 .img_wrap a .text_img > div {
  margin-bottom: 20px;
}

.main_popup3 .img_wrap a .text_img h3 {
  font-size: 36px;
  line-height: 1.3;
}

.main_popup3 .img_wrap a .video_wrap {
  width: 57.8572%;
  padding: 3% 3% 3% 0;
  box-sizing: border-box;
}

.main_popup3 .img_wrap a .video_wrap .top_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}

.main_popup3 .img_wrap a .video_wrap .top_logo {
  width: 180px;
}

.main_popup3 .img_wrap a .video_wrap .top_logo img {
  width: 100%;
  height: auto;
}

.main_popup3 .img_wrap a .video_wrap .top_area span {
  color: #fff;
  margin-top: 7px;
}

.main_popup3 .img_wrap a .video_wrap .video_cont {
  width: 100%;
  height: 382px;
  position: relative;
  overflow: hidden;
}

.main_popup3 .img_wrap a .video_wrap video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main_popup3.on {
  display: none;
  /*background-color: #fff;*/
}

/* qr_popup_wrap */
.qr_popup_wrap {
  display: none;
  position: fixed;
  z-index: 1005;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.qr_popup_wrap .close-btn {
  width: 40px;
  height: 40px;
  /* border: 1px solid #575757;
  border-radius: 50%; */
  border: 0;
  position: absolute;
  right: 25px;
  top: 20px;
  background-color: transparent;
}

.qr_popup_wrap .close-btn::before,
.qr_popup_wrap .close-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70%;
  height: 3px;
  background-color: #6b6b6b;
  border-radius: 5px;
  transition: 0.3s;
}

.qr_popup_wrap .close-btn:hover::before,
.qr_popup_wrap .close-btn:hover::after {
  background-color: #333;
}

.qr_popup_wrap .close-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.qr_popup_wrap .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.qr_popup_wrap ul {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.qr_popup_wrap ul li {
  width: 11%;
  min-width: 300px;
  min-height: 25vh;
  max-height: 40vh;
  background: #ffffff;
  padding: 1%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.qr_popup_wrap ul li .tit {
  text-align: center;
  margin-bottom: 25px;
}

.qr_popup_wrap ul li figure {
  width: 160px;
  height: auto;
}

.qr_popup_wrap ul li figure img {
  width: 100%;
}

.qr_popup_wrap ul li .fab.fa-weixin,
.qr_popup_wrap ul li .fab.fa-tiktok {
  width: 22px;
  font-size: 22px;
}

/* kr2_index_text */

#main-slider_half {
  width: 100%;
  max-width: 1200px;
  height: 190px;
  margin: 60px auto 0 auto;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}

#main-slider_half .mySwiper1_half {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

#main-slider_half .mySwiper1_half .main_slide {
  position: relative;
  overflow: hidden;
}

#main-slider_half .mySwiper1_half .half_slide .main_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background: #e0e0e0;
  z-index: 0;
}

#main-slider_half .mySwiper1_half .half_slide .main_bg::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 100%;
  height: 200%;
  transform: rotate(40deg);
  transform-origin: right bottom;
  background: #e0e0e0;
  z-index: 0;
}

#main-slider_half .mySwiper1_half .main_slide .main_text {
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
}

#main-slider_half .mySwiper1_half .main_slide .main_text .main_text_title {
  border-bottom: 3.5px solid #232323;
  padding-bottom: 10px;
  margin-bottom: 15px;
  word-break: keep-all;
}

#main-slider_half .mySwiper1_half .main_slide .main_text .main_text_title h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
  display: inline-block;
}

#main-slider_half .mySwiper1_half .main_slide .main_text .main_text_title p {
  font-size: 18px;
  font-weight: 500;
  color: #464646;
  font-family: "Microsoft Yahei", "微软雅黑", "돋움", Dotum, sans-serif;
  display: inline-block;
  margin-left: 5px;
}

#main-slider_half .mySwiper1_half .main_slide .main_text .main_text_sub li {
  list-style: disc;
  font-size: 16px;
  font-weight: 200;
  margin-left: 15px;
  margin-bottom: 10px;
  text-shadow: 0.5px 0.5px 0.5px #aaa;
  color: #333;
  letter-spacing: -0.5px;
}

#main-slider_half
  .mySwiper1_half
  .main_slide
  .main_text
  .main_text_sub
  li:last-child {
  margin-bottom: 0;
}

#main-slider_half .mySwiper1_half .main_slide .main_slide_pd {
  position: absolute;
  z-index: 0;
  right: 10%;
  bottom: 50%;
  width: 25%;
  transform: translateY(50%);
  max-width: 280px;
}

#main-slider_half .mySwiper1_half .main_slide .main_slide_pd img {
  width: 100%;
}

#main-slider_half .mySwiper1_half .main_slide.pea .main_slide_pd img {
  display: block;
  width: 68%;
  margin-left: 10%;
}

#main-slider_half
  .mySwiper1_half
  .half_slide.swiper-slide-active
  .main_text
  .main_text_title {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

#main-slider_half
  .mySwiper1_half
  .half_slide.swiper-slide-active
  .main_text
  .main_text_sub {
  -webkit-animation-name: fadeInRight2;
  -moz-animation-name: fadeInRight2;
  -o-animation-name: fadeInRight2;
  animation-name: fadeInRight2;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

#main-slider_half .mySwiper1_half .half_slide.swiper-slide-active .main_link2 {
  -webkit-animation-name: fadeInRight4;
  -moz-animation-name: fadeInRight4;
  -o-animation-name: fadeInRight4;
  animation-name: fadeInRight4;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  animation-duration: 3s;
}

#main-slider_half .mySwiper1_half .main_slide .main_link2 {
  display: table;
  padding: 5px 20px 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #131313;
  position: absolute;
  right: 30px;
  bottom: 20px;
}

#main-slider_half .mySwiper1_half .main_slide .main_link2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #131313;
}

#main-slider_half .mySwiper1_half .main_slide .main_link2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 6px;
  bottom: -2px;
  height: 15px;
  width: 1px;
  background: #131313;
  transform: rotate(-45deg);
}

#main-slider_half .mySwiper1_half .main_slide .main_link2:hover::before {
  animation-name: widthani1;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  background: #890000;
  height: 2px;
}

#main-slider_half .mySwiper1_half .main_slide .main_link2:hover::after {
  animation-name: widthani2;
  animation-duration: 0.3s;
  animation-iteration-count: 1;
  background: #890000;
  width: 2px;
}

@-webkit-keyframes fadeInRight {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInRight {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight2 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight2 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInRight2 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInRight2 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight4 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(40px);
    opacity: 0;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-moz-keyframes fadeInRight4 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(40px);
    opacity: 0;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@-o-keyframes fadeInRight4 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(40px);
    opacity: 0;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInRight4 {
  0% {
    transform: translateY(45px);
    opacity: 0;
  }

  25% {
    transform: translateY(45px);
    opacity: 0;
  }

  50% {
    transform: translateY(40px);
    opacity: 0;
  }

  75% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes widthani1 {
  0% {
    width: 0;
    height: 2px;
  }

  70% {
    width: 100%;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 2px;
  }
}

@-webkit-keyframes widthani1 {
  0% {
    width: 0;
    height: 2px;
  }

  70% {
    width: 100%;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 2px;
  }
}

@-moz-keyframes widthani1 {
  0% {
    width: 0;
    height: 2px;
  }

  70% {
    width: 100%;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 2px;
  }
}

@-o-keyframes widthani1 {
  0% {
    width: 0;
    height: 2px;
  }

  70% {
    width: 100%;
    height: 2px;
  }

  100% {
    width: 100%;
    height: 2px;
  }
}

@keyframes widthani2 {
  0% {
    height: 0;
    width: 2px;
  }

  70% {
    height: 0;
    width: 2px;
  }

  100% {
    height: 15px;
    width: 2px;
  }
}

@-webkit-keyframes widthani2 {
  0% {
    height: 0;
    width: 2px;
  }

  70% {
    height: 0;
    width: 2px;
  }

  100% {
    height: 15px;
    width: 2px;
  }
}

@-moz-keyframes widthani2 {
  0% {
    height: 0;
    width: 2px;
  }

  70% {
    height: 0;
    width: 2px;
  }

  100% {
    height: 15px;
    width: 2px;
  }
}

@-o-keyframes widthani2 {
  0% {
    height: 0;
    width: 2px;
  }

  70% {
    height: 0;
    width: 2px;
  }

  100% {
    height: 15px;
    width: 2px;
  }
}

#main-slider_half .mySwiper1_half .swiper-pagination-bullet {
  box-sizing: border-box;
  border: 0;
  transition: 0.4s;
  border-radius: 1px;
  width: 20px;
  height: 5px;
  background: #232323;
  margin: 0 2px;
}

#main-slider_half
  .mySwiper1_half
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee352e;
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 20px;
  padding: 10px;
  background-image: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.swiper-button-prev {
  left: 20px;
}

.swiper-button-next {
  right: 20px;
}

.swiper-button-prev::after {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.swiper-button-next::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  border-color: #232323;
}

/* index_left_content */

#index_left_content {
  width: 990px;
  overflow: hidden;
}

/* index_title */

.index_title h3 {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  color: #6f6f6f;
}

.index_title span {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #343434;
  margin-left: 5px;
}

/* index_search */

#index_search {
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}

#index_search .index_search_con {
  position: relative;
  margin-top: 10px;
}

#index_search .index_search_con input[type="text"] {
  width: 100%;
  height: 35px;
  border: 1px solid #a5a5a5;
  box-sizing: border-box;
  padding: 0px 45px 0px 10px;
  font-size: 18px;
  color: #535353;
}

#index_search .index_search_con button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* index_new_product */

#index_new_product {
  position: relative;
  margin-top: 50px;
  width: 100%;
  box-sizing: border-box;
}
#index_new_product .index_nex_product_tot {
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#index_new_product .index_new_product_con {
  box-sizing: border-box;
  transition: 0.3s;
  max-width: 25%;
  height: auto;
}

#index_new_product .index_new_product_con > a {
  display: block;
  width: 85%;
  margin: 0 auto;
}

#index_new_product .index_new_product_con > a > img {
  display: block;
  width: 85%;
  margin: 0 auto;
}

#index_new_product .index_new_product_con > a > h4 {
  min-height: 35px;
  margin: 0 0 5px 0;
  padding: 0 5px;
  word-break: keep-all;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #434343;
  letter-spacing: -0.7px;
}

#index_new_product .swiper-button-next,
#index_new_product .swiper-button-prev {
  background: #333;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

#index_new_product .swiper-button-next::after,
#index_new_product .swiper-button-prev::after {
  width: 90%;
  height: 90%;
}

#index_new_product .swiper-button-prev:hover::after {
  border-top: 3px solid #999;
  border-left: 3px solid #999;
}

#index_new_product .swiper-button-next:hover::after {
  border-bottom: 3px solid #999;
  border-right: 3px solid #999;
}

#index_new_product .swiper-button-next {
  right: 0;
}
#index_new_product .swiper-button-next::after {
  margin-left: -3px;
}
#index_new_product .swiper-button-prev {
  left: 0;
}
#index_new_product .swiper-button-prev::after {
  margin-left: 2px;
}
/* index_product_category */

#index_product_category {
  position: relative;
  margin-top: 55px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

#index_product_category::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ececec;
}

.index_product_category_tot {
  padding: 30px 10px 30px 10px;
  margin-top: 15px;
  box-sizing: border-box;
  background: #f8f8f8;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

/* click 방식 */

.index_product_category_con {
  width: 15%;
  margin-left: calc(10% / 12);
  margin-right: calc(10% / 12);
}

.index_product_category_con h4 {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  height: 165px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
}

.index_product_category_con:nth-of-type(1) h4 {
  border-bottom: 3px solid #e1c997;
}

.index_product_category_con:nth-of-type(2) h4 {
  border-bottom: 3px solid #c8e197;
}

.index_product_category_con:nth-of-type(3) h4 {
  border-bottom: 3px solid #97dde1;
}

.index_product_category_con:nth-of-type(4) h4 {
  border-bottom: 3px solid #e19997;
}

.index_product_category_con:nth-of-type(5) h4 {
  border-bottom: 3px solid #97b3e1;
}

.index_product_category_con:nth-of-type(6) h4 {
  border-bottom: 3px solid #e197d0;
}

.index_product_category_con h4 img {
  display: block;
  max-width: 80%;
  max-height: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.index_product_category_con h4 p {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.index_product_category_con ul {
  display: none;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  top: 220px;
  transform: translateX(-50%);
  z-index: 1;
  width: calc(100% - 30px);
  box-sizing: border-box;
  background: #fff;
  padding: 15px;
}

.index_product_category_con ul li {
  width: 15%;
  height: 140px;
  background: #fff;
  margin: 10px 1% 10px 0;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}

.index_product_category_con ul li:nth-child(4n) {
  margin-right: 0;
}

.index_product_category_con ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_product_category_con ul li img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

.index_product_category_con ul li .index_category_hover {
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s;
  color: #fff;
  z-index: 1;
}

.index_product_category_con ul li:hover .index_category_hover {
  bottom: 0;
  opacity: 1;
}

.index_product_category_con
  ul
  li
  .index_category_hover
  .index_category_hover_text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.index_product_category_con
  ul
  li
  .index_category_hover
  .index_category_hover_text
  h5 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.index_product_category_con
  ul
  li
  .index_category_hover
  .index_category_hover_text
  p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

/* tab방식 */

.index_product_category_tab {
  padding: 30px 10px 30px 10px;
  margin-top: 15px;
  box-sizing: border-box;
  background: #f8f8f8;
}

.index_product_category_tablinks {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.index_product_category_tablinks button.category_tablink {
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  width: 15%;
  height: 165px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  cursor: pointer;
  margin-left: calc(10% / 12);
  margin-right: calc(10% / 12);
  border: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  /* for chrome */
  -moz-appearance: none;
  /*for firefox*/
  appearance: none;
}

.index_product_category_tablinks button.category_tablink.active {
  background: #f3f3f3;
}

.index_product_category_tablinks button.category_tablink.active::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  cursor: default;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(1) {
  border-bottom: 3px solid #e1c997;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(2) {
  border-bottom: 3px solid #c8e197;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(3) {
  border-bottom: 3px solid #97dde1;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(4) {
  border-bottom: 3px solid #e19997;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(5) {
  border-bottom: 3px solid #97b3e1;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(6) {
  border-bottom: 3px solid #e197d0;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(7) {
  border-bottom: 3px solid #e197d0;
}

.index_product_category_tablinks button.category_tablink:nth-of-type(8) {
  border-bottom: 3px solid #e197d0;
}

.index_product_category_tablinks button.category_tablink img {
  display: block;
  max-width: 80%;
  max-height: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}

.index_product_category_tablinks button.category_tablink p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.index_product_category_tab .category_tabcontent {
  width: calc(100% - 10% / 6);
  margin: 0 auto;
  background: #fff;
  margin-top: 35px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
  display: none;
}

.index_product_category_tab .category_tabcontent > h5 {
  padding: 20px 0 10px 15px;
  font-size: 17px;
  font-weight: 400;
  color: #3f3f3f;
  letter-spacing: -1px;
}

.index_product_category_tab .category_tabcontent ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
}

.index_product_category_tab .category_tabcontent ul li {
  width: 15%;
  height: 125px;
  overflow: hidden;
  margin-left: calc(10% / 12);
  margin-right: calc(10% / 12);
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
}

.index_product_category_tab .category_tabcontent ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index_product_category_tab .category_tabcontent ul li a img {
  width: 80%;
  display: block;
  margin: 0 auto;
  transition: 0.2s;
}

.index_product_category_tab .category_tabcontent ul li a .index_category_box {
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  text-align: center;
}

.index_product_category_tab .category_tabcontent ul li a .index_category_box p {
  font-size: 15px;
  font-weight: 500;
  color: #373737;
  letter-spacing: -0.5px;
  transition: 0.2s;
}

.index_product_category_tab .category_tabcontent ul li:hover a img {
  width: 85%;
}

/* index_menu_category */

#index_menu_category {
  position: relative;
  margin: 60px 0 15px 0;
  width: 100%;
  box-sizing: border-box;
}

#index_menu_category::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ececec;
}

.index_menu_category_tot {
  width: 100%;
}

.index_menu_category_tot > ul {
  margin-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.index_menu_category_tot > ul > li {
  width: 24%;
  /*     height: 90px; */
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: 0.3s;
}

.index_menu_category_tot > ul > li:hover {
  border: 1px solid #919191;
}

.index_menu_category_tot > ul > li:hover > a p:last-child:before {
  width: 80%;
}

.index_menu_category_tot > ul > li > a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 15px;
}

.index_menu_category_tot > ul > li > a p.mc_img {
  width: 40px;
  height: 40px;
  padding-right: 10px;
}

.index_menu_category_tot > ul > li > a p.mc_img img {
  height: 100%;
}

.index_menu_category_tot > ul > li > a p {
  font-size: 20px;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.index_menu_category_tot > ul > li > a p:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 20px;
  height: 2px;
  background: #c1c1c1;
  transition: 0.3s;
}

/* right menu */

#index_right_content {
  position: sticky;
  top: 60px;
  z-index: 1;
  text-align: center;
  box-sizing: border-box;
  width: 190px;
  /* height: 500px; */
  margin-top: 60px;
}

#index_right_content ul {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e8e8e8;
}

#index_right_content ul li {
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}

#index_right_content ul li:last-child {
  border-bottom: 0;
}

#index_right_content ul li.right_cscenter {
  padding: 15px;
  text-align: center;
}

#index_right_content ul li.right_cscenter p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
  text-align: center;
  color: #787878;
}

#index_right_content ul li.right_qrcode {
  padding: 10px;
  text-align: left;
}

#index_right_content ul li.right_qrcode img {
  width: 100%;
  height: auto;
}

#index_right_content ul li.right_qrcode button {
  color: #787878;
  font-size: 18px;
  line-height: 40px;
  margin-top: 5px;
  background-color: transparent;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.fab.fa-weixin,
.fab.fa-tiktok {
  font-size: 26px;
  width: 26px;
  text-align: left;
  padding-right: 12px;
}
.fab.fa-weixin,
.fab.fa-tiktok,
.qr-tit {
  display: inline-block;
  vertical-align: middle;
}

.fab.fa-weixin {
  /* color: #00c30c; */
  color: #9ac300;
}

.fab.fa-tiktok {
  color: #787878;
}

#index_right_content ul li a {
  width: 100%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  text-align: left;
}

#index_right_content ul li a p.rc_img {
  width: 40px;
  height: 40px;
}

#index_right_content ul li a p {
  font-size: 18px;
  font-weight: 500;
  color: #787878;
  display: table-cell;
  vertical-align: middle;
}

/* 카탈로그 다운 */
#index_right_content ul.guide_down_box {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 20px;
  border: 0;
}

#index_right_content ul.guide_down_box li {
  text-align: center;
  width: 45%;
  border: 0;
}

#index_right_content ul.guide_down_box > li:first-child {
  display: none;
}

#index_right_content ul.guide_down_box li a {
  padding: 0;
}

#index_right_content ul.guide_down_box li p {
  font-size: 14px;
  color: #777;
  font-weight: 500;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
  display: block;
}

.down_img_box {
  position: relative;
  width: 100%;
}

.down_img_box img {
  width: 100%;
  height: auto;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 5px #ddd;
}

.down_img_box img.down_img_hover {
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

ul.guide_down_box li a:hover .down_img_box img.down_img_hover {
  opacity: 0.8;
}

/* footer */
.footer {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 100%;
  background-color: #232323;
  padding: 20px 0;
}

footer .ft-main {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;

  max-width: 1200px;
  color: #f8f8f8;
  margin: 0 auto;
  padding: 0;
}

footer .ft-left,
footer .ft-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .ft-left {
  justify-content: space-between;
  gap: 10%;
}

.footer .ft-left .ft-title .ft-logo {
  font-size: 17px;
  font-weight: 600;
  width: 200px;
  margin-bottom: 15px;
}

footer .ft-left .ft-title .ft-logo img {
  width: 100%;
}

footer .ft-left .m-row {
  margin: 3% 0;
}

.footer .ft-left .company-name,
.footer .ft-left address {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 1.5;
}

footer .s-language {
  width: 140px;
  margin: 15px 0 0;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}

footer .s-language a {
  transition: all 0.15s linear, bottom 0s;

  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  letter-spacing: -0.3px;
  color: rgba(248, 249, 250, 0.8);
  font-size: 12px;
  box-sizing: border-box;
}

footer .s-language h3 a {
  background-color: #393a3c;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
}

.footer .ft-left .s-language li:hover a,
.footer .ft-left .s-language h3:hover a,
.footer .ft-left .s-language h3:hover a .icon {
  color: #d11937;
}

footer .s-language h3 a .icon {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  /* width: 18px;
  height: 18px; */
  font-size: 0.85rem;

  color: #fff;
  transition: color 0.15s linear;
}

footer .s-language ul {
  position: absolute;
  bottom: 34px;
  right: 0;
  width: 100%;
  background-color: #17191d;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
}

.footer .s-language ul {
  border-radius: 3px;
}

footer .languageOpen ul {
  visibility: visible;
  opacity: 1;
}

.footer .copyright {
  color: #d2d2d2;
  font-size: 12px;
}

.footer .ft-right {
  position: relative;
}

footer .site-list ul {
  display: flex;
  gap: 30px;
  justify-self: flex-end;
}

footer .site-list ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

footer .site-list ul li:hover a {
  text-decoration: underline;
}

footer .ft-right .cs-tell p {
  text-align: right;
  -webkit-appearance: none;
  font-weight: 700;
  margin-top: 10px;
}

footer .ft-right .cs-tell p:first-child {
  color: #ffe100;
  font-size: 18px;
}

footer .ft-right .cs-tell p:last-child {
  color: #d11937;
  font-size: 24px;
  letter-spacing: 0.02em;
}

footer .ft-right .cs-email {
  text-align: right;
  margin-top: 3%;
}

footer .ft-right .cs-email > p,
footer .ft-right .cs-email > a {
  color: #d2d2d2;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

footer .ft-right .qr-code ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

footer .ft-right .qr-code ul li figure {
  width: 60px;
}

footer .ft-right .qr-code ul li figure img {
  width: 100%;
  background-color: #fff;
}

footer .ft-right .qr-code ul li figure figcaption {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

footer .ft-right .qr-code ul li figure .fa-weixin {
  color: #00c30c;
}

/* 생산종료제품 -아이콘*/
#devContentArea .oldfile th {
  background-color: #cfd8dc;
  border: 1px solid #a5b4c2;
  color: #3a444d;
}

#devContentArea .oldfile td > p {
  color: #3a444d;
}

#devContentArea .oldfile-download {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 7px 0;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.oldfile-download p {
  margin-top: -11px;
}

#devContentArea .oldfile-download:hover {
  color: #c3002f;
}

#devContentArea .alt-product-bg {
  background-color: #edf3fc;
}

#devContentArea .download-btn4 {
  background: none;
  border: none;
  cursor: pointer;
}

#devContentArea .download-btn4 svg {
  width: 2.3rem;
  height: 2.3rem;
  stroke: #000;
  fill: none;
  stroke-width: 1.3;
  transition: stroke 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

#devContentArea td a:hover .download-btn4 svg {
  stroke: #c3002f;
}

@media screen and (max-width: 1920px) {
  .popup_wrap {
    left: -15.8vw;
  }
}

@media screen and (max-width: 1720px) {
  .popup_wrap {
    left: 0;
  }
}

@media screen and (max-width: 1440px) {
  .popup_wrap {
    left: 50%;
    top: 265px;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1200px) {
  html {
    -webkit-text-size-adjust: none;
    font-size: 14px;
  }

  header {
    display: none;
  }

  #top-banner {
    display: none;
  }

  #mo_header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1279px;
    min-width: 320px;
    height: 60px;
    background: #ffffff;
    border-bottom: 1px solid #232323;
    box-sizing: border-box;
    z-index: 888;
  }

  .top-menu {
    display: none;
  }

  #mo_top-menu {
    display: block;
  }

  #mo_top-menu .m_nav_btn {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translate(0, -50%);
    transition: 0.4s;
  }

  #mo_top-menu #mo_nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: -110%;
    z-index: 999;
    transition: 0.4s;
    display: block;
  }

  #mo_top-menu #mo_nav .mo_bg_nav {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0;
    background: #ffffff;
    z-index: 50;
    border-right: 1px solid #131313;
  }

  #mo_top-menu .mo_close {
    position: absolute;
    left: 20px;
    top: -45px;
  }

  #mo_top-menu .mo_close i {
    font-size: 35px;
    font-weight: 600;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 > li {
    border-bottom: 1px solid #333333;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 > li > div > a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    background: url(../images/icon_arrow_m2.png) no-repeat right center;
    background-size: auto 80%;
    margin-right: 20px;
    padding-left: 20px;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 > li > div.on > a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    background: url(../images/icon_arrow_m3.png) no-repeat right center;
    background-size: auto 80%;
    margin-right: 20px;
    padding-left: 20px;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 li .mo_depth2 > li {
    border-bottom: 1px solid #8d8d8d;
  }

  .mo_depth3_none {
    background: none !important;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 li .mo_depth2 > li > a {
    display: block;
    height: 40px;
    color: #232323;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    background: url(../images/icon_plus.png) no-repeat right 5% center;
    background-size: auto 40%;
    padding-left: 30px;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 li .mo_depth2 > li > a.on {
    display: block;
    height: 40px;
    color: #232323;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
    background: url(../images/icon_minus.png) no-repeat right 5% center;
    background-size: auto 40%;
    padding-left: 30px;
  }

  #mo_top-menu #mo_nav .mo_bg_nav > .mo_depth1 li .mo_depth2 > li > a.mo_data {
    background: none;
  }

  #mo_top-menu
    #mo_nav
    .mo_bg_nav
    > .mo_depth1
    li
    .mo_depth2
    li
    .mo_depth3
    li
    a {
    display: block;
    height: 30px;
    color: #454545;
    line-height: 30px;
    font-weight: 400;
    font-size: 0.9rem;
    padding-left: 40px;
  }

  #mo_logo {
    width: 150px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  #mo_logo a {
    width: 100%;
    height: auto;
  }

  #mo_logo img {
    width: 150px;
    height: auto;
  }

  #mo_icon-box {
    float: right;
    height: 100%;
    width: 16%;
  }

  #mo_icon-box ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
  }

  #mo_icon-box ul li {
    width: 33.3333%;
    height: 100%;
    padding: 0 6px;
    box-sizing: border-box;
  }

  #mo_icon-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
  }

  #mo_icon-box ul li a i {
    font-size: 2em;
    line-height: 60px;
  }

  .scroll-downs {
    display: none;
  }

  #search-box p,
  #search-box ul {
    display: none;
  }

  #search-box ul.items {
    display: block;
  }

  .searchTerm {
    margin-top: 0;
  }

  #searchClose {
    width: 60px;
    height: 80px;
    position: static;
  }

  #searchClose span {
    position: relative;
  }

  #searchClose span::before,
  #searchClose span::after {
    width: 30px;
  }

  #gnb-button {
    display: none;
  }

  #gnb-button:checked ~ .top-menu,
  #gnb-button:checked ~ #search-box .login {
    display: block;
    position: absolute;
  }

  #gnb-button:checked ~ .top-menu .menu-back {
    width: 200vw;
    height: 100vh;
    top: 0;
    transform: translate(0, -80px);
    background: #ffffff;
  }

  .menu-text {
    width: 100%;
    height: 57px;
    line-height: 60px;
    position: relative;
    z-index: 913;
    padding-left: 30px;
    border-bottom: 1px solid lightgray;
    text-align: left;
    box-sizing: border-box;
    color: black;
  }

  .menu-text-top {
    height: 59px;
    border-top: 2px solid lightgray;
  }

  #search-box .login li a {
    width: 100%;
    height: 57px;
    line-height: 60px;
    position: relative;
    z-index: 913;
    font-size: 1.6rem;
    padding-left: 30px;
    border-bottom: 1px solid lightgray;
    text-align: left;
    color: black;
  }

  #youtube .swiper-horizontal > .swiper-pagination-bullets,
  #youtube .swiper-pagination-bullets.swiper-pagination-horizontal,
  #youtube .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px !important;
  }

  .gnb-label {
    width: 5vw;
    height: 40px;
    cursor: pointer;
    position: relative;
    top: 20px;
    padding-left: 25px;
  }

  .gnb-bar {
    position: relative;
  }

  .bar {
    width: 20px;
    height: 4px;
    background-color: #db0000;
    position: absolute;
    transition: 0.3s;
    border-radius: 100px;
  }

  .bar-top {
    top: 7px;
  }

  .bar-middle {
    top: 18.5px;
  }

  .bar-bottom {
    top: 30px;
  }

  #gnb-button:checked ~ .gnb-label .bar-left {
    transform-origin: center;
    transform: translateX(-10px);
  }

  #gnb-button:checked ~ .gnb-label .bar-right {
    transform-origin: center;
    transform: translateX(10px);
  }

  #gnb-button:checked ~ .gnb-label .bar {
    transform-origin: center;
    width: 5px;
    height: 5px;
  }

  .top-menu-title {
    width: 100%;
  }

  #main-slider {
    height: auto;
    margin-top: 60px;
  }

  #main-slider video {
    width: 100%;
    height: auto;
  }

  .category-box {
    margin-top: 20px;
  }

  .main-link {
    margin: 30px auto;
  }

  .cs-pop1 {
    display: none;
  }

  #sub-main {
    height: 360px;
    min-height: auto;
  }

  /* header search */

  #search-box {
    height: auto;
    min-height: auto;
    display: flex;
    justify-content: space-between;
  }

  #search-box .search-box-con {
    margin: 0;
    width: 90%;
    margin-top: 15px;
    margin-left: 15px;
    padding: 0;
  }

  #search-box .search-box-con form {
    margin: 0;
  }

  /* main */
  #index_left_content {
    width: 100%;
  }

  #index_menu_category {
    margin-bottom: 0;
  }

  .index_menu_category_tot > ul {
    padding-bottom: 0;
  }

  #index_right_content {
    position: static;
    width: 100%;
    margin-top: 0;
    border: 0;
  }

  #index_right_content ul {
    margin-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 13px;
    border: 0;
  }

  #index_right_content ul:first-child li {
    width: 24%;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    transition: 0.3s;
  }

  #index_right_content ul:first-child li:last-child {
    border-bottom: 1px solid #e5e5e5;
  }

  #index_right_content ul li.right_qrcode {
    display: none;
  }

  #index_right_content ul li a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 15px;
  }

  #index_right_content ul li a p {
    font-size: 20px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    color: #000;
  }

  #index_right_content ul li a p.rc_img {
    width: 40px;
    height: 40px;
    padding-right: 10px;
  }

  #index_right_content ul:first-child li a p:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 2px;
    background: #c1c1c1;
    transition: 0.3s;
  }

  #index_right_content ul li:hover a p:last-child::before {
    width: 80%;
  }

  #index_right_content ul li.right_cscenter {
    display: none;
  }

  /*카탈로그 다운  */

  #index_right_content ul:nth-child(1) li:hover {
    border: 1px solid #919191;
  }

  #index_right_content ul.guide_down_box {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  #index_right_content ul.guide_down_box ul {
    justify-content: center;
  }

  #index_right_content ul.guide_down_box li {
    text-align: center;
    width: 15%;
  }

  #index_right_content ul.guide_down_box > li:first-child {
    display: block;
    width: 100%;
  }

  #index_right_content ul.guide_down_box > li ul li:nth-child(-n + 3) {
    display: block;
    width: 19%;
    border: 0;
    background: transparent;
  }

  #index_right_content ul.guide_down_box > li ul li:nth-child(-n + 3) div {
    box-shadow: 0px 2px 5px #ddd;
  }

  #index_right_content ul.guide_down_box > li ul li:nth-child(-n + 3) img {
    width: 100%;
  }

  /* #index_right_content ul.guide_down_box > li:nth-child(2) {
    margin-left: 50px;
  } */

  /* .footer */

  .footer {
    width: 100%;
  }

  /* customer_main */

  .cs-video-bg,
  .cs-main div {
    max-width: none;
    width: 97%;
    margin: 0 auto;
  }

  #youtube_list > div.youtube_list_main {
    max-width: none;
    width: 97%;
    margin: 0 auto;
  }

  /* .footer */
  .footer {
    padding: 22px 1rem;
  }
}

@media screen and (max-width: 1100px) {
  #mo_header {
    max-width: 1100px;
  }

  .sub-main-tap-button p {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .exp {
    height: auto !important;
  }

  .sub-main-2-con {
    width: 50%;
    padding: 20px;
  }

  .sub-main-2-con:nth-child(2) {
    border-right: 2px solid #d1d1d1;
  }

  .sub-main-2-conT:last-child .sub-main-2-con {
    border-bottom: 0;
  }

  .sub-main-2-conT:last-child .sub-main-2-con:nth-child(n + 3) {
    border-bottom: 2px solid #d1d1d1;
  }

  .text-box {
    width: 60%;
  }

  #sub_container {
    width: 100%;
  }

  .third-content .row img {
    width: 100%;
  }

  .left-about-text {
    width: 95%;
  }

  #youtube_list .youtube_list_part .youtube_part_con {
    width: 100%;
  }

  .main_popup.on {
    display: block;
    /* background-color: #fff; */
  }

  .main_popup2.on {
    background-color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .index_product_category_tablinks button.category_tablink {
    font-size: 16px;
  }

  .index_menu_category_tot > ul > li > a p,
  #index_right_content ul li a p {
    font-size: 16px;
    font-weight: 300;
  }

  .ft-main {
    flex-wrap: wrap;
    padding: 20px 30px;
  }

  .ft-left,
  .ft-right {
    width: 100%;
  }

  /* global network */
  #company-main.company-main .global_content .content_box ul {
    flex-wrap: wrap;
  }

  #company-main.company-main .global_content .content_box ul li ul li {
    width: calc((100% - 15px) / 2);
  }
}

@media screen and (max-width: 800px) {
  .index_product_category_tablinks {
    flex-wrap: wrap;
  }

  .index_product_category_tablinks button.category_tablink {
    width: 30%;
    margin-left: calc(10% / 6);
    margin-right: calc(10% / 6);
    margin-top: 10px;
  }

  .index_product_category_tab .category_tabcontent ul li {
    width: 30%;
    margin-left: calc(10% / 6);
    margin-right: calc(10% / 6);
  }

  .index_product_category_tab .category_tabcontent ul li a img {
    max-width: 125px;
  }

  .index_menu_category_tot > ul,
  #index_right_content ul {
    flex-wrap: wrap;
  }

  .index_menu_category_tot > ul > li,
  #index_right_content ul li {
    width: 48%;
    margin-top: 10px;
  }

  #index_right_content ul {
    justify-content: space-between;
  }

  #index_right_content ul:nth-child(1) {
    margin-top: 0px;
  }

  #index_right_content ul:first-child li {
    width: 48%;
  }

  /* 카탈로그다운 */
  #index_right_content ul:first-child li {
    width: 48%;
    margin-top: 10px;
  }

  /* 채용안내 */
  .recruit_img_main h2 {
    font-size: 24px;
  }

  .comp3_tot h3 {
    font-size: 24px;
  }

  .comp3_tot p {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .m-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  #mo_top-menu #mo_nav .mo_bg_nav {
    width: 60%;
    height: 100%;
  }

  #mo_icon-box {
    width: 20%;
  }

  /* 메인페이지 */
  #index_wrap {
    width: 100%;
  }

  .index_title {
    width: 95%;
    margin: auto;
  }

  .index_search_con {
    width: 95%;
    margin: auto;
  }

  #index_new_product .index_new_product_con {
    max-width: 50%;
  }

  .index_menu_category_tot > ul,
  #index_right_content ul {
    width: 95%;
    margin: 15px auto 0;
  }

  .sub-main-tap-button p {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .board-wrap {
    width: 100%;
  }

  .promise {
    flex-direction: column;
  }

  .promise-con {
    width: 100%;
    margin-bottom: 10%;
  }

  .promise-circle {
    padding-top: 80px;
  }

  .his-year {
    width: 100%;
  }

  .his-content {
    width: 90%;
  }

  .title-red {
    font-size: 8vw;
  }

  .p_select {
    width: 106px;
    min-width: 70px;
  }

  .right-banner {
    display: none;
  }

  .home-path a {
    font-size: 13px;
  }

  .pro_view_info {
    display: block !important;
  }

  .pro_view_info .right {
    padding-top: 30px;
  }

  .search-header #prod-search .searchTerm {
    font-size: 20px;
  }

  .tit {
    height: auto !important;
    float: none !important;
  }

  .exp {
    float: none !important;
  }

  .pro_view_info .exp #iconlayer {
    position: static !important;
  }

  .exp::after {
    content: "";
    display: block;
    clear: both;
  }

  .pro_view_con strong {
    font-size: 15px;
  }

  .pro_view_con td {
    font-size: 13px;
  }

  /* search */

  .search-result-box .search-cate {
    text-align: center;
  }

  .search .search_result .result_box {
    margin: 0;
  }

  .search .search_result .result_box > div {
    float: none;
  }

  .search .search_result .result_box > div::after {
    content: "";
    display: block;
    clear: both;
  }

  .search .search_result .result_box .result_img {
    /* width: calc(100% - 20px); */
    padding: 5px;
    margin: 15px auto;
    border: 0;
  }

  .search .search_result .result_box .result_img img {
    width: 250px;
    text-align: center;
  }

  .result-content-box {
    width: auto;
  }

  .result-content-box > div:nth-child(1) {
    float: none;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    /* max-width: 260px; */
  }

  .result-content-box > div:nth-child(2) {
    float: none;
    width: fit-content;
    margin: 0 auto;
  }

  .search .search_result .result_box > div dd {
    font-size: 12px;
  }

  .result-content-box > div:nth-child(2) .tab-ul {
    margin-top: 15px;
  }

  .result-content-box > div:nth-child(2) .big-button {
    /* width: 90px; */
    display: none;
    margin: 5px auto;
    height: 40px;
  }

  .result-content-box > div:nth-child(2) .tab-ul-list {
    display: inline-block;
    background: #333333;
    color: #ffffff;
    padding: 10px;
    border-radius: 3px;
    margin: 5px 0;
  }

  /* 생산종료제품 */
  .discontinued #devContentArea th {
    white-space: normal;
    font-size: 15px;
    padding: 8px 5px;
  }

  .discontinued #devContentArea td {
    font-size: 15px;
  }

  /* 채용안내 */

  .recruit_img_main p {
    font-size: 1.1rem;
  }

  #devContentArea td {
    padding: 5px 0;
    font-size: 12px;
  }

  #devContentArea .bgcolor {
    padding: 10px 5px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  #devContentArea th {
    white-space: normal;
    font-size: 13px;
    padding: 8px 5px;
  }

  #devContentArea .bgcolor td {
    padding: 10px 5px !important;
    font-size: 13px !important;
    white-space: nowrap;
  }

  /* 회사소식 */
  .company-container-full .company-content > a {
    flex-direction: column;
  }

  /* 회사소개 - 전국지점 */
  #company-main.company-main .global_map .tit {
    top: calc(50% + 30px);
  }

  #company-main.company-main .global_content .content_box ul li ul li {
    font-size: 16px;
    width: 100%;
    min-height: auto;
    padding: 24px;
  }

  #company-main.company-main .global_content .content_box ul li ul li .country {
    min-height: auto;
  }

  #company-main.company-main .global_content .content_box ul li ul li .address {
    min-height: auto;
  }

  #company-main.company-main .global_distributor .table_wrap {
    overflow-x: auto;
    padding-bottom: 20px;
  }

  #company-main.company-main .global_distributor .table_wrap table {
    width: 180%;
  }

  /* .footer */
  .footer {
    padding: 35px 1rem;
  }

  footer .ft-main {
    display: block;
  }

  .footer2 .ft-main {
    padding: 35px 1rem;
  }

  .footer .ft-main .m-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
  }

  .footer .ft-main .s-language {
    margin: 0;
  }

  footer .ft-left,
  footer .ft-right {
    width: 100%;
  }

  footer .ft-right {
    gap: 10px;
  }

  footer .ft-right .site-list ul {
    justify-self: flex-start;
  }

  footer .ft-right .cs-tell p {
    text-align: left;
  }

  footer .ft-right .cs-email {
    text-align: left;
    font-size: 1rem;
  }

  footer .ft-right .qr-code ul {
    justify-content: flex-start;
  }

  footer .ft-right .qr-code ul li {
    width: 33.333%;
  }

  footer .ft-right .qr-code ul li figure {
    width: 100%;
  }

  .footer .ft-bottom .copyright {
    margin-top: 35px;
    text-align: right;
  }

  .footer2 .ft-left .ft-title .ft-logo {
    margin: 30px 0 20px;
  }

  .footer2 .ft-right {
    margin-top: 15px;
  }

  .footer2 .site-list ul li a {
    font-size: 1.1rem;
  }

  .footer2 .ft-bottom .copyright {
    line-height: 1.35;
  }

  .popup_wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    height: 100%;
  }

  .popup_wrap > * {
    position: absolute;
    height: 519px;
  }
}

@media screen and (max-width: 700px) {
  .cs-main-wrap {
    justify-content: center;
  }

  .cs-wrap {
    justify-content: space-evenly;
  }

  .cs-main {
    background: url(../images/main-cs.jpg) 70% center / cover no-repeat;
  }

  #main-slider_half {
    display: none;
  }

  #index_search {
    margin-top: 70px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 {
    width: 100%;
  }

  #devContentArea th span {
    display: block;
  }

  /* 카탈로그 */
  #index_right_content ul.guide_down_box li {
    width: 20%;
  }

  /* qr코드 */
  #index_right_content ul.guide_down_box > li ul li:nth-child(-n + 3) {
    width: 22%;
  }
}

@media screen and (max-width: 550px) {
  #mo_header {
    max-width: 550px;
  }

  #mo_icon-box {
    width: 23%;
  }

  #mo_icon-box ul li a i {
    font-size: 4.5vw;
  }

  #search-box .search-box-con {
    width: 85%;
  }

  #index_search {
    display: none;
  }

  #index_new_product {
    margin-top: 75px;
  }

  .address p span {
    display: block;
    margin-top: 10px;
    font-size: 11px;
  }

  .product-content {
    width: 100%;
    height: 150px;
    background: #f0f0f0;
    margin-bottom: 10px;
  }

  .product_category_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
  }

  .product_category_img img {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
  }

  .product-text {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    width: 40%;
    height: 100%;
    transform: translateY(-50%);
  }

  .product-text h5 {
    font-size: 22px;
  }

  .product-text a {
    font-size: 10px;
  }

  .sub-main-2-con {
    width: 100%;
    border-right: 2px solid #d1d1d1;
  }

  .sub-main-2-conT:last-child .sub-main-2-con:nth-child(n + 3) {
    border-bottom: 0;
  }

  .sub-main-2-conT:last-child .sub-main-2-con:last-child {
    border-bottom: 2px solid #d1d1d1;
  }

  /* 
    .sub-main-2-con img {
        float: left;
    } */

  .sub-main-2-con a {
    position: relative;
  }

  .sub-main-2-con .sub-main-2-con-text {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    margin: 0;
    min-height: auto;
  }

  .sub-main-2-con .sub-main-2-con-text h4 {
    font-size: 18px;
  }

  .sub-main-2-con a button {
    display: none;
  }

  .title-red {
    margin-bottom: 20px;
  }

  .board-content {
    margin-top: 5px;
  }

  .board-content h5 {
    font-size: 14px;
  }

  .board-content p {
    font-size: 12px;
  }

  .board-title {
    margin: 0 auto;
  }

  .board-title .title-red {
    text-align: center;
  }

  .cs-home-content {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .cs-home-content:last-child {
    margin-bottom: 0;
  }

  .terms ul {
    width: fit-content;
    margin: 0 auto;
  }

  .sub-main-tap {
    width: 100%;
  }

  .sub-main-tap-button {
    height: 50px;
  }

  .sub-main-tap-button p {
    font-size: 15px;
  }

  .sub-main-tap-button p:first-child {
    display: none;
  }

  .cs-center .cs-main {
    display: none;
  }

  .new-back {
    width: 90vw;
    height: 78vh;
  }

  ul.tabs > li {
    font-size: 15px;
  }

  .result-content-box {
    margin-top: 20px;
  }

  .sec2-container {
    margin-top: 20px;
  }

  .pro_view_info {
    padding-top: 80px;
  }

  .pro_view_info .right .exp {
    font-size: 14px;
    line-height: 20px;
  }

  /* 채용 */

  .recruit_banner {
    padding: 80px;
    margin-top: 60px;
  }

  .recruit_img_main h2 {
    font-size: 18px;
    padding-top: 15px;
  }

  .recruit_img img.comp1 {
    margin-top: 25px;
  }

  .comp2_tot {
    margin: 30px 0;
  }

  .comp2_tot h3 {
    margin-bottom: 20px;
  }

  .comp2_tot ul li {
    font-size: 14px;
  }

  .comp2_tot ul li a {
    font-size: 14px;
    padding: 5px 8px;
  }

  .imgbox_img {
    width: 49%;
  }

  #recruit h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .comp3_tot p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .sub-top {
    display: none;
  }

  .section-title-prd {
    padding-top: 85px;
    padding-bottom: 30px;
    font-size: 30px;
  }

  .main_popup.on {
    display: block;
  }

  #youtube_list .youtube_list_part .youtube_part_con {
    height: 150px;
  }

  #youtube_list .youtube_list_part .youtube_part_con .youtube_img img {
    height: 100px;
    margin: 30px 10px 0px 10px;
  }

  #youtube_list .youtube_list_part .youtube_part_con p {
    padding-left: 25px;
  }

  #youtube_list .youtube_list_part .youtube_part_con p span:first-child {
    font-size: 12px;
    margin-top: 45px;
  }

  #youtube_list .youtube_list_part .youtube_part_con p span:last-child {
    font-size: 15px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 {
    height: 150px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 .youtube_img2 img {
    height: 100px;
    margin: 30px 10px 0px 10px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 p {
    left: 5px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 p span:first-child {
    font-size: 12px;
  }

  #youtube_list2 .youtube_list_part2 .youtube_part_con2 p span:last-child {
    font-size: 15px;
  }

  /* footer */

  .footer2 .ft-bottom .copyright span {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  #mo_header {
    max-width: 450px;
  }

  #mo_top-menu #mo_nav .mo_bg_nav {
    width: 100%;
  }

  #mo_icon-box ul li a i {
    font-size: 18px;
  }

  #index_new_product .index_new_product_con {
    max-width: 100%;
  }

  .sec2-container .category-box ul {
    margin-left: 40px;
  }

  .index_product_category_tablinks button.category_tablink {
    font-size: 14px;
  }

  .product-cate a {
    font-size: 15px;
  }

  .home-path a {
    font-size: 10px;
  }

  .text-box {
    width: 50%;
  }

  /* board_list_No */

  .board_list_No {
    width: max-content;
    height: 100%;
    margin: 15px auto;
  }

  span.link_page_active {
    color: #ffffff;
    background: #da2f1b;
    width: 25px;
    height: 25px;
    border-radius: 12.5px;
    text-align: center;
    line-height: 22px;
    margin: 0 5px;
    font-weight: 500;
  }

  .board_list_No a {
    display: inline-block;
    font-size: 16px;
    color: #7f7f7f;
    margin: 0 10px;
    transition: 0.2s;
    font-weight: 500;
  }

  .board_list_No a img {
    padding: 2px;
  }

  .board_list_No a:hover {
    color: #e96353;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .sec2-container .category-box {
    width: 100%;
  }

  .sec2-container .product-img img {
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }

  .product-cate a {
    font-size: 17px;
  }

  .video-text-s {
    font-size: 45px;
  }

  .video-text-b {
    font-size: 25px;
  }

  .category-box ul {
    margin: 0 auto !important;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  a .menu-text,
  #search-box .login li a {
    height: 57px;
    line-height: 60px;
  }

  .menu-text-top {
    height: 59px;
  }

  .new-back {
    width: 40vw;
    height: 78vh;
  }

  .new-prod-img {
    width: 30vw;
  }

  #prod-main-slider .swiper {
    padding-top: 200px;
  }
}

@media (max-width: 900px) and (orientation: landscape) {
  .video-text {
    margin-top: 50px;
  }
}

@media print {
  * {
    font-size: 11px;
  }

  header {
    display: none;
  }

  .footer {
    display: none;
  }

  #site-map {
    display: none;
  }

  #search-box {
    display: none;
  }

  .pro_view_tab {
    display: none;
  }

  .sub-top {
    display: none;
  }

  .pro_view_a {
    display: none;
  }

  #go-top {
    display: none;
  }

  /* 
    .exp {
        display: none;
    } */

  #devselectTOT {
    display: none;
  }

  .pro_view_info {
    background: none;
    padding: 0;
  }

  .pro_view_info .left {
    display: none;
  }

  .pro_view_info .right {
    width: 100%;
    min-height: auto;
    padding-bottom: 0;
  }

  /* #devContentArea table{
        page-break-inside: avoid;
    } */

  #devContentArea th,
  #devContentArea .bgcolor {
    font-size: 12px !important;
    padding: 2px 5px;
  }

  #devContentArea td {
    font-size: 11px;
    padding: 2px 3px;
  }

  .pro_view_con > div > div > h2 {
    font-size: 17px !important;
    margin-bottom: 15px;
  }

  .pro_view_con > div h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }

  .pro_view_con div div {
    font-size: 11px !important;
  }

  .pro_view_con div div p {
    font-size: 11px !important;
  }

  .margin_bottom_100 {
    margin-bottom: 40px !important;
  }

  .margin_bottom_120 {
    margin-bottom: 50px !important;
  }

  .pro_view_con {
    padding-top: 5px;
  }

  .pro_view_info .right .tit {
    font-size: 13px;
    background: #f0f0f0;
    padding: 15px 5px 15px 5px;
  }

  .pro_view_info .right .tit b {
    font-size: 21px;
  }

  .pro_view_info .right .exp {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 10px;
    border-bottom: 4px double #e9e9e9;
  }

  /*     .pro_view_info .right .tit::after {
        content: '(주)한영넉스 \A 인천광영시 미추홀구 길파로71번길 28 \A 고객지원센터 1577-1047';
        white-space: pre;
        display: block;
        color: #131313;
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 10px;
        font-weight: 200;
        background: #fff;
        background-image: url(../images/LOGO.png);
        background-size: 90px auto;
        background-repeat: no-repeat;
        background-position: center 2px;
        padding: 22px 5px 5px 5px;
        text-align: center;
        border: 1px solid #131313;
        border-radius: 3px;
        line-height: 11px;
    } */

  .half_slidebox {
    width: 50%;
  }

  .box_wrap > ul,
  .box_wrap > ul > li,
  .box_wrap > div > ul > li {
    font-size: 10px;
  }

  #go-top {
    display: none;
  }

  #go-top svg {
    display: none;
  }

  .vid_youtube {
    display: none;
  }
}

/* 메인 슬라이드 video 반응형 제작 전 임시 */
