@charset "utf-8";

.signin-wrapper {
    padding-top:0;
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}
.signin-wrapper-title {
    font-weight: 700;
    font-size: 32px;
    color: var(--c-main);
    margin-bottom: 30px;
}
.signin-input-item input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E7E8EB;
    box-shadow: 0 1px 1px rgba(3, 8, 31, 0.08);
    border-radius: 6px;
    padding: 0 26px;
}
.signin-content {
    margin-bottom: 51px;
}
.text-center {
    text-align: center!important;
}
.signin-social-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.signin-social-wrap p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    color: #84848B;
    padding: 0 20px;
    background-color: #fff;
    display: inline-block;
}
.signin-social-wrap::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 12px;
    width: 100%;
    height: 1px;
    background-color: #E0E2E3;
    z-index: -1;
}

.signin-btn .tp-btn {
    width: 100%;
    padding: 17px 33px;
}
.signin-social-item a {
    display: block;
    background: #F5F6F9;
    border-radius: 25px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #5F5F65;
    padding: 12px 16px;
}
.signin-social-item a:hover {
background: #dce3f8;
}
.signin-social-item a img {
    margin-right: 5px;
    transform: translateY(-2px);
}
.signin-account p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--c-main);
}
.signin-account p a {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #0d6efd;
}
.signin-btn .tp-btn {
    width: 100%;
    padding: 17px 33px;
}
.tp-btn {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background: #DC3545;
    text-align: center;
    padding: 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.4s ease-out 0s;
}
.tp-btn:hover {
    color: #fff;
}
.tp-btn.btn-download {
    background: #02123B;
    /* border: 1px solid #087EFF; */
    border-radius: 1.875rem;
}
.tp-btn.btn-lg {
    padding: 18px 48px
}
.signin-remember input {
    display: none;
}
.signin-remember label {
    font-family: var(--tp-ff-jakarta);
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #84848B;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.signin-remember label::before {
    position: absolute;
    content: url("../img/sign-in/shape/check.svg");
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    z-index: 1;
}
.signin-remember label::after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #C3C7C9;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    border-radius: 4px;
}
.signin-forgot a {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: var(--tp-theme-primary);
}

.signin-social-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

/**/
.portfolio-inner-2-head {
    font-weight: 700;
    font-size: 80px;
    line-height: 1;
    color: var(--c-main);
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
}
.nav-fill a {
    background: #fff;
    border: 1px solid #EAEAED;
    box-shadow: 0 1px 1px rgba(12, 19, 56, 0.06);
    border-radius: 6px;
    padding: 12px;
    min-width: 165px;
    color: var(--c-main);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.nav-fill a.active span {
    color: #fff;
}
.nav-fill a.active {
    background-color: #DC3545;
    color: #fff;
    border: 1px solid #DC3545;
}

.nav2 a {
    border-radius: 30px;
}
.nav-fill a.active span {
    color: #fff;
}
.nav2 a.active {
    background-color: #151515;
    color: #fff;
    border: 1px solid #111111;
}
.nav[role="tablist"] {
    gap: 10px;
}
.video_modal_popup.reveal {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    z-index: 109;
}

.video_modal_popup .video-wrapper {
    position: relative;
    width: 80%;
    padding-bottom: 45%;
    z-index: 10;
}

.video_modal_popup .video-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.video_modal_popup .video_modal_popup-closer .closed-btn{display: none}
.video_modal_popup.reveal .video_modal_popup-closer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
}
.video_modal_popup.reveal .video_modal_popup-closer .closed-btn {
    display: block;
    position: absolute;
    right: 120px;
    top: 100px;
    font-size: 50px;
}
/*sub4*/
.company-content {
    margin-bottom: 50px;
}
.company-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.03;
    margin-bottom: 17px;
    letter-spacing: -0.02em;
    color: #010F1C;
}
.company-content p {
    font-size: 20px;
    line-height: 26px;
    color: #55585b;
}
.company-thumb img {
    border-radius: 10px;
}
.p-relative {
    position: relative;
}

.tpfunfact-bg {
    margin-left: 0;
    margin-right: 0;
}
.theme-bg-2 {
    background: #3653eb;
}
.tpbanner__sub-title {
    position: relative;
    display: inline-block;
}
.tpfunfact-bg {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: -65px;
    margin-right: -65px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 100px 0 202px;
}
.feature-white-section .tpbanner__sub-title span {
    color: #fff;
    letter-spacing: 0;
}

.tpsection-title-white {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.tpfunfact-shape-one {
    position: absolute;
    top: -185px;
    left: -125px;
}
.tpfunfact-shape-two {
    position: absolute;
    bottom: -103px;
    right: -105px;
}

.tpfunfact-box {
    position: relative;
    margin-top: -143px;
    z-index: 2;
}
.blog-item {
    padding: 35px 25px;
    background: #2A3694;
    border: 1px solid #4351A4;
    border-radius: 20px;
}
.tpfunfact-box .blog-item {
    background-color: #fff;
    box-shadow: 0 25px 70px rgba(8, 10, 55, 0.1);
    border-radius: 14px;
    border: 0;
    padding: 15px 10px;
    letter-spacing: 0;
    gap: 20px;
}

.blog-thumb {
    flex: 0 0 auto;
    margin-right: 20px;
}
.blog-thumb img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.blog-content span {
    font-size: 15px;
    line-height: 12px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
    color: #8a8a8d;
}
.blog-title {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.blog-content li {
    display: block;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #8a8a8d;
}
.email-phone {
    display: flex;
    gap: 16px;
    margin-top:20px;
}
.email-phone i {
    color:#666;
}
.team-5-thumb {
    position: relative;
    background: #F5BCE3;
    border-radius: 200px 4px 200px 200px;
    text-align: center;
    padding-top: 35px;
    overflow: hidden;
}
.team-5-item-2 .team-5-thumb {
    background: #F1E1A8;
}
.team-5-item-3 .team-5-thumb {
    background: #B7F8C5;
}
.team-5-item-4 .team-5-thumb {
    background: #FBC7B7;
}
.team-5-thumb img {
    display: inline-block;
}
.team-5-title {
    font-weight: 600;
    font-size: 22px;
    color: #010f1c;
    margin-bottom: 10px;
}
.team-5-content p {
    font-size: 14px;
    line-height: 12px;
    color: #55585b;
    margin-bottom: 10px;
}
.team-5-content li {
    display: block;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    color: #8a8a8d;
}
/*team-details*/
.team-details {
    background: #FFFFFF;
    box-shadow: 0 40px 50px rgba(3, 8, 31, 0.12);
    border-radius: 20px;
    padding: 80px 105px 72px 90px;
    margin-left: -30px;
    margin-right: -30px;
}

.team-details-thumb {
    flex: 0 0 auto;
    margin-right: 40px;
    width: 250px;
}
.team-details-position {
    font-weight: 500;
    font-size: 14px;
    color: #55585b;
}
.team-details-title {
    font-weight: 700;
    font-size: 34px;
    color: #010f1c;
    line-height: 1;
    margin-bottom: 17px;
}
.team-details-email,
.team-details-number {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #55585b;
}
.team-details-number {
    margin-bottom: 30px;
}
.team-details-social a {
    background: #FFFFFF;
    border: 1px solid #E7E8EB;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 2px;
}

.team-details-about-title {
    font-size: 30px;
    font-weight: 700;
    color: #010f1c;
}
.team-details-about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #55585b;
}
.team-details-exprience-title {
    font-size: 30px;
    font-weight: 700;
    color: #010f1c;
    margin-bottom: 12px;
}
.team-details-exprience p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #55585b;
    margin-bottom: 25px;
}
.team-details-exprience ul li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.team-details-exprience ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #565764;
}
/*sub4-2*/
.portfolio-inner-item-2 {
    background: #FFFFFF;
    box-shadow: 0 1px 1px rgba(12, 19, 56, 0.06);
    border-radius: 10px;
    border: 1px solid #EAEAED;
}

.portfolio-inner-content-2 {
    padding: 30px 30px 35px 30px;
    border-top: 0;
}
.portfolio-inner-title-2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 16px;
    color: #0C1338;
    margin-bottom: 10px;
}
.portfolio-inner-content-2 p {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    color: #565764;
    margin-bottom: 20px;
}
.blog-details-tag  {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: #b41301;
    padding: 8px 14px;
    margin-bottom: 12px;
}
.blog-details-tag  span{display: inline-block; padding-right: 5px;}
.portfolio-inner-thumb-2{margin-bottom: 10px;}
.portfolio-inner-tag-2 a {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4260FF;
    background-color: rgba(66, 96, 255, 0.06);
    border-radius: 6px;
    display: inline-block;
    padding: 8px 15px;
    transition: all 0.3s ease-out 0s;
}
.portfolio-inner-content-2 ul li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}
.portfolio-inner-content-2 ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #565764;
}
 .blog-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #b41301;
    text-align: center;
    width: 100%;
    background: #FFF;
    border:1px solid #b41301;
    border-radius: 6px;
    display: inline-block;
    padding: 18px 20px;
   /*margin: 10px auto 0;*/
}
.blog-btn:hover{  color: #e7321d;}

.portfolio-inner-head {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-align: center;
    color: #0E1331;
}
/*sub5*/
.blog-list-item {
    background:#fff;
    border: 1px solid #EAEAED;
    box-shadow: 0px 1px 1px rgba(12, 19, 56, 0.06);
    border-radius: 10px;
}
.blog-list-thumb {
    width: 350px;
    position: relative;
    flex: 0 0 auto;
}
.blog-list-thumb a {
    display: block;
    height: 100%;
}
.blog-list-thumb a img {
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-content {
    padding: 45px 50px 45px 60px;
}
.blog-list-tag a {
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color:#b41301;
    display: inline-block;
    background: rgba(255, 66, 66, 0.08);
    border-radius: 6px;
    padding: 7px 13px 6px 13px;
    margin-bottom: 12px;
}
.blog-list-tag a:hover{ background: rgba(255, 66, 66, 0.3);}
.blog-list-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 30px;
    color: #0C1338;
    margin-bottom: 16px;
}
.tpblog-meta-2 span {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #565764;
    margin-right: 16px;
    padding-right: 15px;
    position: relative;
}
.blog-list-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #565764;
    margin-bottom: 20px;
}
.tpblog-meta-2 span::before {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #E1E1E4;
    height: 24px;
    width: 1px;
}
.blog-list-btn a {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    color: #FFFFFF;
    display: inline-block;
    background: #b41301;
    border-radius: 6px;
    padding: 12px 31px 13px 31px;
}
.blog-list-btn a:hover{    background: #d81c07;}
.mb-35 {
    margin-bottom: 35px;
}
.pt-25 {
    padding-top: 25px;
}
.basic-pagination ul li:not(:last-child) {
    margin-right: 17px;
}
.basic-pagination ul li {
    display: inline-block;
}
.basic-pagination ul li a.current, .basic-pagination ul li span.current {
    width: 140px;
}

.basic-pagination ul li a:hover, .basic-pagination ul li a.current, .basic-pagination ul li span:hover, .basic-pagination ul li span.current {
    background: #d01905;
    border-color:#b41301;
    color:#fff;
}
.basic-pagination ul li a, .basic-pagination ul li span {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 39px;
    text-align: center;
    border-radius: 7px;
    color:#b41301;
    border: 2px solid #b41301;;
    font-size: 15px;
    font-weight: 600;
}


.blog-details-banner-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 21px;
}
.blog-details-2-bg .blog-details-banner-title {
    color: #0E1331;
}

.postbox-main {
    border-bottom: 1px solid rgba(12, 19, 56, 0.1);
    padding-bottom: 40px;
    margin-bottom: 35px;
}
.mb-15 {
    margin-bottom: 15px;
}
.postbox-main  h3 {
    font-size: 24px;font-weight: 700;
    line-height: 1.2;
}
/*sub1*/
.section-content .title {
    font-size: 2.25rem;
    text-align: left;
    font-weight: 700;
    align-items: flex-start;
    margin-bottom: 30px;
}
.section-content .desc {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 30px;
}
.box-item {
    display: flex;
    padding: 30px 35px;
    background: #F1F2F6;
    border-radius: 10px;
    text-align: center;
}
.box-item.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.box-item-btn {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #F1F2F6;
}
.btn-outline-danger {
    background-color: #fff !important;
    color:#DC3545 !important;
    border: 1px solid #DC3545;
}
.btn-outline-danger:hover, .btn-outline-danger.active {
    background: #DC3545 !important;
    color:#fff !important;
}
.tppricing-wrapper {
    position: relative;
    z-index: 1;
}
.tpprice-shape-one {
    position: absolute;
    bottom: 94px;
    left: 0;
}
.tpprice-shape-two {
    position: absolute;
    right: 40px;
    bottom: -95px;
}
.tppricing-shape-one {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.tp-price-toggle {
    position: relative;
    z-index: 9;
}
.tp-price-toggle .tpprice-shape-two {
    position: absolute;
    bottom: 80px;
    left: -35px;
    z-index: -1;
}
.tp-price-toggle .tpprice-shape-thre {
    position: absolute;
    top: 10px;
    right: -20px;
    animation: updown-three 2.6s linear 0s infinite alternate;
    z-index: 9;
}
.contact-form {
    background: var(--c-wt);
    box-shadow: 0px 40px 30px rgba(3, 8, 31, 0.1);
    border-radius: 20px;
    padding: 48px 32px;
    margin-bottom: 72px;
    position: relative;
    z-index: 2;
}
.contact-form-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 26px;
    color: var(--tp-common-11);
    margin-bottom: 35px;
}
.btn-group.full ,
.btn-group.full a {
    width: 100%;
}
.contact-form-input input, .contact-form-input textarea {
    width: 100%;
    background: var(--c-wt);
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
    border-radius: 6px;
    height: 54px;
    padding: 5px 22px;
    margin-bottom: 16px;
}
.contact-form-input select {
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
    font-size: 16px;
    height: 54px;
    margin-bottom: 16px;
}
.contact-form-check .form-check-input[type=checkbox] {
    border-radius: 0;
}
.contact-form-check .form-check-input {
    height: 16px;
    width: 16px;
    border: 1px solid #DADADF;
    border-radius: 2px;
    margin-top: 0;
    margin-right: 9px;
    flex: 0 0 auto;
}
.contact-form-check .contact-form-label {
    font-family: var(--tp-ff-jakarta);
    font-size: 14px;
    color: #84848B;
    cursor: pointer;
}
.flex-calendar {
    background: var(--c-wt);
    border: 1px solid #EAEAED;
    box-shadow: 0px 1px 1px rgba(12, 19, 56, 0.06);
    border-radius: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.flex-calendar .calendar-header {
    color: #fff;
    font-size: 18px;
    background: #6a58af;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
}
.flex-calendar a:hover i {
    color: #fff;
}
.flex-calendar thead {
    font-weight: 600;
    text-transform: uppercase;
}
.flex-calendar td {
    border: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    height: 3rem;
    line-height: 2.5rem;
    text-align: center;
    width: calc(100% / 7);/*3.43rem;*/
}
.flex-calendar td.active {
    background: #6a58af;
    border-radius: 0;
    color: #fff;
}
.flex-calendar .prev-month, .flex-calendar .next-month {
    color: #cbd1d2;
}
.flex-calendar .event {
    position: relative
}
.flex-calendar .event:after {
    background: #6a58af;
    border-radius: 50%;
    bottom: 0;
    display: block;
    content: '';
    height: 8px;;
    left: 50%;
    margin: -0.25em 0 0 -0.25em;
    position: absolute;
    width: 8px;
}
.calendar-time {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
    background: var(--c-wt);
}
.calendar-time a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 66, 66, 0.08);
    border-radius: 6px;
    padding: 8px 20px;
}
.calendar-time a:hover, .calendar-time a.active {
    background: #DC3545;
    color: var(--c-wt);
}
.tpbanner__sub-title span {
    text-align: center;
    background: #3eb9ff;
    padding: 12px 30px;
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-theme-primary);
    display: inline-block;
}
.tpsection__title span {
    font-weight: 300;
    font-size: 54px;
}
.tpsection__content .desc {
    margin-bottom: 8px;
}
.tpsection__content .desc + .desc {
    margin-bottom: 0;
}
.tpanalysis-chart {
    position: relative;
}
.tpanalysis-shape-one {
    position: absolute;
    top: -170px;
    left: 0;
}
.tpanalysis-shape-two {
    position: absolute;
    top: -165px;
    right: 0;
}
.btn-program {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.tpdrive-title {
    font-size: 28px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--c-bk);
}
.tpdrive-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--c-g-77);
    margin-bottom: 35px;
}
.tpdrive-thumb {
    position: relative;
}
.tpdrive-thumb span {
    position: absolute;
    left: 20px;
    bottom: 100px;
    font-size: 2rem;
    font-weight: 700;
}
.tp-postbox-nav button {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    /* background-color: var(--c-wt); */
    color: var(--c-bk);
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 18px;
    border-radius: 4px;
}
.tp-postbox-nav button.tp-postbox-slider-button-next {
    right: 15px;
    left: auto;
}
.w-img img {
    width: 100%;
}
.thumb-compare .left,
.thumb-compare .right {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 700;
}
.thumb-compare .left{
    left: 30px;
}
.thumb-compare img {
    /* height: 600px */
}
.thumb-compare .right {
    right: 30px;
}
.tp-item .image {
    display: flex;
    margin-bottom: 12px;
    gap: 12px;
}
.tp-item span {
    font-size: 1.25rem;
    font-weight: 700;
}
.seminar-item {
    padding: 50px;
}
.seminar-item h4 {
    font-weight: 700;
    font-size: 24px;
    color: #0C1338;
    line-height: 1.2;
    margin-bottom: 20px;
}
.seminar-item ul li {
    list-style: none;
    position: relative;
    padding-left: 12px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}
.seminar-item ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: var(--c-bk);
}
.seminar-item ul + ul {
    margin-top: 36px;
}
.seminar-item.bg-red {
    background: #fad8d8 url(../img/contents/bg-seminar-red.png) no-repeat center center;
    height:430px;
}
.seminar-item.bg-blue {
    background: #bcd5f9  url(../img/contents/bg-seminar-blue.png) no-repeat center center;
    height:430px;
}
.seminar-item.bg-gray {
    background: #f5f3f3 url(../img/contents/bg-seminar-gray.png) no-repeat center center;
    height:430px;
}
.seminar-item.bg-purple {
    background: url(../img/contents/bg-seminar-purple.png) no-repeat center center;
    height:430px;
}
.seminar-item.bg-green {
    background: #afe3b5 url(../img/contents/bg-seminar-green.png) no-repeat center center;
    height: 430px;
}
.seminar-item.bg-yellow {
    background: #fbf7bc url(../img/contents/bg-seminar-yellow.png) no-repeat center center;
    height: 430px;
}

/*sub2*/
.tpbanner__sub-title {
    position: relative;
    display: inline-block;
}
.tpsection__title {
    font-weight: 700;
    font-size: 54px;
    line-height: 1.15;
    letter-spacing: -0.02em;
   /*color:#fff*/
}
.portfolio-inner-btn a {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color:#DC3545;
    display: inline-block;
    background: #faeded;
    border: 1px solid rgba(250, 237, 237, 0.12);
    border-radius: 6px;
    padding: 14px 67px;
    transition: all 0.3s ease-out 0s;
}
.portfolio-inner-btn a:hover{background: #f8dcdc;transition: all 0.3s ease-out 0s;}
.portfolio-inner-thumb {
    margin-bottom: 20px;
}
.portfolio-inner-title {
    font-weight: 600;
    font-size: 26px;
    color: #0E1331;
}
.nav-item a:hover{    color:#DC3545;}








.session-speaker  strong {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
  }
  .radio-type__de label {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
  }
  .radio-type__de input[type="radio"]:checked+label:before {
    background-image: url(../img/icon-radio_on.png);
  }
  .radio-type__de input[type="radio"]:checked+label:before {
    background-image: url(../img/icon-radio_on.png);
  }
  .radio-type__de label:before {
    content: '';
    display: inline-block;
    width: 1.4286rem;
    height: 1.4286rem;
    border-radius: 0.3571rem;
    background: url(../img/icon-radio_off.png) center / cover no-repeat;
  }
  .radio-type__de label:before {
    content: '';
    display: inline-block;
    width: 1.4286rem;
    height: 1.4286rem;
    border-radius: 0.3571rem;
    background: url(../img/icon-radio_off.png) center / cover no-repeat;
    margin-top: 2px;
  }

  .radio + .radio {
    margin-top: 12px;
  }
  .radio-type__de label span {
    padding-left: 8px;
  }

  .session-speaker .form-check-input {
    margin-top: 0;
    width: 1.4286rem;
    height: 1.4286rem;
  }
  

  .services-area-2 {
    padding-top: 0px
  }
  .services-icon-4 {
    position: relative;
  }
  .services-icon-4 i {
    position: absolute;
    left: 50%;
    right: 50%;
    text-align: center;
    top: 50%;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%);
}
.services-icon-4.ico-location i {
    width: 72px;
    height: 72px;
}
.services-icon-4.ico-metabus  i {
    width: 160px;
}
.services-content-4 .title {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 4px;
}
.services-content-4 p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: var(--c-g-77);
    margin-bottom: 23px;
}
.services-inner-bg {
    background-color: #F5F5F5;
}
.services-inner-item {
    background: #FFFFFF;
    box-shadow: 0px 1px 1px rgba(1, 15, 28, 0.2);
    border-radius: 10px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    min-height: 470px;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}
.services-inner-content {
    padding: 50px 40px 0 40px;
    margin-bottom: 55px;
}
.edu-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}
.edu-thumb-img {
    height: 500px;
}
.edu-title {
    position: absolute;
    left: 50px;
    top:50px;
    color: #fff;
    font-size: 24px;
}
.tpchoose-shape-one {
    position: absolute;
    bottom: 55px;
    left: -38px;
    z-index: -1;
}
.tpchoose-shape-two {
    position: absolute;
    bottom: 58px;
    right: 38px;
    z-index: -1;
}
.tpchoose-shape-three {
    position: absolute;
    top: 35px;
    left: 38px;
    z-index: -1;
}
.tpchoose-border-anim {
    -webkit-border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    -webkit-animation: img-border 5s linear infinite alternate;
    -moz-animation: img-border 5s linear infinite alternate;
    -o-animation: img-border 5s linear infinite alternate;
    animation: img-border 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
}
.tpchoose-border-anim.bg-blue {
    background: #cbe8f2;
}
.tpchoose-border-anim.bg-green {
    background: #d0ebb5;
}
.tpchoose-border-anim.bg-purple {
    background: #d7d6e2;
}
.tpchoose-border-anim.bg-yellow {
    background: #ebd8b5;
}
.profile-text {
   display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
}
.profile-text h4 {
    font-size: 28px;
    font-weight: 500;
}

@keyframes img-border {
	0% {
	  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
	}
	100% {
	  -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	  border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
	}
}
.edu-list-content .title {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
    align-items: start;
}
.edu-list-content  ul li  {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 11px;
    color: var(--c-g-77);
}
.edu-list-content ul li::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50px;
    background-color: var(--c-g-77);
    top: 14px;
    left: 0;
}
.edu-desc h5 {
    font-size: 24px;
    margin-bottom: 20px;
    text-decoration: underline;
}
.edu-desc p {
    font-size: 18px;
    line-height: 24px;
    color: var(--c-g-77);
}

  /*0309*/
  .tpchoose-border-anim {
    -webkit-border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23% / 65% 50% 50% 35%;
    -webkit-animation: img-border 5s linear infinite alternate;
    -moz-animation: img-border 5s linear infinite alternate;
    -o-animation: img-border 5s linear infinite alternate;
    animation: img-border 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
    position: relative;
    z-index: 3;
}  

.tpchoose-shape-one {
    position: absolute;
    bottom: 55px;
    left: -38px;
    z-index: 1;
}
.tpchoose-shape-two {
    position: absolute;
    bottom: 58px;
    right: 38px;
    z-index: 1;
}

.tpchoose-shape-three {
    position: absolute;
    top: 35px;
    left: 38px;
    z-index: 1;
}
.tpbanner__sub-title {
    position: relative;
    display: inline-block;
}

.main_visual-section .tpsection__title {
color:#000; font-size: 42px;
}
.main_visual-section .tpsection__content p {
    color: #565764;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.main_visual-section .tpanalysis__item {
    display: block;
    text-align: center;
}
.main_visual-section .tpanalysis__count {
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    color: #000;
}
.main_visual-section .tpanalysis__item > p {
    font-weight: 500;
    font-size: 15px;
    color: #666666;
    letter-spacing: 0.02em;
    display: inline-block;
    margin-bottom: 0;
}
.main_visual-section .tppricing-feature ul li {
    list-style: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 34px;
    color: #666666;
    position: relative;
    padding-left: 28px;
}
.main_visual-section .tppricing-feature ul li i {
    color: #007cf5;
    font-weight: 500;
    font-size: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.plan_list ul li {
    list-style: none;font-size: 15px;
    line-height: 34px;
    position: relative;padding-left: 11px;
}
.plan_list ul li::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 50px;
    background-color:#111;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.table-group-divider{border-top: 2px solid #3333;}
.table-bordered{border: 1px solid #3333;}
.table thead th{background-color: #e9ecef;}
.table tbody th,.table tbody td{border-top: 1px solid #3333;}


/*image-compare viewer*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {    content: " "; display: block; background: white; position: absolute;z-index: 30; -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5); -moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);}  
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {width: 3px;height: 9999px;left: 50%;margin-left: -1.5px; }
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {width: 9999px;height: 3px;top: 50%;margin-top: -1.5px; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {position: absolute;top: 0;width: 100%;height: 100%; }
.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {-webkit-transition-duration: 0.5s;-moz-transition-duration: 0.5s;transition-duration: 0.5s; }
.twentytwenty-before-label, .twentytwenty-after-label {-webkit-transition-property: opacity;-moz-transition-property: opacity;transition-property: opacity; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {color: #fff;font-size: 13px;letter-spacing: 0.1em; }
.twentytwenty-before-label:before, .twentytwenty-after-label:before {position: absolute;background: rgba(255, 255, 255, 0.2);line-height: 38px;padding: 0 20px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px; }
.twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {top: 50%;margin-top: -19px; }
.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {left: 50%;margin-left: -45px;text-align: center;width: 90px; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {width: 0;height: 0;border: 6px inset transparent;position: absolute; }
.twentytwenty-left-arrow, .twentytwenty-right-arrow {top: 50%;margin-top: -6px; }
.twentytwenty-up-arrow, .twentytwenty-down-arrow {left: 50%;margin-left: -6px; }
.twentytwenty-container {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;z-index: 0;overflow: hidden;position: relative;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;margin:0 auto;max-width:600px; }
.twentytwenty-container img {max-width: 100%;position: absolute;top: 0;display: block;}
.twentytwenty-container.height {}
/* .twentytwenty-container img{ max-width: 600px !important;} */
.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {background: rgba(0, 0, 0, 0); }
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, 
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {opacity: 0; }
.twentytwenty-container * {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box; }
.twentytwenty-before-label {opacity: 0; }
.twentytwenty-before-label:before {content: attr(data-content); }
.twentytwenty-after-label {opacity: 0; }
.twentytwenty-after-label:before {content: attr(data-content); }
.twentytwenty-horizontal .twentytwenty-before-label:before {left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label:before {right: 10px; }
.twentytwenty-vertical .twentytwenty-before-label:before {top: 10px; }
.twentytwenty-vertical .twentytwenty-after-label:before {bottom: 10px; }
.twentytwenty-overlay {-webkit-transition-property: background;-moz-transition-property: background;transition-property: background;background: rgba(0, 0, 0, 0);z-index: 25; }
.twentytwenty-overlay:hover {background: rgba(0, 0, 0, 0.5); }
.twentytwenty-overlay:hover .twentytwenty-after-label {opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label {opacity: 1; }
.twentytwenty-before {z-index: 20; }
.twentytwenty-after {z-index: 10; }
.twentytwenty-handle {height: 38px;width: 38px;position: absolute;left: 50%;top: 50%;margin-left: -22px;margin-top: -22px;border: 3px solid #fff;-webkit-border-radius: 1000px;-moz-border-radius: 1000px;border-radius: 1000px;-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);z-index: 40;cursor: pointer; }
.twentytwenty-horizontal .twentytwenty-handle:before {bottom: 50%;margin-bottom: 22px;-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-horizontal .twentytwenty-handle:after {top: 50%;margin-top: 22px;-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:before {left: 50%;margin-left: 22px;-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-vertical .twentytwenty-handle:after {right: 50%;margin-right: 22px;-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5); }
.twentytwenty-left-arrow {border-right: 6px solid white;left: 50%;margin-left: -17px; }
.twentytwenty-right-arrow {border-left: 6px solid white;right: 50%;margin-right: -17px; }
.twentytwenty-up-arrow {border-bottom: 6px solid white;top: 50%;margin-top: -17px; }
.twentytwenty-down-arrow {border-top: 6px solid white;bottom: 50%;margin-bottom: -17px; }


@media all and (max-width: 1040px) {
    .sub_visual-section .section-inner {
        padding-top: 48px;
        align-items: center;
        height: auto;
    }
    /* .twentytwenty-container {
        height: 448px  !important;
    } */
}

@media (max-width: 1024px) {
    .summary-section.guide .col-lg-4 {
         padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 48px;
    }
    .visual_txt p {
        text-align: center;
    }
    .tpprice-switch {
        display: none;
    }
    [class$=-section] .section-wrap .img {
        background-size: 360px;
        width: 360px;
        height: 240px;
        margin-top: 36px;
        position: relative;
    }
    .summary-section {
        padding-top: 50px
    }
    section .title {
        margin-bottom: 40px;
    }
    .pricing-area .btn-group {
        padding-bottom: 20px;
    }
    .profile-text h4 {
        font-size: 24px;
    }
    .edu-list-content .title {
        font-size: 24px;
        line-height: 30px;
    }
    .tpfunfact-bg {
        padding: 72px 0 190px;
    }
    .tpsection-title-white {
        font-size: 30px;
    }
    .blog-title {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .summary-section .offset-1 {
        margin-left: 0;
    }
    .seminar-req .tpchoose-thumb {
        gap: 30px;
        margin-bottom: 0;
    }
    .seminar-req .row:nth-child(3),
    .seminar-req .row:nth-child(5) {
        flex-direction: column-reverse;
    }
    .blog-list-item {
        flex-direction: column;
    }
    .blog-list-thumb {
        width: 100%;
    }
    /* #board-search .search-window form {
        flex-direction: column;
        gap:20px
    } */
    .board-list,
    #board-list {
        overflow-x: auto;
    }
    .board-table .th-title {
        width: 500px
    }
}
@media (max-width: 991px) {
    .board-page .row .blog-btn {
        margin-bottom: 30px;
    }
}

@media (max-width: 780px) {
    .seminar-req .tpchoose-thumb {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 30px !important;
    }
    .seminar-req .tpchoose-thumb img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .seminar-item.bg-blue,
    .seminar-item.bg-gray {
        background-position: right;
    }
    .seminar-item.bg-blue {
        margin-top: 20px;
    }
    .seminar-item {
        padding: 35px;
    }
}

@media (max-width: 720px) {
}

@media (max-width: 640px) {
    .tp-postbox-slider {
        height: 650px  !important; 
    }
    .tpfunfact-box .blog-item {
        flex-direction: column;
        text-align: center;
    }
    .tpbanner__sub-title {
        width: 70%;
        margin: 0 auto;
        line-height: 24px;
    }
}
@media (max-width: 360px) {
    .tp-postbox-slider {
        height: 480px  !important; 
    }
}



/*게시판*/

#board-search .search-window {
    padding: 15px 0;
    background-color: #f9f7f9;
    border-radius: 5px;
    margin-bottom: 20px;
  }
  #board-search .search-window  form{display: flex;    align-items: center;}
  #board-search .search-window .search-wrap {
    position: relative;
  /*   padding-right: 124px; */
    margin: 0 auto;
    width: 80%;
    max-width: 564px;
  }
  #board-search .search-window .search-wrap input {
    height: 40px;
    width: 100%;
    font-size: 14px;
    padding: 7px 14px;
    border: 1px solid #ccc;
  }
  #board-search .search-window .search-wrap input:focus {
    border-color: #333;
    outline: 0;
    border-width: 1px;
  }
  #board-search .search-window .search-wrap .btn {
    position: absolute;border-radius: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 108px;
    padding: 0;
    font-size: 16px;
  }
  #board-search .search-window .form-check-label{padding-top: 5px;padding-right: 15px;}
.board-table {
    font-size: 15px;
    width: 100%;
    border-top: 2px solid #5e5e5e;
    border-bottom: 1px solid #ccc;
  }

  .board-table a {
    color: #333;
    display: inline-block;
    line-height: 1.4;
    word-break: break-all;
    vertical-align: middle;
  }
  .board-table a:hover {
    text-decoration: underline;
  }
  .board-table th {
    text-align: center;
  }

  .board-table .th-num {
    width: 100px;
    text-align: center;
  }

  .board-table .th-date {
    width: 200px;
  }

  .board-table th, .board-table td {
    padding: 14px 0;
  }

  .board-table tbody td {
    border-top: 1px solid #e7e7e7;
    text-align: center;
  }
  .board-table tbody td.align-left {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .board-table tbody th {
    padding-left: 28px;
    padding-right: 14px;
    border-top: 1px solid #e7e7e7;
    text-align: left;
  }

  .board-table tbody th p{
    display: none;
  }
  .board-table tbody tr.anw td,  .board-table tbody tr.anw th{background: #f9f4f4;font-weight: 600;}
  .board-table tbody tr.anw td.fc-red{padding-left:45px}
  .board-table.bg-table tr:nth-child(even) {
    background: #FBFBFD;
  }
.fc-red{color: #fa2c2c;}
  .paging {
    margin: 80px auto 0;
    float: none;    text-align: center;
}
.paging ul {
    display: inline-block;
}
 .paging ul li {
    display: block;
    float: left;
    margin-left: -1px;
}
 .paging ul li.prev {
    margin-right: 8px;
}
 .paging ul li.m_prev a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTBISEhISEhISEhERESAEtMYAAAAEdFJOUwCqVYBNCJQdAAAAQ0lEQVQ4y2NgGAVMGAwoEDFAZ0AAo4szGgOmzsVFAZUBU+fiiMpAaBBAZQwfDbglcBo13LRgTQy4kw/OBIc7iY40AADqOiNh/DCWtwAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 16px;
}
.paging ul li.prev a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTBISEhISEhISEhERESAEtMYAAAAEdFJOUwCqgFVH/oMcAAAAOUlEQVQ4y2NgGAVgYIBDnNEJh4SIiwJ2DS4uzjg0uAjg0OA4bDXglMBp1HDT4kxa8sGd4HAm0ZEEAEpTEguYnZRsAAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 16px;
}
.paging ul li.btn{padding:0; border: 0;}
.paging ul li.btn a {
    text-indent: -9999px;
}
 .paging ul li {
    display: block;
    float: left;
    margin-left: -1px;
}
 .paging ul li a {
    display: block;
    width: 36px;
    height: 36px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 34px;
}
 .paging ul li.on a {
    color: #fff;
    background: #333333;
    border-color: #333333;
    position: relative;
    z-index: 2;
    font-weight: 600;
}
 .paging ul li.next {
    margin-left: 8px;
}
 .paging ul li.next a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTBISEhISEhISEhERESAEtMYAAAAEdFJOUwCqgFVH/oMcAAAAOUlEQVQ4y2NgGAXMuCRUBLCLM7k4YpcwcXHBroXRBZcWkZGgBZcETqOGgwaciQFn8sGZ4HAn0ZEGAHgPEbHm1LOVAAAAAElFTkSuQmCC) center center no-repeat;
    background-size: 16px;
}
 .paging ul li.m_next a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURUdwTBISEhISEhISEhERESAEtMYAAAAEdFJOUwCqVYBNCJQdAAAARklEQVQ4y2NgGNlAAYMBAcyO6AwoMHERQGNAAJOLiyMqAwZEXKAq4QwoYISpZBzGWnBK4DJqOGjAnRhwJR/cCQ5nEh2RAACRSCQVMeAAxwAAAABJRU5ErkJggg==) center center no-repeat;
    background-size: 16px;
}
.btn-right{text-align: right;}
.btn-right >a{margin-right: 5px;}
.qna_btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #DC3545;
    display: inline-block;
    background: #faeded;
    border: 1px solid rgba(250, 237, 237, 0.12);
    border-radius: 6px;
    padding: 14px 27px;
    transition: all 0.3s ease-out 0s;
}
.delet_btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 12px;
    color: #616161;
    display: inline-block;
    background: #e7e7e7;
    border: 1px solid rgba(127, 127, 127, 0.12);
    border-radius: 6px;
    padding: 14px 27px;
    transition: all 0.3s ease-out 0s;
}

.article-title th{font-weight: 600;vertical-align: middle;}
.article-title td{font-size: 13px;}
.article-title td input{font-size: 15px; }
.article-title td textarea {
    height: 180px;
    resize: none;
    padding: 22px 22px;
    margin-bottom: 14px;
    width: 100%;font-size: 15px;
    background: #FFFFFF;
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
    border-radius: 6px;
}
.contact-form-input td select, .contact-form-input input{width: 100%;
    background: #FFFFFF;
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgba(3, 8, 31, 0.08);
    border-radius: 6px;margin-bottom: 0;
    height: 44px;
    padding: 5px 22px;}
    .article-title td.check{text-align: left;}
    .article-title td.check   .form-check-label{font-size: 15px;    padding-top: 3px;}
.board-table tbody td.qna-viewer{text-align: left;padding: 5px 10px  5px 28px;line-height: 28px;}
.reply {
    margin-top:20px;
    border:2px solid rgb(233, 233, 233);
    padding:15px;
    box-sizing:border-box;
}



.reply > table  {width:100%;
    border:none;}

.reply > table th {
    padding:5px 10px;background: #f9f4f4;
    font-weight: 600;text-align: center;vertical-align: middle;
}

.reply > table td {
    border:none;
    padding:5px 10px;
    line-height: 24px;
}

.sch_area{ display: flex;    justify-content: flex-end;background-color: #f9f7f9;
    padding: 20px;}
.sch_area.wh {
    background-color: transparent;
}
.sch_area .sc_wrap {
    width: 384px;
    border: 1px solid #d8d8d8;
    background: #fff;
    position: relative;
}
 .sch_area .sc_wrap > * {
    float: left;
}
 .cus_sel {
    position: relative;
}
.select-box {
    min-width: 110px;
}

.select2{width: 280px;}
 .sch_area .sc_wrap input {
    border: none;
    height: 42px;
    padding-left: 16px;
    font-size: 16px;
    color: #999999;
    width: 230px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 7px;
}
.sch_area .sc_wrap button {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTBISEhERERMTExERERISEhERER4eHhQUFBMTExERERERERERERERERQUFBERERERERquJ4kAAAAQdFJOUwC2+ImneN0IGivD8pC/QFz+XrocAAABKElEQVRIx+2W247DIAxEaWPMNQn//7UrNWkaqYzj4kr7sOtX58TDgA3O/cdvR/I0cyk8k08fkpXbKbjq+UjtLSiq0DDdWyfuU1CUzQ1EviyeuMHgi5Wn8irklxRCWvxLShHpyMcKTxrj4QILykMG3h7+Z+zatH/i31N+T01Q9K5u7SXXfT1IOMG6p9oEnBazx7/7jldZ13NVtZtk2ZGnnyyoFnYyYt2bIVk6QxkaSpLV5//3HJ0fmUWCl8cnM/RLPPoJOrb1k9jxYeutb8Mm2SbDTFtlOiSm42lqDFtLmoaBaQzZBqBp9CqGfgnj101rtzB60V3SwhV7TePLvSho/Ky4KWj4oNHR6CmlpMEjTk33DfkS7Sz0aqHJGejqxukS3WCsVIfZPx4/n6AvdaOmZCUAAAAASUVORK5CYII=) center center no-repeat;
    background-size: 20px;
    text-indent: -9999px;
}
.sch_area .form-group{float: left;}
.sch_area .form-select.select2{width: 180px;margin-left: 5px;}

/*faq*/
.faq-header{
  font-size: 42px;
  border-bottom: 1px dotted #ccc;
  padding: 24px;
}

.faq-content {
  margin: 0 auto;
}

.faq-question {
  padding: 20px 0;
  border-bottom: 1px dotted #ccc;
}

.panel-title {
  font-size: 18px;
  width: 100%;
  line-height: 28px;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 0;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 18px;
  padding: 0px 14px;
  line-height: 28px;
margin: 20px 0 -20px 0;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -moz-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
}

.panel:checked ~ .panel-content{
  height: auto;
  opacity: 1;
  padding: 24px;
  background:#f7f7f7;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 4px;
  z-index: 5;
  font-size: 42px;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -moz-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.panel {
  display: none;
}


.customer-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items:center;
    margin-bottom: 1rem;
}
.customer-title-wrap .customer-title {
    margin-bottom: 0 !important;
}
.customer-title {
    line-height: 1.3;
    width: 100%;
}
.btn-more.bk {
    border-color: #1D1D1F;
    background: #1D1D1F;
    color: #fff;
}
.btn-more {
    width: 80px;
    min-width: 80px;
    box-sizing: border-box;
    padding: 6px 10px 6px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    transition: 0.25s;
    justify-content: center;
    font-size: 12px;
    height: 24px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 530px;
    }
    .table>:not(caption)>*>* {font-size: 14px;}
}