/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Saira:wght@100;200;300;400;500;600;700;800&display=swap');

@font-face {
  font-family: 'OneStore_Title';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Title.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OneStore_Body';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/ONE-Mobile-Regular.woff') format('woff');
  font-weight: normal;
  font-display: swap;
}

@media(max-width: 1024px) {
  :root {
    --base-ratio: 1;
    --base-size: 1;
    --base-percent: 1px
  }
}

body {
  background: #fff;
  color: #999;
  font-family: 'Noto Sans KR', sans-serif;
}

a {
  transition: 0.5s;
  text-decoration: none;
  font-size: 18px;
}

a:hover,
a:active,
a:focus,
select {
  outline: none;
  text-decoration: none;
}

button:focus {
  outline: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 300;
  word-break: keep-all;
}

h1,
h2,
h3,
h4 {
  font-family: 'OneStore_Title', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

h5,
h6 {
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: 'OneStore_Body', sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}


ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
h1 {
  font-size: clamp(55px, 4.0vw, 80px);
}

h2 {
  font-size: clamp(40px, 7.0vw, 60px);
  word-break: keep-all;
}

h3 {
  font-size: clamp(36px, 4.0vw, 42px);
  word-break: keep-all;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 32px;
}

h6 {
  font-size: 24px;
}

.btn {
  font-family: 'OneStore_Body', sans-serif;
  font-size: 18px;
  padding: 15px 75px;
  color: #fff;
  border-radius: 0px;
}

.btn.line-w {
  border: 1px solid #fff;
}

.btn.line-b {
  border: 1px solid #ddd;
}

.btn.line-g {
  border: 1px solid #555;
}

.btn.bg-na:hover {
  background-color: #202C5C;
  border: #202C5C;
  color: #fff;
}

.fast {
  animation-duration: 1s;
  animation-delay: 0s;
}

.slow {
  animation-duration: 3s;
  animation-delay: 1s;
}

.reallyslow {
  animation-duration: 6s;
  animation-delay: 3s;
}

.eng {
  font-family: 'Saira', sans-serif;
}

.pb_100 {
  padding-bottom: 100px;
}

.pb_50 {
  padding-bottom: 50px;
}


.pt_100 {
  padding-top: 100px;
}

.bttom_line {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 100px;
}

.top_line {
  border-top: 1px solid #DDD;
}

.word-keep {
  word-break: keep-all;
}

@keyframes zoom-in-zoom-out {
  from { transform: scale(1.5, 1.5); } to { transform: scale(1, 1); }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 999;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  height: 90px;
}

#header .menu {
  width: 100%;
  height: 90px;
}

#header.active .menu {
  position: relative;
  z-index: 9;
  background: #fff;
}

#header.active .menu::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -1px;
  background: #e6e6e6;
  transition: all 0.4s;
  z-index: 9999;
}

#header .logo {
  position: absolute;
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 200px;
  width: 16%;
  margin-bottom: 0px;
}

#header .logo a {
  width: 100%;
  height: 0;
  display: block;
  background-image: url('/img/logo_w.svg');
  filter: brightness(0) invert(1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: calc(66 / 300 * 100%);
}

@media (max-width: 992px) {
  #header .logo a {
    padding: 0;
    width: 231px;
    height: 50px;
  }
}

@media (max-width: 500px) {
  #header .logo a {
    width: 100%;
  }
}


#header.commonsub .logo a,
#header.active .logo a,
#header.scroll .logo a {
  background-image: url('/img/logo_c.svg');
  filter: none;
}

#header .menu_box {
  width: 100%;
}

#header .back_m {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 0px;
  background: #fff;
  z-index: 9;
  opacity: 0.9;
  /* transition: all 0.4s; */
}

#header .back_m.on {
  /* transition: all 0.4s; */
  -webkit-box-shadow: 0 0px 15px rgba(153, 153, 153, 0.3);
  -moz-box-shadow: 0 0px 15px rgba(153, 153, 153, 0.3);
  box-shadow: 0 0px 15px rgba(153, 153, 153, 0.3);
}

#header .util {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 28px;
}

#header .util .talk {
  display: flex;
  align-items: center;
  gap: 22px;
}

#header .util .talk a {
  width: auto;
  height: auto;
}

#header .util a {
  display: block;
  position: relative;
}

#header .util .talk a img {
  width: 40px;
  height: 40px;
}

#header .nav_contact {
  display: none;
}

@media (max-width: 991px) {
  #header {
    height: 90px;
  }

  #header .util {
    right: calc(5% + 80px);
  }
}


@media (max-width: 519px) {
  #header .logo {
    left: 50%;
    top: 50%;
    transform: translate(-65%, -50%);
    width: calc(100% - 80px);
  }

  #header .util {
    display: none;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */
.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav {
  padding-left: calc(8% + 189px);
  padding-right: calc(8% + 160px);
}

.main-nav .mobile-nav-top {
  display: none;
}

.main-nav>ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-nav>ul>li:first-child {
  padding-left: 0;
}

.main-nav>ul>li:last-child {
  padding-right: 0;
}

.main-nav>ul>li {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.main-nav>ul>li:after {
  position: absolute;
  top: 50%;
  right: -20%;
  margin-top: -2.5px;
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  transition: all 0.4s;
  z-index: 9999;
}

.main-nav>ul>li:nth-child(5)::after {
  display: none;
}

#header.commonsub .main-nav>ul>li:after,
#header.scroll .main-nav>ul>li:after,
#header.active .main-nav>ul>li:after,
#header.active .menu .main-nav>ul>li:after {
  background: #000;
}

.main-nav>ul>li:last-child::after {
  display: none !important;
}

.main-nav a {
  position: relative;
  display: inline-block;
  height: 90px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  transition: 0.3s;
  padding: 34px calc(20% + 25px);
}

#header.commonsub a,
#header.active a,
#header.scroll a {
  color: #000;
}

#header.commonsub .container.menu .main-nav a,
#header.active .container.menu .main-nav a,
#header.scroll .container.menu .main-nav a {
  color: #000;
}

#header.commonsub .container.menu .main-nav a:hover,
#header.active .container.menu .main-nav a:hover,
#header.scroll .container.menu .main-nav a:hover {
  color: #E35A60;
}

#header .main-nav .menu_box>li:hover>.submenu {
  display: flex;
}

#header .main-nav .submenu {
  -ms-display: flex;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  top: 90px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  background-color: var(--point);
  box-sizing: border-box;
  border-top: 1px solid #e1e1e1;
  text-align: left;
}

.main-nav .submenu .summary {
  min-width: 350px;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 25%;
  overflow: hidden;
  background-color: #F6F6F6;
}

.main-nav .submenu .summary .cont-group {
  width: 310px;
  float: right;
  padding: 40px 70px 40px 0;
}

.main-nav .submenu .summary h2 {
  color: #273961;
  font-size: 45px;
  line-height: 1;
}

.main-nav .submenu .summary .comment {
  margin-top: 27px;
  font-size: 16px;
  color: #565656;
  line-height: 1.5;
  letter-spacing: -.8px;
  white-space: normal
}

.main-nav .submenu .menus {
  position: relative;
  background-color: #fff;
  flex: 1 1 auto;
  width: 50%;
  box-sizing: border-box;
}

.main-nav .submenu .top_contact {
  min-width: 450px;
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 25%;
  overflow: hidden;
  background-color: #F6F6F6;
}

.main-nav .submenu .top_contact a {
  display: block;
  height: auto;
  padding: 0px
}

.main-nav .submenu .top_contact img {
  width: 100%;
  height: auto;
}

#header.active .main-nav li:hover>.submenu {
  height: auto;
  opacity: 1;
}

#header .menu_depth {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  align-items: flex-start;
  padding: 15px 30px 30px 40px;
  max-width: 940px;
  box-sizing: border-box;
  flex-direction: column;
}

#header .menu_depth>li {
  display: block;
  width: 100%;
  max-width: 365px;
}

#header .menu_depth>li>.anchor {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 54px;
  align-items: center;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 600;
  color: #565656;
  border-bottom: 1px solid #e3e4e5;
  box-sizing: border-box;
}

#header .menu_depth>li:last-child>.anchor {
  border-bottom: 0px;
}

@media only screen and (max-width:1060px) {
  #header .menu_depth {
    padding: 15px 18px;
  }

  #header .menu_depth>li>.anchor {
    font-size: 16px;
  }
}

#header .menu_depth>li .anchor:hover,
#header .menu_depth>li .anchor:hover::after {
  color: #E35A60;
}

.main-nav>ul>li>a:after {
  position: absolute;
  top: 89px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #E35A60;
  z-index: 99999;
  transform: scaleX(0);
  transition: transform 0.5s !important;
}

.main-nav>ul>li:hover>a::after {
  transform: scaleX(1) !important;
  transition: transform 0.5s !important
}

#header.active .main-nav>ul>li>a.on {
  color: #E35A60;
  text-decoration: none;
}

.main-nav>ul>li>a.on::after {
  transform: scaleX(1);
  transition: transform 0.5s !important;
}

#header.active .main-nav a:hover,
#header.active .main-nav .active>a,
#header.active .main-nav li:hover>a {
  color: #E35A60;
  text-decoration: none;
}

.main-nav>ul>li:first-child ul {
  margin-left: -15px;
}

.main-nav>ul>li:last-child ul {
  margin-left: 15px;
}

.main-nav .down_menu.on>ul {
  top: 100%;
}

.main-nav .down_menu li {
  position: relative;
}

.main-nav .down_menu .menu_t {
  font-size: 16px;
  font-weight: 900;
  color: #202C5C;
  padding: 10px 0px;
  font-family: 'Noto Sans KR', sans-serif;
}

.main-nav .down_menu ul a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  min-width: 150px;
  white-space: pre-wrap;
  line-height: normal;
  word-break: keep-all;
  height: auto;
  padding: 10px 0px;
}

@media only screen and (max-width:1400px) {
  .main-nav .down_menu ul a {
    font-size: 15px;
  }
}

@media only screen and (max-width:1300px) {
  .main-nav .down_menu ul a {
    font-size: 14px;
    min-width: 130px;
  }
}

@media only screen and (max-width:1100px) {
  .main-nav .down_menu ul a {
    font-size: 13.5px;
    min-width: 120px;
  }
}

.main-nav .down_menu .down_menu ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .down_menu .down_menu:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

#header .container.menu.on .main-nav .down_menu:hover>a {
  color: #202C5C;
}

.main-nav .down_menu .down_menu>a {
  padding-right: 35px;
}

* header.on #header.on {
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}

/* header.scroll */
#header.commonsub {
  height: 90px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

#header.scroll {
  height: 90px;
  background: #fff;
  box-shadow: 1px 10px 17px rgb(0 0 0 / 8%);
}

#header.commonsub .menu_bg,
#header.scroll .menu_bg {
  top: 90px;
  top: 0;
}

#header.scroll .menu-group nav .gnb>li>a {
  line-height: 85px;
}

#header .menu_bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
}

#header.active .menu_bg {
  display: block;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -300px;
  width: 300px;
  background-color: #fff;
  transition: 0.4s;
  border-bottom: 15px solid #1f2c5c;
}

.mobile-nav .mobile-nav-top {
  display: block;
  background-color: #1f2c5c;
  padding: 10px 20px 30px;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-nav .mobile-nav-top .close_box {
  width: 100%;
  text-align: right;
}

.mobile-nav .mobile-nav-top .close_box .mobile-nav-close {
  color: #fff;
  border: 0;
  background-color: transparent;
  padding: 0;
}

.mobile-nav .mobile-nav-top .close_box .bi {
  font-size: 40px;
}

.mobile-nav .mobile-nav-top .mobile-nav-inform h1 {
  font-size: 16.5px;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.mobile-nav .mobile-nav-top .mobile-nav-inform h2 {
  font-family: 'Saira', sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  font-family: 'Saira', sans-serif;
  display: block;
  position: relative;
  color: #000;
  padding: 15px 25px;
  margin: 0 25px;
  font-weight: 500;
  font-size: 17px;
  border-bottom: 1px solid #ddd;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #1f2c5c;
  text-decoration: none;
}

.mobile-nav .down_menu.drop-down>a:after {
  content: "\F229";
  font-size: 10px;
  font-family: "bootstrap-icons";
  padding-left: 10px;
  position: absolute;
  right: 20px;
}

.mobile-nav .active.down_menu.drop-down>a:after {
  content: "\F235";
}

.mobile-nav .down_menu>a {
  padding-right: 35px;
}

.mobile-nav .down_menu.drop-down .submenu {
  display: none;
  overflow: hidden;
  background-color: #f6f6f6;
  padding-left: 18px;
  padding-right: 18px;
}

.mobile-nav .down_menu.drop-down .submenu .cont-group,
.mobile-nav .down_menu.drop-down .submenu .top_contact {
  display: none;
}

.mobile-nav .down_menu li a {
  font-size: 15px;
  font-weight: 500;
  color: #666;
}

.mobile-nav .down_menu>ul>li:first-child {
  border-top: 0px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  font-size: 40px;
  transition: all 0.4s;
  outline: none !important;
  height: 90px;
  padding: 0;
  margin: 0;
  background-color: #E35A60;
}

.mobile-nav-toggle i {
  margin: 20px;
  color: #fff;
  opacity: 0.8;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, .5);
  -webkit-backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  backdrop-filter: blur(max(calc(20px * var(--base-ratio)), calc(calc(20 / var(--base-size)) * var(--base-percent))));
  overflow: hidden;
  display: none;
}

.mobile-nav-logo {
  position: fixed;
  z-index: 9998;
  width: 231px;
  height: auto;
  top: 19px;
  left: 38px;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  right: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav .nav_contact a {
  padding: 0;
  margin: 0;
}


/*--------------------------------------------------------------
# main_benner Section
--------------------------------------------------------------*/

#main_benner {
  width: 100%;
  height: 100vh;
}

#main_benner .banner_box {
  height: 100vh;
  width: 100%;
}

#main_benner .text_title{
  position: absolute;
  top: 120px;
  left: 70px;
  z-index: 99;
  text-align: left;
  color:#fff;
}


#main_benner .text_title .t1{
  font-size: clamp(20px, 2.5vw, 23.5px);
  line-height: clamp(25px, 2.5vw, 34px);
  margin-bottom: 0px;
}

#main_benner .text_title .t2{
  font-size: clamp(48px, 5.3vw, 32px);
  font-weight: 800;
  color: #E35A60;
  margin-bottom: 0px;
}

#main_benner .text_title .t3{
  font-size: clamp(20px, 2.0vw, 21.5px);
}


#main_benner .banner_box .text_back {
  width: 100%;
  height: 100vh;
  /*background-color: rgb(0, 0, 0, 0.25);*/
  position: absolute;
  z-index: 1;
  text-align: center;
}

#main_benner .banner_box .text_area {
  position: absolute;
  z-index: 99;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0px;
  color: #fff;
  bottom: 20px;
  right: 20px;
}

#main_benner .banner_box .text_area > h4{
  font-size: 72px;
  font-weight: normal;
  width:100%;
}

#main_benner .banner_box .text_area .btn{
  margin-top:30px;
}

#main_benner .banner_box .text_area .btn .bi {
  font-size: 10px;
  margin-left: 15px;
}

#main_benner .banner_box .s_back{
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
}


.owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 375px;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
}

.owl-dot.active {
  background-color: #fff;
}

.gallery-carousel .owl-stage-outer {
  overflow: hidden;
  height: 100vh;
}

.gallery-carousel .owl-nav {
  position: absolute;
  top: 47%;
  overflow: visible;
  width: 100%;
  padding-right: 2%;
  padding-left: 2%;
}

.gallery-carousel .owl-prev {
  float: left;
}

.gallery-carousel .owl-next {
  float: right;
}

.gallery-carousel .owl-prev i, .owl-next i {
  color: #FFF;
  opacity: 0.75;
}

.owl-carousel.owl-drag .owl-item.active .s_back{
  animation: zoom-in-zoom-out 6s ease ;
}

/*--------------------------------------------------------------
# 메인 information
--------------------------------------------------------------*/
#main_information,
#main_client {
  padding-top: 100px;
  background-color: #E35A60;
}

#main_information .text_area,
#main_count .text_area,
#main_client .text_area,
#main_install .text_area {
  text-align: left;
}

@media only screen and (max-width:650px) {

  #main_information .text_area,
  #main_count .text_area,
  #main_client .text_area,
  #main_install .text_area {
    padding: 0 50px;
  }
}

#main_information .text_area::before,
#main_count .text_area::before,
#main_client .text_area::before,
#main_install .text_area::before {
  background-color: #E78488;
  content: '';
  width: 27%;
  max-width: 210px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-right: 25px;
}

@media only screen and (max-width:1199px) {
  #main_information .text_area::before,
  #main_count .text_area::before,
  #main_client .text_area::before,
  #main_install .text_area::before {
    margin-top: 24px;
  }
}

@media only screen and (max-width:650px) {
  #main_information .text_area::before,
  #main_count .text_area::before,
  #main_client .text_area::before,
  #main_install .text_area::before {
    display: none;
  }
}


#main_information .text_area .title,
#main_count .text_area .title,
#main_client .text_area .title,
#main_install .text_area .title {
  display: inline-block;
}


@media only screen and (max-width:1199px) {
  #main_information .text_area .title br,
  #main_count .text_area .title br {
    display: none;
  }

  #main_information .text_area .title,
  #main_count .text_area .title {
    padding-bottom: 50px;
  }
}

@media only screen and (max-width:650px) {
  #main_information .text_area .title,
  #main_count .text_area .title {
    padding-bottom: 25px;
    width: 100%;
    border-bottom: 1px solid #E78488;
  }
}

#main_information .container_area li {
  padding: 0 40px 30px;
  font-size: 18px;
  word-break: keep-all;
}

@media only screen and (max-width:768px) {
  #main_information .container_area li {
    padding: 0;
    margin: 0 40px 30px;
    border-bottom: 1px solid #E78488;
  }

  #main_information .container_area li:last-child {
    border-bottom: 0px;
  }
}

#main_information .container_area .num {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

#main_information .container_area .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}



/*--------------------------------------------------------------
# 메인 information2
--------------------------------------------------------------*/
#main_information2 {
  background-color: #E35A60;
}

#main_information2.line-g {
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
}

#main_information2 .text_area {
  position: relative;
  padding: 0;
  border-right: 1px solid #555;
  height: calc(550px + (100vh/6));
  min-height: 650px;
}

#main_information2 .text_area:first-child {
  border-left: 1px solid #555;
}

#main_information2 .text_area .link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 60px;
  background-color: #24272C;
  position: relative;
  overflow: hidden;
}

#main_information2 .text_area .link:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 0;
  top: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  transform: scale(1.1);
  background-size: cover;
}

#main_information2 .text_area .link.on:before {
  opacity: 1;
  transform: scale(1);
}

#main_information2 .text_area:nth-child(1) .link:before {
  background-image: url(/img/de_img3.png);
}

#main_information2 .text_area:nth-child(2) .link:before {
  background-image: url(/img/de_img1.png);
}

#main_information2 .text_area:nth-child(3) .link:before {
  background-image: url(/img/de_img2.png);
}

#main_information2 .text_area .title {
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  display: block;
  position: relative;
}

#main_information2 .text_area .text {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  word-break: break-all;
  letter-spacing: -0.5px;
  display: block;
  position: relative;
  margin-bottom: 0;
}

#main_information2 .text_area .link .btn_n {
  position: absolute;
  bottom: 80px;
  right: 50px;
  font-size: 14px;
  padding: 15px 40px;
  color: #24272C;
  background-color: #fff;
  border-radius: 25px;
  transition: background-color 0.6s;
}

#main_information2 .text_area .link.on .btn_n {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

#main_information2 .text_area .prod_img {
  position: absolute;
  bottom: 30px;
  left: 50px;
}

@media only screen and (max-width:1450px) {
  #main_information2 .text_area .link .btn_n {
    position: relative;
    float: right;
    bottom: unset;
    right: unset;
    margin-top: 20px;
  }
}

@media only screen and (max-width:1199px) {
  #main_information2 .text_area {
    border-right: 0;
    height: auto;
    min-height: unset;
    border-bottom: 1px solid #555;
  }

  #main_information2 .text_area:last-child {
    border-bottom: 0px;
  }

  #main_information2 .text_area .link {
    display: inline-flex;
    padding: 50px;
    align-items: flex-start;
  }

  #main_information2 .text_area .text_box {
    padding-left: 20px;
    padding-bottom: 60px;
  }

  #main_information2 .text_area .prod_img {
    position: relative;
    bottom: unset;
    left: unset;
  }

  #main_information2 .text_area .link .btn_n {
    position: absolute;
    bottom: 8%;
    right: 10%;
  }
}

@media only screen and (max-width:576px) {
  #main_information2 .text_area .link {
    display: flex;
    padding: 30px;
    align-items: center;
    flex-direction: column;
  }

  #main_information2 .text_area .text_box {
    padding: 50px 0px 100px;
  }
}


/*--------------------------------------------------------------
# 메인 실적 카운트
--------------------------------------------------------------*/
#main_count {
  background-image: url(/img/count_back.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding: 150px 0 250px;
}

#main_count .text_area::before {
  background-color: #555;
}

#main_count .container_area .col-md-4 {
  text-align: center;
  overflow: hidden;
  padding: 0 40px;
}

#main_count .container_area .eng {
  font-size: 60px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}

#main_count .container_area .eng.text {
  font-size: 40px;
  padding-left: 10px;
}

#main_count .container_area h6 {
  color: #fff;
  font-weight: 600;
}

#main_count .container_area span {
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width:768px) {
  #main_count .text_area {
    padding: 0 50px;
  }

  #main_count .text_area::before {
    display: none;
  }

  #main_count .text_area .title {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #555;
  }

  #main_count .container_area .col-md-4 {
    width: 100%;
    padding: 40px 0 0 0;
  }
}


/*--------------------------------------------------------------
# 메인 거래처
--------------------------------------------------------------*/
#main_client .client_list {
  margin-left: 13%;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 100px 0;
  z-index: 1;
}

#main_client .client_list .client_box {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  transition-property: transform;
  box-sizing: content-box;
  width: 100%;
}


#main_client .client_list .client_box .client_line {
  position: relative;
  background-color: #fff;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#main_client .client_list .client_box .client_line li {
  width: 275px;
  display: block;
  float: left;
  background-color: #fff;
}

#main_client .client_list .client_box .client_line .client_img {
  backface-visibility: hidden;
  border: 1px solid #d8d8d8;
  border-right: 0;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_client .client_list .client_box .client_line .client_img img {
  max-width: 150px;
  height: auto;
}

.more_a {
  font-size: 14px;
  color: #fff;
}

.more_a img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  #main_client .client_list .client_box .client_line li {
    width: 256px;
  }
}

@media only screen and (max-width:992px) {
  #main_client .client_list {
    margin-left: 10px;
  }
}


@media only screen and (max-width: 800px) {
  #main_client .client_list .client_box .client_line li {
    width: 240px;
  }
}


/*--------------------------------------------------------------
# 메인 설치사례
--------------------------------------------------------------*/
#main_install {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #273961;
}

#main_install .more_a i {
  color: #273961;
}

#main_install .text_area::before {
  background-color: #fff;
  opacity: 0.3;
}

#main_install .install_img {
  padding-top: 100px;
}

#main_install .install_img:last-child {
  padding-top: 25px;
}


#main_install .install_img div {
  padding-bottom: 25px;
}

#main_install .install_img img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# 메인 contact
--------------------------------------------------------------*/
#main_contact {
  background-color: #2F3034;
  border-bottom: 1px solid #555;
  border-top: 1px solid #555;
  padding-top: 100px;
  padding-bottom: 100px;
}

#main_contact .col-md-4,
#sub_bottom_contact .col-md-4 {
  padding: 0;
}

#main_contact a,
#sub_bottom_contact a {
  position: relative;
  display: block;
  overflow: hidden;
}

#main_contact a img,
#sub_bottom_contact a img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
}

#main_contact a:hover img,
#sub_bottom_contact a:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Sub_Page contact
--------------------------------------------------------------*/
#sub_bottom_contact {
  padding-top: 100px;
  padding-bottom: 100px;
}


/*--------------------------------------------------------------
# footer-copy section
--------------------------------------------------------------*/
#footer-copy {
  background-color: #181A1E;
  border-bottom: 1px solid #333;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #707070;
  position: relative;
}

#footer-copy a {
  color: #fff;
  opacity: 0.4;
  font-size: clamp(14px, 4.0vw, 16px);
}

#footer-copy a:hover {
  opacity: 1;
}

#footer-copy ee::after {
  content: " ";
  border-left: 1px solid #707070;
  width: 1px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

#footer-copy .footer_sns_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

#footer-copy .footer_sns_wrap .bi {
  color: #fff;
  opacity: 0.2;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

#footer-copy .footer_sns_wrap a .bi {
  color: #fff;
  font-size: 24px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  #footer-copy .footer_sns_wrap {
    padding-top: 15px;
    justify-content: flex-start;
  }
}


/*--------------------------------------------------------------
# footer section
--------------------------------------------------------------*/
#footer {
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #181A1E;
  color: #fff;
}

#footer .footer_logo img {
  width: 165px;
  height: auto;
}

#footer .footer-contact .footer-tel span {
  font-size: 14px;
  font-weight: 100;
}

#footer .footer-contact .footer-tel h3 {
  font-family: 'Saira', sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 0px;
}

#footer .footer-contact .footer-tel h4 {
  font-family: 'Saira', sans-serif;
  font-size: 25.5px;
  font-weight: bold;
}


#footer .footer-contact .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 20px;
}


#footer .footer-contact .footer-company {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 300;
}

#footer .footer-contact .footer-company .eng {
  font-size: 22px;
}

#footer .footer-contact .footer-company .bi {
  width: 16px;
  height: 16px;
  fill: #fff;
  opacity: 0.5;
  padding-left: 5px;
  padding-right: 5px;
}

#footer .footer-contact .footer-company span {
  font-size: 12px;
  font-weight: 300;
}

#footer .footer-top .footer-inform {
  position: relative;
  padding-top: 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

#footer .footer-top .footer-inform p {
  display: block;
}

#footer .footer-top .footer-inform ee {
  display: inline-flex;
  align-items: center;
  opacity: 0.5;
}

#footer .footer-top .footer-inform ee::after {
  content: " ";
  border-left: 1px solid #fff;
  width: 1px;
  height: 6px;
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .footer-top .footer-inform ee:last-child:after {
  border-left: 0px;
}

#footer .footer-top .copy {
  font-size: 14px;
  color: #707070;
  font-weight: 600;
}

#footer .footer-top .agency_list {
  font-size: 12px;
  color: #707070;
  padding: 20px 15px 0;
}


#footer .footer-top .agency_list p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}


/*--------------------------------------------------------------
# footer_certified section
--------------------------------------------------------------*/
#footer_certified {
  background-color: #000;
  padding-bottom: 30px;
}

#footer_certified .col-sm-6 {
  padding-top: 30px;
}


/*--------------------------------------------------------------
# subpage_title / sub_nav
--------------------------------------------------------------*/
#sub_title {
  padding-top: 190px;
  padding-bottom: 100px;
}

#sub_title h1 {
  color: #000;
}

@media only screen and (max-width:690px) {
  #sub_title h1 {
    text-align: center;
  }
}

#sub_title .sub_nav{
  position: absolute;
  right: 0;
  top: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

@media only screen and (max-width:770px) {
  #sub_title .sub_nav{
    top: -50px;
  }
}

#sub_title .sub_nav .sub_home {
  display: inline-flex;
  justify-items: center;
}

#sub_title .sub_nav .sub_home svg {
  fill: #202c5c
}

#sub_title .sub_nav .sub_home svg:hover {
  fill: #ED1C24;
}

#sub_title .sub_nav .sub_home a::after {
  position: relative;
  z-index: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 14px;
  border-right: 1px solid #AAAAAA;
  margin: 0px 10px;
}

#sub_title .sub_nav .sub_home a:hover {
  color: #E35A60;
}

#sub_title .sub_nav .sub_home span {
  font-size: 18px;
  color: #202C5C;
  font-weight: 500;
}

/*--------------------------------------------------------------
# sub_Intro Section
--------------------------------------------------------------*/

#sub_intro,
#sub_intro2,
#sub_intro3 {
  height: 600px;
}


#sub_intro3::before,
#sub_intro2::before,
#sub_intro::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 100;
}

#sub_intro3::before,
#sub_intro2::before {
  height: 600px;
}

#sub_intro3::before,
#sub_intro::before {
  animation: zoom-in-zoom-out 1.5s ease;
}

#sub_intro.sub01::before {
  background: url(/img/subvisual01.png);
  background-size: cover;
  background-position: 50% 50%;
}

#sub_intro2.sub02::before {
  background: url(/img/prod_img_back_1.png);
  background-size: cover;
}

#sub_intro2.sub03::before {
  background: url(/img/prod_img_back_2.png);
  background-size: cover;
}

#sub_intro2.sub04::before {
  background: url(/img/prod_img_back_3.png);
  background-size: cover;
}

#sub_intro2.sub05::before {
  background: url(/img/prod_img_back_4.png);
  background-size: cover;

}

#sub_intro3.sub06::before {
  background: url(/img/img_back_4.png);
  background-size: cover;
}

#sub_intro3.sub07::before {
  background: url(/img/img_back_5.png);
  background-size: cover;
}


@media only screen and (max-width:768px) {
  #sub_intro.sub01::before,
  #sub_intro2.sub02::before,
  #sub_intro2.sub03::before,
  #sub_intro2.sub04::before,
  #sub_intro2.sub05::before,
  #sub_intro2.sub06::before,
  #sub_intro2.sub07::before {
    background-size: cover;
    background-repeat: no-repeat;
  }
}

#sub_intro3 .container-xxl,
#sub_intro2 .container-xxl,
#sub_intro .container-xxl {
  position: relative;
}

#sub_intro .intro-info {
  z-index: 101;
  margin-left: 5%;
}

#sub_intro3 .intro-info,
#sub_intro2 .intro-info {
  z-index: 101;
  width: 100%;
}

#sub_intro3 .intro-info h4,
#sub_intro2 .intro-info h4 {
  color: #fff;
  width: 40%;
  word-break: keep-all;
  line-height: 45px;
}


@media only screen and (max-width:993px) {
  #sub_intro3 .intro-info h4 {
    width: 100%;
    text-align: center;
    word-break: keep-all;
  }
}

#sub_intro2 .sub_intro2_img {
  position: absolute;
  right: 0;
  z-index: 100;
  width: clamp(280px, 690px, 50%);
  top: 50%;
  transform: translateY(-50%);
}

#sub_intro .intro-info h3 {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
}

#sub_intro .intro-info h3 span {
  font-weight: 100;
  display: block;
}

#sub_intro2 .intro-info h2 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#sub_intro2 .intro-info h1 {
  font-size: 52px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width:991px) {
  #sub_intro .intro-info h4,
  #sub_intro .intro-info h3 {
    opacity: 1 !important;
    font-size: 38px;
  }
}

@media only screen and (max-width:900px) {
  #sub_intro2 {
   height: auto;
   position: relative;
  }


  #sub_intro2.sub03::before {
    background-position: 100% 50%;
  }

  #sub_intro2::before {
    height: 100%;
  }

  #sub_intro2 .container-xxl {
    position: relative;
    flex-direction: column;
  }

  #sub_intro2 .sub_intro2_img {
    position: relative;
    right: unset;
    top: unset;
    transform: unset;
    margin: 0 auto;
    padding: 50px 0;
  }

  #sub_intro2 .intro-info {
    text-align: center;
  }

  #sub_intro2 .intro-info h4 {
    width: 100%;
    line-height: 45px;
    padding:0 10% 50px;
  }
}


@media only screen and (max-width:690px) {
  #sub_intro2 .intro-info h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width:430px) {
  #sub_intro2 .intro-info h4 {
    font-size: 22px;
    line-height: 32px;
  }
}


/*--------------------------------------------------------------
# sub_information Section
--------------------------------------------------------------*/
#sub_information {
  padding-bottom: 100px;
  padding-top: 100px;
  border-bottom: 1px solid #ddd;
}


#sub_information .title {
  padding-right: clamp(30px, 4.0vw, 100px);
  word-break: break-word;
  letter-spacing: -3px;
  color: #000;
  line-height: clamp(55px, 7.0vw, 75px);
}

#sub_information .title.prod_moniter {
  color: #007A99;
}

#sub_information .title.prod_notebook {
  color: #273961;
}

#sub_information .title.prod_printer {
  color: #0CA900;
}

#sub_information .title.prod_maintenance {
  color: #7E1CED;
}

#sub_information .text h4 {
  color: #000;
}

@media only screen and (max-width:991px) {
  #sub_information .title {
    text-align: center;
    padding:0 0 50px 0;
    word-break: keep-all;
    
  }

  #sub_information .text h4 {
    text-align: center;
  }
}


#sub_information .text h4 span {
  font-weight: normal;
}


#sub_information .text {
  font-size: 18px;
  color: #181A1E;
  word-break: keep-all;
}

#sub_information .text span {
  font-weight: 600;
}


#sub_information .sub_title {
  font-size: 20px;
  font-weight: bold;
  color: #1f2c5c;
  padding-top: 35px;
}

#sub_information .sub_text {
  padding-top: 15px;
  width: 85%;
}

/*--------------------------------------------------------------
# sub_aobut_1
--------------------------------------------------------------*/

#sub_about_1,
#sub_about_3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#sub_about_1 .title {
  color: #000;
  padding-bottom: 100px;
}

#sub_about_1 .text_area {
  text-align: center;
  border-right: 1px solid #DDD;
}

#sub_about_1 .text_area:last-child {
  border-right: 0px;
}

#sub_about_1 .text_area img {
  height: 120px;
  width: auto;
}

#sub_about_1 .text_area .title {
  font-size: 32px;
  font-weight: 600;
  color: #181A1E;
  padding-top: 50px;
  padding-bottom: 0px;
}

#sub_about_1 .text_area .text {
  padding: 0 20%;
  font-weight: normal;
  font-size: 18px;
  color: #181A1E;
  word-break: keep-all;
}

@media only screen and (max-width:890px) {
  #sub_about_1 .text_area .text {
    padding: 0 10%;
  }
}

@media only screen and (max-width:768px) {
  #sub_about_1 .title {
    padding-bottom: 50px;
  }

  #sub_about_1 .text_area {
    border-right: 0px;
    position: relative;
    padding: 40px 0;
  }

  #sub_about_1 .text_area:last-child {
    border-bottom: 0px;
  }

  #sub_about_1 .text_area::before {
    content: '';
    width: 90%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 5%;
    bottom: 0px;
  }

  #sub_about_1 .text_area:last-child::before {
    display: none;
  }

  #sub_about_1 .text_area .title {
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
# sub_aobut_2
--------------------------------------------------------------*/
#sub_about_2 {
  position: relative;
  display: block;
  width: 100%;
  background: url(/img/about_b1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}


#sub_about_2 .text_box {
  height: 550px;
  width: 100%;
}

#sub_about_2 .text_box .title {
  width: 50%;
  word-break: keep-all;
}

@media only screen and (max-width:850px) {
  #sub_about_2 .text_box .title {
    width: 100%;
    line-height: 50px;
  }
}

@media only screen and (max-width:690px) {
  #sub_about_2 .text_box .title {
    font-size: 24px;
    line-height: 40px;
  }
}

@media only screen and (max-width:460px) {
  #sub_about_2 .text_box .title {
    font-size: 18px;
    line-height: 24px;
  }
}


/*--------------------------------------------------------------
# sub_aobut_3
--------------------------------------------------------------*/
#sub_about_3 .title,
#sub_about_3 h6,
#sub_aobut_agency .title,
#sub_aobut_agency h6,
#location .title {
  color: #181A1E;
}

#sub_about_3 .title_text,
#sub_aobut_agency .title_text,
#location .title_text {
  font-size: 18px;
  color: #181A1E;
}

#sub_about_3 .contact_box {
  background-color: #F6F6F6;
  padding: 50px 20px 70px;
  border-radius: 32px;
  margin: 0 0.5%;
  width: 19%;
}

#sub_about_3 .contact_box .title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 15px 0;
  letter-spacing: -0.5px;
}

#sub_about_3 .contact_box .title:first-of-type {
  padding-top: 25px;
  padding-bottom: 0px;
}

#sub_about_3 .contact_box span {
  word-break: keep-all;
  font-size: 16px;
  font-weight: 400;
  color: #707070;
  letter-spacing: -0.5px;
}

@media only screen and (max-width:1399px) {
  #sub_about_3 .contact_box {
    padding: 50px 20px;
  }

  #sub_about_3 .contact_box span {
    font-size: 15.5px;
    letter-spacing: -1px;
  }
}

@media only screen and (max-width:1399px) {
  #sub_about_3 .contact_box {
    width: 32%;
    max-width: 32%;
    flex:1 1 32%;
    margin-bottom: 20px;
  } 

  #sub_about_3 .contact_box span {
    font-size: 16px;
    letter-spacing: -0.5px;
  }
}

@media only screen and (max-width:768px) {
  #sub_about_3 .contact_box {
    width: 49%;
    max-width: 49%;
    flex:1 1 49%;
  } 
}

@media only screen and (max-width:576px) {
  #sub_about_3 .row {
      justify-content: center;
    }

  #sub_about_3 .contact_box {
    width: 100%;
    max-width: 100%;
    flex:1 1 100%;
    margin:0 0 20px 0;
  } 
}

/*--------------------------------------------------------------
# sub_aobut_agency
--------------------------------------------------------------*/
#sub_aobut_agency {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F6F6F6;
}

#sub_aobut_agency .agency_map {
  padding-top: 100px;
}

#sub_aobut_agency .agency_map img {
  width: 100%;
  max-width: 1050px;
  height: auto;
}

/*--------------------------------------------------------------
# location section
--------------------------------------------------------------*/
#location {
  padding-top: 100px;
  padding-bottom: 100px;
}

#location h6 {
  font-weight: 600;
  color: #262262;
}

#map {
  height: 500px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

#location .adder {
  width: calc(100% - 120px);
  margin: 100px 60px 0;
}

#location .adder h3 {
  font-size: 24px;
  color: #262262;
  font-weight: bold;
  text-align: left;
}

#location .adder .adder_inform {
  width: 100%;
  display: inline-flex;
  text-align: left;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
}

#location .adder .adder_inform ul:first-child {
  width: 30%;
  background-color: #F6F6F6;
}

#location .adder .adder_inform ul:first-child li {
  font-weight: 600;
}

#location .adder .adder_inform ul:last-child {
  width: 70%;
}

#location .adder .adder_inform ul li {
  padding: 15px 30px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  color: #000
}

@media only screen and (max-width:570px) {
  #location .adder {
    width: calc(100% - 60px);
    margin: 50px 30px 0;
  }
}


@media only screen and (max-width:500px) {
  #location .adder {
    width: calc(100% - 20px);
    margin: 30px 10px 0;
  }
}

@media only screen and (max-width:460px) {
  #location .adder .adder_inform ul li {
    padding: 10px;
    font-size: 14px;
  }
}



/*--------------------------------------------------------------
# client-benner section
--------------------------------------------------------------*/
#client_benner {
  width: 100%;
}

#client_benner p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 400;
}

#client_benner p span {
  font-weight: 600;
}


#client_benner .client-gallery {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D7D7D7;
  border-top: 1px solid #D7D7D7;
}

#client_benner .client-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
  position: relative;
}

#client_benner .client-box:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  border-right: 1px solid #D7D7D7;
  left: 0;
}

#client_benner .client-box img {
  max-width: 150px;
  height: auto;
}

/*--------------------------------------------------------------
# sub_content section
--------------------------------------------------------------*/
#sub_content_1,
#sub_content_2,
#sub_content_3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

#sub_content_1 {
  background-color: #F6F6F6;
}

#sub_content_1 h2,
#sub_content_2 h2,
#sub_content_3 h2,
#sub_order h2,
#sub_product h2 {
  color: #181A1E;
}

#sub_content_1 h6 {
  font-family: 'OneStore_Body', sans-serif;
  color: #273961;
  text-align: center;
  font-weight: 600;
  width: 100%;
  background-color: #fff;
  padding: 30px 0;
}

#sub_content_1 .img_box img{
  width: 100%;
  height: auto;
}

#sub_content_1 .printer_area .col-md-4 {
  padding-right: 15px;
}

#sub_content_1 .printer_box {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.3);
  height: 100%;
}

#sub_content_1 .printer_box h6 {
  padding-top:50px;
  padding-bottom: 0px;
  background-color: transparent;
}

@media only screen and (max-width:870px) {
  #sub_content_1 .printer_box h6 {
    font-size: 22px;
  }
}

#sub_content_1 .printer_box img {
  border-radius: 30px 30px 0 0;
}

#sub_content_1 .maintenance_box p,
#sub_content_1 .printer_box p {
  font-size: 22px;
  color: #181A1E;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0px;
  padding: 0 15% 30px;
  word-break: keep-all;
}

#sub_content_1 .maintenance_box{
  background-color: #fff;
  height: 100%;
}

#sub_content_1 .maintenance_box h6 {
  padding-top:50px;
  padding-bottom: 0px;
}

#sub_content_1 .maintenance_box p {
  font-size: 20px;
  line-height: 30px;
  padding: 0 2.5% 30px;
  word-break: keep-all;
}


@media only screen and (max-width:1020px) {
  #sub_content_1 .printer_box p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 10% 50px;
  }
}

@media only screen and (max-width:767px) {
  #sub_content_1 .printer_area .col-md-4 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 30px;
  }

  #sub_content_1 .printer_box {
    display: inline-flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #sub_content_1 .printer_box img {
    border-radius: 25px 0px 0px 25px;
    width: 45%;
  }

  #sub_content_1 .printer_box h6 {
    padding-top: 0px;
  }

  #sub_content_1 .printer_box p {
    padding: 0 2.5%;
  }
}

@media only screen and (max-width:510px) {
  #sub_content_1 .printer_box {
    flex-direction: column;
  }

  #sub_content_1 .printer_box img {
    border-radius: 30px 30px 0 0;
    width: 100%;
  }

  #sub_content_1 .printer_box h6 {
    padding-top: 30px;
  }

  #sub_content_1 .printer_box p {
    padding: 0 2.5% 30px;
  }
}



#sub_content_2 .content_box {
  display: inline-flex;
  padding-bottom: 50px;
  padding-top: 50px;
}

#sub_content_2 .content_box:nth-child(1),
#sub_content_2 .content_box:nth-child(2) {
  border-bottom: 1px solid #ddd;
}

#sub_content_2 .content_box .eng {
  font-size: 30px;
  color: #ddd;
  font-weight: 600;
  padding-right: 30px;
  line-height: 32px;
}

#sub_content_2 .content_box h4 {
  font-size: 30px;
  color: #273961;
  font-weight: 600;
}

#sub_content_2 .content_box p {
  margin: 0px;
  font-size: 18px;
  font-weight: 400;
  color: #181A1E;
  text-indent: -10px;
}

#sub_content_3 .col-md {
  padding-bottom: 30px;
}

#sub_content_3 .printer_icon {
  border: 10px #ddd solid;
  border-radius: 50px;
  text-align: center;
  padding-top: 50px;
}

#sub_content_3 .printer_icon p {
  font-size: 24px;
  font-weight: 600;
  color: #707070;
  padding-top: 50px;
  margin-bottom: 50px;
}


@media only screen and (max-width:1470px) {
  #sub_content_3 .printer_icon {
    padding-top: 40px;
  }

  #sub_content_3 .printer_icon img {
    width: 130px;
    height: auto;
  }

  #sub_content_3 .printer_icon p {
    font-size: 20px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:1270px) {
  #sub_content_3 .printer_icon img {
    width: 110px;
    height: auto;
  }

  #sub_content_3 .printer_icon p {
    font-size: 18px;
  }
}

@media only screen and (max-width:1100px) {
  #sub_content_3 .col-md {
    width: 25%;
  }
}

@media only screen and (max-width:940px) {
  #sub_content_3 .printer_icon img {
    width: 105px;
    height: auto;
  }
}


@media only screen and (max-width:860px) {
  #sub_content_3 .col-md {
    width: 33.3333%;
  }

  #sub_content_3 .printer_icon img {
    width: 110px;
    height: auto;
  }
}

@media only screen and (max-width:700px) {
  #sub_content_3 .col-md {
    width: 50%;
  }

  #sub_content_3 .printer_icon img {
    width: 120px;
    height: auto;
  }
}


@media only screen and (max-width:460px) {
  #sub_content_3 .col-md {
    padding-bottom: 20px;
  }

  #sub_content_3 .printer_icon {
    padding-top: 30px;
  }

  #sub_content_3 .printer_icon img {
    width: 105px;
    height: auto;
  }

  #sub_content_3 .printer_icon p {
    font-size: 16px;
  }
}

@media only screen and (max-width:430px) {
  #sub_content_3 .col-md {
    width: 50%;
    padding-right: calc(var(--bs-gutter-x) * 0.1);
    padding-left: calc(var(--bs-gutter-x) * 0.1);
  }

  #sub_content_3 .printer_icon img {
    width: 120px;
    height: auto;
  }
}

@media only screen and (max-width:399px) {
  #sub_content_3 .printer_icon {
      border: 8px #ddd solid;
      border-radius: 30px;
  }

  #sub_content_3 .printer_icon img {
    width: 105px;
    height: auto;
  }
}

@media only screen and (max-width:370px) {
  #sub_content_3 .col-md {
    padding-right: calc(var(--bs-gutter-x) * 0.3);
    padding-left: calc(var(--bs-gutter-x) * 0.3);
  }

  #sub_content_3 .printer_icon {
      border: 0;
      border-radius: 0px;
  }

  #sub_content_3 .printer_icon p {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}



/*--------------------------------------------------------------
# sub_Order section
--------------------------------------------------------------*/
#sub_order,
#sub_product {
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid #ddd;
}

#sub_order .circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border: 25px solid;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  aspect-ratio: 1;
}

#sub_order .col-md-2{
  padding:0px;
}

#sub_order .col-md-2:not(:last-child) .circle::after {
  content: '';
  width: 85px;
  height: 0;
  border-bottom: 1px dashed #bcbcbc;
  position: absolute;
  top: 50%;
  left: 150px;
  z-index: -1;
}

#sub_order .circle .num {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
}

#sub_order .circle .title {
  font-size: 22px;
  font-weight: 400;
  color: #181A1E;
  line-height: 25px;
  margin: 0;
  padding-top: 5px;
  text-align: center;
}

#sub_order .text {
  display: block;
  position: relative;
  width: 210px;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -1.5px;
  padding-top: 50px;
  font-size: 18px;
  font-weight: 400;
  color: #273961;
}


@media only screen and (max-width:1318px) {
  #sub_order .circle {
    border: 16px solid;
    width: 180px;
    height: 180px;
  }

  #sub_order .circle .num {
    font-size: 24px;
  }

  #sub_order .circle .title {
    font-size: 18px;
    line-height: 18px;
  }

  #sub_order .text {
    width: 175px;
    font-size: 16px;
  }
}

@media only screen and (max-width:1085px) {
  #sub_order .circle {
    border: 16px solid;
    width: 160px;
    height: 160px;
    align-items: center;
  }

  #sub_order .circle .title {
    font-size: 16px;
  }

  #sub_order .text {
    width: 160px;
    font-size: 15.5px;
  }
}

@media only screen and (max-width:970px) {
  #sub_order .col-md-2{
    padding-left:10%;
    padding-right:10%;
    padding-bottom: 30px;
    display: inline-flex;
    width: 100%;
    align-items: center;
  }

  #sub_order .col-md-2:not(:last-child) .circle::after {
    width: 1px;
    height: 120px;
    border-left: 1px dashed #bcbcbc;
    top: 130px;
    left: 64px;
  }

  #sub_order .text {
    width: calc(90% - 175px);
    font-size: 18px;
    text-align: left;
    padding:20px 5%;
  }
}

@media only screen and (max-width:570px) {
  #sub_order .col-md-2{
    padding-left:5%;
    padding-right:5%;
    padding-bottom: 20px;
  }

  #sub_order .text {
    width: 100% ;
    font-size: 16px;
    padding:20px 3%;
  }
}


#sub_order .col-md-2:nth-child(1) .circle,
#sub_order .col-md-2:nth-child(1) .circle .num {
  border-color: #e3f2ff;
  color: #e3f2ff;
}

#sub_order .col-md-2:nth-child(2) .circle,
#sub_order .col-md-2:nth-child(2) .circle .num {
  border-color: #6DA4FC;
  color: #6DA4FC;
}

#sub_order .col-md-2:nth-child(3) .circle,
#sub_order .col-md-2:nth-child(3) .circle .num {
  border-color: #2E77ED;
  color: #2E77ED;
}

#sub_order .col-md-2:nth-child(4) .circle,
#sub_order .col-md-2:nth-child(4) .circle .num {
  border-color: #264DBD;
  color: #264DBD;
}

#sub_order .col-md-2:nth-child(5) .circle,
#sub_order .col-md-2:nth-child(5) .circle .num {
  border-color: #1F3986;
  color: #1F3986;
}

#sub_order .col-md-2:nth-child(6) .circle,
#sub_order .col-md-2:nth-child(6) .circle .num {
  border-color: #273961;
  color: #273961;
}

#sub_order .col-md-2:nth-child(1) .circle.printer,
#sub_order .col-md-2:nth-child(1) .circle.printer .num {
  border-color: #89FF80;
  color: #89FF80;
}

#sub_order .col-md-2:nth-child(2) .circle.printer,
#sub_order .col-md-2:nth-child(2) .circle.printer .num {
  border-color: #3FDD33;
  color: #3FDD33;
}

#sub_order .col-md-2:nth-child(3) .circle.printer,
#sub_order .col-md-2:nth-child(3) .circle.printer .num {
  border-color: #2DC522;
  color: #2DC522;
}

#sub_order .col-md-2:nth-child(4) .circle.printer,
#sub_order .col-md-2:nth-child(4) .circle.printer .num {
  border-color: #1FAB15;
  color: #1FAB15;
}

#sub_order .col-md-2:nth-child(5) .circle.printer,
#sub_order .col-md-2:nth-child(5) .circle.printer .num {
  border-color: #16940D;
  color: #16940D;
}

#sub_order .col-md-2:nth-child(6) .circle.printer,
#sub_order .col-md-2:nth-child(6) .circle.printer .num {
  border-color: #0E7207;
  color: #0E7207;
}


#sub_order .col-md-2:nth-child(1) .circle.maintenance,
#sub_order .col-md-2:nth-child(1) .circle.maintenance .num {
  border-color: #DCCEEB;
  color: #DCCEEB;
}

#sub_order .col-md-2:nth-child(2) .circle.maintenance,
#sub_order .col-md-2:nth-child(2) .circle.maintenance .num {
  border-color: #C2A8DF;
  color: #C2A8DF;
}

#sub_order .col-md-2:nth-child(3) .circle.maintenance,
#sub_order .col-md-2:nth-child(3) .circle.maintenance .num {
  border-color: #AD80E0;
  color: #AD80E0;
}

#sub_order .col-md-2:nth-child(4) .circle.maintenance,
#sub_order .col-md-2:nth-child(4) .circle.maintenance .num {
  border-color: #A368E5;
  color: #A368E5;
}

#sub_order .col-md-2:nth-child(5) .circle.maintenance,
#sub_order .col-md-2:nth-child(5) .circle.maintenance .num {
  border-color: #8636E0;
  color: #8636E0;
}

#sub_order .col-md-2:nth-child(6) .circle.maintenance,
#sub_order .col-md-2:nth-child(6) .circle.maintenance .num {
  border-color: #7E1CED;
  color: #7E1CED;
}


/*--------------------------------------------------------------
# Sub_Product section
--------------------------------------------------------------*/
#sub_product .prod_box {
  display: flex;
  position: relative;
  background-color: #F6F6F6;
  padding: 100px 25px;
  border-radius: 20px;
  height: 100%;
}

@media only screen and (max-width:1260px) {
  #sub_product .prod_box {
    flex-direction: column;
  }

  #sub_product .prod_box .col-md-5{
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
  }

  #sub_product .prod_box .col-md-5 img{
    width: 500px;
  }


  #sub_product .prod_box .col-md-7{
    width: 100%;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width:576px) {
  #sub_product .prod_box{
    padding:40px 20px;
  } 
}


@media only screen and (max-width:510px) {
   #sub_product .prod_box .col-md-7{
    padding-right: 0;
  } 

   #sub_product .prod_box .col-md-7.ps-4{
    padding-left:0 !important;
   }
}


#sub_product .prod_box .prod_spec {
  font-family: 'OneStore_Body', sans-serif;
}

#sub_product .prod_box .prod_spec h6 {
  color: #181A1E;
  font-weight: 600;
  margin-bottom: 10px;
  word-break: keep-all;
  font-size: 20px;
}

#sub_product .prod_box .prod_spec .prod_model_select {
  font-size: 18px;
  color: #273961;
  padding-bottom: 5px;
  font-weight: 600;
  margin-bottom: 0px;
  font-family: 'Noto Sans KR', sans-serif;
}


#sub_product .prod_box .prod_spec .prod_model_name {
  font-size: 18px;
  color: #181A1E;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}

#sub_product .prod_box .prod_spec .prod_model_txt {
  padding-top: 10px;
  font-size: 18px;
  color: #707070;
  word-break: keep-all;
  letter-spacing: -1.3px;
  margin-bottom: 0px;
}

#sub_product .prod_box .prod_spec .prod_spec_list {
  font-family: 'Noto Sans KR', sans-serif;
}

#sub_product .prod_box .prod_spec .prod_spec_list ul {
  border-bottom: 1px solid #ddd;
  width: 100%;
  overflow: hidden;
}

#sub_product .prod_box .prod_spec .prod_spec_list ul li {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #181A1E;
}

#sub_product .prod_box .prod_spec .prod_spec_list ul li:first-child {
  padding-left: 10px;
  font-weight: 600;
}

#sub_product .prod_box .prod_spec .prod_spec_list ul li:last-child {
  padding-right: 10px;
  float: right;
  font-weight: 400;
  text-align: right;
}

/*--------------------------------------------------------------
# Sub_client Section
--------------------------------------------------------------*/
#sub_content_2 .client_area .client_img {
  padding: 25px 50px;
  border: 1px solid #ddd;
}

#sub_content_2 .client_area p {
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  color: #565656;
  font-weight: 500;
  margin-bottom: 50px;
}

@media only screen and (max-width:1120px) {
  #sub_content_2 .client_area .col-md {
    width: 25%;
  }

  #sub_content_2 .client_area .client_img {
    padding: 25px;
  }
}


@media only screen and (max-width:850px) {
  #sub_content_2 .client_area .col-md {
    width: 33.3333%;
  }

  #sub_content_2 .client_area p {
    font-size: 15.5px;
    word-wrap: break-word
  }
}

@media only screen and (max-width:580px) {
  #sub_content_2 .client_area .col-md {
    width: 50%;
    text-align: center;
  }

  #sub_content_2 .client_area .client_img {
    padding: 15px 10px;
  }
}

/*--------------------------------------------------------------
# Sub_Deliver Section
--------------------------------------------------------------*/
#sub_content_2 .deliver_area .modal_pop {
  cursor: pointer;
}

#sub_content_2 .deliver_area .deliver_box {
  border-bottom: 1px solid #ddd;
  /*padding-bottom: 20px;*/
  /*margin-bottom: 50px;*/
  height: 100%;
}

#sub_content_2 .deliver_area .deliver_box p {
  font-size: 18px;
  color: #181A1E;
  font-weight: 400;
  padding: 20px 3%;
  margin-bottom: 0;
}

#sub_content_2 .deliver_area .deliver_box span {
  font-size: 16px;
  color: #ddd;
  font-weight: 400;
  padding: 0 3%;
}

.blog_link {
  display: inline-flex;
  align-items: center;
  border-radius: 60px;
  background-color: #07C55B;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  font-family: 'OneStore_Body', sans-serif;
  padding: 15px 75px;
}

@media only screen and (max-width:880px) {
  .blog_link {
    font-size: 20px;
    padding: 15px 40px;
  }
}

.blog_link:hover {
  background-color: #0CA900;
}

.blog_link img {
  width: auto;
  height: 45px;
}

@media only screen and (max-width:992px) {
  #sub_content_2 .deliver_area .col-md {
    width: 25%;
  }
}

@media only screen and (max-width:880px) {
  .blog_link {
    font-size: 20px;
    padding: 15px 40px;
  }
}

@media only screen and (max-width:768px) {
  #sub_content_2 .deliver_area .col-md {
    width: 33.3333%;
  }
}

@media only screen and (max-width:720px) {
  .blog_link {
    font-size: 18px;
    padding: 15px 30px;
  }

  .blog_link img {
    width: auto;
    height: 35px;
  }
}

@media only screen and (max-width:620px) {
  .blog_link_txt {display: none;}
}

@media only screen and (max-width:576px) {
  #sub_content_2 .deliver_area .col-md {
    width: 50%;
  }

  #sub_content_2 .deliver_area .deliver_box p {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# modal Section
--------------------------------------------------------------*/
.modal-content {
  background-color: #fff;
  border-radius: 0;
  padding: 50px;
}

@media only screen and (max-width:576px) {
  .modal-content {
    padding: 30px;
  }  
}

.modal-content .modal-header .modal-title {
  font-family: 'Noto Sans KR', sans-serif;
  width: calc(100% - 40px);
}

.modal-content .btn-close {
  --bs-btn-close-color: #555;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #555;
  border-radius: 0;
}

.modal-content .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.modal-content .modal_date {
  width: 100%;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 50px;
}

.modal-content .modal_date p {
  font-size: 16px;
  font-weight: 400;
  color: #ddd;
  margin-bottom: 0px;
}

.modal-body {
  padding: 0px;
}