@charset "UTF-8";

h2 {
    font-size: 3.75rem;
}

h3 {
    font-size: 1.875rem;
}

h4 {
    font-size: 1.5rem;
}



h5 {
    font-style: normal;
    font-size: 1rem;
    color: #000;
}

p {
    font-size: 1.125rem;
    line-height: 167%;
}

html[lang="en"] h2,
html[lang="en"] h3 {
    font-family: 'JuliusSansOne';
}

html[lang="ja"] h2,
html[lang="ja"] h3 {
    font-family: 'JuliusSansOne', "Noto Sans JP", "Yu Gothic", sans-serif;
    font-weight: 300;
}

html[lang="zh-CN"] h2,
html[lang="zh-CN"] h3 {
    font-family: 'JuliusSansOne', "Microsoft YaHei", sans-serif;
    font-weight: 300;
}

html[lang="en"] h5 {
    font-family: 'Inter';
}

html[lang="en"] p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
}

button {
    outline: none;
    border: 0;
}

img {
    display: block;
}

/* formula */

.f1 {
    padding: calc(4vw + 6.8125vw) 0 7.8125vw 0;
    background-color: #f8f5f0;
    overflow: hidden;
    position: relative;
}

.f1>.center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.f1 .info {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.f1 .info>.fi1>.fii1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875rem;
}

.f1 .info>.fi1>.fii1>p {
    font-weight: initial;
    color: #737373;
}

.f1 .info>.fi1>h3 {
    text-transform: uppercase;
    margin-bottom: 3.75rem;
    color: #000;
    font-weight: 500;
}


.fi1butBox {
    display: flex;
    column-gap: 3.75rem;
}

.fi1butBox>a {
    font-size: 1.125rem;
    color: #706e6c;
    padding: 1.25rem 2.5rem;
    border: 1px solid #706e6c;
    transition: background-color .6s, color .6s;
}

.fi1butBox>.act {
    color: #fff;
    background-color: #706e6c;
}

.glide {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
    bottom: 10%;
    cursor: pointer;
    animation: glide 2s ease infinite;
}

@keyframes glide {
    0% {
        transform: translateX(-50%) translateY(-80%);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(30%);
    }
}

.f2 {
    padding: 12.5rem 0;
}

.f2>.center>h3 {
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 2.1875rem;
}

.f2>.center>p {
    text-align: center;
    color: #737373;
    max-width: 32rem;
    margin: 0 auto 5rem;
}

.f2>.center>.certi {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ceritem {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.ceritem>.imgBox {
    width: 8.5rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f5f0;
}

.ceritem>.imgBox>img {
    transition: transform .6s;
}

.ceritem:hover>.imgBox>img {
    filter: invert(11%) sepia(120%) saturate(7471%) hue-rotate(40deg) brightness(70%) contrast(116%);
    transform: rotateY(360deg) translateY(-10%);
}

.ceritem>h4 {
    font-weight: 400;
    color: #000;
    margin: 1.5625rem 0 .3rem;
}

.ceritem>p {
    color: #737373;
}

.f3 {
    position: relative;
    background-color: #f8f5f0;
}

.f3>.center {
    text-align: center;
    padding: 8.125rem 0 3rem;
}

.f3>.center>.fic3>img {
    margin: 0 auto;
}

.f3>.center>.fic3>img:nth-of-type(1) {
    margin-bottom: 3.125rem;
}

.f3>.center>.fic3>h3 {
    color: #000;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.f3>.center>.fic3>p {
    margin-bottom: 8.4375rem;
}

.aromaRecipesBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.aromaItem,
.lightingItem {
    width: calc((100% - 7.5rem) / 4);
    position: relative;
    background-color: #fff;
}

.aromaItem>.colorBar {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
}

.aromaItem:nth-of-type(1)>.colorBar {
    background-color: #739b51;
}

.aromaItem:nth-of-type(2)>.colorBar {
    background-color: #c48f44;
}

.aromaItem:nth-of-type(3)>.colorBar {
    background-color: #9c6150;
}

.aromaItem:nth-of-type(4)>.colorBar {
    background-color: #7f96ac;
}

.aromaItem>.info {
    padding: 1.5625rem;
    background-color: #fff;
    text-align: right;
}

.aromaItem>.info>img {
    margin-left: auto;
}

.aromaItem>.info .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.25rem;
    text-align: left;
    margin-bottom: 2.1875rem;
}

.aromaItem>.info .title>.ait>h4 {
    color: #000;
    font-weight: 400;
}

.aromaItem>.info .title>.ait>p {
    color: #7d7d7d;
    line-height: 167%;
}

.aromaItem>.info .title>.cir {
    width: 40px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f5ed;
}

.Ingredients {
    margin-bottom: 1.25rem;
}

.Ingredients>p {
    color: #000 !important;
    margin-bottom: 0.625rem;
}

.aromaItem>.info p {
    text-align: left;
    line-height: 133%;
    color: #7d7d7d;
}

.progressBar {
    position: relative;
    width: 100%;
    margin-bottom: 0.9375rem;
}

.progressBar .progressTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .1rem;
}

.progressBar .progressTit p {
    color: #666666;
}

.progressBar .progress {
    width: 100%;
    height: 4px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.progressBar .progress .bar {
    width: 0;
    height: 100%;
    border-radius: 10px;
}

.aromaItem:nth-of-type(1) .progressBar .progress .bar {
    background-color: #739b51;
}

.aromaItem:nth-of-type(1) .progressTit p:last-child {
    color: #739b51;
}

.aromaItem:nth-of-type(2) .progressBar .progress .bar {
    background-color: #c48f44;
}

.aromaItem:nth-of-type(2) .progressTit p:last-child {
    color: #c48f44;
}

.aromaItem:nth-of-type(3) .progressBar .progress .bar {
    background-color: #9c6150;
}

.aromaItem:nth-of-type(3) .progressTit p:last-child {
    color: #9c6150;
}

.aromaItem:nth-of-type(4) .progressBar .progress .bar {
    background-color: #7f96ac;
}

.aromaItem:nth-of-type(4) .progressTit p:last-child {
    color: #7f96ac;
}

.f3>.center>.fic3>img:last-child {
    margin: 8.4375rem auto;
}

.lightingItem {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.lightingItem>.colorBar {
    width: 100%;
    height: 10rem;
}

.lightingItem:nth-of-type(1)>.colorBar {
    background: linear-gradient(to right, rgba(254, 231, 188), rgba(255, 214, 3))
}

.lightingItem:nth-of-type(2)>.colorBar {
    background: linear-gradient(to right, rgba(230, 245, 255), rgba(127, 204, 236))
}

.lightingItem:nth-of-type(3)>.colorBar {
    background: linear-gradient(to right, rgba(255, 228, 226), rgba(255, 179, 191))
}

.lightingItem:nth-of-type(4)>.colorBar {
    background: linear-gradient(to right, rgba(230, 230, 253), rgba(148, 113, 220))
}

.lightingItem>.info {
    padding: 1.875rem;
    padding-bottom: 2.625rem;
    text-align: left;
}

.lightingItem>.info>.title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5625rem;
}

.lightingItem>.info>.title>.ait>h4 {
    color: #000;
    font-weight: 400;
}

.lightingItem>.info>.title>.ait>p {
    color: #737373;
}

.lightingItem>.info>.Ingredients>p {
    color: #000;
    margin-bottom: 15px;
}

.lightingItem .progressBar {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.lightingItem .progressBar span {
    text-transform: capitalize;
}

.lightingItem .progressBar .progress {
    width: initial;
    flex: 1;
}

.lightingItem .progressBar .progress {
    height: 6px;
}

.lightingItem:nth-of-type(1) .progressBar .progress .bar {
    background: linear-gradient(to right, rgba(254, 231, 188), rgba(255, 214, 3))
}

.lightingItem:nth-of-type(2) .progressBar .progress .bar {
    background: linear-gradient(to right, rgba(230, 245, 255), rgba(127, 204, 236))
}

.lightingItem:nth-of-type(3) .progressBar .progress .bar {
    background: linear-gradient(to right, rgba(255, 228, 226), rgba(255, 179, 191))
}

.lightingItem:nth-of-type(4) .progressBar .progress .bar {
    background: linear-gradient(to right, rgba(230, 230, 253), rgba(148, 113, 220))
}

.lightingItem>.info>p {
    font-size: 1rem;
}

.lightingItem>.info>p:nth-of-type(1) {
    color: #000;
    line-height: 100%;
    margin-bottom: 0.625rem;
}

.lightingItem>.info>p:nth-of-type(2) {
    color: #737373;
    line-height: 150%;
}

.lightingItem>.info>.time {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 1.5625rem;
}

.f4 {
    background-color: #f8f5f0;
    padding-bottom: 8.4375rem;
}

.f4>.center>h3 {
    margin-bottom: 3.75rem;
    font-weight: 300;
    color: #000000;
}

/* about */
.sup0,
.ab1 {
    position: relative;
    overflow: hidden;
}

.sup0>img,
.ab1>img {
    width: 100%;
}

.sup0>.info,
.ab1>.info {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.ab1>.info>h2 {
    font-weight: 100;
    line-height: 133%;
    margin-bottom: 2rem;
    justify-content: center;
    text-align: center;
}

.ab1>.info .slogan {
    font-family: 'Poppins', sans-serif;
}

.ab1>.info .ab_h3 {
    line-height: 133%;
    font-size: 1.5rem;
    font-weight: 300;
}

.sup0>.info .support-logo {
    margin: auto;
    max-width: 4rem;
}

.sup0>.info h2 {
    line-height: 100%;
    margin: 3rem auto 1.5rem;
    font-weight: 200;
    font-size: 3rem;
}

.sup0>.info>h3 {
    font-style: normal;
    font-weight: 300;
    line-height: 133%;
}

.sup0>.info>h3 p {
    font-size: 1.5rem;
    line-height: 150%;
    font-weight: 300;
}



.ab2 {
    background-color: #f8f5f0;
}

.ab2>.center {
    padding: 8.4375rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ab3>.center {
    padding: 8.4375rem 0;
    display: flex;
    flex-direction: column;
}

.ab_ba1 p {
    max-width: 58rem;
    margin: auto;
    width: 100%;
    text-align: center;
}

.ab3>.center>img {
    margin-bottom: 3.125rem;
}

.ab3>.center>h3 {
    color: #515151;
    font-weight: 300;
    line-height: 133%;
    margin-bottom: 1.875rem;
}

.ab4>.info {
    top: 50%;
}

.ab4>.info>h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;

}

.ab5 {
    background-color: #f8f5f0;
    padding: 8.125rem 0;
}

.ab5 .lab {
    display: flex;
    align-items: end;
    flex-wrap: wrap;
    gap: 4.375rem;
}

.ab5 .lab:nth-child(even) {
    flex-direction: row-reverse;
}

.ab5 .lab:nth-of-type(1) {
    margin-bottom: 8.125rem;
}

.ab5 .lab>.left {
    flex: 1;
}

.ab5 .lab>.left>img {
    margin-bottom: 5rem;
}

.ab5 .lab>.left>h3 {
    font-weight: 300;
    color: #515151;
    margin-bottom: 1.875rem;
}

.ab5 .lab>.left p {
    margin-top: 1rem;
    font-weight: 300;
}

.ab5 .lab>.right {
    width: 50%;
}

.ab6>.center {
    display: flex;
    gap: 30px;
    padding: 11.25rem 0;
    justify-content: space-between;
}

.ab6>.center>.left>img {
    margin-bottom: 5rem;
}

.ab6>.center>.left>h3 {
    font-weight: 300;
    margin-bottom: 1.875rem;
    color: #515151;
}

.ab6>.center>.left>p {
    margin-top: 1rem;
    font-weight: 300;
}

.ab6>.center>.left>p i {
    font-style: italic;
    color: #000;
    font-weight: 300;
}

.ab6>.center>.right {
    width: 50%;
}

.ab7 {
    position: relative;
    overflow: hidden;
}

.ab7 img {
    width: 100%;
}

.ab7>.info {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #515151;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: 94%;
    justify-content: center;
    flex-direction: column;
    max-width: 80rem;
}

.ab7>.info p {
    font-size: 1.5rem;
}

/* html[lang="en"] .ab7>.info {
    gap: 1.5rem;
    max-width: 58rem;
} */

.ab8 {
    position: relative;
}

.ab8>.center {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 6.25rem;
    padding: 11.5625rem 0 calc(11.5625rem / 2);
}

.ab8 .left {
    flex: 1;
}

.ab8 .left h3 {
    font-weight: 300;
    color: #515151;
    margin-bottom: 1.875rem;
}

.ab8 .right {
    width: 50%;
    overflow: hidden;
}

.ab8 .right li {
    width: 100%;
    padding: 1.875rem 2.5rem;
    background-color: #e5e5e5;
}

.ab8 .right li:not(:last-child) {
    margin-bottom: 2.5rem;
}

.ab8 .right li>h4 {
    position: relative;
    align-items: center;
    line-height: 100%;
    font-weight: 300;
    color: #515151;
    margin-bottom: 1rem;
    padding-left: 2.4rem;
}

.ab8 .right li>h4::before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #898989;
    transform: translateY(-50%) rotate(45deg);
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: 50%;
}

.ab8 .right li:nth-child(odd)>h4::before {
    border-radius: 50%;
}

.ab8 .right li:nth-child(even)>h4::before {
    width: 20px;
    height: 20px;
}

.ab9 {
    position: relative;
}

.ab9>.center {
    padding: calc(11.5625rem / 2) 0 11.5625rem;
}

.ab9>.center>h3 {
    font-weight: 300;
    color: #515151;
    margin-bottom: 1.875rem;
}

.ab9 .awards {
    margin-top: 7.5rem;
}

.awards .swiper-slide {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 2.1875rem;
}

.awards .swiper-slide h4 {
    font-weight: 300;
    color: #000;
    margin-bottom: 3.75rem;
}

/* 商店 */
.store1 {
    padding: calc(6.77083333333333vw + 9.8125vw) 0 9.8125vw 0;
}

.store1>.center>h3 {
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 4.375rem;
}

.store1>.center>.storesBox {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6.25rem;
}

.store1>.center>.storesBox img {
    max-width: 20rem;
    transition: all .5s ease;
}

.store1>.center>.storesBox a:hover img {
    transform: scale(1.05);
}

.store2 {
    padding-bottom: 11.25rem;
    overflow: hidden;
}

.store2>.center {
    display: flex;
    align-items: center;
}

.store2>.center>.left {
    flex: 1;
}

.store2>.center>.left>h3 {
    font-weight: 300;
    color: #000;
    margin-bottom: 1.875rem;
}

.store2>.center>.left>p {
    color: #737373;
    margin-bottom: 4.6875rem;
}

.store2>.center>.left>a {
    padding: 1.5625rem 2.1875rem;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    transition: all .6s ease;
}

.store2>.center>.left>a:hover {
    background-color: transparent;
    color: #000;
}

.store2>.center>.right {
    width: 50%;
    position: relative;
}

.store2>.center>.right>.maskImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.store2>.center>.right>.maskImg>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.store2>.center>.right>iframe {
    width: 100%;
    aspect-ratio: 1 / 0.9;
}

.loadSucc>.maskImg {
    display: none;
}

/* dialog */
.dialogSt::backdrop,
.dialogApp::backdrop {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.dialogSt,
.dialogApp {
    width: 94%;
    max-width: 60rem;
    height: 80lvh;
    margin: auto;
    border: none;
    background: #fff;
    outline: none;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
}

.dialogSt[open],
.dialogApp[open] {
    display: flex;
    flex-direction: column;
}

.dialogSt .title,
.dialogApp .title {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    gap: 10px;
}

.dialogSt .close,
.dialogApp .close {
    width: 34px;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    cursor: pointer;
    background-color: #e21314;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialogSt .title p,
.dialogApp .title p {
    font-size: 1rem;
    color: #999999;
}

.dialogSt>.info,
.dialogApp>.info {
    flex: 1;
    width: 100%;
    padding: 4px;
    overflow: hidden;
}

.dialogSt>.info>.scroll {
    height: 100%;
    outline: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
}

.dialogSt>.info>.scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

.dialogSt>.info>.scroll::-webkit-scrollbar-track {
    background: #fff;
}

.dialogSt>.info>.scroll::-webkit-scrollbar-thumb {
    background: #000;
}

.dialogSt>.info>.scroll>.center {
    width: 90%;
    max-width: 53.125rem;
    margin: 0 auto;
    overflow: hidden;
}

.dialogSt .info .introd {
    padding: 3.125rem 0;
    text-align: center;
}

.dialogSt .info .introd h3 {
    font-family: 'Inter';
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 1.5625rem;
}

.dialogSt .info .introd p {
    font-size: 1rem;
    color: #999999;
}

.dialogSt .info .introd p b {
    font-weight: 400;
    color: #000;
}

.dialogSt .diaMess {
    width: 100%;
}

.diaMess input,
.diaMess textarea,
.diaMess h-select {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    outline: none;
    border: 1px solid #e3e4e9;
    padding: 15px 12px;
    border-radius: 0;
    transition: border-color .3s ease;
}

.diaMess input::placeholder,
.diaMess textarea::placeholder,
.diaMess h-select::placeholder {
    color: #bbbbbb;
}

.diaMess input:focus,
.diaMess textarea:focus,
.diaMess h-select:focus {
    outline: none;
    border: 1px solid #8d94a7;
    padding: 15px 12px;
    border-radius: 0;
}

.diaMess .cut {
    width: fit-content;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5625rem;
    background-color: #fff;
}

.diaMess .cut::before {
    content: '';
    width: 1400px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.diaMess .typeBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding: 2.8125rem 0;
}

.diaMess .typeBox li {
    width: calc((100% - (2px * 3)) / 4);
    background-color: #f3f5f7;
    border-radius: 0;
    text-align: center;
    padding: 1rem .5rem;
    cursor: pointer;
    font-size: 1rem;
    color: #999999;
    user-select: none;
    transition: color .6s ease, background-color .6s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

html[lang="ja"] .diaMess .typeBox li {
    font-size: .85rem;
}

.diaMess .typeBox li.act,
.diaMess .typeBox li:hover {
    color: #fff;
    background-color: #000;
}

.diaMess .tabBox {
    padding-bottom: 3.75rem;
}

.diaMess .tabBox .tab {
    overflow: hidden;
    transition: height .3s ease;
}

.diaMess .tabBox .tab:not(.act) {
    height: 0 !important;
}

.diaMess .leaIt {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 14px;
    margin-bottom: 2.5rem;
}

.diaMess .leaIt label {
    width: fit-content;
    position: relative;
}

.diaMess .upload {
    margin-bottom: 1.25rem;
}

.diaMess .upload>.box {
    display: flex;
    gap: 1.875rem;
}

.diaMess .upload>.box>label {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1rem;
    padding: 12px 1.875rem;
    color: #fff;
    background-color: #000;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #000;
    transition: color .3s, background-color .3s;
}

.diaMess .upload>.box>label:hover {
    color: #000;
    background-color: transparent;
}

.diaMess .upload>.box>input {
    display: none;
}

.diaMess .upload .fileList {
    display: flex;
    gap: 10px;
}

.diaMess .upload .fileList li {
    width: 45px;
    height: 45px;
    border-radius: 0;
    position: relative;
}

.diaMess .upload .fileList li>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.diaMess .upload .fileList li .delete-btn {
    /* content: url("/src/icon/del.png"); */
    width: fit-content;
    height: fit-content;
    padding: 0;
    position: absolute;
    top: -5px;
    right: -5px;
    opacity: 1;
    transition: opacity .3s;
    background: transparent;
    border: none;
    outline: none;
}

.diaMess .upload .fileList li:hover .delete-btn {
    opacity: 1;
}

.diaMess .tabBox>p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 1.375rem;
    color: #bbbbbb;
    margin-bottom: 2.1875rem;
}

.diaMess .capt {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1.25rem;
    margin-bottom: 2.8125rem;
}

.diaMess .capt .leaIt {
    flex: 1;
    margin-bottom: 0;
}

.diaMess .capt .proof {
    width: 100%;
    max-width: 14rem;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.diaMess .capt .proof p {

    font-size: 0.875rem;
    color: #bbb;
    user-select: none;
}

.diaMess .capt .proof p span {
    color: #000;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.diaMess .capt .proof img {
    flex: 1;
}

.diaMess button {
    width: 100%;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1rem;
    outline: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 15px 0;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    margin-bottom: 1.25rem;
    transition: color .3s, background-color .3s;
}

.diaMess button:hover {
    color: #000;
    background-color: transparent;
}

.diaMess .tabBox>p:last-child {
    margin-bottom: 0;
}

.dialogApp {
    width: fit-content;
    height: fit-content;
}

.dialogApp>.info {
    display: flex;
    gap: 50px;
    padding: 1.875rem 3.75rem;
    justify-content: space-between;
}

.dialogApp .info .qrcode img {
    width: 150px;
    height: 150px;
    display: none;
}

.dialogApp .platform-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dialogApp .platform-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    transition: 0.2s;
    white-space: nowrap;
    transition: border-color .6s;
}

.dialogApp .platform-list li.act,
.dialogApp .platform-list li:hover {
    border-color: #000;
}

.dialogApp .info h4.qrTitle {
    font-family: 'Inter';
    font-style: normal;
    color: #000;
    font-size: 1.125rem;
    text-align: center;
}

.dialogApp .info .qrcode img.act {
    display: block;
}

/* 表单验证 */
.required {
    position: relative;
}

.invalid {
    /* max-width: 100px; */
    padding: 8px 10px;
    position: absolute !important;
    top: calc(50% + 20px);
    left: 20%;
    transform: translateY(-50%);
    background-color: #ff5c13;
    border-radius: 0;
    font-size: var(--14px--);
    color: #fff;
    white-space: nowrap;
    /* overflow: hidden; */
    user-select: none;
    animation: invalidW 1s forwards;
}

.verifyBox>.invalid {
    top: 50%;
}

.invalid::before {
    content: '';
    border-right: 10px solid #ff5c13;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

@keyframes invalidW {
    0% {
        max-width: 0;
        /* overflow: hidden; */
        white-space: nowrap;
    }

    100% {
        max-width: 300px;
        overflow: visible;
        grid-template-rows: repeat();
    }
}

@keyframes restinvalidW {
    0% {
        max-width: 300px;
    }

    60% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        max-width: 0px;
    }
}

/* support */
.sup1,
.sup2,
.sup3,
.sup4,
.sup5,
.sup6,
.sup7,
.sup8 {
    position: relative;
    padding-top: 8.125rem;
}

.sup7 {
    display: none !important;
}

.sup1,
.sup8 {
    background-color: #f8f5f0;
    padding-bottom: 8.125rem;
}

.sup1>.center>h3,
.sup2>.center>h3 {
    color: #000;
    font-weight: 300;
    margin-bottom: 1.875rem;
}

.sup1>.center>p,
.sup2>.center>p {
    margin-bottom: 6.875rem;
}

.sup1 .navT {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.325rem;
}

.sup1 .navT>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ebe9e4;
    padding: 2.5rem 2.1875rem;
}

.sup1 .navT>a:nth-of-type(n+6) {
    display: none;
}

.sup1 .navT>a>h4 {
    color: #000;
    font-weight: 300;
}

html[lang="en"] .sup1 .navT>a>h4 {
    font-family: 'JuliusSansOne';
}

.sup2 .faqBox .faqCat {
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* .sup2 .faqBox .left {
    flex: 1;
} */

.sup2 .faqBox .left>.fNt {
    position: sticky;
    top: calc(6rem + 2.1875rem);
    color: #000;
    font-weight: 300;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2.1875rem 0;
    display: inline-block;
}

html[lang="en"] .sup2 .faqBox .left>.fNt {
    font-family: 'JuliusSansOne';
}

.sup2 .faqBox .left {
    width: 45%;
}

.sup2 .faqBox .right {
    width: 50%;
    overflow: hidden;
}

.issue {
    padding: 2.25rem 1.875rem;
    background-color: #e5e5e5;
    margin-bottom: 2.1875rem;
}

.issue>div {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2.4rem;
}

.issue>div>h5 {
    font-size: 1.125rem;
    font-weight: 400;
    flex: 1;
    line-height: 133%;
    color: #333;
}

.manuals>div>h5 {
    font-size: 1.5rem;
}

.issue>div>.fic {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.issue:nth-of-type(3n+1)>div>.fic {
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
    border-bottom: 1.5rem solid #898989;
}

.issue:nth-of-type(3n+2)>div>.fic {
    width: 1.56rem;
    height: 1.56rem;
    background-color: #898989;
    border-radius: 50%;
}

.issue:nth-of-type(3n+3)>div>.fic {
    width: 1.3rem;
    height: 1.3rem;
    transform: translateY(-50%) rotate(45deg);
    background-color: #898989;
}

.sup3>.center>h3 {
    font-weight: 300;
    color: #000;
    width: 50%;
    padding: 0 0 1.875rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1.875rem;
    text-transform: uppercase;
}

.sup3>.center>h4 {
    font-weight: 400;
    color: #000;
    margin-top: 3rem;
    font-size: 1.25rem;
}

.sup3>.center>h4:after {
    content: '';
    display: block;
    width: 50%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
}

.sup3 .con_xx p {
    max-width: 83rem;
}

.sup3 .con_xx li {
    color: #8e8e8e;
    line-height: 167%;
    max-width: 80rem;
    font-size: 1rem;
    font-weight: 300;
}

.sup3 .con_xx p a {
    color: #000;
}

.sup3 .con_xx p a:hover {
    text-decoration: underline !important;
}

.sup3>.center>button {
    font-family: 'Inter';
    font-style: normal;
    padding: 1.25rem;
    min-width: 13rem;
    background-color: #000;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    margin: 3.5rem 0;
    transition: color .3s ease, background-color .3s ease;
}

.sup3>.center>button+p {
    line-height: 167%;
}

.sup3>.center>button:hover {
    color: #000;
    background-color: transparent;
}

.sup4>.center {
    display: flex;
    gap: 5.625rem;
    flex-wrap: wrap;
}

.sup4>.center>.left {
    flex: 1;
}

.sup4>.center>.left h3 {
    font-weight: 300;
    color: #000;
    margin-bottom: 1.875rem;
}

.sup4>.center>.left p {
    color: #737373;
}

.sup4>.center>.right {
    width: 50%;
    overflow: hidden;
}

.manuals {
    padding: 2.25rem calc(1.875rem + 1.25rem);
}

.manuals:nth-of-type(3n+1)>div>.fic {
    width: 25px;
    height: 25px;
    background-color: #898989;
    border-radius: 50%;
}

.manuals:nth-of-type(3n+2)>div>.fic {
    width: 21px;
    height: 21px;
    transform: translateY(-50%) rotate(45deg);
    background-color: #898989;
    border-radius: 0;
}

.manuals:nth-of-type(3n+3)>div>.fic {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 23px solid #898989;
}

.manuals>a {
    color: #737373;
    text-decoration: underline !important;
    font-size: 1.125rem;
}

.sup5 {
    overflow: hidden;
}

.sup5>img {
    width: 50%;
    margin-left: auto;
}

.sup5>.info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sup5>.info>.box {
    width: calc(50% - (50% / 4));
}

.sup5>.info>.box>h3 {
    font-weight: 300;
    color: #000;
    margin-bottom: 3.125rem;
}

.sup5>.info>.box>p {
    color: #666666;
    margin-bottom: 2.8125rem;
}

.sup5>.info>.box button {
    font-family: 'Inter';
    background-color: #000;
    font-size: 1.5rem;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 1.25rem 3.079rem;
    transition: color .3s ease, background-color .3s ease;
}

.sup5>.info>.box button:hover {
    color: #000;
    background-color: transparent;
}

.sup6>.center>h3 {
    color: #000;
    font-weight: 300;
    margin-bottom: 1.875rem;
}

.sup6>.center>.con p {
    color: #737373;
}

.sup6>.center>.con p:first-child {
    margin-bottom: 1rem;
}

.sup6>.center>.con p a {
    color: #000;
}

.sup6>.center>.con p a:hover {
    text-decoration: underline !important;
}

.sup7>.center>h3 {
    color: #000;
    margin-bottom: 1.2rem;
    font-weight: 300;
}

.sup7>.center>p {
    font-size: 1.125rem;
    color: #737373;
    margin-bottom: 4.375rem;
}

.sup7 .Limg_cov {
    padding-bottom: 80%;
}

.commentt_tc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.commentt__sum {
    font-size: 1.5rem;
    color: #000000;
    line-height: 138%;
}

.commentt_tc .img {
    width: 4rem;
}


.commentt_tc .xx {
    width: calc(100% - 5rem);
    font-size: 1.5rem;
    line-height: 133%;
    font-weight: 500;
    color: #000000;
}

.commentt_tc .xx span {
    color: #737373;
    font-size: 1.125rem;
}

.commentt_tc .flex {
    align-items: center;
}

.sup7 .swiper-slide:hover .Limg_cov img {
    transform: scale(1.05);
}

.sup8 {
    background-color: #fff;
}

/* lea */
.lea1 {
    padding: calc(8rem + 8rem) 0 2rem;
}

.lea1>div {
    text-align: center;
}

div#container {
    height: 6rem;
}

.lea1>div>h2 {
    font-weight: 400;
    color: #000;
    line-height: 100%;
    margin-bottom: 2.8125rem;
}

.lea1>div>p {
    color: #666666;
}

.lea2 {
    padding: 6.25rem 0;
    background-color: #f8f5f0;
}

.lea2>div>h3 {
    font-weight: 400;
    color: #000;
    margin-bottom: 1.875rem;
}

.lea2>div>p {
    color: #737373;
}

.lea2>div>p:nth-of-type(2) {
    margin-bottom: 5rem;
}

.lea2>div>p:nth-of-type(3) {
    color: #000;
    margin-bottom: 1.25rem;
}

.lea2 .recruitment .profile {
    padding: 2.8125rem 1.875rem;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 2.5rem;
}

.recruitment>strong {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    display: block;
    margin: 10% 0;
}

.lea2 .small p {
    color: #8e8e8e;
    line-height: 167%;
    max-width: 80rem;
    font-size: 1rem;
    font-weight: 300;
}

.lea2 .small p:first-child {
    font-weight: 400;
}

.profile>.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: padding .3s ease, border-width .3s ease;
}

.profile.open>.title {
    padding-bottom: 2.1875rem;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.profile>.title>div>h4 {
    color: #000;
    margin-bottom: 15px;
}

.profile>.title>div>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.profile>.title>div>div>p {
    font-size: 1rem;
}

.profile>.title>div>div>p:nth-of-type(2),
.profile>.title>div>div>p:nth-of-type(4) {
    font-size: 14px;
}

.profile>.title>div>div>p:nth-of-type(5) {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.profile>.title>.recIco {
    width: 24px;
    height: 24px;
    position: relative;
    cursor: pointer;
}

.profile>.title>.recIco::before,
.profile>.title>.recIco::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform-origin: center;
    background-color: #000;
    transition: all .3s ease;
}


.profile.open>.title>.recIco::after {
    transform: rotate(0deg);
}

.profile>.title>.recIco::after {
    transform: rotate(90deg);
}

.profile>.info {
    height: auto;
    max-height: 0px;
    overflow: hidden;
    transition: max-height .6s ease, padding .3s ease;
}

.profile.open>.info {
    height: auto;
    padding-top: 2.1875rem;
    padding-right: 3.75rem;
}

.profile>.info p strong {
    font-weight: 700;
    color: #000;
}

.profile>.info p:has(strong) {
    margin-bottom: 1.25rem;
}

.profile>.info p {
    color: #666666;
    font-size: 1rem;
    line-height: 150%;
}

.profile>.info ul,
.profile>.info li {
    list-style: square;
    list-style-position: inside;
    font-size: 1rem;
}

.profile>.info li::marker {
    color: #4178f9;
    font-size: 12px;
}

.profile>.info .con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-top: 3.125rem;
}

.profile>.info .con>a {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.125rem;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    transition: background-color .3s ease, color .3s ease;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile>.info .con a:hover {
    color: #000;
    background-color: transparent;
}

.profile>.info .con a:hover svg path {
    fill: #000;
}

.profile>.info .con span {
    font-weight: 700;
    font-size: 1rem;
    color: #000;
}

.profile>.info .con span a {
    color: #4178f9;
}

.profile>.info .con span a:hover {
    color: #4178f9;
    text-decoration: underline !important;
}

/* news */
.new {
    background-color: #f8f5f0;
    padding-bottom: 7.5rem;
    border-top: 1px solid transparent;
}

.new .newNav {
    display: flex;
    gap: clamp(15px, 3.125vw, 3.75rem);
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.125rem;
}

.new .newNav a {
    font-family: 'JuliusSansOne';
    font-weight: 400;
    font-size: 1.125rem;
    color: #999;
    padding: 2.8125rem 0;
    position: relative;
    transition: color .6s ease;
}

.new .newNav a:hover {
    color: #000;
}

.new .newNav a.act {
    color: #000;
    border-top: 2px solid #000;
}

.new .newList {
    display: flex;
    gap: 4rem;
    flex-wrap: wrap;
    align-items: stretch;
}

.new .newList>strong {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    display: block;
    margin: 3% auto 7%;
}

p.bz_xx {
    text-align: center;
    width: 94%;
    margin: 3% auto 0;
    color: #8e8e8e;
    line-height: 167%;
    font-size: 1rem;
    font-weight: 300 !important;
}

p.bz_xx a {
    color: #000;
}

p.bz_xx a:hover {
    text-decoration: underline !important;
}

.newItem {
    display: block;
    width: calc((100% - 12rem) / 4);
    border: 1px solid rgba(22, 83, 141, 0.1);
    position: relative;
    transition: background-color .6s ease, box-shadow .6s ease;
}

.newItem .imgBox {
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 125%;
    position: relative;
    background: #fff;
}

.newItem .imgBox span {
    background: #A5A5A5;
    position: absolute;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 300;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7%;
    top: 7%;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.newItem .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
}

.newItem .info {
    padding: 2.1875rem 1.25rem 7.1875rem;
    border-top: 1px solid rgba(22, 83, 141, 0.1);
}

.newItem:hover {
    background-color: #fff;
    box-shadow: 0 8px 25px 0 rgba(6, 16, 42, 0.05);
}

.newItem .info p {
    font-size: 1rem;
    line-height: 150%;
    color: #000;
    font-weight: 400;
}

.newItem .info p:last-child {
    color: #666666;
    position: absolute;
    left: 1.25rem;
    bottom: 2.1875rem;
}

.new .pagination {
    margin-bottom: 0;
    gap: 2.5rem;
}

.new .pagination li:first-child,
.new .pagination li:last-child {
    display: none;
}

.new .pagination li {
    width: 10px;
    border: 0;
}

.new .pagination li a,
.new .pagination li span {
    font-size: 1rem;
    font-weight: 700;
    color: #666;
    border-bottom: 3px solid;
    border-color: transparent;
}

.new .pagination li.active span {
    color: #000;
    border-color: #000;
}

.new .pagination li a:hover {
    color: #000;
}

.mo_txt {
    padding: 20px 20px 40px;
    color: #666;
    text-align: center;
    height: 100%;
    outline: none;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
    overscroll-behavior: contain;
}

.mo_txt::-webkit-scrollbar {
    width: 2px;
    background-color: #fff;
}

.mo_txt::-webkit-scrollbar-track {
    background: #fff;
}

.mo_txt::-webkit-scrollbar-thumb {
    background: #000;
}

.mo_txt .tt {
    font-size: 22.5px;
    color: #000;
    text-align: center;
}

.mo_txt .sm {
    font-size: 14px;
    text-align: center;
    line-height: 150%;
    margin: 10px 0 20px;
}

.mo_txt .stit {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
}

.mo_txt li+li {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.mo_txt li p {
    font-size: 14px;
    line-height: 150%;
    color: #999;
}

.mo_txt li a {
    font-size: 12px;
    background: #000;
    display: inline-block;
    color: #ffff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: 10px;
}

.down_bz {
    text-align: left;
    margin-top: 40px;
}

.down_bz p {
    font-size: 12px;
}

.down_bz p b {
    color: #333;
}

@media only screen and (min-width:769px) {
    .mo_txt {
        display: none;
    }
}

@media only screen and (max-width:1120px) {
    .sup7 .swiper-pagination {
        position: static;
        line-height: 100%;
        margin-top: 20px;
    }

    .sup7 .swiper-pagination .swiper-pagination-bullet {
        width: .8rem;
        height: .8rem;
        background: #000;
        border-radius: 50%;
        margin: 0 .25rem;
        opacity: .5;
        border: none;
        display: inline-block;
        transition: all .3s ease;
    }

    .sup7 .swiper-pagination .swiper-pagination-bullet-active {
        width: 10px;
        background: #000;
        opacity: 1;
    }
}


@media only screen and (max-width:768px) {
    h2 {
        font-size: 32px;
    }

    .pc_txt {
        display: none !important;
    }

    .ab1 {
        position: relative;
        margin-top: 70px;
    }

    .sup0,
    .ab1 {
        margin-top: 70px;
    }

    .sup0>img,
    .ab1>img {
        width: 100%;
        height: 21rem;
        object-fit: cover;
    }

    .sup0>.info,
    .ab1>.info {
        top: 50%;
    }

    .new .newNav {
        flex-wrap: wrap;
        gap: 1px;
        margin-top: 3%;
    }

    .new .newNav a {
        width: calc((100% - 1px) / 2);
        padding: 10px 0;
        background: #fff;
        font-size: 13px;
    }

    .new .newNav a.act {
        background: #000;
        color: #fff;
    }

    .new .newList {
        gap: 10px;
    }

    .newItem {
        display: flex;
        flex-direction: column;
        width: calc((100% - 10px) / 2);
    }

    .ab3>.center>h3 {
        font-size: 18px;
        width: 285px;
    }

    .sup1,
    .sup2,
    .sup3,
    .sup4,
    .sup5,
    .sup6,
    .sup7,
    .sup8 {
        position: relative;
        padding-top: 50px;
    }

    .sup1,
    .sup8 {
        background-color: #f8f5f0;
        padding-bottom: 50px;
    }

    .sup1>.center>h3,
    .sup2>.center>h3 {
        margin-bottom: 20px;
    }

    .sup1>.center>p,
    .sup2>.center>p {
        margin-bottom: 30px;
    }

    .sup1 .navT {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .sup1 .navT>a {
        justify-content: center;
        padding: 10px;
    }

    .sup1 .navT>a svg {
        display: none;
    }

    .sup1 .navT>a>h4 {
        font-size: 16px;
    }

    .sup2 .faqBox .left {
        width: 100%;
        overflow: hidden;
    }

    .sup2 .faqBox .right {
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }

    .issue {
        padding: 20px;
        background-color: #e5e5e5;
        margin-bottom: 10px;
    }

    .sup2 .faqBox .faqCat+.faqCat {
        margin-top: 50px;
    }

    .issue>div {
        margin-bottom: 10px;
    }

    .diaMess .typeBox li {
        width: calc((100% - 2px) / 2);
        padding: 12px;
    }

    .dialogSt>.info>.scroll>.center {
        width: 94%;
    }

    .dialogSt .info .introd {
        padding: 30px 0 20px;
    }

    .diaMess .typeBox {
        padding: 20px 0;
    }

    .sup3>.center>button {
        font-size: 16px;
        margin: 3rem 0;
    }

    .sup4>.center>.left {
        flex: auto;
        width: 100%;
    }

    .sup4>.center>.left h3 {
        margin-bottom: 20px;
    }

    .sup4>.center>.left p:nth-of-type(2) {
        margin: 10px 0;
    }

    .sup4>.center {
        gap: 20px;
    }

    .sup4>.center>.right {
        width: 100%;
        overflow: hidden;
    }

    .sup5>.info {
        position: static;
        transform: none;
    }

    .sup5>img {
        width: 100%;
        margin-left: auto;
    }

    .sup5>.info>.box {
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }

    .sup5>.info>.box>h3 {
        margin-bottom: 10px;
    }

    .sup5>.info>.box>p {
        margin-bottom: 20px;
    }


    .sup7>.center>p {
        margin-bottom: 20px;
    }

    .sup7 {
        padding-bottom: 50px;
    }

    .sup6>.center>h3 {
        margin-bottom: 30px;
    }

    .dialogApp {
        width: 94vw;
        height: fit-content;
    }

    .ab1>.info {
        position: absolute;
        top: 50%;
    }

    .ab1>.info>h2 {
        margin-bottom: 1rem;
    }

    .ab1>.info .ab_h3 {
        font-size: 16px;
        max-width: 255px;
        margin: auto;
        line-height: 167%;
    }

    .ab2>.center {
        padding: 50px 0;
    }

    .ab3>.center {
        padding: 50px 0;
    }

    .ab3>.center>img {
        margin-bottom: 20px;
    }

    .ab1.ab4 {
        margin-top: 0;
    }

    .ab5 {
        padding: 50px 0;
    }

    .ab5 .lab>.left {
        flex: none;
        width: 100%;
        order: 2;
        line-height: 167%;
        font-size: 1.125rem;
    }

    .ab5 .lab {
        gap: 20px;
    }

    .ab5 .lab>.right {
        width: 100%;
    }

    .ab5 .lab>.left>img {
        margin-bottom: 1.5rem;
        max-width: 80px;
    }

    .ab5 .lab>.left>h3 {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .ab5 .lab:nth-of-type(1) {
        margin-bottom: 50px;
    }

    .ab6>.center {
        display: flex;
        gap: 20px;
        padding: 50px 0;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ab6>.center>.left>img {
        margin-bottom: 30px;
    }

    .ab6>.center>.left>h3 {
        margin-bottom: 20px;
    }

    .ab6>.center>.left>p {
        margin-top: 10px;
    }

    .ab6>.center>.right {
        width: 100%;
    }

    .ab7 {
        position: relative;
        overflow: hidden;
        padding: 50px 0;
    }

    .ab7 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .ab7>.info {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: auto;
    }

    .ab8>.center {
        gap: 20px;
        padding: 50px 0;
        flex-wrap: wrap;
    }

    .ab8 .left {
        flex: none;
        width: 100%;
    }

    .ab8 .left h3 {
        margin-bottom: 10px;
    }

    .ab8 .right {
        width: 100%;
    }

    .ab8 .right li {
        padding: 20px;
    }

    .ab8 .right li:not(:last-child) {
        margin-bottom: 10px;
    }

    .ab9>.center {
        padding: 0 0 50px;
    }

    .ab9>.center>h3 {
        margin-bottom: 10px;
    }

    .ab9 .awards {
        margin-top: 50px;
    }

    .awards .swiper-slide h4 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 16px;
    }

    .awards .swiper-slide img {
        max-height: 50px;
        margin: auto;
    }

    .store1 {
        height: 70vh;
        display: flex;
        align-items: center;
    }

    .store1>.center>.storesBox {
        gap: 15px;
    }

    .storesBox>* {
        width: calc((100% - 30px) / 3);
    }

    .storesBox img {
        width: 100%;
        max-height: 40px;
        object-fit: contain;
    }

    .lea1 {
        padding: 120px 0 50px;
    }

    .lea1>div>h2 {
        margin-bottom: 20px;
    }

    .lea2 {
        padding: 50px 0;
    }

    .lea2>div>p:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .lea2 .recruitment .profile {
        padding: 20px;
    }

    .profile.open>.info {
        height: auto;
        padding-top: 20px;
        padding-right: 0;
    }

    .f1 {
        padding: 0 0 50px;
    }

    .f1 .info {
        order: 2;
        width: 94%;
        margin: auto;
        margin-top: 30px;
    }

    .f1>.center {
        width: 100%;
        max-width: 100%;
    }

    .f1 svg.icon.glide {
        display: none;
    }

    .f1 .info>.fi1>.fii1 {
        display: none;
    }

    .f1 .info>.fi1>h3 {
        margin-bottom: 10px;
    }

    .fi1butBox {
        display: flex;
        column-gap: 15px;
        margin-top: 30px;
    }

    .fi1butBox>a {
        padding: 10px 20px;
    }

    .f2 {
        padding: 50px 0;
    }

    .f2>.center>p {
        margin: 0 auto 30px;
    }

    .f2>.center>h3 {
        margin-bottom: 15px;
    }

    .f2>.center>.certi {
        flex-wrap: wrap;
        gap: 12px;
    }

    .ceritem {
        width: calc((100% - 12px) / 2);
        border: 1px solid #eee;
        padding: 15px;
        border-radius: 5px;
    }

    .ceritem>.imgBox {
        width: 5rem;
    }

    .ceritem>.imgBox>img {
        transition: transform .6s;
        width: 50%;
    }

    .ceritem>h4 {
        margin: 10px 0 0;
        font-size: 16px;
    }

    .f3>.center {
        padding: 50px 0 1px;
    }

    .f3>.center>.fic3>img:nth-of-type(1) {
        margin-bottom: 30px;
        max-width: 250px;
    }

    .f3>.center>.fic3>h3 {
        margin-bottom: 20px;
    }

    .f3>.center>.fic3>p {
        margin-bottom: 40px;
    }

    .aromaRecipesBox {
        gap: 20px;
    }

    .aromaItem,
    .lightingItem {
        width: 100%;
    }

    .f3>.center>.fic3>img:last-child {
        margin: 50px 0;
    }

    .f4>.center>h3 {
        margin-bottom: 20px;
    }

    .lea1 {
        padding: 120px 0 50px;
    }

    .lea1>div>h2 {
        margin-bottom: 20px;
    }

    .newItem .info {
        padding: 20px 15px 60px;
    }

    .newItem .info p:last-child {
        margin-top: 20px;
    }

    .newItem .info p:first-child {
        font-size: 1rem;
        line-height: 150%;
        color: #000;
        font-weight: 400;
        display: -webkit-box;
        overflow: hidden;
        line-clamp: 3;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        min-height: 54px;
    }

    .sup0>.info>h3 p {
        font-size: 1.125rem;
        line-height: 167%;
        font-weight: 300;
        max-width: 300px;
        margin: auto;
    }

    .sup0>.info h2 {
        margin: 2rem 0 1rem;
        font-size: 18px;
    }
}



@media (max-width: 480px) {
    .profile>.title>.recIco {
        display: none;
    }

    .profile>.title {
       padding-bottom: 2.1875rem;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .profile>.info {
        max-height: 100%;
    }

    .profile>.info p:has(strong) {
        margin: 1.25rem 0;
    }
}