@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.11.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.11.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@1,700&display=swap');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 91px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', 'MI LANTING', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'jua', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
    padding: 0
}

.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
}

a:hover {
    text-decoration: none
}
.text-bbs7 #board02 table .writer{
    display: none;
}
/* login */
.login-layout,
.id-find-layout,
.pw-find-layout {
    margin-top: -30px;
    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;
    height: 40px;
    color: #555;
    font-size: 16px;
    letter-spacing: -0.03em;
    border-radius: 0;
}

.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #0d8c9d;
    border: none;
    border-radius: 0;
    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: #027888;
}

.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-dash>dd,
.li-dot>dd {
    padding-left: 20px;
    position: relative;
}

.li-dash>li:before,
.li-dot>li:before,
.li-dash>dd:before,
.li-dot>dd:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

.li-dot>li:before,
.li-dot>dd:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #777;
    border-radius: 50%;
    top: 12px;
}

* {
    word-break: keep-all
}

.subContent ul {
    padding: 0
}

/* 언어 전환 버튼 (다국어) */
.menu-top {
    position: relative;
    padding-top: 12px;
    margin-bottom: -5px;
    text-align: right;
    background: #fff;
    z-index: 1000;
}
.menu-top ul {
    margin: 0 20px 0;
    list-style: none;
}
.menu-top ul > li {
    display: inline-block;
    line-height: 0.8;
}
.menu-top ul > li+li {
    margin-left: 8px;
}
.menu-top ul > li .lang {
    font-size: 12px;
    font-weight: 700;
    color: #999;
    padding: 0;
    background-color: #fff;
    border: none;
}
.menu-top ul > li .lang.active {
    color: #0e8b9d;
}
.menu-top ul > li .lang:not(.active):hover {
    border-color: #0e8b9d;
}
.menu-top ul > li .lang:focus {
    outline: none;
}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #eaeaea
}

/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand {
    margin-left: 0 !important;
    margin-top: 17px;
    padding: 0;
    position: relative;
    z-index: 1100;
}

.navbar-inverse .navbar-brand:hover .logo_txt span {
    color: #9d9d9d
}

.logo_txt {
    top: 46%;
    position: absolute;
    left: 110%;
    transform: translateY(-50%);
}

.logo_txt p {
    width: 150px;
    letter-spacing: 0.15em;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #212588;
}

.logo_txt span {
    display: block;
    font-size: 12px;
    line-height: 1;
    color: #212588 !important;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.navbar-brand img {
    margin-top: -15px;
    max-height: 44px;
    /* margin-top: 0; */
    /*max-width: 135px;*/
}

/*상단 메뉴 로고 끝*/
.body-layout {
    padding-top: 80px;
}

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 18px;
    padding: 30px 32px;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.015em;
}
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #01a8b7 !important;
    background: rgba(0, 0, 0, 0);
}

.navbar-inverse .navbar-nav>li>a span {
    line-height: 0;
}
.navbar-inverse .navbar-nav > li.current > a{color:#01a8b7 !important}

/* 영문 - 게시판, 채용 안보이게 */
body.en .navbar-inverse .navbar-nav>li#m-15,
body.en .navbar-inverse .navbar-nav>li#m-17 {
    display: none;
}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: none;
        padding: 0;
        border-radius: 0;
        left: 0;
        right: auto;
        box-shadow: none;
        min-width: 114px;
        width: 100%;
    }

    .navbar-nav .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        color: #555;
        font-size: 15px;
        line-height: 1;
        /* transition: all ease 0.15s; */
        font-weight: 500;
        padding: 8px 0;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:first-child a {
        padding-top: 32px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li:last-child a {
        padding-bottom: 15px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #01a8b7;
        text-decoration: underline;
        background: rgba(0, 0, 0, 0);
    }
}

@media(min-width:768px) {
    .navbar-right {
        background: #fff;
    }

    .nav_bg {
        position: absolute;
        width: 100%;
        height: 140px; /* 서브메뉴 증/감에 따라 30px씩 늘리거나 줄이면 됨 */
        background: #fff;
        bottom: -0;
        z-index: -2;
        transition: all ease .3s;
    }

    .nav_bg::after {
        content: "";
        width: 100%;
        height: 1px;
        background: #c9c9c9;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .navbar-inverse .dropdown-menu {
        overflow: hidden;
        bottom: 0;
        min-height: 140px; /* 서브메뉴 증/감에 따라 30px씩 늘리거나 줄이면 됨 */
        display: block;
        top: auto;
        transition: all ease .3s;
        z-index: -1;
    }

    .navbar-inverse .navbar-nav>li>a {
        padding: 30px 29px;
        /* padding: 30px 35px; */
    }
    /* body.en .navbar-inverse .navbar-nav>li>a {
        padding: 30px 20px;
        font-size: 17px;
    } */
}

/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
body>.navbar-fixed-bottom .text-center {
    background: #eee;
    /*배경 색*/
    color: #777;
    /*텍스트 색*/
    font-size: 14px;
    /*텍스트 크기*/
    padding: 0;
    /*내부 여백*/
    margin: 0;
    /*외부 여백*/
    text-align: left;
    /*텍스트 정렬*/
}

.footer_copy .text-center {
    background-color: #172c54;
    color: #8a93a5;
    font-size: 14px;
    padding: 50px 0;
    margin: 0;
    text-align: center;
}
.footer_copy .company_name {
    display: block;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
}

.footer_copy ul {
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
}

.footer_copy ul li {
    letter-spacing: -0.03em;
    font-size: 14px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    line-height: 1;
}

/*.footer_copy .col-sm-8 ul li:nth-child(2),*/
.footer_copy ul li.addr,
.footer_copy ul li:last-child {
    border-right: none;
}

.footer_copy .copy {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: -0.03em;
    opacity: 0.7;
}


.footer_copy .col-md-4 ul {
    text-align: right;
}

.footer_copy .col-md-4 ul li a {
    font-size: 16px;
    color: #fff;
}

.footer_copy .col-md-4 ul li a:hover {
    opacity: 0.5;
}

body.en .footer_copy .link {
    padding-left: 0;
}
body.en .footer_copy .col-md-4 ul li {
    margin-left: 16px;
}

.footer_copy .col-md-4 ul li {
    margin-left: 25px;
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.footer_copy img {
    margin-bottom: 35px;
}

/*main*/
.maincon01 .carousel-inner .item{height: 100vh}
.maincon01 .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide07.jpg)no-repeat center / cover;
}
.maincon01 .item:nth-of-type(2) {
    background: url(/skin/img/slide/slide06.jpg)no-repeat center / cover;
}
.maincon01 .item:nth-of-type(3) {
    background: url(/skin/img/slide/slide08.jpg)no-repeat center / cover;
}
.carousel-caption {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 20%;
    right: 20%;
    padding-top: 76px;
    text-align: center;
}
.slide_inner {
    color: #fff;
}
.slide_inner h2 {
    margin: 0 0 20px;
    font-size: 62px;
    line-height: 1.33;
    letter-spacing: -3px;
    color: #fff;
    font-weight: 500;
    text-shadow: none;
}
.slide_inner p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 32px;
    margin-bottom: 71px;
    text-shadow:none;
}
body.en .maincon01 .item:nth-of-type(2) .carousel-caption p:nth-of-type(1) {
    margin-bottom: 20px;
}
/* .slide_inner:after {
    content: "";
    display: block;
    width: 150px;
    height: 3px;
    background: #fff;
} */
.slide_area .carousel-caption a {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 20px 42px;
    color: #FFF;
    transition: all 0.3s;
    border: 1px solid #fff;
    font-family: "Roboto", 'notokr';
    text-shadow:none;
}
.slide_area .carousel-caption a:hover, 
.slide_area .carousel-caption a:focus {
    background: #fff;
    color: #222;
}
.slide_area .carousel-control{
    display:none;
}

.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border:2px solid #fff;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    background-color: #fff;
}
#fp-nav.fp-right {
    right: 30px !important;
}

#fp-nav ul li {
    width: 12px !important;
    height: 12px !important;
    margin: 14px 0 !important;
}

#fp-nav ul li a span {
    width: 12px !important;
    height: 12px !important;
    border: 2px solid #bbb !important;
    background: rgba(0,0,0,0) !important;
    margin: 0 !important;
    left: 0 !important;
    top: 0 !important;
}

#fp-nav ul li .active span {
    background: #11aac1 !important;
    border-color: #11aac1 !important; 
}

.maincon02 .container {
    width: 100%;
    max-width: 1400px
}

.maincon02 {
    background: #f8f8f8;
}

/* .maincon02 .col-md-12 div {
    text-align: center;
    overflow: hidden;
    margin-bottom: 60px;
    border-bottom: 1px solid #666;
    padding-bottom: 40px;
}
.maincon02 .col-md-12 div span {
    float: left;
    text-align: right;
    width: 50%;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    color: #0f8ca0;
}
.maincon02 .col-md-12 div p {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 28px;
    padding: 25px 0 0 30px;
} */
.maincon02 .col-md-12 div {
    margin-bottom: 60px;
    padding-top: 50px;
    text-align: center;
    position: relative;
}
.maincon02 .col-md-12 div p {
    font-size: 48px;
    padding: 0;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #222;
}
.maincon02 .col-md-12 div span {
    /* font-size: 60px; */
    font-weight: 600;
    line-height: 1;
    color: #cbcfd4;
    /* font-family: "Roboto", "notokr"; */
    display: inline-block;
    margin-bottom: 25px;
    width: auto;
    margin: 0;
    position: absolute;
    left: 0;
    /* top: 15px; */
    letter-spacing: -0.01em;
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    bottom: -37px;
    opacity: 0.9;
}
body.en .maincon02 .col-md-12 div span {
    font-size: 42px;
}

.maincon02_inner {
    position: relative;
    width: 100%;
    height: 315px;
    background: url(/skin/img/main/main_sec1_4.jpg) no-repeat center / cover;
    padding: 40px;
}
.maincon02_inner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}
.maincon02 .col-md-4:nth-of-type(3) .maincon02_inner {
    padding: 40px 20px;
}

.maincon02 .col-md-4:nth-of-type(4) .maincon02_inner {
    background: url(/skin/img/main/main_sec1_6.jpg) no-repeat center / cover;
}

/* .maincon02 .col-md-4:nth-of-type(5) .maincon02_inner {
    background: url(/skin/img/main/main_sec1_5.jpg) no-repeat center / cover;
} */

.maincon02 .col-md-4:nth-of-type(5) .maincon02_inner {
    background: url(/skin/img/main/main_sec1_7.jpg) no-repeat center / cover;
}

.maincon02_inner p {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    z-index: 1;
    position: relative;
    letter-spacing: -0.02em;
    margin: 0 0 40px;
}
body.en .maincon02_inner p {
    font-size: 25px;
}
.maincon02_inner p span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    letter-spacing: 0;
    opacity: 1;
    font-family: "Roboto", 'notokr';
}
.maincon02_inner .maincon02_inner_btm {
    position: absolute;
    overflow: hidden;
    bottom: 40px;
    right: 40px;
}

.maincon02_inner .maincon02_inner_btm a {
    float: left;
    font-size: 15px;
    color: #fff;
    border: 1px solid;
    padding: 13px 40px;
    transition: all ease .3s;
    text-transform: uppercase;
    font-family: "Roboto", 'notokr';
    letter-spacing: 0;
}
.maincon02_inner ul {
    margin: 0;
    float: left;
}
.maincon02_inner ul li {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    margin-bottom: 15px;
}
.maincon02_inner ul li:before {
    background: #fff;
    top: 6px;
    width: 5px;
    height: 5px;
}
.maincon02_inner .maincon02_inner_btm a:hover {
    background: #fff;
    color: #333;
    border-color: #fff
}

/* body.en .maincon02 .box3 ul li:nth-child(1) {
    display: none;
} */

.maincon03 {
    background: url(/skin/img/main/maincon03_bg.jpg)no-repeat center bottom ;
}

.maincon03_bbs .page-header {
    display: none;
}
.maincon03 h3 {
    text-align: center;
    font-size: 48px;
    margin: 0 0 90px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #222;
}
.maincon03 h3::after {
    content: "";
    width: 165px;
    height: 6px;
    background: #0c8d9e;
    display: block;
    margin: 13px auto 0;
}

.maincon03_bbs .front-panel {
    padding-left: 50px;
}


.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    border-top: 1px solid #ddd;
    margin: 0;
}

.intro-boardbox .panel-body {
    padding: 0
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 0;
    border-bottom: 1px solid #ddd;
    transition:all 0.3s
}

.dh-front-list2-words:hover {
    background: #f8f8f8;
}

.dh-front-list2 h6 a span {
    color: #333;
    font-weight: 350;
    font-size: 20px;
    padding: 28px 7px;
    letter-spacing: -0.035em;
}

.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;
}

.dh-front-blog>.col-md-4>.thumbnail {
    margin: 0 0 30px;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    border: none;
}
.dh-front-blog .thumbnail .caption {
    padding: 30px;
}
.dh-front-blog .thumbnail .caption h5 {
    margin: 0 0 20px;
    padding: 0 !important;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.dh-front-blog .thumbnail .caption p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #999;
    letter-spacing: -0.03em;
}
.dh-front-blog>.col-md-4>.thumbnail:hover {
    border-color: #0d8c9f;
}
.dh-front-blog>.col-md-4>.thumbnail:hover .blogthumb{    opacity: .7;}
/*sub*/
.subTop {
    position: relative;
    width: 100%;
    height: 340px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
}
.subTop h2 {
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding-bottom: 40px;
    margin: 0;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.02em;
}
.subContent {
    padding: 0 0 120px
}

.subTitle {
    text-align: center;
    margin-bottom: 120px;
    padding-top: 110px;
    position: relative;
}
.subTitle h3 {
    margin: 0;
    font-size: 45px;
    font-weight: 600;
    letter-spacing: -0.03em;
    color: #111;
}
/* .subTitle h3:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #108a9f;
    display: block;
    margin: 20px auto 0;
} */
/* .breadcrumb {
    position: absolute;
    right: 15px;
    top: 16px;
    padding: 0;
    background: transparent;
    letter-spacing: 0;
    color: #888;
    font-size: 12px;
}

.breadcrumb li.active {
    font-weight: 400;
    color: #000;
} */

.subContent .con {
    margin-bottom: 120px
}

.subContent .con p,
.subContent .con li,
.subContent .con dd {
    letter-spacing: -0.036em;
    font-size: 16px;
    color: #333;
    line-height: 1.65;
}

.subContent .con p{
    margin-bottom:30px;
    line-height:1.8;
}

.subContent .con li,
.subContent .con dd {
    margin-bottom: 5px
}

.subContent .con:last-child,
.subContent .con p:last-child,
.subContent .con li:last-child,
.subContent .con dd:last-child {
    margin-bottom: 0 !important
}
/* .subContent .con h4 {
    font-size: 23px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #222;
    position: relative;
    margin: 0px 0 25px;
} */
.subContent .con h4 {
    font-size: 30px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #222;
    position: relative;
    margin: 0px 0 25px;
}

.sub_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
    background: #fff;
}
.sub_menu::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sub_menu ul {
    overflow: hidden;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    line-height: 0;
}
.sub_menu ul li {
    text-align: center;
    display: inline-block;
    line-height: 1;
    position: relative;
}
/* [id^="rnd"] .sub_menu ul li:last-child{
    display: none;
} */
.sub_menu ul li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #999;
    padding: 0;
    margin: 0 30px;
    line-height: 65px;
    position: relative;
    letter-spacing: -0.035em;
    font-weight: 500;
}
.sub_menu ul li.active a {
    color: #333;
    font-weight: 600;
}
.sub_menu ul li.active a::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #0e8c9c;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.sub_menu ul li a:hover {
    color: #333;
}
/* .company .sub_menu ul li {
    width: 50%;
}

.rnd .sub_menu ul li {
    width: 20%;
}

.board .sub_menu ul li {
    width: 50%;
}

.contact .sub_menu ul li {
    width: 50%;
} */


/*company*/
#company01 .con {
    margin-bottom: 150px;
}
#company01 .con1 p {
    color: #333;
    font-size: 16px;
    letter-spacing: -0.045em;
    line-height: 1.9;
} 
/* #company01 .con1 p:last-child {
    font-size: 22px;
    margin-top: 45px;
} */
#company01 .con1 h4{
    margin-bottom: 30px
}
#company01 .comp01_inner {
    padding: 50px 15px 0px;
    max-width: 900px;
    background: #fff;
    margin: -250px auto 0;
    position: relative;
    float: none;
    text-align: center;
}
#company01 .comp01_inner span{color: #01869a;}
/* #company01 .con1 p:last-child strong {
    font-weight: 400;
} */

#company01 .con2 > .col-md-12 {
    float: none;
}
#company01 .con2 p {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 1.5;
    padding: 40px 0;
    margin: 0;
    letter-spacing: -0.035em;
    border-top: 5px solid #5cbcbe;
}
#company01 .con2 .vision_wrap > div:last-child p {
    border-top: 5px solid #4f7aab;
}

.vision_wrap {
    margin: 0;
}

#company01 .con2 .col-md-6 {
    width: 47%;
    margin: 0 1.5%;
    border: 1px solid #e3e3e3;
    padding: 0;
}

/* Slick Slider */
.slick-slide {
    padding: 0 10px;
}
.slick-slide img {
    width: 100%;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    margin: 0 -10px;
    border: none;
}
.slick-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    top: 0;
    left: 0;
    height: auto !important;
    position: relative;
    display: block;
}
.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    height: auto;
    display: block;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow::before {
    content: '';
    padding: 0 5px;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    color: #ccc;
}
.slick-prev,
.slick-next {
    top: 48%;
}
.slick-prev {left: -45px;}
.slick-next {right: -35px;}
.slick-prev:before,
.slick-next:before {
    font-size: 35px;
    font-family: 'FontAwesome';
    color: #108a9f !important;
    opacity: .3;
}
.slick-prev:before {content: '\f053';}
.slick-next:before {content: '\f054';}
.slick-dots {
    bottom: -50px;
}
.slick-dots li,
.slick-dots li button {
    width: 15px;
    height: 15px;
}
.slick-dots li button:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 20px;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #108a9f;
}

#company02 .con1 {
    margin-top: 50px;
}

/* #company02 .con1 > div {
    padding: 0;
} */

#company02 .con .detail {
    position: relative;
    z-index: 1;
    padding-top:60px;
}

#company02 .con .detail:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #e1e1e1;
    z-index: -1;
}

#company02 .con .detail:after {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: -6.5px;
    width: 15px;
    height: 15px;
    margin-top: 0;
    background: #fff;
    border: #113172 4px solid;
    border-radius: 100%;
}

#company02 .con .detail dl {
    padding: 20px 0px 40px 42px;
}

#company02 .con .detail dt {
    position: relative;
    padding-bottom: 30px;
    color: #111;
    font-size: 28px;
    line-height: 28px;
    font-family: 'Roboto', 'notokr';
    letter-spacing: -1px;
    font-weight: 500;
}
#company02 .con .detail dt:before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: -41px;
    width: 29px;
    height: 1px;
    background: #ccc;
}

#company02 .con .detail dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -44px;
    width: 6px;
    height: 6px;
    background: #bbb;
    border-radius: 100%;
}
#company02 .con .detail dd {
    position: relative;
    margin-bottom: 20px;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.55;
    color: #777;
}
#company02 .con .detail dd .date {
    position: absolute;
    left: 2px;
    font-size: 16px;
    font-family: 'Roboto', 'notokr';
    font-weight: 600;
    color:#333;
}

body.en #company02 .con .detail dd {
    padding-top: 30px;
    padding-left: 0;
}
body.en #company02 .con .detail dd .date {
    top: 0;
}
body.en #company02 .con .detail dd ul {
    margin: 0;
}
body.en #company02 .con .detail dd ul li {
    margin-bottom: 0;
    color: #777;
}

/* #company02 .con .detail .date:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-left: 9px;
    background: #444;
    vertical-align: 4px;
} */

#company02 .con img {
    padding-right:60px;
}
#company02 .con img+img {
    margin-top: 60px;
}

/*R&D*/
.rnd:not(#rnd05):not(#rnd06) > .subContent {
    padding-top: 110px;
}

#rnd01 .con1 .clearfix {
    margin-bottom: 40px;
}
#rnd01 .table-responsive {
    border: none;
    border-top: 2px solid #092a71;
    border-radius: 0;
}
table.tb-pipeline > thead > tr > th {
    font-size: 17px;
    font-weight: 600;
    color: #092a71;
    text-align: center;
    letter-spacing: -1px;
}
table.tb-pipeline > tbody > tr > th,
table.tb-pipeline > tbody > tr > td {
    vertical-align: middle;
}
table.tb-pipeline > tbody > tr > th {
    width: 15%;
    font-size: 15px;
    color: #1c4db6;
    text-align: center;
    background: #f7f7f7;
}
table.tb-pipeline > tbody > tr > td {
    width: 17%;
    position: relative;
    padding: 22px 0;
    border-left: 1px dotted #e1e0e5;
    border-bottom: 1px dotted #e1e0e5;
}
table.tb-pipeline > tbody > tr > td::before {
    content: '';
    top: 0;
    left: 80px;
    height: 100%;
    position: absolute;
    border-left: 1px dotted #b4b7bc;
}
table.tb-pipeline > tbody > tr > td.on::before {
    content: '';
    top: 12px;
    left: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: #092a71;
}
table.tb-pipeline > tbody > tr > td .tit {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
}


#rnd01 ul.list-link > li {
    position: relative;
    margin-bottom: 15px;
    padding: 30px;
    background: #f7f7f7;
    border-top: 3px solid #6d85b7;
}
#rnd01 ul.list-link > li.mint {border-top-color: #11adac;}
#rnd01 ul.list-link > li.yellow {border-top-color: #e6a903;}
#rnd01 ul.list-link > li.gray {border-top-color: #999;}
#rnd01 ul.list-link > li a {
    right: 30px;
    width: 24px;
    height: 24px;
    position: absolute;
    padding: 2px 6px;
    background: #000;
    border-radius: 30px;
    z-index: 100;
}
#rnd01 ul.list-link > li a::before {
    content: "+";
    font-size: 24px;
    font-weight: 300;
    color: #fff;
    line-height: 0;
}
#rnd01 ul.list-link > li a:hover {
    background: #0f8a9f;;
}
#rnd01 ul.list-link > li .tit {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
#rnd01 ul.list-link > li .tit h4 {
    float: left;
    min-width: 110px;
    margin: 0;
    font-size: 28px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #222;
}
#rnd01 ul.list-link > li .tit h5 {
    margin: 5px 0 0 20px;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -0.04em;
}
#rnd01 ul.list-link > li .step .type {
    width: 140px;
    position: relative;
    display: inline-block;
    padding: 15px 45px;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    background: #adadad;
}
#rnd01 ul.list-link > li .step .type:not(.first):last-child::after {
    content: '';
    top: 8px;
    right: -20px;
    width: 40px;
    height: 40px;
    position: absolute;
    background: #0b3387;
    transform: rotate(45deg);
}
#rnd01 ul.list-link > li .step .type:nth-child(2) {
    background: #6d85b7;
}
#rnd01 ul.list-link > li .step .type:not(.first):nth-child(3),
#rnd01 ul.list-link > li .step .type:not(.first):last-child {
    width: 135px;
    padding: 15px 35px 15px 45px;
    background: #0b3387;
}
#rnd01 ul.list-link > li.mint .step .type:not(.first):last-child::after,
#rnd01 ul.list-link > li.mint .step .type:not(.first):nth-child(3),
#rnd01 ul.list-link > li.mint .step .type:not(.first):last-child {
    background: #11adac;
}
#rnd01 ul.list-link > li.yellow .step .type:not(.first):last-child::after,
#rnd01 ul.list-link > li.yellow .step .type:not(.first):nth-child(3),
#rnd01 ul.list-link > li.yellow .step .type:not(.first):last-child {
    background: #e6a903;
}
#rnd01 ul.list-link > li.gray .step .type:not(.first):last-child::after,
#rnd01 ul.list-link > li.gray .step .type:not(.first):nth-child(3),
#rnd01 ul.list-link > li.gray .step .type:not(.first):last-child {
    background: #999;
}

.rnd .con img+p {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
    color: #111;
}

.rnd .con .clearfix {
    margin-bottom: 50px;
}


.rnd .con .table_title {
    /* margin-bottom: 25px; */
    /* border-bottom: 1px solid #888; */
    margin-bottom: 10px;
}

.rnd .con .table_title p {
    font-size: 20px;
    /* border-bottom: 3px solid #108a9f; */
    display: inline-block;
    margin: 0 0 -1px !important;
    color: #108a9f;
    font-weight: 600;
}
.rnd .con .table-responsive {
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    border-top: 2px solid #0f8a9f;
    border-bottom: none;
}

.rnd .con .table-type03 {
    margin: 0;
}

.rnd .con .table-type03 tr {
    border-bottom: 1px solid #ddd
}

.rnd .con .table-type03 tr:last-child {
    border-bottom: 1px solid #ddd;
}

.rnd .con .table-type03 tr td,
.rnd .con .table-type03 tr th{
    padding: 18px 20px;
}
.rnd .con .table-type03 tr td,
.rnd .con .table-type03 tr th,
.rnd .con .table-type03 tr td li {
    font-size: 14px;
    letter-spacing: -0.033em;
    vertical-align: middle;
}
.rnd .con .table-type03 tr td li {
    line-height: 1.4;
    margin-bottom: 7px;
}
.rnd .con .table-type03 tr td li::before {
    top: 8px;
}

.rnd .con .table-type03 tr th {
    font-size: 15px;
    font-weight: 600;
    background: #f7f7f7;
    text-align: center;
    vertical-align: middle
}

.rnd .con .table-type03 tr td ul {
    margin-bottom: 0;
}

#rnd01 .con1 img {
    margin-top: 40px;
}

#rnd02 .con1, 
#rnd02 .con2,
#rnd03 .con1, 
#rnd03 .con2,
#rnd04 .con1,
#rnd04 .con2,
#rnd06 .con,
#rnd07 .con,
#rnd08 .con,
#rnd09 .con {
    margin-bottom: 80px;
}
#rnd01 .con h4{
    text-align: center;
    font-size: 32px !important;
}
#rnd01 .con h4,
#rnd02 .con2 h4,
#rnd03 .con3 h4,
#rnd04 .con h4, 
/* #rnd05 .con3 h4, */
#rnd06 .con h5,
#rnd07 .con h5,
#rnd08 .con h5,
#rnd09 .con h5,
[id^="rnd"] figure > figcaption {
    font-size: 21px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #333;
    margin: 0 0 20px;
}

[id^="rnd"] .con h3 {
    margin-top: 0;
    font-size: 23px;
    font-weight: 600;
    color: #108a9f;
}

[id^="rnd"] .con p{
    line-height:1.7
}

[id^="rnd"] figure > img,
[id^="rnd"] figure > .img {
    padding: 30px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}

#rnd02 .con2 .col-md-10,
#rnd03 .con1 .col-md-10,
#rnd04 .con1 .col-md-10 {
    padding-left: 60px;
}

#rnd02 .con3 img + p {
    margin-bottom: 43px !important;
    margin-top: 10px;
}

#rnd02 .con3 img {
    margin-top: 30px
}
#rnd02 .con2 p, #rnd03 .con1 p, #rnd04 .con1 p{margin-bottom:0}
#rnd02 .con2 .clearfix, #rnd03 .con1 .clearfix, #rnd04 .con1 .clearfix{margin-bottom: 50px;}

#rnd03 .con1 p + p, 
#rnd04 .con1 p + p{
    margin-top: 13px;
}
#rnd03 .con3 img {
    margin-top: 45px;
}

#rnd03 .con3 img + p {
    margin-bottom: 43px !important;
}

#rnd05 .con.row {
    margin-left: 0;
    margin-right: 0;
}
/* #rnd05 .con.row > div {
    padding: 0;
} */
#rnd05 .con.row > div.text {
    /* padding-left: 30px; */
}
#rnd05 .text dl dd {
    text-align: justify;
    font-size: 16px;
    line-height: 1.85;
}
#rnd05 .text dl.li-dot dd {
    line-height: 1.6;
    margin-bottom: 5px;
    text-align: left;
    letter-spacing: -0.04em;
}
#rnd05 .con dl {
    padding: 0;
}
#rnd05 .con dl dt {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 14px;
    line-height: 1;
    letter-spacing: -0.035em;
    color: #108a9f;
}
/* #rnd05 .con img:first-child{
    margin-bottom: 30px;
} */
#rnd05 .con .clearfix {
    margin-bottom: 40px;
}
#rnd05 .con2 p.lg {
    font-size: 18px;
    text-align: center;
}
#rnd05 .con2 h4 {
    margin-top: 20px;
}
#rnd05 .con3 img+img{margin-top: 30px;}
#rnd05 .con3 p{text-align: justify;}
#rnd09 figure > img,
#rnd07 figure > img {
    padding: 60px 120px;
}


/*contact*/
#contact01 .con1 {
    margin-bottom: 80px;
}
#contact01 .con1 .col-md-12 p {
    font-size: 20px;
    line-height:1.7
}
#contact01 .con1 .col-md-12 p u {
    color: #0f479f;
}
#contact01 .con2 {
    text-align: center;
}

#contact01 .con2 img {
    margin-bottom: 15px;
}
#contact01 .con2 p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
}
#contact02 .con h5 {
    font-size: 23px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #222;
    position: relative;
    margin: 0px 0 10px;
}
#contact02 .con1 h5 {
    font-size: 22px;
}
#contact02 .map_area {
    border: 1px solid #ddd;
}
#contact02 .root_daum_roughmap{
    width: 100%;
}
#contact02 .map_area>.row {
    overflow: hidden;
    margin: 20px;
}

#contact02 .map_area .col-md-6 img {
    float: left;
    max-width: 85px;
    background: #f3f3f3;
    padding: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

#contact02 .map_area dl {
    margin-left: 25px;
    float: left;
    margin-top: 10px;
}

#contact02 .map_area dl dt {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0 3px;
    color: #0e8b9d;
}
#contact02 .con ul{    margin: 30px 0 0;}
#contact02 .con ul li{    position: relative;
    padding-left: 120px;
    letter-spacing: -0.02em;}
#contact02 .con ul li:first-child{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;}
#contact02 .con ul li span{position: absolute;
    left: 0;
    font-size: 18px;
    font-weight: 500;
    top: -1px;}
#contact02 .con ul li span i{    font-size: 20px;
    margin-right: 5px;
    color: #0e8b9d;}
#contact02 .con ul li > i{margin: 0 5px;color:#777}

#contact02 .con .wrap-img {
    margin-top: 45px;
}
#contact02 .con .left-img {
    width: 39%;
    padding-right: 6px;
}
#contact02 .con .right-img {
    width: 61%;
}
#contact02 .con .wrap-img img {
    padding: 5px;
    border: 1px solid #ddd;
}
#contact02 .con p {
    margin-bottom: 0;
}
#contact02 .map_area {
    margin-top: 30px;
}

/*bbs*/
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 16px 16px;
    color: #333;
    font-size: 16px;
    letter-spacing: -0.03em
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    color: #333;
    background: #f7f7f7;
}

.table>tbody>tr>td>strong>a {
    color: #333;
    font-size: 16px;
}

.dh-board>.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin:0;
}

.dh-board>.table-hover>tbody td {
    border-bottom: 1px solid #e3e3e3;
}

.dh-board>.table-hover>tbody>tr:hover td {
    background-color: #fff;
}

.table>tbody>tr:hover>td>strong>a {
    color: #222;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.label{
	background: transparent;
	padding: 0px 5px 0px; 
	font-size: 90%;
}
.label-default{color:#777;}
.label-danger{color: #f15454;}
.label-primary{color: #0f8a9f;}

.bbs-area .dh-margin-top {
    margin-top: 50px;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #0f8a9f;
    border: 1px solid #0f8a9f;
    color: #fff !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}


.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
}


#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.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: 0;
}

.sns-box {
    display: none;
}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #eaeaea;
    padding: 25px 15px;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4 {
    color: #333;
    margin: 0;
}

.dh-view-box>.row>.dh-view-info {
    border-bottom: 1px solid #ccc;
    background: transparent;
    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: 15px 20px 40px !important;
}

.dhb-txt-box .text-right {
    display: none;
}


.bbs-blog-index-layout .dh-board {
    border-top: 2px solid #333;
}
.dhb-txt-box {
    padding: 25px 10px;
    background: #fff;
    border:none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.dhb-txt-box .dhb-txt-list {
    width: 100%;
    border-right: none;
    padding: 0;
}
.dhb-txt-box .dhb-txt-list .col-md-5 {
    width: 30%;
}
.dhb-txt-box .dhb-txt-list .col-md-7 {
    padding-left: 25px;
    padding-top: 20px;
    width: 70%;
}
.dhb-txt-box .thumb-hidden {
    border: none;
    box-shadow: none;
}
.dhb-txt-box .dhb-txt-list h4 {
    margin: 0 0 20px !important;
}
.dhb-txt-box .dhb-txt-list h4 a {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.025em;
}
.dhb-txt-box .dhb-txt-list h5, 
.dhb-txt-box .dhb-txt-list h5 a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.025em;
    color: #888;
}

@media(min-width:768px){
    .dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{width: 30%;
        float: left;}
    .dh-front-blog .thumbnail .caption{    width: 70%;
        float: left;}
    .dh-front-blog>.col-md-4>.thumbnail{    min-height: auto;
        overflow: hidden;}
    .dh-front-blog>.col-md-4>.thumbnail>.caption .blog-row-regdate{display: block;margin: 0;}
    .dh-front-blog > .col-md-4{width:100%}
    .subContent .container{width:100%;max-width:1030px}
}

#rnd05 .con .text01 dl{    margin-bottom: 50px;}
#rnd05 .con .text02 dl{    margin-bottom: 30px;}
#rnd05 .text.text01 dl.li-dot dd{    margin-bottom: 12px;    line-height: 1.75;}
#rnd05 .text.text02 dl.li-dot dd{    margin-bottom: 3px;    line-height: 1.55;}

/*2020-06-01*/
#rnd01 .con1 p, #rnd02 .con2 p, #rnd03 .con1 p, #rnd04 .con1 p{text-align: justify;}
#rnd02 .con3 .table-type03 tr td li{letter-spacing: -0.04em;}
#rnd01 .con1 img + p{text-align: center;}
/*mobile*/
@media(max-width:767px){
    .menu-top {
        padding-top: 10px;
        margin-bottom: -15px;
    }
    .menu-top ul {
        margin: 0 2px 0;
    }
    .menu-top ul > li .lang {
        font-size: 11px;
        line-height: 11px;
    }
    .navbar-brand img {
        max-height: 38px;
        margin-top: 4px;
    }
    .carousel-caption {
        padding-top: 0;
        /* padding-top: 40px; */
        top: 45%;
        right: 8%;
        left: 8%;
    }
    .slide_inner h2{font-size: 38px;}
    body.en .slide_inner h2{font-size: 33px;}
    body.en .slide_inner p {
        font-size: 17px;
        line-height: 26px;
    }
    .slide_inner p{margin-bottom: 40px;}
    .maincon02 .col-md-12 div{    margin-bottom: 20px;
        padding-top: 120px;}
    .maincon02 .col-md-12 div span{    font-size: 26px !important;
        top: 67px;
        z-index: 0;}
    .maincon02 .col-md-12 div p{    font-size: 30px;}
    .maincon02_inner{       height: 175px;
        padding: 20px !important;
        margin-bottom: 5px;}
    .maincon02_inner p{    font-size: 22px !important;
        line-height: 1.2;    margin: 0 0 30px;}
    .maincon02_inner p span{    font-size: 14px;}
    .maincon02_inner ul{    float: none;}
    .maincon02_inner ul li{    font-size: 14px;margin-bottom: 8px;}
    .maincon02_inner ul li:last-child{    margin-bottom: 0;}
    .maincon02_inner .maincon02_inner_btm{    bottom: 20px;
        right: 20px;}
    .maincon02_inner .maincon02_inner_btm a{    padding: 10px 30px;}
    .navbar-inverse .navbar-brand{    padding: 15px;
        margin: 0;}
    .maincon03 h3{    font-size: 30px;
        margin: 0 0 40px;
        padding-top: 60px;}
    .maincon03 h3::after{    width: 120px;
        height: 4px;}
    .maincon03 img{    margin-bottom: 30px;}
    .dh-front-list2 h6 a span{    font-size: 17px;
        padding: 15px 7px;}
    .maincon03_bbs .front-panel{padding-left: 15px;}

    .navbar-inverse .navbar-toggle{border:0;    padding: 22px 0;}
    .navbar-inverse .navbar-toggle .icon-bar{background-color:#666;transition:ease-in-out .15s all;opacity:1;position:relative;}
    .navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background:none;border-color:#222;}
    .navbar-inverse .navbar-toggle:hover .icon-bar,.navbar-inverse .navbar-toggle:focus .icon-bar{background-color:#222;}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{border-color:transparent;}
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1){transform:rotate(45deg);top:6px;}
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2){opacity:0;}
    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3){transform:rotate(-45deg);top:-6px;}
    .navbar-inverse .navbar-nav > li > a{    padding: 30px 30px 10px;}
    .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 30px;}
    .subTop{    height: 220px;}
    .subTop h2{    font-size: 38px;
        font-weight: 500;
        padding-bottom: 30px;}
    body.en #rnd06 .subTop h2 {
        top: 60%;
        width: 100%;
        font-size: 35px;
        text-align: center;
    }
    .sub_menu ul li a{       margin: 0 2px;
        line-height: 40px;
        letter-spacing: -0.06em;
        font-weight: 400;
        font-size: 14px;}
    .subTitle{    margin-bottom: 60px;
        padding-top: 80px;}
    .subTitle h3{    font-size: 36px;}
    .subContent .con h4{    font-size: 28px;}
    #company01 .comp01_inner{    margin: 0 auto;
        padding: 30px 0 0;}
    #company01 .con{    margin-bottom: 80px;}
    #company01 .con2 .col-md-6{    width: calc(100% - 30px);
        margin: 0 15px 30px;}
    #company01 .con2 p{    font-size: 16px;
        font-weight: 400;
        padding: 20px 0;
        letter-spacing: -0.05em;}
    #company02 .con img{    padding-right: 0;}
    #company02 .con img+img {margin-top: 30px;}
    #company02 .con1 {
        margin-top: 0;
    }
    #company02 .con .detail{    padding-top: 30px;
        margin-top: 30px;}
    #company02 .con .detail dl {
        padding: 20px 0px 20px 42px;
    }
    #company02 .con .detail dd{    font-size: 15px;}
    [id^="rnd"] figure > img, 
    [id^="rnd"] figure > .img {padding: 15px;}
    #rnd01 ul.list-link > li{padding:20px}
    #rnd01 ul.list-link > li a{right:20px;padding:5px 6px}
    #rnd01 ul.list-link > li .tit h4{float:none;font-size:21px}
    #rnd01 ul.list-link > li .tit h5{margin:10px 0 0;font-size:15px}
    #rnd01 ul.list-link > li .step .type{width:calc(50% - 3px);margin-bottom:3px;padding:12px 32px;font-size:13px}
    #rnd01 ul.list-link > li .step .type:not(.first):nth-child(3),
    #rnd01 ul.list-link > li .step .type:not(.first):last-child {padding:12px 27px 12px 37px;}
    #rnd01 ul.list-link > li .step .type:nth-child(3),
    #rnd01 ul.list-link > li .step .type:last-child {
        width: calc(50% - 28px);
        padding: 12px 40px;
    }
    #rnd01 ul.list-link > li .step .type:last-child::after {
        top: 7px;
        right: -16px;
        width: 31px;
        height: 31px;
    }
    #rnd01 ul.list-link > li .step .type:not(.first):last-child::after {
        top: 7px;
        right: -16px;
        width: 31px;
        height: 31px;
    }

    #rnd02 .con2 .col-md-10, #rnd03 .con1 .col-md-10, #rnd04 .con1 .col-md-10{padding-left: 15px;}
    #rnd02 .con2 .col-md-2 img, #rnd03 .con1 .col-md-2 img, #rnd04 .con1 .col-md-2 img{margin-bottom: 30px;}
    #rnd02 .con3 > .col-md-12{padding:0}
    .subContent .con p, .subContent .con li, .subContent .con dd{font-size:15px}
    #rnd05 .con.row > div.text{/*padding-left: 15px;*/margin-top: 30px;}
    #rnd05 .con.row > div{padding:0 15px}
    #rnd05 .text dl dd{text-align: left;}
    #rnd05 .con .clearfix {
        margin-bottom: 40px;
    }
    #rnd05 [class^='col-']+[class^='col-'] img{margin-top:15px}
    #rnd07 figure > img {
        padding: 15px;
    }
    #contact02 .con .left-img,
    #contact02 .con .right-img {
        width: 100%;
        padding: 0 15px;
    }
    #contact02 .con .right-img {
        margin-top: 20px;
    }
    .footer_copy .text-center{    padding: 70px 0 30px;}
    .footer_copy img{margin: 15px 0 20px;}
    .footer_copy .col-sm-8 ul li{    margin: 0 0 10px;
        padding: 0;
        border: none;
        float: none;
        letter-spacing: -0.05em;}
    .footer_copy .col-sm-8 ul li.addr {line-height: 1.4em;}
    .footer_copy .col-sm-8 ul br{display: none;}
    .footer_copy .col-md-4{    position: absolute;
        top: 20px;
        width: 100%;
        border-bottom: 1px solid;
        padding-bottom: 10px;}
    .footer_copy .col-md-4 ul{    margin: 0;}
    .body-layout {
        padding-top: 75px;
    }
    .table>tbody>tr>td>strong>a{font-size:15px}
    #fp-nav.fp-right {
        right: 20px !important;
    }
    .footer_copy .col-md-4 ul li{    margin-left: 15px;}
    body.en .footer_copy .col-md-4 ul li {
        margin-left: 12px;
    }
    #rnd05 .con.row{margin: 0 -15px;}
    #contact01 .con1 .col-md-12 p{font-size: 16px;}
    #contact01 .con2 .col-xs-offset-3{margin-top: 30px;}
    #contact02 .map_area>div{    margin: 15px 0;}
    .location_L, .location_R{overflow: hidden;}
    #contact02 .map_area img{    max-width: 70px;}
    #contact02 .map_area iframe{height: 250px !important;}
}
@media (max-width:576px) {
    .intro-board-widget-layout, .dh-board, .dh-view-box, .bbs-list-view-layout+.row, #mailForm, #insertForm {
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        overflow-x: auto;
    }
}