@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500&display=swap');

#site {
  padding-top: 83px;
  font-size: 16px;
  font-family: 'Roboto', 'notokr', sans-serif;
  letter-spacing: -0.03em;
  background-color: #f5f2e9;
}

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

/* 메뉴 상단 */
.menu-top-rect {
  right: 0;
  position: absolute;
  border-left: 35px solid transparent;
  border-bottom: 85px solid #ED1C24;
  border-right-style: solid;

}
.menu-top-rect.seq1,
.menu-top-rect.seq3,
.menu-top-rect.seq5 {
  border-right-color: #ED1C24;
}
.menu-top-rect.seq2,
.menu-top-rect.seq4 {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.menu-top-rect.seq1 {
  border-right-width: 92px;
}
.menu-top-rect.seq2 {
  border-right-width: 81px;
}
.menu-top-rect.seq3 {
  border-right-width: 72px;
}
.menu-top-rect.seq4 {
  border-right-width: 57px;
}
.menu-top-rect.seq5 {
  border-right-width: 46px;
}

/* 상단 메뉴 */
.navbar-inverse {
  position: fixed;
  padding: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  padding: 32px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #888;
}

.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: #888;
}

.navbar-brand {
  height: auto;
  padding: 0;
  margin-left: 0 !important;
  margin-top: 22px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.navbar-inverse .navbar-nav .dropdown-menu {
  animation-fill-mode: both;
  animation-duration: .3s;
  animation-name: fadeIn;
}

.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
  color: #ffb608;
  font-weight:400;
  background-color: rgba(0,0,0,0.5) !important;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-toggle {
    border: 0;
    padding: 18px 0;
  }
  .navbar-brand {
    margin-top: 16px;
    margin-left: 15px !important;
  }
  .navbar-brand > img {
    height: 40px;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background: none;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    transition: ease-in-out .15s all;
    opacity: 1;
    position: relative;
  }
  .navbar-inverse .navbar-toggle:hover .icon-bar,
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #f7b52c;
  }
  .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;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0,0,0,0.8);
  }
  .navbar-inverse .navbar-nav .dropdown-menu>li>a {
      padding: 12px 20px;
      color: #fff;
      border-bottom: 1px solid rgba(255,255,255,0.2);
  }
  .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
    background: none;
    font-weight: 600;
  }
}

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

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

/* 푸터 */
#site footer {
  margin-top: 0px;
  background-color: #2e2e2e;
}
#site footer .footer-info {
  padding: 30px 0;
}
#site footer .footer-info img {
  float: left;
  display: inline-block;
  margin: 5px 0 0;
}
#site footer .footer-info ul {
  position: relative;
  display: inline-block;
  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: 22px;
  color:#999;
}
#site footer .footer-info ul li.company strong {
  font-weight: 400;
}
#site footer .footer-info ul li.company span {
  margin: 0 7px;
  font-size: 12px;
}
#site footer .footer-info ul li.copy {
  font-size: 12px;
  color: #666;
  margin-top: 6px;
}
#site footer .footer-info ul li:not(.company) strong {
  font-weight: 500;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
  height: 700px;
  height: calc(100vh - 83px) !important;
  background-position: center bottom
}

@media (max-width: 767px) {
  #mainCarousel .carousel-inner .item {
    height: 250px
  }

  #mainCarousel .carousel-caption h1 {
    font-size: 24px
  }

  #mainCarousel .carousel-caption p {
    font-size: 12px;
  }
}

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

.main-contents #main1 {
  padding: 125px 0 10px;
}
.main-contents #main1 .top-img {
  margin-bottom: 80px;
}
.main-contents #main1 .top-img img {
  width: 550px;
}
.main-contents #main1 .text {
  margin-bottom: 50px;
  font-family: 'Roboto Slab', serif;
}
.main-contents #main1 .text h3 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
}
.main-contents #main1 .text p {
  font-size: 17px;
  text-align: center;
  word-break: keep-all;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  padding: 0 60px;
}
.main-contents #main1 .text .big {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 500;
  color: #333;
}
.main-contents #main1 .text p strong {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
}
.main-contents #main1 .text strong span {
  padding: 0 6px;
}
/* 버튼 */
.main-contents #main1 .main-link > a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
}
.main-contents #main1 .main-link > a:hover::before {
  top: 0;
  left: 0;
  transition: all ease-in-out .35s;
}
.main-contents #main1 .main-link > a:hover::after {
  right: 0;
  bottom: 0;
  transition: all ease-in-out .35s;
}
.main-contents #main1 .main-link > a h4 {
  z-index: 100;
  position: relative;
  margin: 0;
  padding: 22px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0em;
  background: #1b1c80;
  transition: all ease 0.3s;
  border-radius: 7px;
}
.main-contents #main1 .main-link > a::before,
.main-contents #main1 .main-link > a::after,
.main-contents #main1 .main-link > a:hover h4 {
  color: #fff;
  background: #f7b52c;
}

.main-contents #main2 {
  padding-bottom: 125px;
}
#main2 .container > .row {
  margin: 0 -6px;
}
#main2 .container > .row > .col-sm-12{
  padding:0;
}
.main-contents #main2 .wrap-main-link {
  float: left;
  width: 20%;
  padding: 0 6px;
}
.main-contents #main2 .main-link2 > a {
  width: 100%;
  height: 215px;
  position: relative;
  display: inline-block;
  padding: 84px 10px 0;
  text-align: center;
  background-color: #fff;
  border-left: none;
  transition: all ease 0.3s;
  overflow:hidden;
  border-radius: 7px;
}
.main-contents #main2 .main-link2 > a::before,
.main-contents #main2 .main-link2 > a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}
.main-contents #main2 .main-link2 > a::after {
  left: 0;
  bottom: 0;
  border-bottom: 4px solid transparent;
}
.main-contents #main2 .main-link2 > a:hover::after {
  width: 100%;
  height: 100%;
  border-color: #1b1c80;
}
.main-contents #main2 .main-link2#link3 > a {
  padding: 85px 10px;
}
.main-contents #main2 .main-link2#link3 > a img {
  width: 110px;
}
.main-contents #main2 .main-link2 > a > h4 {
  margin: 0px 0 10px;
  font-size: 19px;
  letter-spacing: -0.015em;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.main-contents #main2 .main-link2 > a > .view {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
.main-contents #main2 .main-link2 > a:hover {
  box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}

/* 공통 스타일 */
a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

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

.btn.btn-primary {
  background-color: #2525a3;
  border: 1px solid #2525a3;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #1b1c80;
  border: 1px solid #1b1c80;
}

p {
  line-height: 1.5em;
}

img.bordered {
  border: 1px solid #ddd;
}

.list-default {
  list-style-type: none;
  padding-left: 0;
}

.navbar-inverse+.container {
  width: 100%;
  padding: 0;
}

.btn-top {  /* 스크립트로 추가 */
  z-index: 1;
  position: fixed;
  display: none;
  right: 18px;
  bottom: 18px;
  padding: 12px 18px;
  font-size: 22px;
  color: #fff;
  background-color: rgba(27, 28, 128, .7);
  border-radius: 100%;
}
.btn-top:hover {
  cursor: hand;
  cursor: pointer;
  color: #f7b52c;
  background-color: rgba(27, 28, 128, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/********** 서브 시작 **********/
/* 공통 */
.sub-contents > .page-top {
  height: 250px;
  padding: 0;
  position: relative;
  color: #fff;
  text-align: center;
  background-image: url('/public/img/sub/back-page-top1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #333;
}
.sub-contents > .page-top#back2 {background-image: url('/public/img/sub/back-page-top2.jpg');}
.sub-contents > .page-top#back3 {background-image: url('/public/img/sub/back-page-top3.jpg');}
.sub-contents > .page-top#back4 {background-image: url('/public/img/sub/back-page-top4.jpg');}
.sub-contents > .page-top#back5 {background-image: url('/public/img/sub/back-page-top5.jpg');}
.sub-contents > .page-top#back6 {background-image: url('/public/img/sub/back-page-top6.jpg');}

.sub-contents > .page-top > .container {
  position: relative;
}

.sub-contents .breadcrumb {
  position: absolute;
  top: 12px;
  right: 0;
  margin-bottom: 0;
  padding: 0 15px 0 0;
  font-size: 12px;
  background-color: transparent;
  letter-spacing: 0;
}
.sub-contents .breadcrumb > li:first-child::before {
  content: '\f015';
  top: 0;
  left: 0;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}
.breadcrumb > li+li:before {
  font-size: 8px;
}

.sub-contents > .page-top h2 {
  margin: 90px 0 0;
  font-size: 42px;
  font-weight: 600;
}
.sub-contents > .page-top small {
  font-size: 14px;
  margin: 7px 0 0;
  display: block;
  letter-spacing: 0;
  font-style: italic;
}

.sub-contents > .contents {
  padding: 70px 0;
}
.sub-contents > .contents section {
  padding: 60px 0;
}

.inner-section {
  margin-bottom: 80px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 80px;
}

.title-lv-3 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 36px;
  font-size: 32px;
  font-weight: 600;
  line-height: .8em;
}
.title-lv-3::before {
  content: url('/public/img/sub/icon-title.png');
  left: 0;
  position: absolute;
}
.title-lv-3 .kr {
  font-size: 26px;
}

/***** Introduction *****/
/* Section 1 */
.box-info {
  text-align: center;
}
.box-info h4 {
  margin: 0;
  padding: 16px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  background-color: #1b1c80;
  border-radius: 8px 8px 0 0;
  letter-spacing: -0.02em;
}
.box-info .detail {
  width: 100%;
  height: 100px;
  display: inline-table;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
.box-info .detail p {
  display: table-cell;
  font-size: 17px;
  vertical-align: middle;
  letter-spacing: -0.02em;
  font-weight: 500;
}
.box-info .kr {
  display: block;
  font-size: 15px;
  font-weight: 400;
}

/* Section 2 */
.history::before {
  content: '';
  width: 1px;
  height: 93%;
  top: 10px;
  left: 50%;
  position: absolute;
  background-color: #d8d8d8;
}
.history ul>li {
  position: relative;
  margin-bottom: 60px;
}
.history ul>li.right {
  text-align: right;
}
.history ul>li .wrap-txt {
  width: 45%;
  display: inline-block;
  padding: 0;
  text-align: right;
}
.history ul>li.right .wrap-txt {
  text-align: left;
}
.history ul>li .order {
  left: 48.3%;
  position: absolute;
  padding: 10px 11px 8px;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  background: #494f90;
  border-radius: 50px;
}
.history ul>li .year {
  margin: 10px 0 8px;
  font-size: 20px;
  font-weight: 600;
  color:#1b1c80;
  letter-spacing: -0.06em;
  line-height: 1;
}
.history ul>li p {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.03em;
}

/* Section 4 */
#introduction #seq4 .col-sm-4 {
  padding: 30px;
}
.certification figure .wrap-img {
  width: 260px;
  height: 360px;
  margin: 0 auto;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 6px 10px rgba(0,0,0,0.2);
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  overflow: hidden;
  border-radius: 6px;
}
.certification figure .wrap-img a{cursor: pointer;}
.certification>a:hover figure .wrap-img,
.certification>a:focus figure .wrap-img {
  padding: 5px;
  cursor: pointer;
  border-color: #2425a5;
}
.certification figure figcaption {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.certification figure figcaption .en {
  margin-top: 3px;
  font-size: 16px;
  color: #444;
  line-height: 1.2em;
}
.certification .modal-header {
  padding: 20px;
  color: #fff;
  background: #2f2f2f;
}
.certification .modal-title {
  font-size: 20px;
  text-align: center;
}
.certification .modal-title .en {
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 500;
}
.certification .modal-header .close {
  top: 0;
  right: -50px;
  opacity: 1;
  position: absolute;
  text-shadow: none;
  color: #fff;
  font-size: 50px;
}
.certification .modal-body {
  padding: 30px 50px;
}
.certification .modal-body img {
  margin-bottom: 0;
}
.certification .modal-footer {
  display: none;
}
.certification .modal-footer .btn {
  width: 100%;
  color: #888;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.certification .modal-footer .btn:hover,
.certification .modal-footer .btn:focus {
  border-color: #333;
}

/***** Business *****/
/* Section 1 */
.activity {
  width: 100%;
  height: 110px;
  display: inline-table;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 8px;
}
.activity > .num {
  width: 15%;
  display: table-cell;
  font-size: 54px;
  font-weight: 800;
  font-style: oblique;
  color: #181b80;
  text-align: center;
  padding-left: 20px;
  vertical-align: middle;
}
.activity > .description {
  position: relative;
  display: table-cell;
  padding: 7px 15px 0;
  vertical-align: middle;
}
.activity > .description p {
  margin-bottom: 7px;
  font-weight: 500;
  line-height: 1.2;
}
.activity > .description p.kr {
  font-weight: 400;
}

/* Gallery */
.board_wrapper {
  margin-top: 130px;
}
.table_blog2 dd .inner .bottom {
  background-color: #fff;
}
.table_blog2 dd .inner .bottom .title a {
  font-size: 15px;
  font-weight: 600;
}
.table_blog2 dd .inner .bottom .info {
  padding: 0;
  font-size: 14px;
  text-align: left;
  background-color: transparent;
  border: none;
}
.table_blog2 dd .inner:hover {
  border-color: #2425a5;
}
.search_wrap {
  margin-bottom: 130px;
}
.board_data_view {
  border-top: 2px solid #c1b8a1;
  border-bottom: none;
  background: #fff;
  padding: 0 40px 40px;
}
.board_data_view .header_wrap {
  padding: 50px 0 45px;
  border-bottom: 1px solid #ddd;
}
.board_data_view .header_wrap .title {
  font-size: 26px;
  font-weight: 600;
}
.board_data_view .header_wrap .info {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-top: 8px;
}
.board_wrapper .reply_wrap {
  display: none;
}
.board_data_view+.option_wrap {
  padding-bottom: 50px;
}

/* 목록 게시판 */
.table_default {
  border-top: 2px solid #c1b8a1;
  background:#fff;
}
.table.table_default tr th, 
.table.table_default tr td {
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.table.table_default thead th {
  border-bottom: 1px solid rgba(0,0,0,0.15);
  background: #ece6d6;
  letter-spacing: 0;
}

/* Contact */
#form_inquiry {
  margin-bottom: 80px;
}
.board_wrapper .table.board_write_table {
  margin-bottom: 0;
  border-top: 2px solid #c1b8a1;
  border-bottom: 1px solid rgba(0,0,0,0.15);
  background: #fff;
}
.board_wrapper .table.board_write_table>tbody>tr>td, 
.board_wrapper .table.board_write_table>tbody>tr>th, 
.board_wrapper .table.board_write_table>tfoot>tr>td, 
.board_wrapper .table.board_write_table>tfoot>tr>th, 
.board_wrapper .table.board_write_table>thead>tr>td, 
.board_wrapper .table.board_write_table>thead>tr>th {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.board_wrapper .table.board_write_table tbody tr td {
  padding: 12px 12px;
}
.board_wrapper .table.board_write_table tbody tr th {
  width: 260px;
  background-color: #ece6d6;
  letter-spacing: 0;
  border-top: 1px solid #dad0b5;
}
.form-control {
  border-color: rgba(0,0,0,0.15);
  border-radius: 3px;
}
.checkbox label {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
  color: #f8352c;
}

/* Location */
.addr {
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.addr i {
  font-size: 32px;
  color: #171b79;
  border-radius: 100%;
  float: none;
  display: inline-block;
  margin-right: .12em !important;
}
.info {
  position: relative;
  padding: 20px 30px;
  font-size: 18px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
}
.info i {
  margin-right: 8px;
  font-size: 18px;
  color: #444;
}
.info a {
  color: #097cdc;
}
.info a:hover,
.info a:focus {
  text-decoration: underline;
}
/*********** 서브 끝 ***********/

/****** 모바일 최적화 시작 ******/
@media (max-width: 1119px) { /* 태블릿, 모바일 */
  #introduction #seq4 .col-sm-4 {
    padding: 0 15px 30px;
  }
  .certification figure .wrap-img {
    width: auto;
    height: auto;
    padding: 5px;
  }
}
@media (max-width: 767px) { /* 모바일 */
  #site {
    padding-top: 67px;
  }
  .menu-top-rect {
    border-bottom-width: 67px;
  }
  .navbar-inverse .navbar-nav {
    margin: 0 -15px;
    border-top: 1px solid #ddd;
  }
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 25px;
    text-align: center;
  }
  .main-contents #main1 {
    padding: 70px 0 10px;
  }
  .main-contents #main1 .top-img {
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .main-contents #main1 .text p {
    padding: 0;
  }
  .main-contents #main1 .text .big {
    font-size: 26px;
    line-height: 1.3em;
  }
  .main-contents #main1 .main-link > a {
    margin-bottom: 10px;
  }
  .main-contents #main1 .main-link > a h4 {
    padding: 18px;
  }
  .main-contents #main2 .wrap-main-link {
    float: none;
    width: 100%;
  }
  .main-contents #main2 .main-link2 > a {
    height: auto;
    margin-bottom: 5px;
    padding: 30px 10px 25px !important;
  }
  .main-contents #main2 .main-link2#link3 > a {
    margin-bottom: -1px;
  }
  .main-contents #main2 {
    padding-bottom: 70px;
  }
  #site footer .footer-info ul li {
    font-size: 12px;
  }

  .sub-contents > .page-top {
    height: 200px;
  }
  #introduction > .page-top {
    background-position: 35% 50%;
  }
  .sub-contents > .page-top h2 {
    margin: 70px 0 0;
    font-size: 37px;
  }
  .sub-contents > .contents {
    padding: 40px 0;
  }
  .sub-contents > .contents section {
    padding: 30px 0;
  }
  .title-lv-3 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .title-lv-3 .kr {
    font-size: 22px;
  }
  .box-info {
    margin-bottom: 25px;
  }
  .box-info .detail {
    height: auto;
    padding: 15px 0;
  }
  .history {
    margin-top: 30px;
  }
  .history::before {
    left: 35px;
  }
  .history ul > li {
    margin-bottom: 25px;
  }
  .history ul > li.right {
    text-align: left;
  }
  .history ul > li .order {
    left: 0;
  }
  .history ul > li .wrap-txt {
    width: 100%;
    padding-left: 60px;
    text-align: left;
  }
  .certification figure figcaption {
    font-size: 15px;
  }
  .certification figure figcaption .en {
    font-size: 14px;
  }
  .certification .modal-body {
    padding: 15px;
  }
  .certification .modal-footer {
    display: block;
  }
  .activity > .num {
    width: 25%;
    font-size: 48px;
  }
  .activity {
    margin: 0 0 25px;
  }
  .activity > .description {
    padding: 25px 15px 15px;
    word-break: keep-all;
  }
  .board_wrapper {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .table_blog2 dd {
    width: 100%;
  }
  .board_wrapper {
    margin-top: 70px;
  }
  .search_wrap {
    margin-bottom: 70px;
  }
  .board_data_view {
    padding: 0;
  }
  .board_data_view .header_wrap {
    padding: 35px 0 30px;
  }
  .board_wrapper .table.board_write_table .form-control.form-control-big {
    width: 100%;
  }
  .board_wrapper .text-center .btn.btn-lg {
    width: 100%;
    padding: 10px;
    margin: 0 0 15px;
  }
  #sale-const > .page-top h2 {
    margin: 50px 0 0;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(1) {
    width: 65px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(2) {
    width: 220px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(3) {
    width: 100px;
  }
  .board_wrapper > .table.table_default > colgroup > col:nth-child(4) {
    width: 110px;
  }
  .board_wrapper .table.board_write_table tbody tr td .form-control,
  .board_wrapper .table.board_write_table .form-control.form-control-big {
    width: 100%;
  }
  .member_wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  #location iframe {
    height: 260px;
  }
  .addr {
    font-size: 19px;
  }
}
@media (min-width: 768px) and (max-width: 1119px) { /* 태블릿 */
  .main-contents #main2 .wrap-main-link {
    width: 33.3%;
  }
  .box-info {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) { /* 데스크탑, 태블릿 */
  .modal-dialog {
    width: 580px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) and (max-width: 1499px) { /* 데스크탑 */
  .navbar-inverse .navbar-right {padding-right: 130px;}
  .navbar-inverse .navbar-nav>li>a {padding: 32px 20px;}
}
/******* 모바일 최적화 끝 *******/
/*****************************************************/