.font-kor {
    font-family: 'Noto Sans KR' !important;
}

.nav-link {
    font-size: 16px !important;
}

.main-slogan {
    font-size: 49px !important;
}

.mss-2 {
    margin: 0 !important;
    padding: 0 !important;
}

.mss-3 {
    margin-left: 0 !important;
    margin-top: -5px !important;
}

.footer-logo {
    width: 190px;
}

.bg-footer {
    bottom: -390px !important;
}

.text-white {
    color: white !important;
}

.mt-10 {
    margin-top: 100px !important;
}

#history .timeline-box h3 {
    font-size: 1rem !important;
    /* font-weight: 500 !important; */
}

#history .timeline-date h3 {
    /* font-size: 1rem; */
}

#about p {
    font-size: 1rem !important;
    font-weight: 400 !important;
}

.scroll-to-top {
    color: #fff !important;
}

.scroll-to-top:hover {
    color: #fff !important;
}

.page-header-bg-aboutus {
    background-image: url('../img/9696/bg-about.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-header.page-header-modern.page-header-lg {
    padding: 81px 0 !important;
}

#services-1 {
    background-color: #fff !important;
}

#services-1 .lead {
    font-size: 1rem !important;
    line-height: 1.6em;
}

#services-1 .feature-box-info p {
    font-size: 1rem !important;
    line-height: 1.6em;
}

#partners .p-logo {
    margin-bottom: 50px !important;
}

.mr-3 {
    margin-right: 8px !important;
}

.fees hr {
    margin: 15px 0 !important;
}

.fees-table table {
    width: 100%;
    border-collapse: collapse;
}

.fees-table table td {
    padding: 15px 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    border-left: none;
    border-right: none;
}

.fees-table table th {
    font-weight: 700;
    font-size: 0.9rem;
    padding: 15px 10px;
    border: 1px solid #ddd;
    background-color: #f2f5fa;
    color: black;
    border-top: 1px solid #000;
    border-left: none;
    border-right: none;
}

.icon-warn .material-icons-outlined {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.ul-list-style-none ul li {
    list-style: none !important;
    line-height: 2;
}

.ul-list-style-none ul {
    padding-left: 10px !important;
}

.using-step ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

@media (max-width:720px) {
    .using-step ul {
        flex-wrap: wrap;
    }
}

.using-step ul li {
    width: 25%;
    position: relative;
}

@media (max-width:720px) {
    .using-step ul li {
        width: 100%;
    }
}

.using-step ul li.on .using-menu-underline {
    height: 3px;
    background-color: #bf7658;
}


/* .using-step ul li span {
    background-color: #bf7658 !important;
} */

.using-step ul li .using-menu-underline {
    height: 3px !important;
    background-color: #bf7658;
}

.using-step ul li.on dl {
    margin-bottom: 30px;
}

.using-step ul li.on dl dt {
    color: #222222;
}

.using-step ul li:after {
    content: '';
    font-size: 0;
    display: inline-block;
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
}

.using-step ul li .using-menu-underline {
    z-index: 10;
    height: 1px;
    background-color: #d2a998;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.using-step ul li dl {
    padding-left: 10px;
    padding-top: 20px;
}

.using-step ul li dl dt {
    font-size: 42px;
    line-height: 28px;
    color: #666666;
    font-weight: 700;
    margin-bottom: 25px;
}

.using-step ul li dl dd {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #666666;
}

.img-m {
    display: none !important;
}

.using-process .material-icons-outlined {
    font-size: 50px !important;
}

.using-process .icons {
    padding: 40px 45px!important;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.insurance-table table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1.2px solid #000 !important;
}

@media (max-width:1100px) {
    .insurance-table table {
        display: block;
    }
}

.insurance-table table td {
    padding: 15px 20px;
    border: 1px solid #ddd;
    vertical-align: middle;
    border-left: none;
    border-right: none;
    font-size: 1rem;
    color: #000;
}

@media (max-width:1100px) {
    .insurance-table table td {
        display: block;
        border: none;
        border-bottom: 1px solid #ddd;
        padding-top: 5px;
    }
}

.insurance-table table th {
    font-weight: 700;
    font-size: 1rem;
    padding: 15px 20px;
    border: 1px solid #ddd;
    background-color: #f2f5fa;
    color: black;
    border-left: none;
    border-right: none;
    width: 250px;
}

@media (max-width:1100px) {
    .insurance-table table th {
        display: block;
        border: none;
        border-top: 0px solid #000;
        background-color: #fff;
        width: 100%;
        padding: 0px 20px;
        padding-top: 15px;
    }
    .insurance-table table th br {
        display: none;
    }
}

.social-contribution img {
    max-width: 800px;
}

@media (max-width:1100px) {
    .social-contribution img {
        max-width: 100%;
    }
}

.text-color-orange {
    color: #ff6600;
}

.using-app img {
    max-width: 900px;
}

@media (max-width:1100px) {
    .using-app img {
        max-width: 100%;
    }
}

.com-name {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
}