@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 128bit reset */
*, *:before, *:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

@keyframes fadein {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scroll_guide {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  7% {
    transform: translateY(0);
    opacity: 1;
  }
  14% {
    transform: translateY(-15px);
  }
  21% {
    transform: translateY(0);
  }
  28% {
    transform: translateY(-15px);
  }
  35% {
    transform: translateY(0);
    opacity: 1;
  }
  42% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* 128bit reset */
*, *:before, *:after {
  box-sizing: border-box;
}

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

/* Default Style */
html, body, button, input[type=submit], input[type=button], textarea, a, input, select {
  font-family: "맑은 고딕", "Malgun Gothic", 맑은고딕, 돋움, Dotum, sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 180%;
}

.btn {
  display: inline-block;
  padding: 10px 40px;
  border: none;
  background: #9f7b51;
  text-align: center;
  color: white;
}
.btn:hover {
  background: #664e33;
}

.round_btn {
  padding: 4px 30px;
  height: 50px;
  margin-left: 10px;
  font-size: 19px;
  color: white;
  background: none;
  display: inline-block;
  border-radius: 50px;
}

html, body {
  height: 100%;
  background: white;
}

strong {
  font-weight: bold;
}

.sample_desc {
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #777;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.subHeader {
  height: 400px;
  width: 100%;
  background-color: black;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding-top: 170px;
  color: white;
}
.subHeader h2 {
  font-size: 40px;
}
.subHeader h2 + p {
  opacity: 0.7;
  font-size: 15px;
  margin-top: 20px;
}
.subHeader .prevMenu {
  color: white;
  position: absolute;
  margin-top: -60px;
  left: 100px;
  background: url(/img/prev_menu.png) no-repeat center left;
  padding: 10px 0 10px 25px;
  font-size: 14px;
}
.subHeader .nextMenu {
  color: white;
  position: absolute;
  margin-top: -60px;
  right: 100px;
  background: url(/img/next_menu.png) no-repeat center right;
  padding: 10px 25px 10px 0;
  font-size: 14px;
}
.subHeader .subMenu {
  display: block;
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  background: white;
  border-radius: 5px;
  border: 1px solid #99bafd;
  font-size: 0;
  height: 180px;
  top: 320px;
}
.subHeader .subMenu li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.subHeader .subMenu li a {
  background-size: 80px;
  background-repeat: no-repeat;
  background-position: 50% 30px;
  width: 100%;
  display: block;
  padding-top: 125px;
  font-weight: bold;
  color: #333;
  line-height: 100%;
}
.subHeader .subMenu.child5 li {
  width: 20%;
}
.subHeader .subMenu.child6 li {
  width: 16.5%;
}
.subHeader .subMenu.child7 li {
  width: 14%;
}
.subHeader .subMenu:after {
  content: " ";
  display: block;
  clear: both;
}

.texth2 {
  font-size: 35px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 70px;
  font-weight: 900;
}

.intro_text2 {
  text-align: left;
  margin-top: 80px;
}

.textbox0 {
  border-bottom: 1px solid #8a8a8a;
  margin-bottom: 60px;
  margin-top: 60px;
}

.bordertitle {
  font-weight: 900;
  margin-top: 30px;
}

.bordertitle2 {
  font-weight: 900;
  margin-top: 20px;
}

.sub_menu {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  justify-content: center;
}
.sub_menu li:first-child {
  border-left: 1px solid #dfdfdf;
}
.sub_menu a {
  display: flex;
  justify-content: center;
  border-top: 0px solid #dfdfdf;
  border-bottom: 0px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  height: 50px;
  color: #737373;
  text-decoration: none;
  padding: 12px 0;
  width: 200px;
  font-weight: bold;
  font-size: 16px;
}
.sub_menu a:hover {
  color: #cda654;
}
.sub_menu .on a {
  color: #cda654;
}
@media all and (max-width: 800px) {
  .sub_menu li {
    width: 50%;
  }
  .sub_menu a {
    width: 100%;
  }
}

.content {
  margin: 60px auto;
  text-align: center;
  padding: 100px 0;
}
.content h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 2px solid #999;
}
.content h2 span {
  font-size: 20px;
  color: #2c5bba;
  display: block;
}
.content h2.simpleTitle:after {
  display: none;
}
.content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.content #write_date {
  text-align: right;
}
.content ul.solList {
  width: 1000px;
  margin-left: 100px;
  margin-top: 5px;
  text-align: left;
  background: #eee;
  padding: 20px 10px 5px 50px;
  border-radius: 10px;
}
.content ul.solList li {
  text-align: left;
  width: 100%;
  margin: 0 0 15px;
  position: relative;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
.content ul.solList li:before {
  content: "";
  width: 22px;
  height: 18px;
  background: url(/img/list_bullet.png);
  display: block;
  position: absolute;
  left: -25px;
  top: 2px;
}
.content #solution {
  width: 100%;
}
.content #solution .solutionList {
  margin: 50px auto;
  text-align: left;
  width: 1200px;
}
.content #solution .solutionList li {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 285px;
  height: 240px;
  box-shadow: 0 10px 40px rgba(51, 73, 90, 0.2);
  border-radius: 4px;
  margin: 10px 5px;
  vertical-align: top;
}
.content #solution .solutionList li img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.content #solution .solutionList li p {
  text-align: center;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  font-size: 16px;
  background: white;
  bottom: 0;
}
.content #solution .solutionList li:hover img {
  transform: scale(1.1);
}
.content #solution .solutionList li.header {
  font-size: 24px;
  color: white;
  text-align: center;
  padding-top: 90px;
}
.content #solution .solutionList li.header.membership {
  padding-top: 75px;
}
.content #solution:before {
  content: "";
  transform: skew(0, -7deg);
  transform: skew(0, -7deg);
  position: absolute;
  left: 0;
  right: 0;
  top: 500px;
  height: 440px;
  background: #f7f9fb;
  width: 100%;
  z-index: 0;
}
.content #rnd {
  background: white;
  height: 700px;
  padding-top: 130px;
}
.content #rnd #cube {
  position: absolute;
  top: 5%;
  left: 0%;
  animation: float 6s ease-in-out infinite;
}
.content .about_box {
  display: flex;
  justify-content: space-between;
}
.content .about_box .left_flex {
  width: 50%;
}
.content .about_box .right_flex {
  width: 45%;
}
.content .about_box .right_flex img {
  width: 100%;
  margin-top: 100px;
}
@media all and (max-width: 800px) {
  .content .about_box {
    display: block;
  }
  .content .about_box .left_flex {
    width: 100%;
  }
  .content .about_box .right_flex {
    width: 100%;
  }
  .content .about_box .right_flex img {
    margin-top: 20px;
  }
}
.content .left_box {
  width: 60%;
  float: left;
  vertical-align: top;
  position: relative;
}
.content .right_box {
  width: 40%;
  float: right;
  vertical-align: top;
  position: relative;
}
.content .part {
  padding: 85px 0 80px;
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.content .part h2:after {
  margin: 20px auto;
}
.content .part h3 {
  margin-bottom: 50px;
}
.content .part:after {
  content: "";
  display: block;
  clear: both;
}
.content #intro .text {
  padding: 0 40px;
  text-align: left;
  position: relative;
}
.content #intro .text p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 200%;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.content #intro .text .signature {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.content .threeBox {
  margin-top: 50px;
}
.content .threeBox li {
  display: inline-block;
  width: 30%;
  height: 400px;
  margin: 5px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.content .threeBox li img {
  height: 100%;
  margin-left: -100px;
  opacity: 1;
  transition: opacity 0.5s;
}
.content .threeBox li p {
  position: absolute;
  top: 300px;
  color: black;
  text-align: center;
  width: 100%;
  font-size: 20px;
  transition: all 0.5s;
}
.content .threeBox li:hover img {
  opacity: 0.3;
}
.content .threeBox li:hover p {
  color: white;
  top: 180px;
}
.content #vision {
  background: url("/img/klock_img/vision_beige.jpg");
  background-size: 100px 100%;
  height: 1000px;
  padding-top: 100px;
  position: relative;
  width: 100%;
}
.content #vision h2:after {
  display: none;
}
.content #vision .imgWrapper {
  width: 0;
  height: 600px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  transition: width 2s;
}
.content #vision.play .imgWrapper {
  width: 1200px;
}
.content #vision .desc {
  position: absolute;
  font-size: 16px;
  left: 50%;
  letter-spacing: -1px;
}
.content #vision .desc strong {
  color: #3a457a;
  font-size: 20px;
}
.content .displaySample {
  display: inline-block;
  margin: 5px;
}
.content:after {
  content: " ";
  display: block;
  clear: both;
}

#companyHistory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 100px auto;
}

#companyHistory #companyHistroyLeft {
  display: block;
  width: 550px;
}

#companyHistory #companyHistroyRight {
  display: block;
  width: 550px;
}

#companyHistory dt {
  position: relative;
  left: 0;
  top: 22px;
  font-weight: bold;
  font-size: 24px;
  color: #aa0000;
}

#companyHistory dd {
  border-left: 1px solid #aaa;
  margin-left: 130px;
  padding: 0 0 10px 10px;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: normal;
  position: relative;
}

#companyHistory dd strong {
  font-size: 14px;
  display: inline-block;
  width: 30px;
  text-align: right;
  position: absolute;
  margin-left: -50px;
  margin-top: 1px;
}

.desc {
  font-size: 12px;
  line-height: 130%;
  color: #333;
  padding: 0 2px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pro_title {
  font-size: 22px;
  color: #000;
  text-align: center;
  border-bottom: 20px;
  font-weight: bold;
}

.pro_title2 {
  font-size: 16px;
  color: #606060;
  text-align: center;
  border-bottom: 20px;
}

.pro_title3 {
  font-size: 12px;
  color: #ff0000;
  text-align: center;
  border-bottom: 20px;
}

.pro_title4 {
  font-size: 18px;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
  border-bottom: 20px;
}

.product_list {
  margin-top: 100px;
}
.product_list > div {
  width: 100%;
  margin: 10px;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.product_list > div .product_img_box {
  width: 1080px;
}
.product_list > div img {
  width: auto;
  margin: 20px 50px;
  transition: opacity 0.35s, transform 0.35s;
}
.product_list > div a:hover img {
  transform: scale(1.05, 1.05);
}
.product_list > div .btn_wrapper {
  text-align: right;
  margin: 6px 0;
}
.product_list > div p {
  font-size: 16px;
  color: #000000;
}
.product_list > div caption {
  color: #000000;
  text-align: center;
  font-size: 18px;
  caption-side: top;
  margin-bottom: 10px;
  font-weight: bold;
}
.product_list > div .list_detail {
  margin: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product_list > div .verticalTable {
  width: 450px;
  margin: 0 20px 50px;
  border-top: 2px solid #ccbd8f;
}
.product_list > div .verticalTable th {
  font-size: 14px;
  padding: 5px;
  text-align: left;
  background: none;
  border-bottom: none;
  border-right: none;
  border-top: 1px solid #ddd;
  color: #000;
}
.product_list > div .verticalTable td {
  font-size: 14px;
  padding: 5px;
  color: #000;
  border-bottom: none;
  border-top: 1px solid #ddd;
}
.product_list > div .verticalTable strong {
  font-weight: bold;
  font-size: larger;
}
.product_list > div .verticalTable td[rowspan] {
  vertical-align: middle;
}

/* ==============================
   company History 이미지 자동 높이 처리
   ============================== */

/* vision 고정 높이 해제 */
.content #vision.vision-auto {
  height: auto !important;
  padding-bottom: 100px;
  position: static;
}

/* imgWrapper도 고정 해제 */
.content #vision.vision-auto .imgWrapper {
  width: 100%;
  height: auto;
  position: relative;
  left: auto;
  margin: 60px auto 0;
  overflow: visible;
}

/* 이미지 비율 유지 */
.imgWrapper {
  width: 100%;
  height: 300px; /* 원하는 높이 */
  overflow: hidden;
}

.imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 이미지 비율 유지하면서 꽉 차게 */
  display: block;
}

.content #vision.vision-auto .imgWrapper img {
  width: 100%;
  max-width: 900px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.slide-link {
    display: block;
    width: 100%;
}

/* 이미지 영역 */
.slide-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}


@media all and (max-width: 800px) {
  .product_list .product_img_box {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .product_list .product_img_box a {
    padding: 10px;
  }
  .product_list .product_img_box a img {
    width: 100%;
    margin: 0;
    max-width: 200px;
    max-height: 200px;
  }
  .product_list .list_detail {
    display: block;
    padding: 0 5vw;
    margin: 0;
  }
  .product_list .list_detail .verticalTable {
    width: 90vw;
    margin: 0 0 50px 0;
  }
}

/* 메인화면 */
.mainGraphic:after {
  content: "";
  width: 30px;
  height: 54px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -15px;
  background: url("/img/scroll_guide.png") no-repeat;
  background-size: 100%;
  z-index: 99;
  opacity: 0.8;
  animation: scroll_guide 7s infinite;
}
.mainGraphic .mainslider div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  min-height: 100vh;
}
.mainGraphic .mainslider div img {
  position: absolute;
}
@media all and (max-width: 800px) {
  .mainGraphic .mainslider div {
    background-position: center left -70px;
  }
}

#fullpage h3 {
  font-size: 40px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 30px;
  color: white;
}
#fullpage h3:after {
  content: " ";
  width: 50px;
  border-bottom: 2px solid white;
  display: block;
  margin-top: 15px;
}
#fullpage h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
  color: white;
}

#fullpage .aboutus .colorbox1 {
  background-color: #5e4d40;
  width: 380px;
  height: 380px;
  position: absolute;
  left: 6%;
  top: 10%;
}
#fullpage .aboutus .colorbox2 {
  background-color: #cda654;
  width: 380px;
  height: 380px;
  position: absolute;
  left: 26%;
  top: 52%;
}
#fullpage .aboutus .co_text {
  color: #ffffff;
  font-size: 32px;
  margin: 20% 0% 0% 20%;
  text-align: left;
}
#fullpage .aboutus .readM01 {
  position: relative;
  bottom: -31%;
  left: -8%;
  color: #ffffff;
  font-size: 28px;
}
#fullpage .aboutus .round_btn {
  width: 150px;
  height: 50px;
  border: 1px solid #ffffff;
  background: none;
  position: absolute;
  left: 58%;
  top: 53%;
  margin-left: 350px;
  margin-top: 110px;
}
@media all and (max-width: 800px) {
  #fullpage .aboutus {
    background-position: top left !important;
  }
  #fullpage .aboutus .colorbox1 {
    background-color: #5e4d40;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 6%;
    top: 20%;
  }
  #fullpage .aboutus .colorbox2 {
    background-color: #cda654;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 26%;
    top: 52%;
  }
  #fullpage .aboutus .co_text {
    font-size: 18px;
    margin: 10px;
  }
  #fullpage .aboutus .readM01 {
    bottom: 0px;
    font-size: 18px;
  }
  #fullpage .aboutus .round_btn {
    width: 90vw !important;
    left: 5vw;
    right: 5vw !important;
    top: initial;
    bottom: 50px;
    margin: 0;
  }
}

.product-container {
  display: flex;
  height: 100%;
}
.product-container > a {
  width: 25%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  transition: all 300ms ease-out;
}
.product-container > a:hover {
  filter: brightness(0.5);
  background-position: center 30px;
}
.product-container .mainproduct-text {
  color: white;
  position: absolute;
  bottom: 50px;
  left: 71%;
  margin-left: -225px;
  margin-bottom: 97px;
  font-size: 20px;
}
.product-container .seemore {
  color: white;
  margin-left: 30px;
  font-size: 23px;
}
@media all and (max-width: 800px) {
  .product-container {
    flex-wrap: wrap;
  }
  .product-container > a {
    width: 50%;
    height: 50%;
  }
}

@media all and (max-width: 800px) {
  .dt-mobile {
    display: none;
  }
}
#fullpage .solution h3:after {
  margin: 15px auto;
}
#fullpage .solution h4 {
  font-weight: normal;
}
#fullpage .solution ul {
  margin-top: 50px;
}
#fullpage .solution ul li {
  display: inline-block;
  width: 260px;
  height: 425px;
  background: rgb(108, 108, 108);
  margin: 12px;
  text-align: left;
  padding: 10px;
  vertical-align: top;
  border-radius: 10px;
}
#fullpage .solution ul li .img_wrapper {
  width: 100%;
  height: 312px;
  overflow: hidden;
}
#fullpage .solution ul li .img_wrapper img {
  display: block;
  width: 100%;
  transition: all 500ms;
}
#fullpage .solution ul li .eng_title {
  padding: 10px 0 0 10px;
  font-size: 16px;
  color: #ffffff;
}
#fullpage .solution ul li .kor_title {
  padding: 5px 0 0 10px;
  font-size: 20px;
  color: #ffffff;
}
#fullpage .solution ul li:hover img {
  transform: scale(1.1, 1.1);
}
@media all and (max-width: 800px) {
  #fullpage .solution {
    padding-top: 50px;
  }
  #fullpage .solution h4 {
    padding: 10px;
  }
  #fullpage .solution .wrapper {
    width: 90%;
    margin: 0 auto;
  }
  #fullpage .solution ul {
    margin-top: 0;
    padding-bottom: 50px;
  }
  #fullpage .solution ul li {
    display: block;
    width: 100%;
    height: 120px;
    margin: 10px 0;
    padding: 5px;
  }
  #fullpage .solution ul li .img_wrapper {
    width: 100px;
    height: 100%;
    overflow: hidden;
    float: left;
  }
  #fullpage .solution ul li .eng_title {
    padding: 25px 0 0 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 105px;
  }
  #fullpage .solution ul li .kor_title {
    padding: 5px 0 0 10px;
    font-size: 18px;
    color: white;
    margin-left: 105px;
  }
  #fullpage .solution ul li:hover img {
    transform: scale(1.1, 1.1);
  }
}

.Prodcut_menu ul {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  background: #2c5bba;
  border-bottom: 1px solid #ddd;
  flex-wrap: wrap;
}

.customerList {
  text-align: left;
}
.customerList li {
  display: inline-block;
  width: 270px;
  margin: 30px 12px;
  position: relative;
  vertical-align: top;
}
.customerList li .imgWrapper {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: none;
  height: 170px;
  background-size: cover;
  background-position: 50% 50%;
}
.customerList li:hover img {
  transform: scale(1.1);
}
.customerList li .descWrapper {
  padding: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 90px;
}
.customerList li .descWrapper .title {
  font-weight: bold;
  text-align: center;
}
.customerList li .descWrapper .desc {
  font-size: 14px;
  color: #666;
  line-height: 160%;
  display: none;
}
.customerList li .descWrapper a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-align: center;
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: -11px;
  padding: 5px;
  text-transform: lowercase;
}

.grid-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

#category_title {
  display: block;
  margin: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  text-indent: -9999px;
  height: 227px;
  border-bottom: none;
}

.title-box h2 {
  background-image: url(/img/klock_img/galleryicon/gallery_01.png);
}

.title-box2 h2 {
  background-image: url(/img/klock_img/galleryicon/gallery_02.png);
}

.title-box3 h2 {
  background-image: url(/img/klock_img/galleryicon/gallery_003.png);
}

.title-box4 h2 {
  background-image: url(/img/klock_img/galleryicon/gallery_04.png);
}

.title-box5 h2 {
  background-image: url(/img/klock_img/galleryicon/gallery_005.png);
}

.codrops-demos {
  padding-top: 20px;
}
.codrops-demos a {
  margin: 15px;
  padding: 5px 2px;
  font-weight: 900;
  text-align: center;
  display: inline-block;
}
@media all and (max-width: 800px) {
  .codrops-demos {
    display: flex;
    justify-content: space-between;
  }
  .codrops-demos a {
    width: 20%;
    margin: 0;
    padding: 0;
  }
  .codrops-demos a img {
    width: 100%;
  }
}

ul.bbs {
  border-top: 3px solid #333;
  text-align: left;
}
ul.bbs li {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 20px 0;
}
ul.bbs li .imgWrapper {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  height: 240px;
  background-size: cover;
  background-position: 50% 50%;
}
ul.bbs li .titleWrapper {
  display: inline-block;
  vertical-align: top;
  width: 770px;
  padding: 20px 40px;
}
ul.bbs li .titleWrapper p {
  font-size: 15px;
  color: #666;
}
ul.bbs li .titleWrapper .date {
  position: absolute;
  bottom: 30px;
}

.searchSet {
  text-align: center;
  margin-top: 30px;
  position: relative;
}
.searchSet select {
  padding: 7px 7px 8px;
}
.searchSet input {
  padding: 4px;
  width: 300px;
  margin-left: -7px;
}
.searchSet .searchBtn {
  display: inline-block;
  background: #666;
  color: white;
  padding: 6px;
  width: 100px;
  margin-left: -7px;
  text-align: center;
}
.searchSet .btn {
  position: absolute;
  right: 0px;
}

.paging {
  text-align: center;
  margin-top: 30px;
}
.paging li {
  display: inline-block;
  vertical-align: top;
}
.paging li a {
  display: block;
  width: 47px;
  height: 48px;
  text-align: center;
  padding-top: 7px;
  border: 1px solid #ccc;
}
.paging li a.prevPage {
  text-indent: -9999px;
  background: url(/img/prev_btn.png);
  border: none;
}
.paging li a.nextPage {
  text-indent: -9999px;
  background: url(/img/next_btn.png);
  border: none;
}

div.bbsView {
  border-top: 3px solid #333;
  border-bottom: 1px solid #666;
  margin-bottom: 30px;
  text-align: left;
}
div.bbsView label {
  width: 100px;
  display: inline-block;
}
div.bbsView .titleLine {
  width: 100%;
  position: relative;
  padding: 15px 30px;
  border-bottom: 1px solid #ccc;
}
div.bbsView .titleLine h3 {
  margin: 0;
}
div.bbsView .titleLine .date {
  position: absolute;
  right: 20px;
  top: 20px;
}
div.bbsView .titleLine input {
  width: 800px;
}
div.bbsView .bbsContent {
  padding: 30px;
}
div.bbsView .bbsContent img {
  max-width: 90%;
  margin: 20px auto;
  display: block;
}
div.bbsView .bbsContent p {
  margin: 10px 0;
}
div.bbsView .bbsContent textarea {
  width: 100%;
}

.btnSet {
  text-align: center;
}

#fullpage .works h4 {
  font-weight: normal;
  margin: 100px 30px 30px;
}
#fullpage .works .bx-wrapper {
  margin: 0 auto;
}
#fullpage .works li div {
  height: auto;
  overflow: hidden;
  position: relative;
}
#fullpage .works li div .title {
  position: absolute;
  color: white;
  bottom: 40px;
  left: 20px;
  font-size: 15px;
  opacity: 0.9;
}
#fullpage .works li div .desc {
  position: absolute;
  color: white;
  bottom: 20px;
  left: 20px;
  opacity: 0.6;
  font-size: 11px;
  line-height: 120%;
  text-align: left;
  display: none;
}
#fullpage .works li div a {
  position: absolute;
  color: white;
  bottom: 25px;
  font-size: 11px;
  left: 20px;
  opacity: 0.6;
}
#fullpage .works li div.right {
  text-align: right;
}
#fullpage .works li div.right .title {
  right: 20px;
  left: initial;
}
#fullpage .works li div.right .desc {
  right: 20px;
  left: initial;
  text-align: right;
}
#fullpage .works li div.right a {
  right: 20px;
  left: initial;
  text-align: right;
}
#fullpage .works .bx-controls-direction .bx-prev {
  top: 97%;
}
#fullpage .works .bx-controls-direction .bx-next {
  top: 97%;
}

.contact .mapWrapper {
  width: 750px;
  display: inline-block;
  margin-top: 15px;
}
.contact .mapWrapper #map {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}
.contact .mapWrapper p {
  margin-top: 20px;
}
@media all and (max-width: 800px) {
  .contact .mapWrapper {
    width: 90%;
    margin-top: -120px;
  }
  .contact .mapWrapper #map {
    height: 340px;
  }
}
.contact .inquiry_form {
  width: 380px;
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
  text-align: left;
  color: #cfcfd1;
  margin-top: -80px;
  position: relative;
}
.contact .inquiry_form > p {
  padding: 4px 0;
}
.contact .inquiry_form label {
  width: 140px;
  font-size: 18px;
  display: inline-block;
}
.contact .inquiry_form input {
  background: none;
  font-size: 18px;
  color: white;
  border: 1px solid #7a7c88;
  width: 230px;
}
.contact .inquiry_form select {
  background: none;
  color: #cfcfd1;
  font-size: 18px;
  border: 1px solid #7a7c88;
  width: 230px;
  height: 36px;
}
.contact .inquiry_form select option {
  color: #000;
}
.contact .inquiry_form textarea {
  background: none;
  border: 1px solid #7a7c88;
  width: 100%;
  height: 160px;
  margin-top: 20px;
  padding: 20px;
  color: white;
}
.contact .inquiry_form .round_btn {
  margin-top: 20px;
  position: absolute;
  right: 0;
}
.contact .dxcaTextBoxCellNoIndent_BlackGlass {
  vertical-align: top;
}
.contact #ContentPlaceHolder_Captcha_RB {
  position: absolute;
  right: 50px;
  bottom: 0;
}
@media all and (max-width: 800px) {
  .contact #ContentPlaceHolder_Captcha_RB {
    display: none;
  }
}
.contact #ContentPlaceHolder_Captcha {
  height: auto !important;
}
.contact #ContentPlaceHolder_Captcha_TB {
  width: 120px !important;
}
.contact #ContentPlaceHolder_Captcha_TB_I {
  width: 120px !important;
  padding: 10px;
}
.contact .addr {
  position: absolute;
  color: white;
  opacity: 0.7;
  text-align: left;
  margin-left: 30px;
}

.footer {
  background: #393939;
  width: 100%;
}
.footer h3 {
  color: white;
}
.footer .inner {
  padding: 0 0 70px 0;
}
.footer .column {
  width: 130px;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
}
.footer .column:first-child {
  border-right: 1px solid #444;
  width: 250px;
  padding-right: 20px;
  color: #bbb;
  font-size: 14px;
  margin-right: 40px;
}
.footer .column:first-child strong {
  color: white;
  font-weight: normal;
}
.footer .column h3 {
  font-size: 16px !important;
  margin: 0 0 12px 0 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.footer .column li a {
  font-size: 14px;
  color: #bbb;
}
.footer .column li a:hover {
  color: #7d2c99;
}
.footer .copyright {
  background: #292929;
}
.footer .copyright .inner {
  padding: 50px 0;
}
.footer .copyright img {
  opacity: 0.7;
}
.footer .copyright p {
  display: inline-block;
  margin-left: 35px;
  line-height: 200%;
  padding: 10px;
  font-size: 14px;
  color: #ccc;
  vertical-align: 10px;
}
@media all and (max-width: 800px) {
  .footer {
    background: #393939;
    width: 100%;
  }
  .footer h3 {
    color: white;
  }
  .footer .inner {
    padding: 0 20px;
  }
  .footer .column {
    display: none;
  }
  .footer .column:first-child {
    border-right: none;
    width: 100%;
    padding: 0;
    color: #bbb;
    font-size: 14px;
    margin-right: 0;
    display: block;
    margin-top: 30px;
  }
  .footer .copyright {
    background: #292929;
  }
  .footer .copyright .inner {
    padding: 20px;
  }
  .footer .copyright img {
    opacity: 0.7;
    width: 100px;
  }
  .footer .copyright p {
    margin-left: 0;
    line-height: 150%;
    padding: 0;
    font-size: 12px;
    color: #ccc;
    vertical-align: top;
  }
}

.footer1line {
  width: 100%;
  margin: 0;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #444;
}

.emailconsent {
  float: left;
  width: 50%;
  list-style-type: none;
  padding: 0px;
  margin: 0 auto;
  color: #ffffff;
  display: flex;
}
.emailconsent li a {
  display: block;
  width: 180px;
  padding: 20px 15px 20px 15px;
  border-left: 1px solid #444;
  text-align: center;
  color: #ffffff;
}
.emailconsent li:last-child a {
  border-right: 1px solid #444;
  color: #ffffff;
}

.sns {
  float: right;
  width: 50%;
  padding: 10px 30px 0px 0;
  text-align: right;
  color: #ffffff;
}
@media all and (max-width: 800px) {
  .sns {
    display: none;
  }
}

#fullpage .footer h3:after {
  display: none;
}

.popup_area {
  position: absolute;
  top: 89px;
  left: 0;
  z-index: 1000;
}

.popup_layer {
  position: relative;
  top: 0;
  margin-right: 5px;
  border: 1px solid #333;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: top;
}
.popup_layer img {
  display: block;
}
.popup_layer .close_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.listhead {
  background-color: none;
}

.listbody {
  background-color: none;
  border-top: 3px solid red;
}

.odd {
  background-color: none;
}

/* 800이상 */
@media all and (min-width: 801px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding-bottom: 18px;
    transition: background 300ms ease-out;
  }
  #header h1 {
    top: 7px;
    left: 10px;
    position: absolute;
    display: block;
    transition: top 300ms ease-out;
  }
  #header h1 img {
    width: 157px;
    transition: width 300ms ease-out;
  }
  #header .gnb {
    display: block;
    margin-top: 20px;
    margin-right: 130px;
    text-align: right;
    max-height: 50px;
    overflow: hidden;
    transition: max-height 300ms ease-out;
  }
  #header .gnb > li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 3px;
  }
  #header .gnb > li h3 a {
    font-weight: normal;
    font-size: 20px;
    display: block;
    padding: 4px 7px;
    border-bottom: 0px solid #7d2c99;
    margin-bottom: 18px;
    color: white;
    transition: all 150ms ease-out;
    text-transform: uppercase;
  }
  #header .gnb > li ul {
    margin-left: 10px;
  }
  #header .gnb > li ul li {
    display: block;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #header .gnb > li ul li a {
    color: #aaa;
    font-size: 16px;
    letter-spacing: -1px;
  }
  #header .gnb > li ul li a:hover {
    color: white !important;
  }
  #header .gnb > li:hover h3 a {
    border-bottom: 3px solid white;
  }
  #header .gnb > li:hover ul li a {
    color: #999;
  }
  #header:hover {
    background: rgba(0, 0, 0, 0.9) !important;
  }
  #header:hover .gnb {
    max-height: 500px;
  }
  #header.fixed {
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
  }
  #header.fixed h1 {
    top: 2px;
  }
  #header.fixed h1 img {
    width: 100px;
  }
  #header.fixed .gnb {
    margin-top: 18px;
  }
  #header.fixed .gnb > li {
    margin: 0 6px;
  }
  #header.fixed .gnb > li h3 a {
    font-size: 16px;
    padding: 0 3px;
  }
  #header.fixed .gnb > li ul li a {
    font-size: 15px;
  }
  #header.fixed .lang {
    padding: 2px 10px;
    top: -4px;
  }
  #header.fixed .lang select {
    font-size: 13px;
  }
  #header .mobile_menu_btn {
    display: none;
  }
}
.tableWrapper table {
  width: 100%;
  margin: 10px 0 50px;
}

@media all and (max-width: 1000px) {
  .tableWrapper {
    width: 100%;
    overflow-x: scroll;
    padding: 0 15px;
  }
  .tableWrapper table {
    width: 1000px !important;
  }
}
/* 800 이하 */
@media all and (max-width: 800px) {
  html, body, button, input[type=submit], input[type=button], textarea, a, input, select {
    font-size: 14px;
  }
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 53px;
  }
  #header h1 {
    top: 15px;
    left: 20px;
    position: absolute;
    display: block;
  }
  #header h1 img {
    width: 90px;
  }
  #header .gnb {
    display: block;
    padding: 50px 0 10px 15px;
    right: -200px;
    width: 200px;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    text-align: left;
    height: 1000px;
    transition: right 0.2s ease-out;
  }
  #header .gnb > li {
    display: block;
    margin: 0 6px;
  }
  #header .gnb > li h3 a {
    font-weight: normal;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
    color: white;
    transition: all 150ms ease-out;
    text-transform: uppercase;
  }
  #header .gnb > li ul {
    display: none;
  }
  #header .gnb.on {
    right: 0;
  }
  #header .mobile_menu_btn {
    display: block;
    width: 50px;
    height: 50px;
    background: url("/img/menu.png") center center no-repeat;
    background-size: 26px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    text-indent: -9999px;
  }
  #header .mobile_menu_btn.on {
    background: url("/img/menu_close.png") center center no-repeat;
    background-size: 22px;
  }
  #header.fixed {
    background: rgba(0, 0, 0, 0.5);
  }
  .inner {
    width: 100%;
  }
  #fp-nav {
    display: none;
  }
  .bx-default-pager {
    display: none;
  }
  #fullpage h4 {
    font-size: 16px;
  }
  #fullpage .aboutus {
    padding-bottom: 50px;
  }
  .subHeader {
    height: auto;
    color: white;
    padding: 100px 10px 70px 10px;
  }
  .subHeader h2 {
    font-size: 40px;
  }
  .subHeader h2 + p {
    opacity: 0.7;
    font-size: 14px;
    margin-top: 10px;
  }
  .subHeader .prevMenu {
    color: white;
    position: absolute;
    margin-top: 25px;
    left: 10px;
    background: url(/img/prev_menu.png) no-repeat center left;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    background-size: 12px;
  }
  .subHeader .nextMenu {
    color: white;
    position: absolute;
    margin-top: 25px;
    right: 10px;
    background: url(/img/next_menu.png) no-repeat center right;
    padding: 10px 20px 10px 0;
    font-size: 14px;
    background-size: 12px;
  }
  .subHeader .subMenu {
    display: block;
    width: 100%;
    position: relative;
    left: initial;
    margin-left: initial;
    background: white;
    border-radius: 10px;
    font-size: 0;
    height: auto;
    top: 0;
    margin-top: 70px;
    margin-bottom: -190px;
    padding-bottom: 20px;
  }
  .subHeader .subMenu li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .subHeader .subMenu li a {
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: 50% 30px;
    width: 100%;
    display: block;
    padding-top: 95px;
    font-weight: bold;
    color: #333;
    line-height: 100%;
    font-size: 12px;
  }
  .subHeader .subMenu.child5 li {
    width: 30%;
  }
  .subHeader .subMenu.child6 li {
    width: 30%;
  }
  .subHeader .subMenu.child7 li {
    width: 25%;
  }
  .subHeader .subMenu:after {
    content: " ";
    display: block;
    clear: both;
  }
  .content {
    margin: 60px auto;
    text-align: center;
    padding: 100px 0 50px;
  }
  .content h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .content h2 span {
    font-size: 20px;
    color: #2c5bba;
    display: block;
  }
  .content h2.simpleTitle:after {
    display: none;
  }
  .content h3 {
    font-size: 16px;
    padding: 0 20px;
  }
  .content ul.solList {
    width: 90%;
    margin: 10px auto;
    padding: 20px 10px 20px 40px;
    border-radius: 10px;
  }
  .content ul.solList li {
    text-align: left;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    vertical-align: top;
    font-size: 14px;
    font-weight: bold;
    line-height: 130%;
  }
  .content ul.solList li:before {
    content: "";
    width: 22px;
    height: 18px;
    background: url(/img/list_bullet.png);
    display: block;
    position: absolute;
    left: -25px;
    top: 2px;
  }
  .content .left_box {
    width: 100%;
    float: none;
  }
  .content .right_box {
    width: 100%;
    float: none;
    padding: 10px;
  }
  .content .right_box img {
    width: 100%;
  }
  .content .part {
    padding: 40px 15px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .content .part h2:after {
    margin: 20px auto;
  }
  .content .part h3 {
    margin-bottom: 50px;
  }
  .content .part:after {
    content: "";
    display: block;
    clear: both;
  }
  .content #intro .text {
    padding: 0 40px;
    text-align: left;
  }
  .content #intro .text p {
    margin: 20px 0;
    font-size: 14px;
    line-height: 160%;
  }
  .content #intro .text .signature {
    position: absolute;
    right: 40px;
    bottom: 0;
  }
  .content #company > p {
    text-align: left;
    padding: 0 10px;
  }
  .content .threeBox {
    margin-top: 50px;
    font-size: 0;
    padding: 0 20px;
  }
  .content .threeBox li {
    display: block;
    width: 100%;
    height: 100px;
    margin: 10px auto;
  }
  .content .threeBox li img {
    width: 100%;
    height: auto;
    margin-left: 0;
    opacity: 0.5;
  }
  .content .threeBox li p {
    position: absolute;
    top: 25px;
    color: white;
  }
  .content #vision {
    background-size: 100px 100%;
    height: 650px;
    padding-top: 50px;
    position: relative;
    width: 100%;
  }
  .content #vision h2:after {
    display: none;
  }
  .content #vision .imgWrapper {
    width: 100%;
    height: 514px;
    overflow: hidden;
    position: relative;
    left: initial;
    margin: 0 auto;
    text-align: center;
    margin-top: 130px;
  }
  .content #vision .imgWrapper img {
    width: 90%;
  }
  .content #vision.play .imgWrapper {
    width: 100%;
  }
  .content #vision .desc {
    position: absolute;
    font-size: 12px;
    left: initial;
    letter-spacing: -1px;
    text-align: left;
  }
  .content #vision .desc strong {
    color: #3a457a;
    font-size: 13px;
  }
  .content #vision .vision1 {
    top: 230px;
    margin-left: initial;
    left: 25px;
  }
  .content #vision .vision2 {
    top: 230px;
    margin-left: initial;
    right: 25px;
  }
  .content #vision .vision3 {
    top: 500px;
    margin-left: initial;
    left: 25px;
  }
  .content #vision .vision4 {
    top: 500px;
    margin-left: initial;
    right: 25px;
  }
  .content #solution {
    width: 100%;
  }
  .content #solution > p {
    padding: 0 20px;
  }
  .content #solution .solutionList {
    margin: 30px auto;
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .content #solution .solutionList li {
    width: 46%;
    height: 130px;
    box-shadow: 0 10px 20px rgba(51, 73, 90, 0.2);
    border-radius: 4px;
    margin: 6px;
    vertical-align: top;
  }
  .content #solution .solutionList li p {
    padding: 5px 0;
    position: absolute;
    font-size: 12px;
    line-height: 120%;
  }
  .content #solution .solutionList li.header {
    font-size: 14px;
    color: white;
    text-align: center;
    padding-top: 30px;
    line-height: 120%;
  }
  .content #solution .solutionList li.header.membership {
    padding-top: 10px;
  }
  .content #solution:before {
    content: "";
    transform: skew(0, -7deg);
    transform: skew(0, -7deg);
    position: absolute;
    left: 0;
    right: 0;
    top: 500px;
    height: 440px;
    background: #f7f9fb;
    width: 100%;
    z-index: 0;
  }
  .content #rnd {
    background: url(/img/rnd_bg.jpg);
    height: auto;
    padding: 0 10px;
  }
  .content #rnd #cube {
    position: absolute;
    width: 220px;
    top: 70px;
    left: initial;
    right: 20px;
    animation: float 6s ease-in-out infinite;
  }
  .content #rnd .right_box {
    text-align: left;
    padding: 20px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
  .content #rnd .right_box h2:after {
    margin-left: 0;
  }
  .content #rnd .right_box h3 {
    padding: 0;
    margin-bottom: 30px;
  }
  .content #rnd .right_box p {
    font-size: 14px;
  }
  .content .displaySample {
    display: inline-block;
    margin: 5px;
  }
  .content > img {
    width: 94%;
  }
  .content:after {
    content: " ";
    display: block;
    clear: both;
  }
  .customerList {
    text-align: center;
    font-size: 0;
  }
  .customerList li {
    display: inline-block;
    width: 150px;
    margin: 0 10px 30px 10px;
  }
  .customerList li .imgWrapper {
    height: 100px;
  }
  .customerList li .descWrapper {
    padding: 7px;
    height: 100px;
    text-align: left;
  }
  .customerList li .descWrapper .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 5px;
  }
  .customerList li .descWrapper .title:after {
    display: none;
  }
  .customerList li .descWrapper .desc {
    font-size: 12px;
    line-height: 120%;
  }
  .customerList li .descWrapper a {
    font-size: 12px;
    margin-left: -8px;
    padding: 3px;
  }
  ul.bbs {
    width: 90%;
    margin: 0 auto;
  }
  ul.bbs li .imgWrapper {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
  }
  ul.bbs li .titleWrapper {
    display: block;
    width: 100%;
    padding: 20px 0 0;
  }
  ul.bbs li .titleWrapper h3 {
    padding: 0;
    margin-bottom: 10px;
  }
  ul.bbs li .titleWrapper p {
    font-size: 12px;
    color: #666;
    line-height: 150%;
  }
  ul.bbs li .titleWrapper .date {
    position: relative;
    bottom: initial;
    margin-top: 15px;
    text-align: right;
  }
  .searchSet .btn {
    position: relative;
    right: 0px;
  }
  .paging li a {
    width: 30px;
    height: 30px;
    padding-top: 3px;
  }
  .paging li a.prevPage {
    background-size: 100%;
  }
  .paging li a.nextPage {
    background-size: 100%;
  }
  div.bbsView {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  div.bbsView .titleLine {
    width: 100%;
    padding: 10px;
  }
  div.bbsView .titleLine h3 {
    margin: 0;
    padding: 0;
  }
  div.bbsView .titleLine .date {
    right: 10px;
    top: 10px;
  }
  div.bbsView .titleLine input {
    width: 100%;
  }
  div.bbsView .bbsContent {
    padding: 10px;
  }
  #fullpage .works li div .title {
    bottom: 30px;
    font-size: 14px;
  }
  #fullpage .works li div .desc {
    display: none;
  }
  #fullpage .works li div a {
    bottom: 15px;
  }
  #fullpage .works .bx-controls-direction .bx-prev {
    top: 110%;
  }
  #fullpage .works .bx-controls-direction .bx-next {
    top: 110%;
  }
  .contact {
    padding-top: 50px;
  }
  .contact #map {
    width: 90%;
    height: 300px;
    border-radius: 10px;
  }
  .contact .inquiry_form {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .contact .inquiry_form > p {
    padding: 4px 0;
  }
  .contact .inquiry_form label {
    font-size: 16px;
    display: block;
    margin-bottom: 7px;
  }
  .contact .inquiry_form input {
    font-size: 16px;
    width: 100%;
  }
  .contact .inquiry_form select {
    font-size: 16px;
    width: 100%;
    height: 34px;
  }
  .contact .inquiry_form textarea {
    height: 230px;
    padding: 10px;
  }
  .contact .inquiry_form .round_btn {
    margin: 20px auto;
    position: relative;
    display: block;
    text-align: center;
  }
  .contact .addr {
    display: none;
  }
  .grid-wrap .grid li {
    width: 50%;
  }
  .grid-wrap .grid li h3 {
    padding: 10px;
  }
  #category_title {
    height: 35vw;
  }
  
  
  
 /* ----------------20260130 추가내용--------------- */

  
  p.pro_title2{
    color:#606060 !important;
    font-size:14px !important;
  }
  
   p.pro_title3{
    font-size:12px !important;
    color:#ff0000 !important;
  }
  
  p.pro_title6{
    font-size:16px !important;
    font-weight: bold;
  }
  
  .product-info-row.center {
    position: relative !important;
    text-align: left !important;
  }

  .product-text {
    position: relative !important; /* 기준점 */
    display: inline-block !important;
    padding-right: 50px !important;
  }

  .product-info-row.center .kc-mark {
    position: absolute !important;
    top: -60% !important;
    right: -40px !important;
    transform: none !important;
    width: 20% !important;
  }
  
  /* 연혁 */
  .content #vision.vision-auto {
    height: auto !important;
    padding-bottom: 60px;
  }

  .content #vision.vision-auto .imgWrapper {
    height: auto;
    margin-top: 40px;
  }

  .content #vision.vision-auto .imgWrapper img {
    width: 95%;
  }

  
}/*# sourceMappingURL=default.css.map */