@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");

* {
    word-break: keep-all;
}

#site {
    padding-top: 123px;
    font-family: "Roboto", "Noto Sans KR", "notokr", sans-serif;
    font-size: 15px;
}

ol,
ul,
li {
    list-style: none;
}

ul {
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

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

.subpage-content section {
    margin: 80px 0;
}

.subpage-content section:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 150px;
}

.subpage-content h3 {
    letter-spacing: 0;
    text-align: center;
    font-weight: 600;
    color: #222;
    position: relative;
    font-size: 40px;
    margin: 80px 0 0;
    font-weight: 500;
}

.subpage-content h4 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 35px;
    color: #333;
    font-style: italic;
    letter-spacing: -0.034em;
}

.subpage-content h5 {
    position: relative;
    padding-left: 14px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    color: #444;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
}

.subpage-content h5::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 5px;
    height: 8px;
    border-bottom: 12.5px solid #81db7a;
    background: #008abd;
    box-sizing: content-box;
    border-radius: 3px;
}

.li-dash li {
    position: relative;
    padding-left: 15px;
}

.li-dash li::before {
    content: "-";
    position: absolute;
    left: 0;
}

.li-row {
    border-bottom: 1px solid #444;
    background: #fff;
    color: #666;
    letter-spacing: -0.25px;
    flex-wrap: wrap;
    margin: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.li-row li:last-child::after {
    display: none;
}

.li-row li::after {
    display: inline-block;
    transform: translateY(2px);
    margin-left: 10px;
    margin-right: 10px;
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

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

.nav-top {
    background: #ddd;
}

.nav-top .btn-wrap {
    display: flex;
    justify-content: flex-end;
}

.nav-top .btn-wrap button.lang {
    padding: 3px 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    border: 0;

    background: #444;
    color: #ddd;
}

.nav-top .btn-wrap button.lang.active {
    color: #fff;
    background: #00a5e2;
}

/* 상단 메뉴 */
.navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar > .container {
    display: flex;
    justify-content: space-between;
}

.navbar-collapse {
    width: 100%;
}

.navbar > .container::before,
.navbar > .container::after {
    display: none;
}

.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0;
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 15px 0;
    height: auto;
    width: 200px;
}

.navbar-inverse .navbar-nav > li > a {
    position: relative;
    z-index: 10;
    padding: 40px 35px;
    font-size: 18px;
    font-weight: 400;
    color: #222;
}

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

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

@media (max-width: 767px) {
    #site {
        padding-top: 91px;
    }

    .navbar-header {
        display: flex;
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        padding: 0;
        width: 100vw;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar > .container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 140px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 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: #444;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #444;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    /* menu */
    .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;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 15px;
        font-size: 17px;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        background: #eee;
    }

    /* 드롭다운 폰트 */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    /* 드롭다운 메뉴 클릭시 */
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:active {
        color: #fff;
        background: #0e4d9d;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        /* width: 100%; */
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: left;
        background: #eee;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        font-size: 14px;
        padding: 12px 25px;
        color: #666;
        text-align: center;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: #0f509f;
        color: #fff;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }
}

/* =================================== main =================================== */

/* 슬라이드 */

#mainCarousel .carousel-inner .item {
    height: 700px;
}

#mainCarousel .carousel-inner .item::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #05234e;
    opacity: 0.54;
}

.carousel-caption {
    top: 55%;
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 47px;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: -0.034em;
}

.carousel-caption strong {
    font-size: 50px;
    font-weight: 500;
    color: #b0e8ff;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.75;
    font-weight: 300;
    padding-top: 20px;
}

.carousel-control {
    background-image: none !important;
}

.carousel-control:hover {
    background-image: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0;
    margin: 0 5px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.1);
    transition: ease-in-out 0.15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }
}

.main-wrap section {
    padding: 100px 0 120px;
}

.main-wrap h3 {
    margin: 0;
    font-size: 38px;
    text-align: center;
    letter-spacing: -0.034em;
    font-weight: 700;
}

.main-pd-wrap {
    margin: 0 -10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.main-pd-wrap > div {
    padding: 0 10px;
}

.main-pd-wrap .title {
    margin-bottom: 50px;
}

.main-wrap .text-se {
    margin: 0;
    margin-top: 20px;
    font-size: 17px;
    color: #333;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.main-pd-wrap .inner {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
}

.main-pd-wrap .inner p {
    transition: 0.25s;
    z-index: 5;
    position: relative;
    font-weight: 400;
    background: #fff;
    text-align: center;
    padding: 14px 0 12px;
    margin: 0;
    font-size: 17px;
}

.main-pd-wrap .inner .img-box {
    transition: 0.5s;
    transform: scale(1);
}

.main-pd-wrap .inner:hover {
    border: 1px solid #00a5e2;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.17);
}

.main-pd-wrap .inner:hover p {
    background: #006fbf;
    color: #fff;
}

.main-pd-wrap .inner:hover .img-box {
    transform: scale(1.25);
}

.main-wrap .title {
    margin-bottom: 40px;
}

.main-pd-wrap {
    margin: 0 -10px;
}

.main-pd-wrap > div {
    padding: 0 10px;
}

.main-pd-wrap .title {
    margin-bottom: 50px;
}

.main-company-wrap .inner {
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 100px 40px;
}

.main-company-wrap .inner p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #444;
    line-height: 1.6em;
}

.main-company-wrap .inner p:last-child {
    margin-bottom: 0;
}

.main-company-wrap .inner p.top {
    font-weight: 400;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.034em;
    line-height: 1.45em;
}

.main-company-wrap .inner p.name {
    font-weight: 500;
    color: #222;
    text-align: right;
}

.main-wrap .se01-bg {
    position: relative;
    overflow: hidden;
    background: url(/public/img/main/se01-bg.jpg) no-repeat center / cover;
    padding: 85px 0;
}

.main-wrap .se01-bg::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(50, 109, 55, 0.82);
    left: 0;
    top: 0;
}

.main-wrap .se01-bg .container {
    position: relative;
    z-index: 5;
}

.main-wrap .se01-bg h3 {
    color: #fff;
}

.main-wrap .se01-bg .text-se {
    color: #fff;
}

/* =================================== sub(all) =================================== */

.maintenance {
    margin-top: 5px;
    border: 7px solid #e5e5e5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
    margin-bottom: 10px;
}

.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.breadcrumb {
    color: #a7a7a7;
    position: absolute;
    right: 15px;
    top: 20px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    /* float: right; */
    background: none;
}

.breadcrumb > li + li:before {
    color: #999;
}

.breadcrumb .active {
    color: #ddd;
}

.pageheader {
    background: url(/public/img/sub/sub-top01.jpg) no-repeat center;
    display: flex;
    align-items: center;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.pageheader::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}

.subheader-wrap {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
}

.subheader-wrap h2 {
    font-size: 40px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.snb {
    margin-top: -55px;
    position: relative;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
}

.snb ul {
    margin: 0;
    display: flex;
    justify-content: center;
}

.snb li {
    flex: 1;
    position: relative;
}

.snb li:nth-child(1n + 2) {
    margin-left: 0;
}

.snb li:hover {
}

.snb li:hover::before {
    background: #fff !important;
}

.snb li::before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
    position: absolute;
    top: -1px;
}

.snb li.active::before,
.snb li.active:hover::before {
    background: #73d7ff !important;
}

.snb li:hover a {
    color: #fff;
}

.snb li a {
    color: #ccc;
    /* line-height: 3.5; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block; */
    width: 100%;
    height: 55px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.06em;
    font-weight: 300;
}

.snb li.active {
    font-weight: 700;
}

.snb li.active a {
    color: #fff;
    font-weight: 500;
}

/* =================================== subpage =================================== */
.sub-greet-wrap > div:nth-child(3) {
    padding-left: 35px;
}

.sub-greet-wrap > div:nth-child(2) {
    padding-right: 35px;
}

.sub-greet-wrap .inner-text p {
    letter-spacing: -0.5px;
    margin-bottom: 25px;
    line-height: 1.65;
    font-size: 17px;
    color: #333;
}

.sub-greet-wrap p.top {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: #0e3490;
    margin-bottom: 50px;
    letter-spacing: -0.034em;
    line-height: 1.45em;
}

.sub-greet-wrap p.top::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #a0b1e8;
    margin: 20px auto 0;
}

.sub-greet-wrap .inner-text p.name {
    color: #222;
    font-weight: 600;
    text-align: right;
}

.sub-greet-wrap .inner-text p.name img {
    margin-left: 10px;
}

.sub-history-wrap .inner-year {
    position: relative;
    padding-bottom: 75px;
}

.sub-history-wrap div:last-child .inner-year:last-child {
    padding-bottom: 0;
}

.sub-history-wrap img {
    max-height: 320px;
}

.sub-history-wrap .left-img {
    padding-right: 60px;
}

.sub-history-wrap .left .inner-year {
    padding-right: 95px;
}

.sub-history-wrap .right-img {
    padding-left: 60px;
}

.sub-history-wrap .right .inner-year {
    padding-left: 95px;
}

.inner-year h5 {
    line-height: 0.8;
    position: static;
    font-weight: 300;
    font-size: 38px;
    color: #00a5e2;
    margin-bottom: 25px;
    padding-left: 0;
}

.inner-year h5::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    border: 0;
    background: #84cfea;
    top: 9px;
    right: 0;
    left: auto;
}

.inner-year h5::after {
    box-sizing: content-box;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0px;
    border-radius: 50%;
    background: #fff;
    border: 7px solid #00a5e2;
}

.left .inner-year h5 {
    text-align: right;
}

.left .inner-year h5::before {
    right: 0;
    left: auto;
}

.left .inner-year h5::after {
    right: -10px;
}

.right .inner-year h5 {
    text-align: left;
}

.right .inner-year h5::before {
    right: auto;
    left: 0;
}

.right .inner-year h5::after {
    left: -10px;
}

.sub-history-wrap .li-year {
    margin: 0;
}

.sub-history-wrap .li-year li {
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
}

.sub-history-wrap .li-year li:last-child {
    margin-bottom: 0;
}

.sub-history-wrap .left .li-year li {
    padding-right: 50px;
    text-align: right;
}

.sub-history-wrap .right .li-year li {
    padding-left: 50px;
    text-align: left;
}

.sub-history-wrap .left {
    transform: translateX(0.5px);
    border: 0;
    border-right: 1px;
    padding-right: 0;
}

.sub-history-wrap .right {
    transform: translateX(-0.5px);
    border: 0;
    border-left: 1px;
    padding-left: 0;
}

.sub-history-wrap .left,
.sub-history-wrap .right {
    border-color: #b8cbd2;
    border-style: solid;
}

.sub-history-wrap .li-year span {
    position: absolute;
    height: 100%;
    font-weight: 600;
}

.sub-history-wrap .left .li-year span {
    right: 0;
}

.sub-history-wrap .right .li-year span {
    left: 0;
}

/* ====================================================================== */
.sub-map-wrap iframe {
    height: 450px;
}

.sub-map-wrap .li-map {
    margin: 0;
    margin-top: 20px;
}

.sub-map-wrap .li-map li {
    color: #666;
    padding: 5px 0;
    display: flex;
    align-items: center;
    height: 52px;
}

.sub-map-wrap .li-map .mail {
    border: 2px dotted #d8dde6;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    color: #2b4679;
    font-weight: 700;
    margin-top: 30px;
    background: #f7fcff;

    justify-content: center;
}

.sub-map-wrap .li-map .mail i {
    display: none;
}

.sub-map-wrap .li-map li:last-child {
    margin-bottom: 0;
}

.sub-map-wrap .li-map i {
    color: #3999dc;
    margin-right: 10px;
    background: #eaeaea;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    padding: 8px 0;
    border-radius: 50%;
    font-size: 14px;
}

/* ====================================================================== */

.se01 > div {
    margin-top: 80px;
}

.se01 > div:first-child {
    margin-top: 0;
}

.se01 .sub-cert-wrap div:last-child .inner {
    margin-bottom: 0;
}

.sub-cert-wrap .inner {
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.sub-cert-wrap .inner img {
    transition: 1s;
}

.sub-cert-wrap .inner:hover img {
    transform: scale(1.1);
}

/* ========================================================================== */

.subpage-detail {
    padding: 50px 0;
    /* background: #eee; */
}

.subpage-detail .detail-bg {
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/public/img/sub/pd-sub-bg01.jpg) no-repeat center;
}

.subpage-detail .subpage-content {
    padding: 50px;
    position: relative;
    background: #fff;
    border: 1px solid #999;
    box-shadow: 4px 6px 0px 1px rgba(0, 0, 0, 0.08);
}

.subpage-detail section {
    margin: 0 0 80px;
}

.subpage-detail section:last-child {
    margin-bottom: 0;
}

.subpage-detail .subpage-content h3 {
    color: #0f509f;
    margin-top: 0;
    margin-bottom: 25px;
}

.subpage-detail .subpage-content h3 span {
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.detail-title > div {
    position: relative;
}

.subpage-detail p.category {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    background: #222;
    display: inline-block;
    margin: auto;
    padding: 5px 12px 3px;
    position: absolute;
    font-size: 13px;
    bottom: 50px;
}

.subpage-detail .detail-title .box {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.subpage-detail .breadcrumb {
    position: static;
    padding: 0;
    margin: 0;
    color: #888;
}

.subpage-detail .breadcrumb .active {
    color: #222;
}

.sub-img-wrap .clearfix {
    margin-bottom: 30px;
}

.sub-img-wrap img {
    padding: 20px;
    border: 1px solid #eee;
}

.sub-img-wrap p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
}

.li-pd {
    padding: 50px;
    border: 1px solid #eee;
    /* margin: 0; */
    margin-bottom: 30px;
    font-size: 18px;
}

.li-pd li {
    margin-bottom: 10px;
}

.li-pd .li-dash {
    margin-top: 10px;
}

.li-pd dl {
    padding-left: 20px;
    padding-top: 5px;
}
.li-pd dd {
    padding-left: 20px;
    margin-bottom: 5px;
}
.li-pd dl:not(:has(dt)) {
    dd {
        padding-left: 0;
    }
}
.detail-text-wrap p {
    text-indent: 2em;
    margin: 0 0 10px;
    word-spacing: 3px;
    letter-spacing: -0.5px;
    line-height: 1.6;
    color: #666;
}

.detail-text-wrap img {
    padding: 15px;
    border: 1px solid #ccc;
}

.detail-text-wrap .inner {
    margin-bottom: 30px;
}

.detail-text-wrap p.bot {
    font-size: 12px;
    text-indent: 0;
}

.detail-text-wrap p.in-copy {
    text-indent: 0;
}

.detail-text-wrap ol {
    padding: 0;
    list-style-type: decimal-leading-zero;
}

.detail-text-wrap ol li {
    padding-top: 17.5px;
    padding-left: 0px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
}

.detail-text-wrap ol li:first-child {
    padding-top: 0;
}

.detail-text-wrap ol li span {
    position: relative;
    top: -20px;
    display: block;
    padding-left: 40px;

    font-weight: 400;
    word-spacing: 3px;
    letter-spacing: -0.5px;
    line-height: 1.6;
    color: #666;
}

.li-down {
    display: flex;
    flex-wrap: wrap;
    /* flex-basis: 1; */
}

.li-down li {
    margin-right: 10px;
}

.down-btn span::after {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-left: 5px;
}

.down-btn {
    letter-spacing: 0;
    color: #0082b3;
    transition: 0.25s;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #b7dbe8;
    margin-bottom: 20px;
    border-radius: 100px;
}

.down-btn:hover {
    background: #0082b3;
    color: #fff;
    border: 1px solid #0082b3;
}

.link-btn span::after {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
}

.link-btn {
    letter-spacing: 0;
    color: #fff;
    background: #0f509f;
    transition: 0.25s;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 100px;
}

.link-btn:focus,
.link-btn:hover {
    text-decoration: underline;
    color: #fff;
}

.sub-product-wrap > div,
.sub-cert-wrap > div {
    padding: 0 10px;
}

.sub-product-wrap,
.sub-cert-wrap {
    margin: 0 -10px;
}

.pd-btn {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.pd-btn:hover span {
    color: #fff;
    background: #006fbf;
}

.pd-btn:hover {
    border: 1px solid #006fbf;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.pd-btn:hover .img-box img {
    transform: scale(1.1);
}

.pd-btn span {
    transition: 0.25s;
    display: inline-block;
    font-weight: 500;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    color: #333;
    text-align: center;
    letter-spacing: -0.025em;
}

.pd-btn .img-box {
    transition: 0.25s;
    background: #eee;
    width: 100%;
    min-height: 120px;
    overflow: hidden;
    position: relative;
}

.pd-btn .img-box img {
    transition: 0.25s;
}

.pd-btn.disable {
    pointer-events: none;
}

.pd-btn.disable::after {
    background: rgba(255, 255, 255, 0.75);
    content: "준비중 입니다.";
    font-weight: 500;
    color: #333;
    padding-bottom: 20px;
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}
.pd-btn.disable.en::after {
    content: "Preparing Page" !important;
}
.sub-contact-wrap p.info {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
    color: #0e4d9d;
}

#contact01 .board_wrapper {
    margin-bottom: 0;
}

#contact01 .form-control {
    border-color: #bbb;
}

#contact01 .form-control:focus {
    border-color: #00a5e2;
}

#contact01 .board_wrapper .table.board_write_table {
    border: 0;
}

#contact01 .checkbox,
#contact01 .radio {
    margin-top: 0;
}

#contact01 .board_wrapper .table.board_write_table tbody {
    /* display: flex; */
    /* flex-wrap: wrap; */
    border: 0;
}

#contact01 .board_wrapper .table.board_write_table tbody tr {
    width: 50%;
    float: left;
    border: 0;
}

#contact01 .board_wrapper .table.board_write_table tbody tr#item_2 {
    width: 100%;
}

#contact01 #item_agree {
    width: 50%;
    text-align: right;
}

#contact01 #item_captcha {
    width: 50%;
}

#contact01 #item_captcha br {
    display: none;
}

#contact01 #item_captcha td {
    display: flex;
}

#captcha {
    height: 40px;
}

#contact01 #item_captcha input {
    margin-top: 0 !important;
    margin-left: 10px;
}

#contact01 .board_wrapper .table.board_write_table tbody tr th {
    display: none;
    border: 0;
}

#contact01 .board_wrapper .text-muted {
    display: none;
}

#contact01 .board_wrapper .table.board_write_table tbody tr td {
    width: 100%;
    display: block;
    border: 0;
}

#contact01 .board_wrapper .table.board_write_table .input-group.input-group-big,
#contact01 .board_wrapper .table.board_write_table .form-control.form-control-big,
#contact01 .board_wrapper .table.board_write_table tbody tr td .btn,
#contact01 .board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 100%;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        text-align: left;
    }
}

.li-research {
    margin: 0;
}

.li-research > li {
    padding-left: 50px;
    text-align: left;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 16px;
    color: #666;
}

.li-research > li:last-child {
    margin-bottom: 0;
}

.li-research > li ul li {
    margin-bottom: 5px;
}

.li-research span {
    position: absolute;
    left: 0;
    height: 100%;
    font-weight: 600;
    color: #00a5e2;
}

.sub-research-wrap dl {
    padding: 30px 0;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.sub-research-wrap dl:first-child {
    border-top: 1px solid #ccc;
}

.sub-research-wrap dt {
    line-height: 0.8;
    position: static;
    font-weight: 300;
    font-size: 42px;
    color: #00a5e2;
    margin-bottom: 25px;
    padding-left: 0;
}

#business01_03 .table-style {
    margin-top: 30px;
    width: 100%;
}

.table-style {
    width: 100%;
}

.table-style th,
.table-style td {
    padding: 10px;
}

.table-style th {
    border-bottom-width: 1px;
    background: #eee;
}

#business01_03 .wrap06 .left .li-pd,
#business01_03 .wrap04 .left .li-pd {
    height: 392px;
}

#business01_04 .left .li-pd {
    height: 504px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
#business01_04 .wrap03 .li-pd {
    margin-top: 30px;
}

/* 게시판 공통 스타일 */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
.search_wrap {
    margin-bottom: 0;
}
.board_wrapper .table.table_default {
    border-top: 1px solid #333;
}
.table.table_default tr th,
.table.table_default tr td {
    padding: 15px 0px;
    font-size: 14px;
    border-color: #e6e6e6;
    letter-spacing: -0.015em;
}
.table.table_default tr td.subject {
    color: #333;
    position: relative;
}
.board_wrapper .table.table_default thead th {
    color: #222;
    font-weight: 600;
    background: #fff;
    border-color: #e3e3e3;
}
.table.table_default tbody .subject .badge {
    top: 15px;
    padding: 4px 6px 3px;
    position: absolute;
    font-weight: 500;
    line-height: 1.3em;
    background: #555;
    border-radius: 0;
}
.table.table_default tbody .subject a {
    font-size: 16px;
}
.table.table_default tbody .subject a:hover {
    text-decoration: underline;
}
.table.table_default tbody .subject span > .badge + a {
    padding-left: 62px;
}
.board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap {
    padding: 0;
    border-bottom: 1px solid #ccc;
}
.board_data_view .header_wrap .title {
    padding: 40px 5px 38px;
    font-size: 25px;
    font-style: normal;
    color: #111;
    border-bottom: 1px solid #eee;
}
.board_data_view .header_wrap .info {
    margin: 0;
    padding: 10px 0;
}
.board_data_view .header_wrap .info span + span {
    margin-left: 10px;
}
.board_wrapper .reply_wrap h4 {
    font-size: 18px;
    font-style: normal;
}
.pagination_wrap ul li.active a,
.pagination_wrap ul li.active a:hover,
.pagination_wrap ul li.active a:focus {
    color: #008abd;
}
.pagination_wrap ul li.box a {
    border: none;
}
.pagination_wrap ul li.box:hover a,
.pagination_wrap ul li.box:focus a {
    color: #008abd;
}
.board_wrapper .text-center {
    margin-bottom: 0;
}
/* 게시글 작성 */
.board_wrapper .table.board_write_table tbody tr th,
.board_wrapper .table.board_write_table tbody tr td {
    font-size: 15px;
    letter-spacing: -0.04em;
    border-color: #e6e6e6;
}
.board_wrapper .table.board_write_table {
    border-top: 2px solid #333;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 180px;
    font-weight: 500;
    color: #222;
    background: #fff;
    padding-left: 10px;
}
.board_wrapper .table.board_write_table tbody tr th > span:nth-child(1) {
    color: #ff0000;
    margin-right: 3px;
}
.board_wrapper .table.board_write_table tbody tr th > span.required_text {
    color: #ff0000;
}
.board_wrapper .table.board_write_table .files .fileInput .file_add {
    padding: 3px 5px;
}
.board_wrapper #board_write_form #captcha {
    height: auto;
}

/* =================================== footer =================================== */
#site footer {
    margin-top: 0px;
    padding: 40px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}

.footer-logo img {
    width: 180px;
    opacity: 0.5;
}

.footer-logo {
    width: 20%;
}

.footer-info {
    list-style: none;
    margin: 0;
    line-height: 1.6;
    width: 80%;
    color: #888;
    font-size: 14px;
}

.footer-info li {
    display: inline;
    line-height: 1;
    margin-bottom: 3px;
}

.footer-info li + li {
    margin-left: 7px;
    padding-left: 10px;
    border-left: 1px solid #ddd;
}

.footer-info a:hover {
    text-decoration: underline;
}

.footer-info span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    opacity: 0.35;
    margin-bottom: -2px;
}

.copyright {
    color: #999;
    margin: 0;
    font-size: 12px;
    margin-top: 7px;
}

/* =================================== map, board, bbs =================================== */

/* bbs btn */

.bbs-area h4 {
    font-weight: 500;
    color: #222;
}

.bbs-area .title h4 {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn + .btn {
    min-width: 200px;
}

.board_wrapper .table.board_write_table .input-group.input-group-big,
.board_wrapper .table.board_write_table .form-control.form-control-big,
.board_wrapper .table.board_write_table tbody tr td .btn,
.board_wrapper .table.board_write_table tbody tr td .form-control {
    width: 50%;
}

.btn.btn-primary {
    border: 0;
    background: #00a5e2;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #0080af;
}

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

.root_daum_roughmap .map_border {
    display: none !important;
}

.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: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}

.board_wrapper {
    margin-top: 0;
}

.board_wrapper .text-center .btn {
    padding: 15px 0 !important;
}

@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits,
    .table_default .writer {
        display: none;
    }

    .table_default .subject {
        width: 100%;
    }

    .root_daum_roughmap .wrap_map {
        height: 350px !important;
    }

    .sub-board-wrap .table_blog dd {
        width: 100%;
        padding: 0;
    }

    .member_wrapper #join_form .table .input-group.input-group-big,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }

    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: auto;
    }

    .search_wrap {
        margin-bottom: 0 !important;
    }

    .privacy_body {
        padding: 0 15px;
    }

    .member_wrapper {
        padding-bottom: 100px;
    }

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

    .member_wrapper h1 {
        font-size: 30px;
    }

    #mainCarousel .carousel-inner .item {
        height: 550px;
    }

    .carousel-caption h1 {
        font-size: 28px;
        line-height: 1.5;
    }

    .main-wrap section,
    .main-wrap .se01-bg {
        padding: 75px 0;
    }

    .main-wrap h3 {
        font-size: 30px;
    }

    .main-company-wrap .inner {
        padding: 30px;
    }

    .main-company-wrap .inner p.top {
        font-size: 22px;
        text-align: center;
    }

    .main-company-wrap .inner p {
        text-align: center;
    }

    .main-company-wrap .inner p.name {
        text-align: center;
    }

    .main-pd-wrap .inner .img-box img {
        width: 100%;
    }

    .main-pd-wrap > div {
        margin-bottom: 30px;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        right: 0;
    }
    .subheader-wrap {
        width: 100%;
        justify-content: center;
    }
    .subheader-wrap h2 {
        /* margin-bottom: 10px; */
    }

    .subpage-content h3 {
        margin: 50px 0 0;
        font-size: 36px;
    }

    .subpage-content h4 {
        margin-bottom: 0;
    }

    .subpage-content h5 {
        font-size: 20px;
    }

    .subpage-content h5::before {
        top: 4px;
    }

    .subpage-content section {
        padding: 50px 0 30px;
        margin: 0;
    }

    .subpage-content section + section {
        padding-top: 0;
    }

    .subpage-content section:last-child {
        margin-bottom: 75px;
    }

    .sub-greet-wrap p.top {
        font-size: 24px;
    }

    .sub-greet-wrap > div:nth-child(2) {
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .sub-greet-wrap > div:nth-child(3) {
        padding-left: 15px;
    }

    .sub-greet-wrap .inner-text p.name,
    .sub-greet-wrap .inner-text p {
        text-align: center;
    }

    .sub-history-wrap {
        padding: 0 15px 0 30px;
        margin-top: 50px !important;
    }

    .inner-year h5 {
        line-height: 0.8;
        position: static;
        font-weight: 300;
        font-size: 38px;
        color: #00a5e2;
        margin-bottom: 25px;
        padding-left: 0;
    }

    .inner-year h5::before {
        width: 30px;
        top: 8px;
    }

    .sub-history-wrap .right .inner-year {
        padding-left: 45px;
        padding-bottom: 30px;
    }

    .sub-history-wrap .right-img,
    .sub-history-wrap .left-img {
        margin: 0 0 0 45px;
        padding: 0 0 30px 0;
    }

    .sub-map-wrap > div {
        margin-bottom: 30px;
    }

    .sub-map-wrap .li-map li {
        height: auto;
    }

    .sub-map-wrap .li-map i {
        flex-shrink: 0;
    }

    .sub-map-wrap .li-map .mail {
        margin-top: 20px;
        font-size: 15px;
    }

    .li-research > li ul li {
        font-size: 16px;
        margin-bottom: 7px;
    }

    .pd-btn .img-box img {
        width: 100%;
    }

    .subpage-detail .subpage-content {
        padding: 25px;
    }

    div[id^="business01"].subpage-detail .subpage-content h3 {
        margin-top: 20px;
    }

    .subpage-detail section:last-child {
        margin-bottom: 0;
    }

    .subpage-detail p.category {
        position: static;
        /* display: block; */
        margin-bottom: 20px;
    }

    .subpage-detail .breadcrumb {
        font-size: 12px;
    }

    .detail-title > div {
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    .subpage-detail .detail-title .box {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .sub-img-wrap img {
        padding: 7px;
        margin-bottom: 15px;
    }

    .li-down li {
        width: 100%;
    }

    .li-down li:last-child {
        margin-bottom: 30px;
    }

    .down-btn {
        font-size: 13px;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .sub-img-wrap .embed-responsive + .link-btn {
        margin-top: 15px;
    }
    .link-btn {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .row > div:first-child .row {
        margin-top: 0;
    }

    .row > div > .row,
    .se01 > div {
        margin-top: 30px;
    }

    .li-pd {
        padding: 20px;
        margin: 0 0 15px;
    }

    .li-pd li {
        font-size: 16px;
    }

    .sub-img-wrap .clearfix {
        margin-bottom: 0;
    }

    #business01_03 .table-style {
        margin-top: 0;
    }

    #business01_03 .wrap06 .left .li-pd,
    #business01_03 .wrap04 .left .li-pd {
        min-height: inherit;
        height: auto;
        margin-bottom: 15px;
    }

    #business01_04 .left .li-pd {
        min-height: inherit;
        height: auto;
    }

    .footer-row > div {
        width: 100%;
    }

    .footer-info {
        margin-top: 15px;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li + li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .board_wrapper .table.board_write_table tbody tr th,
    .board_wrapper .table.board_write_table tbody tr td {
        padding-left: 0;
        padding-right: 0;
    }

    #contact01 .board_wrapper .table.board_write_table tbody tr th {
        display: none !important;
    }

    #contact01 #item_captcha td {
        display: flex !important;
    }

    #contact01 .board_wrapper .table.board_write_table tbody tr td {
        text-align: center;
    }

    #notice .board_wrapper .text-center,
    #contact01 .board_wrapper .text-center {
        padding-top: 30px;
        display: flex;
        width: 100%;
    }

    #notice .board_wrapper .text-center .btn.btn-lg,
    #notice .board_wrapper .text-center .btn + .btn,
    #contact01 .board_wrapper .text-center .btn.btn-lg,
    #contact01 .board_wrapper .text-center .btn + .btn {
        flex: 1;
        min-width: inherit;
    }

    .member_wrapper {
        padding-top: 50px;
    }

    .form-horizontal .form-group {
        margin-bottom: 20px !important;
    }

    .member_wrapper .login_extra ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .member_wrapper .login_extra ul li + li::before {
        content: none;
    }
    .nav-top > .container {
        padding: 0;
    }
    .nav-top .btn-wrap button.lang {
        font-size: 11px;
    }

    .board_wrapper .table.table_default tr th,
    .board_wrapper .table.table_default tr td {
        padding: 10px;
        font-size: 12px;
    }
    .table.table_default tbody .subject .badge {
        top: 9px;
        font-size: 10px;
    }
    .table.table_default tr td.subject a {
        font-size: 13px;
    }
    .table.table_default tbody .subject span > .badge + a {
        padding-left: 54px;
    }
    .board_data_view .header_wrap .title {
        padding: 25px 5px;
        font-size: 22px;
    }
    .board_data_view .header_wrap .info {
        padding: 5px;
    }
    .board_data_view .header_wrap .info span {
        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,
    .member_wrapper #join_form .table .form-control,
    .member_wrapper #join_form .table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        width: 100%;
        margin: 0 0 15px;
        padding: 6px 12px;
    }
}

#mainPopup .main_popup {
    z-index: 5000;
    border: 0;
    top: 140px !important;
}

.main_popup_contents {
    padding: 20px;
}

.main_popup_contents img {
    display: block;
    max-width: 100%;
    height: auto;
}
