@charset "utf-8";
@import url("/skin/notokr/notokr.css");

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
.body-layout {
    background: #fff;
    padding-top: 80px;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "notokr", "NanumGothic", "나눔고딕", "NanumBarunGothic", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
    display: none;
}
.navbar-inverse {
    background: #fff;
    border: none;
    margin: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-brand img {
    margin: 0;
    height: 50px;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
        color: #222;
        font-size: 18px;
        font-weight: 500;
        margin: 0 30px;
        padding: 30px 0;
        letter-spacing: -0.02em;
        line-height: 1;
        -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
        text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus,
    .navbar-inverse .navbar-nav > li:hover > a,
    .navbar-inverse .navbar-nav > li:focus > a,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus,
    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        background: none;
        color: #19acce;
    }
}
@media screen and (min-width: 768px) {
    .navbar-nav > li > .dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: 0.5s;
        animation-name: fadeInRight;
        background: #f1f1f1;
        padding: 15px 20px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        border: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        min-width: 180px;
    }
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    padding: 14px 10px;
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > li > a:focus {
    background: none;
    color: #19acce;
    text-decoration: underline;
}

/* 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: #117b4e;
    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: #11ab69;
}
.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;
    }
}
/* personal setting 0.60v */
/* layout */
.mt-0 {
    margin-top: 0px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mv-10 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.mv-30 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
}
.mv-60 {
    margin-bottom: 60px !important;
    margin-top: 60px !important;
}
.mg-0 {
    margin: 0 !important;
}
.pd-0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
}
/* img */
.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered {
    border: 1px solid #ddd;
}
.img-thumbnail {
    border: 8px solid #e1e1e1;
    padding: 0;
    border-radius: 2px;
}
.img-caption {
    margin: 8px 0;
    text-align: center;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

/* align */
.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}
/* font */
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px !important;
}
.text-bold {
    font-weight: bold !important;
}
.numbering {
    margin-right: 10px;
    color: #222;
    font-weight: 600;
}
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #19acce;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-square > li {
    list-style: square !important;
    margin-left: 20px;
}
.li-disc > li {
    list-style: disc !important;
    margin-left: 20px;
}
.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before {
    content: "·";
}
.location-li {
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 5px;
    color: #19acce;
}
.location-li .fa-mobile {
    font-size: 21px;
}
.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #e1e1e1;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    display: inline-block;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #19acce;
    font-size: 18px;
}
.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;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
}
.subpage-content p {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
}
.greet .quote,
p.quote {
    margin: 0 0 24px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.2;
}
p.quote span {
    font-weight: 500;
}
.card {
    display: block;
    margin: 40px 0 0;
    padding: 16px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #d1d1d1;
    min-height: 320px;
}
.card .card-ttl {
    margin: 0 0 24px;
    color: #222;
    font-weight: 600;
}
.card p {
    color: #222;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 16px;
}
.card ul {
    padding: 0;
    margin: 0 0 24px;
}
.card ul > li {
    color: #666;
    font-size: 14px;
    margin: 0;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout {
    width: 100%;
    padding: 0;
    margin: 0;
}
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #c1c1c1;
}
.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 #e1e1e1;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f5f5f5;
    padding: 10px 15px;
}

.table {
    margin: 0;
    border: none;
    border-top: 2px solid #222;
}
.table tr th,
.table tr td {
    padding: 16px 14px !important;
    border: none !important;
    border-bottom: 1px solid #e1e1e1 !important;
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.6 !important;
    word-break: keep-all;
    vertical-align: middle !important;
}
.table tr th {
    color: #222;
    text-align: center;
}
.table thead tr th {
    background: #f8f8f8;
}

.history-table {
    border-top: none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
    border-bottom: none !important;
    padding: 25px !important;
}

.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #ccc;
    font-size: 22px;
    color: #19acce;
}
.history-table.table-style tr th:after {
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translatey(-50%);
    width: 10px;
    height: 10px;
    border: 3px solid #19acce;
    border-radius: 50%;
    background: #fff;
}

/* personal setting 0.60v end */
/* navigation setting */
@media (max-width: 767px) {
}
/* mainpage setting */
.container_slide {
    width: 100%;
    margin: 0;
    padding: 0;
}
.container_slide > .fill,
.carousel-inner .item .fill {
    height: 560px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1170px;
}
.carousel-caption h1 {
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    font-size: 48px;
    font-weight: 600;
    line-height: 1;
}
.carousel-caption h1 :after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 16px;
}
#myCarousel .carousel-caption span {
    opacity: 1;
    padding: 0;
    background: none;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-control.left {
    background: url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right {
    background: url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon {
    display: none;
}
.carousel-indicators li {
    width: 16px !important;
    height: 16px !important;
    margin: 0 4px !important;
    background: rgba(255, 255, 255, 0.8);
    border: none !important;
}
.carousel-indicators .active {
    background: #19acce;
}

.main-top {
    padding: 80px 0 0;
}
.main-top .row {
    margin: 0;
}
.main-top .row > div {
    padding: 0;
}
.main-top a {
    position: relative;
    display: block;
    height: 240px;
    color: #fff;
    background: #000000;
}
.main-top a:hover {
    background: #19acce;
}
.main-top a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.main-top a:hover:before {
    opacity: 0.2;
}

.main-top .left-con a:before {
    background: url(/skin/img/main/m-top1.jpg) no-repeat center / cover;
}
.main-top .right-con a:before {
    background: url(/skin/img/main/m-top2.jpg) no-repeat center / cover;
}
.main-top .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 32px 40px;
}
.main-top h4 {
    position: relative;
    margin: 0;
    padding: 12px 0 0;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-top h4:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.main-top .more {
    margin: 0;
    position: absolute;
    right: 40px;
    bottom: 24px;
}
.main-content .title h3 {
    position: relative;
    margin: 0 0 32px;
    padding: 12px 0 0;
    color: #222;
    text-align: center;
    font-size: 32px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-content .title h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #19acce;
    transform: translatex(-50%);
}
.main-business {
    padding: 80px 0;
}
.m-business-box a {
    display: block;
}
.m-business-box a .img-box {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    background: #fff;
}
.m-business-box a:hover .img-box {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.m-business-box a img {
    transition: all 0.3s ease;
}
.m-business-box a:hover img {
    opacity: 0.6;
    transform: scale(1.1);
}
.m-business-box a h4 {
    margin: 16px 0 0;
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.m-business-box a:hover h4 {
    color: #19acce;
}

.main-customer {
    padding: 80px 0;
    background: #f8f8f8;
}
.main-customer .title h3 {
    text-align: left;
}
.main-customer .title h3:before {
    left: 0;
    transform: none;
}
@media (max-width: 767px) {
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #222;
    color: #aaa;
    font-size: 12px;
}
.footer_copy > div img {
    width: 185px;
}
.footer_copy ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.footer_copy li:last-of-type {
    border-right: none;
}
@media (max-width: 767px) {
}
/* subpage setting */
.pageheader {
    height: 320px;
    background: #ccc url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 40px;
    color: #fff;
}
.bread-wrap {
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
}
.breadcrumb {
    float: right;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 13px;
    color: #888;
}
.breadcrumb .active {
    color: #19acce;
}
.subpage-content {
    padding-top: 80px;
    padding-bottom: 100px;
}
.subpage-content .emp {
    font-weight: 500;
    color: #19acce;
}
.subpage-content section {
    padding-bottom: 80px;
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 40px;
    padding-left: 20px;
    font-size: 32px;
    letter-spacing: -0.04em;
}
.subpage-content section h4:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #19acce;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.subpage-content section h5 {
    margin: 0 0 16px;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .title h3 {
    margin: 0 0 56px;
    padding: 0 0 22px;
    font-size: 40px;
    text-align: center;
    position: relative;
}
.subpage-content .title h3:after {
    content: "";
    width: 40px;
    height: 2px;
    background: #19acce;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout + .row,
.bbs-blog-view-layout + .row,
#mod_type_formForm {
    visibility: hidden;
}

/* sub - business */
#business01 section h5,
#business04 section h5 {
    margin: 60px 0 16px;
}
#business01 .card,
#business04 .card {
    min-height: 160px;
    margin-top: 0;
}
#business01 .card h5,
#business04 .card h5 {
    margin-top: 0;
}
#business02 .se1 ul li {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
}
#business04 .busi04-after .card {
    min-height: 250px;
}

.timeline-vt {
    position: relative;
    padding: 50px 0;
}
.timeline-vt::before {
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e3e3e3;
    position: absolute;
    left: 50%;
    top: 0;
}
.timeline-vt .timeline-item {
    width: 500px;
    float: right;
    padding-left: 0;
    margin-top: -150px;
    padding-right: 30px;
    /* margin-bottom: 15%; */
    margin-bottom: 10%;
}
.timeline-vt .row:first-child .timeline-item {
    margin-top: 0;
    /* padding-bottom:150px; */
}
.timeline-vt .timeline-item.reversed {
    float: left;
    padding-left: 30px;
    padding-right: 0;
}
.timeline-vt .timeline-item.yet_time {
    /* margin-top: -150px; */
}
.timeline-vt .timeline-item h5 {
    margin: 0 0 10px;
    color: #fff;
    color: #333;
    font-size: 30px;
    position: relative;
    letter-spacing: -0.05em;
    font-weight: 600;
    text-align: right;
}
.timeline-vt .timeline-item.reversed h5 {
    text-align: left;
}
.timeline-vt .timeline-item h5::before {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #19acce;
    width: 26px;
}
.timeline-vt .timeline-item h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    right: -56px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #19acce;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item.reversed h5::before {
    content: "";
    position: absolute;
    left: -45px;
}
.timeline-vt .timeline-item.reversed h5::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -45px;
    right: auto;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #19acce;
    border-radius: 50%;
    background: #fff;
}
.timeline-vt .timeline-item ol.list-timeline {
    margin: 0;
    padding: 0;
    text-align: right;
}
.timeline-vt .timeline-item.reversed ol {
    text-align: left;
    word-break: break-all;
}
.timeline-vt .timeline-item ol.list-timeline li {
    margin-bottom: 5px;
    font-size: 16px;
    padding: 4px 50px 0 0;
    position: relative;
    letter-spacing: -0.04em;
    color: #666;
    word-break: break-all;
}
.timeline-vt .timeline-item.reversed ol.list-timeline li {
    padding: 4px 0 0 50px;
}
.timeline-vt .timeline-item ol.list-timeline li span {
    position: absolute;
    right: 0;
    top: 4px;
    color: #19acce;
    font-weight: bold;
}
.timeline-vt .timeline-item.reversed ol.list-timeline li span {
    left: 0;
    right: auto;
}
