.intro {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("/resources/images/customer/customer_story_intro_bg.jpg");
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.intro__inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 1920px;
    height: 240px;
    padding: 0 40px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .intro__inner {
        height: 200px;
        padding: 0 30px;
    }
}

@media (max-width: 810px) {
    .intro__inner {
        height: 180px;
        padding: 0 20px;
    }
}

.intro__title {
    width: 100%;
    line-height: 48px;
    font-size: 32px;
    color: var(--color-white);
    margin: 0 auto 10px;
}

@media (max-width: 1200px) {
    .intro__title {
        line-height: 42px;
        font-size: 28px;
    }
}

@media (max-width: 810px) {
    .intro__title {
        line-height: 36px;
        font-size: 24px;
    }
}

.intro__subtitle {
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    color: var(--color-white);
    margin: 0 auto 30px;
}

@media (max-width: 1200px) {
    .intro__subtitle {
        line-height: 21px;
        font-size: 14px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 810px) {
    .intro__subtitle {
        line-height: 18px;
        font-size: 12px;
    }
}

.section {
    max-width: 1920px;
    padding: 0 40px;
    margin: 0 auto;
}

.section--expert {
    padding: 0 !important;
}

.section--ambassador {
    padding-bottom: 60px;
}

@media (max-width: 1200px) {
    .section {
        padding: 0 30px;
    }

    .section--ambassador {
        padding-bottom: 60px;
    }
}

@media (max-width: 810px) {
    .section {
        padding: 0 20px;
    }

    .section--ambassador {
        padding-bottom: 60px;
    }
}

.section__title {
    line-height: 48px;
    font-size: 32px;
}

.section__title--expert {
    margin: 60px 0 0 40px;
}

.section__title--ambassador {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    .section__title {
        line-height: 42px;
        font-size: 28px;
    }

    .section__title--expert {
        margin-left: 30px;
    }

    .section__title--ambassador {
        margin-top: 60px;
    }
}

@media (max-width: 810px) {
    .section__title {
        line-height: 36px;
        font-size: 24px;
    }

    .section__title--expert {
        margin: 40px 0 0 20px;
    }
}

.section__subtitle {
    line-height: 24px;
    font-size: 16px;
}

.section__subtitle--customer, .section__subtitle--ambassador {
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .section__subtitle {
        line-height: 21px;
        font-size: 14px;
    }
}

.section__list {
    margin-top: 40px;
}

@media (max-width: 810px) {
    .section__list {
        margin-top: 20px;
    }
}

.section__expert-list {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 40px auto 0;
}

@media (max-width: 1200px) {
    .section__expert-list {
        margin-top: 30px;
    }
}

@media (max-width: 810px) {
    .section__expert-list {
        margin-top: 20px;
    }
}

.section__customer-content {
    margin-top: 80px;
}

@media (max-width: 1200px) {
    .section__customer-content {
        margin-top: 60px;
    }
}

.expert-list {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.expert-list__swiper {
    width: 760px;
    height: 500px;
    overflow: visible !important;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .expert-list__swiper {
        width: 640px;
    }
}

@media (max-width: 810px) {
    .expert-list__swiper {
        width: 320px;
    }
}

.expert-list__slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.expert-list__gradient {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 5;
}

@media (max-width: 1200px) {
    .expert-list__gradient {
        width: 105px;
    }
}

@media (max-width: 810px) {
    .expert-list__gradient {
        width: 45px;
    }
}

.expert-list__gradient--left {
    left: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(-180deg);
}

.expert-list__gradient--right {
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.expert-list__btn {
    width: 60px !important;
    height: 60px !important;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-image: url("/resources/images/common/navigate.svg");
}

.expert-list__btn::after {
    content: none !important;
}

.expert-list__btn--prev {
    left: 30px !important;
    transform: rotate(-180deg);
}

.expert-list__btn--next {
    right: 30px !important;
}

@media (max-width: 1200px) {
    .expert-list__btn {
        width: 40px !important;
        height: 40px !important;
    }

    .expert-list__btn--prev {
        left: 20px !important;
    }

    .expert-list__btn--next {
        right: 20px !important;
    }
}

@media (max-width: 810px) {
    .expert-list__btn {
        width: 30px !important;
        height: 30px !important;
    }

    .expert-list__btn--prev {
        left: 10px !important;
    }

    .expert-list__btn--next {
        right: 10px !important;
    }
}

.expert-review {
    width: 700px;
    height: 500px;
    background: var(--color-white);
    border: 2px solid #000000;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .expert-review {
        width: 600px;
    }
}

@media (max-width: 810px) {
    .expert-review {
        display: block;
        width: 300px;
    }
}

.expert-review__img {
    display: flex;
    width: 300px;
    height: 100%;
    align-items: flex-end;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    padding: 0 0 10px 20px;
}

.expert-review__img--1 {
    background-image: url("/resources/images/customer/customer_story_expert_img1.jpg");
}

.expert-review__img--2 {
    background-image: url("/resources/images/customer/customer_story_expert_img2.jpg");
}

.expert-review__img--3 {
    background-image: url("/resources/images/customer/customer_story_expert_img3.jpg");
}

.expert-review__img--4 {
    background-image: url("/resources/images/customer/customer_story_expert_img4.jpg");
}

.expert-review__img--5 {
    background-image: url("/resources/images/customer/customer_story_expert_img5.jpg");
}

.expert-review__img--6 {
    background-image: url("/resources/images/customer/customer_story_expert_img6.jpg");
}

.expert-review__img--7 {
    background-image: url("/resources/images/customer/customer_story_expert_img7.jpg");
}

@media (max-width: 1200px) {
    .expert-review__img {
        width: 250px;
    }
}

@media (max-width: 810px) {
    .expert-review__img {
        width: 100%;
        height: 150px;
    }

    .expert-review__img--1 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img1.jpg");
    }

    .expert-review__img--2 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img2.jpg");
    }

    .expert-review__img--3 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img3.jpg");
    }

    .expert-review__img--4 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img4.jpg");
    }

    .expert-review__img--5 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img5.jpg");
    }

    .expert-review__img--6 {
        background-image: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 50%),
        url("/resources/images/customer/customer_story_expert_img6.jpg");
    }
}

.expert-review__side-text {
    width: 400px;
    padding: 40px 20px 0;
}

@media (max-width: 1200px) {
    .expert-review__side-text {
        width: 350px;
    }
}

.expert-review__bottom-text {
    padding: 0 20px;
}

.expert-review__reviewer {
    line-height: 30px;
    font-size: 20px;
    text-align: left;
}

@media (max-width: 1200px) {
    .expert-review__reviewer {
        line-height: 27px;
        font-size: 18px;
    }
}

@media (max-width: 810px) {
    .expert-review__reviewer {
        line-height: 24px;
        font-size: 16px;
        color: var(--color-white);
    }
}

.expert-review__comment {
    line-height: 24px;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

@media (max-width: 1200px) {
    .expert-review__comment {
        line-height: 21px;
        font-size: 14px;
    }
}

.customer-content {
    display: grid;
    grid-template-columns: minmax(auto, 550px) minmax(650px, auto);
    column-gap: 20px;
}

@media (max-width: 1200px) {
    .customer-content {
        grid-template-columns: minmax(auto, 365px) minmax(350px, auto);
    }
}

@media (max-width: 810px) {
    .customer-content {
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto);
        column-gap: 0;
        row-gap: 20px;
    }
}

.customer-contents__link {
    width: fit-content;
    margin-top: 30px;
    overflow: auto;
    cursor: pointer;
    padding-right: 5px;
}

.customer-contents__link-title {
    line-height: 30px;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .customer-contents__link-title {
        line-height: 27px;
        font-size: 18px;
    }
}

.customer-contents__link-img {
    content: url("/resources/images/common/arrow_right.svg");
    width: 24px;
    height: 24px;
    margin: 3px 0 0 8px;
    filter: invert(100%);
    transition: transform 0.5s;
}

@media (hover: hover) and (pointer: fine) {
    .customer-contents__link:hover .customer-contents__link-title {
        color: var(--color-red-sh);
    }

    .customer-contents__link:hover .customer-contents__link-img {
        filter: brightness(0) saturate(100%) invert(59%) sepia(97%) saturate(4878%) hue-rotate(333deg) brightness(86%) contrast(97%);
        transform: translateX(5px);
    }
}

.customer-contents__link.fake-active {
    filter: brightness(0) saturate(100%) invert(59%) sepia(97%) saturate(4878%) hue-rotate(333deg) brightness(86%) contrast(97%);
    transform: translateX(5px);
}

.section-ambassador {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 810px) {
    .section-ambassador {
        gap: 20px;
    }
}

.section-ambassador--deactivate {
    display: none;
}

.ambassador-list {
    width: auto;
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, auto);
}

@media (max-width: 1000px) {
    .ambassador-list {
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(4, auto);
    }
}

@media (max-width: 810px) {
    .ambassador-list {
        grid-template-rows: repeat(8, auto);
        grid-template-columns: repeat(1, auto);
    }
}

.ambassador-list__year {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.unselected-year {
    width: 30%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    color: var(--color-black);
    opacity: 0.5;
    cursor: pointer;
}

.unselected-year--next {
    justify-content: flex-start;
}

.unselected-year--prev {
    justify-content: flex-end;
}

.unselected-year--not-exist {
    visibility: hidden;
}

.selected-year {
    width: 70%;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-black);
}

@media (max-width: 810px) {
    .selected-year {
        font-size: 20px;
        line-height: 30px;
    }
}

.ambassador-year__btn {
    width: 30px !important;
    height: 30px !important;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    background-image: url("/resources/images/common/navigate.svg");
}

@media (max-width: 810px) {
    .ambassador-year__btn {
        width: 24px !important;
        height: 24px !important;
    }
}

.ambassador-year__btn--prev {
    left: 30px !important;
}

@media (max-width: 810px) {
    .ambassador-year__btn--prev {
        left: 24px !important;
    }
}

.ambassador-year__btn--next {
    right: 30px !important;
    transform: rotate(-180deg);
}

@media (max-width: 810px) {
    .ambassador-year__btn--next {
        right: 24px !important;
        transform: rotate(-180deg);
    }
}

.unselected-year__year {
    font-size: 20px;
    line-height: 30px;
}

@media (max-width: 810px) {
    .unselected-year__year {
        font-size: 16px;
        line-height: 24px;
    }
}

.ambassador-list__item {
    position: relative;
    width: 100%;
    height: 500px;
}

@media (max-width: 1000px) {
    .ambassador-list__item {
        height: 250px;
    }
}

@media (max-width: 810px) {
    .ambassador-list__item {
        height: auto;
        min-height: 180px;
    }
}

.ambassador {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 810px) {
    .ambassador {
        height: 180px;
        cursor: pointer;
        background-color: var(--color-white);
    }
}

.ambassador__inner {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .ambassador__inner {
        max-width: 840px;
    }
}

@media (max-width: 1000px) {
    .ambassador__inner {
        max-width: 750px;
    }
}

@media (max-width: 810px) {
    .ambassador__inner {
        max-width: 810px;
        height: 180px;
    }
}

.ambassador__header {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: 100%;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .ambassador__header {
        max-width: 250px;
    }
}

@media (max-width: 810px) {
    .ambassador__header {
        max-width: 100px;
    }
}

.ambassador__body {
    width: 0;
    max-width: 860px;
    overflow: hidden;
    background-color: var(--color-white);
}

@media (max-width: 810px) {
    .ambassador__body {
        width: 100%;
    }
}

.ambassador-header {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.ambassador-header--tablet {
    display: none;
}

.ambassador-header--pc {
    display: block;
}

@media (max-width: 1000px) {
    .ambassador-header--pc {
        display: none;
    }

    .ambassador-header--tablet {
        display: block;
    }
}

.ambassador-header__region {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 42px;
    font-size: 28px;
    color: var(--color-white);
    animation: fade-in 200ms forwards;
}

@media (hover: hover) and (pointer: fine) {
    .ambassador-header:hover .ambassador-header__region {
        animation: fade-out 200ms forwards;
    }
}

@media (max-width: 1000px) {
    .ambassador-header__region {
        bottom: 45px;
        line-height: 36px;
        font-size: 24px;
    }
}

@media (max-width: 810px) {
    .ambassador-header__region {
        bottom: 8px;
        line-height: 30px;
        font-size: 20px;
        animation: none;
    }

    @media (hover: hover) and (pointer: fine) {
        .ambassador-header:hover .ambassador-header__region {
            animation: none;
        }
    }
}

@keyframes fade-out {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.ambassador-header__name {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 27px;
    font-size: 18px;
    color: var(--color-white);
    text-align: center;
    opacity: 0;
    animation: fade-out 200ms forwards;
}

@media (hover: hover) and (pointer: fine) {
    .ambassador-header:hover .ambassador-header__name {
        animation: fade-in 200ms forwards;
    }
}

@media (max-width: 1100px) {
    .ambassador-header__name {
        line-height: 24px;
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .ambassador-header__name {
        top: auto;
        bottom: 20px;
        transform: translate(-50%, 0);
        width: 100%;
        line-height: 21px;
        font-size: 14px;
        font-weight: 500;
        opacity: 1;
        animation: zoom-out 200ms forwards;
    }

    @media (hover: hover) and (pointer: fine) {
        .ambassador-header:hover .ambassador-header__name {
            animation: zoom-in 200ms forwards;
        }
    }
}

@media (max-width: 810px) {
    .ambassador-header__name {
        display: none;
        animation: none;
    }

    @media (hover: hover) and (pointer: fine) {
        .ambassador-header:hover .ambassador-header__name {
            animation: none;
        }
    }
}

@keyframes zoom-in {
    from {
        bottom: 20px;
    }
    to {
        bottom: 113px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 700;
    }
}

@keyframes zoom-out {
    from {
        bottom: 113px;
        line-height: 24px;
        font-size: 16px;
        font-weight: 700;
    }
    to {
        bottom: 20px;
        line-height: 21px;
        font-size: 14px;
        font-weight: 500;
    }
}

.ambassador-header__comment {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    line-height: 36px;
    font-size: 24px;
    color: var(--color-white);
    text-align: center;
    visibility: hidden;
}

@media (max-width: 1000px) {
    .ambassador-header__comment {
        line-height: 27px;
        font-size: 18px;
    }
}

.ambassador-body {
    display: grid;
    grid-template-columns: 640px auto;
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .ambassador-body {
        grid-template-rows: 56px 444px;
        grid-template-columns: auto;
    }

    .ambassador-body__item1 {
        grid-column: 1/2;
        grid-row: 2/3;
    }

    .ambassador-body__item2 {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

@media (max-width: 810px) {
    .ambassador-body {
        grid-template-rows: auto;
        padding-left: 12px;
    }

    .ambassador-body__item1 {
        grid-column: 1/2;
        grid-row: 1/2;
    }
}

.ambassador-body__video {
    width: 640px;
    height: 360px;
}

@media (max-width: 1200px) {
    .ambassador-body__video {
        width: 480px;
        height: 270px;
    }
}

@media (max-width: 810px) {
    .ambassador-body__video {
        display: none;
    }
}

.ambassador-body__region {
    line-height: 21px;
    font-size: 14px;
    margin-top: 17px;
}

@media (max-width: 1200px) {
    .ambassador-body__region {
        margin-top: 30px;
    }
}

@media (max-width: 810px) {
    .ambassador-body__region {
        display: none;
    }
}

.ambassador-body__name {
    line-height: 42px;
    font-size: 28px;
    margin-top: 4px;
}

@media (max-width: 1200px) {
    .ambassador-body__name {
        line-height: 36px;
        font-size: 24px;
    }
}

@media (max-width: 810px) {
    .ambassador-body__name {
        line-height: 21px;
        font-size: 14px;
        margin-top: 8px;
    }
}

.ambassador-body__comment {
    height: 54px;
    line-height: 27px;
    font-size: 18px;
    margin-top: 6px;
}

@media (max-width: 390px) {
    .ambassador-body__comment {
        font-size: 15px;
        line-height: 22px;
    }
}


.ambassador-body__text-wrapper {
    margin-top: 8px;
}

@media (max-width: 810px) {
    .ambassador-body__text-wrapper {
        margin-top: 12px;
    }
}

.ambassador-body__text-wrapper + .ambassador-body__text-wrapper {
    margin-top: 6px;
}

.ambassador-body__icon {
    width: 20px;
    height: 20px;
}

.ambassador-body__icon--addr {
    content: url("/resources/images/customer/customer_story_addr_icon.svg");
}

.ambassador-body__icon--time {
    content: url("/resources/images/customer/customer_story_time_icon.svg");
}

@media (max-width: 810px) {
    .ambassador-body__icon {
        width: 16px;
        height: 16px;
    }
}

.ambassador-body__text {
    line-height: 21px;
    font-size: 14px;
    margin-left: 6px;
}

@media (max-width: 810px) {
    .ambassador-body__text {
        line-height: 16px;
        font-size: 10px;
    }
}

.ambassador-body__menu {
    position: relative;
}

@media (max-width: 810px) {
    .ambassador-body__menu {
        display: none;
    }
}

.ambassador-body__close-btn-wrapper {
    padding: 20px 20px 0 0;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .ambassador-body__close-btn-wrapper {
        position: absolute;
        top: 3px;
        right: 10px;
        padding: 0;
    }
}

.ambassador-body__close-btn {
    content: url("/resources/images/common/close_img_black.svg");
    float: right;
    cursor: pointer;
}

.ambassador-body__region-list {
    width: 42px;
    margin: 45px auto 0;
}

@media (max-width: 1200px) {
    .ambassador-body__region-list {
        display: flex;
        flex-flow: row;
        width: auto;
        margin: 10px 0 0 0;
    }
}

.ambassador-body__item {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 27px;
    font-size: 18px;
    color: #8a8a8a;
    text-align: center;
    cursor: pointer;
}

.ambassador-body__item--selected {
    font-size: 24px;
    color: black;
}

@media (hover: hover) and (pointer: fine) {
    .ambassador-body__item:hover.ambassador-body__item--hover-enable {
        animation: ambassador-body__item--hover 100ms forwards;
    }
}

@keyframes ambassador-body__item--hover {
    to {
        color: var(--color-red-sh);
    }
}

.ambassador-body__item + .ambassador-body__item {
    margin-top: 20px;
}

@media (max-width: 1200px) {
    .ambassador-body__item {
        line-height: 36px;
    }

    .ambassador-body__item + .ambassador-body__item {
        margin: 0 0 0 20px;
    }
}

.ambassador__extra {
    display: none;
    width: 100%;
    user-select: none;
    margin-top: 180px;
}

.ambassador__extra--opened {
    display: block;
}

/* 유통사 section start */
.section--distributors {
    padding-top: 80px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media (max-width: 1200px) {
    .section--distributors {
        padding-top: 60px;
        gap: 30px;
    }
}

@media (max-width: 810px) {
    .section--distributors {
        gap: 20px;
    }
}

.distributors-titles {
    width: 100%;
}

.distributors {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 100px;
}

@media (max-width: 1200px) {
    .distributors {
        height: auto;
        flex-direction: column;
        gap: 30px;
    }
}

@media (max-width: 810px) {
    .distributors {
        gap: 20px;
    }
}

.distributors__inb {
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

@media (max-width: 1200px) {
    .distributors__inb {
        padding: 0 35px;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        gap: unset;
    }
}

@media (max-width: 810px) {
    .distributors__inb {
        padding: 0;
    }
}

.inb__button--active {
    line-height: 36px;
    font-size: 24px;
    color: var(--color-black);
}

@media (max-width: 810px) {
    .inb__button--active {
        line-height: 27px;
        font-size: 18px;
    }
}

@media (max-width: 1200px) and (min-width: 811px) {
    .inb__button {
        width: 125px;
        text-align: center;
    }
}

.inb__button--inactive {
    line-height: 27px;
    font-size: 18px;
    color: var(--color-gray-dark);
}

@media (max-width: 810px) {
    .inb__button--inactive {
        line-height: 21px;
        font-size: 14px;
    }
}

@media (hover: hover) and (pointer: fine) {
    .inb__button--inactive:hover {
        cursor: pointer;
        color: var(--color-red-sh);
    }
}

.distributors__continent--active {
    display: flex;
}

.distributors__continent--inactive {
    display: none;
}

.distributors__continent {
    width: 85%;
    flex-flow: row wrap;
    row-gap: 30px;
}

@media (max-width: 1200px) {
    .distributors__continent {
        width: 100%;
        row-gap: 40px;
    }
}

@media (max-width: 810px) {
    .distributors__continent {
        flex-flow: column;
        gap: 30px;
    }
}

.distributors__item {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 1200px) {
    .distributors__item {
        gap: 8px;
    }
}

@media (max-width: 810px) {
    .distributors__item {
        width: 100%;
        gap: 10px;
    }
}

.distributors__item--country {
    line-height: 36px;
    font-size: 24px;
}

@media (max-width: 1200px) and (min-width: 811px){
    .distributors__item--country {
        line-height: 30px;
        font-size: 20px;
    }
}

.distributors__item--name {
    line-height: 24px;
    font-size: 16px;
}

@media (max-width: 1200px) and (min-width: 811px) {
    .distributors__item--name {
        line-height: 21px;
        font-size: 14px;
    }
}

.distributors__item--email {
    line-height: 21px;
    font-size: 14px;
}

@media (max-width: 1200px) and (min-width: 811px) {
    .distributors__item--email {
        line-height: 18px;
        font-size: 12px;
    }
}

.distributors__item--tel {
    line-height: 18px;
    font-size: 12px;
}

@media (max-width: 1200px) and (min-width: 811px) {
    .distributors__item--tel {
        line-height: 16px;
        font-size: 10px;
    }
}

.distributors__item--manager {
    line-height: 18px;
    font-size: 12px;
}

@media (max-width: 1200px) and (min-width: 811px) {
    .distributors__item--manager {
        line-height: 16px;
        font-size: 10px;
    }
}

.distributors__item-img--email {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    content: url("/resources/images/customer/email.svg");
}

.distributors__item-img--phone {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    content: url("/resources/images/customer/phone.svg");
}

.distributors__item-img--name {
    margin-right: 10px;
    width: 18px;
    height: 18px;
    content: url("/resources/images/customer/name.svg");
}
/* 유통사 section end */