@charset "utf-8";

@import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css);


* {
    word-break: break-all;
}

#site {
    /* padding-top: 80px; */
    font-family: 'notokr', sans-serif;
    padding-top: 80px;
}

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

ul {
    padding: 0;
}

* {
    word-break: keep-all;
}

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

.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;
}

.table {
    table-layout: fixed;
}

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

.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}

.table.table_default thead th {
    background-color: #ffffff;
    border-bottom-color: #aaa;
}

.navbar .caret {
    display: none;
}

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

.navbar-brand {
    display: flex;
    align-items: center;
    /* width: 120px; */
    padding: 0px;
    margin-left: 0 !important;
}

.navbar-brand>img {
    display: block;
    /* width: 124px; */
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    padding: 15px 25px;
}

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

.navbar-inverse .navbar-nav>li:hover::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    background: #005faf;
    border-radius: 50%;
    top: 9px;
    right: 17px;
}

.navbar-inverse .navbar-nav>li:hover::after,
.navbar-inverse .navbar-nav>li>a:focus::after {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    background: #005faf;
    border-radius: 50%;
    top: 9px;
    right: 17px;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
    background: none;
    color: #222;
}

.dropdown-menu {
    background: #fff;
    border: 0;
}

.dropdown-menu>li>a {
    font-size: 15px;
}

.navbar-inverse .navbar-brand {
    color: #005faf;
    font-size: 25px;
    font-weight: 600;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #005faf;
    background-color: transparent;
}

@media (max-width: 767px) {

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 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;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0;
        /* border: 1px solid #d5d5d5; */
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.13);
        border-top: 1px solid #005faf;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a {
        padding: 8px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
        color: #0044a1;
        background: none;
        font-weight: 500;
    }
}

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

.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
    transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
    content: '\f053';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .1);
    border: 1px solid #fff;
    margin: 0 5px;
    border-radius: 50%;
    transition: ease-in-out .15s all;
}

.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
    top: 45%;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, .75), 0px 0px 5px rgba(0, 0, 0, .5);
}

.carousel-caption h1 {
    font-size: 52px;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'Jeju Myeongjo', serif;
    margin: 0 0 10px;
}

/* .carousel-inner .item::before {
    content: '';
    background: #fff;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .3;
} */

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

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

#site footer {
    margin-top: 0px;
    padding: 35px 0;
    background-color: #005faf;
    
}

.footer-row {
    display: flex;
    align-items: center;
}

.footer-info li {
    color: #ddd;
}

.footer-logo img {
    width: 120px;
    opacity: .8;
}

.footer-info {
    line-height: 1.75;
    margin: 0;
}

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

/* .footer-info li span:last-child::after{
    display: none;
} */
.copyright {
    opacity: .5;
    /* color: #dddddd; */
    margin-top: 5px;
}

a[class^="more-btn"] {
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none;
    padding: 7px 12px;
    transition: .25s;
}

a[class^="more-btn"] p::after {
    content: '';
    /* font-size: 14px; */
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 600; */
    margin-left: 10px;
    background-image: url(/public/img/main/arrow.png);
    width: 35px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
}

.customer-title .more-btn02 p::after {
    content: '';
    /* font-size: 14px; */
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 600; */
    margin-left: 10px;
    background-image: url(/public/img/main/arrow2.png);
    width: 35px;
    height: 11px;
    display: inline-block;
    background-repeat: no-repeat;
}

section {
    margin-top: 20px;
    margin-bottom: 80px;
}

section.main-guide {
    margin-top: 0px;
    margin-bottom: 70px;
}

section.main-notice {
    margin-top: 40px;
    /* margin-bottom: 100px; */
    background: #f5f5f5;
    padding: 40px 0;
    margin-bottom: 0 !important;
}

.col-sm-12.slogan-list {
    margin-bottom: 80px;
}

.main-wrap {
    margin-top: -80px;
    z-index: 5;
}

.main-wrap .category {
    font-size: 12px;
}

.main-customer .category {
    margin-bottom: -15px;
    font-size: 14px;
}

.main-customer h3 {
    font-size: 27px;
    font-weight: 500;
    color: #333;
}

.m-text {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.row.customer-wrap .m-text {
    font-size: 16px;
    color: #005faf;
}

.row.customer-wrap .box02 span {
    font-weight: 500;
}

#mainCarousel {
    z-index: -5;
}

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

.main-customer {
    margin-top: -20px;
    margin-bottom: 70px;
}

.guide-box .guide-title {
    position: relative;
    color: #fff;
    height: 280px;
    padding: 30px 15px 30px 25px;
    font-size: 25px;
    font-weight: 600;
    font-family: 'notokr';
    box-shadow: 0px 4px 18px rgba(43, 43, 43, 0.42);
}

.guide-box.box01 .guide-title {
    position: relative;
    overflow: hidden;
    background: #125d9c;
}

.guide-box.box02 .guide-title::after,
.guide-box.box03 .guide-title::after,
.guide-box.box04 .guide-title::after {
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.guide-box.box02 .guide-title::after {
    background: #1ca0b8;
}

.guide-box.box03 .guide-title::after {
    background: #409839;
}

.guide-box.box04 .guide-title::after {
    background: #1380be;
}

.guide-title .more-btn01 {
    color: #fff;
    left: auto;
    right: 25px;
    bottom: 25px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
}

.guide-title .more-btn01 p {
    margin: 0;
    padding: 0;
}

.guide-title .more-btn01:hover {
    font-weight: 500;
    background-color: #8cadca;
    /* color: #333; */
    /* border: 1px solid #ffffff; */
}

.guide-title .category {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.box01 .category {
    background: #fff;
    width: 70px;
    color: #005094;
    border-radius: 15px;
    /* padding: 2px; */
}

.box02 .category {
    background: #fff;
    width: 70px;
    color: #007590;
    border-radius: 15px;
    /* padding: 2px; */
}

.box03 .category {
    background: #fff;
    width: 85px;
    color: #397734;
    border-radius: 15px;
    /* padding: 2px; */
}

.box04 .category {
    background: #fff;
    width: 85px;
    color: #005faf;
    border-radius: 15px;
    /* padding: 1px; */
}

.row.customer-wrap .category {
    color: #333;
}

.guide-box h3 {
    margin-bottom: 20px;
    margin-top: 35px;
    font-size: 25px;
    font-weight: 600;
}

.customer-box .row {
    padding: 22px 15px;
    border: 1px solid #ccc;
    margin: 0;
    height: 185px;
    border-top: 1px solid #333;
}

.customer-box .icon-wrap {
    display: flex;
    height: 95px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.customer-box .icon-wrap i {
    font-size: 35px;
    color: #0d72c7;
    padding: 29px 28px;
    border-radius: 50%;
    background: #f1f2f5;
    width: 95px;
}

.customer-title {
    height: 170px;
}

.customer-title .more-btn02 {
    color: #2b2b2b;
    border: 1px solid #edf3f7;
    left: 15px;
    bottom: 30px;
    background: #edf3f7;
}

.customer-title .more-btn02:hover {
    font-weight: 500;
    background-color: #8cadca;
    color: #fff;
    border: 1px solid #8cadca;
}

.customer-title .more-btn02 p {
    margin: 0;
    padding: 0;
}

.notice-wrap .page-header h4 {
    color: #333;
    font-size: 20px;
}

.notice-wrap>div {
    padding: 0;
}

.page-header {
    border-bottom: 1px solid #555;
}

.row.notice-wrap span {
    font-size: 16px;
}
.notice-community03 .board_box_list{
    display: none;
}
.board_box_blog2 .inner .top a .thumb{
    height: 110px !important;
}
.board_box_list ul li a {
    display: block;
    color: inherit;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.board_box_blog2 .row>div[class^="col-"]{
    width: 50%;
}
.row.guide-wrap {
    padding: 0 5px;
}

.col-sm-3.guide-box {
    padding: 0 10px;
}

.pageheader {
    overflow: hidden;
    position: relative;
    background: url(/public/img/sub/sub-top01.jpg) no-repeat 50% 20%;
    height: 175px;
}

.pageheader .pageheader-bg {
    /* z-index: -1; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: .25;
}

.subheader-wrap {
    position: relative;
    height: 100%;
    display: flex;
}

.subheader-wrap h2 {
    color: #fff;
    font-size: 45px;
    align-self: center;
    font-weight: 300;
    letter-spacing: -0.055em;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1), 0 0 25px rgba(0, 0, 0, 1);
    
}

.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #ddd;
}

.breadcrumb li.active {
    color: #fff;
}

.subpage-layout {
    margin-top: 70px;
}

.subpage-layout .snb {
    padding-right: 60px;
    width: 24%;
}

.subpage-layout .snb ul {
    border-top: 2px solid #005faf;
}

.subpage-layout .snb li a {
    display: block;
    color: #828282;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: none;
    padding: 16px 2px;
    text-decoration: none;
    letter-spacing: -0.034em;
    position: relative;
    font-weight: 400;
    padding-left: 15px;
}

.subpage-layout .snb li a:hover {
    color: #005faf;
    font-weight: 500;
    text-decoration: underline;
}

.subpage-layout .snb li.active a {
    color: #ffffff;
    border-bottom: 2px solid #005faf;
    font-weight: 700;
    background: #005faf;
    text-decoration: none;
}

.subpage-layout .snb li>a::after {
    content: '\f054';
    display: block;
    font-family: "Font Awesome 5 free";
    position: absolute;
    right: 17px;
    top: 51%;
    color: #ccc;
    transform: translateY(-50%);
    font-weight: 700;
}

.subpage-layout .snb li.active>a::after,
.subpage-layout .snb li.active a:hover::after {
    color: #ddd;
}

.subpage-layout .snb li a:hover::after {
    color: #005faf;
}

.subpage-content .title h3 {
    margin: 0;
    font-weight: bold;
    color: #2b2b2b;
    font-size: 32px;
}

.subpage-content .title {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin-top: 10px;
}

.board_data_view .header_wrap .title {
    margin: 0;
    font-size: 24px;
    border: 0;
}

.reply_wrap span {
    font-size: 16px !important;
}

.se-title {
    margin: 0 15px 20px;
    padding: 15px 0 15px 15px;
    font-size: 25px;
    font-weight: 500;
    color: #2b2b2b;
    /* border-bottom: 1px solid #ddd; */
    position: relative;
    letter-spacing: -0.02em;
}

.slogan-box {
    border: 5px solid #e6ecef;
    padding-bottom: 10px;
}

#company05 .se-title::after {
    content: none;
}

#company05 .se-title {
    padding-left: 0;
    font-size: 18px;
    letter-spacing: -0.03em;
}

#company03 .se-title.in {
    margin-bottom: 10px;
}

.row.cert-wrap .img-responsive {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 5px 6px 11px rgba(221, 221, 221, 0.35);
}
.modal-dialog{}
.modal-dialog .modal-header{
    padding: 5px 10px 0;
    border: 0;
}
.modal-dialog .modal-body{
    padding: 0;
}
.modal-body img{
    width: 100%;
}

.cert-slick{}
.cert-slick .item{
    padding: 0 10px;
}
.cert-slick .item img{
    aspect-ratio: 0.68;
    width: 100%;
    height: auto;
}

.se-title.in {
    margin: 0 0px 10px;
}

.col-sm-6.goal-list .se-title.in {
    margin-bottom: 20px;
}

.se-title::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46b43d;
    position: absolute;
    left: 0;
    bottom: 29px;
}

.se-title::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    /* color: #2b2b2b; */
    border-radius: 50%;
    background: #005faf;
    position: absolute;
    left: 0;
    bottom: 19px;
}



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

.board_wrapper .table.board_write_table .files .fileInput .file_add {
    position: absolute;
    right: 0px;
    width: auto;
    padding: 6px 8px;
    margin: 0;
}

.col-sm-12.mission-wrap {
    margin-bottom: 70px;
}
.col-sm-12.vision-wrap{
    margin-bottom: 70px;
}
.slogan-list .list01 {
    color: #5dae57;
}

.slogan-list .list02 {
    color: #005faf;
}

.slogan-list .list03 {
    color: #0088a7;
}

.slogan-list h3 {
    text-align: center;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 700;
    font-family: 'Jeju Myeongjo', serif;
}

.goal-list .m-text {
    /* display: block; */
    line-height: 1.4;
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    letter-spacing: -0.02em;
    position: relative;
    color: #0060af;
}

.goal-name {
    line-height: 2;
    margin-top: -10px;
    padding-left: 13px;
    font-size: 16px;
    position: relative;
}

.goal-name strong {
    position: relative;
}

.goal-name strong::before {
    content: '-';
    display: block;
    position: absolute;
    left: -11px;
    top: -6px;
    color: #666;
}

#company01 .se01 .col-sm-3,
#company02 .se01 .col-sm-3 {
    width: 23%;
}

.greet-wrap .m-text {
    padding-left: 50px;
    font-size: 16px;
}

.col-sm-9.m-text p {
    margin-top: 25px;
    line-height: 1.65;
}

.greet-title img {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.greet-title {
    text-align: center;
}

.greet-title h3 {
    color: #2b2b2b;
    margin-top: -3px;
    font-weight: 600;
    font-family: 'Jeju Myeongjo', serif;
    font-size: 23px;
}

.col-sm-3.greet-title p {
    font-size: 14px;
}

.sioninfo-wrap dt {
    color: #005faf;
    position: absolute;
    font-size: 16px !important;
}

.sioninfo-wrap dd {
    margin-left: 75px;
}

.sioninfo-wrap dt,
.sioninfo-wrap dd {
    padding-top: 25px;
    font-size: 16px;
    padding-left: 10px;
}

.dl-wrap {
    border: 7px solid #dee6ec;
    color: #2b2b2b;
    margin: 0 15px;
    padding: 4px 15px 1px;
}

.dl-wrap dd {
    line-height: 1.5;
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 5px;
}

.sioninfo-wrap dt::after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #7ca7cc;
    border-radius: 50%;
    top: 33px;
    left: 0;
}

#company02 .info-table {
    margin-top: 15px;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px;
}

#company02 th {
    font-weight: 500;
    font-size: 14px;
}

.info-table .table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.info-table th {
    border: 1px solid #fff !important;
    background: #adb3b8;
    color: #fff;
}

.info-table th,
.info-table td {
    text-align: center;
    vertical-align: middle !important;
}

.info-table td.text-left {
    text-align: left !important;
}

.info-table td {
    border: 1px solid #ddd;
}

.info-table .table-list {
    background: #eee;
}

.info-table .table-mid {
    background: #eee;
}

@media (max-width: 1200px) {

    .table>tbody>tr>td,
    .table>tbody>tr>th,
    .table>tfoot>tr>td,
    .table>tfoot>tr>th,
    .table>thead>tr>td,
    .table>thead>tr>th {
        padding: 5px;
        font-size: 13px;
    }
}

.history-wrap {
    position: relative;

}

.history-wrap::before {
    content: '';
    width: 7px;
    position: absolute;
    left: 167.5px;
    top: 95px;
    background: #005faf;
    opacity: .35;
}

#company01 .history-wrap::before {
    height: 66%;
}

#company02 .history-wrap::before {
    height: 91%;
}


.history-block {
    overflow: hidden;
    margin-bottom: 50px;
}

.history-block .year {
    position: relative;
    float: left;
    width: 25%;
    font-size: 30px;
    font-weight: 300;
    font-family: 'notokr', serif;
    color: #005faf;
}

.history-block .year::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 147px;
    width: 20px;
    height: 20px;
    border: 5px solid #005faf;
    background: #fff;
    border-radius: 10px;
}

.history-block .detail {
    padding-top: 5px;
    float: left;
    width: 75%;
}

.history-block .detail li {
    position: relative;
}

.history-block .month {
    margin: 0;
    position: absolute;
    font-size: 16px;
    top: 2px;
    font-weight: 600;
}

.history-block .detail p {
    margin-left: 120px;
    font-size: 15px;
    margin-bottom: 20px;
}


.vision-list h3 {
    /* padding-left: 15px; */
    color: #005faf;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Jeju Myeongjo', serif;
    margin-top: 15px;
    text-align: center;
}

.mission-wrap .m-text {
    line-height: 1.4;
    /* padding-top: 10px; */
    font-size: 18px;
    color: #105c9c;
}

.group-table {
    margin-top: 50px;
    font-size: 14px;
}

.col-sm-12.group-table th {
    font-weight: 500;
}

.group-table .table {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.group-table th {
    border: 1px solid #fff !important;
    background: #ddd;
    color: #2b2b2b;
}

.group-table th,
.group-table td {
    padding: 10px !important;
    text-align: center;
    vertical-align: middle !important;
}

.group-table td {
    border: 1px solid #ddd;
}

.vision-list {
    margin: 0 15px;
    border: 5px solid #e6ecef;
    padding: 5px 0;
}

.row.group-wrap .img-responsive {
    max-width: 96%;
    margin: auto;
}

.location-wrap .se-title::before {
    display: none;
}

.location-wrap .se-title i {
    color: #005faf;
    margin-right: 10px;
}

div[id^="community"] .subpage-content {
    margin-bottom: 100px;
}

div[id^="community"] .se01 {
    margin-top: 50px;
}

.info-sound{
    text-align: center;
    font-size: 20px;
    color: #0044a1;
    line-height: 1.5;
    margin-bottom: 50px;
}

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

.pro01-list,
.pro02-list {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 175px;
    width: 175px;
    text-align: center;
    /* border: 1px solid #ddd; */
    padding: 25px;
    border-radius: 50%;
    margin: auto;
}

.pro01-list {
    color: #ffffff;
}

.pro01-list.no1 {
    background: #7cadb8;
}

.pro01-list.no1 h3 {
    margin-top: 12px;
}

.pro01-list.no2 {
    background: #5da2b2;
}

.pro01-list.no3 {
    background: #398b9d;
}

.pro01-list.last.no4 {
    background: #126f83;
}

.pro02-list {
    color: #ffffff;
}

.pro02-list.no1-1 {
    background: #9ed19f;
}

.pro02-list.no2-2 {
    background: #79c17b;
}

.pro02-list.no3-3 {
    background: #5cbb5e;
}

.pro02-list.last {
    background: #3daa3f;
}

.pro02-list.last p {
    font-size: 14px;
}

.pro01-list i,
.pro02-list i {
    margin-top: 20px;
    font-size: 30px;
}

.pro01-list::after,
.pro02-list::after {
    color: #bfbfbf;
    content: '\f054';
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 23px;
}

.pro01-list.last::after,
.pro02-list.last::after {
    display: none;
}

.pro01-list h3,
.pro02-list h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 16px;
}

.pd-wrap02 .pd-list {
    display: flex;
    justify-content: space-around;
}

.pd-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #ddd;
}

.pd-wrap03>div,
.pd-wrap04>div,
.pd-wrap05>div {
    width: 25%;
}

.pd-wrap01 .m-text {
    color: #0088a7;
    text-align: center;
    font-size: 15px;
    line-height: 3.25;
    text-align: left;
    font-weight: 700;
    font-family: 'Jeju Myeongjo', serif;
}

.pd-wrap01 .m-text span {
    padding: 7px 19px;
    margin-right: 5px;
    border-radius: 50px;
    border: 1px solid #96c2cb;
    font-family: 'notokr';
    color: #288094;
    font-weight: 500;
}

/* .pd-wrap01 .m-text span::after{
    content: '';
    display: inline-block;
    background: #bdbdbd;
    width: 1px;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
} */

#product01 .m-text,
#product02 .m-text {
    padding-left: 28px !important;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
}

.pd-wrap01 .m-text {
    padding-left: 0 !important;
    font-size: 15px !important;
}

#product01 .m-text::before,
#product02 .m-text::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 10px;
    left: 17px;
}

.se01 .row.pd-wrap01 .m-text::before {
    content: none !important;
}

.help-wrap .help-dl {
    position: relative;
    margin: 0 15px;
}

.help-list {
    border-top: 1px solid #a6cee1;
    padding-top: 20px;
    padding-bottom: 30px;
}

.help-list:last-child {
    padding-bottom: 0;
}

.list-detail.detail02 {
    /* padding-left: 10px; */
    color: #555;
    margin-top: 7px;
    line-height: 1.6;
    background: #f5f5f5;
    padding: 14px;
    font-size: 15px;
}

.help-list dt {
    font-family: 'notokr', serif;
    font-size: 18px;
    color: #0b3a62;
    position: absolute;
    /* top: 0; */
    left: 0;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.help-list dd {
    margin-left: 200px;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.015em;
    color: #484848;
}

.help-list .list-detail.detail01 span {
    color: #005faf;
    font-weight: 700;
    display: block;
}

.help-list .list-detail.detail01 li {
    margin-bottom: 30px;
    line-height: 1.4;
}

.hp-ps-list {
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    /* border:1px solid #5091c7; */
    color: #ffffff;
    background: #005faf;
    text-align: center;
    border-radius: 50%;
}

.hp-ps-list.no1-1-1 {
    background: #8abae2;
}

.hp-ps-list.no2-2-2 {
    background: #73aee0;
}

.hp-ps-list.no3-3-3 {
    background: #5ca5e2;
}

.hp-ps-list.no4-4-4 {
    background: #3b90d7;
}

.hp-ps-list.no5-5-5 {
    background: #1d74bf;
}

.hp-ps-list i {
    font-size: 27px;
}

.hp-ps-list p {
    font-weight: 500;
    margin: 15px 0 0 0;
    font-size: 15px;
}

.hp-process01::after {
    content: '\f054';
    position: absolute;
    top: 50%;
    right: -6px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: #ccc;
}

.hp-process01.last::after {
    display: none;
}

.list-detail.detail02 li::before {
    content: '- ';
}

.help-tel {
    display: block;
    text-align: left;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #072e4e;
    position: relative;
    padding-left: 32px;
}

.help-tel::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #8abae2;
    border-radius: 50%;
    top: 7px;
    left: 20px;
}

.support-list.top dd {
    margin-top: 35px;
    line-height: 1.45;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #fff;
    margin-bottom: -10px;
}

.support-list.top {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.support-list.top dl {
    color: #fff;
    text-align: center;
    letter-spacing: -0.5px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    padding-top: 20px;
}

.n0-01 {
    background: #5593d2;
}

.n0-02 {
    background: #5bae5d;
}

.n0-03 {
    background: #35aab6;
}

.support-list.top dt {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Jeju Myeongjo', serif;
    color: #ffffff;
    position: relative;
}

.support-list.top dt::after {
    content: '';
    display: block;
    position: absolute;
    top: 58px;
    left: 30px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.54);
}

.support-list.bottom {
    margin-top: 25px;
    /* display: flex; */
    justify-content: space-around;
}

.support-list.bottom dd {
    line-height: 2;
}

.support-list.bottom dl {
    position: relative;
    padding: 25px;
    border: 1px solid #d5d5d5;
}

.support-list.bottom dt {
    color: #005faf;
    padding: 5px 10px;
    /* border: 1px solid #005faf; */
    position: absolute;
    top: 25px;
    font-size: 18px;
}

.support-list.bottom dl:nth-child(1) dd {
    margin-left: 150px;
}

.support-list.bottom dd strong {
    font-size: 15px;
}

.support-list.bottom dd {
    margin-left: 95px;
    font-size: 16px;
}

.support-text {
    margin-top: 0px;
    text-align: left;
    font-size: 15px;
    padding-left: 25px;
    position: relative;
}

.support-text::before {
    content: '- ';
    left: 15px;
    position: absolute;
}

.bank-num {
    position: relative;
}

.bank-num span {
    position: absolute;
    left: 0;
}

.bank-num p {
    margin-left: 35px;
    font-size: 16px;
    line-height: 1.67;
    padding-top: 4px;
    margin-bottom: 5px;
}

.quick-wrap {
    z-index: 100;
    padding: 12px 11px;
    border: 1px solid #c4d0d9;
    background: #dce3e8;
    width: 200px;
    position: fixed;
    bottom: 130px;
    right: 25px;
    border-radius: 5px;
}

.quick-list {
    margin: 0;
}

.quick-list li {
    margin-bottom: 5px;
    /* line-height: 3; */
    background: #fff;
}

.quick-list li a {
    display: block;
    line-height: 3;
    height: 42px;
}

.quick-list li a:hover {
    text-decoration: none;
}

.quick-list a p.indigo {
    letter-spacing: -1.5px;
    color: #00002a;
}

.quick-list a p.green {
    color: #106500;
}

.quick-list li:nth-child(1) {
    background: none;
    height: auto;
}

.quick-list img {
    border: 1px solid #ddd;
}

.quick-list li:last-child {
    margin-bottom: 0;
}

.quick-list p {
    color: #005faf;
    text-align: center;
    font-weight: 700;
    margin-bottom: 12px;
}













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

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

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

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

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

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

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

/* mobile */
@media (max-width:767px) {
    .table_default .num,
    .table_default .hits {
        display: none;
    }
    .table.table_default{
        table-layout: auto;
    }
    .table.table_default .subject{
        width: 100%;
    }
    .table.table_default colgroup col:nth-child(2),
    .table.table_default colgroup col:nth-child(3),
    .table.table_default colgroup col:nth-child(4){
        display: none;
    }
    .search_wrap .write_btn_wrap{
        margin-top: 0;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control{
        width: 100%;
    }
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big{
        width: 70%;
    }
    .board_wrapper fieldset .text-center{
        display: flex;
    }
    #site {
        padding-top: 70px;
    }

    .navbar-header {
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
    }

    .navbar-inverse {
        padding: 0;
    }

    .navbar-inverse .navbar-brand {
        font-size: 20px;
        margin-left: 15px !important;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .navbar-nav li {
        border-bottom: 1px solid #ddd;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0;
        border-bottom: 1px solid #ccc;
        background: #eee;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
        color: #666;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:disabled{
        color: #005faf;
    }

    .navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
    .navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
        border-bottom: 1px solid #005faf;
    }

    .navbar-inverse .navbar-nav>li:hover::after,
    .navbar-inverse .navbar-nav>li>a:focus::after {
        right: auto;
        left: 15px;
    }

    .quick-wrap {
        padding: 5px;
        width: 93%;
        position: fixed;
        bottom: 20px;
        right: auto;
        border-radius: 5px;
        transform: translateX(-50%);
        left: 50%;
    }

    .quick-list {
        display: flex;
        flex-wrap: wrap;
    }

    .quick-list li:first-child {
        width: 100%;
    }

    .quick-list p {
        margin-bottom: 5px;
        font-size: 13px;
    }

    .quick-list li {
        width: 33%;
        background: transparent;
        padding: 2px;
        margin-bottom: 0;
    }

    .quick-list li:last-child {
        margin-bottom: 0;
    }

    .quick-list li a {
        height: auto;
    }

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

    .carousel-caption h1 {
        font-size: 36px;
    }

    .guide-box .guide-title {
        margin-bottom: 20px;
    }

    .customer-box .row {
        height: auto;
    }

    .customer-box {
        margin-bottom: 20px;
    }

    .customer-box:last-child {
        margin-bottom: 0;
    }

    .customer-title {
        height: 150px;
    }

    .main-customer .category {
        margin-bottom: 10px;
    }

    .main-customer h3 {
        margin-top: 5px;
    }

    .customer-title .more-btn02 {
        bottom: 0;
    }

    .subpage-layout {
        margin-top: 15px;
    }

    .subpage-layout .snb {
        padding-right: 15px;
        width: 100%;
        margin-bottom: 50px;
    }

    .subheader-wrap {
        justify-content: center;
    }

    .breadcrumb {
        text-align: center;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }

    #company01 .se01 .col-sm-3,
    #company02 .se01 .col-sm-3 {
        width: 100%;
    }
   
    .guide-box .guide-title {
        z-index: 100;
    }

    .greet-wrap .m-text {
        padding-left: 15px;
        text-align: center;
    }

    .greet-title img {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .slogan-list h3{
        padding-left: 15px;
    }
    .history-block {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }

    .history-block .year {
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }

    .history-block .detail {
        width: 100%;
    }

    #company01 .history-wrap::before {
        height: 85%;
    }

    .history-block .year::before {
        display: none;
        top: auto;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);

    }

    .history-wrap::before {
        display: none;
    }

    .history-block .detail li {
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .history-block .month {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }

    .history-block .detail p {
        margin: 0;
    }

    .dl-wrap {
        padding: 0px;
    }

    .dl-wrap dl {
        margin-bottom: 0;
    }

    .table {
        table-layout: auto;
    }

    #company05 .se-title {
        text-align: center;
    }

    .location-wrap .se-title i {
        margin-bottom: 10px;
    }
    .hp-ps-list,
    .pro01-list,
    .pro02-list {
        margin: auto;
        margin-bottom: 20px;
        width: 150px;
        height: 150px;
    }
    .hp-process01{
        margin-bottom: 20px;
    }
    .pd-list li{
        width: 45%;
        margin-bottom: 10px;
    }
    .pd-wrap02 .pd-list{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .hp-process01::after,
    .pro01-list::after,
    .pro02-list::after {
        content: '\f078';
        font-size: 18px;
        left: 50%;
        right: auto;
        bottom: -23px;
        top: auto;
        /* font-size: 14px; */
        transform: translate(-50%, 0%);
    }
    .pd-wrap01 .m-text{
        line-height: 2;
    }
    .pd-wrap01 .m-text span{
        margin-bottom: 10px;
    }
    .pd-wrap03>div, .pd-wrap04>div, .pd-wrap05>div{
        width: 50%;
    }
    #product01 .m-text, #product02 .m-text{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-left: 0 !important;
    }

    .help-list dt{
        position: relative;
    }
    .help-list dd{
        margin-left: 0;
        margin-top: 15px;
    }
    .help-tel{
        letter-spacing: -.5px;
        font-size: 18px;
    }
    .support-list.top{
        flex-wrap: wrap;
    }
    .support-list.bottom dt{
        top: 0;
        padding: 0;
        position: relative;
        margin-bottom: 10px;
    }
    .support-list.bottom dl:nth-child(1) dd{
        margin-left: 0;
    }
    .support-list.bottom dd{
        margin-left: 0;
    }
    #site footer {
        padding: 35px 0 150px;
    }

    .footer-info span::after {
        display: none;
    }

    .footer-info span {
        margin-right: 10px;
    }
}