@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/variable/pretendardvariable.css");

@font-face {
    font-weight: 700;
    font-family: 'ROKA';
    src: url('/public/font/ROKA/ROKABold.woff') format('woff'),
         url('/public/font/ROKA/ROKABold.ttf') format('truetype');
}
@font-face {
    font-weight: 500;
    font-family: 'ROKA';
    src: url('/public/font/ROKA/ROKAMedium.woff') format('woff'),
         url('/public/font/ROKA/ROKAMedium.ttf') format('truetype');
}

/* 주요색상 */
:root {
    --page-point-color: #0067b9;
    --page-point-color-on: #004c87;
    --page-secondary-color: #70bf44;
}

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Pretendard Variable', 'notokr', sans-serif;
    letter-spacing: -0.03em;
    color: #222;
}

.btn {
    transition: all ease .15s;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a[href^="mailto"] {
    color: inherit;
}

p {
    line-height: 1.6em;
}

.btn.btn-primary {
    background-color: var(--page-point-color);
    border-color: var(--page-point-color);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: var(--page-point-color-on);
    border-color: var(--page-point-color-on);
}

h1, h2, h3, h4, h5, h6, p, li, td, dt, dd, figcaption {
    word-break: keep-all;
}

/* 불필요 항목 삭제 */
.navbar .caret{display:none;}

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;border:0}

.navbar-inverse .navbar-brand img {
    height: 50px;
    margin-top: 5px;
}

.navbar-inverse .navbar-nav > li > a{font-size:18px;font-weight:600;color: #111;letter-spacing: 0;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#111;}

.navbar-inverse .navbar-nav > li > a::before {
    content: '';
    bottom: 28px;
    left: 50%;
    width: calc(100% - 60px);
    height: 2px;
    position: absolute;
    background: var(--page-point-color);
    transform: translateX(-50%);
    transition: opacity 0.3s;
    opacity: 0;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{background:none;color:#111;}

@media (max-width: 767px) {
 .navbar-inverse .navbar-toggle{border:0;padding:18px 0;}
 .navbar-inverse .navbar-toggle .icon-bar{background-color:#333;transition:ease-in-out .15s all;opacity:1;position:relative;}
 .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:var(--page-point-color);}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:var(--page-point-color);}
 .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}

 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
 .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu{
      left:50%;
      right:auto;
      transform:translate(-50%, 0);
      border-radius: 0;
      border: 0;
      padding: 15px 0;
      background: #fff;
      -webkit-box-shadow:0 4px 8px rgba(0,0,0,.125);
      box-shadow:0 4px 8px rgba(0,0,0,.125);
      animation-fill-mode:both;
      animation-duration:0.4s;
      animation-name:fadeIn;
      overflow: hidden;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li>a{
      padding: 12px 15px;
      text-align:center;
      font-size: 16px;
      color: #888;
      font-weight: 500;
      border-radius:4px;
      letter-spacing: -0.015em;
    }
    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {border-bottom:0;}
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{
      color: var(--page-point-color);
      font-weight: 600;
      background: rgba(0,0,0,0);
    }

    .navbar-inverse .navbar-nav>li>a:hover::before,
    .navbar-inverse .navbar-nav>li>a:focus::before,
    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle::before,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle::before {
        opacity: 1;
    }
}
  
@media (min-width: 992px) {
    .navbar-inverse .navbar-nav > li > a{padding:35px 30px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;width: 10%;background: rgba(0,0,0,0) !important;}
.carousel-control.left .glyphicon::before{content:'\f053';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-control.right .glyphicon::before{content:'\f054';font-family:'Font Awesome 5 Free';font-weight:900;}
.carousel-indicators li{width: 11px;height: 11px;background-color:rgba(255,255,255,.1);border:1px solid #fff;margin: 0 4px;border-radius:0;transition:ease-in-out .15s all;}
.carousel-indicators li.active{width: 11px;height: 11px;background-color:#fff;margin: 0 4px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);transform:rotate(45deg);}

.carousel-caption {text-shadow:none;top: 51.5%;}

@media (max-width: 767px) {
 .carousel-control{font-size:14px;}
 .carousel-indicators li, .carousel-indicators li.active{width:9px;height:9px;}
}

/* 푸터 */
#site footer{margin-top:0px;background-color: #191e22;color: #7e8387;}
#site footer .footer-info{padding: 35px 0;}
#site footer .footer-info .container {
  position: relative;
}
#site footer .footer-info ul{position:relative;margin:0;padding:0;font-size:0}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:13px;margin-right:15px;line-height: 19px;letter-spacing:0;}
#site footer .footer-info ul li:first-child {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #a4a7a9;
    font-size: 14px;
}
#site footer .footer-info ul li .tit {
  position: relative;
  margin-right: 3px;
  font-weight: 300;
  color: #a5d8ff;
}
#site footer .footer-info ul li .tit:nth-of-type(2) {
  margin-left: 8px;
  padding-left: 10px;
}
#site footer .footer-info ul li .tit:nth-of-type(2)::before {
  content: '';
  top: 3px;
  left: 0;
  width: 1px;
  height: 11px;
  position: absolute;
  background: #777;
}
#site footer .footer-info ul li.copy {
    margin-top: 7px;
    font-size: 12px;
    letter-spacing: 0;
    opacity: 0.7;
}
#site footer .btn-privacy {
  top: 0;
  right: 0;
  position: absolute;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.6;
}
#site footer .btn-privacy:hover {
  text-decoration: underline;
  opacity: 1;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: calc(100vh - 230px);
}
#mainCarousel .carousel-caption h1 {
    position: relative;
    display: inline-block;
    margin: 0;
}
#mainCarousel .carousel-caption h1::before {
    /* content: ''; */
    top: 18px;
    left: 0;
    width: 105px;
    height: 105px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: url(/public/img/favicon/favicon_white.png) no-repeat center / cover;
}
#mainCarousel .carousel-caption h1 span {
    /* margin-left: -15px; */
    /* font-size: 45%; */
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    display: block;
}

#mainCarousel .carousel-caption h1 img {
    width: 326px;
}
#mainCarousel .carousel-caption p {
    font-size: 28px;
    font-weight: 500;
}

@media (max-width: 767px) {
  #mainCarousel .carousel-inner .item{height:calc(100vh - 361px)}
  #mainCarousel .carousel-caption{right:5%;left:5%}
  #mainCarousel .carousel-caption h1 span{margin-bottom:15px;font-size:17px}
  #mainCarousel .carousel-caption h1 img{width:200px}
  #mainCarousel .carousel-control{display:none}  
}

#section_a684ec {
  padding: 20px 0;
}

#section_b53b3a {
  min-height: 400px;
}

#section_b53b3a .container {
  width: 100%;
  padding: 0;
}

.root_daum_roughmap {
  width: 100% !important;
  padding: 0 !important;
}

.root_daum_roughmap .map_border {
  display: none !important;
}
 
@media (min-width: 767px) {
  #section_a684ec div[class^="board_box_"] {
    width: 50%;
  }
}

.board_box_blog2 .row {
  margin-left: -5px;
  margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.board_box_blog2 .inner {
  margin-top: 0;
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
  padding: 12px 10px;
}
  
.board_box_blog2 .inner .bottom .title {
  margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
  font-size: 14px;
}
  
.board_box_blog2 .inner .bottom .info {
  display: none;
}
  
.board_box_blog2 .inner .top a .thumb {
  height: 100px;
}

/* 메인 추가 스타일 */
#section1 {
    position: relative;
    background: #0068b9;
    overflow: hidden;
}
#section1::after {
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    background: #004174;
}
#section1 .container {
}
.box-main-banner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
    position: relative;
    z-index: 100;
}
.box-main-banner > .item a {
    width: 100%;
    height: 140px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0068b9;
    border-left: 1px solid rgb(255 255 255 / 15%);
}
/* 
.box-main-banner > .item:nth-child(4) a::before {
    content: '';
    bottom: 0;
    right: 5px;
    width: 16px;
    height: 85%;
    position: absolute;
    background: #000;
    transform: skew(19deg);
    opacity: 0.15;
    z-index: 110;
} */
.box-main-banner > .item:nth-child(4) a::before {
    content: '';
    bottom: 0;
    right: -10px;
    width: 56px;
    height: 100%;
    position: absolute;
    background: rgb(11 72 135);
    transform: skew(19deg);
    z-index: 110;
    box-shadow: 30px 0 30px -2px rgb(0 0 0 / 36%);
}
.box-main-banner > .item:nth-child(4) a::after {
    content: '';
    top: 50%;
    right: 0;
    height: 100%;
    position: absolute;
    border-bottom: 145px solid transparent;
    border-right: 50px solid #004174;
    border-radius: 0 5px 0 0;
    transform: translateY(-50%);
    z-index: 100;
}

.box-main-banner .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
    line-height: 1em;
}
.box-main-banner > .item:nth-child(4) .inner {
    padding-right: 40px;
}

.box-main-banner > .item:nth-child(4) a {
    width: 110%;
}
.box-main-banner .inner::before {
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    position: absolute;
    background: #1d88f7;
    transition: all cubic-bezier(0.27, 0.51, 0.38, 1.01) 0.35s;
    opacity: 0.5;
}
.box-main-banner a:hover .inner::before {
    width: 100%;
}
.box-main-banner .inner .icon,
.box-main-banner .inner .text {
    position: relative;
}

.box-main-banner .inner .icon {
    margin-left: -13px;
}
.box-main-banner .inner .icon > * {
    font-size: 38px;
    font-weight: 400;
    color: #a4ff71;
}
.box-main-banner .inner .text > .tit {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    height: 240px;
    position: relative;
    color: #fff;
    background: #333 url('/public/img/sub/bg_subTop.jpg') no-repeat center / cover;
    z-index: -1;
}
.subPage > .pageTop::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  opacity: 0.45;
  background: linear-gradient(to right, black, transparent);
}
.subPage > .pageTop .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop .inner {
    top: 55%;
    left: 50%;
    width: 100%;
    position: absolute;
    padding: 0 15px;
    transform: translate(-50%,-50%);
    /* text-align: center; */
}
.subPage > .pageTop h1,
.subPage > .pageTop h2 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.subPage > .pageTop h1 {
    margin-top: 40px;
}

/* Breadcrumb */
.subPage .breadcrumb {
    margin: 20px 0 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    background-color: transparent;
}
.subPage .breadcrumb .current {
    font-weight: 400;
}
.breadcrumb>li+li:before {
    content: '\f054';
    top: -1px;
    left: -1px;
    position: relative;
    padding: 0 6px;
    font-size: 8px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

/* Link */
.subPage .link {/* background: rgb(73 82 92 / 50%); *//* backdrop-filter: blur(12px); *//* margin-top: -60px; *//* background: #fff; *//* border-bottom: 1px solid #eaeaea; *//* box-shadow: 0 2px 6px rgba(0,0,0,0.05); */margin-top: 50px;}
.subPage .link ul {
    display: flex;
    /* padding: 0 250px; */
    justify-content: center;
}
.subPage .link ul > li {/* flex: 1; */text-align: center;padding: 0px 30px;}

.subPage .link ul > li + li::before {
    content: '';
    width: 1px;
    height: 13px;
    background: #d3d3d3;
    position: absolute;
    left: 0;
    top: 10px;
}
.subPage .link ul > li > a {
    letter-spacing: 0;
    transition: all 0.3s;
    color: #999;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 18px;
    padding: 1px 0;
    border-top: 2px solid #fff;
}
.subPage .link ul > li > a:hover,
.subPage .link ul > li > a:focus {
  background: transparent;
}
.subPage .link ul > li.active > a {
    font-weight: 600;
    color: #0070c9;
    border-top: 2px solid;
}
.subPage .link ul > li > a::after {
    /* content: ''; */
    left: 50%;
    top: 0;
    width: 0;
    height: 3px;
    position: absolute;
    background: #007adb;
    transform: translateX(-50%);
    transition: all 0.4s ease;
}
.subPage .link ul > li > a:hover {color: #555;}
.subPage .link ul > li > a:hover::after,
.subPage .link ul > li.active > a::after {
    width: 100%;
}

.subPage > .contents section {
    padding: 100px 0 130px;
}
.subPage > .contents .row:not(.page-title)+.row {
    margin-top: 120px;
}

.page-title {
  margin-bottom: 110px;
  text-align: center;
}
.page-title .desc {
  margin: 20px 0 0;
  font-weight: 600;
  color: #222;
  line-height: 1em;
  font-size: 18px;
  letter-spacing: -0.02em;
  background: linear-gradient(to right, #fff, #e7e7e7, #fff);
  display: inline-block;
  padding: 15px 50px;
  border-radius: 150px;
}

#solution01 .page-title .desc {
    background: linear-gradient(to right, #fff, #cce8ff, #fff);
    font-size: 22px;
    margin-top: 40px;
    border-radius: 0;
    padding: 20px 110px;
    letter-spacing: -0.035em;
    color: #004287;
}

#solution01 .page-title h1 {
}
.title-lv-1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.015em;
  line-height: 1;
}

.page-title img {
    display: inline-block;
}
.title-lv-2 {
  position: relative;
  margin: 0 0 30px;
  padding-left: 21px;
  font-size: 28px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1;
}
.title-lv-2::before {
  content: '';
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  background: var(--page-point-color);
  box-shadow: 0 11px 0 var(--page-secondary-color);
  border-radius: 10px;
}

.list-default {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}
.list-default > li {
  position: relative;
}

/* 회사소개 (페이지) */
.wrap-intro > .image {
    width: 30%;
    display: none;
}
.wrap-intro > .text {
    /* width: 92%; */
    /* padding-left: 60px; */
}
.list-intro {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.list-intro .logo {
    background: var(--page-point-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-intro .logo .inner {
}

.list-intro .logo img {
    filter: grayscale(1) brightness(100);
    max-width: 130px;
}
.list-intro > li:last-child {
    /* grid-column: span 2; */
}
.list-intro > li:not(.logo) .inner {
    /* display: flex; */
    /* align-items: center; */
    /* gap: 15px; */
    padding: 37px 30px 0 30px;
}

.list-intro > li {
    background: linear-gradient(135deg, #e7e7e7, #f8f8f8);
    min-height: 210px;
}
.list-intro > li .tit,
.list-intro > li .txt {
}
.list-intro > li .tit {
  margin: 0 0 11px;
  font-weight: 700;
  font-size: 15px;
  color: #0067b9;
  letter-spacing: -0.01em;
}

.list-intro > li .material-symbols-outlined {
    position: absolute;
    right: 27px;
    bottom: 33px;
    font-weight: 200;
    font-size: 42px;
    color: #a7a7a7;
    opacity: 0.7;
}
.list-intro > li .tit::before {
  content: '';
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  position: absolute;
  /* background: var(--page-point-color); */
}
.list-intro > li .txt {font-size: 20px;line-height: 1.35;font-weight: 700;letter-spacing: -0.02em;display: inline-block;}

.list-intro > li:last-child .txt {
    font-size: 14px;
}

/* 회사소개 (페이지) */
.wrap-history {
  /* margin-left: 14vw; */
  position: relative;
  display: flex;
  gap: 80px;
}

.wrap-history > div {
    flex: 1;
}

.wrap-history .history {border-top: 2px solid #333;}
/* .wrap-history::before {
  content: '';
  top: 0;
  left: 28%;
  width: 6px;
  height: 98%;
  position: absolute;
  margin-left: -6px;
  background: #eee;
  border-top: 19px solid #fff;
} */
.wrap-history .block {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 45px 0;
}
.wrap-history .block+.block {
}
.wrap-history .left {
  flex-basis: 39%;
  position: relative;
}
.wrap-history .left::after {
  content: '';
  top: 23px;
  right: 0;
  width: 25%;
  height: 1px;
  position: absolute;
  /* border-top: 2px dotted #ccc; */
}
.wrap-history .left .year {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  color: var(--page-point-color);
  line-height: 1;
}
.wrap-history .right {
  flex-basis: 60%;
  position: relative;
  padding-top: 8px;
}
/* .wrap-history .right::before {
  content: '';
  top: 17px;
  left: -10px;
  width: 13px;
  position: absolute;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  border: 2px solid var(--page-point-color);
} */
.wrap-history .right ul > li {
  display: grid;
  grid-template-columns: 55px auto;
  margin-bottom: 0px;
}
.wrap-history .right ul > li:last-child {
  margin-bottom: 0;
}
.wrap-history .right .month {
  font-weight: 700;
}

/* 오시는길 (페이지) */
.box-location .info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 21px 35px;
  padding: 36px 0;
}
.box-location .info ul > li {
  display: flex;
  padding-top: 5px;
  padding-left: 30px;
  letter-spacing: 0;
  line-height: 1em;
}
.box-location .info ul > li .tit {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 700;
}
.box-location .info ul > li .tit-sub {
  margin: 0 8px;
  font-size: 92%;
  font-weight: 600;
  color: #888;
}
.box-location .info ul > li.addr {
  flex-basis: 100%;
  padding-top: 0;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.3em;
}
.box-location .info ul > li::before {
  content: '';
  top: 1px;
  left: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1;
  color: #fff;
  text-align: center;
  background: #333;
  border-radius: 30px;
}
.box-location .info ul > li.addr::before {
  content: '\e0c8';
  font-size: 32px;
  color: var(--page-point-color);
  background: transparent;
}
.box-location .info ul > li.tel::before {
  content: '\e0b0';
}
.box-location .info ul > li.fax::before {
  content: '\e873';
}
.box-location .info ul > li.email::before {
  content: '\e0e6';
}

/* 주요사업 (페이지) */
.box-biz {
  text-align: center;
}
.box-biz .tit {
  position: relative;
  margin: 0 0 60px;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 32px;
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid #555;
}
.box-biz ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
  /* background: #005faa; */
  /* padding: 50px; */
}
.box-biz ul li {
  padding: 40px 10px;
  font-size: 18px;
  background: #f7f7f7;
  font-weight: 600;
  background: linear-gradient(135deg, #f8f8f8, #e7e7e7, #f7f7f7);
}

.box-biz ul > li::before {}
.box-biz ul li .icon {
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-biz ul li .icon > * {
  font-size: 57px;
  font-weight: 400;
  color: var(--page-point-color);
  position: relative;
  z-index: 1;
}

/* 솔루션 공통 스타일 */
.wrap-solution .sol-top {
  margin-bottom: 90px;
  text-align: center;
}
.wrap-solution .sol-top .tit {
  margin: 0 0 32px;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 32px;
  display: inline-block;
  line-height: 1.5
}
.wrap-solution .sol-top .tit-sub {margin: 0 0 32px;font-weight: 600;letter-spacing: -0.03em;font-size: 32px;display: inline-block;}
.wrap-solution .sol-top p {
  font-size: 18px;
  padding: 0 90px;
  line-height: 1.64;
  color: #111;
}

.wrap-solution .sol-top p + p {
    margin-top: 25px;
}
.wrap-solution .sol-top strong {
  color: var(--page-point-color);
}

/* EZ GUARD (페이지) */
#solution01 .wrap-solution .top {
  margin-bottom: 70px;
  text-align: center;
}

.wrap-solution .box-ezguard .top {
    margin-bottom: 50px;
}
#solution01 .wrap-solution .top .tit {margin: 0;font-weight: 600;letter-spacing: -0.03em;font-size: 32px;display: inline-block;line-height: 1.5;}
#solution01 .wrap-solution .top .tit strong {
  color: var(--page-point-color);
}
#solution01 .wrap-solution .bottom > .row {
  display: flex;
  align-items: center;
}
#solution01 .wrap-solution .image img {
  background: #fff;
  box-shadow: 0 2px 30px rgba(0,0,0,0.1);
  padding: 50px 50px;
}
#solution01 .wrap-solution .detail {
  padding-left: 40px;
}
.wrap-solution .list-num > li+li {
  margin-top: 20px;
}
.wrap-solution .list-num > li {
  padding-left: 60px;
  font-size: 17px;
}
.wrap-solution .list-num > li .no {
  top: 0px;
  left: 20px;
  position: absolute;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--page-point-color);
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
/* .wrap-solution .list-num > li .no::after {
  content: '.';
} */
#solution01 .wrap-solution+.wrap-solution {
  margin-top: 110px;
  padding-top: 110px;
  border-top: 1px dotted #ddd;
}
.box-ezguard .top .lg {
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  padding: 30px;
  max-width: 610px;
  margin: 0 auto 35px;
  letter-spacing: -0.04em;
  position: relative;
  border: 3px solid #bedef3;
  box-shadow: 0 2px 10px #dee9f1;
  color: #111;
}

.box-ezguard .top .md {
  font-size: 20px;
  font-weight: 500;
}
.box-ezguard .top p strong {
  color: var(--page-point-color);
}
.box-ezguard .screen {
  display: flex;
  gap: 15px;
}
.box-ezguard .screen figure > figcaption {
  margin-bottom: 10px;
  padding: 9px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: var(--page-point-color-on);
}
.box-ezguard .screen figure {
  flex-basis: 25%;
}
.box-ezguard .screen figure:nth-child(2) {
  /* flex-basis: 31%; */
}
.box-ezguard .feature {
  margin-top: 70px;
  background: #f7f7f7;
  background: linear-gradient(135deg, #f8f8f8, #e7e7e7, #f7f7f7);
  padding: 50px 50px 45px;
}
.box-ezguard .feature .tit {margin: 0 0 40px;font-size: 26px;font-weight: 700;color: #111;letter-spacing: -0.04em;text-align: center;}
.box-ezguard .feature ul {
  column-count: 2;
  column-gap: 12px;
}
.box-ezguard .feature ul > li {
  background: #fff;
  font-size: 16px;
  padding: 14px 30px;
  padding-left: 70px;
  font-weight: 500;
}
.box-ezguard .feature ul > li+li {
  margin-top: 10px;
}
.box-ezguard .feature ul > li .no {
  top: 0;
  left: 0;
  position: absolute;
  font-size: 120%;
  font-weight: 700;
  background: var(--page-point-color);
  line-height: 1em;
  margin-right: 20px;
  color: #fff;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ORACLE (페이지) */
.wrap-solution .box-feature .top-tit {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-top: 2px solid #333;
  padding: 30px 4px 0;
}
.wrap-solution .box-feature .top-tit .tit {
  margin: 0 0 32px;
  font-size: 30px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.04em;
}

h3.tit {}
.wrap-solution .box-feature .top-tit img {
  width: 150px;
  margin-bottom: 35px;
}
.wrap-solution .box-feature ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.wrap-solution .box-feature ul li {
  padding: 50px 30px 50px;
  text-align: center;
  background: #f7f7f7;
  background: linear-gradient(135deg, #f8f8f8, #e7e7e7, #f7f7f7);
}
.wrap-solution .box-feature ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: var(--page-point-color);
}
.wrap-solution .box-feature ul li .icon > * {
  font-size: 75px;
  font-weight: 300;
}
.wrap-solution .box-feature ul li .tit-sub {
  margin: 22px 0 18px;
  font-size: 20px;
  font-weight: 600;
}
.wrap-solution .box-feature ul li p {
  margin: 0;
  line-height: 1.5em;
  padding: 0 10px;
  /* color: #555; */
}
.wrap-solution .box-feature .logo img {
  float: right;
  width: 240px;
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #ddd;
}

/* VEEAM (페이지) */
.wrap-solution .box-veeam {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 2px solid #333;
}
.wrap-solution .box-veeam > .item.left .inner {
  height: 100%;
  background: linear-gradient(135deg, #f8f8f8, #e7e7e7, #f7f7f7);
  padding: 50px;
}
.wrap-solution .box-veeam > .item.right {
  background: #005497;
}

.wrap-solution .box-veeam > .item.right .inner {
    padding: 50px 60px;
}
.wrap-solution .box-veeam .tit {
  margin: 0 0 25px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04em;
}
.wrap-solution .box-veeam .list-app {
  /* display: flex; */
  /* flex-wrap: wrap; */
  gap: 5px;
}
.wrap-solution .box-veeam .list-app > li {
  flex: 1 1 49%;
  padding: 10px;
  padding-left: 30px;
  font-size: 16px;
  /* font-weight: 500; */
  border-bottom: 1px dotted #ccc;
}
.wrap-solution .box-veeam .list-app > li::before {
  content: '';
  top: 17px;
  left: 12px;
  width: 5px;
  height: 5px;
  position: absolute;
  background: var(--page-point-color);
}
.wrap-solution .box-veeam img {
  margin-top: 40px;
}
.wrap-solution .box-veeam .list-chk > li {
  position: relative;
  padding: 17px;
  padding-left: 65px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: rgb(2 112 199);
  min-width: 350px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.wrap-solution .box-veeam .list-chk > li+li {
  margin-top: 8px;
}
.wrap-solution .box-veeam .list-chk > li::before {
  content: '\e876';
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: CENTER;
  font-size: 29px;
  font-weight: 600;
  font-family: 'Material Symbols Outlined';
  color: #a4ff71;
  border-radius: 50%;
}

/* ARK (페이지) */
.box-ark {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.box-ark > .item.tit {
  width: 20%;
}
.box-ark > .item.tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  font-size: 18px;
  font-weight: 600;
  color: var(--page-point-color);
  letter-spacing: 0;
  line-height: 1em;
  min-height: 65px;
  background: #f7f7f7;
}
.box-ark > .item.tit span+span {
  margin-top: 4px;
}
.box-ark > .item.tit span:last-child {
  min-height: 60px;
}
.box-ark > .item.detail {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 20px;
}

.box-ark > .item.detail > .block:first-child li {
    border-left: 1px solid #fff;
}
.box-ark > .item.detail img {
  width: 180px;
}
.box-ark > .item.detail ul {
  margin-top: 50px;
  border-top: 2px solid #333;
}
.box-ark > .item.detail ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.box-ark > .item.detail ul > li+li {
  /* margin-top: 8px; */
  /* padding-top: 8px; */
  border-bottom: 1px solid #ddd;
  min-height: 65px;
  border-left: 1px solid #ddd;
}
.box-ark > .item.detail ul > li:last-child {
  /* min-height: 60px; */
  /* padding-bottom: 8px; */
  border-bottom: 1px solid #ddd;
}
.box-ark > .item.detail ul > li.name {
  font-size: 26px;
  font-weight: 700;
  padding: 20px 0;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #333;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.search_wrap {
  margin-top: 80px;
  margin-bottom: 0;
}
.board_wrapper .table.table_default {
  border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
  border-color: #e6e6e6;
  font-size: 16px;
}
.table.table_default tbody tr th.num {
    font-weight: 400;
}
.table.table_default tr td.writer,
.table.table_default tr td.regdate,
.table.table_default tr td.hits {
    font-size: 15px;
    color: #888;
}
.table.table_default tr td.subject {
  position: relative;
  padding: 22px 15px;
  line-height: 1em;
}
.table.table_default thead th {
  font-weight: 600;
  color: #333;
  background: #fff;
  border-color: #ccc;
  padding: 17px;
}
.table.table_default tbody .subject .badge {
  top: 17px;
  position: absolute;
  padding: 5px 6px 2px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3em;
  background: #2b62b5;
  border: none;
  border-radius: 4px;
  font-size: 13px;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject span>.badge+a {
  padding-left: 65px;
}

.board_data_view {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}
.board_data_view .contents_wrap {
    padding: 60px 120px;
}
.board_data_view .header_wrap .title {
    padding: 45px 5px 42px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
    border-bottom: 1px solid #eee;
    color: #333;
    letter-spacing: -0.02em;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 11px 5px 11px;
}

/* Pagenation */
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
  color: var(--page-point-color);
}
.pagination_wrap ul li.box a {
  border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
  color: var(--page-point-color);
}

.board_wrapper .text-center {
  margin-bottom: 0;
}

#reply_list span {
  font-size: 16px !important;
}

/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
  font-size: 16px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 20px;
}
.board_wrapper .table.board_write_table {
  border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 230px;
  font-weight: 600;
  background: #fff;
  font-size: 16px;
  padding: 27px 35px;
}
.board_wrapper .table.board_write_table tbody tr th>span.required_text {
  color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
  padding: 6px 8px;
}
.form-control {
  font-size: 15px;
  height: 44px;
  border-radius: 4px;
}
.checkbox{
    margin-top: 10px;
    font-size: 15px;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  margin-top: 10px !important;
  font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
  font-weight: 500;
  color: var(--page-point-color);
  text-decoration: underline;
}
.form-control:not([readonly]):focus {
  border-color: #555;
}
input+#list_btn {
  display: none;
}
.board_wrapper .text-center {
  margin-bottom: 0;
}

/* 문의 (주문폼) */
.box-email {
  display: flex;
  margin-bottom: 40px;
  padding: 40px 150px;
  background: #f7f7f7;
  background: linear-gradient(135deg, #f8f8f8, #e7e7e7, #f7f7f7);
}
.box-email > .item {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  position: relative;
}

.box-email > .item + .item {
    border-left: 1px solid #fff;
}

.box-email > .item .icon {
    /* width: 90px; */
    /* height: 90px; */
    font-size: 62px;
    color: var(--page-point-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50%;
}

.box-email > .item .tit {
  margin: 0 0 9px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
}
.box-email .item a {
    color: var(--page-point-color);
    font-size: 16px;
    letter-spacing: 0;
    text-decoration: underline;
}
.box-email .item a:hover {
  color: var(--page-point-color);
}

/* 로그인 */
.login_wrapper, #find_idpw {
  background: #f5f5f5;
}
.member_wrapper {
  padding: 180px 0 120px;
}
html.is_adm .member_wrapper {
  padding: 100px 0 120px;
}
.login_wrapper .member_wrapper,
#find_idpw .member_wrapper {
  max-width: 600px;
  margin: 120px auto;
  padding: 45px;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.10);
}
.login_wrapper .member_wrapper h1,
#find_idpw .member_wrapper h1 {
  padding-bottom: 0;
  border-bottom: none;
}

/* 개인정보 처리방침 */
.privacy_body h3 {
  position: relative;
  margin: 0;
  padding-left: 15px;
  font-size: 23px;
  font-weight: 600;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 1;
}
.privacy_body h3::before {
  content: '';
  top: 3px;
  left: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  background: var(--page-point-color);
  box-shadow: 0 10px 0 var(--page-secondary-color);
  border-radius: 10px;
}
/**************** 서브 끝 ****************/

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
  #site{padding-top:66px;font-size:15px}
  p{line-height:1.5em}

  .navbar-inverse{position:fixed;border-bottom:1px solid #ddd}
  .navbar-inverse .navbar-brand img{height:40px;margin-top:0}
  .navbar-inverse .navbar-nav{display:block;margin:0 -15px !important}
  .navbar-inverse .navbar-nav > .open{background-color:#f6f6f6}
  .navbar-inverse .navbar-nav > li{float:left;width:100%}
  .navbar-inverse .navbar-nav > li > a{padding:12px 15px;font-size:16px;border-top:1px solid #eee;border-right:1px solid #eee}
  .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
  .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
  .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle{padding:15px;color:#fff !important;background:var(--page-point-color);border:var(--page-point-color);transition:padding ease .3s}
  .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle .caret,
  .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle .caret,
  .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle .caret{border-top-color:#fff}
  .navbar-inverse .navbar-nav > .open .dropdown-menu{padding:10px 0}
  .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a{padding:5px 25px;font-size:15px;color:#111}
  .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a:focus{font-weight:600;color:#111}
  .navbar .caret{display:block;border:none}
  .navbar .caret::after{content:'\f105';top:13px;right:20px;position:absolute;font-size:14px;font-family:'Fontawesome';transition:transform ease 0.3s}
  .navbar-inverse .navbar-nav .dropdown.open .caret::after{font-weight:300;transform:rotate(90deg)}

  #section1::after,
  .box-main-banner .inner::before,
  .box-main-banner>.item:nth-child(4) a::after,
  .box-main-banner>.item:nth-child(4) a::before{display:none}
  #section1 .container{padding:0}
  .box-main-banner{grid-template-columns:repeat(2,1fr)}
  .box-main-banner>.item a{height:auto;padding:18px 20px;border-left:none}
  .box-main-banner>.item:nth-child(even) a{border-left:1px solid rgb(255 255 255 / 15%)}
  .box-main-banner>.item:nth-child(n+3) a{border-top:1px solid rgb(255 255 255 / 15%)}
  .box-main-banner>.item a:hover{background:#1d88f7;border-color:#1d88f7}
  .box-main-banner .inner{justify-content:flex-start;gap:10px}
  .box-main-banner .inner .icon{margin-left:0}
  .box-main-banner .inner .icon>*{font-size:28px}
  .box-main-banner .inner .text>.tit{font-size:16px}

  #site footer .footer-info{padding:25px 0}
  #site footer .footer-info ul li{font-size:11px;margin-right:10px;line-height:17px}
  #site footer .footer-info ul li:first-child{margin-bottom:3px;font-size:12px}
  #site footer .footer-info ul li.copy{margin-top:5px;font-size:10px}
  #site footer .btn-privacy {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
  }

  .subPage>.pageTop{height:160px}
  .subPage>.pageTop h1,
  .subPage>.pageTop h2{font-size:34px}
  .subPage .breadcrumb{margin:12px 0 0;font-size:11px}
  .subPage .link{margin-top:15px}
  .subPage .link ul{flex-wrap:wrap;margin:-2px}
  .subPage .link ul>li{flex:1 1 50%;padding:2px}
  .subPage .link ul>li + li::before{display:none}
  .subPage .link ul>li>a{width:100%;display:inline-block;padding:8px;font-size:15px;border:1px solid #ddd}
  .subPage .link ul>li.active>a{color:#fff;background:#0070c9;border-color:#0070c9;border-top:none}
  .subPage>.contents section{padding:60px 0 80px}
  .page-title{margin-bottom:55px}
  .page-title .desc{font-size:16px;padding:15px;width:100%}
  .title-lv-1{font-size:34px}
  .title-lv-2{margin:0 0 20px;padding-left:14px;font-size:24px}
  .title-lv-2::before{top:3px;width:7px;height:7px}

  .list-intro{grid-template-columns:1fr;gap:8px}
  .list-intro>li{min-height:auto}
  .list-intro .logo{min-height:100px}
  .list-intro>li:not(.logo) .inner{padding:25px}
  .list-intro>li .tit{margin:0 0 7px;font-size:14px}
  .list-intro>li .txt{font-size:16px}
  .list-intro>li .material-symbols-outlined{font-size:38px}
  .wrap-history{flex-direction:column;gap:40px}
  .wrap-history .block{padding:25px 0}
  .wrap-history .left{flex-basis:30%}
  .wrap-history .right{flex-basis:70%}
  .wrap-history .left .year{font-size:30px}
  .wrap-history .right ul>li{grid-template-columns:35px auto}
  .box-location .map>*{height:300px}
  .box-location .info ul{flex-direction:column;gap:10px;padding:20px 0 0}
  .box-location .info ul>li{flex-wrap:wrap}
  .box-location .info ul>li.addr{font-size:18px}
  .box-location .info ul>li.email .inner:last-child{padding-top:5px;padding-left:55px}
  .box-biz .tit{margin:0 0 40px;font-size:26px}
  .box-biz ul{grid-template-columns:repeat(2,1fr);gap:7px}
  .box-biz ul li{padding:18px 5px;font-size:14px}
  .box-biz ul li .icon{margin:0 auto 12px}
  .box-biz ul li .icon>*{font-size:47px}
  #solution01 .page-title .desc{margin-top:25px;padding:30px 15px;font-size:19px;line-height:1.3em}
  #solution01 .wrap-solution+.wrap-solution{margin-top:50px;padding-top:50px}
  #solution01 .wrap-solution .top{margin-bottom:40px}
  #solution01 .wrap-solution .top .tit{font-size:24px;line-height:1.25}
  #solution01 .wrap-solution .bottom>.row{flex-direction:column}
  #solution01 .wrap-solution .image img{padding:30px}
  #solution01 .wrap-solution .detail{margin-top:30px;padding-left:15px}
  .wrap-solution .list-num>li{padding-left:32px;font-size:15px}
  .wrap-solution .list-num>li+li{margin-top:13px}
  .wrap-solution .list-num>li .no{top:-1px;left:0;width:24px;height:24px;font-size:14px;line-height:24px}
  .box-ezguard .top .lg{font-size:21px;padding:25px 15px;margin:0 auto 25px}
  .box-ezguard .top .md{font-size:18px}
  .box-ezguard .screen{flex-direction:column}
  .box-ezguard .screen figure>figcaption{margin-bottom:7px;font-size:16px}
  .box-ezguard .feature{margin-top:40px;padding:30px 15px}
  .box-ezguard .feature .tit{margin:0 0 25px;font-size:22px}
  .box-ezguard .feature ul{column-count:1}
  .box-ezguard .feature ul>li{font-size:14px;padding:12px 15px 12px 60px}
  .box-ezguard .feature ul>li+li{margin-top:7px}
  .box-ezguard .feature ul>li .no{width:44px;margin-right:15px;font-size:110%}
  .wrap-solution .sol-top{margin-bottom:50px}
  .wrap-solution .sol-top .tit{margin:0 0 20px;font-size:24px}
  .wrap-solution .sol-top .tit-sub{margin:0 0 20px;font-size:26px;line-height:1.2em}
  .wrap-solution .sol-top p{font-size:15px;padding:0;line-height:1.54}
  .wrap-solution .sol-top p + p{margin-top:18px}
  .wrap-solution .box-feature .top-tit{align-items:center;margin-bottom:30px;padding:20px 4px 0}
  .wrap-solution .box-feature .top-tit .tit{margin:0;font-size:26px}
  .wrap-solution .box-feature .top-tit img{width:120px;margin-bottom:0}
  .wrap-solution .box-feature ul{grid-template-columns:1fr;gap:10px}
  .wrap-solution .box-feature ul li{padding:25px 15px}
  .wrap-solution .box-feature ul li .icon>*{font-size:55px}
  .wrap-solution .box-feature ul li .tit-sub{margin:15px 0 12px;font-size:18px}
  .wrap-solution .box-feature ul li p{padding:0}
  .wrap-solution .box-veeam{grid-template-columns:1fr}
  .wrap-solution .box-veeam>.item.left .inner{padding:25px 15px}
  .wrap-solution .box-veeam .tit{margin:0 0 18px;font-size:22px}
  .wrap-solution .box-veeam .list-app>li{padding:7px 7px 7px 20px;font-size:15px}
  .wrap-solution .box-veeam .list-app>li::before{top:15px;left:6px;width:4px;height:4px}
  .wrap-solution .box-veeam img{margin-top:30px}
  .wrap-solution .box-veeam>.item.right .inner{padding:15px}
  .wrap-solution .box-veeam .list-chk>li{min-width:auto;padding:14px 14px 14px 45px;font-size:15px}
  .wrap-solution .box-veeam .list-chk>li+li{margin-top:5px}
  .wrap-solution .box-veeam .list-chk>li::before{top:10px;left:10px;font-size:22px}
  .box-ark{flex-direction:column}
  .box-ark>.item.detail{width:100%;grid-template-columns:1fr;padding-left:0;gap:30px}
  .box-ark>.item.detail img{width:120px}
  .box-ark>.item.detail ul{margin-top:30px}
  .box-ark>.item.detail ul>li{font-size:15px;flex-direction:column}
  .box-ark>.item.detail ul>li+li{min-height:auto;padding:12px 0;border-left:none}
  .box-ark>.item.detail ul>li.name{font-size:20px;padding:15px 0;border-left:none}
  .box-ark>.item.detail ul>li .tit{margin-bottom:3px;font-weight:600;color:var(--page-point-color)}
  .box-email{flex-direction:column;gap:30px;margin-bottom:30px;padding:30px 15px}
  .box-email>.item+.item{border-left:none}
  .box-email>.item .icon{font-size:47px}
  .box-email>.item .tit{margin:0 0 6px;font-size:18px}

  .board_wrapper .table colgroup,
  .board_wrapper .table tr .num,
  .board_wrapper .table tr .hits{display:none}
  .board_wrapper .table .subject{width:55%}
  .board_wrapper .table .writer{width:20%}
  .board_wrapper .table .regdate{width:25%}
  .board_wrapper .table.table_default tr th,
  .board_wrapper .table.table_default tr td{padding:10px;font-size:12px}
  .table.table_default tbody .subject .badge{top:9px;font-size:10px}
  .table.table_default tr td.subject a{font-size:13px}
  .table.table_default tbody .subject span > .badge + a{padding-left:54px}
  .board_data_view .header_wrap{padding:0}
  .board_data_view .header_wrap .title{padding:25px 5px 23px;font-size:20px}
  .board_data_view .header_wrap .info{padding:8px 0}
  .board_data_view .header_wrap .info span{font-size:11px}
  .board_data_view .contents_wrap{padding:40px 15px}
  .board_wrapper .table.board_write_table tbody tr td,
  .board_wrapper .table.board_write_table tbody tr th{padding:15px}    
  .board_wrapper .table.board_write_table tbody tr td .form-control,
  .board_wrapper .table.board_write_table .form-control.form-control-big,
  .member_wrapper #join_form .table .form-control,
  .member_wrapper #join_form .table .form-control.form-control-big{width:100%}
  .board_wrapper .table.board_write_table .files .fileInput input {width:100%;}
  .board_wrapper .table.board_write_table .files .fileInput .file_add{width:100%;margin:0 0 15px;padding:6px 12px}
  .member_wrapper .text-center .btn.btn-lg,
  .board_wrapper .text-center .btn.btn-lg{width:100%;margin:0;padding:9px}
  .board_wrapper .text-center .btn#write_btn,
  .member_wrapper .text-center .btn#join_btn,
  .board_wrapper .text-center .btn#list_btn{margin-top:20px}
  .member_wrapper{padding-top:60px;padding-bottom:100px}
  #find_idpw .member_wrapper,
  .login_wrapper .member_wrapper{margin:15px auto;padding:30px 20px}
  #find_idpw .member_wrapper h1,
  .login_wrapper .member_wrapper h1{margin:10px 0 15px;font-size:32px}

  .privacy_body {
    padding: 0 15px;
  }
  .privacy_body h3 {
    padding-left: 12px;
    font-size: 20px;
  }
  .privacy_body h3::before {
    width: 5px;
    height: 5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
  #section1 .container{width:100%;padding:0 60px 0 0}
}
/************ 모바일 최적화 끝 ************/