@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

#site {
  padding-top: 0;
  font-size: 15px;
  font-family: 'Roboto','notokr', sans-serif;
  letter-spacing: -0.035em;
}

a,
button {
  transition: all ease-in-out .15s;
  -webkit-transition: all ease-in-out .15s;
  -moz-transition: all ease-in-out .15s;
  -ms-transition: all ease-in-out .15s;
  -o-transition: all ease-in-out .15s;
}

a,
a:hover,
a:focus {
  color: inherit;
}

p {
  line-height: 1.6em;
}

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

/* 5 Column Layout (col-*-5) */
.col-xs-55, .col-sm-55, .col-md-55, .col-lg-55 {
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-55 {width: 20%}

@media (min-width:768px) {
  .col-sm-55 {float: left; width: 20%}
}
@media (min-width:992px) {
  .col-md-55 {float: left; width: 20%}
}
@media (min-width:1200px) {
  .col-lg-55 {float: left; width: 20%}
}

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

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

.navbar-inverse .navbar-brand {position: relative;}
.navbar-inverse .navbar-brand::after {
  content: 'HANASOFT';
  top: 32px;
  left: 65px;
  position: absolute;
  font-size: 31px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.01em;
}
.navbar-inverse .navbar-brand img{height: 38px;margin-top: 6px;}

.navbar-inverse .navbar-nav > li > a{font-size: 17px;font-weight:500;color:#333;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{background:#fff;color:#006db9;}

.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:#006db9;color:#fff;}

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:15px 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:#006db9;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#006db9;}
 .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:1px solid #d5d5d5;
  padding: 12px 0;
  -webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);
  box-shadow:0px 4px 8px rgba(0,0,0,.125);
  background: #fff;
  border:none;
  animation-fill-mode: both;
  animation-duration: .3s;
  animation-name: fadeIn;
  }
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding: 10px 20px;color: #666;text-align:center;transition: none; letter-spacing:-0.05em}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
 .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus{background:rgba(0,0,0,0); color:#006db9; text-decoration:underline;}
}

@media (min-width: 992px) {
 .navbar-inverse .navbar-right{margin-right:-30px;}
 .navbar-inverse .navbar-nav > li > a{padding: 30px 32px;}
}

/* 슬라이드 공통 */
.carousel-control{text-shadow:0px 2px 6px rgba(0, 0, 0, .125);transition:ease-in-out .15s all;background: rgba(0,0,0,0) !important;opacity: 0.3;}
.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:50px;height:4px;background-color: rgba(255,255,255,.5);margin: 0 3px;border-radius:0;transition:ease-in-out .15s all;border: none;}
.carousel-indicators li.active{width:50px;height:4px;background-color:#fff;margin: 0 3px;box-shadow:0px 2px 6px rgba(0, 0, 0, .125);}

.carousel-caption {text-shadow:none;}
.carousel-caption h1 {margin:0 0 30px;font-size: 70px;letter-spacing:0em;}
.carousel-caption p {font-size:20px;letter-spacing: -0.05em;}

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

/* 푸터 */
#site footer{margin-top:0px;background-color: #2e3031;color: #888;}
#site footer .footer-info{padding: 45px 0;}
#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:24px}
#site footer .footer-info ul li.copy{font-size:12px;color: #585858;}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item{height:600px;}
@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{margin:0 0 20px;font-size:42px}
 #mainCarousel .carousel-caption p{font-size:15px;}
}

#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;
}

/* 메인 추가 스타일 */
.main-contents {
  padding: 100px 0 120px;
}
.main-contents h3 {
  margin: 0 0 50px;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
}
.main-contents .main-link {
  padding: 50px 30px 45px;
  text-align: center;
  border: 1px solid #d6e4ec;
  /* border-top: 2px solid #006db9; */
  box-shadow: 2px 5px 5px rgba(0,0,0,0.1);
  background: #fff;
}
.main-contents .main-link > h4 {
  margin: 20px 0 25px;
  font-size: 24px;
  letter-spacing: -0.06em;
  color: #222;
}
.main-contents .main-link > a {
  position: relative;
  padding: 8px 35px 8px 20px;
  font-size: 13px;
  color: #fff;
  background: #006db9;
  border: 1px solid #006db9;
  border-radius: 2px;
}
.main-contents .main-link > a::after {
  content: '+';
  top: 7px;
  right: 18px;
  position: absolute;
  font-size: 15px;
  transition: all ease-in-out .15s;
}
.main-contents .main-link > a:hover,
.main-contents .main-link > a:focus {
  background: #044d90;
  border-color: #044d90;
  color: #fff;
}
.main-contents .main-link > a:hover::after {
  right: 12px;
}

/********** 서브 시작 **********/
/* 공통 스타일 */
.navbar-inverse + .container {
  width: 100%;
  padding: 0;
}
.sub-contents > .page-top {
  height: 240px;
  color: #fff;
  background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-contents > .page-top > .container {
  position: relative;
  height: 100%;
}
.sub-contents > .page-top .wrap-title {
  padding: 90px 0 0;
  text-align: center;
}
.sub-contents > .page-top .wrap-title > h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0;
}
.sub-contents > .page-top .wrap-title > .sm {
  margin: 11px 0 0;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 15px;
}

/* Breadcrumb */
.sub-contents .breadcrumb {
  right: 15px;
  top: 20px;
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 0;
  text-align: right;
  background-color: transparent;
  opacity: 0.6;
}

/* Link */
.sub-contents .link {
  border-bottom: 1px solid #ddd;
}
.sub-contents .link ul {
  margin-bottom: 0;
  text-align: center;
}
.sub-contents .link ul > li{
  display:inline-block;
  width:auto;
  margin:0 20px;
}
.sub-contents .link ul > li > a {
  padding: 23px 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
  text-decoration: none;
  color: #777;
}
.sub-contents .link ul > li.active > a {
  font-weight: 500;
  color: #006db9;
}
.sub-contents .link ul > li > a::after {
  content: '';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  position: absolute;
  background: transparent;
  transition: all ease-in-out .15s;
}
.sub-contents .link ul > li.active > a::after {
  background: #006db9;
}
.sub-contents .link ul > li > a:hover,
.sub-contents .link ul > li > a:focus {
  background: none;
}
.sub-contents .link ul > li:not(.active) > a:hover {
  color: #006db9;
}
.sub-contents .link ul > li:not(.active) > a:hover::after {
  background: #006db9;
}
.sub-contents > .contents {
  padding: 90px 0 120px;
}

.space-bottom {
  margin-bottom: 80px;
}

.title-lv-1 {
  margin: 0 0 70px;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1em;
  text-align: center;
  color: #222;
}
.title-lv-3 {
  position: relative;
  margin: 0 0 25px;
  padding-left: 31px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.08em;
  color: #222;
}
.title-lv-3::before,
.title-lv-3::after {
  content: '';
  position: absolute;
}
.title-lv-3::before {
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 5px solid #006db9;
  border-bottom-color: #024488;
  border-right-color: #024488;
}
.title-lv-3::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 13px;
  width: 5px;
  height: 5px;
  background: #fff;
}

.list-default {
  padding-left: 0;
  list-style-type: none;
}
.list-default > li {
  position: relative;
  margin-bottom: 4px;
}
.list-default > li::before {
  content: '';
  position: absolute;
}
.list-square > li {
  padding-left: 12px;
}
.list-square > li:last-child{
  margin-bottom:0;
}
.list-square > li::before {
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #0466a7;
}
.list-dot > li {
  padding-left: 12px;
}
.list-dot > li::before {
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 17px;
}
.list-dash > li {
  padding-left: 12px;
}
.list-dash > li::before {
  top: 10px;
  left: 0;
  width: 6px;
  height: 2px;
  background-color: #9e9e9e;
}

table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th,
table.tb-default > tbody > tr > td {
  padding: 15px;
  vertical-align: middle;
  border-top: none;
  border-bottom: 1px solid #ddd;
}
table.tb-default > thead > tr > th,
table.tb-default > tbody > tr > th {
  text-align: center;
}

table.tb-style-1 {
  border-top: 1px solid #333;
}
table.tb-style-1 > thead > tr > th,
table.tb-style-1 > tbody > tr > th {
  background-color: #f6f6f6;
}

/* 인사말 및 경영목표 (페이지) */
#greeting_goal #row1 p {margin: 45px 0 80px;font-size: 22px;font-weight: 300;line-height: 1.65;letter-spacing: -0.035em;color: #000;}
#greeting_goal #row1 p b{
  color: #333;
}
#greeting_goal #row1 .image {
  padding-left: 50px;
  padding-right: 50px;
}
#greeting_goal #row1 .image img{
  /* box-shadow:20px 20px 0 #0466a7 */
  box-shadow: 10px 25px 20px rgba(0,0,0,0.1);
}
#greeting_goal #row1 table {
  margin: 3px 0 0;
  border-top: 2px solid #006db9;
}
#greeting_goal #row1 table tbody > tr > th {
  width: 150px;
  background: rgba(0,0,0,0);
  border-color: #bcd7e8;
  color: #0060a2;
  text-align: left;
  font-weight: 600;
  padding: 16px 10px;
  font-size: 15px;
  letter-spacing: -0.05em;
}
#greeting_goal #row1 table tbody > tr > td {
  border-color:#e3e3e3;
  color: #666;
  padding: 22px 14px;
}
#greeting_goal #row1 table tbody ul {
  margin-bottom: -5px;
}
#greeting_goal #row2 {
  margin: 0 -20px;
}
#greeting_goal #row2 > div[class^='col-'] {
  padding: 0 20px;
}
#greeting_goal #row2 h4 {
  margin: 0 0 30px;
  font-size: 30px;
  font-weight: 600;
  color: #064a7b;
  text-align: center;
  font-style: oblique;
  border-radius: 30px;
}
#greeting_goal .wrap-goal {
  position: relative;
  display: inline-block;
  padding:0 15px
}
#greeting_goal .wrap-goal::before {
  /* content: ''; */
  top: 32%;
  left: 20px;
  width: 95%;
  height: 110px;
  position: absolute;
  border: 20px solid #eee;
}
#greeting_goal .wrap-goal > div{
  padding: 0 7px;
}
#greeting_goal .box-goal {
  padding: 60px 20px 50px;
  word-break: keep-all;
  text-align: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-top: 2px solid #006db9;
  /* border-radius: 10px; */
  box-shadow: 2px 5px 5px rgba(0,0,0,0.1);
  min-height: 360px;
}
#greeting_goal .wrap-goal > div:nth-child(2) .box-goal{
  border-top-color:#024488 
}
#greeting_goal .wrap-goal > div:nth-child(3) .box-goal{
  border-top-color:#1da284 
}
#greeting_goal .wrap-goal > div:nth-child(4) .box-goal{
  border-top-color:#34a4da 
}
#greeting_goal .box-goal > i {
  padding-bottom: 20px;
  font-size: 45px;
  color: #006db9;
}
#greeting_goal .box-goal > h5 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.08em;
  color: #006db9;
}
#greeting_goal .wrap-goal > div:nth-child(2) h5,
#greeting_goal .wrap-goal > div:nth-child(2) i{
  color: #024488;
}
#greeting_goal .wrap-goal > div:nth-child(3) h5,
#greeting_goal .wrap-goal > div:nth-child(3) i{
  color: #1da284;
}
#greeting_goal .wrap-goal > div:nth-child(4) h5,
#greeting_goal .wrap-goal > div:nth-child(4) i{
  color: #34a4da;
}
#greeting_goal .box-goal > h6 {
  margin: 48px 0 15px;
  font-size: 16px;
  letter-spacing: -0.06em;
  font-weight: 600;
}
#greeting_goal .box-goal > p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: #6f6f6f;
  letter-spacing: -0.04em;
}

/* 조직구성 (페이지) */
#organization #row1 p {
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -0.035em;
  color: #000;
  text-align: center;
}
#organization #row1 p b{
  font-weight:600;
  color:#333
}
#organization #row1 img {
  /*margin: 60px auto 90px;*/
  margin-top: 60px;
}
table.tb-organization{
  border-top:2px solid #006db9
}
table.tb-organization > tbody > tr > th {
  font-size: 15px;
}
table.tb-organization > tbody > tr > td {
  text-align: center;
}
table.tb-organization > tbody > tr:nth-child(1) > th:nth-child(4),
table.tb-organization > tbody > tr:nth-child(1) > th:nth-child(5) {
  width: 35%;
}
table.tb-organization > tbody > tr:nth-child(1) > th {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.2em;
  background: #f6f6f6;
}
table.tb-organization > tbody > tr:nth-child(2) > td {
  color: #333;
  background: #f0f0f0;
  font-weight: 500;
}
table.tb-organization > tbody > tr:nth-child(1) > th:nth-child(1) {
  width: 85px;
  font-size: 22px;
  color: #333;
  line-height: 2em;
  background: #eee;
  font-weight: 500;
}
.table-striped>tbody>tr:nth-of-type(odd){
  background:#fff;
}
/* 연혁 및 실적 (페이지) */
.wrap-history {
  position: relative;
}
.wrap-history::before {
  content: '';
  top: 20px;
  left: 20%;
  height: 98.6%;
  position: absolute;
  margin-left: -10px;
  border-left: 10px solid #f6f6f6;
}
.history-block {
  margin-bottom: 30px;
}
.history-block:last-child {
  margin-bottom: 0;
}
.history-block > .year {
  float: left;
  width: 20%;
  position: relative;
  margin: 0;
  font-size: 34px;
  letter-spacing: 0;
  color: #006db9;
  letter-spacing: -0.04em;
}
.history-block > .year::before,
.history-block > .year::after {
  content: '';
  position: absolute;
}
.history-block > .year::before {
  top: 17px;
  right: 0;
  width: 65px;
  border-top: 1px solid #a1c7e2;
}
.history-block > .year::after {
  top: 10px;
  right: -2px;
  width: 15px;
  height: 15px;
  background: #0466a7;
  border: 3px solid #fff;
  border-radius: 20px;
}
.history-block > .detail {
  width: 80%;
  display: inline-block;
  padding: 5px 0 0 40px;
}
.history-block > .detail ul > li {
  margin-bottom: 18px;
}
.history-block > .detail ul > li .desc {
  width: 80%;
  display: inline-block;
  padding-left: 20px;
  padding-top: 2px;
  color: #6f6f6f;
}
.history-block > .detail ul > li .month {
  float: left;
  width: 15%;
  margin: 0;
  padding: 4px 5px;
  font-size: 15px;
  font-weight: 600;
}
.history-block > .detail ul > li .desc+.desc {
  margin-top: 5px;
}

/* 오시는길 (페이지) */
#location .wrap-contact {
  width: 100%;
  display: inline-block;
  margin-top: -5px;
  padding: 25px 20px 15px;
  background: #f6f6f6;
}
#location .right ul.list-contact {
  text-align: right;
}
#location ul.list-contact > li {
  display: inline-block;
  margin-bottom: 0;
  font-size: 17px;
}
#location .right ul.list-contact > li+li {
  margin-left: 30px;
}
#location .right ul.list-contact > li+li::before {
  content: '';
  top: 4px;
  left: -18px;
  height: 15px;
  position: absolute;
  border-left: 1px solid #ccc;
}
#location ul.list-contact > li i {
  padding-right: 3px;
  color: #006db9;
}
#location ul.list-contact > li.addr {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
}
#location ul.list-contact > li h5 {
  float: left;
  margin: 5px 8px 0 0;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  color: #999;
}

/* 사업분야 (페이지) */
#biz_area #row1 p {
  margin: 45px 0 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.65;
  letter-spacing: -0.035em;
  color: #000;
}
#biz_area #row1 p b{
  font-weight:600;
  color:#333
}
#biz_area #row2{
  margin-bottom:50px;
}
#biz_area .wrap-biz {
  margin:0 -15px;
}
#biz_area .wrap-biz .cycle > div[class^='col-'] {
  padding: 0;
}
#biz_area .wrap-biz > .left {
  /* padding: 50px 30px 30px; */
  /* background: #eee; */
}
#biz_area .wrap-biz > .left h4 {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 900;
  color: #222;
  letter-spacing: -0.02em;
  text-align: center;
  border-radius: 30px;
}
#biz_area .wrap-biz .cycle h5 {
  position: relative;
  margin: 0;
  padding: 60px 30px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #006db9;
  border-radius: 14px 0 0 0;
}
#biz_area .wrap-biz .cycle .second h5 {background: #024488; border-radius:0 14px 0 0}
#biz_area .wrap-biz .cycle .third h5 {background: #199e80;border-radius:0 0 14px 0;}
#biz_area .wrap-biz .cycle .fourth h5 {background: #28c7a3; border-radius:0 0 0 14px}

#biz_area .wrap-biz .cycle h5::after {
  content: '';
  top: 40%;
  right: -15px;
  position: absolute;
  border-right: 30px solid #006db9;
  border-bottom: 30px solid transparent;
  transform: rotate(45deg);
  z-index: 100;
}

#biz_area .wrap-biz .cycle .second h5::after {
  top: auto;
  right: auto;
  left: 45%;
  bottom: -15px;
  border-color: #024488;
  transform: rotate(135deg);
}
#biz_area .wrap-biz .cycle .third h5::after {
  right: auto;
  left: -15px;
  border-color: #199e80;
  transform: rotate(-135deg);
}
#biz_area .wrap-biz .cycle .fourth h5::after {
  top: -15px;
  right: auto;
  left: 45%;
  border-color: #28c7a3;
  transform: rotate(-45deg);
}
#biz_area .wrap-biz > .right{
  margin-top: 42px;
}
#biz_area .wrap-biz > .right ul {
  display: inline-block;
  margin-bottom:0;
}
#biz_area .wrap-biz > .right > div[class^='col-'] {
  padding: 0;
}
#biz_area .wrap-biz > .right .inner {
  padding: 30px 30px 0;
}
#biz_area .wrap-biz > .right .first .inner,
#biz_area .wrap-biz > .right .second .inner {
  padding-bottom: 25px;
  padding-top: 3px;
}
#biz_area .wrap-biz > .right .first .inner {
  border-right: 1px solid #ddd;
}
#biz_area .wrap-biz > .right .third .inner {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#biz_area .wrap-biz > .right .fourth .inner {
  border-top: 1px solid #ddd;
}
#biz_area .wrap-biz > .right h5 {
  margin: 0 0 15px;
  font-size: 20px;
  color: #006db9;
  font-weight: 600;
}
#biz_area .wrap-biz > .right .second .inner h5{
  color:#024488
}
#biz_area .wrap-biz > .right .third .inner h5{
  color:#3bbda0
}
#biz_area .wrap-biz > .right .fourth .inner h5{
  color:#149074
}
#biz_area #row3 p {
  position: relative;
  padding: 45px 35px 40px;
  font-size: 20px;
  font-weight: 500;
  word-break: keep-all;
  line-height: 1.65;
  text-align: center;
  border: 5px solid #e5f0f8;
  border-radius: 22px;
  margin: 0;
  color: #024488;
}

/* 보유기술 (페이지) */
#our_technique .title-lv-3{
  margin-bottom:20px
}
#our_technique .space-bottom {
  margin-bottom: 50px;
}
#our_technique h3+ul {
  padding: 30px 30px 25px;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
#our_technique #row1 h3+ul {
  margin-bottom: 30px;
}
#our_technique #row2 h3+ul {
  min-height: 160px;
}
#our_technique .row img {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}
#our_technique .row ul li li{
  color:#6f6f6f;
  font-size:14px;
}
#our_technique .contents ul > li{
  margin-bottom:10px
}
/* 복리후생 (페이지) */
ul.list-welfare {
  margin: 0 -10px;
}
ul.list-welfare > li {
  float: left;
  width: 20%;
  padding: 0 10px;
}
ul.list-welfare > li .inner {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  padding: 52px 30px 0;
  background: #fff;
  border-radius: 100%;
  border: 12px solid #006db9;
  position: relative;
}
ul.list-welfare > li .inner img{
  position:relative;
  z-index:20;
}
ul.list-welfare > li .inner::before{
  content:"";
  width:200px;
  height:200px;
  position:absolute;
  left: -12px;
  top: -12px;
  background: url('/public/img/pt.png') repeat center;
  opacity: 0.3;
}
ul.list-welfare > li:nth-child(2) .inner{
  border-color: #024488;
}
ul.list-welfare > li:nth-child(3) .inner{
  border-color: #257ab3;
}
ul.list-welfare > li:nth-child(4) .inner{
  border-color:#003f80
}
ul.list-welfare > li:nth-child(5) .inner{
  border-color:#257ab3
}

ul.list-welfare > li h5 {
  position: relative;
  margin: 0;
  padding-top: 55px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.07em;
  color: #222;
}
ul.list-welfare > li h5::before{
  content:"";
  width: 1px;
  height: 30px;
  background: #4986af;
  position: absolute;
  left: 50%;
  top: 0;
}
ul.list-welfare > li h5::after{
  content:"";
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #0466a7;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 30px;
  margin-left: -4px;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
.search_wrap {
  margin-bottom: 0;
}
.table_default{
  border-top: 2px solid #006db9;
}
.table.table_default tr th, 
.table.table_default tr td {
  font-size: 15px;
  border-color: #e3e3e3;
}
.table.table_default tbody .subject a:hover {
  text-decoration: underline;
}
.table.table_default tbody .subject .badge {
  margin-right: 8px;
  padding: 6px 7px 5px;
  font-weight: 500;
  color: #fff;
  background: #777;
  border-radius: 0;
}
.board_data_view{
  border-top: 2px solid #006db9;
}
.board_data_view .header_wrap {
  padding: 35px 10px;
  border-bottom: 1px solid #ddd;
  background:#f6f6f6;
}
.board_data_view .header_wrap .title {
  font-size: 26px;
  line-height: 1.25em;
}
.board_data_view .header_wrap .info {
  margin-top: 12px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
  width: 350px;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
  font-size: 14px;
}
.btn.btn-primary{
  background-color:#0579ca;
  border:1px solid #0579ca;
  color:#fff
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
  border:1px solid #005fa8;
  background-color:#005fa8
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1199px) { /* Small·Medium·Large devices */

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
  #site {padding-top: 60px;}
  .navbar-inverse {
    position: fixed;
    border-bottom: 1px solid #ddd;
  }
  .navbar-inverse .navbar-brand img {
    height: 32px;
    margin-top: 0;
  }
  .navbar-inverse .navbar-brand::after {
    top: 22px;
    left: 58px;
    font-size: 26px;
  }
  .navbar-inverse .navbar-nav {margin: 0 -15px;}
  .navbar-inverse .navbar-nav > .open {background-color: #f6f6f6;}
  .navbar-inverse .navbar-nav > li > a {padding: 12px 15px;}
  .navbar-inverse .navbar-nav > .open .dropdown-menu {padding: 10px 0;}
  .navbar-inverse .navbar-nav > .open .dropdown-menu > li > a {
    padding: 6px 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;
  }

  .main-contents {padding: 60px 0 70px;}
  .main-contents h3 {
    margin: 0 0 30px;
    font-size: 31px;
  }
  .main-contents .main-link {
    margin-bottom: 10px;
    padding: 25px 15px;
    text-align: left;
  }
  .main-contents .main-link > .wrap-icon {
    float: left;
    margin: 10px 50px;
  }
  .main-contents .main-link > h4 {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .main-contents .main-link > a {font-size: 12px;}


  .sub-contents > .page-top {height: 180px;}
  .sub-contents > .page-top .wrap-title {padding: 65px 0 0;}
  .sub-contents > .page-top .wrap-title > h2 {font-size: 40px;}
  .sub-contents > .page-top .wrap-title > .sm {margin: 8px 0 0;}
  .sub-contents .breadcrumb {
    top: 15px;
    font-size: 11px;
  }

  .sub-contents .link {
    margin-top: 15px;
    border-bottom: none;
  }
  .sub-contents .link ul > li {
    width: 100%;
    margin: 0;
  }
  .sub-contents .link ul > li > a {
    padding: 12px;
    font-size: 15px;
    border: 1px solid #ddd;
  }
  .sub-contents > .contents {padding: 50px 0 70px;}
  .title-lv-1 {
    margin: 0 0 50px;
    font-size: 33px;
  }
  .title-lv-3 {
    margin: 0 0 20px;
    padding-left: 28px;
    font-size: 23px;
  }
  .space-bottom {margin-bottom: 50px;}

  #greeting_goal #row1 {margin-bottom: 80px;}
  #greeting_goal #row1 p {
    margin: 30px 0 60px;
    font-size: 20px;
    word-break: keep-all;
  }
  #greeting_goal #row1 table tbody > tr > th,
  #greeting_goal #row1 table tbody > tr > td {
    width: 100%;
    display: block;
    word-break: keep-all;
  }
  #greeting_goal #row1 table tbody > tr > th {text-align: center;}
  #greeting_goal #row1 table tbody > tr:not(.list) > td {text-align: center;}
  #greeting_goal #row1 .image {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #greeting_goal .box-goal {
    min-height: auto;
    margin-bottom: 20px;
    padding: 40px 15px 30px;
  }
  #greeting_goal .box-goal > h5 {font-size: 22px;}
  #greeting_goal .box-goal > h6 {margin: 35px 0 15px;}
  #organization #row1 p {
    font-size: 20px;
    word-break: keep-all;
  }
  #greeting_goal #row2 {margin: 0 -15px;}
  .wrap-history::before {
    left: 0;
    margin-left: 0;
    border-left-width: 8px;
  }
  .wrap-history::before {
    left: 0;
    margin-left: 0;
    border-left-width: 8px;
  }
  .history-block > .year {
    width: 100%;
    margin: 0 0 10px;
    padding-left: 25px;
    font-size: 28px;
  }
  .history-block > .year::before {
    right: auto;
    left: 0;
    width: 25px;
  }
  .history-block > .year::after {
    right: auto;
    left: 0;
  }
  .history-block > .detail {
    width: 100%;
    padding: 10px 0 0 20px;
  }
  .history-block > .detail ul > li {margin-bottom: 10px;}
  .history-block > .detail ul > li .desc {
    padding-left: 0;
    word-break: keep-all;
  }
  #location iframe {height: 300px;}
  #location .wrap-contact {padding: 25px 0 15px;}
  #location ul.list-contact > li.addr {font-size: 17px;}
  #biz_area #row1 p {
    margin: 30px 0 60px;
    font-size: 19px;
    word-break: keep-all;
  }
  #biz_area .wrap-biz .cycle h5 {
    padding: 40px 20px;
    font-size: 18px;
    font-weight: 500;
  }
  #biz_area .wrap-biz .cycle h5::after {
    top: 37%;
    right: -12px;
    border-right-width: 25px;
    border-bottom-width: 25px;
  }
  #biz_area .wrap-biz .cycle .second h5::after {
    bottom: -12px;
    left: 42%;
  }
  #biz_area .wrap-biz .cycle .third h5::after {left: -12px;}
  #biz_area .wrap-biz .cycle .fourth h5::after {
    top: -12px;
    left: 42%;
  }
  #biz_area .wrap-biz > .right {margin-top: 220px;}
  #biz_area .wrap-biz > .right .inner {
    padding: 25px 15px 18px !important;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
  }
  #biz_area #row3 p {
    padding: 35px 20px 30px;
    font-size: 18px;
  }
  #our_technique h3+ul {padding: 20px 20px 15px;}
  #our_technique .space-bottom {margin-bottom: 30px;}
  ul.list-welfare > li {
    width: 100%;
    margin-bottom: 15px;
  }
  ul.list-welfare > li .inner {
    float: left;
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 32px 0px 0;
    border-width: 8px;
  }
  ul.list-welfare > li h5 {
    float: right;
    width: 50%;
    padding-top: 65px;
  }
  ul.list-welfare > li h5::before {
    top: 75px;
    left: -24px;
    width: 35px;
    height: 1px;
  }
  ul.list-welfare > li h5::after {
    top: 71.2px;
    left: 12px;
  }

  .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_data_view .header_wrap {padding: 30px 10px;}
  .board_data_view .header_wrap .title {
    font-size: 25px;
    line-height: 1.25em;
  }
  .table.table_default tr th, .table.table_default tr td {padding: 10px;font-size: 14px;}
  .table.table_default tbody .subject .badge {
    margin-right: 5px;
    font-size: 11px;
  }

  .board_wrapper .table.board_write_table tbody tr td .form-control,
  .board_wrapper .table.board_write_table .form-control.form-control-big {
    width: 100%;
  }
  .board_wrapper .text-center .btn.btn-lg {
    width: 100%;
    margin: 12px 0 0;
    padding: 12px;
  }
  .member_wrapper {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  #site footer .footer-info {
    padding: 30px 0;
  }
  #site footer .footer-info ul li {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */
  .navbar-inverse .navbar-nav > li > a {padding: 30px 20px;}
  .navbar-inverse .navbar-nav > li > a {padding: 30px 20px;}
  #mainCarousel .carousel-inner .item {height: 500px;}
  .carousel-caption {
    right: 12%;
    left: 12%;
  }
  .main-contents .col-sm-55 {width: 33.3%;}
  .main-contents .main-link {margin-bottom: 20px;}

  #greeting_goal .box-goal {margin-bottom: 15px;}
  .wrap-history::before {left: 25%;}
  .history-block > .year {
    width: 25%;
    font-size: 32px;
  }
  .history-block > .detail {width: 75%;}
  #location .right ul.list-contact {text-align: left;}
  ul.list-welfare > li {width: 33.3%;}
  ul.list-welfare > li:nth-child(n+4) {margin-top: 35px;}
}
/******* 모바일 최적화 끝 *******/