@charset "utf-8";

.greetings-section {
    width: 100%;
    overflow: hidden;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    color: #222;
    letter-spacing: 0;
    word-break: keep-all;
}

.greetings-section * {
    box-sizing: border-box;
}

.greetings-visual {
    display: grid;
    grid-template-columns: 53.2% 46.8%;
    height: 620px;
    background: #fff;
}

.greetings-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 60px;
}

.greetings-copy-inner {
    width: min(760px, 100%);
}

.greetings-copy h2 {
    margin: 0 0 44px;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.35;
    color: #222;
}

.greetings-desc p {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.65;
    color: #333;
}

.greetings-desc p+p {
    margin-top: 14px;
}

.greetings-photo {
    height: 620px;
    background: url("/images/sub/greetings_background.png") no-repeat center center;
    background-size: cover;
}

.greetings-paper {
    background: url("/images/sub/greetings_background2.png") repeat center top;
}

.greetings-paper-inner {
    min-height: 770px;
    width: min(1600px, calc(100% - 48px));
    margin: 0 auto;
    padding: 150px 0 84px;
}

.greetings-promise {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.greetings-promise li {
    position: relative;
    padding-top: 36px;
}

.greetings-promise li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(135, 127, 116, .32);
}

.greetings-promise span {
    display: block;
    margin-bottom: 21px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    line-height: 1;
    color: #9b9388;
}

.greetings-promise strong {
    display: block;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.55;
    color: #222;
}

.greetings-promise p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.8;
    color: #66615a;
    word-break: auto-phrase;
}

.greetings-closing {
    display: block;
    margin-top: 150px;
}

.greetings-closing>p {
    margin: 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.55;
    color: #222;
}

.greetings-sign {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 28px;
    margin-top: 34px;
    padding-right: 48px;
    white-space: nowrap;
}

.greetings-sign span {
    display: block;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.55;
    color: #222;
}

.greetings-sign img {
    display: block;
    width: auto;
    max-width: 220px;
    height: 45px;
    max-height: 200px;
    margin: 10px;
}

@media screen and (max-width: 1280px) {
    .greetings-visual {
        height: 560px;
    }

    .greetings-copy {
        padding: 70px 44px;
    }

    .greetings-copy h2 {
        font-size: 42px;
    }

    .greetings-desc p {
        font-size: 18px;
    }

    .greetings-photo {
        height: 560px;
    }

    .greetings-paper-inner {
        width: min(1180px, calc(100% - 48px));
        min-height: 680px;
        padding-top: 110px;
    }

    .greetings-promise span {
        font-size: 22px;
    }

    .greetings-promise strong {
        font-size: 19px;
    }

    .greetings-promise p {
        font-size: 16px;
    }

    .greetings-closing {
        margin-top: 100px;
    }

    .greetings-closing>p {
        font-size: 25px;
    }

    .greetings-sign span {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
    .greetings-paper {
        height: auto;
        background-size: auto;
    }

    .greetings-paper-inner {
        width: min(760px, calc(100% - 40px));
        min-height: 0;
        height: auto;
        padding: 80px 0 86px;
    }

    .greetings-promise {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .greetings-promise li {
        padding-top: 28px;
    }

    .greetings-promise span {
        margin-bottom: 16px;
    }

    .greetings-closing {
        margin-top: 58px;
    }

    .greetings-closing>p {
        font-size: 22px;
    }

    .greetings-sign {
        margin-top: 28px;
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .greetings-visual {
        height: auto;
        grid-template-columns: 1fr;
    }

    .greetings-copy {
        min-height: auto;
        padding: 64px 28px;
    }

    .greetings-copy-inner {
        width: min(640px, 100%);
    }

    .greetings-photo {
        height: 360px;
        background-position: center center;
    }

    .greetings-paper-inner {
        width: min(680px, calc(100% - 40px));
        min-height: 0;
        height: auto;
        padding: 70px 0 76px;
    }

    .greetings-promise {
        grid-template-columns: 1fr;
        gap: 46px;
    }

    .greetings-promise li {
        padding-top: 28px;
    }

    .greetings-promise p br,
    .greetings-closing>p br {
        display: none;
    }

    .greetings-closing {
        margin-top: 62px;
    }

    .greetings-closing>p {
        font-size: 22px;
    }

    .greetings-sign {
        margin-top: 28px;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    .greetings-copy {
        padding: 56px 24px;
    }

    .greetings-copy h2 {
        margin-bottom: 30px;
        font-size: 34px;
    }

    .greetings-desc p {
        font-size: 16px;
        line-height: 1.75;
    }

    .greetings-desc br {
        display: none;
    }

    .greetings-photo {
        height: 320px;
    }
}

@media screen and (max-width: 480px) {
    .greetings-copy {
        padding: 48px 20px;
    }

    .greetings-copy h2 {
        margin-bottom: 26px;
        font-size: 28px;
        line-height: 1.35;
    }

    .greetings-desc p {
        font-size: 15px;
        line-height: 1.72;
    }

    .greetings-desc p+p {
        margin-top: 12px;
    }

    .greetings-photo {
        height: 260px;
    }

    .greetings-paper-inner {
        width: calc(100% - 32px);
        min-height: 0;
        height: auto;
        padding: 52px 0 70px;
    }

    .greetings-promise {
        display: flex;
        flex-direction: column;
        gap: 38px;
    }

    .greetings-promise span {
        margin-bottom: 16px;
        font-size: 18px;
    }

    .greetings-promise strong {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .greetings-promise p {
        font-size: 14px;
        line-height: 1.7;
    }

    .greetings-closing {
        margin-top: 44px;
    }

    .greetings-closing>p {
        font-size: 18px;
        line-height: 1.55;
    }

    .greetings-sign {
        gap: 14px;
        justify-content: flex-end;
        align-items: center;
        margin-top: 22px;
        white-space: normal;
    }

    .greetings-sign span {
        font-size: 13px;
    }

    .greetings-sign img {
        max-width: 120px;
        height: auto;
        max-height: 34px;
        margin: 4px 0;
    }
}

.business-cont-wrap .business-response {
    width: 100%;
    min-height: 400px;
    background: url("/images/sub/greetings_background2.png") repeat center top;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    color: #333;
    letter-spacing: 0;
    word-break: keep-all;
}

.business-response * {
    box-sizing: border-box;
}

.business-response-inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 110px;
    width: min(1370px, calc(100% - 48px));
    margin: 0 auto;
    padding: 100px 0 78px;
}

.business-response h2 {
    margin: 0;
    padding-top: 2px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.35;
    color: #222;
}

.business-response-text {
    max-width: 1200px;
}

.business-response-text p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.85;
    color: #333;
    word-break: keep-all;
}

.business-response-text p+p {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .business-response-inner {
        grid-template-columns: 170px minmax(0, 1fr);
        column-gap: 70px;
        width: min(860px, calc(100% - 50px));
        padding: 64px 0 62px;
    }
}

@media screen and (max-width: 768px) {
    .sub-conts-wrap .business-response {
        min-height: 0;
    }

    .business-response-inner {
        grid-template-columns: 1fr;
        row-gap: 26px;
        width: calc(100% - 48px);
        padding: 46px 0 50px;
    }

    .business-response h2 {
        font-size: 22px;
    }

    .business-response-text {
        max-width: none;
    }

    .business-response-text p {
        font-size: 17px;
        line-height: 1.9;
        word-break: break-all;
    }
}

.online-conts-wrap {
    margin: 0 auto;
    padding: 100px 0 150px;
}

.online-write-wrap,
.online-wrtie-wrap {
    width: 100%;
    padding: 0;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    color: #2c2c2c;
    letter-spacing: 0;
    word-break: keep-all;
}

.online-write-wrap *,
.online-wrtie-wrap * {
    box-sizing: border-box;
}

.online-write-inner {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
}

.online-write-head {
    margin-bottom: 70px;
    text-align: center;
}

.online-write-head h2 {
    margin: 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.45;
    color: #2b2b2b;
}

.online-principle {
    margin-bottom: 56px;
}

.online-principle-title {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1.4;
    color: #7b6f68;
}

.online-principle ol {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.online-principle li {
    min-height: 156px;
    padding-top: 24px;
    border-top: 1px solid #cfc8c0;
}

.online-principle span {
    font-family: Cinzel;
    display: block;
    margin-bottom: 24px;
    font-size: 26px;
    line-height: 1;
    color: #b5aaa1;
}

.online-principle p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    color: #4b4642;
}
.online-principle p.online-principle-title{
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  font-size: 24px;
}
.online-case-status {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    width: calc(100% + 40px);
    min-height: 132px;
    margin-left: -20px;
    padding: 20px 58px;
    background: #061633;
    border-radius: 10px;
    color: #fff;
}

.online-case-status strong {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    text-align: center;
}

.online-case-status em {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: #fff;
}

.online-case-status p {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .88);
}

.online-price-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 0px;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-bottom: 58px;
    margin-top: 15px;
    padding: 28px 58px;
    min-height: 200px;
    background: url("/images/sub/greetings_background2.png") repeat center top;
    border-radius: 10px;
}

.philosophy-section {
    width: 100%;
    overflow: visible;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    color: #fff;
    background: #000;
}

.philosophy-section__top,
.philosophy-section__middle,
.philosophy-section__bottom {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.philosophy-section__top {
    min-height: 1000px;
    background: #fff;
    color: #282828;
}

.philosophy-top__inner {
    width: min(1430px, calc(100% - 120px));
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}

.philosophy-top__head {
    text-align: center;
}

.philosophy-top__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0 0 38px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -.02em;
    color: #8c7e77;
}

.philosophy-top__eyebrow span {
    display: inline-flex;
    align-items: center;
    gap: 28px;
    font-family: Cinzel;
    font-weight: 400;
    font-size: 26px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #a99e98;
}

.philosophy-top__eyebrow span:after {
    content: "";
    display: block;
    width: 48px;
    height: 1px;
    background: #a99e98;
}

.philosophy-top__head h2 {
    margin: 0;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.25;
    letter-spacing: -.035em;
    color: #272727;
}

.philosophy-top__content {
    display: flex;
  
    column-gap: 100px;
    align-items: start;
    margin-top: 70px;
}
@media screen and (max-width: 1024px) {
    .philosophy-top__content {
        flex-direction: column;
        row-gap: 50px;
    }
}
.philosophy-top__text {
    padding-top: 62px;
}

.philosophy-top__text p {
    margin: 0 0 28px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.62;
    letter-spacing: -.035em;
    color: #242424;
    word-break: auto-phrase;
}

.philosophy-top__text p:last-child {
    margin-bottom: 0;
}

.philosophy-top__text strong {
    font-weight: 700;
}

.philosophy-top__photo {
    width: 100%;
    height: 500px;
    margin: 32px 10px;
    background: url(/images/sub/philosophy_coffee.png) no-repeat center center;
    background-size: cover;
}

.philosophy-section__middle {
    position: relative;
    height: 1800px;
    background: url("/images/sub/philosophy_background.png") no-repeat center center;
    background-size: cover;
    padding: 0;
    overflow: hidden;
}

.philosophy-section__middle:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .78);
}

.philosophy-section__middle>.philosophy-middle__overlay,
.philosophy-section__middle>.philosophy-middle__inner {
    display: none;
}

.philosophy-values {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 64px));
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
    color: #f1f1f1;
}

.philosophy-values__head {
    text-align: center;
}

.philosophy-values__head p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 0;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .72);
}

.philosophy-values__head span {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    font-family: Cinzel;
    font-size: 25px;
    line-height: 1;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #8f8179;
}

.philosophy-values__head span:after {
    content: "";
    display: block;
    width: 44px;
    height: 1px;
    background: rgba(143, 129, 121, .8);
}

.philosophy-values__head em {
    font-size: 20 px;
    color: #b5a29b;
    font-style: normal;
}

.philosophy-values__list {
    margin-top: 84px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.philosophy-values__item {
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    column-gap: 40px;
    min-height: 500px;
    padding-top: 78px;
    box-sizing: border-box;
}

.philosophy-values__emphasis {
    font-style: normal;
}

.philosophy-values__item+.philosophy-values__item {
    padding-top: 34px;
}

.philosophy-values__summary {
    position: relative;
}

.philosophy-values__label {
    margin: 0;
    font-size: 20px;
    line-height: 1.4;
    font-family: Georgia, "Times New Roman", serif;
    color: rgba(255, 255, 255, .42);
}

.philosophy-middle__item-sub {
    font-size: 18px;
    font-family: Cinzel;
    color: #b5a29b;
}


.philosophy-values__label:after {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    margin: 13px 0 0 8px;
    background: #b5a29b;
    transform: rotate(45deg);
    transform-origin: left center;
}

.philosophy-values__label span {
    margin-right: 10px;
    font-family: "Noto Sans KR", "Pretendard", "Malgun Gothic", sans-serif;
    font-weight: 400;
    color: #b5a29b;
}

.philosophy-values__label em {
    font-size: 18px;
    color: #b5a29b;
    font-family: Cinzel;
    font-style: normal;
}

.philosophy-values__summary h3 {
    margin: 36px 0 0;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.52;
    letter-spacing: -.04em;
    color: #fff;
}

.philosophy-values__item:nth-child(3) .philosophy-values__summary h3 {
    display: inline-block;
    line-height: 1.35;
}

.philosophy-values__text {
    padding-top: 83px;
}

.philosophy-values__text p {
    margin: 0 0 18px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.75;
    letter-spacing: -.025em;
    color: rgba(255, 255, 255, .72);
    word-break: auto-phrase;
}

.philosophy-values__text p:last-child {
    margin-bottom: 0;
}

.philosophy-middle__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 12, 0.72);
}

.philosophy-middle__inner {
    position: relative;
    width: min(1320px, calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    gap: 70px;
}

.philosophy-middle__title {
    text-align: center;
}

.philosophy-middle__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: .28em;
    color: #b5a29b;
    text-transform: uppercase;
}

.philosophy-middle__eyebrow span {
    font-family: Cinzel;
    color: #b5a29b;
    font-weight: 400;
    font-size: 26px;
}

.philosophy-middle__list {
    display: grid;
    gap: 72px;
}

.philosophy-middle__item {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 56px;
    align-items: start;
}

.philosophy-middle__item-head {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 22px;
}

.philosophy-middle__item-label {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.philosophy-middle__item-sub {
    margin: 0;
    font-size: 13px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.philosophy-middle__item-body {
    color: #f3f3f0;
}

.philosophy-middle__item-title {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 600;
}

.philosophy-middle__item-body p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.78);
}

.philosophy-middle__item-body p:last-child {
    margin-bottom: 0;
}

.philosophy-section__bottom {
    position: relative;
    height: 1400px;
    padding: 100px 0 64px;
    background: #fff;
    color: #252525;
    text-align: center;
}

.philosophy-bottom__copy {
    width: min(980px, calc(100% - 40px));
    margin: 0 auto;
}

.philosophy-bottom__eyebrow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 0 0 22px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.4;
    color: #91867f;
}

.philosophy-bottom__eyebrow span {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-family: Cinzel;
    font-size: 26px;
    letter-spacing: .04em;
    color: #b2a9a4;
}

.philosophy-bottom__eyebrow em {
    font-size: 18px;
    color: #b2a9a4;
    font-weight: 400;
    font-style: normal;
}

.philosophy-bottom__eyebrow span:after {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: #b2a9a4;
}

.philosophy-bottom__copy h2 {
    margin: 0 0 31px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.45;
    letter-spacing: -.03em;
    color: #282828;
}

.philosophy-bottom__desc p {
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.85;
    color: #303030;
    word-break: auto-phrase;
}

.philosophy-bottom__visual {
    position: relative;
    width: min(1680px, calc(100% - 48px));
    height: 520px;
    margin: 70px auto 0;
}

.philosophy-bottom__letter,
.philosophy-bottom__city {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
}

.philosophy-bottom__letter {
    z-index: 1;
    top: -85px;
    left: 50%;
    width: min(1300px, 84%);
    height: 120px;
    background-image: url("/images/sub/philosophy_letter.png");
    background-size: contain;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: .55;
}

.philosophy-bottom__city {
    z-index: 2;
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("/images/sub/philosophy_city.png");
    background-size: cover;
    transform: translateX(-50%);
}

@media screen and (max-width: 1024px) {
    .philosophy-section__top {
        height: auto;
        min-height: 900px;
    }

    .philosophy-top__inner {
        width: min(900px, calc(100% - 40px));
        padding: 42px 0 70px;
    }

    .philosophy-top__head .philosophy-top__eyebrow {
        font-size: 18px;
    }

    .philosophy-top__head .philosophy-top__eyebrow span {
        font-size: 25px;
    }

    .philosophy-top__head h2 {
        font-size: 38px;
    }

    .philosophy-top__content {
        grid-template-columns: 1fr;
        row-gap: 46px;
        margin-top: 70px;
    }

    .philosophy-top__text {
        padding-top: 0;
    }

    .philosophy-top__text p {
        font-size: 20px;
    }

    .philosophy-top__photo {
        height: 420px;
        margin : 0 auto;
    }

    .philosophy-section__middle {
        height: auto;
        min-height: 1800px;
    }

    .philosophy-values {
        width: min(900px, calc(100% - 40px));
        padding: 42px 0 80px;
    }

    .philosophy-values__list {
        margin-top: 60px;
    }

    .philosophy-values__item {
        grid-template-columns: 1fr;
        row-gap: 38px;
        min-height: 0;
        padding: 58px 0 82px;
    }

    .philosophy-values__item+.philosophy-values__item {
        padding-top: 0;
    }

    .philosophy-values__summary h3 {
        margin-top: 58px;
        font-size: 26px;
    }

    .philosophy-values__text {
        padding-top: 0;
    }

    .philosophy-section__bottom {
        padding: 40px 0 52px;
    }

    .philosophy-bottom__copy h2 {
        font-size: 28px;
    }

    .philosophy-bottom__desc p {
        font-size: 14px;
    }

    .philosophy-bottom__visual {
        width: min(900px, calc(100% - 40px));
        height: 390px;
    }

    .philosophy-bottom__letter {
        top: -58px;
        height: 86px;
    }
}

@media screen and (max-width: 768px) {
    .philosophy-section__top {
        min-height: 0;
    }

    .philosophy-top__inner {
        width: calc(100% - 50px);
        padding: 34px 0 56px;
    }

    .philosophy-top__head .philosophy-top__eyebrow {
        gap: 14px;
        margin-bottom: 22px;
        font-size: 14px;
    }

    .philosophy-top__head .philosophy-top__eyebrow span {
        gap: 9px;
        font-size: 17px;
    }

    .philosophy-top__head .philosophy-top__eyebrow span:after {
        width: 28px;
    }

    .philosophy-top__head h2 {
        font-size: 28px;
        line-height: 1.35;
    }

    .philosophy-top__content {
        row-gap: 34px;
        margin-top: 44px;
    }

    .philosophy-top__text p {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 1.75;
    }

    .philosophy-top__text p.philosophy-top__text-small-mobile {
        font-size: 15.3px;
    }

    .philosophy-top__text br {
        display: none;
    }

    .philosophy-top__photo {
        height: 260px;
    }

    .philosophy-section__middle {
        min-height: 0;
    }

    .philosophy-values {
        width: calc(100% - 32px);
        padding: 34px 0 64px;
    }

    .philosophy-values__head p {
        gap: 14px;
        font-size: 13px;
    }

    .philosophy-values__head span {
        gap: 14px;
        font-size: 18px;
    }

    .philosophy-values__head span:after {
        width: 28px;
    }

    .philosophy-values__list {
        margin-top: 42px;
    }

    .philosophy-values__item {
        row-gap: 30px;
        padding: 44px 0 58px;
    }

    .philosophy-values__label {
        font-size: 20px;
    }

    .philosophy-values__label:after {
        width: 28px;
        margin-top: 22px;
    }

    .philosophy-values__summary h3 {
        margin-top: 42px;
        font-size: 22px;
    }

    .philosophy-values__text p {
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.72;
    }

    .philosophy-section__bottom {
        padding: 34px 0 40px;
    }

    .philosophy-bottom__eyebrow {
        margin-bottom: 16px;
        font-size: 13px;
    }

    .philosophy-bottom__eyebrow span {
        font-size: 15px;
    }

    .philosophy-bottom__copy h2 {
        margin-bottom: 22px;
        font-size: 23px;
        line-height: 1.45;
    }

    .philosophy-bottom__copy h2 br {
        display: none;
    }

    .philosophy-bottom__desc p {
        font-size: 17px;
        line-height: 1.72;
        text-align: left;
    }

    .philosophy-bottom__visual {
        width: calc(100% - 32px);
        height: 280px;
        margin-top: 34px;
    }

    .philosophy-bottom__letter {
        top: -40px;
        width: 96%;
        height: 54px;
    }
}

@media screen and (max-width: 768px) {
    .philosophy-section__bottom {
        height: auto;
        min-height: 0;
        padding: 34px 0 40px;
    }
}

.online-price-box strong {
    display: block;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
    color: #4b403a;
    text-align: center;
}

.online-price-box em {
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    color: #e60012;
}

.online-price-box p {
    margin: 0 0 6px;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.6;
    color: #3f3935;
}

.online-price-box b {
    font-weight: 700;
    font-size: 23px;
}

.online-price-box span {
    display: block;
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.65;
    color: #77716d;
}

.online-form-box {
    --online-label-width: 140px;
    --online-column-gap: 42px;
    border-top: 1px solid #333;
    min-height: 680px;
}

.online-form-row {
    padding: 26px 0;
    border-bottom: 1px solid #e5e1dd;
}

.online-form-content-row {
    padding-bottom: 0;
    border-bottom: 0;
}

.online-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--online-column-gap);
}

.online-field {
    display: grid;
    grid-template-columns: var(--online-label-width) minmax(0, 1fr);
    align-items: center;
}

.online-field-wide {
    width: 100%;
}

.online-field label {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #2e2a27;
}

.online-field input,
.online-field select,
.online-field textarea {
    width: 100%;
    border: 1px solid #dedbd7;
    background: #fff;
    border-radius: 0;
    font-family: inherit;
    font-size: 16px;
    color: #333;
    outline: none;
    transition: border-color .2s ease;
}

.online-field input,
.online-field select {
    height: 53px;
    padding: 0 16px;
}

.online-field select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #9a938e 50%), linear-gradient(135deg, #9a938e 50%, transparent 50%);
    background-position: calc(100% - 18px) 18px, calc(100% - 13px) 18px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.online-field textarea {
    min-height: 230px;
    padding: 18px 16px;
    resize: vertical;
}

.online-field input:focus,
.online-field select:focus,
.online-field textarea:focus {
    border-color: #6f625d;
}

.online-field input::placeholder,
.online-field textarea::placeholder {
    color: #aaa39e;
    opacity: 1;
}

.online-field select:invalid {
    color: #aaa39e;
}

.online-field select option {
    color: #333;
}

.online-field select option[value=""] {
    color: #aaa39e;
}

.online-date-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, calc((100% - var(--online-label-width) - var(--online-column-gap)) / 2)));
    gap: 16px;
}

.online-textarea-field {
    align-items: start;
}

.online-textarea-field label {
    padding-top: 14px;
}

.char-count {
    grid-column: 2;
    margin: 8px 0 0;
    font-size: 12px;
    color: #888;
}

.online-file-row {
    padding: 24px 0 0 42px;
    border: 0;
}

.online-file-row .filebox {
    margin-left: 98px;
    min-height: 72px;
    border: 1px solid #e3e0dc;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.online-file-row .upload_name {
    width: auto;
    min-width: 250px;
    border: 0;
    background: transparent;
    font-family: inherit;
    font-size: 16px;
    color: #8b8580;
    text-align: right;
    outline: none;
}

.online-file-row .filebox label {
    display: inline-flex;
    align-items: center;
    height: 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: #665b55;
    text-decoration: underline;
}

.online-file-row .upload_hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.online-captcha {
    padding: 16px 0 16px 98px;
    border-bottom: 1px solid #e5e1dd;
}

.online-agree-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0 48px 140px;
    border-bottom: 1px solid #e5e1dd;
    font-size: 16px;
    color: #5c5550;
}

.online-agree-row label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.online-agree-row input {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #6f625d;
}

.online-agree-row a {
    font-weight: 700;
    color: #2e2a27;
    text-decoration: underline;
}

.online-submit-row {
    padding-top: 56px;
    text-align: center;
}

.online-submit-row button {
    width: 260px;
    height: 58px;
    border: 0;
    background: #020A20;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    transition: background-color .2s ease;
}

.online-submit-row button:hover,
.online-submit-row button:focus {
    background: #5f534d;
}

@media screen and (max-width: 1024px) {
    .online-write-head h2 {
        font-size: 28px;
    }

    .online-case-status,
    .online-price-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 768px) {
    .online-price-box em {
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: .3em;
    }

    .online-price-box b {
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: .6em;
    }

.online-conts-wrap{
  padding-top: 50px;
}
    .online-write-wrap,
    .online-wrtie-wrap {
        padding: 0 0 64px;
    }

    .online-write-inner {
        width: calc(100% - 50px);
    }

    .online-write-head {
        margin-bottom: 42px;
    }

    .online-write-head h2 {
        font-size: 23px;
    }

    .online-form-box {
        min-height: auto;
    }

    .online-principle {
        margin-bottom: 36px;
    }

    .online-principle ol,
    .online-case-status,
    .online-price-box,
    .online-form-grid {
        grid-template-columns: 1fr;
    }

    .online-principle ol {
        gap: 18px;
    }

    .online-principle li {
        min-height: 0;
    }

    .online-case-status {
        gap: 8px;
        width: calc(100% + 30px);
        min-height: 172px;
        margin-left: -15px;
        padding: 28px 24px;
    }

    .online-price-box {
        gap: 14px;
        width: calc(100% + 30px);
        min-height: 0;
        margin-left: -15px;
        margin-bottom: 40px;
        padding: 18px 24px;
    }

    .online-field {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .online-date-group {
        grid-template-columns: 1fr;
    }

    .online-textarea-field label {
        padding-top: 0;
    }

    .char-count {
        grid-column: 1;
    }

    .online-file-row {
        padding: 24px 0 0;
    }

    .online-file-row .filebox,
    .online-captcha {
        margin-left: 0;
        padding-left: 0;
    }

    .online-file-row .filebox {
        width: 100%;
        padding: 16px 12px;
        flex-wrap: wrap;
    }

    .online-file-row .upload_name {
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    .online-agree-row {
        gap: 18px;
        align-items: center;
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {

    .online-write-head h2 {
        font-size: 22px;
    }

    .online-principle p,
    .online-case-status p,
    .online-price-box p {
        font-size: 17px;
    }

    .online-principle li p {
        font-size: 15px;
    }

    .online-case-status strong,
    .online-price-box strong {
        font-size: 24px;
    }

    .online-case-status em,
    .online-price-box em {
        font-size: 28px;
    }

    .online-price-box span {
        font-size: 14px;
    }

    .online-submit-row button {
        width: 100%;
    }
    .online-principle  .online-principle-title{
    font-size: 22px;
    font-weight: 400;
  }
}
