@charset "utf-8";

@font-face {
    font-family: 'BMEULJIRO';
    src: url('https://assets.trost.co.kr/fonts/BMEULJIRO-subset.woff2') format('woff2');
    font-weight: normal;

    font-display: swap;
}

@font-face {
    font-family: 'BMYEONSUNG';
    src: url('https://assets.trost.co.kr/fonts/BMYEONSUNG-subset.woff2') format('woff2');
    font-weight: normal;

    font-display: swap;
}

em {
    color: #f57c00;
}

.display-only-mobile {
    display: none !important;
}

.eap-detail__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.eap-detail-main__field {
    width: 100%;
    background-color: #fffaee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.eap-detail-main__image {
    width: 1024px;
    height: 871px;
}

.eap-calculate__field {
    width: 1024px;
    padding: 80px 80px 64px;
}

.eap-calculate-title {
    font-size: 40px;
    font-weight: normal;
}

.eap-calculate-title em {
    font-weight: bold;
}

.eap-total-employees__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-top: 44px;
}

.eap-total-employees-title {
    font-size: 28px;
    font-weight: bold;
}

.eap-total-employees-count {
    font-size: 36px;
    font-weight: bold;
}

.eap-calculate-slider-control__field {
    height: 16px;
    margin: 34px 0;
}

.eap-calculate {
    -webkit-appearance: none;
    width: 100%;
    height: 16px;
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: background 450ms ease-in;
    -o-transition: background 450ms ease-in;
    transition: background 450ms ease-in;
    background: -webkit-gradient(linear, left top, right top, from(rgb(251, 179, 0)), color-stop(14.8148%, rgb(245, 124, 0)), color-stop(14.8148%, rgb(242, 242, 242)), to(rgb(242, 242, 242)));
    background: -o-linear-gradient(left, rgb(251, 179, 0) 0%, rgb(245, 124, 0) 14.8148%, rgb(242, 242, 242) 14.8148%, rgb(242, 242, 242) 100%);
    background: linear-gradient(to right, rgb(251, 179, 0) 0%, rgb(245, 124, 0) 14.8148%, rgb(242, 242, 242) 14.8148%, rgb(242, 242, 242) 100%);
}

.eap-calculate:focus {
    outline: none;
}

.eap-calculate::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 3px solid #f57c00;
    border-radius: 36px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.eap-calculate::-moz-range-thumb {
    -webkit-appearance: none;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border: 3px solid #f57c00;
    border-radius: 36px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.eap-calculate-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 8px;
}

.eap-calculate-content-title {
    font-size: 24px;
    position: relative;
}

.eap-calculate-content-count {
    font-size: 32px;
    font-weight: bold;
}

.eap-needs-mental-care__title:after {
    content: '1)';
    position: absolute;
    width: 13px;
    top: 0;
    right: -21px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.eap-loss-time__title:after {
    content: '2)';
    position: absolute;
    width: 13px;
    top: 0;
    right: -21px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.eap-loss-cost__title:after {
    content: '3)';
    position: absolute;
    width: 13px;
    top: 0;
    right: -21px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
}

.eap-comparison__field {
    margin-bottom: 80px;
}

.eap-comparison__title {
    margin-bottom: 64px;
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    position: relative;
}

.eap-comparison__title em {
    font-weight: bold;
}

.eap-comparison__title:after {
    content: '4)';
    position: absolute;
    width: 13px;
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    top: 58px;
    right: -21px;
}

.eap-comparison-table__field {
    position: relative;
}

.eap-comparison-icon__field {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    right: 245px;
    font-family: BMEULJIRO, sans-serif;
    color: #ffffff;
    text-align: center;
}

.eap-comparison__icon {
    width: 80px;
    height: 80px;
}

.eap-comparison-icon-title {
    font-size: 24px;
    position: absolute;
    top: 17px;
    left: 17px;
}

.eap-comparison-icon-subtitle {
    font-size: 20px;
    position: absolute;
    bottom: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.eap-comparison__table {
    width: 864px;
    height: 596px;
    margin-bottom: 40px;
}

.eap-comparison__table td {
    width: calc(100% / 3);
    text-align: center;
}

.eap-comparison__table td span {
    display: block;
}

.eap-comparison__table tr > td:nth-child(1) {
    background-color: #f7f7f7;
}

.eap-comparison__table tr > td:nth-child(3) {
    background-color: #fffaee;
}

.eap-comparison__header {
    height: 116px;
}

.other-eap__title {
    font-size: 26px;
}

.eap-header__subtitle {
    font-size: 16px;
}

.eap-versus {
    font-size: 36px;
    font-weight: bold;
}

.trost-eap__title {
    font-size: 28px;
}

.eap-comparison-total-payment {
    height: 91px;
}

.other-eap__total-payment {
    font-size: 24px;
}

.eap-total-payment__versus {
    font-size: 24px;
    font-weight: bold;
}

.trost-eap__total-payment {
    font-size: 28px;
    font-weight: bold;
}

.eap-use-personnel-count,
.eap-progress-count,
.eap-progress-cost,
.eap-person-in-charge-cost {
    height: 69px;
}

.eap-comparison__text-blur {
    font-size: 24px;
    color: #606060;
}

.eap-comparison__text {
    font-size: 20px;
}

.eap-comparison__text-normal {
    font-size: 24px;
}

.eap-comparison__text-middle-blur {
    font-size: 20px;
    color: #606060;
}

.eap-comparison__text-min-blur {
    font-size: 16px;
    color: #606060;
}

.eap-additional-cost {
    height: 115px;
}

.eap-use-personnel,
.eap-count,
.eap-cost {
    display: inline !important;
    position: relative;
    width: 13px;
}

.eap-use-personnel:after {
    content: '4)';
    position: absolute;
    top: -4px;
    right: -21px;
    color: #757575;
    line-height: 24px;
    font-size: 14px;
}

.eap-count:after {
    content: '5)';
    position: absolute;
    top: -4px;
    right: -21px;
    color: #757575;
    line-height: 24px;
    font-size: 14px;
}

.eap-cost:after {
    content: '6)';
    position: absolute;
    top: -4px;
    right: -21px;
    color: #757575;
    line-height: 24px;
    font-size: 14px;
}

.eap-explanatory-list {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
}

.trost-intro__background {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fffaee;
}

.trost-intro__field {
    width: 1024px;
    padding: 80px 80px 102px;
}

.trost-intro__title {
    font-size: 40px;
}

.trost-intro-icon-list {
    margin: 56px 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.trost-intro-icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.trost-intro__trophy-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 16px;
}

.trost-intro-item__title {
    font-size: 20px;
    margin-bottom: 4px;
}

.trost-intro-item__title > b {
    font-size: 28px;
}

.trost-intro-item__subtitle {

}

.trost-intro-content-list {
    display: grid;
    grid-template-columns: 435px 321px;
    padding-left: 56px;
    font-size: 20px;
}

.trost-intro-content__field:nth-child(2n+1) {
    margin-right: 64px;
}

.trost-intro-content__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.trost-intro-content__field:nth-child(1),
.trost-intro-content__field:nth-child(2) {
    margin-bottom: 16px;
}

.trost-intro-content__icon,
.company-merit-item__icon,
.employees-merit-item__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.trost-intro-content__text {
    height: 29px;
}

.trost-eap-product__field {
    width: 1024px;
    padding: 80px 80px 100px;
}

.trost-eap-product__title {
    font-size: 40px;
    font-weight: normal;
}

.trost-eap-product-download__field {
    display: inline-block;
    margin-top: 24px;
}

.trost-eap-product-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.trost-eap-product-download__text {
    margin-right: 8px;
    font-size: 20px;
    text-decoration: underline;
}

.trost-eap-product-download__icon {
    width: 22px;
    height: 22px;
}

.trost-eap-price__title-field {
    position: relative;
}

.trost-eap-price__title {
    font-family: BMYEONSUNG, sans-serif;
    margin: 98px 0 40px;
    text-align: center;
    font-size: 44px;
    font-weight: normal;
}

.trost-eap-price__title > em {
    font-size: 56px;
}

.content-dot {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #f57c00;
    position: absolute;
    top: -18px;
}

.trost-eap-price__dot--1 {
    left: 280px;
}

.trost-eap-price__dot--2 {
    left: 322px;
}

.trost-eap-price__table {
    width: 864px;
    height: 615px;
    margin-bottom: 56px;
}

.trost-eap-price__table tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.trost-eap-price__table td {
    width: calc(100% / 3);
    text-align: center;
}

.trost-eap-price__table td:nth-child(1) {
    background-color: #f7f7f7;
}

.trost-eap-price__table td span {
    display: block;
}

.eap-price__counseling-type {
    height: 88px;
    background-color: #f7f7f7;
}

.eap-price__counseling-type td {
    border: none !important;
}

.eap-price__count {
    height: 174px;
}

.counseling-type__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.counseling-type__icon {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.counseling-type__text {
    display: inline-block !important;
    font-size: 24px;
    font-weight: bold;
}

.eap-price-discount__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4px;
}

.eap-price__discount {
    font-family: BMEULJIRO, sans-serif;
    font-size: 24px;
    color: #d0011b;
    margin-right: 8px;
    display: inline-block !important;
}

.eap-price-discount__icon {
    width: 20px;
    height: 22px;
}

.eap-price__counseling-count {
    font-size: 28px;
    font-weight: bold;
}

.eap-price__minutes {
    font-size: 20px;
}

.eap-price__price {
    font-size: 28px;
    font-weight: bold;
}

.eap-price__total-price {
    font-size: 16px;
    color: #606060;
}

.trost-business__join-btn {
    width: 328px;
    height: 56px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    background-color: #f57c00;
    font-size: 20px;
    margin: 0 268px;
}

.trost-business__join {
    color: #ffffff;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-weight: bold;
}

.trost-eap-small-amount__title-field {
    position: relative;
    margin: 138px 0 40px;
}

.trost-eap-small-amount__title {
    font-size: 44px;
    line-height: 63px;
    font-weight: normal;
    font-family: BMYEONSUNG, sans-serif;
    text-align: center;
}

.trost-eap-small-amount__title > em {
    font-size: 56px;
}

.trost-eap-small-amount__dot--1 {
    left: 103px;
}

.trost-eap-small-amount__dot--2 {
    left: 144px;
}

.trost-eap-small-amount__dot--3 {
    left: 184px;
}

.trost-eap-small-amount__dot--4 {
    left: 241px;
}

.trost-eap-small-amount__dot--5 {
    left: 285px;
}

.trost-eap-small-amount__table-title {
    font-size: 36px;
    margin-bottom: 8px;
    text-align: center;
}

.trost-eap-small-amount__table-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 24px;
}

.trost-eap-small-amount__table-subtitle > span {
    font-size: 24px;
    font-weight: bold;
}

.trost-eap-small-amount__table-subtitle > .counseling-type__icon {
    margin: 0 !important;
}

.trost-eap-small-amount__table-subtitle > span:nth-child(1) {
    margin-right: 8px;
}

.trost-eap-small-amount__table-subtitle > span:nth-child(3) {
    margin-left: 8px;
    margin-right: 4px;
}

.trost-eap-small-amount__table-subtitle > span:nth-child(5) {
    margin: 0 8px;
}

.trost-eap-small-amount__table {
    width: 100%;
    margin-bottom: 56px;
}

.trost-eap-small-amount__table td {
    width: calc(100% / 3);
    text-align: center;
}

.small-amount__title {
    height: 90px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f7f7f7;
}

.small-amount__title > td {
    font-size: 28px;
    font-weight: bold;
}

.small-amount__content {
    height: 230px;
    border-bottom: 1px solid #e0e0e0;
}

.small-amount__content span {
    display: block;
}

.small-amount-discount-percentage__field {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
}

.small-amount-discount-percentage {
    font-family: BMEULJIRO, sans-serif;
    font-size: 24px;
    color: #d0011b;
    margin-right: 8px;
}

.small-amount-price {
    font-size: 20px;
}

.small-amount-price > b {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 4px;
}

.small-amount-one-time-price {
    font-size: 16px;
    color: #606060;
}

.small-amount-custom-package {
    font-size: 20px;
}

.small-amount-custom-package > b {
    font-size: 28px;
    font-weight: bold;
}

.trost-eap-merit__field {
    width: 100%;
    background-color: #f9f9f9;
}

.trost-eap-merit {
    width: 1024px;
    padding: 80px 80px 100px;
    margin: 0 auto;
}

.trost-eap-merit__company-field {
    margin-bottom: 80px;
}

.trost-eap-merit__company-title,
.trost-eap-merit__employees-title {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 56px;
}

.company-merit__field,
.employees-merit__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.company-merit__image {
    width: 328px;
    height: 273px;
}

.employees-merit__image {
    width: 328px;
    height: 328px;
}

.company-merit__item,
.employees-merit__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.company-merit__item:nth-last-child(1),
.employees-merit__item:nth-last-child(1) {
    margin-bottom: 0;
}

.company-merit-item__icon,
.employees-merit-item__icon {
    margin-top: 8px;
}

.company-merit-item__text,
.employees-merit-item__text {
    font-size: 20px;
    line-height: 35px;
}

.trost-eap-product-contact__field {
    width: 100%;
    background-color: #fffaee;
    padding-bottom: 100px;
}

.trost-eap-product-contact {
    width: 1024px;
    padding: 80px 218px 48px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.trost-eap-product-contact__title {
    font-size: 40px;
    line-height: 70px;
    font-weight: normal;
    margin-bottom: 40px;
}

.trost-eap-product-contact-download__field {
    margin-top: 16px;
}

.trost-business-partner-list__field {
    width: 1024px;
    margin: 0 auto;
    padding: 0 80px;
}

.trost-business-partner__title {
    font-size: 40px;
    font-weight: normal;
}

.eap-list-img__field {
    float:left;
    width: 270px;
    height: 88px;
    margin: 0 24px 24px 0;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ffffff;
}

.eap-list__img {
    max-width: 100%;
    max-height: 100%;
}

.eap-list-img__field:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 720px) {
    * {
        max-width: 100%;
    }

    .display-only-pc {
        display: none !important;
    }

    .display-only-mobile {
        display: block !important;
    }

    .eap-detail-main__image {
        width: 360px;
        height: 306px;
    }

    .eap-calculate__field {
        padding: 40px 24px;
    }

    .eap-calculate-title {
        font-size: 24px;
    }

    .eap-total-employees__field {
        margin-top: 21px;
    }

    .eap-total-employees-title {
        font-size: 18px;
    }

    .eap-total-employees-count {
        font-size: 20px;
    }

    .eap-calculate-slider-control__field {
        height: 12px;
        margin: 20px 0 24px;
    }

    .eap-calculate {
        height: 12px;
    }

    .eap-calculate::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: 2px solid #f57c00;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .eap-calculate::-moz-range-thumb {
        -webkit-appearance: none;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: 2px solid #f57c00;
        border-radius: 20px;
        box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .eap-calculate-content-title {
        font-size: 14px;
    }

    .eap-needs-mental-care__title:after,
    .eap-loss-time__title:after,
    .eap-loss-cost__title:after {
        font-size: 10px;
        width: 9px;
        line-height: 15px;
        right: -13px;
    }

    .eap-calculate-content-count {
        font-size: 18px;
    }

    .eap-comparison__title {
        font-size: 24px;
        font-weight: normal;
        margin-bottom: 48px;
        min-width: 312px;
    }

    .eap-comparison__title:after {
        width: 9px;
        font-size: 10px;
        line-height: 15px;
        top: 74px;
        left: 195px;
        right: auto;
    }

    .eap-comparison-table__field {
        position: relative;
        width: 100%;
    }

    .eap-comparison__table {
        width: 100%;
        height: 695px;
        border: 1px #f7f7f7;
        margin-bottom: 24px;
    }

    .eap-comparison__table tr > td:nth-child(1) {
        background-color: transparent;
    }

    .eap-comparison__table tr:nth-child(2n-1) > td:nth-child(1) {
        background-color: #f7f7f7;
        position: relative;
    }

    .eap-comparison__table tr:nth-child(2n-1) > td:nth-child(2) {
        background-color: #fffaee;
    }

    .eap-comparison__field {
        margin-bottom: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 24px;
    }

    .eap-comparison-icon__field {
        width: 44px;
        height: 44px;
        top: -24px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 9;
    }

    .eap-comparison__icon {
        width: 44px;
        height: 44px;
    }

    .eap-comparison-icon-title {
        font-size: 12.6px;
        top: 10px;
        left: 10px;
    }

    .eap-comparison-icon-subtitle {
        font-size: 9.4px;
        bottom: 9px;
    }

    .eap-comparison__text-bold--mobile {
        font-size: 18px;
        font-weight: bold;
    }

    .eap-comparison__text-normal--mobile {
        font-size: 18px;
    }

    .eap-comparison__text-middle-blur {
        color: #333333;
    }

    .eap-comparison__text-small--mobile {
        font-size: 14px;
    }

    .other-eap-additional-cost__field > span {
        font-size: 12px;
    }

    .eap-comparison__text {
        font-size: 14px;
    }

    .eap-use-personnel:after {
        width: 9px;
        top: 0;
        right: -13px;
        font-size: 10px;
        line-height: 15px;
    }

    .eap-count:after {
        width: 9px;
        top: 0;
        right: -13px;
        font-size: 10px;
        line-height: 15px;
    }

    .eap-cost:after {
        width: 9px;
        top: 0;
        right: -13px;
        font-size: 10px;
        line-height: 15px;
    }

    .eap-comparison__table--header {
        height: 76px;
    }

    .other-eap__title {
        font-size: 18px !important;
    }

    .trost-eap__title b {
        font-size: 20px;
    }

    .eap-comparison__table--header span {
        font-size: 12px;
    }

    .eap-comparison__table--title {
        height: 40px;
    }

    .eap-total-payment__versus {
        font-size: 16px;
    }

    .eap-comparison-total-payment--content,
    .eap-use-personnel-count--content,
    .eap-progress-cost--content,
    .eap-person-in-charge-cost--content {
        height: 59px;
    }

    .eap-progress-count--content {
        height: 57px;
    }

    .eap-additional-cost--content {
        height: 86px;
    }

    .eap-content {
        position: relative;
    }

    .eap-content td:nth-child(1):after {
        content: 'vs';
        position: absolute;
        top: 50%;
        left: 100%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-weight: bold;
    }

    .eap-explanatory-list {
        font-size: 12px;
        line-height: 21px;
    }

    .trost-intro__field {
        padding: 40px 24px 50px;
    }

    .trost-intro__title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .trost-intro-icon-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
    }

    .trost-intro-icon-item {
        margin-top: 24px;
    }

    .trost-intro-icon-item:nth-child(1) {
        margin: 0;
    }

    .trost-intro__trophy-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 8px;
    }

    .trost-intro-item__title {
        font-size: 16px;
        margin: 0;
    }

    .trost-intro-item__title > b {
        font-size: 20px;
    }

    .trost-intro-item__subtitle {
        font-size: 12px;
    }

    .trost-intro-content-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 14px;
        padding: 40px 26px 0;
    }

    .trost-intro-content__field {
        margin: 0 0 16px 0 !important;
    }

    .trost-intro-content__field:nth-last-child(1) {
        margin: 0 !important;
    }

    .trost-intro-content__icon,
    .company-merit-item__icon,
    .employees-merit-item__icon {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .trost-intro-content__text {
        height: auto;
        line-height: 20px;
    }

    .trost-eap-product__field {
        padding: 50px 24px 40px;
    }

    .trost-eap-product__title {
        font-size: 24px;
    }

    .trost-eap-product-download__field {
        margin-top: 16px;
    }

    .trost-eap-product-download__text {
        font-size: 14px;
    }

    .trost-eap-product-download__icon {
        width: 16px;
        height: 16px;
    }

    .trost-eap-price__title-field {
        margin: 48px 0 24px;
    }

    .trost-eap-price__title {
        margin: 0;
        font-size: 24px;
        display: inline-block;
        position: relative;
    }

    .trost-eap-price__title > em {
        font-size: 32px;
    }

    .trost-eap-price__title-field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .content-dot {
        width: 4px;
        height: 4px;
        top: -8px;
    }

    .trost-eap-price__dot--1 {
        left: 99px;
    }

    .trost-eap-price__dot--2 {
        left: 123px;
    }

    .trost-eap-price__table--mobile {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 16px;
    }

    .trost-eap-price__table--mobile tr {
        border-top: 1px solid #e0e0e0;
    }

    .eap-price__counseling-type {
        height: 56px;
    }

    .counseling-type__field {
        height: 24px;
    }

    .counseling-type__icon {
        width: 24px;
        height: 24px;
    }

    .counseling-type__text {
        font-size: 16px;
        font-weight: bold;
    }

    .trost-eap-price__table--mobile td {
        width: 50%;
        text-align: center;
    }

    .eap-price__count {
        height: 98px;
    }

    .eap-price__count > td:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 98px;
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .eap-price-discount__field {
        margin-bottom: 0;
    }

    .eap-price__discount {
        font-size: 14px;
        margin-right: 4px;
    }

    .eap-price-discount__icon {
        width: 15px;
        height: 16px;
    }

    .eap-price__counseling-count {
        font-size: 18px;
    }

    .trost-business__join-btn {
        width: 100%;
        height: 48px;
        margin: 0;
        font-size: 16px;
    }

    .trost-business__join {
        line-height: 48px;
    }

    .trost-eap-small-amount__title-field {
        margin: 40px 0 25px;
        padding-top: 58px;
        border-top: 1px solid #e0e0e0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .trost-eap-small-amount__title {
        font-size: 24px;
        line-height: 36px;
        position: relative;
    }

    .trost-eap-small-amount__title > em {
        font-size: 32px;
    }

    .trost-eap-small-amount__dot--1 {
        left: 17px;
    }

    .trost-eap-small-amount__dot--2 {
        left: 40px;
    }

    .trost-eap-small-amount__dot--3 {
        left: 65px;
    }

    .trost-eap-small-amount__dot--4 {
        left: 96px;
    }

    .trost-eap-small-amount__dot--5 {
        left: 123px;
    }

    .trost-eap-mini-price__table--mobile {
        width: 100%;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 16px;
    }

    .trost-eap-mini-price__table--mobile td {
        width: 50%;
        text-align: center;
    }

    .trost-eap-mini-price__table--mobile .eap-price__counseling-type {
        height: 87px;
    }

    .trost-eap-mini-price__table--mobile tr {
        border-top: 1px solid #e0e0e0;
    }

    .eap-price__count > td:nth-child(1) {
        background-color: #f7f7f7;
    }

    .trost-eap-mini-price__table--mobile .counseling-type__field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .trost-eap-small-amount__table-title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .trost-eap-small-amount__table-subtitle {
        margin-bottom: 0;
    }

    .trost-eap-small-amount__table-subtitle > span {
        font-size: 13px;
    }

    .trost-eap-small-amount__table-subtitle > span:nth-child(1) {
        margin-right: 0;
    }

    .trost-eap-small-amount__table-subtitle > span:nth-child(3),
    .trost-eap-small-amount__table-subtitle > span:nth-child(5) {
        margin-left: 4px;
        margin-right: 0;
    }

    .trost-eap-mini-price__table--mobile .eap-price__discount {
        margin-right: 0;
    }

    .eap-price__payment-field b {
        font-size: 18px;
    }

    .eap-price__payment-field span:nth-child(5) {
        font-size: 12px;
        color: #606060;
    }

    .trost-eap-merit {
        padding: 50px 24px 40px;
    }

    .trost-eap-merit__company-title,
    .trost-eap-merit__employees-title {
        font-size: 24px;
        margin-bottom: 14px;
    }

    .company-merit__field,
    .employees-merit__field {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .company-merit__image {
        width: 239px;
        height: 200px;
        margin: 0 auto 24px;
    }

    .employees-merit__image {
        width: 240px;
        height: 240px;
        margin: 0 auto 24px;
    }

    .company-merit__item,
    .employees-merit__item {
        margin-bottom: 16px;
    }

    .company-merit-item__icon,
    .employees-merit-item__icon {
        margin-top: 4px
    }

    .company-merit-item__text,
    .employees-merit-item__text {
        font-size: 14px;
        line-height: 24px;
    }

    .trost-eap-merit__company-field {
        margin-bottom: 40px;
    }

    .trost-eap-product-contact__field {
        padding-bottom: 48px;
    }

    .trost-eap-product-contact {
        padding: 40px 24px;
    }

    .trost-eap-product-contact__title {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 24px;
    }

    .trost-business-partner-list__field {
        padding: 0 24px;
    }

    .trost-business-partner__title {
        font-size: 24px;
    }

    .trost-business-partner-list {
        display: inline-block;
    }

    .eap-list-img__field {
        width: calc(100% / 3 - 6px);
        height: auto;
        margin: 0 8px 8px 0;
    }
}

@media (max-width: 320px) {
    .eap-detail__field {
        overflow: hidden;
    }

    .eap-calculate-title {
        font-size: 22px;
    }

    .eap-comparison__title {
        font-size: 22px;
    }

    .trost-intro__title {
        font-size: 22px;
        text-align: center;
    }

    .trost-intro-content-list {
        padding: 40px 0 0;
    }

    .trost-eap-product__title {
        font-size: 22px;
    }

    .trost-eap-merit__company-title,
    .trost-eap-merit__employees-title {
        font-size: 22px;
    }

    .company-merit-item__text,
    .employees-merit-item__text {
        font-size: 13px;
    }

    .trost-eap-product-contact__title {
        font-size: 22px;
    }
}


/*# sourceMappingURL=../sourcemaps/business/business-e02c11e5.css.map*/