@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 100px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "Malgun Gothic", 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;
}
.sub-layout {
}

/* 상단 네비게이션 */

.navbar.navbar-inverse {
    background-color: #fff;
    margin-bottom: 0;
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.navbar.navbar-inverse > .container {
    border-bottom: 0;
}
.navbar-header {
    margin: 0;
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    vertical-align: bottom;
    font-size: 20px;
    margin-top: 30px;
    margin-left: 0 !important;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.nav.navbar-nav > li > a {
    display: block;
    padding: 0 30px;
    font-size: 18px;
    color: #111;
    line-height: 100px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    color: #ce000c;
    background-color: transparent;
}
.nav.navbar-nav li .dropdown-menu {
    padding-top: 0;
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: 0.5s;
    animation-name: fadeInRight;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    padding: 5px 0 15px;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 5px 25px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}
.nav.navbar-nav li .dropdown-menu li a:focus,
.nav.navbar-nav li .dropdown-menu li a:hover {
    color: #ce000c;
    background: rgba(0, 0, 0, 0);
    text-decoration: underline;
}
@media (max-width: 767px) {
    .body-layout {
        padding-top: 70px;
    }
    .navbar.navbar-inverse {
        padding: 10px 0;
    }
    .navbar-inverse .navbar-header .navbar-toggle {
        background: #fff;
        border-color: #00005f;
    }
    .navbar-inverse .navbar-header .navbar-toggle .icon-bar {
        background: #00005f;
    }
    .navbar-header .navbar-brand {
        margin-top: 0;
        margin-left: 15px !important;
    }
    .nav.navbar-nav {
        margin: auto;
    }
    .nav.navbar-nav > li > a {
        line-height: 60px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        box-shadow: none;
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
/* //상단 네비게이션 */

/* 슬라이드 영역 */

.container.container_slide {
    width: 100%;
    padding: 0;
}
.container_slide .fill {
    height: 680px;
}
.container_slide .carousel-inner .item .carousel-caption {
    /* text-align: left; */
    margin: 0;
    padding: 0;
    top: 45%;
    /* top:15%; */
    bottom: auto;
    transform: translateY(-50%);
    max-width: 100%;
    animation-name: titleAnim;
    animation-duration: 0.9s;
    animation-fill-mode: both;
    opacity: 0;
}
@keyframes titleAnim {
    0% {
        top: 43%;
        opacity: 0;
    }
    100% {
        top: 45%;
        opacity: 1;
    }
}

#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: transparent;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: block;
}

.container_slide .carousel-inner .item .carousel-caption h1 > span,
.container_slide .carousel-inner .item .carousel-caption p span {
    background-color: transparent;
    text-shadow: none;
    padding: 0;
    opacity: 1;
}
.container_slide .carousel-inner h1 {
    margin: 0;
}
.carousel-caption h1 span {
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1) !important;
    line-height: 1.4;
}
.carousel-caption h1 span span {
    font-size: 28px;
    margin-bottom: 5px;
    font-weight: 500;
}
.container_slide .carousel-inner .item .carousel-caption p {
    font-size: 20px;
}
.container_slide .carousel-inner .item .carousel-caption p span > span {
}
.carousel-control {
    display: none;
}
.carousel-indicators {
    /* text-align: left; */
    margin-bottom: 0;
    bottom: 100px;
}

.carousel-indicators li {
    width: 70px;
    height: 7px;
    border: none;
    background: #fff;
    margin: 0 15px 0 0 !important;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.carousel-indicators li.active {
    background: #ce000d;
    width: 70px;
    height: 7px;
    margin: 0 15px 0 0 !important;
    box-shadow: none;
}
@media (max-width: 767px) {
    .container_slide .fill {
        height: 300px;
    }
    .container_slide .carousel-inner .item .carousel-caption {
    }
    .carousel-caption h1 span {
        font-size: 10vw;
    }
    .carousel-caption h1 span span {
        font-size: 15px;
    }
    .carousel-indicators {
        bottom: 30px;
    }
    .carousel-indicators li {
        width: 30px;
        height: 4px;
    }
    .carousel-indicators li.active {
        width: 30px;
        height: 4px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container_slide .fill {
        height: 450px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

/* 메인 중단영역 */
.mobile-btn-layout-container {
    display: none;
}
.container_contents {
    width: 100%;
    padding: 0 0 80px;
    background: url(/skin/img/main/main_bottom_bg.jpg) no-repeat right bottom;
}
.container_contents > div {
    max-width: 1170px;
    margin: 0 auto;
}
.intro-html-layout,
.intro-board-widget-layout {
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 0px;
}
.main-product h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 34px;
    color: #222;
}
.main-product h2:after {
    content: "";
    width: 45px;
    height: 3px;
    background: #ce000d;
    display: block;
    margin: 30px auto 0;
}
.main-product .main-product-box {
    height: 360px;
}
.main-product .main-product-box > a {
    display: block;
    position: relative;
    /* height: 100%; */
    height: 90%;
    font-size: 24px;
    font-weight: 500;
    padding: 25px 30px;
    color: #fff;
    text-align: left;
    transition: all 0.4s cubic-bezier(0, 0.57, 0.48, 0.99);
}
.main-product .main-product-box > a .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(80, 80, 80, 0.7);
    transition: all 0.4s;
}

.main-product .main-product-box:nth-child(3) > a .cover {
    background: rgba(0, 73, 148, 0.8);
}
.main-product .main-product-box > a .cover:after {
    content: "";
    border-bottom: 20px solid #fff0;
    border-right: 40px solid #fff;
    border-top: 20px solid #fff;
    border-left: 40px solid #fff0;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
}
.main-product .main-product-box > a > .caption {
    text-transform: uppercase;
    position: relative;
    display: block;
    width: 185px;
    text-align: center;
    margin: 85px auto 0;
}
.main-product .main-product-box > a .fa {
    position: relative;
    display: block;
    font-size: 60px;
    margin-bottom: 12px;
}
.main-product .main-product-box:nth-child(2) > a {
    background: url("/skin/img/main/main01.jpg") no-repeat center;
    background-size: 100%;
}
.main-product .main-product-box:nth-child(3) > a {
    background: url("/skin/img/main/main02.jpg") no-repeat center;
    background-size: 100%;
}
.main-product .main-product-box:nth-child(4) > a {
    background: url("/skin/img/main/main03.jpg") no-repeat center;
    background-size: 100%;
}
.main-product .main-product-box > a:hover {
    background-size: 120%;
    text-decoration: none;
}
/* .main-product .main-product-box > a:hover .cover{
	background: rgba(206, 0, 13, 0.7);
}

 */

.intro-board-widget-layout {
    margin-left: -20px;
    margin-right: -20px;
}

.intro-board-widget-layout > div {
    padding: 0 20px;
}

.intro-board-widget-layout .intro-boardbox-type-bbs {
    width: 50%;
}
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 20px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 24px;
    font-weight: 500;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    color: #999;
    font-weight: 500;
    border: none;
    padding: 6px 2px;
}
.intro-boardbox .page-header h4 .btn:hover {
    color: #ce000d;
}
.intro-boardbox .page-header h4 .btn .fa-plus:before {
    content: url("/skin/img/main/btn-board-more.png");
}
.intro-boardbox .banner-wrap {
    min-height: 100px;
}
.intro-boardbox .banner-icon {
    display: inline-block;
    float: left;
    height: 100px;
    margin: 0 30px 0 15px;
}
.banner-text {
    display: inline-block;
}
.banner-text h5 {
    margin: 6px 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}
.banner-wrap:last-child:hover .banner-text h5 {
    text-decoration: underline;
}
.banner-text h3 {
    margin: 0 0 5px;
    color: #000063;
    font-size: 23px;
    font-weight: 500;
}
.banner-text p {
    font-size: 13px;
    margin: 0 0 0;
    color: #666;
}

.intro-boardbox .front-panel > .panel {
    padding: 0;
    background-color: transparent !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
    margin: 0 !important;
    padding: 8px 0;
}
.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}
.dh-front-list2 h6 a:hover .list-row-subject {
    color: #333;
    text-decoration: none;
}
.dh-front-list2-words:first-child {
    margin: auto;
}
.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
    padding-left: 13px;
}
.intro-boardbox:first-child .list-row-subject:before {
    content: "";
    background: #888;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 2px;
    top: 13px;
    border-radius: 50%;
}
.row-separator {
    display: none;
}
.list-row-regdate {
    float: right;
    color: #999 !important;
}
.list-row-contents {
    display: none;
}
.dh-front-list2 h6 a small > span {
    color: #33a681 !important;
}

@media (max-width: 767px) {
    .main-product h2 {
        font-size: 8vw;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.subHeader {
    height: 315px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader > .container {
    position: relative;
    height: 315px;
}
/* .subHeader .container h2{
    text-align: center;
    color: white;
    font-size: 45px;
	line-height: 280px;
	margin: 0;
} */
.subHeader p {
    text-align: left;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin: 110px 0 0;
}
.subHeader p span {
    font-size: 16px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.4em;
    opacity: 0.7;
}
.subHeader .container .breadcrumb {
    /* float: left; */
    background-color: transparent;
    /* margin-bottom: 0; */
    /* margin-top: -46px; */
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
}
.subHeader .container .breadcrumb li a {
    color: #bfbfbf;
}
.subHeader .container .breadcrumb li.active {
    color: #fff;
}
.subBody {
    padding-bottom: 100px;
}
.subBody .subMenu {
    padding-right: 45px;
    margin-top: -65px;
}
.subMenu h2 {
    background: #ce000c;
    color: #fff;
    font-size: 24px;
    margin: 0 0 0;
    padding: 0 35px;
    height: 65px;
    line-height: 65px;
}
.subBody .subMenu > ol {
    background: #f6f6f6;
    padding: 25px 35px;
    position: relative;
}
.subBody .subMenu > ol:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 30px solid rgba(0, 0, 0, 0);
    border-right: 30px solid #fff;
    border-bottom: 30px solid #fff;
    border-left: 30px solid rgba(0, 0, 0, 0);
}
.subBody .subMenu li {
    margin: 0 !important;
}
.subBody .subMenu li a {
    color: #777;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 10px 0;
}
.subBody .subMenu li a:hover {
    background: rgba(0, 0, 0, 0);
    color: #222;
    text-decoration: underline;
}
.subBody .subMenu li.active a,
.subBody .subMenu li.active a:hover,
.subBody .subMenu li.active a:focus {
    color: #222;
    text-decoration: none;
    font-weight: 600;
    background: rgba(0, 0, 0, 0);
}
.subBody .subMenu li.active a .fa {
    float: right;
    margin-right: 20px;
}
.subBody .subMenu li > .subNav {
    padding-left: 0px;
    background: #f6f6f6;
}
.subBody .subMenu li > .subNav li {
    margin-bottom: 5px !important;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.subBody .subMenu li > .subNav li:last-child {
    margin-bottom: 0px !important;
    padding-bottom: 0px;
    border-bottom: 0px dashed #ccc;
}
.subBody .subMenu li > .subNav li a {
    font-size: 11px;
    white-space: nowrap;
    font-weight: 400;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .subBody .subMenu li > .subNav li a{
        white-space: normal;
    }
}
.subBody .subMenu li > .subNav li.active a {
    font-weight: 600;
    color: #ce000c;
}
.subContent > .subContent_title {
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    color: #222;
    border-bottom: 1px solid #e0e0e0;
}
#about01 .subContent_inner .intro,
#about01 .subContent_inner .policy,
#about01 .subContent_inner .vision {
    margin-bottom: 70px;
}
#about01 .subContent_inner h4 {
    font-size: 24px;
    font-weight: 500;
    color: #222;
    margin: 0 0 20px;
}
#about01 .subContent_inner .intro p {
    font-size: 15px;
    letter-spacing: -0.02em;
    color: #666;
    line-height: 1.75;
    text-align: left;
    margin: 0 0 20px;
}
#about01 .subContent_inner .intro p.prologue {
    font-size: 24px;
    color: #ce000c;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin: 15px 0 25px;
}
#about01 .subContent_inner .intro p.prologue .fa.fa-quote-left {
    margin-right: 10px;
}
#about01 .subContent_inner .intro p.prologue .fa.fa-quote-right {
    margin-left: 10px;
}
#about01 .subContent_inner .intro p.epilogue {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    text-align: right;
}
#about01 .subContent_inner .policy {
    position: relative;
}
#about01 .subContent_inner .policy:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 45px;
    background: #dbeffb;
    background: -moz-linear-gradient(left, #ffffff 0%, #dbeffb 10%, #dbeffb 90%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #dbeffb 10%, #dbeffb 90%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #dbeffb 10%, #dbeffb 90%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbeffb', endColorstr='#ffffff',GradientType=1 );
    z-index: -1;
    top: 57%;
    left: 0;
    transform: translateY(-50%);
}
#about01 .subContent_inner .policy .row {
    max-width: 720px;
    margin: 0 auto;
}
#about01 .subContent_inner .policy > .row > div {
    text-align: center;
    position: relative;
    height: 220px;
    padding-top: 58px;
}
#about01 .subContent_inner .policy > .row > div:before {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    background: #fff;
    box-shadow: 3px 3px 0 #d2d0d0 inset;
}
#about01 .subContent_inner .policy > .row > div h5 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0 0 10px;
}
#about01 .subContent_inner .policy > .row > div ul {
    padding-left: 0;
    color: #555;
    margin: 0;
}
#about01 .subContent_inner .policy > .row > div ul li {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.02em;
}
#about01 .subContent_inner .policy > .row > div:nth-child(1):before {
    border: 15px solid #c72105;
}
#about01 .subContent_inner .policy > .row > div:nth-child(1) h5 {
    margin-bottom: 5px;
}
#about01 .subContent_inner .policy > .row > div:nth-child(1) h5 strong {
    font-size: 130%;
    margin-top: 15px;
    display: block;
}
#about01 .subContent_inner .policy > .row > div p {
    font-size: 15px;
    color: #555;
    letter-spacing: -0.03em;
}
#about01 .subContent_inner .policy > .row > div:nth-child(1) p strong {
    font-weight: 400;
}
#about01 .subContent_inner .policy > .row > div:nth-child(2):before {
    border: 15px solid #0053a8;
}
#about01 .subContent_inner .policy > .row > div:nth-child(2) h5 {
}
#about01 .subContent_inner .policy > .row > div:nth-child(3):before {
    border: 15px solid #30a2e4;
}
#about01 .subContent_inner .policy > .row > div:nth-child(3) h5 {
}
#about01 .subContent_inner .vision {
    margin-top: 140px;
}
#about01 .subContent_inner .vision h5 {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin: 10px auto 10px;
    letter-spacing: -0.02em;
}
#about01 .subContent_inner .vision h5 + h5 {
    color: #0053a8;
    font-weight: 500;
}
#about01 .vision img {
    max-width: 450px;
    margin-top: 30px;
}
#about03 .timeLine {
    position: relative;
}
#about03 .timeLine:before {
    content: "";
    position: absolute;
}

#about03 .timeLine > .row {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ce000c;
}
#about03 .timeLine > .row:last-child {
    border-bottom: 0;
}
#about03 .timeLine .time-chronicle span {
    /* font-size: 25px; */
    font-size: 32px;
}
#about03 .timeLine .time-box {
    margin-bottom: 30px;
}
#about03 .timeLine .time-box .year {
    text-align: center;
}
#about03 .timeLine .time-box .year span {
    font-size: 40px;
    font-weight: 400;
    color: #ddd;
    line-height: 52px;
    font-style: italic;
}
#about03 .timeLine .time-box .issue ol {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
#about03 .timeLine .time-box .issue ol li {
    font-size: 15px;
    padding: 5px;
    color: #666;
    letter-spacing: -0.03em;
}
#about03 .timeLine .time-box .issue ol li span {
    display: inline-block;
    text-align: center;
    font-weight: 500;
    color: #ce000c;
    margin-right: 15px;
}
#about04 .subContent_inner > .row > div img {
    border: 10px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
#about04 .caption {
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.03em;
    padding: 10px;
    line-height: 1.5;
}

#about05 ul {
    margin: 0px 0 30px;
    padding-left: 0;
    border-top: 2px solid #ddd;
    border-bottom: 1px solid #ddd;
}
#about05 ul li {
    padding: 15px;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
}
#about05 ul li:nth-child(2),
#about05 ul li:nth-child(3),
#about05 ul li:nth-child(4) {
    border-top: 1px solid #eee;
}
#about05 ul li span {
    font-weight: 600;
    margin-right: 10px;
    display: block;
    float: left;
    width: 110px;
}
#about05 ul li:nth-child(4) span {
    line-height: 3em;
}
#about05 ul li span .fa {
    margin-right: 10px;
    color: #ce000e;
}
#about05 .root_daum_roughmap {
    width: 100% !important;
}
#about06 .subContent_inner > div {
    padding-bottom: 20px;
}
#about06 .subContent_inner > div h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
#about06 .subContent_inner > div .row {
}
#about06 .subContent_inner > div .row > div:first-child {
    text-align: center;
}
#about06 .subContent_inner > div .row .fa {
    font-size: 35px;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #fff;
}
#about06 .subContent_inner > .hq .row .fa {
    background: #2a2aab;
}
#about06 .subContent_inner > .lab .row .fa {
    background: #ff414c;
}
#about06 .subContent_inner > .email .row .fa {
    background: #b9b9b9;
}
#about06 .subContent_inner > div .row ul {
    padding-left: 0;
    padding-top: 15px;
}
#about06 .subContent_inner > div .row ul li {
    font-size: 16px;
    margin-bottom: 10px;
}
#about06 .subContent_inner > div .row ul li span {
    font-weight: 600;
    margin-right: 10px;
}
[id^="product"] .product-box {
}
[id^="product"] .product-box h4 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #393f50;
    letter-spacing: -0.02em;
    position: relative;
    padding-left: 20px;
}
[id^="product"] .product-box h4:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #ce000c;
    position: absolute;
    left: 0;
    top: 9px;
}
[id^="product"] .product-box > .row {
    padding-bottom: 60px;
    margin-bottom: 70px;
    border-bottom: 1px dashed #ddd;
}
[id^="product"] .subContent_inner > .product-box:last-child .row {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
[id^="product"] .product-box > .row h5 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #222;
}
[id^="product"] .product-box > .row p {
    font-size: 18px;
    margin: 20px 0 30px;
    color: #555;
    letter-spacing: -0.02em;
}
[id^="product"] .product-box > .row > div {
    margin-bottom: 20px;
}
[id^="product"] .product-box > .row .product-summary {
}
[id^="product"] .product-box > .row .product-summary table {
    border-top: 2px solid #313442;
}
[id^="product"] .product-box > .row .product-summary table tr {
    border-bottom: 1px solid #e0e0e0;
}
[id^="product"] .product-box > .row .product-summary table tr th {
    background: #f6f6f6;
    color: #333;
    font-weight: 500;
}
[id^="product"] .product-box > .row .product-summary table thead th {
    font-weight: 600;
    background: #313442;
    color: #fff;
    font-weight: 500;
}
[id^="product"] .product-box > .row .product-summary table tr th,
[id^="product"] .product-box > .row .product-summary table tr td {
    font-size: 15px;
    letter-spacing: -0.03em;
    vertical-align: middle;
}
[id^="product"] .product-box > .row .product-specific {
}
[id^="product"] .product-box > .row .product-specific ul {
    padding-left: 10px;
}
[id^="product"] .product-box > .row .product-specific ul li {
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.6;
}
[id^="product"] .product-box > .row .product-specific ul li .fa {
    color: #393f50;
    margin-right: 10px;
}
[id^="product"] .product-intro {
    padding: 25px 25px 15px;
    border: 8px solid #f3f3f3;
    margin-bottom: 50px;
}
[id^="product"] .product-intro h4 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 500;
    color: #222;
}
[id^="product"] .product-intro ul {
    padding-left: 10px;
}
[id^="product"] .product-intro ul li {
    font-size: 15px;
    margin-bottom: 6px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.6;
}
[id^="product"] .product-intro ul li .fa {
    color: #393f50;
    margin-right: 10px;
}
[id^="product"] .product-list .row {
    padding-left: 0;
}
[id^="product"] .product-list .row li {
    margin-bottom: 15px;
    text-align: center;
}
[id^="product"] .product-list .row li a {
    font-size: 13px;
    padding: 15px;
    display: block;
    background: #f5f5f5;
    color: #aaa;
}
[id^="product"] .product-list .row li.active a {
    background: #ce000c;
    color: #fff;
}

.link-wrap .dwn-btn {
    display: inline-block;
    font-size: 18px;
    color: #313442;
    background: #f6f6f6;
    border: 1px solid #ddd;
    padding: 17px 35px;
    border-radius: 5px;
}

.link-wrap .dwn-btn i {
    padding-right: 10px;
    font-size: 26px;
    vertical-align: top;
}

.link-wrap .dwn-btn:hover,
.link-wrap .dwn-btn:focus {
    background: #ce000c;
    text-decoration: none;
    color: #fff;
}

/* 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: 12px 15px;
    color: #666;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
}
.table > tbody > tr > td > strong > a {
    color: #555;
}

.dh-margin-top {
    margin-top: 40px;
    display: inline-block;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 90%;
}
.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-board .table-hover {
    margin: 0;
    border-top: 2px solid #313442;
    border-bottom: 1px solid #e0e0e0;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #333;
    background: #f6f6f6;
    padding: 15px 15px;
}

.dh-board > .table-hover td {
    border-bottom: 1px solid #e0e0e0;
    color: #666;
}
.dh-board > .table-hover th,
.dh-board > .table-hover td {
    padding: 15px;
}
.dh-board > .table-hover .subject a {
    font-weight: 400;
    color: #666;
}

.table-hover > tbody > tr:hover {
    background: #fff;
}
.dh-board .table-hover tbody tr td strong a:hover {
    color: #ce000c;
    text-decoration: underline;
}

.dh-margin-top {
    margin-top: 30px;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-bottom: 0;
    color: #666 !important;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #e0e0e0;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 20px;
}

.pagination > li:first-child > a {
    margin-right: 20px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #ce000c;
    background: #ce000c !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-color: #e0e0e0;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #e0e0e0;
}

#insertForm .input-group #btnNew {
    background: #444;
    border: 1px solid #444;
    color: #fff;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box > .row > .page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #e0e0e0;
    background: #f6f6f6;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 22px;
    letter-spacing: -0.03em;
    margin: 0;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}

.bbs-list-view-layout + .row {
    margin-bottom: 70px;
}
.bbs-list-view-layout + .row > .col-md-12 {
    max-width: 1170px;
    margin: 0 auto 0;
    float: none;
    padding: 0 15px;
}
.bbs-list-view-layout + .row > .col-md-12 .page-header {
    border-bottom: none;
    margin: 40px 0 15px;
    padding-bottom: 0;
}
.bbs-list-view-layout + .row > .col-md-12 .page-header h4 {
    margin: 0;
    font-size: 16px;
}
.dh-comments {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
}
.dh-comments div.panel-body {
    color: #666;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.dh-comments .panel-body em {
    color: #aaa;
    font-size: 13px;
}
.dh-comments .btn-group {
    margin: 0;
}
#commentForm .btn-default {
    max-width: 110px;
    margin: 10px 0 0;
    float: right;
    background: #fff;
    border: 1px solid #ddd;
}

#commentForm .btn-default:hover {
    border-color: #bbb;
    background: #fff;
}

.label {
    background: transparent;
    padding: 0px 5px 0px;
    font-size: 100%;
}
.label-default {
    color: #777;
}
.label-danger {
    color: #f15454;
}
.label-primary {
    color: #427afb;
}

@media (max-width: 767px) {
    .subBody .subMenu {
        margin-top: 0;
    }
    #about01 .subContent_inner .intro p.prologue .fa {
        display: block;
    }
    #about01 .subContent_inner .policy:before {
        display: none;
    }
    #about01 .subContent_inner .policy > .row > div {
        margin-bottom: 15px;
    }
    #about01 .vision img {
        width: 100%;
    }
    #about03 .timeLine .time-box .year span {
        font-size: 32px;
    }
    #about05 ul li:nth-child(1) span {
        line-height: 2em;
    }
    [id^="product"] .product-box > .row .product-summary table tr th,
    [id^="product"] .product-box > .row .product-summary table tr td {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #about01 .subContent_inner .policy:before {
        display: none;
    }
    #about01 .subContent_inner .policy > .row > div {
        margin-bottom: 15px;
    }
    #about03 .timeLine .time-box .year span {
        font-size: 35px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}

/* //서브페이지 */

/* 검은 푸터 */

.footer_copy .text-center {
    /* background-color: #37383f; */
    padding: 30px 0;
    margin: 0px 0px 0px 0px;
    text-align: center;
    float: none;
    color: #9b9b9e;
    font-size: 13px;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    text-align: left;
}
.footer_copy .wrap-footer .row {
    display: flex;
    gap: 30px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .footer_copy .wrap-footer .row {
        flex-direction: column;
    }
}
.footer_copy .wrap-footer .row > * {
    width: auto;
}
.footer_copy .wrap-footer .row::before,
.footer_copy .wrap-footer .row::after {
    content: none;
}
.footer-left h1 {
    margin: 0;
}
.footer-left h1 a {
    display: block;
    /* width: 300px; */
}
.footer-left h1 a img {
    /* width: 100%; */
    /* opacity: 0.5; */
}
.footer-mid ul {
    padding-left: 0;
}
.footer-mid li {
    display: inline-block;
    color: #444;
    font-size: 15px;
}
.footer-mid li.clearfix {
    display: block;
    width: 100%;
}
.footer-mid ul li:first-child {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.footer-mid ul > li:nth-child(3),
.footer-mid ul > li:nth-child(4),
.footer-mid ul > li:nth-child(5) {
    float: left;
    margin-right: 15px;
}
.footer-mid ul:after {
    content: "";
    clear: both;
    display: block;
}
.footer-mid .copyrights {
    opacity: 1;
}
address {
    margin-bottom: 3px;
}
@media (max-width: 767px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
/* //푸터 */

.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;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
    margin-top: -30px;
}

.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 {
    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: #ce000c;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #ce000c;
    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: #444;
}

.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;
    }
}

.contact-wrap .col {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 9fr);
    padding: 40px;
    border: 1px solid #ccc;
    border-top: 2px solid #ce000c;
}
.contact-wrap .col + .col {
    margin-top: 30px;
}
.contact-wrap .col h5 {
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.contact-wrap .info {
    padding-left: 50px;
    border-left: 1px solid #ccc;
}
.contact-wrap .top {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    font-size: 20px;
    gap: 15px 10px;
}
.contact-wrap .top .ko {
    font-weight: 700;
}
.contact-wrap .top .en {
    font-size: 0.85em;
    opacity: 0.8;
}
.contact-wrap .top p {
    margin-bottom: 0;
}
.contact-wrap .bottom {
    margin-top: 30px;
}
.contact-wrap .bottom ul {
    margin: 0;
    padding: 0;
}
.contact-wrap .bottom ul li {
    font-size: 17px;
    margin-top: 5px;
}
/* [max-medium / landscape phones]  태블릿/모바일, 768px 미만 ▼ */
@media (width <= 767.98px) {
    .contact-wrap .col {
        padding: 30px;
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .contact-wrap .col .info {
        padding: 0;
        border-left: 0;
    }
    .contact-wrap .top {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .contact-wrap .bottom {
        margin-top: 20px;
    }
}
