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

#site {
    padding-top: 0;
    font-size: 16px;
    font-family: 'Roboto', 'notokr', sans-serif;
}

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.4;
}

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

.btn.btn-primary {
    background-color: #5c89c7;
    border-color: #5c89c7;
}
.btn.btn-primary:hover, 
.btn.btn-primary:focus {
    background-color: #002d5d;
    border-color: #002d5d;
}

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

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

/* 상단 메뉴 */
.navbar-inverse{background:#fff;position:static;margin-bottom:0;padding:0;border:0}
.navbar-inverse .container {
    width:100%;
    padding: 0 3%;
}
.navbar-inverse .navbar-brand{
    height:auto;
    padding:0;
    margin-left:0 !important;
    margin-top: 30px;
}
.navbar-inverse .navbar-brand img{
}

.navbar-inverse .navbar-nav > li > a{position: relative;font-size: 17px;font-weight:400;color: #333;letter-spacing: .1px;}
.navbar-inverse .navbar-nav > li > a:hover,.navbar-inverse .navbar-nav > li > a:focus{color:#333;}

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

@media (max-width: 767px) {
 /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
 .navbar-inverse .navbar-toggle{border:0;padding:9px 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:#5c89c7;}
 .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#5c89c7;}
 .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:.25rem;border:1px solid #d5d5d5;padding:10px 0;-webkit-box-shadow:0px 4px 8px rgba(0,0,0,.125);box-shadow:0px 4px 8px rgba(0,0,0,.125);}
 .navbar-inverse .navbar-nav .dropdown-menu>li>a{padding:5px 20px;}
 .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: 0;}
 .navbar-inverse .navbar-nav > li > a{padding: 40px 0px;margin: 0 25px;}
 .navbar-inverse .navbar-nav > li > a::after{
     content:'';
     width:100%;
     height:3px;
     background:#558bd6;
     position:absolute;
     left:0;
     bottom: 26px;
     transition:all 0.3s;
     opacity:0
 }
 .navbar-inverse .navbar-nav > li:hover > a::after{
     opacity:1
 }
}

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

.carousel-caption {text-shadow:none;width: 100%;left: 0;top: 50%;text-align: left;padding: 0 3.5%;}

@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:#fff;color: #616263;border-top: 1px solid #eee;}
#site footer .footer-link ul li a{color:inherit}
#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 .container{
    width:100%;
    padding: 0 3%;
}
#site footer .footer-info ul li{list-style:none;display:inline-block;font-size:14px;margin-right:15px;line-height: 29px;}
#site footer .footer-info ul li.name {
    font-weight: 600;
}
#site footer .footer-info ul li.copy {
    font-size: 13px;
    color: #999;
}

/* 메인 페이지 */
#mainCarousel{
    position:relative
}
#mainCarousel::after{
    content:'';
    width:100%;
    height:10px;
    background:#fff;
    position:absolute;
    bottom:0;
}
#mainCarousel .carousel-inner .item{height:650px;}
#mainCarousel .carousel-caption h1 {
    margin: 0;
    /* margin: 0 0 50px; */
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
}
#mainCarousel .carousel-caption h1 > em {
    display: block;
    font-size: 65px;
    font-style: normal;
    color: #7db4ff;
}
#mainCarousel .carousel-caption p {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.5px;
}
#mainCarousel .carousel-caption p > span {
    color: #7db4ff;
}

@media (max-width: 767px) {
 #mainCarousel .carousel-inner .item{height:250px}
 #mainCarousel .carousel-caption h1{font-size:24px}
 #mainCarousel .carousel-caption p{font-size:12px;}
}

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

/* 메인 추가 스타일 */
.mainPage .main-link {
    float: left;
    width: 20%;
}
.mainPage .main-link > a {
    float: left;
    width: 100%;
    height: 350px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}
.mainPage .main-link > a::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/public/img/main/link_bg01.jpg');
    transition: all .5s ease;
}
.mainPage .main-link.link2 > a::before {background-image: url('/public/img/main/link_bg02.jpg');}
.mainPage .main-link.link3 > a::before {background-image: url('/public/img/main/link_bg03.jpg');}
.mainPage .main-link.link4 > a::before {background-image: url('/public/img/main/link_bg04.jpg');}
.mainPage .main-link.link5 > a::before {background-image: url('/public/img/main/link_bg05.jpg');}
.mainPage .main-link > a:hover::before {
    transform: scale(1.07);
}
.mainPage .main-link .text {
    bottom: 45px;
    left: 50px;
    position: absolute;
    color: #fff;
}
.mainPage .main-link h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: .1px;
}
.mainPage .main-link .text > .more {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 1px;
}
.mainPage .main-link .text > .more::before {
    content: '+';
    top: -1px;
    right: -17px;
    position: absolute;
    font-size: 19px;
    font-weight: 500;
    line-height: 1em;
    transition: all .3s ease;
    color: #44c3ff;
}

/*************** 서브 시작 ***************/
/* 공통 스타일 */
#site > .container {
    width: 100%;
    padding: 0;
}
.subPage > .pageTop {
    position: relative;
    height: 350px;
    color: #fff;
    background: #333 url('/public/img/sub/back_page_top.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.subPage > .pageTop > .container {
    height: 100%;
    position: relative;
}
.subPage > .pageTop::after{
    content:'';
    width:50%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:#09335f;
    opacity:0.95;
}
.subPage > .pageTop h1 {
    margin: 125px 0 0;
    font-size: 68px;
    font-weight: 100;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.subPage > .pageTop p {
    margin: 13px 2px 0;
    font-size: 16px;
    color: #8bbafb;
    position: relative;
    z-index: 1;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.subPage > .contents > section {
    padding-top: 120px;
    padding-bottom: 120px;
}
.subPage > .contents > section:first-child {padding-top: 120px;}
.subPage > .contents > section:last-child {padding-bottom: 120px;}

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

.title-lv-1 {
    margin: 0px 0 80px;
    font-size: 55px;
    font-weight: 600;
    color: #313233;
    line-height: 1;
}
.title-lv-3 {
    position: relative;
    margin: 0 0 45px;
    padding-left: 28px;
    font-size: 30px;
    color: #111;
    letter-spacing: -0.04em;
}
.title-lv-3::before {
    content: '';
    top: 7px;
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    border: 5px solid #003377;
    border-left-color: #8eaed8;
    border-right-color: #8eaed8;
    border-radius: 50px;
    transform: rotate(45deg);
}
p.desc {
    margin: -15px 2px 0px;
    font-size: 18px;
    font-weight: 500;
}

.list-default {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.list-default > li {
    position: relative;
    margin-bottom: 10px;
}
.list-dash > li {
    padding-left: 10px;
}
.list-dash > li::before {
    content: '-';
    left: 0;
    position: absolute;
}

/* EXOSOME (페이지) */
#exosome #section1 h2 > span {
    color: #5c89c7;
}
#exosome #section1 .text > h3 {
    margin: 0 0 50px;
    font-size: 30px;
    font-weight: 400;
    color: #313233;
    line-height: 1.3em;
}
#exosome #section1 .text > p {
    margin: 0 0 20px;
    font-size: 17px;
    color: #616263;
}
#exosome #section2 {
    background-color: #f2f6fa;
}
#exosome #section2 .title-lv-1{
    margin-bottom:30px;
}
#exosome #section2 .text {
    padding-top: 120px;
}
#exosome #section2 h3 {
    margin: 0px 0 30px;
    font-size: 36px;
    font-weight: 400;
    color: #3573c7;
    /* color: #313233; */
    line-height: 1.3em;
}
#exosome #section2 h3::before{
    width:100px;
    height:1px;
    display:block;
    margin-bottom:40px;
}
#exosome #section2 .box-text > p {
    margin: 0 0 5px;
    font-size: 17px;
    color: #616263;
}

/* Technology (페이지) */
#technology .contents h2 {
    /* float: left; */
    /* margin-bottom: -40px; */
}
.wrap-tech {
    position: relative;
    margin-left: 25%;
}
.wrap-tech::before {
    content: '';
    top: 25px;
    left: 41px;
    height: 93.5%;
    position: absolute;
    border-left: 1px dashed #cdc;
}
.wrap-tech ul > li+li {
    margin-top: 40px;
}
.wrap-tech ul > li .detail {
    /* width: 50%; */
    margin-left: 18%;
    display: inline-block;
    padding: 30px 0 0;
}
.wrap-tech ul > li .icon {
    /* left: 50%; */
    width: 84px;
    height: 84px;
    position: absolute;
    margin: 0 auto;
    padding: 19px;
    background: #5c89c7;
    border-radius: 100%;
    /* transform: translateX(-50%); */
}
.wrap-tech ul > li:nth-child(2) .icon {
    padding: 15px;
}
.wrap-tech ul > li .icon::before,
.wrap-tech ul > li .icon::after {
    content: '';
    position: absolute;
}
.wrap-tech ul > li .icon::before {
    top: 41px;
    left: 83px;
    width: 41px;
    border-top: 1px solid #a2b9da;
}
.wrap-tech ul > li .icon::after {
    top: 38px;
    left: 122px;
    width: 7px;
    height: 7px;
    background: #5c89c7;
    border-radius: 20px;
}
.wrap-tech ul > li .detail h3 {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 400;
}
.wrap-tech ul > li .detail h3 > strong {
    color: #5385ca;
    font-weight: 600;
}
.wrap-tech ul > li .detail p {
    position: relative;
    margin-bottom: 2px;
    padding-left: 10px;
    font-size: 16px;
    color: #616263;
    line-height: 1.45;
}
.wrap-tech ul > li .detail p::before {
    content: '-';
    top: 0px;
    left: 0;
    position: absolute;
}

/* Applicable Area (페이지) */
#applicable_area #row1 p {
    margin: 0 0 70px;
    font-size: 30px;
    text-align: center; 
}
.box-area {padding: 0 20px;}
.box-area > .icon {
    padding: 55px 0;
    background: #104588;
    margin: 0 auto;
}
.box-area:nth-child(2) > .icon {
    background: #588dd6;
}
.box-area:nth-child(3) > .icon {
    background: #84b7ea;
}
.box-area:nth-child(2) > .detail h3{
    /* background: #4d84d0; */
}
.box-area:nth-child(3) > .detail h3{
    /* background: #73ade6; */
}
.box-area > .detail {/* background: #f1f2f3; */border: 7px solid #f1f2f3;border-top: none;padding: 35px 25px 30px;min-height: 230px;}
.box-area > .detail h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}
.box-area > .detail ul {
    font-size: 16px;
    text-align: left;
    color: #616263;
    padding: 30px 0 0;
}
.box-area > .detail ul li{
    margin-bottom:5px;
}
/* Applicable Area (페이지) */
#business section {
    padding: 0;
}
#business section .con-left h2 {
    display: inline-block;
    margin: 0;
    text-align: left;
    font-size: 55px;
    font-weight: 600;
    color: #313233;
    line-height: 1.2;
}
#business section .con-left {
    padding-top: 120px;
    padding-left: 5%;
}
#business section .con-right {
    position: relative;
    padding: 125px 15px 125px 85px;
    color: #fff;
    background-image: url('/public/img/sub/business_bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#business section .con-right::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000000;
    opacity: 0.75;
}
.wrap-timeline {
    position: relative;
}
.box-timeline+.box-timeline {
    margin-top: 90px;
}
.box-timeline h3 {
    position:relative;
    margin: 10px 0 50px;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 400;
    color: #eee;
}
.box-timeline.bottom h3 {
    color: #62a4ff;
    font-size: 36px;
}
ul.list-timeline {
    width: 100%;
    display: inline-block;
}
ul.list-timeline > li {
    float: left;
    text-align: center;
}
ul.list-timeline > li+li {
    margin-left: 45px;
}
ul.list-timeline > li img {
    margin-bottom: 10px;
}
ul.list-timeline > li span {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.box-timeline.top{
    opacity:0.9
}
.box-timeline > ul.list-dash {
    margin-top: 10px;
    font-size: 16px;
}
.box-timeline > ul.list-dash > li{
    margin-bottom:4px;
    font-weight: 300;
    letter-spacing: 0.01em;
}
.box-timeline.top li{
    color: #fff;
    font-size: 17px;
}
/* About US (페이지) */
#about_us section {
    position: relative;
    padding: 120px 0;
    /* color: #fff; */
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
#about_us #section1 {
    /* background-image: url('/public/img/sub/about_us_bg01.jpg'); */
}
#about_us #section1::before {
    /* content: ''; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #000;
    opacity: 0.5;
}
#about_us #section2 {
    background-image: url('/public/img/sub/about_us_bg02.jpg');
    color: #fff;
}
#about_us #section2 h2 {
    color: #fff;
}
.wrap-history {
    position: relative;
}
.wrap-history::before {
    content: '';
    top: 21px;
    left: 50%;
    height: 95%;
    position: absolute;
    border-left: 1px dashed #bad4f5;
}
.wrap-history ul > li {
    width: 50%;
    padding-right: 60px;
    text-align: right;
}
.wrap-history ul > li:nth-child(even) {
    margin-left: 50%;
    padding-left: 60px;
    text-align: left;
}
.wrap-history ul > li+li {
    margin-top: 40px;
}
.wrap-history ul > li .date {
    margin: 0;
    font-size: 40px;
    font-weight: 300;
    color: #5385ca;
    font-style: italic;
    letter-spacing: -0.01em;
}
.wrap-history ul > li .date::before,
.wrap-history ul > li .date::after {
    content: '';
    position: absolute;
}
.wrap-history ul > li .date::before {
    top: 23px;
    right: 3px;
    width: 30px;
    border-top: 1px solid #9ec1f1;
}
.wrap-history ul > li .date::after {
    top: 19px;
    right: -5px;
    width: 9px;
    height: 9px;
    background: #5c89c7;
    border-radius: 20px;
}
.wrap-history ul > li:nth-child(even) .date::before {
    right: auto;
    left: 3px;
}
.wrap-history ul > li:nth-child(even) .date::after {
    right: auto;
    left: -4px;
}
.wrap-history ul > li .detail {
    padding-top: 12px;
}
.wrap-history ul > li .detail p {
    font-size: 16px;
    color: #616263;
}
ul.list-contact > li+li {
    margin-top: 40px;
}
ul.list-contact > li .icon {
    float: left;
    width: 60px;
    height: 60px;
    padding: 15px;
    text-align: center;
    background: #5c95e4;
    border-radius: 100%;
}
ul.list-contact > li .icon i {
    font-size: 30px;
}
ul.list-contact > li .info {
    width: 89%;
    display: inline-block;
    padding: 5px 0 0 30px;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 0 0 18px rgba(0,0,0,0.8);
}
ul.list-contact > li.email .info {
    padding-top: 18px;
}
ul.list-contact > li .info strong {
    /* color: #8dbaf8; */
    line-height: 1.5em;
}

/* 게시판, 주문폼 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 2px solid #333;
}
.table.table_default tr th,
.table.table_default tr td{
    font-size: 15px;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject a{
    color:#333
}
.board_wrapper .table.table_default thead th {
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    background-color: #f8f8f8;
}
.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;
    border-radius: 3px;
}
.table.table_default tr td.writer,
.table.table_default tr td.regyear,
.table.table_default tr td.hits {
    color: #888;
    letter-spacing:-0.4px;
    font-size:15px
}
.board_data_view {
    border-top: 2px solid #333;
}
.board_data_view .header_wrap {
    padding: 42px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 1.3;
    margin-bottom: 7px;
}
.board_data_view .header_wrap .info {
    margin-top: 8px;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.033em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}
/* 주문폼 */
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: red;
    font-weight: 600;
}
.board_wrapper .table.board_write_table tbody tr td .text-muted {
    font-size: 14px;
}
.board_wrapper .table.board_write_table .checkbox a {
    color: #1e7fc5;
    text-decoration: underline;
}
.form-control:not([readonly]):focus {
    border-color: #555;
}
/*********** 서브 끝 ***********/

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

}
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */

}
@media (min-width: 768px) { /* Medium·Large·Extra large devices */

}
@media (min-width: 768px) and (max-width: 1199px) { /* Medium·Large devices */

}
@media (min-width: 768px) and (max-width: 991px) { /* Medium devices (col-sm-*) */

}
@media (min-width: 992px) and (max-width: 1199px) { /* Large devices (col-md-*) */

}
@media (min-width: 1200px) { /* Extra large devices (col-lg-*) */

}
@media (min-width: 1700px) {
    #business section .con-left,
    #business section .con-right {width: 50%;}
    #business section .con-left {padding-left: 20%;}
}
/******* 모바일 최적화 끝 *******/