@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Moon+Dance&display=swap');

* {
    word-break: keep-all;
}

.body-layout {
    padding-top: 90px;
    font-family: 'Roboto', 'notokr', sans-serif;
    font-size: 15px;
}

.body-layout>.container {
    width: 100%;
    padding: 0;
}

/*=================================== reset =================================== */

ol,
ul,
li,
dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-position: inside;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
dt {
    position: relative;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

button {
    border-radius: 0;
    background: transparent;
    border: 1px solid #444;
}

span[class^="material-icons"] {
    vertical-align: middle;
    line-height: 1;
    user-select: none;
}

.internet.explorer span[class^="material-icons"] {
    transform: translateY(5px);
}

br {
    visibility: visible;
    opacity: 0;
}

/* =================================== old builder css reset =================================== */

.container_slide,
.container_mmenu,
.topmarginLay_a,
.divider-vertical,
.intro-board-widget-layout,
.footer-social-layout,
.navbar-inverse+br,
footer+br {
    margin: 0;
    display: none !important;
}
@media (min-width:768px) {
    .footer-row{
        display: flex;
        align-items: center;
    }   
}
.footer_copy>div {
    padding: 0;
}

.container_contents {
    width: 100%;
    padding: 0;
}

/*=================================== common =================================== */
[class$="-dash"]>*:not(dt) {
    position: relative;
    padding-left: 15px;
}

[class$="-dash"]>*:not(dt)::before {
    position: absolute;
    left: 0;
}

[class$="-dash"]>*:not(dt)::before {
    content: '-';
}

/* =================================== old builder css common =================================== */

/* =================================== navbar =================================== */

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}

/* 상단 메뉴 */
.navbar-header,
.navbar>.container {
    display: flex;
}

.navbar-header {
    justify-content: center;
    align-items: center;
}

.navbar>.container {
    justify-content: space-between;
}

.navbar>.container::before,
.navbar>.container::after {
    display: none;
}

.navbar-inverse {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0px 0px;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
    border: 0
}

.navbar-inverse .navbar-right {
    margin-right: 0 !important;
}

.navbar-brand {
    margin-left: 0px !important;
    padding: 0;
    height: auto;
}

.navbar-brand img {
    margin: 0 !important;
}

/* nav 메뉴 속성 */
.navbar-inverse .navbar-nav>li>a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    padding: 0 35px;
    z-index: 10;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}

/* nav 메뉴 클릭 및 후버 시 */
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav .dropdown:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown:focus .dropdown-toggle {
    background: none;
    color: #0e4194;
}

/* dropdown-menu 배경 */
.navbar-inverse .navbar-nav .dropdown-menu {
    background: rgba(0, 0, 0, 0.85);
}

/* dropdown-menu 메뉴 기본 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a {
    color: #fff;
}

/* dropdown-menu 메뉴 후버 */
.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover {
    background: #0e4194;
    color: #fff;
}

@media (min-width: 768px) {

    /* pc nav 드롭다운 */
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        border: 0;
        padding: 0;
        text-align: center;
    }

    /* pc nav 드롭다운 메뉴*/
    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 14px 25px;
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .body-layout {
        padding-top: 70px;
    }

    .navbar-header {
        justify-content: space-between;
        height: 70px;
        border-bottom: 1px solid #ddd;
    }

    .navbar-collapse {
        width: 100vw;
        padding: 0;
    }

    .navbar-nav {
        width: 100%;
        margin: 0;
    }

    .navbar-header::before,
    .navbar-header::after {
        display: none;
    }

    .navbar>.container {
        display: block;
    }

    .navbar-brand {
        order: 1;
        width: 90px;
        margin: 0 0 0 15px !important;
    }

    .navbar-inverse .navbar-toggle {
        order: 2;
        border: 0;
        padding: 9px 0;
        margin: 0 15px 0 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #444;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #444;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    /* menu */
    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-nav>li>a {
        height: 60px;
        padding: 0 15px;
        justify-content: flex-start;
    }

    .dropdown-menu {
        padding: 0;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 15px 15px 15px 25px;
    }

    /* 드롭다운 배경 */
    /* .navbar-inverse .navbar-nav .dropdown-menu{
        background: #444;
    } */

    /* 드롭다운 폰트 */
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #eee;
        font-size: 16px;
    }

    /* 드롭다운 메뉴 클릭시 */
    /* .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:active {
        color: #fff;
        background: #2968d4;
    } */
}

/* =================================== footer =================================== */

.body-layout footer {
    margin-top: 0px;
    padding: 40px 0 50px;
    border: 1px solid #ddd;
}

.footer-logo img {
    width: 150px;
}

.footer-info {
    text-align: left;
    color: #222;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 1.5;
}

.footer-info li {
    display: inline;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 350;
}

.footer-info li:first-child {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #555;
}

.footer-cert {
    display: flex;
    flex-wrap: wrap;
    float: right;
}

.footer-cert li+li {
    margin-left: 7px;
}

.copyright {
    text-align: left;
    font-size: 12px;
    color: #888;
    margin: 0;
}

#scrolltop {
    position: fixed;
    z-index: 1000;
    right: 50px;
    bottom: 50px;
    display: none;
    font-size: 18px;
    text-align: center;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #000;
}

#scrolltop .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
}

/* mobile*/
@media(max-width:767px) {
    .footer-info {
        margin: 0 0 20px;
    }

    .footer-info li {
        display: block;
        line-height: 1.25;
        margin-bottom: 5px;
    }

    .footer-info li+li {
        border: 0;
        margin-left: 0;
        padding-left: 0;
    }

    .footer-cert {
        margin-top: 30px;
    }
}

.maintenance {
    background: #f4f4f4;
    padding: 120px 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;
}

/* =================================== mainCarousel =================================== */

/* 슬라이드 */
#mainCarousel .carousel-inner .item {
    background-size: cover;
    height: calc(100vh - 90px);
    /* height: 600px; */
}

#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .4;
}

#mainCarousel .carousel-inner .item:nth-child(1)::before,
#mainCarousel .carousel-inner .item:nth-child(2)::before {
    opacity: .5;
}

.carousel-caption {
    top: 48.5%;
    bottom: auto;
    transform: translateY(-50%);
    text-align: left;
}

.carousel-caption h1 {
    position: relative;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.carousel-caption h1 span {
    font-weight: 900;
    font-size: 135%;
    color: #7cabff;
}

.carousel-caption p {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.carousel-control {
    z-index: 10;
    display: flex;
    align-items: center;
    opacity: 1;
    width: 4%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.carousel-control.right {
    justify-content: flex-end;
}

.carousel-control.right span {
    margin-right: 0;
}

.carousel-control.left {
    justify-content: flex-start;
}

.carousel-control.left span {
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100px;
    font-size: 28px;
    left: auto;
    right: auto;
    top: auto;
    position: relative;
    background: #333;
}

.glyphicon.glyphicon-chevron-right::before,
.glyphicon.glyphicon-chevron-left::before {
    color: #fff;
}

.glyphicon.glyphicon-chevron-right::before {
    content: '\e5e1';
    font-family: 'Material Icons';
}

.glyphicon.glyphicon-chevron-left::before {
    content: '\e2ea';
    font-family: 'Material Icons';
}

.carousel-indicators {
    bottom: 40%;
    display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 0;
    margin: 0 2px;
}

.carousel-indicators li {
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, .1);
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    background: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .0);
}

.carousel-caption {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .0);
    top: 45%;
}

.mainpage {
    margin-top: -131px;
    z-index: 20;
    position: relative;
}



/* =================================== mainpage common =================================== */

.mainpage .container-fluid {
    padding: 0;
}

.main-bbs {
    position: relative;
    background: url(/skin/img/main/m-bbs-bg.jpg) no-repeat center / cover;
    padding: 100px 0 100px;
    display: none;
}

.main-bbs::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: .8;
}

.main-bbs .intro-boardbox-8 {
    padding: 0;
}

.main-bbs .dh-front-blog {
    margin: 0 -10px;
}

.main-bbs .dh-front-blog>div {
    width: 25%;
    padding: 0 10px;
}

.main-bbs .dh-front-blog .blog-row-contents {
    display: none;
}

.main-bbs .thumbnail .caption {
    padding: 15px 10px;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    border: 0;
}

.main-bbs .dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    font-size: 18px;
    text-align: center;
}

.main-bbs .dh-front-blog>.col-md-4>.thumbnail {
    margin-top: 0;
    margin-bottom: 0;
    min-height: inherit;
    border: 1px solid #ccc;
}

.main-bbs .dh-front-blog>.col-md-4>.thumbnail:hover {
    border-color: #0e4194;
    box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.1);
}

.main-bbs .page-header {
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.main-bbs .page-header h4 {
    font-size: 34px;
    font-weight: 600;
}

.main-bbs .intro-boardbox>.page-header>h4>.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background: #fff;
    border: 1px solid #444;
    border-radius: 0;
}

section.main-service {
    margin-bottom: 70px;
}

.main-service-wrap {
    display: flex;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.main-service-wrap>div {
    padding: 0;
    position: relative;
}

.main-service-wrap a.item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 25px;
}

.main-service-wrap a.item,
.main-service-wrap a.item span[class^="material-icons"],
.main-service-wrap a.item p {
    transition: .25s;
}

.main-service-wrap a.item span[class^="material-icons"] {
    font-size: 27px;
    line-height: 1;
    color: #fff;
    margin-right: 15px;
    opacity: 0.7;
}

.main-service-wrap a.item::before {
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #89b6ff;
    content: "";
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media (hover:hover){
    .main-service-wrap a.item:hover::before {
        width: 100%;
        margin-left: -50%;
    }
    
    .main-service-wrap a.item:hover p,
    .main-service-wrap a.item:hover span {
        color: #fff;
        font-weight: 500;
        opacity: 1;
    }
}

.main-service-wrap a.item p {
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    opacity: 0.8;
}

/* =================================== subpage header =================================== */

.subpage-header {
    position: relative;
    display: flex;
    flex-flow: wrap;
    height: 380px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.subpage-header.visual01 {
    background-image: url(/skin/img/sub/sub-top01.jpg);
}

.subpage-header.visual02 {
    background-image: url(/skin/img/sub/sub-top02.jpg);
}

.subpage-header.visual03 {
    background-image: url(/skin/img/sub/sub-top03.jpg);
}

.subpage-header::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: .55;
}

.subpage-header .sub-title {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.subpage-header .sub-title h2 {
    margin: 15px 0 10px;
    font-size: 52px;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.breadcrumb {
    background: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 13px;
}

.breadcrumb>li {
    color: rgba(255, 255, 255, 0.75);
}

.breadcrumb>li.active {
    color: #fff;
}

.breadcrumb>li+li:before {
    padding: 0 3px;
}

/* =================================== snb =================================== */
.snb {
    position: relative;
    z-index: 10;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: -60px;
    text-align: center;
}

.snb ul,
.snb li>a {
    display: inline-block;
}

.snb ul {
    margin: 0;
}

.snb li {
    display: inline-block;
}

.snb li+li {
    /* border-left: 1px solid #ccc; */
}

.snb li>a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-bottom: -1px;
    letter-spacing: 0;
    /* padding: 18px 30px; */
    min-width: 225px;
    position: relative;
    font-weight: 300;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

.snb li.active a,
.snb li a:hover {
    position: relative;
    font-weight: 500;
}

.snb li>a::before {
    position: absolute;
    top: -1px;
    left: 50%;
    width: 0;
    height: 4px;
    background-color: #438cfc;
    content: "";
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}

@media (hover:hover) {

    .snb li.active>a::before,
    .snb li>a:hover::before {
        width: 100%;
        margin-left: -50%;
    }
}

.snb li.active>a::before {
    width: 100%;
    margin-left: -50%;
}


/* =================================== subpage section, title =================================== */
.subpage-content section {
    padding: 80px 0 120px;
}

#about02 .subpage-content {
    position: relative;
}

.subpage-content section>.row {
    margin-bottom: 100px;
}

.subpage-content section>.row:last-child {
    margin-bottom: 0px;
}

.subpage-content .col-sm-12+.col-sm-12 {
    margin-top: 100px;
}

.subpage-content h3 {
    margin: 100px 0 0;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.025em;
    color: #222;
}

/* .subpage-content h3::after {
    content: '';
    display: block;
    margin: 17px auto 0;
    width: 45px;
    height: 2px;
    background: #e7898b;
} */

.subpage-content h4 {
    margin-bottom: 40px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #0e4194;
    text-align: center;
}

.subpage-content section>h4 small {
    display: block;
    font-size: 17px;
    margin-top: 20px;
    color: #0c2a5c;
    letter-spacing: 0;
}

.subpage-content h5 {
    font-weight: 500;
    font-size: 18px;
}


/* =================================== subpage content =================================== */
p.img-caption,
span.img-caption {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
}

/* 01 */
.sub-greet-wrap>div:nth-child(1) {
    width: 40%;
    padding: 0 50px 0 40px;
}

.sub-greet-wrap>div:nth-child(2) {
    width: 60%;
    padding: 0 80px 0 50px;
}

.sub-greet-wrap img {}

.sub-greet-wrap .top {
    color: #333;
    margin: 0px 0 30px;
    line-height: 1.35;
    font-size: 34px;
    letter-spacing: -0.05em;
    font-weight: 700;
    position: relative;
}

.sub-greet-wrap .top::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: #999;
    margin: 20px 0 30px;
}

.sub-greet-wrap .top strong {
    font-weight: 700;
    color: #0043b3;
}

.sub-greet-wrap p {
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: -0.035em;
    line-height: 1.65;
    color: #000;
    font-weight: 350;
}

.sub-greet-wrap .name {
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #000;
    text-align: right;
    margin-top: 40px;
}

.sub-greet-wrap .cursive {
    font-family: 'Moon Dance', cursive;
    font-weight: 400;
    font-size: 34px;
    margin-left: 10px;
    display: block;
}

/* 핵심가치 */
#about02 .subpage-content::before,
#about02 .subpage-content::after {
    content: '';
    display: block;
    width: 100%;
    height: 440px;
    background: #f5f5f5;
    position: absolute;
    left: 0;
    top: 510px;
    z-index: -1;
}

#about02 .subpage-content::after {
    top: auto;
    bottom: 210px;
    height: 430px;
}

.sub-value-wrap .item {
    display: flex;
    align-items: center;
    border-radius: 0;
    position: relative;
}

.sub-value-wrap .img-box img {
    min-width: 100%;
}

.sub-value-wrap .text {
    flex: 1;
    width: 100%;
    letter-spacing: -0.025em;
    padding-left: 90px;
    position: relative;
}

.sub-value-wrap>div:nth-child(even) .text {
    padding: 0 80px;
}

.sub-value-wrap>div:nth-child(even) .text::before {
    left: auto;
    right: -50px;
    width: 120px;
}

.sub-value-wrap .text::before {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    /* background: #999; */
    position: absolute;
    left: -55px;
    top: 20px;
}

.sub-value-wrap h5 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.034em;
}

.sub-value-wrap p {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
    letter-spacing: 0.034em;
    color: #333;
    font-style: italic;
}

.sub-value-wrap p span {
    font-size: 34px;
    font-weight: 100;
}

/* .sub-value-wrap p span {
    font-weight: 600;
    font-size: 105%;
    color: #222;
} */

.sub-value-wrap .clearfix {
    margin-bottom: 30px;
}

.sub-value-wrap .img-box {
    overflow: hidden;
    /* flex: 1; */
    width: 525px;
}

/* 연혁 */
.sub-history-wrap .inner-year {
    position: relative;
    padding-bottom: 50px;
}

.sub-history-wrap div:last-child .inner-year:last-child {
    padding-bottom: 0;
}

.sub-history-wrap .left .inner-year {
    padding-right: 150px;
}

.sub-history-wrap .right .inner-year {
    padding-left: 150px;
}

.sub-history-wrap .inner-year h5 {
    line-height: .8;
    position: static;
    font-weight: 300;
    font-size: 44px;
    color: #333;
    margin-bottom: 30px;
    padding-left: 0;
    letter-spacing: -0.034em;
}

.sub-history-wrap .inner-year h5::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    border: 0;
    background: #bdcff1;
    top: 9px;
    right: 0;
    left: auto;
}

.sub-history-wrap .inner-year h5::after {
    box-sizing: content-box !important;
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    border-radius: 50%;
    background: #287dff;
    border: 7px solid #d2e3ff;
}

.left .inner-year h5 {
    text-align: right;
}

.left .inner-year h5::before {
    right: 0;
    left: auto;
}

.left .inner-year h5::after {
    right: -14px;
}

.right .inner-year h5 {
    text-align: left;
}

.right .inner-year h5::before {
    right: auto;
    left: 0;
}

.right .inner-year h5::after {
    left: -14px;
}

.sub-history-wrap .li-year {
    margin: 0;
}

.sub-history-wrap .li-year li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-size: 16px;
    color: #333;
    letter-spacing: -0.02em;
}

.sub-history-wrap .li-year li:last-child {
    margin-bottom: 0;
}

.sub-history-wrap .left .li-year li {
    flex-direction: row-reverse;
    padding-right: 90px;
    text-align: right;
}

.sub-history-wrap .right .li-year li {
    padding-left: 90px;
    text-align: left;
}

.sub-history-wrap .left {
    transform: translateX(.5px);
    border: 0;
    border-right: 3px;
    padding-right: 0;
}

.sub-history-wrap .right {
    transform: translateX(-.5px);
    border: 0;
    border-left: 3px;
    padding-left: 0;
}

.sub-history-wrap .left,
.sub-history-wrap .right {
    border-color: #d3dff3;
    border-style: solid;
}

.sub-history-wrap .li-year span {
    position: absolute;
    height: 100%;
    font-weight: 500;
    color: #111;
    font-size: 17px;
    line-height: 1.2em;
}

.sub-history-wrap .left .li-year span {
    right: 0;
}

.sub-history-wrap .right .li-year span {
    left: 0;
}

.sub-history-wrap .right:last-child {
    border-color: #fff;
}

/* 인증현황 */
.sub-cert-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 0;
}
.sub-cert-wrap > div{
}
.sub-cert-wrap img {
    padding: 10px;
    height: 100%;
    border: 1px solid #e9e9e9;
}

.sub-cert-wrap .clearfix {
    width: 100%;
    
}

/* 02 */
.sub-product-wrap {
    margin: 0 -5px;
    margin-bottom: 120px !important;
}

.sub-product-wrap:last-child {
    margin-bottom: 0 !important;
}

.sub-product-wrap>div {
    padding: 0 5px;
}

.sub-area-wrap {
    margin: 0 30px;
}

.sub-area-wrap .clearfix {
    margin-bottom: 30px;
}

.sub-area-wrap .item {
    overflow: hidden;
    position: relative;
    display: block;
}

.sub-area-wrap .info {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
}
.sub-area-wrap .item :where(.info,img){
    transition: .25s;
}
.sub-area-wrap .item:hover .info{
    background: rgba(0, 0, 0, 0.15);
}
.sub-area-wrap .item:hover img{
    transform: scale(1.1);
}
.sub-area-wrap .info h5 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}
.sub-area-wrap .info h5+p{
    transition: .25s;
    opacity: 0;
    position: absolute;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    text-align: center;
    top: 50%;
}
.sub-area-wrap .item:hover .info h5+p{
    opacity: 1;
    top: calc(50% + 40px);
}
.sub-product-wrap img {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 10px;
}

.sub-product-wrap .clearfix {
    margin-bottom: 10px;
}

.sub-product-wrap .pd-caption {
    margin-top: 13px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

/* 03 */
.sub-welfare-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
}

.sub-welfare-wrap>div {
    padding: 0 10px;
    margin-bottom: 20px;
}


.sub-welfare-wrap .item {
    height: 100%;
    padding: 35px 30px 30px 35px;
    border: 1px solid #bfd1f0;
    margin-bottom: 10px;
    /* height: 340px; */
}

/* 
.sub-welfare-wrap .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}

.sub-welfare-wrap .icon span {
    color: #4f87e4;
    font-size: 56px;
} */

.sub-welfare-wrap h5 {
    /* display: inline-block; */
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #000;
}

/* .sub-welfare-wrap h5 span {
    font-size: 38px;
    margin-right: 7px;
    color: #4f87e4;
} */

.sub-welfare-wrap p,
.sub-welfare-wrap li {
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}

.sub-welfare-wrap p+p,
.sub-welfare-wrap p+ul,
.sub-welfare-wrap li+li {
    margin-top: 4px;
}

.sub-welfare-wrap .item span {
    font-size: 40px;
    color: #4f87e4;
    margin-bottom: 35px;
}

/* .table-welfare{
    margin-bottom: 0;
}
.table-welfare>tbody>tr>th,
.table-welfare>tbody>tr>td {
    font-size: 16px;
    letter-spacing: -0.025em;
    padding: 22px 0;
    vertical-align: middle;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.table-welfare>tbody {
    border-top: 1px solid #4f87e4;
}

.table-welfare>tbody>tr>th {
    font-weight: 600;
} */

/* map */
/* map-kakao */
.root_daum_roughmap .wrap_map,
.map-kakao .root_daum_roughmap {
    width: 100% !important;
    height: 450px !important;
    padding: 0 !important;
}

.map-kakao .root_daum_roughmap .map_border {
    display: none !important;
}

/* map-google */
.map-google iframe {
    width: 100%;
    height: 400px;
    margin-bottom: -5px;
}

.sub-map-wrap .map-info {
    display: flex;
    align-items: center;
    margin: 40px 0 0;
    border-top: none;
}

.sub-map-wrap .map-info>div {
    padding: 0;
}

.sub-map-wrap .address {
    display: flex;
    flex-wrap: wrap;
}

.sub-map-wrap .address dt {
    width: 100%;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.034em;
}

.sub-map-wrap .address dd {
    color: #0c419a;
    margin-left: 2px;
    font-size: 16px;
}

.sub-map-wrap .address dd+dd {
    margin-left: 30px;
}

.sub-map-wrap .address dd strong {
    margin-right: 6px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.sub-map-wrap .map-btn {
    display: inline-block;
    padding: 13px 18px 12px;
    background: #0e4194;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #fff;
}

.sub-map-wrap .map-btn:hover {
    background: #052353;
}

.sub-map-wrap .map-btn span {
    font-size: 16px;
    margin-left: 20px;
}

/* 04 */

/* 05 */

/* table */
.sub-table-wrap {
    margin-top: 30px;
}

.sub-table-wrap:first-child {
    margin-top: 0;
}

.sub-table-wrap .table-style th,
.sub-table-wrap .table-style td {
    border-color: #ddd;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    vertical-align: middle;
}

.sub-table-wrap .table-style thead th {
    border-bottom: 0;
}

.sub-table-wrap .table-style tbody th {
    background: #efefef;
}

/* =================================== board, bbs =================================== */
.bbs-area h4 {
    font-weight: 500;
    padding: 0;
    color: #222;
    font-size: 28px;
}

.bbs-area h4::before,
.bbs-area h4::after {
    content: none !important;
}

.bbs-area h4.title {
    text-align: center;
}

.bbs-area .reply_wrap h4 {
    text-align: left;
}

.bbs-area .search_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.bbs-area .search_wrap>*+* {
    margin-left: 5px;
}

.board_wrapper .text-center .btn.btn-lg,
.board_wrapper .text-center .btn+.btn {
    min-width: 200px;
}

.btn.btn-primary {
    font-family: 'notokr';
    background-color: #555;
    border: 1px solid #555;
    color: #fff;
    font-size: 14px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #222;
    border-color: #222;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper h1 {
    margin-top: 0;
}

.member_wrapper .btn {
    transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57
}

.table.table_default tbody tr th.num {
    font-weight: normal;
}

.table.table_default tbody .subject a {
    font-size: 17px;
    color: #333;
}

.table.table_default tr th,
.table.table_default tr td {
    font-size: 15px;
    border-bottom: 1px solid #ddd;
}

.table.table_default thead th {
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
}

.table_default {
    border-top: 1px solid #333;
}


.table.table_default tr td {
    color: #777;
}

.text-muted {
    font-size: 14px !important;
    margin-top: 8px !important;
}

input.form-control {
    font-family: 'notokr', sans-serif;
}

/* wrapper */

.dh-board table tr th,
.dh-board table tr td {
    padding: 20px 15px;
}

.dh-board table thead tr th {
    font-size: 17px;
    font-weight: 500;
}

.dh-board table tbody tr td {
    font-size: 16px;
}

.dh-board>.table-hover {
    border-width: 1px;
    border-bottom-color: #ccc;
    margin: 0;
}

.bbs-blog2-index-layout .dh-board {
    margin: 0 -15px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    width: 33.3333%;
    background: transparent;
    padding: 0 15px;
    border: 0;
    margin-bottom: 80px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>.row {
    margin: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>.row>div {
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 20px 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
    letter-spacing: -0.034em;
}

.thumb-hidden>a>img {
    position: relative;
    transform: translateY(-50%);
    top: 50%;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 200px;
    max-height: inherit;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: flex;
    justify-content: center;
    width: 100%;
    float: inherit;
    text-align: center;
    margin-top: 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer,
.dhb-txt-box-type-b-text-layout .txt-box-footer .hits {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: 400;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer br {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em {
    display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer>* {
    margin-right: 10px;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer>*:last-child {
    margin-right: 0;
}

.dh-margin-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.dh-margin-top .col-md-7 {
    width: 100%;
}

.dh-margin-top>* {
    width: auto;
}

.dh-margin-top>*:first-child {
    margin-top: 40px;
    order: 2;
}

.dh-margin-top>*:nth-child(2) {
    width: 35%;
    order: 1;
}

.dh-view-box {
    margin: 0;
}

.dh-view-box h4 {
    text-align: left;
    margin: 25px 0;
    font-size: 22px;
    letter-spacing: -0.05em;
    font-weight: 400;
}

.dh-view-box>.row>.page-header {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 2px 20px 0;
}

.dh-view-box>.row>.dh-view-info {
    padding: 12px 15px 10px;
    margin-bottom: 15px;
}

.dh-view-box>.row>.dh-view-info>span {
    font-size: 13px;
}

.dh-view-box .dh-attach h6 b {
    font-size: 13px;
    color: #000;
}

.dh-view-box .dh-attach h6 {
    padding: 8px 5px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: transparent;
    color: #000;
    border-color: #ccc;
}

.label-danger {
    transform: translateY(-3px);
}

.label {
    display: inline-flex;
    padding: 0;
    line-height: 0;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 16px;
    margin-left: 3px;
}

.form-horizontal {
    padding: 50px;
    background: #f4f4f4;
}

.form-horizontal h2 {
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: -0.06em;
    font-size: 28px;
    color: #999;
    font-weight: 500;
}

.form-horizontal .form-group {
    display: flex;
    justify-content: center;
}

.form-horizontal .form-group .col-sm-2 {
    width: 120px;
}

.form-horizontal .col-sm-offset-2 {
    margin: 0;
}

.btn-group-lg>.btn,
.btn-lg {
    border-radius: 0;
    min-width: 150px;
    font-size: 16px;
    margin-top: 20px;
}

.checkbox label,
.radio label {
    font-size: 15px;
    letter-spacing: -0.06em;
}

.custom_checkbox+span a {
    font-weight: 500;
}

.privacy_body {
    font-size: 16px;
    line-height: 1.6em;
    padding: 0 100px;
}

.badge {
    padding: 6px 6px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 13px;
    margin-right: 3px;
}

label.error,
.text-danger {
    margin-top: 7px;
    font-weight: 400;
    color: #e00000;
    font-size: 14px;
}

.btn-group-sm>.btn,
.btn-sm {
    font-size: 14px;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body>div.col-sm-12,
.id-find-layout .panel-body>div.col-sm-12,
.pw-find-layout .panel-body>div.col-sm-12 {
    float: none;
}

.login-layout .panel-body>div.col-sm-12 h2,
.id-find-layout .panel-body>div.col-sm-12 h2,
.pw-find-layout .panel-body>div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #aaa;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #184ba8;
    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: #0d52d2;
}

.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;
    }
}

/* =================================== mobile =================================== */
/* mainpage */
@media(max-width:767px) {

    /* carousel */
    #mainCarousel .carousel-inner .item {
        height: 500px;
    }

    #mainCarousel .carousel-inner .item:nth-child(2){
        background-image:url(/skin/img/slide/slide03_m.jpg) !important;
    }
    .carousel-caption {
        left: 5%;
        right: 5%;
        top: 50%;
        text-align: center;
    }

    .carousel-caption h1 {
        font-size: 34px;
        line-height: 1.25;
    }

    .carousel-control {
        /* font-size: 14px; */
        display: none;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 10px;
        height: 10px;
    }

    .mainpage {
        margin-top: 0;
        background: #333;
    }

    .carousel-caption p {
        font-size: 20px;
    }

    .main-service-wrap {
        flex-wrap: wrap;
    }

    .main-service-wrap>div {
        width: 100%;
    }

    .main-service-wrap>div+div {
        border-top: 1px solid #444;
    }

    section.main-service {
        margin-bottom: 0;
    }

    .main-service-wrap a.item {
        transition: inherit;
        padding: 20px 0;
    }
    .main-service-wrap a.item:hover::before{
        background: #89b6ff !important;
    }
    .main-service-wrap a.item:hover{
        background: #444;
        
        color: #fff !important;
    }
    .main-service-wrap a.item:hover p{
        /* color: #fff; */
        opacity: 1;
    }
}

/* subpage */
@media(max-width:767px) {
    .subpage-header {
        height: 250px;
    }

    .snb {
        margin-top: 15px;
        border: 0;
    }

    .snb ul {
        flex-wrap: wrap;
    }

    .snb li {
        margin: 0;
        flex: auto;
        width: 100%;
    }

    .snb li+li {
        margin-top: 4px;
    }

    .snb li>a {
        padding: 0;
        width: 100%;
        height: 60px;
        color: #444;
        background: #f4f4f4;
        font-size: 17px;
        border: 1px solid #fff;
    }

    .snb li.active a,
    .snb li a:hover {
        color: #000;
        background: #fff;
        border: 1px solid #ccc;
    }

    .breadcrumb {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .subpage-content section {
        padding: 50px 0 70px;
    }

    .subpage-content section>.row {
        margin-bottom: 50px;
    }

    .subpage-content h3 {
        margin-top: 75px;
        font-size: 40px;
    }

    .subpage-content h4 {
        font-size: 32px;
    }

    .subpage-content .col-sm-12+.col-sm-12 {
        margin-top: 75px;
    }

    .sub-value-wrap h5 {
        font-size: 30px;
    }

    .subpage-header .sub-title h2 {
        font-size: 44px;
    }

    .sub-greet-wrap>div {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .sub-greet-wrap>div+div {
        margin-top: 50px;
    }

    .sub-value-wrap div:nth-child(even) .item {
        flex-direction: column-reverse;
    }

    .sub-value-wrap>div:nth-child(even) .text {
        padding: 0;
    }

    .sub-value-wrap .item {
        flex-wrap: wrap;
    }

    .sub-value-wrap .text {
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }

    .sub-value-wrap .img-box {
        width: auto;
    }

    .sub-history-wrap {
        padding: 0 15px 0 30px;
    }

    .inner-year h5::before {
        width: 30px !important;
    }

    .sub-history-wrap .right .inner-year {
        padding-left: 45px;
    }

    .sub-cert-wrap img {
        margin-bottom: 30px;
    }

    .sub-area-wrap {
        margin: 0 -15px;
    }

    .sub-area-wrap>div+div {
        margin-top: 15px;
    }

    .sub-area-wrap .info h5 {
        font-size: 28px;
    }

    .sub-area-wrap .info {
        text-align: center;
    }

    .sub-product-wrap div+div {
        margin-top: 20px;
    }

    .sub-product-wrap {
        margin-bottom: 70px !important;
    }

    .sub-welfare-wrap {
        display: block;
    }

    .sub-map-wrap .map-info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .sub-map-wrap .address {
        display: block;
    }

    .sub-map-wrap .address dd {
        margin-left: 0;
    }

    .sub-map-wrap .address dd+dd {
        margin-left: 0;
    }

    .sub-map-wrap .map-btn {
        margin-top: 25px;
    }

}

/* bbs, etc */
@media(max-width:767px) {

    .bbs-blog2-index-layout .dhb-txt-box-type-b {
        width: 100%;
        margin-bottom: 40px;
    }

    .dh-margin-top>*:nth-child(2) {
        width: calc(100% - 30px);
    }

    .dhb-txt-box-type-b-text-layout h4 {
        font-size: 24px !important;
    }

    .dh-view-box h4 {
        font-size: 20px !important;
    }
}