.history-wrapper {
    margin-top: 70px;
    width: 100%;
    overflow: visible;
    height: auto;
    position: relative;
    -webkit-transition: height 0.8s cubic-bezier(0.77, 0, 0.2, 1);
    -moz-transition: height 0.8s cubic-bezier(0.77, 0, 0.2, 1);
    transition: height 0.8s cubic-bezier(0.77, 0, 0.2, 1);
}

.history-wrapper:before {
    width: 1px;
    z-index: -1;
    height: 100%;
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -0.5px;
    background-color: #dfdfdf;
}


/* Dates */
.history-wrapper .date,
.history-wrapper .start-date {
    background-color: #E5E5E5;
    color: #5A5A5A;
    width: auto;
    clear: both;
    max-width: 150px;
    display: block;
    cursor: default;
    margin: 50px auto;
    text-align: center;
    border-radius: 60px;
    height: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    list-style: none !important;
}

.history-wrapper .start-date {
    color: white;
    margin-top: 0;
}

.history-wrapper .date:not(.start-date) {
    top: 10px;
    position: relative;
}

/* Notes */
.history-wrapper .note {
    width: 50%;
    float: left;
    clear: left;
    margin: 25px auto;
    position: relative;
    cursor: default;
}

/* .history-wrapper .date+.note {
    margin-top: 0px;
} */

.history-wrapper .note .note-inner {
    color: #9E9E9E;
    width: 90%;
    float: left;
    background-color: #fff;
    border-radius: 17px;
    border: 1px solid #E3E3E3;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.history-wrapper .note .note-inner:before,
.history-wrapper .note .note-inner:after {
    width: 10%;
    background: #E3E3E3;
    content: '';
    position: absolute;
    top: 50px;
    right: 0;
    height: 1px;
}

.history-wrapper .note .note-inner:after {
    width: 9px;
    height: 9px;
    top: 46.5px;
    right: -4.5px;
    border-radius: 100%;
}

.history-wrapper .note .note-title {
    font-size: 16px;
    letter-spacing: -0.2px;
    font-weight: 600;
    line-height: 1.4;
    color: #777;
}


/* Fixed to right notes */
.history-wrapper .note.right-element {
    float: right;
    clear: right;
    margin-top: 0;
}

.history-wrapper .note.right-element .note-inner {
    float: right;
}

.history-wrapper .note.right-element .note-inner:before {
    left: 0;
    right: auto;
}

.history-wrapper .note.right-element .note-inner:after {
    left: -4.5px;
    right: auto;
}

.history-wrapper .note.important .note-inner {
    background-color: #e7f4ff;
    /* border: 2px solid #000; */
    border-color: #009eff;
    border-width: 1px;
}

.history-wrapper .note.important .note-button {
    border-color: #009eff;
    border-width: 1px;
}

.history-wrapper .note.important .note-title {
    color: #777;
}

.history-wrapper .note.important .note-date {
    color: #333;
}

.history-wrapper .note:hover .note-inner {
    color: #AEAEAE;
    background-color: #232323;
    border-color: #232323;
    box-shadow: 0 34px 51px -20px rgba(0, 0, 0, 0.54);
}

.history-wrapper .note:hover .note-inner:before,
.history-wrapper .note:hover .note-inner:after {
    background: #4A4A4A;
}

.history-wrapper .note:hover .note-title {
    color: #ffffff;
}

.history-wrapper .note:hover .note-date {
    color: #fff;
}

/* Note Texts and image */
.history-wrapper .note .note-image {
    width: 100.5%;
    height: auto;
    overflow: hidden;
    margin: -1px;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

.history-wrapper .note .note-image img {
    width: 100.5%;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
    right: -1px;
    top: -1px;
    display: block;
    height: auto;
}

.history-wrapper .note .note-inner .note-texts {
    padding: 13px 36px 10px;
    position: relative;
}

.history-wrapper .note .note-date {
    color: #979797;
    font-size: 14px;
    letter-spacing: -0.2px;
    /* font-style: italic; */
}


.history-wrapper .note .note-desc {
    margin-top: 10px;
    color: inherit;
    font-size: 15px;
    line-height: 26px;
}

/* Note Button */
.history-wrapper .note .note-button {
    position: absolute;
    top: 50px;
    margin-top: -23px;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    margin-right: -20px;
    right: 0;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 100%;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.history-wrapper .note.right-element .note-button {
    margin-right: 0;
    right: auto;
    left: 0;
    margin-left: -20px;
}

.history-wrapper .note .note-button i {
    color: #9e9e9e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 24px;
    line-height: 44px
}

.history-wrapper .note.important .note-button i {
    color: #009eff;
}


.history-wrapper .note .note-button:hover {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.history-wrapper .note .note-button:active {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

/* Dropdown Toggle In Notes */
.history-wrapper .note .note-dropdown {
    display: block !important;
    border: none;
    background: transparent;
    border-radius: 14px;
    top: -39px !important;
    box-shadow: 0 6px 54px -5px rgba(0, 0, 0, 0.14);
    padding: 0;
    left: auto !important;
    right: 20px;
    width: 200px;
    transform: translate3d(60px, -10%, 0px) scale(0.4) !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.history-wrapper .note .note-dropdown.show {
    visibility: visible;
    opacity: 1;
    transform: translate3d(60px, -10%, 0px) scale(1) !important;
}

.history-wrapper .note .note-dropdown li a {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px solid #eee;
    position: relative;
    font-size: 13px;
    background-color: white;
    color: #454545;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.history-wrapper .note .note-dropdown li a i {
    font-size: 10px;
    margin-right: 7px;
}

.history-wrapper .note .note-dropdown.show li a {
    padding: 11px 15px;
}

.history-wrapper .note .note-dropdown li a:hover {
    background-color: #eaeaea
}

.history-wrapper .note .note-dropdown li:nth-of-type(1) a {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.history-wrapper .note .note-dropdown li:last-of-type a {
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom: none;
}

.history-wrapper .note .dropdown-toggle::after {
    display: none;
}

.history-wrapper .news {
    clear: both;
    padding-bottom: 80px;
    position: relative;
}

.history-wrapper .news::before {
    content: " ";
    position: absolute;
    left: 50%;
    border-left: 1px solid #ddd;
    transform: rotate(315deg);
    height: 40px;
    width: 10px;
    margin-left: -16px;
    bottom: -2px;
}

.history-wrapper .news::after {
    content: " ";
    position: absolute;
    left: 50%;
    border-left: 1px solid #ddd;
    transform: rotate(45deg);
    height: 40px;
    width: 10px;
    margin-left: 12px;
    bottom: -8px;
}

.history-wrapper .history-header {
    position: sticky;
    left: 10px;
    top: 80px;
    z-index: 22;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    gap: 20px;
}

.history-wrapper .history-text {
    background-color: #009eff;
    border: 2px solid #009eff;
    color: #ffffff;
    flex: 1;
    text-align: center;
    padding: 8px 20px;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1.4;
}

.history-wrapper .history-text:nth-child(2) {
    background-color: #fff;
    color: #009eff;
    border-color: #009eff;
}

.mt-3 {
    margin-top: 10px;
}

.btn.btn-circle.btn-xs>i {
    vertical-align: bottom;
    color: #ffffff;
}

.btn.btn-circle.btn-xs>i:hover {
    color: #000000;
}

.image-box {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    margin: 50px 0 0 0;
    border-radius: 20px;
}

.image-box .image-overlay a {
    color: #ffffff;

}

.inline-icon-btn>a>h5 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.075em;
    margin: 0 10px;
    font-family: 'Pretendard', 'Poppins', sans-serif;
    font-weight: 500;
    vertical-align: middle;
    color: #ffffff;
}

/* History Section - Responsive Options */
@media screen and (max-width: 650px) {
    .history-wrapper .history-text {
        display: none;
    }

    .history-wrapper .note {
        float: none !important;
        width: 100% !important;
        margin-top: 50px !important;
    }

    .history-wrapper .note .note-inner {
        width: 100% !important;
        float: none !important;
    }

    .history-wrapper .note .note-inner:before,
    .history-wrapper .note .note-inner:after {
        display: none;
    }

    .history-wrapper .news {
        margin-bottom: 0;
        height: 100px;
    }

    .history-wrapper .note .note-dropdown.show {
        transform: translate3d(10px, -10%, 0px) scale(1) !important;
    }

    .history-wrapper .note .note-button i {
        font-size: 18px;
    }
}

.border-top {
    border-top: 1px solid #f1f1f1
}

.ceo-box {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 35px;
}

.ceo-box .ceo-img {
    width: 315px;
    flex-basis: 315px;
    position: relative;
}

.ceo-box .ceo-img::after {

    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100% - 82px);
    top: 72px;
    transform: translate(5px, 5px 0);
    content: " ";
    background-color: #f1f1f1;
    z-index: -1;
    /* transform: translate(-5px, 3px); */
    /* border-radius: 20px; */
}

.ceo-box .ceo-img img {
    padding: 10px;
    /* border-radius: 20px; */
}

.ceo-box .ceo-info {
    flex: 1;
}

.ceo-box .ceo-info .ceo-header {
    padding: 10px 0;
    position: relative;
}

/* .ceo-box .ceo-info .ceo-header::after {
    content: " ";
    width: 60px;
    background-color: #dddddd;
    bottom: 0;
    position: absolute;
    left: 0;
    height: 3px;
} */

.ceo-box .ceo-info .ceo-header h2 {
    margin: 0;
}

.ceo-box .ceo-info .ceo-header p {
    font-size: 13px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}

.ceo-box .ceo-info .ceo-header p b {
    color: #008eff;
    font-size: 25px;
    margin-top: 15px;
}

.ceo-box .ceo-info ul {
    margin-top: 0;
    position: relative;
    padding-left: 50px;
}

.ceo-box .ceo-info ul::before {
    content: " ";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    border: 3px solid #008eff;
    background-color: #008eff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.ceo-box .ceo-info ul::after {
    content: " ";
    display: block;
    position: absolute;
    top: 14px;
    left: 4px;
    border-left: 2px solid #00000073;

    height: calc(100% - 4px);
    width: 1px;
}

.ceo-box .ceo-info ul li {
    list-style: none;
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}

.ceo-box .ceo-info ul li b {
    width: 55px;
    flex-basis: 55px;
    color: #000;
}

.ceo-box .ceo-info ul li span {
    flex: 1;
}

.cto-box {
    margin-top: 50px;
    display: -webkit-flex;
    display: flex;
    gap: 30px;
}

.cto-box .cto-header {
    padding: 10px 0;
    position: relative;
    flex: 1;
}

.cto-box .cto-header {
    padding: 10px 0;
    position: relative;
    text-align: center;
}

.cto-box .cto-header .cto-detail {

    display: inline-block;
    margin: auto;
    text-align: left;
}


.cto-box .cto-header h2 {
    margin: 0;
}

.cto-box .cto-header p {
    font-size: 13px;
    color: #000;
    margin-bottom: 5px;
}

.cto-box .cto-header p b {
    color: #008eff;
    font-size: 25px;
    margin-top: 15px;
}

.cto-box .cto-header h4 {
    font-size: 21px;
    margin-top: 15px;
}

.cto-box .cto-header h4 i {
    font-size: 20px;
}

.cto-box .cto-header h4 img {
    height: 18px;
    vertical-align: baseline;
}

.cto-box .cto-video {
    /* margin-top: 30px; */
    flex: 1;
}

.members-box {
    margin-top: 75px;
    border-top: 1px solid #ddd;
    padding-top: 75px;
}

.members-box .members-header {
    text-align: center;
}

.members-box .members-header img {
    max-width: 350px;
    width: 100%;
}

.members-box .members-image {
    margin-top: 0;

}

.members-box .members-image img {
    width: 100%;
}

@media only screen and (max-width: 950px) {
    .ceo-box .ceo-info ul {
        padding-left: 28px;
        margin-bottom: 0;
    }

    .ceo-box .ceo-info ul li b {
        flex-basis: 46px;
        width: 46px;
    }

    .ceo-box .ceo-info ul li span {
        font-size: 11px;
    }

    .ceo-box .ceo-info ul::after {
        height: calc(100% - 14px);
    }

    .image-box {
        max-width: none;
    }
}

@media(max-width:650px) {
    .ceo-box {
        flex-direction: column;
    }

    .ceo-box .ceo-img {
        width: 100%;
        flex-basis: 100%;
    }

    .ceo-box .ceo-info {
        max-width: 90%;
        width: 100%;
    }

    .ceo-box .ceo-info ul {
        padding-left: 30px;
    }

    .ceo-box .ceo-info ul li {
        font-size: 12px;
    }

    .ceo-box .ceo-info ul li b {
        width: 70px;
        flex-basis: 70px;
    }

    .cto-box .cto-header p {
        margin-bottom: 25px;
    }

    .note-keeper {
        padding: 0 15px;
    }

    .cto-box {
        flex-direction: column;
    }

    .cto-box .cto-video {
        order: 0;
    }

    .cto-box .cto-header {
        order: 1;
    }

}

@media only screen and (max-width: 600px) {
    .v-bottom>.title h3 {
        font-size: 18px;
    }


    .image-box .image-overlay {
        padding: 16px;
    }

    .btn.btn-circle.btn-xs {
        width: 20px;
        height: 20px;
        line-height: 18px !important;
    }

    .btn.btn-circle.btn-xs>i {
        font-size: 11px;
    }

    .ratio-mobile-4x3 {
        --bs-aspect-ratio: calc(3 / 4* 100%);
    }
}