@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
}

.btn-primary {
    line-height: 1;
    background-color: #1c50aa;
    border-color: #1c50aa;
}

.btn-primary:hover {
    background-color: #0c3070;
    border-color: #0c3070;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout>div,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}

.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout+.row,
#mailForm,
#insertForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

* {
    word-break: keep-all;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #d1241e;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}

.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #d1241e;
}

.login-layout form>div>p,
.id-find-layout form>div>p,
.pw-find-layout form>div>p {
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}

.login-layout form>div>p+p,
.id-find-layout form>div>p+p,
.pw-find-layout form>div>p+p {
    border-left: 1px solid #ccc;
}

.login-layout form>div>p>a,
.id-find-layout form>div>p>a,
.pw-find-layout form>div>p>a {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width: 768px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }

    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }

    .login-layout .panel-body>div.col-sm-12 h2,
    .id-find-layout .panel-body>div.col-sm-12 h2,
    .pw-find-layout .panel-body>div.col-sm-12 h2 {
        font-size: 24px;
    }

    .inner-box-msg p {
        font-size: 12px;
    }

    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }

    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control {
        font-size: 13px;
        height: 36px;
    }

    .login-layout form>div>p>a,
    .id-find-layout form>div>p>a,
    .pw-find-layout form>div>p>a {
        font-size: 12px;
    }

    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning {
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

.li-dash>li,
.li-dot>li,
.li-check>li,
.li-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-check>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

.biz05-4 .li-dash>li:before,
.biz05-4 .li-dot>li:before,
.biz05-4 .li-dash>dd:before,
.biz05-4 .li-dot>dd:before {
    top: 0;
    transform: translateY(0);
}

.li-dot>li:before,
.li-dot>dd:before {
    content: "·";
}

.li-circle>li {
    position: relative;
    padding-left: 8px;
}

.li-circle>li:before {
    content: "";
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    position: absolute;
    background: #555;
    border-radius: 20px;
}

.li-pro {
    display: flex;
}

.li-pro li {
    border-radius: 50%;
    flex: 1;
    position: relative;
    background: #fff;
    border: 1px solid #97b9fa;
}

.li-pro li:first-child {
    background: #eee;
    border: 0;
}

.li-pro li:last-child {
    background: #1f4894;
}

.li-pro li:last-child span {
    color: #fff;
}

.li-pro li::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.li-pro li span {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.li-check {
    margin-bottom: 30px;
}

.li-check>li {
    padding-left: 30px;
}

.li-check>li:before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    top: 0;
    transform: translateY(0);
    color: #f00;
}

.sub-process-wrap h5 {
    color: #1f4894;
}

.sub-process-wrap .box {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 80%;
    min-height: 50px;
    border: 1px solid #1f4894;
    border-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sub-process-wrap .box p {
    text-align: center;
    padding: 2px 20px;
    background: #fff;
    margin-bottom: -15px;
}

.sub-one-wrap {
    margin-bottom: 50px;
}

.sub-one-wrap h5 {
    color: #fff !important;
    margin-top: 0;
    margin-bottom: 30px;
}

.sub-one-wrap .inner {
    overflow: hidden;
    margin: 0 15px;
    background: #222;
    padding: 30px;
}

.sub-one-wrap .inner h6,
.sub-one-wrap .inner li {
    color: #fff !important;
}

.sub-one-wrap .inner h6 {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #666;
}

.sub-one-wrap .inner li {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.sub-one-wrap .inner li::before {
    content: "-";
    color: #fff;
    height: 0;
}

.sub-one-wrap .inner .box {
    position: relative;
}

.sub-one-wrap .inner .box::after {
    content: "\f138";
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.sub-one-wrap .inner .box:last-child:after {
    display: none;
}

* {
    word-break: keep-all;
}

.subContent ul {
    padding: 0;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    box-shadow: 2px 2px 5px rgba(190, 190, 190, 0.4);
    border-top: 4px solid #da2826;
}

.navbar-inverse:before {
    content: "";
    width: 30%;
    position: fixed;
    left: 0;
    top: 0;
    height: 4px;
    background: #025299;
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
    padding-top: 15px;
}

/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav>li>a {
    background-color: rgba(0, 0, 0, 0);
    color: #333;
    font-size: 16px;
    padding: 25px 10px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.03em;
}

/* 상단 메인 메뉴 설정 끝*/

/* 회원가입 메뉴 */
.navbar-inverse .navbar-nav>li.divider-vertical+li:not(.dropdown)+li {
    display: none;
}

/* 상단 서브 메뉴 설정 시작*/
.navbar-nav.navbar-right {
    /* margin-top: 6px; */
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #222;
}

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: #fff;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li {
        /* border-bottom: 1px solid rgba(120, 120, 120, .1); */
        border: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child {
        border-bottom: 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        color: #222;
        padding: 15px 15px;
        font-size: 14px !important;
        line-height: 1;
        text-align: left;
        letter-spacing: -0.07rem;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #fff;
        text-decoration: none !important;
        background-color: #d52822;
    }

    .navbar .navbar-nav>.dropdown>.dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
    }

    .navbar-inverse .navbar-nav .dropdown>a:where(:hover, :focus) {
        color: inherit !important;
        background-color: inherit !important;
    }

    :root {
        /* 메뉴 최대 높이 */
        --navMax: 480px;
        /* 메뉴 최소 높이 */
        --navMin: 92px;
        /* 메뉴 드롭다운 높이 최대 높이 - 최소 높이*/
        --navDrop: calc(var(--navMax) - var(--navMin));
    }

    .navbar-inverse {
        height: calc(var(--navMin) + 4px);
    }

    .navbar>.container {
        width: 85%;
        justify-content: center;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-nav .divider-vertical+li {
        position: absolute;
        right: 30px;
    }

    .navbar-nav>.dropdown+li:not([class], [id]) {
        position: absolute;
        right: 120px;
    }

    .navbar-nav,
    .navbar-nav::after {
        transition: 0.5s;
    }

    .navbar-nav::after,
    .navbar-nav .dropdown-menu,
    .navbar-nav .dropdown.open::after {
        top: var(--navMin);
    }

    .navbar :is(.navbar-header, .navbar-inverse, .navbar-nav, .dropdown-menu, .navbar-nav > li > a) {
        height: var(--navMin);
    }

    .navbar-nav::after {
        pointer-events: none;
        content: "";
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 0px;
        /* background: #f1f1f1; */
        background: rgba(241, 241, 241, 0.95);
        backdrop-filter: blur(3px);
    }

    .navbar-inverse:hover .navbar-nav {
        height: var(--navMax) !important;
    }

    .navbar-inverse:hover .navbar-nav::after {
        height: var(--navDrop);
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li) {
        float: inherit !important;
    }

    .navbar-inverse :is(.navbar-right, .navbar-right > li > a) {
        display: flex;
    }

    /* pc nav 대메뉴 */
    .navbar-nav {
        overflow: hidden;
        justify-content: center;
    }

    .navbar-inverse .navbar-nav>li {
        flex: 0 1 165px;
    }

    .navbar-inverse .navbar-nav>li>a {
        justify-content: center;
        align-items: center;
        padding: 0px 15px;
    }

    /* pc nav 드롭다운 박스 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        width: 100%;
        min-width: inherit;
        height: calc(100% - var(--navMin));
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(var(--navDrop) / 8);
        padding: 10px 15px;
        font-size: 13px;
        line-height: 1.3;
        text-align: center;
    }

    /* nav 메뉴 클릭 및 후버 시 */
    .navbar-inverse .navbar-nav>li:is(:hover, :focus)>a {
        background: #033a65 !important;
        color: #fff !important;
    }

    .navbar-inverse .navbar-nav>li:is(:hover, :focus) :is(a.dropdown-toggle, .dropdown-menu) {
        background: #fff;
    }
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body>.navbar-fixed-bottom .text-center {
    background: #ffffff;
    /*배경 색*/
    color: #999999;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0px 0px 0px 0px;
    /*내부 여백*/
    margin: 0px 0px 0px 0px;
    /*외부 여백*/
    text-align: center;
    /*텍스트 정렬*/
}

.footer_copy .text-center {
    background-color: #333;
    color: #eee;
    font-size: 14px;
    padding: 40px 0 30px;
    margin: 0;
    text-align: center;
}

.footer_copy .text-center ul {
    padding: 0;
    opacity: 0.7;
}

.footer_copy .text-center ul li {
    font-weight: 300;
    letter-spacing: -0.034em;
    display: inline-block;
    margin-right: 15px;
}

.footer_copy .text-center p.copy {
    opacity: 0.4;
}

.footer_copy .box-banner {
    width: 220px;
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.24);
}

/* 하단 카피라이트 설정 끝*/
.carousel-inner .item {
    width: 100%;
    height: 550px;
}

/* .carousel-inner .item:nth-of-type(1) {background: url(/skin/img/slide/slide01-210629.jpg) no-repeat center / cover;} */

.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide02-210629.jpg) no-repeat center / cover;
}

.carousel-inner .carousel-caption {
    padding: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}

.carousel-inner .carousel-caption h2 {
    font-size: 45px;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
    font-weight: 700;
}

.carousel-inner .carousel-caption p {
    font-size: 16px;
    padding-bottom: 30px;
}

.carousel-inner .carousel-caption a {
    display: inline-block;
    text-shadow: none;
    padding: 15px 30px;
    border: 2px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    text-decoration: none;
    transition: all ease 0.3s;
}

.carousel-inner .carousel-caption a:hover {
    color: #333;
    background: #fff;
}

.carousel-control-box .carousel-control .glyphicon {
    display: none;
}

.carousel-control-box .carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}

.carousel-control-box .carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}

/*main*/
.container_contents,
.sub-layout {
    padding-top: 97px;
}

@media (min-width: 768px) {
    .maincon1 .col-md-3 {
        padding: 0;
    }
}

.maincon1 {
    /* border: 1px solid #ddd; */
    margin: 80px -15px;
}

.maincon1 .col-md-3 a {
    display: block;
    color: #333;
    border: 1px solid #eaeaea;
    padding: 38px 20px;
    text-decoration: none;
    height: 258px;
}

.maincon1 .col-md-3 a i {
    display: block;
    text-align: center;
    font-size: 60px;
    color: #025299;
}

.maincon1 .col-md-3 a img.icon_bg {
    height: 66px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
}

.maincon1 .col-md-3 a .material-symbols-outlined {
    font-size: 64px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #0e4f9d;
    font-variation-settings: 'FILL' 0,
        'wght' 100,
        'GRAD' 0,
        'opsz' 24
}

.maincon1 .col-md-3 a:hover .material-symbols-outlined {
    color: #fff;
}

.maincon1 .col-md-3 a dl {
    margin: 0;
}

.maincon1 .col-md-3 a dl dt {
    text-align: center;
    font-size: 20px;
    margin: 10px 0;
    color: #000;
}

.maincon1 .col-md-3 a dl dd {
    text-align: center;
    font-size: 13px;
    color: #777;
    letter-spacing: -0.06em;
}

.maincon1 .col-md-3 a:hover {
    background: #025299;
    transition: all ease 0.3s;
}

.maincon1 .col-md-3 a:hover i {
    color: #fff;
    transition: all ease 0.3s;
}

.maincon1 .col-md-3 a:hover dl dt {
    color: #fff;
    transition: all ease 0.3s;
}

.maincon1 .col-md-3 a:hover dl dd {
    color: #fff;
    transition: all ease 0.3s;
}

.maincon1 .main_title {
    min-height: 252px;
    background: #1c539b;
    padding: 48px 20px 30px;
    position: relative;
    /* border: 1px solid #ddd; */
}

.maincon1 .main_title h3 {
    font-size: 32px;
    letter-spacing: -0.06em;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.maincon1 .main_title h3 span {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.maincon1 .main_title p {
    font-size: 22px;
    /* font-weight: 600; */
    margin-top: 43px;
    color: #fff;
}

.maincon1 .main_title p i {
    font-size: 16px;
    display: inline-block;
    margin-left: 5px;
}

.dh-front-blog>.col-md-4>.thumbnail {
    margin-top: 0;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 120px;
}

.dh-front-blog .blog-row-contents {
    display: none;
}

.dh-front-blog>.col-md-4>.thumbnail {
    min-height: inherit;
    margin-bottom: 0;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

    /* Enter your style code */
    .maincon1 .main_title {
        padding: -ms-47px 20px 30px;
    }
}

/* IE6,7,9,10 */
@media screen and (min-width: 768px),
screen\9 {

    /* Enter your style code */
    .maincon1 .main_title {
        padding: -ms-47px 20px 30px;
    }
}

/*sub*/
.subTop {
    width: 100%;
    height: 300px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;
}

.subTop h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin: 0;
}

.subContent .snb>ul>li>a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    color: #666;
    font-weight: 500;
    position: relative;
}

.subContent .snb>ul>li.active>a {
    color: #111;
    font-weight: 500;
    background: #f8f8f8;
}

.subContent .snb>ul>li:first-child {
    border-top: 3px solid #d52822;
}

.subContent .snb>ul>li:first-child a:before {
    content: "";
    width: 40%;
    position: absolute;
    left: 0px;
    top: -3px;
    height: 3px;
    background: #025299;
}

.subContent .snb li>.diffused {
    /* background: #fafafa; */
    padding: 10px 20px 10px 30px;
    border-bottom: 1px solid #ddd;
}

.subContent .snb li>.diffused>li {
    position: relative;
}

.subContent .snb li>.diffused>li>a {
    font-size: 14px;
    color: #000;
    opacity: 0.7;
    position: relative;
    padding-top: 1px;
    padding-left: 13px;
    padding-bottom: 1px;
    display: block;
}

.subContent .snb li>.diffused>li>a:before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 10px;
    left: 0;
    opacity: 0.7;
}

.subContent .snb li>.diffused>li:hover>a {
    opacity: 1;
    text-decoration: none;
}

.subContent .snb li>.diffused>li.active>a {
    color: #00315c;
    font-weight: 500;
    opacity: 1;
}

.subTitle h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #222;
    margin-bottom: 50px;
    position: relative;
    padding-left: 25px;
    line-height: 1;
}

.subTitle h3:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 4px solid #d92526;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subContent {
    padding: 60px 0 80px;
}

.subContent p,
.subContent dl dd,
.subContent .col-md-9 ul li {
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1.6;
    color: #555;
}

.subContent .col-md-9 ul li {
    margin-bottom: 5px;
}

.subContent .con {
    margin-bottom: 80px;
}

.subContent .con:last-child {
    margin-bottom: 0;
}

/*company*/
.subContent .con .border_line {
    text-align: center;
    font-size: 22px;
    position: relative;
    padding: 10px 0;
    color: #025597;
}

.subContent .con .border_line strong {
    color: #025597;
    font-size: 22px;
}

.subContent .con .border_line:before {
    content: "";
    width: 20px;
    height: 100%;
    border-left: 5px solid #025597;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 5px solid #025597;
    border-bottom: 5px solid #025597;
}

.subContent .con .border_line:after {
    content: "";
    width: 20px;
    height: 100%;
    border-right: 5px solid #025597;
    position: absolute;
    right: 0;
    top: 0;
    border-top: 5px solid #025597;
    border-bottom: 5px solid #025597;
}

#company01 .con2 p {
    /* text-align: center; */
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.06em;
    color: #111;
    border: 1px dashed #bbb;
    padding: 20px;
    margin-bottom: 20px;
}

#company01 .con2 span.comp_red {
    color: #222;
}

#company01 .con2 span.comp_blue {
    color: #175184;
}

#company01 .con2 span.comp_green {
    color: #8e4b06;
}

#company01 .con2 dl dt {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

#company01 .con2 dl dt:before {
    content: "";
    width: 100%;
    height: 14px;
    background: #eaeaea;
    position: absolute;
    bottom: -3px;
    z-index: -1;
}

#company01 .con2 dl dt>span {
    font-weight: 600;
    color: #888;
    /* letter-spacing: 0.03em; */
    font-size: 40px;
}

#company01 .con2 dl dd {
    font-size: 24px;
    font-weight: 500;
    color: #888;
}

/* #company02 .con1 p{    padding: 30px;font-size: 20px;text-align: center;border: 1px solid #ddd;font-weight: 500;box-shadow: 5px 5px 0 rgba(190,190,190,0.7);letter-spacing: 0.06em;} */
#company02 .con2 p.greet {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.4em;
    display: inline-block;
    background: #fff;
    margin: 0;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}

#company02 .con2 .greet_box {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

#company02 .con2 .greet_box:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#company02 .con2 p {
    margin-bottom: 20px;
    text-align: center;
}

#company02 .con2 p span {
    color: #1555af;
}

#company02 .con2 p strong {
    font-weight: 500;
    color: #222;
}

#company01 .con3 .title {
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    line-height: 1;
}

#company01 .con3 .title:before {
    content: "";
    width: 100%;
    height: 14px;
    background: #eaeaea;
    position: absolute;
    bottom: -3px;
    z-index: -1;
}

#company01 .con3 ul li {
    position: relative;
    padding-left: 15px;
}

#company01 .con3 ul li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #f2f2f2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#company01 .con4 p {
    text-align: center;
}

#company01 .con4 p span:nth-of-type(1) {
    font-weight: 600;
    color: #005399;
}

#company01 .con4 p span:nth-of-type(2) {
    font-weight: 600;
    color: #d92524;
}

#company01 .con4 img {
    margin-bottom: 30px;
}

#company01 .con4 ul {
    padding: 15px;
    background: #f8f8f8;
}

.comp02_inner {
    overflow: hidden;
    /*background:rgb(222,235,247);padding: 15px 30px 0px;*/
    border: 1px solid #ddd;
}

.comp02_left {
    float: left;
    width: 50%;
    text-align: center;
}

.comp02_left p {
    line-height: 1.5;
    font-size: 1.2em;
    font-weight: bold;
    word-break: keep-all;
    font-family: "NanumSquare";
}

.comp02_footer {
    text-align: center;
}

.comp02_footer a {
    display: inline-block;
    margin: 25px 3px 0;
    font-size: 16px;
    background: #1c50aa;
    border-radius: 50px;
    padding: 11px 21px;
    color: #fff;
    line-height: 1;
}

.comp02_footer a:hover {
    background: #0c3070;
    text-decoration: none;
}

.comp02_left p {
    color: #777;
}

.comp02_left p strong {
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    font-family: "NanumSquare";
}

.comp02_right {
    float: right;
    width: 50%;
    padding: 55px 15px;
    text-align: right;
}

.comp02_right .ceo {
    margin: -30px 0 0;
    color: #333;
}

.comp02_left .career {
    padding: 78px 36px 63px;
    text-align: left;
    background: rgb(222, 235, 247);
}

.comp02_left .career h4 {
    font-size: 22px;
    letter-spacing: -0.04em;
    font-weight: 600;
    margin-top: 0;
    color: #033a65;
    margin-bottom: 25px;
}

.comp02_left .career ul>li {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.3;
}

.comp02_left .career ul>li::before {
    content: "· ";
    top: -2px;
    left: 0;
    position: absolute;
}

/*=====----- sub - comp 연혁 -----=====*/
.comp_history {
    margin: 0 auto;
    text-align: center;
}

.comp_history>h4 {
    background: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 50px;
    display: inline-block;
    margin: 0 0 20px;
    padding: 6px 20px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.05em;
}

.steps-area {
    padding: 60px 0 0;
}

.steps {
    position: relative;
}

.steps:before {
    top: 125px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 1px;
    background-color: #aaa;
    left: 50%;
}

.steps .history-title {
    background-color: #025299;
    color: #fff;
    letter-spacing: -0.04em;
    border-radius: 100%;
    padding: 40px 15px 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 0;
    z-index: 80;
    width: 160px;
    height: 160px;
}

.steps .history-title h3 {
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 5px;
}

.steps .history-title h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.06em;
    margin: 5px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 10px;
}

.steps .history-title p {
    margin: 0;
    color: #dedede;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.timeline::after {
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    background: #025299;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
}

.timeline .text-right>* {
    text-align: right;
}

.timeline .text-left>* {
    text-align: left;
}

.timeline .text-right .table tr th {
    text-align: right;
}

.timeline .text-left .table tr th,
.timeline .text-left .table tr td {
    text-align: left;
}

.timeline .table tr td {
    color: #777;
    padding: 0 0 10px;
}

.timeline .table tr th {
    width: 18%;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.05em;
    padding: 0;
}

.timeline {
    margin: 105px auto 0;
    overflow: hidden;
    position: relative;
    padding: 0px;
    list-style-type: none;
}

.timeline .timeline-box {
    position: relative;
    float: left;
    clear: left;
    width: 45%;
    margin: 5px 2.5% 0;
    list-style-type: none;
    display: block;
    padding: 25px 25px 5px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 8px;
    z-index: 15;
    letter-spacing: -0.05em;
}

.timeline .timeline-box .timeline-title {
    color: #025299;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
}

.timeline .timeline-box .timeline-details {
    clear: both;
}

.timeline .timeline-box:first-child {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(1n)::before {
    position: absolute;
    top: 15px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-left: 10px solid #dedede;
    border-right: 0 solid #dedede;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    content: "";
}

.timeline .timeline-box:nth-of-type(2n) {
    float: right;
    clear: right;
}

.timeline .timeline-box:nth-of-type(2n)::before {
    right: auto;
    left: -10px;
    position: absolute;
    top: 15px;
    display: inline-block;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #dedede;
    border-left: 0 solid #dedede;
    border-bottom: 10px solid rgba(0, 0, 0, 0);
    content: "";
}

.timeline .timeline-box:nth-of-type(2n) {
    margin-top: 3em;
}

.timeline .timeline-box:nth-of-type(2) {}

.timeline .timeline-box:nth-of-type(3) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(4) {}

.timeline .timeline-box:nth-of-type(5) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(6) {}

.timeline .timeline-box:nth-of-type(7) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(8) {}

.timeline .timeline-box:nth-of-type(9) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(0) {}

.timeline .timeline-box:nth-of-type(10) {}

.timeline .timeline-box:nth-of-type(11) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(12) {}

.timeline .timeline-box:nth-of-type(13) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(14) {}

.timeline .timeline-box:nth-of-type(15) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(16) {}

.timeline .timeline-box:nth-of-type(17) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(18) {}

.timeline .timeline-box:nth-of-type(19) {
    margin-bottom: 2.5em;
}

.timeline .timeline-box:nth-of-type(20) {
    margin-top: 3em;
}

.timeline .timeline-box:nth-of-type(21) {}

.timeline .timeline-box:nth-of-type(22) {}

.timeline .timeline-box:nth-of-type(23) {
    margin-top: 0em;
    margin-bottom: 2em;
}

.timeline .timeline-box:nth-of-type(27) {
    margin-top: 3em;
}

.timeline .timeline-box:nth-of-type(29) {
    margin-top: 5em;
}

.timeline .timeline-box:nth-of-type(31) {
    margin-top: 7em;
}

.timeline .timeline-box:nth-of-type(33) {
    margin-top: 5em;
}

.timeline .timeline-box:nth-of-type(34) {}

.timeline .timeline-box:nth-of-type(35) {
    margin-top: 3em;
}

.timeline .timeline-box:nth-of-type(36) {}

.timeline .timeline-box:nth-of-type(37) {}

.timeline .timeline-box:nth-child(2n)::after {
    left: -6.8%;
    right: auto;
}

.timeline-box:hover,
.timeline-box:focus {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

.timeline-box {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.timeline .history14 {
    margin-top: 45%;
}

@media all and (max-width: 600px) {
    .timeline .timeline-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .timeline .timeline-box:first-child {
        margin-bottom: 0;
    }

    .timeline .timeline-box:nth-of-type(2n) {
        margin-top: 5px;
    }

    .timeline .history14 {
        margin-top: 0;
    }
}

@media all and (min-width: 650px) {
    .timeline .timeline-box:after {
        display: block;
        content: "";
        height: 9px;
        width: 9px;
        background: #fff;
        border-radius: 50%;
        position: absolute;
        right: -7.3%;
        top: 1.5em;
        border: 2px solid #b2a4a4;
    }
}

/*2019-05-17*/
#company06 .con1 p strong {
    display: block;
}

#company06 .con dl {
    border: 1px solid #ddd;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 4px solid #d52822;
    padding: 10px;
}

#company06 .con dl dt {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

#company06 .con dl dd {
    letter-spacing: -0.04em;
}

#company06 .con2 dl dd {
    text-align: center;
}

#company06 .con3 {
    margin-bottom: 100px;
}

#company06 .con3 dl {
    border: none;
}

/* 21-01-28 추가 */
.trait-dl dt {
    width: 25%;
    float: left;
    padding: 0 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    margin-right: 5%;
    line-height: 1.1em;
    position: relative;
    letter-spacing: -0.034em;
    background: #f2f2f2;
    height: 110px;
    text-align: center;
    line-height: 110px;
    border-radius: 10px;
}

.trait-dl dd {
    width: 70%;
    float: left;
    margin-bottom: 10px;
}

.trait-dl dd p {
    font-size: 20px;
    display: block;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
    border: 1px solid #ddd;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 4px solid #d52822;
    padding: 10px;
    height: 110px;
    line-height: 80px;
    margin-bottom: 0;
}

.con3-txt {
    text-align: center;
}

.con3-txt h4 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    letter-spacing: -0.034em;
    background: #025597;
    padding: 10px 0;
    color: #fff;
}

.round-cont {
    border: 1px solid #ddd;
    margin-top: 5px;
    text-align: center;
}

.round-cont ul li {
    font-size: 14px !important;
}

.round-cont ul {
    margin-top: 7px;
    height: 46px;
}

.round-cont h5 {
    padding: 10px 5px;
    background: #025597;
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.con3 .core-d {
    margin-bottom: 0;
}

/*business*/
.business .con h4,
#company03 .con h4,
#company05 .con h4,
#company08 .con h4,
#company09 .con h4,
#company09 .con h5 {
    font-size: 22px;
    letter-spacing: -0.04em;
    font-weight: 600;
    margin-top: 0;
    color: #033a65;
    margin-bottom: 20px;
}

.business .con .table tr {
    padding-bottom: 20px;
    border-top: 1px solid #ddd;
}

.business .con .table tr th {
    font-size: 18px;
    letter-spacing: -0.034em;
    padding-top: 20px;
}

.business .con .table tr td ul {
    padding-top: 12px;
}

.business .con .table tr:first-child {
    border-top: 2px solid #ddd;
}

.business .con h5,
#join01 .con h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #222;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

.business .con h5:before,
#join01 .con h5:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #222;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

#join01 .con h5:before {
    background: #025299;
}

#join01 .con h5 {
    margin-bottom: 15px;
    color: #025299;
}

#join01 .con2 dl,
#company05 .con2 dl {
    border: 1px solid #ddd;
    border-top: none;
    padding-bottom: 10px;
    min-height: 360px;
}

#join01 .con2 dl dt,
#company05 .con2 dl dt {
    padding: 10px 20px;
    font-size: 18px;
    background: #f3f3f3;
    border-top: 2px solid #d52822;
    font-weight: 500;
    margin-bottom: 15px;
}

#join01 .con2 dl dd,
#company05 .con2 dl dd {
    line-height: 1.5;
    margin-bottom: 10px;
    margin-left: 10px;
    letter-spacing: -0.06em;
}

#join01 .con2 dl dd small {
    display: block;
    font-size: 75%;
    font-weight: 500;
    margin-bottom: 5px;
    color: #555;
}

#join01 .con3 p {
    position: relative;
    padding-left: 25px;
}

#join01 .con3 p span {
    font-size: 18px;
    color: #db261d;
    font-weight: 700;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.4;
}

/*BBS*/
.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
    padding: 16px 18px;
    color: #666;
    font-size: 14px;
}

.dh-board .table>thead>tr>th {
    background: #f8f8f8;
    vertical-align: middle;
    border-bottom: 1px dotted #bdbdbd;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
}

.dh-board .table>tbody>tr>td {
    border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
    color: #555;
}

.dh-board>.table-hover {
    border-top: 2px solid #2d2d2d;
    border-bottom: 1px solid #ccc;
    margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
    color: #000;
}

.dh-margin-top {
    width: 100%;
    margin-top: 40px;
    display: inline-block;
}

.bbs-blog2-index-layout-type-b {
    border: none;
    background-color: #fff;
    width: 25%;
    margin: 0 0 20px;
    padding: 0 10px;
}

.bbs-blog2-index-layout-type-b>div {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
}

.dhb-txt-box-type-b-img-layout {
    padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    border: none;
    min-height: 200px;
    max-height: 200px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout h4 {
    font-size: 14px;
    margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    margin-top: 0;
    float: none;
    text-align: left;
    display: none;
}

.txt-box-footer em {
    display: none;
}

.txt-box-footer em>span.regdate {
    font-style: normal;
    color: #666;
    font-size: 13px;
}

.txt-box-footer em>span:last-child {
    display: none;
}

.txt-box-footer small.hits {
    display: none;
}

@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout-type-b {
        width: 100%;
        margin: 10px 0 20px;
    }
}

.label {
    background: rgba(0, 0, 0, 0);
    padding: 0 5px;
    font-size: 90%;
}

.label-danger {
    color: #d83d0f;
}

.label-primary {
    color: #d83d0f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #f26766;
    border: 1px solid #f26766 !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #9d8478;
    border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #9d8478;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}

.btnRead {
    font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
    background-image: none;
}

.btn-group,
.btn-group-vertical {
    margin: 10px 0 30px;
}

.dh-view-box {
    margin-top: 0px;
}

.sns-box {
    display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #000;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    color: #333;
    font-size: 23px;
    margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ccc;
    background: rgba(0, 0, 0, 0);
    padding: 8px 20px 8px;
    color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
    padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
    color: #555;
    padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
    margin: 0 0 0;
    padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    padding: 30px 20px 60px !important;
    min-height: 100px;
}

.vod-index-layout .dhb-txt-box {
    background: none;
    float: left;
    width: 25%;
    border: 0;
    margin: 0 0 30px;
    padding: 0 15px;
}

.vod-index-layout .dhb-txt-list img.dhb-thumb {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.vod-index-layout .dhb-txt-box>div {
    width: 100%;
    padding: 0;
    border: 0;
}

.vod-index-layout .dhb-txt-box>div.text-right {
    display: none;
}

.vod-index-layout .dhb-txt-box>div .col-xs-12 {
    width: 100%;
}

.vod-index-layout .dhb-txt-box>div h4 {
    margin: 0;
    padding: 10px 0 0;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vod-index-layout .dhb-txt-box>div .col-xs-12 h5 {
    display: none;
}

.dh-vod-thumb .vod-play-btn img {
    border: 0;
}

.vod-view-layout .dh-view-box>.row:nth-child(2)>div:nth-child(3) {
    white-space: pre-line;
}

.input-group-btn #btnNew {
    background: #cc2419;
    border-color: #cc2419;
    height: 34px;
}

#company05 .con2 dl {
    border: 1px solid #ddd;
    border-top: none;
    padding-bottom: 10px;
    min-height: 200px;
}

#company05 .con2 dl dd {
    margin-left: 5px;
    letter-spacing: -0.08em;
    font-size: 15px;
}

/*main BBS*/
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0 0 10px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #6d6d6d;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 5px 0 0;
    margin: 0;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url("/skin/img/default/board-plus-icon.png");
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 5px 0px 5px;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    padding: 5px 0;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #303030;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 380px;
    white-space: nowrap;
}

.list-row-subject:before {
    content: "∙";
    color: #1d65a3;
    font-weight: bold;
    padding-right: 11px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.intro-boardbox .label-danger {
    padding: 2px 4px !important;
    position: relative;
    top: 7px;
}

.intro-boardbox-type-bbs .label-danger {
    top: 0;
}

@media (min-width: 768px) {
    .intro-board-widget-layout .intro-boardbox {
        width: 100%;
    }
}

.intro-board-widget-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 60px;
}

.intro-board-widget-layout::before,
.intro-board-widget-layout::after {
    content: none;
}

.intro-board-widget-layout .col-md-12:last-child {
    grid-column: span 2;
}

@media (max-width: 767px) {
    .intro-board-widget-layout {
        display: block;
    }
}

.maincon1>.col-md-6 {
    padding: 0;
}

.maincon1>.col-md-6:nth-child(2) {
    border: 1px solid #ddd;
    border-left: 0;
}

.bbs18-area .intro-boardbox-18 {
    padding: 17px 30px;
    height: 514px;
}

/* //메인 페이지 설정 끝 */

/*2019-05-28*/
#company01 .subContent .con .border_line {
    font-size: 39px;
    color: #ff870b;
}

#company01 .subContent .con .border_line strong {
    font-size: 39px;
    color: #ff870b;
}

#company01 .subContent .con .border_line+p {
    text-align: center;
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: -0.033em;
    color: #777;
}

#company01 .subContent .con .border_line:before {
    border-left: 10px solid #ff870b;
    border-top: 10px solid #ff870b;
    border-bottom: 10px solid #ff870b;
    width: 25px;
}

#company01 .subContent .con .border_line:after {
    border-right: 10px solid #ff870b;
    border-top: 10px solid #ff870b;
    border-bottom: 10px solid #ff870b;
    width: 25px;
}

#company01 .con4 dl:nth-of-type(1) {
    border-left: 7px solid #aaa;
    padding-left: 15px;
}

#company01 .con4 dl:nth-of-type(1) dt {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

#company01 .con4 dl:nth-of-type(2) {
    border-left: 7px solid #d9e6ec;
    padding-left: 15px;
}

#company01 .con4 dl:nth-of-type(2) dt {
    font-size: 24px;
    font-weight: 700;
    color: #286079;
    margin-bottom: 5px;
}

#company01 .con4 dl:nth-of-type(3) {
    border-left: 7px solid #efe1ce;
    padding-left: 15px;
}

#company01 .con4 dl:nth-of-type(3) dt {
    font-size: 24px;
    font-weight: 700;
    color: #794e28;
    margin-bottom: 5px;
}

#company01 .con4 dl {
    margin-bottom: 30px;
}

#company01 .con4 h4 {
    font-size: 26px;
    color: #111;
    margin-bottom: 30px;
}

#company01 .con5 h5 {
    margin: 35px 0 12px;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: #222;
    position: relative;
    line-height: 1;
}

#company01 .con5 h5::before {
    content: "";
    width: 100%;
    height: 14px;
    background: #eaeaea;
    position: absolute;
    bottom: -3px;
    z-index: -1;
    letter-spacing: -0.03em;
}

#company01 .con5 h5>span {
    font-weight: 600;
    color: #888;
    font-size: 40px;
}

#company01 .con5 span.comp_black {
    color: #222;
}

#company01 .con5 span.comp_blue {
    color: #175184;
}

#company01 .con5 span.comp_orange {
    color: #8e4b06;
}

#company01 .con5 span.comp_gray {
    color: #888;
}

#company01 .con5 .sm {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #888;
    letter-spacing: -0.03em;
}

#company01 .con5 p {
    padding: 20px;
    font-size: 17px;
    letter-spacing: 0.06em;
    color: #111;
    word-break: keep-all;
    border: 1px dashed #bbb;
}

#company06 .con4 img {
    border: 10px solid #eaeaea;
}

.sns_Area {
    position: absolute;
    right: 0;
    top: -30px;
    opacity: 1;
}

.sns_Area li {
    float: left;
    margin: 0 5px !important;
}

.sns_Area li a {
    display: block;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.sns_Area li a i {
    font-size: 16px;
    padding: 7px;
    background: #888;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100%;
}

.sns_Area li a img {
    width: 40px;
    border-radius: 5px;
    opacity: 0.7;
}

.sns_Area li a:hover img {
    opacity: 1;
}

/* join page */
.join-layout .subContent {
    padding: 40px 0 0;
}

.join-layout>.row,
.join-view-layout>.row {
    margin: 30px auto 80px;
    width: 1200px;
    max-width: 100%;
    padding: 30px;
    background: #fff;
}

.join-layout .jumbotron {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    padding: 0 0 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.join-layout .jumbotron h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.02em;
    color: #333;
    margin: 0;
    display: inline-block;
}

.join-layout .jumbotron p {
    display: none;
}

.join-agree-area .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}

.join-agree-area .panel .row {
    padding: 0 !important;
}

.join-agree-area .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
}

.join-agree-area .panel-footer {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 20px 0 0;
}

.join-agree-area .panel-footer .btn-default {
    background: #5fa49e;
    border: 1px solid #5fa49e;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    color: #fff;
}

.join-agree-area .panel-footer .btn-default:hover {
    border-color: #7dd29e;
    background: #7dd29e;
}

.join-layout .form-horizontal .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.join-layout .form-horizontal .panel-heading {
    font-weight: 500;
    padding: 0;
    letter-spacing: -0.02em;
    color: #333;
    font-size: 18px;
    background: url(/skin/img/sub/ico-title.png) no-repeat left 2px;
    padding-left: 21px;
    margin: 0 0 15px;
    border: none;
    line-height: 1.1;
}

.join-layout .form-horizontal .panel-body {
    padding: 0;
    border-top: 1px solid #ddd;
}

.join-layout .form-horizontal .panel-body .form-group {
    margin: 0;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.join-layout .form-horizontal .form-group .control-label {
    text-align: left;
    width: 200px;
    padding: 20px 15px;
    font-size: 14px;
    background: #f3f3f3;
}

.join-layout .form-horizontal .form-group .control-label br {
    display: none;
}

.join-layout .form-horizontal .form-group .control-label .text-danger {
    color: #2a72e7;
    font-weight: 400;
}

.join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
    padding: 13px 15px 0;
}

.join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
    padding: 13px 15px 0;
}

.join-layout .form-horizontal .form-group .form-control {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #ddd;
}

.join-layout .form-horizontal .joinForm-addr .control-label {
    padding: 40px 15px;
}

.join-layout .form-horizontal .form-group label.error {
    font-size: 10px;
    margin: 0;
}

.join-layout .form-horizontal .panel-footer {
    border: none;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
}

.join-layout .form-horizontal .panel-footer .form-group {
    padding: 20px 0 0 !important;
    margin-bottom: 0;
}

.join-layout .form-horizontal .panel-footer .btn {
    border: 1px solid #f3f3f3;
    border-radius: 0;
    font-size: 16px;
    padding: 15px;
    background: #f3f3f3;
}

.join-layout .form-horizontal .panel-footer .btn-default:hover {
    border-color: #e3e3e3;
    background: #e3e3e3;
}

.join-layout .form-horizontal .panel-footer .btn-success {
    border: 1px solid #5fa49e;
    background: #5fa49e;
}

.join-layout .form-horizontal .panel-footer .btn-success:hover {
    background: #7dd29e;
}

.carousel-inner .item1 a {
    display: block;
    height: 100%;
}

.carousel-inner .item1 {
    background: url(/skin/img/slide/slide01-220519.png) no-repeat center / cover;
}

@media (max-width: 767px) {
    .carousel-inner .item1 {
        background: url(/skin/img/slide/slide01-220520_mo.png) no-repeat center / cover;
    }

    .join-layout .jumbotron {
        font-size: 24px;
        padding-top: 23px;
    }

    .join-layout .form-horizontal .panel-body .form-group {
        padding: 15px 0;
    }

    .join-layout .form-horizontal .panel-body .joinForm-zipcode .col-sm-3 {
        padding: 0;
    }

    .join-layout .form-horizontal .form-group .control-label {
        width: auto;
        background: rgba(0, 0, 0, 0);
        padding: 0;
    }

    .join-layout .form-horizontal .panel-body .form-group .col-sm-6 {
        padding: 0;
    }
}

.subContent .table.table-type03 {
    margin: 0 0 20px;
    border-top: 2px solid #0068b7;
    background: #fff;
}

.subContent .table.table-type03 tr th,
.subContent .table.table-type03 tr td {
    padding: 10px 12px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: center;
}

.subContent .table.table-type03 tr th {
    color: #333;
    background: #f8f8f8;
}

.subContent .table.table-type03 tr td {
    color: #666;
}

/* 엔젤투자위원 활동 구분 및 혜택 안내 */
#business06 .bus-se:nth-child(4) .table.table-type03 tr td ul {
    display: inline-block;
    text-align: left;
}

#business06 .bus-se:nth-child(4) .table.table-type03 thead tr th:nth-child(2) {
    color: #225278;
}

#business06 .bus-se:nth-child(4) .table.table-type03 thead tr th:nth-child(3) {
    color: #d52822;
}

/* 연간 활동 로드맵 */
#business06 .bus-se:nth-child(5) tr td {
    padding: 10px 6px !important;
    vertical-align: top !important;
}

#business06 .bus-se:nth-child(5) tr td ul li {
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
}

/* 지원사업>글로벌 영상제작 지원사업 */
#business02 .con1 .btn-primary {
    right: 0;
    position: absolute;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 30px;
}

#business02 .con2 .wrap-portfolio>.image:nth-child(odd) {
    padding-right: 0;
}

#business02 .con2 .wrap-portfolio>.image:nth-child(even) {
    padding-left: 0;
}

#business02 .con4 h5 {
    padding: 0;
    text-align: center;
}

#business02 .con4 h5::before {
    display: none;
}

#join01 .join_wrap .row {
    margin: 0 -7.5px;
}

#join01 .join_wrap .row>div {
    padding: 0 7.5px;
}

#join01 .join_wrap .member.special .top-join-txt {
    padding: 13px 8px;
    font-size: 16px;
    text-align: left;
}

#join01 .con1 .join_wrap h6 {
    margin: 0 0 -5px;
    padding: 18px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #025299;
    background: #eaf5ff;
}

#join01 .con1 .col-md-12 p,
#join01 .con1 .join_wrap p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #025299;
    background: #eaf5ff;
    padding: 10px 0;
    margin-bottom: 30px;
}

#join01 .con1 .join_wrap {
    margin-top: 60px;
}

#join01 .con1 h5 {
    color: #025299;
}

#join01 .con1 .join_wrap .list {
    min-height: 210px;
}

#join01 .con1 .join_wrap .btn-download {
    position: relative;
    width: 100%;
    padding: 10px 10px;
    padding-left: 35px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0;
}

#join01 .con1 .join_wrap .btn-download+.btn-download {
    margin-top: 5px;
}

#join01 .con1 .join_wrap .btn-download::before {
    content: "";
    top: 12px;
    left: 25px;
    width: 16px;
    height: 14px;
    position: absolute;
    background: url(/skin/img/sub/icon-download.png) no-repeat center / cover;
}

#join01 .con1 .join_wrap .btn-download:hover {
    border-color: #033a65;
}

#join01 .con1 div:nth-of-type(4)::after {
    display: none;
}

#join01 .con1 h5:before {
    background: #025299;
}

.join_right {
    background: #eaf5ff;
    padding: 40px;
}

.join_right ul:nth-of-type(1) {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #3c6b94;
}

.join_right ul li:nth-of-type(1) {
    font-size: 18px;
}

.join_right ul li:nth-of-type(2),
.join_right ul li:nth-of-type(3) {
    color: #025299;
}

.join_left {
    padding: 40px;
}

.join_left ul:nth-of-type(1) {
    margin-bottom: 40px;
}

.join_right ul li:before {
    content: "";
}

#join01 .con2 dl dt {
    border-top: none;
    color: #fff;
    background: #025299;
    text-align: center;
}

#join01 .con2 dl {
    min-height: 480px;
}

#company07 .con2 ul li {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.3;
    position: relative;
    padding-left: 50px;
}

#company07 .con2 ul li strong {
    color: #025299;
    position: absolute;
    left: 0;
    top: 0;
}

/*2019-06-24*/
#join01 .con2 dd ul li {
    font-size: 75%;
    font-weight: 500;
    color: #555;
    line-height: 1.2;
}

#join01 .con2 dd ul {
    margin-bottom: 0;
    margin-top: 5px;
}

#join01 .con2 .li-dot dd:before {
    top: 0px;
    transform: translateY(0);
}

#join01 .con2 .col-md-12 p {
    font-size: 14px;
    color: #4c7aa2;
    font-weight: 500;
}

/* 21-01-28 */
.join-wrap {
    margin-bottom: 20px;
}

.join-wrap span {
    font-size: 14px;
    font-weight: 600;
    color: #009586;
    letter-spacing: -0.04em;
}

#join01 .join-wrap h5 {
    margin: 0 0 8px;
    padding: 7px;
    font-size: 13px !important;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #4190d6;
}

#join01 .join-wrap h5::before {
    display: none;
}

.join-inner {
    display: block;
    margin-top: 5px;
    padding: 8px 20px 20px;
    height: 100%;
}

.join-inner p {
    font-size: 12px;
    text-align: center;
}

.join-inner .join-txt p:last-child {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #4190d6;
    border-top: 1px dotted #a2c7e8;
}

.join-txt {
    padding-right: 0;
    padding-left: 0;
}

.join-txt h5 {
    font-size: 16px !important;
}

.join-icon {
    padding-left: 0;
}

.join-icon img {
    float: left;
    padding: 15px;
    border: 2px solid #88c1f5;
    border-radius: 10px 0 0 10px;
}

.join-inner .join-txt ul li {
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
}

.join-inner .join-txt>ul>li {
    position: relative;
    padding-left: 8px;
}

.join-inner .join-txt>ul>li::before {
    content: "";
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    position: absolute;
    background: #222;
    border-radius: 50%;
}

.join-wrap11 .join-inner .join-txt ul {
    margin-top: 20px;
    text-align: center;
}

.join-wrap11 .join-inner .join-txt ul li {
    display: inline-block;
}

.join-wrap11 .join-inner .join-txt ul li::before {
    display: none;
}

.join-wrap11 .join-inner .join-txt ul li+li {
    margin-left: 10px;
}

a.join-link {
    font-size: 18px;
    padding: 8px 13px;
    border: 1px solid #337ab7;
    background: #337ab7;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 30px;
    text-decoration: none;
    display: block;
    width: 100px;
    text-align: center;
}

a.join-link:hover {
    color: #337ab7;
    border: 1px solid #337ab7;
    background: #fff;
}

/* 230607 */
.join-support {
    padding-bottom: 40px;
}

.join-support a {
    display: block;
    padding: 10px;
    border: 2px solid #88c1f5;
    height: 66px;
    margin-bottom: 10px;
}

.join-support .logo-s {
    padding: 5px;
}

.join-support a img {
    height: 100%;
}

.subContent .col-md-9 .join-support ul li,
.join-support p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    font-size: 13px;
    letter-spacing: -0.04em;
}

.join-support ul li::before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
}

.join-support p {
    margin: 0;
    font-weight: 600;
    padding-left: 0;
}

.warp-card {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.starcorp_wrap .starcorp {
    display: block;
    text-align: center;
    padding: 30px 0;
    min-height: 165px;
    border: 1px solid #ddd;
    margin: 0 0 30px;
}

.starcorp_wrap .starcorp[disabled="disabled"] {
    pointer-events: none;
}

.starcorp_wrap .starcorp:hover {
    text-decoration: none;
    border-color: #1648a2;
}

.starcorp_wrap .starcorp.no_img {
    position: relative;
}

.starcorp_wrap .starcorp .caption {
    display: block;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 0;
}

.starcorp_wrap .starcorp:hover .caption {
    color: #1648a2;
    text-decoration: none;
}

.starcorp_wrap .starcorp.no_img .caption {
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .carousel-inner .carousel-caption {
        left: 5%;
        right: 5%;
    }

    .carousel-inner .item {
        height: 100vw;
    }

    .carousel-inner .carousel-caption h2 {
        font-size: 34px;
    }

    .maincon1 {
        border: none;
        margin: 40px -15px 60px;
    }

    .dh-vod-thumb .video-row-subject {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .dh-vod-thumb .video-row-subject a {
        font-size: 15px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #ccc;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #ccc;
        margin-top: 20px;
    }

    .navbar-inverse .navbar-brand {
        padding: 10px;
        width: 284px;
    }

    .container_contents,
    .sub-layout {
        padding-top: 78px;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #dd2523;
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding-bottom: 10px;
    }

    .snb {
        display: none;
    }

    .subTop {
        height: 230px;
    }

    .subTop h2 {
        font-size: 36px;
    }

    .subTitle h3 {
        font-size: 26px;
    }

    #company01 .subContent .con .border_line {
        font-size: 20px;
        padding: 15px 15px 25px;
    }

    #company01 .subContent .con .border_line strong {
        font-size: 20px;
    }

    #company01 .subContent .con .border_line+p {
        font-size: 16px;
    }

    .subContent .con {
        margin-bottom: 60px;
    }

    #company01 .con2 dl dd {
        font-size: 22px;
    }

    #company01 .con2 p {
        font-size: 15px;
        font-weight: 400;
    }

    .subContent p,
    .subContent dl dd,
    .subContent .col-md-9 ul li {
        font-size: 15px;
        letter-spacing: -0.06em;
    }

    #company02 .con2 p.greet {
        font-size: 18px;
        padding: 0;
        letter-spacing: -0.08em;
    }

    #company02 .con2 .greet_box:before {
        display: none;
    }

    #company01 .con5 .sm {
        font-size: 22px;
    }

    #company01 .con5 p {
        font-size: 15px;
    }

    .subContent {
        padding: 60px 0;
    }

    .subContent ul.timeline {
        padding: 20px 0;
    }

    #company07 .con2 ul li {
        font-size: 15px;
    }

    #company07 .subContent .con1 ul li:before {
        display: none;
    }

    #company07 .subContent .con1 ul li {
        padding-left: 65px;
    }

    #company07 .subContent .con1 ul li strong {
        position: absolute;
        left: 0;
        top: 0px;
    }

    #company07 .subContent .con1 iframe {
        height: 250px;
    }

    #business02 .con2 .wrap-portfolio>.image:nth-child(odd) {
        padding-right: 15px;
    }

    #business02 .con2 .wrap-portfolio>.image:nth-child(even) {
        padding-left: 15px;
    }

    .join_left {
        padding: 0 0 20px;
    }

    #join01 .con2 dl {
        min-height: auto;
    }

    #join01 .con2 dd ul li,
    #join01 .con2 dl dd small {
        font-size: 85%;
        font-weight: 400;
    }

    #join01 .con2 dl dd {
        font-weight: 500;
    }

    .footer_copy .text-center {
        font-size: 13px;
        padding: 60px 0 30px;
    }

    .footer_copy .text-center ul {
        right: 10px;
        top: -50px;
    }

    .footer_copy .text-center p.copy {
        text-align: left;
    }

    .footer_copy .box-banner {
        margin: 15px 0;
    }

    .dh-front-list2 h6 a span.list-row-subject {
        width: 295px;
    }

    .join-icon {
        border: 2px solid #88c1f5;
        border-bottom: none;
        border-radius: 10px 10px 0 0;
    }

    .join-icon img {
        float: none;
        border: none;
    }

    #join01 .join-wrap h5 {
        padding: 10px;
    }

    .join-inner .join-txt ul li {
        font-size: 13px;
    }

    .con3 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

#company05 .con2 dl {
    border: none;
}

/*2019-08-19*/
#business01 .con h4+dl,
#business03 .con h4+dl {
    border-top: 2px solid #ddd;
}

#business01 .con dl,
#business03 .con dl {
    border-top: 1px solid #ddd;
}

#business01 .con dl dt,
#business03 .con dl dt {
    font-size: 18px;
    letter-spacing: -0.034em;
    padding-top: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

#business01 .con dl dd,
#business03 .con dl dd {
    margin-bottom: 5px;
}

#business01 .con dl dd:before,
#business03 .con dl dd:before {
    top: 0;
    transform: translateY(0);
}

/* 스타기업 지원사업 */
#business04 .con1 p {
    padding: 20px;
    background: #f2f2f2;
    border-radius: 10px;
}

#business04 .con2 p {
    margin-top: -30px;
    padding: 20px;
    color: #999;
    background: #f2f2f2;
    border-radius: 10px;
}

#business04 .con3 .row+.row .box-employee {
    margin-top: 45px;
}

#business04 .box-employee>.picture {
    padding-right: 30px;
    padding-left: 0;
}

#business04 .box-employee>.picture img {
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05);
}

#business04 .box-employee>.detail {
    padding: 0;
}

#business04 .box-employee>.detail .name {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #222;
}

#business04 .box-employee>.detail .name .position {
    padding-left: 3px;
    font-size: 18px;
    color: #033a65;
}

#business04 .box-employee>.detail ul>li {
    font-size: 14px;
    line-height: 1.4;
}

:is(#business04, #business07) .card .date {
    position: relative;
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

:is(#business04, #business07) .card .date i {
    top: 4px;
    left: 0;
    position: absolute;
    font-size: 13px;
    color: #033a65;
}

:is(#business04, #business07) .card a:hover img {
    opacity: 0.8;
}

:is(#business04, #business07) .card img {
    padding: 3px;
    border: 1px solid #ddd;
    box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.05);
}

:is(#business04, #business07) .con5 .box-photo+h4 {
    margin-top: 40px;
}

:is(#business04, #business07) .box-photo {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

:is(#business04, #business07) .box-photo>.item {
    flex: 1 1 33.3%;
    -ms-flex-preferred-size: calc(33.3% - 10px);
    padding: 5px;
}

:is(#business04, #business07) .con6 ul.list-selection+h4 {
    margin-top: 40px;
}

:is(#business04, #business07) ul.list-selection {
    display: flex;
    flex-wrap: wrap;
}

:is(#business04, #business07) ul.list-selection>li {
    flex: 1 1 16.666%;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
}

:is(#business04, #business07) ul.list-selection>li .inner,
:is(#business04, #business07) ul.list-selection>li a {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
    border-left: none;
}

:is(#business04, #business07) ul.list-selection>li:first-child .inner {
    border-left: 1px solid #ddd;
}

:is(#business04, #business07) ul.list-selection>li a {
    width: 100%;
    display: inline-block;
    color: #025299;
    text-decoration: none;
}

:is(#business04, #business07) ul.list-selection>li a:hover {
    background-color: #f0f4f8;
}

:is(#business04, #business07) ul.list-selection.selection2>li {
    flex-basis: 25%;
}

:is(#business04, #business07) ul.list-selection.selection2>li:nth-child(5) .inner {
    border-left: 1px solid #ddd;
}

:is(#business04, #business07) ul.list-selection.selection2>li:nth-child(n + 5) .inner {
    margin-top: -1px;
}

/* 지식재산권 지원사업 */
/* 페이지 준비중입니다 */

#business05 .con h4 {
    color: #222 !important;
    padding-left: 20px;
    position: relative;
}

#business05 .con h4::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d52822;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#business05 .wrap-prepare-page {
    width: 100%;
    display: inline-block;
    padding: 15px;
    background-color: #f9f9f9;
}

#business05 .prepare-page {
    padding: 60px;
    text-align: center;
}

#business05 .prepare-page>.exclamation {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    padding: 30px;
    line-height: 1em;
    border: 4px solid #025299;
    border-radius: 100%;
}

#business05 .prepare-page>.exclamation::before {
    content: "\f12a";
    top: 0;
    font-size: 30px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #025299;
}

#business05 .prepare-page>h4 {
    margin: 20px 0 15px;
    font-size: 28px;
    font-weight: 300;
    color: #777;
}

#business05 .prepare-page>h4 strong {
    font-weight: 500;
}

#business05 .prepare-page>p {
    margin: 0;
    color: #777;
    line-height: 1.4em;
}

#business06 .biz05-greet p,
#business05.biz05-1 .biz05-greet p {
    font-size: 17px;
    margin: 0 0 18px;
}

#business06 .biz05-greet p.welcome,
#business05.biz05-1 .biz05-greet p.welcome {
    font-size: 27px;
    font-weight: 700;
}

#business06 .biz05-greet p.intro,
#business05.biz05-1 .biz05-greet p.intro {
    font-size: 20px;
    padding: 15px 30px;
    background: #fafafa;
}

#business06 .biz05-greet p.intro .en,
#business05.biz05-1 .biz05-greet p.intro .en {
    display: block;
    font-size: 25px;
    color: #225278;
}

#business06 .biz05-greet p.epil,
#business05.biz05-1 .biz05-greet p.epil {
    font-weight: 600;
}

#business06 .biz01-member,
#business05.biz05-1 .biz01-member {
    position: relative;
    margin: 0 0 45px;
}

#business05.biz05-1 .biz01-member .wrap-img {
    border: 1px solid #eee;
}

#business06 .biz01-member:after,
#business05.biz05-1 .biz01-member:after {
    content: "";
    display: table;
    clear: both;
}

#business06 .biz01-member .wrap-team,
#business05.biz05-1 .biz01-member .wrap-team {
    position: absolute;
    display: block;
    background: #518fc7;
    top: -15px;
    left: 0;
    right: 0;
}

#business06 .biz01-member .wrap-team p,
#business05.biz05-1 .biz01-member .wrap-team p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

#business06 .biz01-member .wrap-img img,
#business05.biz05-1 .biz01-member .wrap-img img {
    width: 100%;
}

#business06 .biz01-member .wrap-list,
#business05.biz05-1 .biz01-member .wrap-list {
    padding: 10px 0;
}

#business06 .biz01-member .wrap-list .name,
#business05.biz05-1 .biz01-member .wrap-list .name {
    font-size: 22px;
    font-weight: 600;
}

#business05.biz05-1 .biz01-member .wrap-list .name {
    margin-bottom: 5px;
}

#business06 .biz01-member .wrap-list .name small,
#business05.biz05-1 .biz01-member .wrap-list .name small {
    font-weight: 400;
    font-size: 18px;
    margin-left: 7px;
    color: #666;
}

#business06 .biz01-member .wrap-list .list-career>li,
#business05.biz05-1 .biz01-member .wrap-list .list-career>li {
    font-size: 14px;
    position: relative;
    padding-left: 9px;
    margin-bottom: 2px;
}

#business06 .biz01-member .wrap-list .list-career>li:before,
#business05.biz05-1 .biz01-member .wrap-list .list-career>li:before {
    content: "";
    display: block;
    width: 4px;
    height: 1px;
    background: #505050;
    position: absolute;
    top: 11px;
    left: 1px;
}

#business06 .chief .biz01-member .wrap-img,
#business05.biz05-1 .chief .biz01-member .wrap-img {
    float: left;
}

#business06 .chief .biz01-member .wrap-list,
#business05.biz05-1 .chief .biz01-member .wrap-list {
    float: left;
    padding: 47px 0 0 60px;
}

.biz05-service {
    padding: 25px;
    border: 1px solid #8296c9;
    height: 380px;
    margin: 15px 0 15px;
    background: #f9feff;
}

.biz05-service .tit {
    font-size: 19px;
    font-weight: 500;
    color: #315778;
}

.biz05-service .des {
    font-size: 15px;
    margin-bottom: 10px;
}

.subContent .col-md-9 .biz05-service .list-service>li {
    padding-left: 15px;
    font-size: 15px;
    line-height: 1.4;
    margin: 3px 0 0;
    position: relative;
}

.subContent .col-md-9 .biz05-service .list-service>li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #9ac1e3;
    position: absolute;
    top: 8px;
    left: 0;
}

#business05.biz05-3 .subContent .box {
    padding: 30px 0;
    border-bottom: 1px solid #dcdd;
}

#business05.biz05-3 .subContent .box:after {
    content: "";
    display: table;
    clear: both;
}

#business05.biz05-3 .subContent .col-md-12:last-child .box {
    padding-bottom: 0;
    border-bottom: 0;
}

#business05.biz05-3 .subContent .box h4 {
    width: 25%;
    float: left;
}

#business05.biz05-3 .subContent .box .box-inner {
    width: 75%;
    float: left;
}

#business05.biz05-3 .subContent .box p {
    margin-bottom: 15px;
}

#business05.biz05-3 .subContent .box p.definition {
    padding: 15px 25px;
    background: #fafafa;
}

#business05.biz05-3 .subContent .box p::before {
    content: "";
}

#business05.biz05-4 .con p.intro {
    font-size: 24px;
    font-weight: 600;
    color: #355388;
    margin: -20px 0 0 21px;
}

#business05.biz05-4 .con h5 {
    margin: 30px 0 15px;
}

#business05.biz05-4 .biz05-rnd {
    padding: 15px 27px;
    margin: 0 0 30px;
    background: #fafafa;
}

#business05.biz05-4 .biz05-rnd .tit {
    color: #193a80;
    font-size: 18px;
    font-weight: 600;
}

#business05.biz05-4 .biz05-rnd .list-rnd {
    padding: 0;
    margin: 0;
}

#business05.biz05-4 .biz05-rnd .list-rnd>li {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 15px;
    position: relative;
}

#business05.biz05-4 .biz05-rnd ol.list-rnd>li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 600;
    color: #7a96d3;
}

#business05.biz05-4 .biz05-rnd ol.list-rnd>li:nth-child(1):before {
    content: "1";
}

#business05.biz05-4 .biz05-rnd ol.list-rnd>li:nth-child(2):before {
    content: "2";
}

#business05.biz05-4 .biz05-rnd ol.list-rnd>li:nth-child(3):before {
    content: "3";
}

#business05.biz05-4 .biz05-rnd ol.list-rnd>li:nth-child(4):before {
    content: "4";
}

#business05.biz05-4 .biz05-rnd ul.list-rnd>li::before {
    content: "";
    background: #7a96d3;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}

#business05.biz05-4 .biz05-rnd .list-rnd.step>li {
    padding-left: 60px;
}

#business05.biz05-4 .biz05-rnd .list-rnd.step>li .step {
    font-weight: 600;
    position: absolute;
    left: 0;
}

#business05.biz05-4 .biz05-rnd .list-rnd.step>li::before {
    content: "";
    display: none;
}

#business05.biz05-4 .table.table-type03 th {
    border-top: 2px solid #579dd9;
    background: #fff;
}

#business05.biz05-4 .con3 a {
    display: block;
    padding: 15px 30px;
    border: 1px solid #ccc;
    width: 240px;
    font-size: 16px;
    text-align: center;
    color: #555;
    font-weight: 500;
    margin: 0 0 30px;
}

#business05.biz05-4 .con3 a i {
    margin-left: 10px;
}

#business05.biz05-4 .con3 a:hover {
    text-decoration: none;
    background: #f11c2e;
    border-color: #f11c2e;
    color: #fff;
}

#business05.biz05-4 .con5 .col-md-6 img {
    width: auto;
    height: 340px;
    border: 1px solid #ccc;
}

#business05.biz05-4 .con5 .photo {
    padding: 20px;
    background: #fafafa;
}

#business05.biz05-4 .con5 .photo>.row {
    margin: 0 -5px;
}

#business05.biz05-4 .con5 .photo>.row>div {
    padding: 0 5px;
}

#business05.biz05-4 .con5 p.date {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
}

#business05.biz05-4 .con5 p.now {
    font-size: 18px;
    font-weight: 600;
    color: #385da3;
}

#business05.biz05-4 .con5 .picked-list {
    padding: 15px;
    background: #fafafa;
}

#business05.biz05-4 .con5 .picked-list>li {
    float: left;
    width: 20%;
    line-height: 1;
    padding: 10px 0 10px 14px;
    position: relative;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

#business05.biz05-4 .con5 .picked-list>li:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #99acd0;
    border-radius: 50%;
    top: 18px;
    left: 0;
    position: absolute;
}

#business05.biz05-4 .con5 .picked-list:after {
    content: "";
    display: table;
    clear: both;
}

#business05.biz05-4 .dl-biz05-4 {
    padding: 17px;
    background: #fcfcfc;
}

#business05.biz05-4 .dl-biz05-4 dt {
    font-size: 18px;
    color: #14408b;
}

#business05.biz05-4 .dl-biz05-4 dd {
    padding-left: 22px;
    position: relative;
}

#business05.biz05-4 .dl-biz05-4 dd .num {
    position: absolute;
    left: 0;
    top: -1px;
}

/* 지정기부금 */
.donation .con h4 {
    margin: 0 0 35px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-align: center;
}

.donation .box-text {
    padding: 25px 15px 15px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 10px;
}

.donation .box-text p.tit {
    margin: 10px 0 15px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.donation .box-text p.tit>span {
    color: #033a65;
}

.donation .con h5 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #033a65;
    letter-spacing: -0.04em;
}

.donation .btn-line {
    position: relative;
    padding: 14px 40px;
    padding-left: 65px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 0;
}

.donation .btn-line::before {
    content: "";
    top: 16px;
    left: 38px;
    width: 18px;
    height: 16px;
    position: absolute;
    background: url(/skin/img/sub/icon-download.png) no-repeat;
}

.donation .btn-line:hover {
    border-color: #033a65;
}

#donation01 .con {
    margin-bottom: 40px;
}

#donation01 .con:last-child {
    margin-bottom: 0;
}

#donation01 .con1 h5 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #111;
}

#donation01 .con1 .box-text {
    padding: 40px 30px 30px;
}

#donation01 .con1 .box-text p {
    padding: 0;
}

#donation01 h5+p {
    padding: 25px;
    background: #f2f2f2;
    border-radius: 10px;
}

#donation01 h5+p a {
    color: inherit;
}

#donation01 ol.list-donation {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-left: 0;
}

#donation01 ol.list-donation>li {
    flex-basis: 50%;
    -ms-flex-preferred-size: calc(50% - 20px);
    margin-bottom: 20px;
    padding: 0 10px;
}

#donation01 ol.list-donation>li .inner2 {
    height: 100%;
    padding: 30px 20px 20px 120px;
    border: 1px solid #cfe2e6;
    position: relative;
}

#donation01 ol.list-donation>li .num {
    top: 25px;
    left: 35px;
    width: 45px;
    height: 45px;
    position: absolute;
    padding: 13px 12px 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1em;
    background: #009586;
    border-radius: 50px;
}

#donation01 ol.list-donation>li .tit {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    color: #025299;
    letter-spacing: -0.04em;
}

#donation01 ol.list-donation>li p {
    margin: 0 0 5px;
    color: #222;
}

#donation01 ol.list-donation>li a {
    color: inherit;
}

#donation01 ol.list-donation>li ul li {
    margin-bottom: 0;
    font-size: 15px;
}

#donation01 .con5 p span {
    padding-right: 4px;
    font-weight: 500;
    color: #033a65;
}

#donation02 .subTitle h3 {
    line-height: 1.3;
}

#donation02 .subTitle h3:before {
    top: 25%;
}

#company08 .con {
    padding-bottom: 50px;
    border-bottom: 1px dashed #ddd;
}

#company08 .con:last-child {
    border-bottom: none;
}

#company08 .con .table th:nth-child(1) {
    width: 30%;
}

#company08 .con .table th:nth-child(2) {
    width: 30%;
}

#company08 .con .table th:nth-child(3) {
    width: 40%;
}

#company08 .con4 .table th:nth-child(4) {
    width: 40%;
}

#company08 .box-employee {
    margin-bottom: 30px;
}

#company08 .wrap-img,
#company08 .wrap-list {
    display: inline-block;
}

#company08 .wrap-img {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
}

#company08 .wrap-img>img {
    aspect-ratio: 22/29;
}

#company08 .wrap-img>img[src="/skin/img/sub/employee_none.jpg"] {
    background: #eee;
}

#company08 .con3>.col-md-6:not(:nth-child(2)) .wrap-img>img {
    padding: 0;
}

#company08 .wrap-list {
    width: 100%;
    padding: 30px 0 0 0px;
}

#company08 .wrap-list>.name {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
    letter-spacing: 0.034em;
}

#company08 .wrap-list ul>li {
    position: relative;
    padding-left: 12px;
    font-size: 15px;
    line-height: 1.3;
}

#company08 .wrap-list ul>li::before {
    content: "· ";
    top: -2px;
    left: 0;
    position: absolute;
}

#company09 .cert_process {
    text-align: center;
    padding: 30px;
    background: #fafafa;
}

#company09 .cert_process .process {
    position: relative;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 5px solid #f5a2a3;
    margin-bottom: 45px;
}

#company09 .cert_process .process p {
    margin: 0;
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

#company09 .cert_process .process p>small {
    display: block;
    font-size: 16px;
    padding: 5px;
    border-radius: 50px;
    background: #fafafa;
    font-weight: 400;
    width: 320px;
    margin: 5px auto 0;
}

#company09 .cert_process .process::after {
    content: "\f078";
    display: block;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-size: 33px;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
}

#company09 .cert_process .process:last-child::after {
    display: none;
}

#company09 .cert_process .process:last-child {
    margin-bottom: 0;
}

#company09 .cert_process+p {
    font-size: 15px;
    color: #aaa;
    margin: 10px 0 0;
}

#company09 .evaluate_intro p {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-top: 15px;
}

#company09 .evaluate_example dl {
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #b1b1b1;
    margin-bottom: 15px;
}

#company09 .evaluate_example dl dt {
    padding: 10px 15px;
    font-size: 18px;
    background: #194199;
    border-bottom: 1px solid #ddd;
    color: #fff;
}

#company09 .evaluate_example dl dd {
    font-size: 17px;
    padding: 10px 15px;
}

#company09 .li-comp09>li {
    margin-bottom: 37px;
    padding-left: 20px;
    position: relative;
}

#company09 .li-comp09>li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #da2826;
    box-shadow: 3px 3px #edcfcf;
    position: absolute;
    top: 10px;
    left: 0;
}

#company09 .li-comp09>li .intro {
    font-size: 18px;
    font-weight: 600;
}

#company09 .li-comp09>li .img-wrap {
    margin: 15px 0 30px;
}

#company09 .li-comp09>li .img-wrap img {
    margin-bottom: 15px;
}

#company09 .li-comp09>li .img-wrap .caption {
    text-align: center;
}

#company09 .li-comp09>li a {
    color: #3885c1;
}

#company09 .li-comp09>li .li-dash {
    background: #fafafa;
}

.port-link {
    display: block;
    margin-top: 30px;
}

@media (max-width: 360px) {
    .carousel-inner .carousel-caption h2 {
        font-size: 30px;
    }

    .carousel-inner .carousel-caption p {
        font-size: 15px;
    }

    .dh-front-list2 h6 a span.list-row-subject {
        width: 240px;
    }

    #company01 .subContent .con .border_line strong {
        font-size: 18px;
    }

    #company01 .subContent .con .border_line+p {
        font-size: 15px;
        letter-spacing: -0.07em;
    }

    #company01 .con2 dl dt {
        font-size: 26px;
    }

    #company02 .con2 p.greet {
        font-size: 15px;
    }

    .join-layout>.row,
    .join-view-layout>.row {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {

    #company02 .comp02_left,
    #company02 .comp02_right {
        width: 100%;
    }

    #company02 .comp02_left .career {
        padding: 35px;
    }

    #company08 .wrap-list {
        padding-top: 10px;
    }

    #company08 .wrap-list .name,
    #company08 .wrap-list .list-career {
        text-align: center;
    }

    #company08 .wrap-list ul>li {
        padding-left: 0;
    }

    #company08 .wrap-list ul>li::before {
        display: none;
    }

    .main_btm .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

/*2020-01-31*/
.intro-boardbox-7,
.intro-boardbox-18 {
    margin-top: 40px;
}

/*2021-01-22*/
.main_btm {
    padding: 40px 0 20px;
}

.main_btm .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.main_btm .row::before,
.main_btm .row::after {
    display: none;
}

.main_btm .row>div {
    width: 100%;
    padding: 0;
}

.main_btm a {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
}

.main_btm a:hover {
    border-color: #025299;
}

.dh-vod-thumb .video-row-subject a {
    font-size: 15px;
    letter-spacing: -0.02em;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dh-vod-thumb .video-row-subject a:hover {
    color: #025299;
}

/* ----------------------------------------------------------------------------- */

.dd_wrap p {
    padding: 5px;
    background: #025597;
    color: #fff;
}

.dd_wrap dd {
    border: 1px solid #ddd;
    margin-top: 5px;
}

.top {
    padding-top: 10px;
}

.padding {
    padding-top: 80px;
}

span.red {
    color: #d52822;
    font-weight: 600;
}

.join {
    margin-bottom: 30px;
}

.join_wrap .join {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
}

.join_wrap p {
    margin-bottom: 10px !important;
}

.inner p {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #025299;
    background: #eaf5ff !important;
    padding: 15px 10px !important;
}

.inner p:last-child {
    border: none;
}

.join .top-join-txt {
    display: block;
    min-height: 58px;
    padding-top: 23px;
    padding-bottom: 10px;
    background: #f2f2f2;
    margin-bottom: 15px;
    height: 70px;
}

.inner .list {
    background: #f8f8f8;
    min-height: 320px;
    position: relative;
}

.inner .list ul {
    padding: 15px 15px 15px 30px;
}

.inner .list li {
    text-align: left;
}

.inner .list ul .list-p {
    background: #f8f8f8 !important;
    padding: 0 !important;
    text-align: left !important;
    color: #025299;
    font-size: 15px;
}

.inner ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #333;
    margin-bottom: 3px;
    margin-right: 5px;
}

.inner .list ul .list-p::before {
    display: none;
}

/* 페이지준비중 */
.ex-wrap {
    text-align: center;
}

.ex-wrap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 90px;
    background: #f2f2f2;
}

.ex-wrap .exclamation {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    padding: 38px 30px;
    line-height: 5em;
    border: 4px solid #025299;
    border-radius: 100%;
    margin-bottom: 40px;
}

.ex-wrap .exclamation:before {
    content: "\f12a";
    top: 0;
    font-size: 70px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #025299;
}

.ex-wrap h4 {
    font-size: 40px;
    color: #222;
    margin-bottom: 20px;
}

.ex-wrap h4 strong {
    color: #025299;
}

.ex-wrap p {
    font-size: 20px;
    font-weight: 500;
}

/* 21-02-10 */
.bus-se {
    margin-bottom: 50px;
}

.bus-txt {
    margin-bottom: 50px;
}

.bus-txt .subTitle,
#company09 .con h4 {
    color: #222 !important;
    padding-left: 20px;
    position: relative;
}

.bus-txt .subTitle::before,
#company09 .con h4:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: #d52822;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bus-txt ul {
    background: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
}

.bus-txt li {
    position: relative;
    padding-left: 15px;
}

.bus-txt li::before {
    content: "-";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.people-box {
    margin-bottom: 30px;
}

.peopler-img img {
    border: 1px solid #ddd;
    padding: 5px;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 5%);
}

.peopler-img {
    margin-bottom: 30px;
    margin-right: 5%;
    width: 30%;
    float: left;
}

.people-history {
    width: 65%;
    float: left;
}

.people-history h5 {
    padding-left: 0 !important;
    margin-bottom: 25px !important;
}

.people-history h5::before {
    display: none;
}

.people-history li {
    font-size: 14px !important;
}

.bus-txt dl {
    border-top: none !important;
}

.bus-txt dt {
    padding: 15px;
    background: #025299;
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    position: relative;
    margin-top: 40px;
}

.bus-txt dt:after {
    content: "";
    display: block;
    width: 42px;
    height: 1px;
    background: #ddd;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
}

.bus-txt dd {
    width: 75%;
    margin-left: 5%;
    float: left;
    background: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 30px !important;
}

.img-wrap img {
    border: 1px solid #ddd;
    padding: 5px;
    height: 300px;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 5%);
}

.img-wrap .name {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0;
}

.prod-li {
    border-top: 1px solid #ddd;
}

.prod-li span {
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

.prod-li .li-title {
    width: 20%;
    text-align: center;
    float: left;
    font-weight: 600;
    background: #f2f2f2;
}

.prod-li .li-list {
    width: 80%;
    float: left;
}

.pull-left i {
    display: none;
}

.coach-title {
    text-align: center;
}

.coach-title h4 {
    font-size: 40px;
    font-weight: 600;
}

.coach-title p {
    font-size: 18px;
    margin: 15px 0;
}

.coach-title h4:last-child {
    color: #1c539b;
    margin-top: 50px;
}

/*경경영경영자*/
:is(#madang05, div[id^="Coach0"], #madang02) .dh-board,
#join03 .dh-board {
    border-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

:is(#madang05, div[id^="Coach0"], #madang02) .dh-board::after,
#join03 .dh-board::after {
    content: "";
    clear: both;
    display: table;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background: #fff;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) h4 {
    margin: 0;
}

:is(#madang05, #join03, #madang02) .dh-board .dhb-txt-box h4 a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    line-height: 1.4;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-list {
    border: 0;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-list>.row {
    margin: 0;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-margin-top {
    grid-column: span 4;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .clearfix {
    display: none;
}

:is(#madang05, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box:hover {
    border-color: #cc2419;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-5,
:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7,
:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-list {
    width: 100%;
    float: none;
    padding: 0;
    clear: both;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-list+.text-right {
    display: none;
    visibility: hidden;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .thumb-hidden {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 285px;
    background: #ededed;
    border: none;
    border-bottom: 1px solid #ddd;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .thumb-hidden img {
    width: auto;
    max-height: 285px;
    border-bottom: none;
    max-width: 100%;
    margin: 0 auto;
}

#Coach01 .dh-board .dhb-txt-box .thumb-hidden {
    max-height: inherit;
    height: auto;
    aspect-ratio: 13/17;
}

#Coach01 .dh-board .dhb-txt-box img {
    height: auto;
}

/* 경영자코치 자격증 */
#Coach05 .con h4 {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
}

#Coach05 .box-quote p {
    max-width: 720px;
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 28px;
    font-weight: 500;
    color: #033a65;
    line-height: 1.4em;
    text-align: center;
}

#Coach05 .box-quote p::before,
#Coach05 .box-quote p::after {
    content: '\f10d';
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #d52822;
}

#Coach05 .box-quote p::before {
    top: -5px;
    left: 7%;
}

#Coach05 .box-quote p::after {
    right: 14%;
    bottom: -5px;
    transform: scale(-1);
}

#Coach05 .con.con1 .images {
    display: grid;
    grid-template-columns: 1fr 2.5fr;
    gap: 10px;
    margin-top: 50px;
}

#Coach05 .con.con2 .images {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    margin-bottom: 30px;
}

#Coach05 .con.con2 .images>figure:first-child {
    padding-right: 28px;
}

#Coach05 .con.con2 .images figure figcaption {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.03em;
    text-align: center;
}

/* 경영자코치 FAQ */
/* Accordion */
#accordion-prod {
    margin-top: 60px;
    border-top: 1px solid #333;
}

#accordion-prod .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

#accordion-prod .panel+.panel {
    margin-top: 0;
}

#accordion-prod .panel-heading {
    padding: 0;
    background-color: #fff;
}

#accordion-prod .panel-title {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1.4;
}

#accordion-prod .panel-title a {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

#accordion-prod .panel-title a:hover,
#accordion-prod .panel-title a[aria-expanded="true"] {
    background: #f8f8f8;
}

#accordion-prod .panel-title a::after {
    content: '\f077';
    top: 20px;
    right: 20px;
    position: absolute;
    font-size: 18px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
}

#accordion-prod .panel-title a.collapsed::after {
    transform: rotate(180deg);
}

#accordion-prod .alphabet {
    position: relative;
    display: block;
    font-size: 24px;
    color: #d52822;
    margin-right: 10px;
}

#accordion-prod .panel-title .alphabet {
    color: #1c539b;
}

#accordion-prod .panel-body {
    position: relative;
    padding: 30px 25px 30px 55px;
    border: none;
    border-bottom: 1px solid #ddd;
}

#accordion-prod .panel-body .alphabet {
    top: 30px;
    left: 23px;
    position: absolute;
}

#accordion-prod .panel-body p {
    margin-bottom: 20px;
    line-height: 1.5;
}

#accordion-prod .panel-body p:last-child {
    margin-bottom: 0;
}

#accordion-prod .panel-body ol+p {
    margin-top: 20px;
}

#accordion-prod .panel-body p.ask {
    position: relative;
    padding-left: 8px;
}

#accordion-prod .panel-body p.ask::before {
    content: '*';
    top: 3px;
    left: 0;
    position: absolute;
}

#accordion-prod .panel-body p.ask+p.ask {
    margin-top: -15px;
}

#accordion-prod .panel-body ol {
    counter-reset: list-number;
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #555;
}

#accordion-prod .panel-body ol>li {
    counter-increment: list-number;
    position: relative;
    padding-left: 20px;
}

#accordion-prod .panel-body ol>li+li {
    margin-top: 3px;
}

#accordion-prod .panel-body ol>li::before {
    content: counter(list-number);
    top: 3px;
    left: 0;
    width: 16px;
    height: 16px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 70%;
    font-weight: 600;
    border: 1px solid;
    border-radius: 30px;
    opacity: 0.8;
}

/* 메일폼 */
#Coach02 .q_number {
    display: flex;
}

#Coach02 .q_number+.q_number {
    margin-top: 20px;
}

#Coach02 .q_number .clearfix {
    flex-basis: 130px;
    display: block;
}

#Coach02 .q_number>div:not(.clearfix) {
    flex-basis: calc(100% - 130px);
}

#Coach02 .q_number>div:nth-child(2):not(:last-child) {
    display: none;
}

#Coach02 .q_number h3,
#Coach02 .q_number input {
    margin: 0;
}

#Coach02 .q_number h3 {
    margin-top: 7px;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 {
    padding: 15px;
    background: #fff;
    border-top: none;
    float: none;
    width: 100%;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 h4 {
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 .info .writer {
    padding-left: 0;
    display: none;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 .text {
    line-height: 1;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 h5 {
    line-height: 1;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-family: "notokr", sans-serif;
    font-size: 13px;
    margin: 0;
    white-space: pre-line;
    font-weight: 500;
    color: #585858;
    height: 2em;
    text-overflow: ellipsis;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .nohover .right .text p {
    height: 14em;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 h5::before {
    display: none;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .content_inner .con1>.col-md-12>h5 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin: 0 0 40px;
    padding-bottom: 20px;
}

:is(#madang05, #join03, div[id^="Coach0"], #madang02) .content_inner .con1>.col-md-12>h5.circle::before {
    display: none;
}

.subPage:is(#madang05, #Coach03, #Coach04, #join03, #madang02) .dh-board .dhb-txt-box .col-sm-7 {
    padding: 15px;
}

.subPage:is(#madang05, #Coach03, #Coach04, #join03, #madang02) .dh-board .dhb-txt-box .col-sm-7 h4 {
    font-size: 15px;
}

.subPage:is(#madang05, #Coach03, #Coach04, #join03, #madang02) .dh-board .dhb-txt-box .col-sm-7 h5 {
    display: none;
}

@media (max-width: 767px) {

    :is(#madang05, div[id^="Coach0"], #madang02) .dh-board,
    #join03 .dh-board {
        gap: 15px;
    }

    :is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box {
        grid-column: span 2;
    }

    :is(#madang05, #join03, div[id^="Coach0"], #madang02) .dh-margin-top {
        grid-column: span 4;
    }

    #Coach01 .con1>.col-md-12 {
        padding: 0;
    }

    :is(#madang05, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .thumb-hidden img {
        height: 180px;
    }

    :is(#madang05, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 {
        padding: 10px;
    }

    :is(#madang05, div[id^="Coach0"], #madang02) .dh-board .dhb-txt-box .col-sm-7 h5 {
        height: 2.2em;
    }

    .dh-margin-top {
        margin: 40px 0 0;
    }

    #Coach03 .dh-board .dhb-txt-box .col-sm-7,
    #Coach04 .dh-board .dhb-txt-box .col-sm-7 {
        padding: 10px;
    }

    #Coach03 .dh-board .dhb-txt-box .col-sm-7 h4,
    #Coach04 .dh-board .dhb-txt-box .col-sm-7 h4 {
        font-size: 15px;
        line-height: 1;
    }

    #Coach03 .dh-board .dhb-txt-box .col-sm-7 h4 a,
    #Coach04 .dh-board .dhb-txt-box .col-sm-7 h4 a {
        display: inline-block;
        line-height: 1.4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #company01 .con3 .company01-li li {
        font-size: 17px;
    }
}

/* 2021-03-03 */
#company01 .con3 .company01-li li::before {
    display: none;
}

#company01 .con3 .company01-li li {
    font-size: 24px;
    margin-bottom: 10px;
}

#company01 .con3 .company01-li li span {
    background: #025597;
    color: #fff;
    padding: 0 15px;
    margin-right: 20px;
}

/* 2021-03-16 */
#business01 .bus-txt dd {
    width: 100%;
    margin-left: 0;
    float: none;
    background: #f2f2f2;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px !important;
}

#business01 .bus-txt dt {
    padding: 15px;
    background: #025299;
    color: #fff;
    width: 50%;
    float: none;
    margin: 0 auto;
    margin-bottom: 50px !important;
}

#business01 .bus-txt dt:after {
    content: "";
    display: block;
    width: 1px;
    height: 42px;
    background: #ddd;
    position: absolute;
    right: 0;
    left: 50%;
    top: 141%;
    transform: translate(-50%, -50%);
}

.circle {
    padding-left: 20px;
    position: relative;
}

.circle::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #d92526;
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width: 767px) {
    .li-pro {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .li-pro li {
        width: 50%;
        flex: auto;
    }

    .sub-one-wrap .inner .box::after {
        content: "\f13a";
        position: absolute;
        top: auto;
        bottom: -30px;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        color: #fff;
    }

    .sub-one-wrap .inner .box {
        margin-bottom: 30px;
    }

    #company01 .con3 .company01-li li {
        font-size: 17px;
    }

    #company01 .con3 .company01-li li span {
        padding: 0 10px;
        margin-right: 10px;
    }

    .inner .list {
        min-height: 150px !important;
    }

    .inner .list3 {
        min-height: 250px;
    }

    #Coach04 .dh-board .dhb-txt-box .col-sm-7 h4 a,
    #Coach04 .dh-board .dhb-txt-box .col-sm-7 h4 a {
        display: block;
        width: 100%;
    }

    .sns_Area {
        position: static;
        right: 0;
        top: 0;
    }

    .link-li li a {
        font-size: 12px;
    }

    .footer_copy .text-center ul li {
        margin-right: 4px;
    }

    .link-li li {
        margin-right: 4px;
        padding-right: 4px;
    }
}

/* 페이지준비중 */
.ex-wrap {
    text-align: center;
}

.ex-wrap .inner {
    width: 100%;
    margin: 0 auto;
    padding: 80px 90px;
    background: #f2f2f2;
}

.ex-wrap .exclamation {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    padding: 38px 30px;
    line-height: 5em;
    border: 4px solid #025299;
    border-radius: 100%;
    margin-bottom: 40px;
}

.ex-wrap .exclamation:before {
    content: "\f12a";
    top: 0;
    font-size: 70px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #025299;
}

.ex-wrap h4 {
    font-size: 40px;
    color: #222;
    margin-bottom: 20px;
}

.ex-wrap h4 strong {
    color: #025299;
}

.ex-wrap p {
    font-size: 20px;
    font-weight: 500;
}

.link-li {
    margin-bottom: 15px;
    overflow: hidden;
}

.link-li li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.link-li li:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 3px;
    right: 0;
}

.link-li li:last-child:after {
    display: none;
}

.link-li li a {
    text-decoration: none;
    opacity: 0.7;
    color: #fff;
}

.link-li {
    margin-bottom: 15px;
    overflow: hidden;
}

.link-li li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.link-li li:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 3px;
    right: 0;
}

.link-li li:last-child:after {
    display: none;
}

.link-li li a {
    text-decoration: none;
    opacity: 0.7;
    color: #fff;
}

.link-li li:after {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 3px;
    right: 0;
}

.link-li li:last-child:after {
    display: none;
}

.link-li li a {
    text-decoration: none;
    opacity: 0.7;
    color: #fff;
}

.join_fee_wrap {
    display: none;
    padding-top: 90px;
}

.join_fee_wrap .join_fee::after {
    content: "";
    display: table;
    clear: both;
}

.join_fee_wrap .join_fee ul {
    padding: 15px 0;
    margin: 0 0 15px;
    float: left;
    width: 40%;
}

.join_fee_wrap .join_fee ul li {
    font-size: 16px;
}

.join_fee_wrap .join_fee ul li span {
    font-weight: 600;
    display: block;
    float: left;
    margin-right: 15px;
}

.join_fee_wrap .join_fee ul li b {
    color: #f00;
    font-weight: 500;
}

.join_fee_wrap .fee_box {
    border-top: 1px solid #ccc;
    position: relative;
}

.join_fee_wrap .fee_box::before {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #f00;
    position: absolute;
    top: -1px;
    left: 0;
}

.join_fee_wrap .fee_box::after {
    content: "";
    display: table;
    clear: both;
}

.join_fee_wrap .dl_fee {
    padding: 15px 30px;
    float: left;
    width: 60%;
}

.join_fee_wrap .dl_fee::after {
    content: "";
    display: table;
    clear: both;
}

.join_fee_wrap .dl_fee dt {
    text-align: center;
    float: left;
    font-size: 18px;
    width: 105px;
    margin-right: 15px;
    border-radius: 5px;
    background: #5a79cb;
    color: #fff;
    line-height: 1;
    padding: 6px 10px 6px;
}

.join_fee_wrap .dl_fee dd {
    float: left;
    font-size: 18px;
}

.join_fee_wrap .dl_fee dd b {
    font-size: 22px;
}

.join_fee_wrap .join_caution {
    margin: 60px 0 0;
}

.join_fee_wrap .join_caution dl {
    border: 1px solid #ddd;
    padding: 15px;
}

.join_fee_wrap .join_caution dl dt {
    font-size: 18px;
    margin-bottom: 10px;
}

.join_fee_wrap .join_caution dl dd {
    font-size: 16px;
    line-height: 1.6;
}

.join_fee_wrap .join_caution dl dd::before {
    content: "-";
    margin-right: 5px;
    font-weight: 600;
}

.join_caution+.checkbox label {
    font-weight: 600;
}

.sub-layout>.dh-alert,
.sub-layout>.comp09-3>.dh-alert {
    height: calc(100vh - 321px);
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    padding-top: 200px;
}

.sub-layout>.dh-alert:before,
.sub-layout>.comp09-3>.dh-alert::before {
    content: "\f12a";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 130px;
    line-height: 130px;
    background: #e2eeff;
    border-radius: 50%;
    margin: 0 auto 40px;
    font-size: 60px;
    color: #264690;
}

.join_link {
    text-align: center;
    margin-top: 30px;
}

.join_link a {
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #d92526;
    color: #000;
    border-radius: 50px;
}

.join_link a i {
    margin-left: 10px;
}

.join_link a:hover {
    text-decoration: none;
    background: #d92526;
    color: #fff;
}

.footer_copy .text-center .floating {
    position: fixed;
    top: calc(50% + 30px);
    right: 0;
    transform: translateY(-50%);
    width: 145px;
    box-shadow: 0px 5px 15px -9px;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    z-index: 999;
}

.footer_copy .text-center .floating h5 {
    margin: 0;
    padding: 9px 0 10px;
    background: #1c539b;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.footer_copy .text-center .floating ul {
    padding: 0;
    margin: 0;
    opacity: 1;
}

.footer_copy .text-center .floating ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}

.footer_copy .text-center .floating ul li>a {
    padding: 10px 0;
    display: block;
}

.footer_copy .text-center .floating ul li:hover>a {
    text-decoration: none;
    background: #033a65;
}

.footer_copy .text-center .floating ul li>a i {
    display: block;
    font-size: 35px;
    color: #033a65;
}

.footer_copy .text-center .floating ul li>a .tit {
    color: #111;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}

.footer_copy .text-center .floating ul li:hover>a .tit,
.footer_copy .text-center .floating ul li:hover>a .phone,
.footer_copy .text-center .floating ul li:hover>a i {
    color: #fff;
}

@media (max-width: 767px) {
    .footer_copy .text-center .floating {
        width: auto;
        transform: translateY(0);
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: none;
        border-top: 2px solid #214998;
    }

    .footer_copy .text-center .floating h5 {
        display: none;
    }

    .footer_copy .text-center .floating ul::after {
        content: "";
        display: table;
        clear: both;
    }

    .footer_copy .text-center .floating ul li {
        border-left: 1px solid #e6e6e6;
        float: left;
        width: calc(100% / 7);
        border-bottom: 0;
    }

    .footer_copy .text-center .floating ul li>a {
        height: 50px;
        display: block;
    }

    .footer_copy .text-center .floating ul li>a i {
        font-size: 15px;
    }

    .footer_copy .text-center .floating ul li>a .tit {
        font-size: 10px;
        line-height: 1.1;
        margin-top: 5px;
        font-weight: 400;
    }

    .footer_copy .text-center .floating ul li>a .phone {
        font-size: 12px;
        line-height: 1.1;
        display: none;
    }

    #business04 .box-employee {
        margin-top: 0 !important;
        margin-bottom: 30px;
    }

    #business04 .box-employee>.picture {
        padding-right: 15px;
        padding-left: 15px;
    }

    #business04 .box-employee>.detail {
        text-align: center;
        margin-top: 25px;
    }

    #business04 .card {
        margin-bottom: 30px;
    }

    #business04 .box-photo>.item {
        flex-basis: 50%;
    }

    #business04 ul.list-selection>li {
        flex-basis: 50% !important;
    }

    #business04 ul.list-selection>li .inner,
    #business04 ul.list-selection>li a {
        padding: 15px;
        border-bottom: none;
    }

    #business04 ul.list-selection>li:nth-child(odd) .inner {
        border-left: 1px solid #ddd;
    }

    #business04 ul.list-selection>li:last-child .inner,
    #business04 ul.list-selection.selection2>li:nth-last-child(2) .inner {
        border-bottom: 1px solid #ddd;
    }

    #business06 .chief .biz01-member .wrap-img,
    #business05.biz05-1 .chief .biz01-member .wrap-img {
        float: unset;
    }

    .donation .con h4 {
        margin: 0 0 30px;
        font-size: 30px;
    }

    #donation01 h5+p {
        padding: 20px;
    }

    #donation01 .con1 .box-text {
        padding: 20px;
    }

    #donation01 .con1 h5 {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 22px;
    }

    #donation01 .con3 {
        padding: 0;
    }

    #donation01 ol.list-donation>li {
        flex-basis: 100%;
    }

    #donation01 ol.list-donation>li .inner2 {
        padding: 20px 20px 20px 80px;
    }

    #donation01 ol.list-donation>li .num {
        top: 15px;
        left: 15px;
        width: 40px;
        height: 40px;
        padding: 12px 11px 0;
        font-size: 16px;
    }

    #donation01 .con5 p span {
        display: block;
    }

    .nav-mob {
        margin: 0 -3px 30px;
    }

    .nav-mob::after {
        content: "";
        display: table;
        clear: both;
    }

    .nav-mob li {
        float: left;
        width: 50%;
        padding: 3px;
        margin: 0;
    }

    .nav-mob li>a {
        display: block;
        text-align: center;
        border: 1px solid #aaa;
        color: #666;
        line-height: 38px;
    }

    .nav-mob li.active>a {
        background: #214895;
        border-color: #214895;
        color: #fff;
    }

    #business06 .biz05-greet p.welcome,
    #business05.biz05-1 .biz05-greet p.welcome {
        font-size: 6.2vw;
        font-weight: 700;
    }

    #business06 .biz05-greet p.intro,
    #business05.biz05-1 .biz05-greet p.intro {
        font-size: 18px;
        padding: 12px 15px;
        background: #fafafa;
    }

    #business06 .biz05-greet p.intro .en,
    #business05.biz05-1 .biz05-greet p.intro .en {
        display: block;
        font-size: 21px;
        color: #225278;
    }

    #business06 .chief .biz01-member .wrap-list,
    #business05.biz05-1 .chief .biz01-member .wrap-list {
        float: left;
        padding: 15px 0 0 0;
    }

    #business06 .biz01-member .wrap-img img,
    #business05.biz05-1 .biz01-member .wrap-img img {
        width: 100%;
    }

    .biz05-service {
        height: auto;
    }

    #business05.biz05-3 .subContent .box h4 {
        width: 100%;
        float: left;
    }

    #business05.biz05-3 .subContent .box .box-inner {
        width: 100%;
        float: left;
    }

    #business05.biz05-4 .biz05-rnd .table-responsive table {
        margin-bottom: 0;
    }

    #business05.biz05-4 .con5 .col-md-6 img {
        width: auto;
        height: auto;
        margin-bottom: 15px;
        border: 1px solid #ccc;
    }

    #business05.biz05-4 .con5 .picked-list>li {
        width: 100%;
    }

    #business05.biz05-4 .con7 img {
        margin-bottom: 15px;
    }

    #company09 .subContent .con {
        padding: 0;
    }

    .sub-layout>.dh-alert {
        padding-top: 14vw;
        font-size: 7vw;
    }
}

.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;
}

.member_wrapper {
    max-width: 1170px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-15 {
    margin-bottom: 0 !important;
}

.dl-type01 {
    display: flex;
    padding: 40px;
    background-color: #f2f2f2;
}

.dl-type01 dt {
    flex: 0 1 auto;
    font-size: 20px;
    margin-right: 30px;
}

.dl-type01 dd {
    flex: 1;
}

/* template */
.text-left {
    text-align: left !important;
}

.d-flex {
    display: flex !important;
    flex-wrap: wrap;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.gap-30 {
    gap: 30px;
}

.row-gap-10 {
    row-gap: 10px;
}

.row-gap-20 {
    row-gap: 20px;
}

.row-gap-30 {
    row-gap: 30px;
}

.mx-n20 {
    margin-inline: -20px !important;
}

.mx-n10 {
    margin-inline: -10px !important;
}

.mxn-5 {
    margin-inline: -5px !important;
}

.mx-0 {
    margin-inline: 0 !important;
}

.mx-5 {
    margin-inline: 5 !important;
}

.mt-40 {
    margin-top: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.px-5 {
    padding-inline: 5px !important;
}

.px-10 {
    padding-inline: 10px !important;
}

.px-20 {
    padding-inline: 20px !important;
}

.corpinfo-wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.corpinfo-wrap .col {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.corpinfo-wrap .img-box {
    flex: 0 1 auto;
    width: 30%;
    text-align: center;
    padding: 20px;
    border: 1px solid #aaa;
}

.corpinfo-wrap .img-box p {
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 15px;
}

.corpinfo-wrap .info {
    flex: 1;
}

.corpinfo-wrap dl {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #aaa;
}

.corpinfo-wrap dl>div {
    display: grid;
    grid-template-columns: minmax(0, 110px) minmax(0, auto);
    grid-template-rows: min-content;
    gap: 0 15px;
    padding-block: 14px;
    border-bottom: 1px solid #ddd;
}

.corpinfo-wrap dt {
    flex: 0 1 auto;
    grid-row: span 3;
    font-size: 14px;
    padding-left: 7px;
    color: #222;
}

.corpinfo-wrap dl div :is(dd) {
    font-size: 14px !important;
}

.subContent .corpinfo-wrap dl div .table.table-type03> :is(thead, tbody)>tr> :is(th, td) {
    font-size: 13px !important;
    padding: 7px 9px !important;
}

.corpinfo-wrap dd.item {
    font-weight: 700;
}

.corpinfo-wrap dd+dd {
    margin-top: 7px;
}

.corpinfo-wrap .link-btn {
    margin: 20px -20px -20px;
    text-align: center;
}

.corpinfo-wrap .link-btn a {
    display: flex;
    justify-content: center;
    padding: 7px 15px;
    background-color: #1c539b;
    color: #fff;
    text-align: center;
}

#join02 .dh-board .table .hits,
#join02 .dh-board .table .regdate,
#join02 .dh-view-box>.row>.dh-view-info>span:not(:first-child) {
    display: none;
}

figure.img-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #000;
    padding: 20px;
}

@media (max-width: 767px) {
    .corpinfo-wrap .col {
        flex-direction: column;
        gap: 0;
    }

    .corpinfo-wrap dl>div {
        display: flex;
        flex-direction: column;
    }

    .corpinfo-wrap dl {
        border-top: 0;
    }

    .corpinfo-wrap dt {
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }

    .corpinfo-wrap .img-box {
        width: 100%;
    }

    #Coach05 .con h4 {
        font-size: 7.2vw;
    }

    #Coach05 .box-quote p {
        font-size: 6.5vw;
    }

    #Coach05 .box-quote p::before {
        left: 0;
    }

    #Coach05 .box-quote p::after {
        right: 0;
    }

    #Coach05 .con.con1 .images {
        grid-template-columns: 1fr;
    }

    #Coach05 .con.con2 .images {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    #Coach05 .con.con2 .images>figure:first-child {
        padding-right: 0;
    }

    #accordion-prod .panel-title {
        font-size: 3.8vw;
    }

    #accordion-prod .panel-body ol {
        font-size: 15px;
    }

    #Coach02 .q_number {
        flex-direction: column;
    }

    #Coach02 .q_number .clearfix {
        margin-bottom: 10px;
        flex-basis: auto;
    }
}

@media (min-width: 768px) {
    #join01 .join_wrap .member.special .btn-download {
        padding-left: 57px;
    }

    #join01 .join_wrap .member.special .btn-download::before {
        left: 30px;
    }
}