@charset "utf-8";

#site {
    padding-top: 0px;
    font-size: 16px;
    font-family: "notokr", sans-serif;
    letter-spacing: -0.03em;
}

a,
button,
a.wrap-img-toggle::after {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}
a,
a:hover,
a:focus {
    color: inherit;
}

p {
    line-height: 1.5em;
    letter-spacing: -0.034em;
    margin-bottom: 15px;
}

.btn.btn-primary {
    background-color: #0d5d8e;
    border-color: #0d5d8e;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #0c4264;
    border-color: #0c4264;
}

.inner-section {
    margin-bottom: 100px;
    border-bottom: 1px solid #eee;
    padding-bottom: 80px;
}

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

.list-default {
    padding-left: 0;
    list-style-type: none;
}
.list-style-1 > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 16px;
}
.list-style-1 > li::before {
    content: "";
    top: 9px;
    left: 2px;
    width: 6px;
    height: 6px;
    position: absolute;
    background-color: #0d5d8e;
}

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

.board_wrapper {
    margin: 110px auto;
}

/* Buisness */
.color-blue {
    color: #0075da;
    font-weight: 500;
}
.color-red {
    color: #990000;
}

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

/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    margin-bottom: 0;
}
.navbar.bg-transparent {
    background: transparent;
    border-color: transparent;
}
.navbar:not(.bg-transparent) {
    border-color: #eee;
}

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

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

.navbar.bg-transparent .navbar-nav > li > a {
    color: #fff;
}
.navbar.bg-transparent .navbar-nav > li > a:hover,
.navbar.bg-transparent .navbar-nav > li > a:focus {
    color: #89ceff;
}

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

.navbar.bg-transparent .navbar-nav .dropdown.open .dropdown-toggle,
.navbar.bg-transparent .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar.bg-transparent .navbar-nav .dropdown.open:focus .dropdown-toggle {
    color: #89ceff;
}

@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: #666;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }
    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }
    .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) {
    @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background: rgba(0, 0, 0, 0.7);
        border: none;
        padding: 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        animation-fill-mode: both;
        animation-duration: 0.3s;
        animation-name: fadeIn;
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 12px 20px;
        color: #fff;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #166fda;
    }
}

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

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}
.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: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
}
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: rotate(45deg);
}

.carousel-caption {
    top: 40%;
    text-shadow: none;
}
.carousel-caption > h1 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

@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;
    text-align: center;
    background-color: #f2f2f2;
}
#site footer .footer-info {
    padding: 33px 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: 20px;
}
#site footer .footer-info ul li.company {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
    color: #585858;
}
#site footer .footer-info ul li.copy {
    margin-top: 4px;
    font-size: 11px;
    color: #999;
}

/* Top 버튼 */
.btn-top {
    z-index: 1;
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    padding: 12px 18px;
    font-size: 22px;
    color: #0d5d8e;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 50px;
}
.btn-top:hover {
    cursor: hand;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 100vh;
    /* height: 885px; */
    background-image: url("/public/img/slide/slide02.jpg");
}

.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 #mainCarousel .wrap-box-banner {
    bottom: 10%;
    width: 100%;
    position: absolute;
    padding: 0 380px;
}
.main-contents #mainCarousel .wrap-box-banner > div {
    padding: 1px;
}
.main-contents #mainCarousel .box-banner > a,
.main-contents #mainCarousel .box-banner .wrap-img,
.main-contents #business .box-business a:hover > img {
    transition: all ease-in-out 0.15s;
    -webkit-transition: all ease-in-out 0.15s;
    -moz-transition: all ease-in-out 0.15s;
    -ms-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
}
.main-contents #mainCarousel .box-banner > a {
    width: 100%;
    display: inline-block;
    padding: 32px 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    border: none;
}
.main-contents #mainCarousel .box-banner > a:hover {
    text-decoration: none;
    background-color: #000;
    border: none;
}
.main-contents #mainCarousel .box-banner .wrap-img {
    display: inline-block;
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.65);
    border-radius: 100%;
}
.main-contents #mainCarousel .box-banner > a:hover .wrap-img {
    background-color: #166fda;
}
.main-contents #mainCarousel .box-banner h5 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 0;
}

/* Business Area */
.main-contents #business {
    padding: 110px 0 120px;
}
.main-contents #business h3 {
    margin-bottom: 75px;
    text-align: center;
    font-size: 38px;
    letter-spacing: -0.05em;
    font-weight: 700;
    margin-top: 0;
}
.main-contents #business .box-business a {
    width: 100%;
    display: inline-block;
    border: 2px solid transparent;
}
.main-contents #business .box-business a > img {
    border: 2px solid transparent;
}
.main-contents #business .box-business a:hover {
    text-decoration: none;
}
.main-contents #business .box-business a:hover > img {
    border-color: #166fd9;
}
.main-contents #business .box-business h5 {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.05em;
    font-weight: 500;
}

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

/******************* 서브 페이지 *******************/
/* 공통 */
.sub-contents {
    margin-top: 90px;
}
.sub-contents .page-top {
    padding: 0;
    position: relative;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    background-image: url("/public/img/sub/back-page-top1.jpg");
    height: 230px;
}
/*.sub-contents .page-top#back1 {background-image: url('/public/img/sub/back-page-top1.jpg');}
.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 > .container {
    position: relative;
}
.sub-contents .page-top h2 {
    margin: 80px 0 0;
    font-size: 40px;
    letter-spacing: -0.034em;
}

.sub-contents .breadcrumb {
    top: 12px;
    right: 0;
    position: absolute;
    margin-bottom: 0;
    padding: 0 15px 0 0;
    font-size: 12px;
    letter-spacing: 0;
    background-color: transparent;
}
.sub-contents .breadcrumb > li + li:before {
    content: "\f105";
    font-size: 8px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.sub-contents .breadcrumb > li a > i:hover {
    text-decoration: underline;
}

.sub-contents .links {
    margin-top: -52px;
}
.sub-contents .links ul.nav > li > a {
    /* width: 99%; */
    padding: 15px 15px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.02em;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(0, 0, 0, 0.65);
    margin-right: 1px;
}
.sub-contents .links ul.nav > li > a:hover {
    background-color: #000;
}
.sub-contents .links ul.nav > li.current > a {
    font-weight: 400;
    background-color: #1c75de;
    color: #fff;
}

.sub-contents > .contents {
    padding: 100px 0 0;
}
.sub-contents > .contents > section {
    padding: 0 0 80px;
}
.sub-contents > .contents > section:last-child {
    padding-bottom: 150px;
}

.title-lv-3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 26px;
    color: #333;
    font-weight: 700;
    letter-spacing: -0.034em;
}
.title-lv-3::before {
    display: none;
    content: "";
    top: 8px;
    left: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #0d5d8e;
    border-right-color: rgba(13, 93, 142, 0.35);
    border-bottom-color: #0d5d8e;
    border-left-color: rgba(13, 93, 142, 0.35);
    border-radius: 25px;
    transform: rotate(-45deg);
}
.title-lv-4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    /* border-bottom: 1px solid #ddd; */
}
.title-lv-4::before {
    content: "";
    top: -12px;
    left: 1px;
    width: 25px;
    height: 3px;
    position: absolute;
    background-color: #00c6ff;
    border-right: 14px solid #1e6bad;
    border-radius: 25px;
}
.title-lv-5 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 20px;
    color: #00418e;
    font-weight: 700;
}
.title-lv-5::before {
    display: none;
    content: "";
    top: 2px;
    left: 0;
    width: 3px;
    height: 15px;
    position: absolute;
    background-color: #1e6bad;
}

.btn-datasheet {
    text-align: right;
}
.btn-datasheet > a {
    position: relative;
    padding: 7px 10px;
    font-weight: 500;
    color: #1e6bad;
    border: 1px solid #1e6bad;
}
.btn-datasheet > a::after {
    content: "\f15c";
    margin-left: 8px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.btn-datasheet > a:hover,
.btn-datasheet > a:focus {
    color: #fff;
    background-color: #1c75de;
}
.btn-datasheet > a:hover::after,
.btn-datasheet > a:focus::after {
    color: #fff;
}

/* 인사말 */
#greeting .text {
    margin-top: 10px;
    padding-left: 50px;
}
#greeting .text p {
    line-height: 1.6;
    font-size: 17px;
    letter-spacing: -0.06em;
    margin-bottom: 20px;
    padding-right: 50px;
}
#greeting .text .txt-big {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.07em;
}
#greeting .text .txt-big span {
    color: #0d5d8e;
    font-weight: 600;
}
/* 연혁 */
#history img {
    margin-top: 10px;
}
#history .history ul > li {
    font-size: 16px;
    position: relative;
    padding: 0;
    letter-spacing: -0.034em;
    color: #333;
    margin: 10px 0;
    font-weight: 400;
    padding-left: 20px;
}
#history .history ul > li::before {
    content: "";
    top: 10px;
    left: 0;
    width: 8px;
    height: 1px;
    position: absolute;
    background-color: #333;
}

/* 찾아오시는길 */
.root_daum_roughmap_landing {
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}
#location .wrap-box-info {
    margin-top: 50px;
    border-top: 2px solid #1c75de;
}
#location .box-info {
    float: left;
    width: 25%;
    height: 250px;
    padding: 50px 20px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 3px 5px 2px #efefef;
}
#location .wrap-box-info > .box-info:first-child {
    border-left: 1px solid #ddd;
}
#location .box-info > i {
    width: 54px;
    height: 54px;
    font-size: 52px;
    color: #81bbff;
}
#location .box-info > h5 {
    font-weight: 700;
    margin: 17px 0 35px;
    font-size: 16px;
    color: #00418e;
}
#location .box-info > p {
    font-size: 15px;
}

/* Business */
.biz .wrap-biz-description {
    width: 100%;
    min-height: 100px;
    display: inline-table;
    margin-bottom: 50px;
    background: url("/public/img/sub/ptn01.png");
    padding: 7px;
}
.biz .biz-description {
    position: relative;
    display: table-cell;
    padding: 30px 80px 20px;
    background: #fff;
    vertical-align: middle;
    font-size: 18px;
    letter-spacing: -0.06em;
    text-align: center;
}
.biz .biz-description::after {
    display: none;
    content: "";
    right: 0;
    bottom: 0;
    border: 0;
    position: absolute;
    border-top: 10px solid #bbb;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #bbb;
}
.biz .biz-description h4 {
    color: #0d5d8e;
    font-size: 22px;
    font-weight: 600;
}
.biz .img-link > a {
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 15px;
    border-top: 2px solid #1c75de;
    box-shadow: 3px 5px 2px #efefef;
}
.biz .img-link > a:hover {
    border-color: #1c75de;
    text-decoration: none;
}
.biz .img-link > a > img {
    padding: 40px 10px;
}
.biz .img-link > a > .bottom p,
.biz .img-link > a > .bottom .more {
    height: 40px;
    display: inline-block;
}
.biz .img-link > a > .bottom p {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.biz .img-link > a > .bottom .more {
    position: relative;
    padding: 5px 20px 15px;
    color: #666;
    font-size: 13px;
    text-align: center;
    background-color: #fff;
    display: block;
    font-weight: 500;
}
.biz .img-link > a > .bottom .more::before {
    display: none;
    content: "";
    top: 0;
    left: -30px;
    height: 100%;
    position: absolute;
    border-top: 20px solid transparent;
    border-right: 15px solid #0d5d8e;
    border-bottom: 20px solid #0d5d8e;
    border-left: 15px solid transparent;
}
.biz .img-link > a:hover > .bottom .more {
    color: #1c75de;
}
.biz .img-link > a:hover > .bottom .more::before {
    border-right-color: #18c4f6;
    border-bottom-color: #18c4f6;
}

.biz .external {
    display: block;
    margin-bottom: 80px;
    color: #0d5d8e;
    font-weight: 500;
}
.biz .external i {
    margin-right: 3px;
}

/* 위성사업 - 고출력증폭기 */
h5.detail {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    font-weight: 700;
    line-height: 1em;
}
.biz .column-2 > div {
    padding: 0;
}
.biz .img-desc {
    margin-top: 15px;
    margin-left: 40px;
    font-size: 15px;
}
#logo-customer {
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #e4e4e4;
}
ul.logo > li {
    width: 20%;
    float: left;
    display: inline-block;
    padding: 0 20px 20px 0;
}
ul.logo > li > .box-logo {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
ul.logo > li > .box-logo > img {
    width: 145px;
    padding: 5px 0;
}

/* 위성사업 - 컨트롤시스템 */
.list-default.list-inner > li {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    padding-bottom: 2px;
    color: #888;
}
.list-default.list-inner > li::before {
    content: "";
    top: 9px;
    left: 0px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    background-color: rgba(13, 93, 142, 0.7);
}
#biz2_4 img {
    width: 500px;
}

/* 솔루션 */
#biz4_1 .wrap-img-link {
    margin: -5px;
}
#biz4_1 .wrap-img-link > div {
    padding: 0 5px;
    margin-bottom: 10px;
}
#biz4_1 .img-link > a > img {
    padding: 35px 10px;
    width: 110px;
}
#biz4_1 .img-link > a > .bottom p {
    width: 100%;
    padding-top: 0;
    text-align: center;
    background-color: transparent;
}
#biz4_1 .img-link > a > .bottom .more {
    width: 100%;
}
#biz4_1 .img-link > a > .bottom .more::before {
    display: none;
}

/* 항재밍 */
p.short {
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
div.short {
    display: inline-block;
    margin-bottom: 20px;
}
div.short p {
    margin-bottom: 5px;
}
#biz4_2 .wrap-biz-description,
#biz4_7 .wrap-biz-description {
    margin-bottom: 100px;
}
#biz4_2 #VersaPNT .img-toggle-txt #txt1 {
    display: inline-block;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
#biz4_2 #VersaPNT .img-toggle-txt #txt1 ul {
    min-height: 250px;
}
#biz4_2 #VersaPNT .img-toggle-txt #txt2 ul {
    min-height: 192px;
}

/* RF계측 솔루션 */
#biz4_5 img {
    margin-top: 30px;
}

/* GPS/GNSS시뮬레이션 */
a.wrap-img-toggle {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid transparent;
}
a.wrap-img-toggle::after {
    content: "READ MORE +";
    bottom: 0;
    right: 0;
    position: absolute;
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 500;
    color: #2874e4;
    line-height: 1;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    border: 1px solid #2874e4;
}
a.wrap-img-toggle.on::after {
    content: "READ MORE −";
}
a.wrap-img-toggle:hover,
a.wrap-img-toggle:active {
    text-decoration: none;
    border-color: #2974e4;
    cursor: pointer;
    cursor: hand;
}
a.wrap-img-toggle:hover::after {
    color: #fff;
    background-color: #2874e4;
}
.img-toggle-txt {
    display: none;
    padding: 30px 0 0;
    font-size: 15px;
    margin-top: 30px;
    border-top: 1px dashed #ddd;
}
.img-toggle-txt strong {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
}
.img-toggle-txt h4 {
    position: relative;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 22px;
    font-size: 20px;
    color: #00418e;
    font-weight: 700;
}
.img-toggle-txt h4::before {
    content: "";
    top: 10px;
    left: 1px;
    width: 14px;
    height: 3px;
    position: absolute;
    background-color: #00c6ff;
    border-right: 7px solid #1e6bad;
    border-radius: 25px;
}
.wrap-circle > div {
    margin-top: -135px;
    text-align: center;
}
.wrap-circle img {
    width: 190px;
    margin-bottom: 15px;
    margin-top: 50px;
}
.wrap-circle strong {
    margin-bottom: 0;
}
.wrap-circle p {
    margin-top: 10px;
}
#biz4_6 .wrap-circle2 > div {
    padding-left: 18px;
    padding-right: 18px;
    text-align: center;
}
#biz4_6 .wrap-circle2 img {
    width: 190px;
}
#biz4_6 .wrap-circle2 strong {
    margin-top: 15px;
}
hr.gray {
    border-top: 1px solid #ddd;
}

/* Contact - 견적요청 */
.sub-contents#contact .page-top h2 {
    margin-top: 105px;
}
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 350px;
}
/**************************************************/
.text-muted {
    font-size: 15px;
    margin-top: 7px !important;
}
.custom_checkbox + span {
    font-size: 15px;
    letter-spacing: -0.06em;
}
.custom_checkbox + span a {
    color: #0075bb;
    font-weight: 500;
}
#location .box-info:nth-child(2) > p,
#location .box-info:nth-child(3) > p {
    font-size: 22px;
}
#location .box-info:nth-child(4) > p {
    padding-top: 8px;
}
#greeting .text .txt-big::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #000;
    margin-top: 30px;
    margin-bottom: 50px;
}
#biz1 img,
#biz3 img {
    border-radius: 5px;
}
.container > .inner-section:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding: 0;
}
#biz4_5 .inner-section > div + div + div {
    padding-left: 40px;
}
#biz4_5 .inner-section > div + div {
    padding-right: 60px;
}
.inner-section ul {
    background: #f9f9f9;
    padding: 20px;
}
.inner-section ul li {
    font-size: 14px;
    color: #666;
    line-height: 1.4em;
    padding-bottom: 1px;
    letter-spacing: 0em;
}
.inner-section ul li:before {
    height: 3px;
    background: #afafaf;
}
.inner-section ul li ul {
    padding: 5px 0 5px;
}
#biz4_2 .col-sm-4 img {
    padding-right: 60px;
    padding-top: 25px;
}
#biz4_2 .img-toggle-txt img {
    margin-bottom: 25px;
}
#biz4_2 .img-toggle-txt ul,
#biz4_7 .img-toggle-txt ul {
    margin-bottom: 20px;
}
#biz4_7 .inner-section div:nth-child(2):not(.btn-datasheet) {
    padding-right: 50px;
}
.history ul {
    background: #fff;
    padding: 0;
}
#history .title-lv-3 {
    font-size: 40px;
    font-weight: 300;
    /* border-bottom: 1px solid #555; */
    font-style: italic;
    /* width: 50%; */
}
#history .row:last-child {
    margin-top: 100px;
    border-top: 1px dashed #ddd;
    padding-top: 80px;
}
#history .row:last-child .history {
    padding-left: 100px;
    padding-top: 100px;
}
#history .row:first-child img {
    padding-top: 80px;
}
#biz4_6 .inner-section ul {
    margin-bottom: 30px;
    border-bottom: none;
}
#biz4_6 .inner-section ul li ul {
    margin-bottom: 0;
}
#biz4_6 .col-sm-5,
#biz4_6 .col-sm-4 {
    padding-right: 50px;
}

/* 2020-06-29 */
.embed-responsive-16by9 {
    margin-top: 60px;
}
.embed-responsive-16by9 > iframe.embed-responsive-item {
    padding: 60px;
    background: #f8f8f8;
}

/* 2020-11-26 */
#biz4_10 .inner-section .btn {
    position: relative;
    padding: 7px 10px;
    font-weight: 500;
    color: #1e6bad;
    border: 1px solid #1e6bad;
}
#biz4_10 .inner-section .btn:hover {
    color: #fff;
    background-color: #1c75de;
}
#biz4_10 .inner-section .biz4_10_detail {
    padding: 0px 65px 0px;
    margin-top: 80px;
}
#biz4_10 .inner-section .biz4_10_detail .prod_item {
    padding: 40px 30px;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
}
#biz4_10 .inner-section .biz4_10_detail .prod_item .list-default li > span {
    display: inline-block;
    width: 200px;
    font-weight: 500;
}
#biz4_10 .inner-section .biz4_10_detail h5.detail {
    font-weight: 400;
    font-size: 20px;
}
#biz4_10 .inner-section .biz4_10_detail h5.detail + p {
    margin-top: 10px;
}
#biz4_10 .inner-section .biz4_10_detail .detail_table {
    margin-top: 50px;
}
#biz4_10 .inner-section .biz4_10_detail .detail_table th {
    background: #f8f8f8;
}
#biz4_10 .inner-section .biz4_10_detail .detail_table td {
    text-align: left;
}
#biz4_10 .inner-section .biz4_10_detail img {
    border: 1px solid #a5a5a5;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.23);
}
#biz4_10_1 > .col-sm-8 .short {
    margin-top: 80px !important;
}
#biz4_10_2 dl {
    border: 1px solid #aaa;
    padding: 15px;
    height: 155px;
}
#biz4_10_2 dl dt {
    margin-bottom: 10px;
    color: #1e6bad;
}
#biz4_10_2 dl dd {
}
#biz4_10_2 dl dd > span {
    display: inline-block;
    min-width: 110px;
    font-weight: 500;
}

.cert-wrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.cert-wrap img {
    border: 1px solid #ccc;
    padding: 5px;
}
.cert-wrap p {
    text-align: center;
    margin-top: 10px;
    font-weight: 700;
}
