@font-face {
    font-family: 'Poppins';
    src: url('font/Poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Noto Sans KR';
    src: url('font/Noto_Sans_KR/NotoSansKR-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'Outfit';
    src: url('font/Outfit/Outfit-VariableFont_wght.ttf');
}

:lang(ko) {
    font-family: 'Noto Sans KR', sans-serif;
}

:lang(en) {
    font-family: 'Inter', sans-serif;
}

.justify-content-between {
    justify-content: space-between;
}

.d-flex {
    display: flex;
}

.col-main {
    width: 65%;
}

.flex-1 {
    flex-grow: 1;
}

.flex-2 {
    flex-grow: 2;
}

.f-row {
    flex-direction: row !important;
}

.f-colum {
    flex-direction: column !important;
}

.w-full {
    width: 100%;
}

pre {
    font-family: Poppins;
    overflow: hidden;
    white-space: break-spaces;
}

.animate__animated.animate__delay-0_5s {
    animation-delay: 0.5s;
}

.animate__animated.animate__delay-1_5s {
    animation-delay: 1.5s;
}

html {
    max-width: 1920px;
    height: auto;
    margin: auto;
    background-color: #fff;
}

body {
    background-color: #FEFDEB;
}

header {
    /* background-image: url(../img/bg_top.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top; */
    display: flex;
    flex-direction: column;
    height: 197px;
    line-height: 90px;
    max-width: 1920px;
    margin: auto;

}

header :lang(en) {
    font-family: 'Outfit', sans-serif;
}

header ul {
    margin: unset;
    padding: unset;
}

header li {
    list-style: none;
    padding-left: 0;
    cursor: pointer;
}

header .main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .main .user {
    display: flex;
    align-items: center;
}

header .main .user .member {
    /* display: flex; */
    display: none;
}

header .main .user .language {
    margin-right: 30px;
}

/* 언어변경 select box */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: fit-content;
}

.bootstrap-select>.dropdown-toggle {
    padding: 10px 0;
    border-radius: 16px;
    width: 107px;
    background-color: #FEFDEB;
    color: #000;
    border-color: #DEBFAA;
}

.bootstrap-select .dropdown-toggle .filter-option {
    width: 60%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    display: flex;
    justify-content: space-evenly;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner img {
    width: 21px;
    height: 13px;
}

.dropdown-toggle::after {
    background: url(../img/down_icon.png) no-repeat 0px 0px;
    background-position-y: center;
    content: "";
    display: inline-block;
    height: 13px;
    width: 37px;
    margin: 0 -7px !important;
    vertical-align: unset;
    border-top: unset;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.dropdown-menu.show {
    width: 107px;
    min-width: unset;
    border-radius: 16px;
    background-color: #FEFDEB;
    border-color: #DEBFAA;
}

.inner.show {
    overflow-x: hidden;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #FEFDEB;
    /* color: #000; */
}

.bootstrap-select .dropdown-menu li a {
    /* margin: 10px 13px; */
    line-height: normal;
}

/* 언어변경 select box 종료*/
header .main .user .member li {
    color: #717171;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header .main .user .member li:nth-child(2) {
    margin: 0 36px;
}

header .sub {
    display: flex;
    line-height: 26px;
}

header .sub .link {
    display: flex;
    flex-grow: 3;
    justify-content: center;
    text-align: center;
}

header .sub .link li {
    flex: 1 1 0;
    color: #C79D81;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header .sub .link li.active {
    color: #6D4712;
}

header .sub .iconList {
    display: none;
    /* display: flex; */
    gap: 34px;
}

.container {
    background-color: #000;
    padding: 0;
    max-width: 1920px;
}

/* intro_Agarwood 시작 */
.intro_Agarwood .mainTop {
    background-image: url(../img/bg_top.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 640px;
    width: 100%;
    margin: 0;
    /* padding-top: 156px; */
}

.intro_Agarwood .mainTop .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 166px;
    width: 60%;
}

.intro_Agarwood .mainTop .contents .logo {
    display: none;
}

.intro_Agarwood .mainTop .contents .area01 {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
}

.intro_Agarwood .mainTop .contents .area02 {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(36px, 2.5vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: pre-line;
}

.intro_Agarwood .aboutProduct {
    background-color: #FEFDEB;
}

.intro_Agarwood .aboutProduct img,
.intro_Agarwood .aboutProduct svg {
    width: 100%;
    max-width: fit-content;
}

.intro_Agarwood .aboutProduct .contents {
    padding-top: 126px;
    padding-bottom: 194px;
}

.intro_Agarwood .aboutProduct .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}

.intro_Agarwood .aboutProduct .contents .description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(32px, 2.6vw, 50px);
    /* 208.333% */
    white-space: pre-line;
}

.intro_Agarwood .aboutProduct .contents .box {
    display: flex;
    flex-direction: row;
}

.intro_Agarwood .aboutProduct .contents #introduction_Description02 {
    margin-bottom: 100px;
}

.intro_Agarwood .aboutProduct .contents .description_option {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 208.333% */
}

.intro_Agarwood .aboutProduct .contents .imgBox {
    display: flex;
    justify-content: center;
    gap: clamp(12px, 1.67vw, 32px);
    margin: 115px 0 125px 0;
}

.intro_Agarwood .aboutProduct .contents .feature_ul {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 1.56vw, 30px);
}

.intro_Agarwood .aboutEffect {
    background-color: #E0EBE3;
}

.intro_Agarwood .aboutEffect .contents {
    padding-top: 132px;
    padding-bottom: 150px;
}

.intro_Agarwood .aboutEffect .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}

.intro_Agarwood .aboutEffect .contents .description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(22px, 2.6vw, 50px);
    /* 208.333% */
    margin-bottom: 52px;
}

.intro_Agarwood .aboutEffect .contents .boxList {
    display: flex;
    flex-direction: column;
    gap: clamp(40px, 4.95vw, 95px);
}

.intro_Agarwood .aboutEffect .contents .boxList .box {
    display: flex;
    flex-direction: row;
    gap: clamp(0px, 1.67vw, 32px);
}

.intro_Agarwood .aboutEffect .contents .boxList .box img {
    width: fit-content;
}

.intro_Agarwood .aboutEffect .contents .boxList .box .imgArea {
    flex: 2;
    margin: auto;
    text-align: right;
}

.intro_Agarwood .aboutEffect .contents .boxList .box .textArea {
    flex: 4.5;
    margin: auto;
}

.intro_Agarwood .aboutEffect .contents .boxList .box .textArea .sub_title {
    color: #3DB8DD;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 2.29vw, 44px);
    white-space: pre-line;
}

.intro_Agarwood .aboutEffect .contents .boxList .box .textArea .sub_description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.29vw, 44px);
    white-space: pre-line;
}

.intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(2) {
    padding-left: clamp(0px, 14.69vw, 282px);
}

.intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(4) {
    padding-left: clamp(0px, 14.69vw, 282px);
}

.intro_Agarwood .product {
    background-color: #FEFDEB;
}

.intro_Agarwood .product .contents {
    padding-top: 154px;
    padding-bottom: 176px;
}

.intro_Agarwood .product .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 111px;
}

.intro_Agarwood .product .contents .boxList {
    display: flex;
    flex-direction: column;
    gap: clamp(42px, 4.69vw, 90px);
}

.intro_Agarwood .product .contents .boxList .box {
    display: flex;
    flex-direction: row;
    gap: clamp(0px, 1.67vw, 32px);
}

.intro_Agarwood .product .contents .boxList .box .imgArea {
    flex: 2;
    margin: auto;
    text-align: right;
}

.intro_Agarwood .product .contents .boxList .box .imgArea img {
    width: 100%;
    max-width: fit-content;
}

.intro_Agarwood .product .contents .boxList .box .textArea {
    flex: 4.5;
    margin: auto;
}

.intro_Agarwood .product .contents .boxList .box .textArea .sub_title {
    color: #3DB8DD;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 2.29vw, 44px);
    /* 183.333% */
    white-space: pre-line;
}

.intro_Agarwood .product .contents .boxList .box .textArea .sub_description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.29vw, 44px);
    /* 183.333% */
    white-space: pre-line;
}

/* .intro_Agarwood 끝*/

/* company 시작*/
.company .mainTop {
    background-image: url(../img/bg_company_top.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 640px;
    /* padding-top: 156px; */
}

.company .mainTop .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 166px;
    width: 60%;
}

.company .mainTop .contents .logo {
    display: none;
}

.company .mainTop .contents .area01 {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: pre-line;
}

.company .mainTop .contents .area02 {
    color: #FFF;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-size: clamp(36px, 2.5vw, 48px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    white-space: pre-line;
}

.company .introduction {
    background-color: #FEFDEB;
}

.company .introduction .contents {
    padding-top: 127px;
    padding-bottom: 157px;
}

.company .introduction .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 34px;
}

.company .introduction .contents .sub_title {
    color: #6D4712;
    text-align: center;
    font-size: clamp(24px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(36px, 2.6vw, 50px);
    white-space: pre-line;
    /* 156.25% */
}

.company .introduction .contents .description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(32px, 2.6vw, 50px);
    /* 208.333% */
    white-space: pre-line;
}

.company .introduction .contents .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 53px;
    margin-top: 64px;
    margin-bottom: 54px;
}

.company .introduction .contents .box img {
    max-width: fit-content;
    width: 100%;
}

.company .singularity {
    background-color: #E0EBE3;
}

.company .singularity .contents {
    padding-top: 165px;
    padding-bottom: 174px;
}

.company .singularity .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex-grow: 1;
    margin-bottom: 81px;
}

.company .singularity .contents .boxList {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 150px;
    margin-top: 61px;
    margin-bottom: 162px;
}

.company .singularity .contents .boxList .box {
    display: flex;
    gap: 63px;
}

.company .singularity .contents .boxList .box .imgBox {
    flex: 1;
    margin: auto;
}

.company .singularity .contents .boxList .box .imgBox img {
    width: 100%;
    max-width: fit-content;
}

.company .singularity .contents .boxList .box .textArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    flex: 1.3;
}

.company .singularity .contents .boxList .box .textArea .sub_title {
    color: #3DB8DD;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 2.6vw, 50px);
    /* 208.333% */
    white-space: pre-line;
}

.company .singularity .contents .boxList .box .textArea .sub_description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 208.333% */
    white-space: pre-line;
}

.company .singularity .contents .title:nth-of-type(3) {
    margin-bottom: 34px;
}

.company .singularity .contents .box.reverse {
    display: flex;
    flex-direction: row-reverse;
    gap: 86px;
}

.company .singularity .contents .box.reverse .imgBox {
    flex: 1;
    margin: auto;
}

.company .singularity .contents .box.reverse .imgBox img {
    width: 100%;
    max-width: fit-content;
}

.company .singularity .contents .box.reverse .textArea {
    flex: 1.3;
}

.company .singularity .contents .box.reverse .textArea .sub_description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 208.333% */
    white-space: pre-line;
}

.company .visionMission_manufacturer {
    background-color: #FEFDEB;
}

.company .visionMission_manufacturer .contents {
    padding-top: 162px;
    padding-bottom: 185px;
}

.company .visionMission_manufacturer .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.company .visionMission_manufacturer .contents .description {
    color: #3DB8DD;
    text-align-last: center;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 156.25% */
    white-space: pre-line;
    margin-top: 113px;
    margin-bottom: 118px;
}

.company .visionMission_manufacturer .contents .boxList {
    display: flex;
    flex-direction: column;
    gap: 74px;
    margin-bottom: 170px;
}

.company .visionMission_manufacturer .contents .boxList .box .sub_title {
    color: #3DB8DD;
    font-size: clamp(20px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: clamp(24px, 2.6vw, 50px);
    /* 208.333% */
}

.company .visionMission_manufacturer .contents .boxList .box .sub_description {
    color: #515151;
    font-size: clamp(18px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(30px, 2.6vw, 50px);
    /* 208.333% */
}

.company .visionMission_manufacturer .contents .manufacturer_block .title {
    margin-bottom: 79px;
}

.company .visionMission_manufacturer .contents .manufacturer_block .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 49px;
    width: 71.5%;
    margin: auto;
}

.company .visionMission_manufacturer .contents .manufacturer_block .box .imgBox img {
    width: 100%;
    max-width: fit-content;
}

.company .visionMission_manufacturer .contents .manufacturer_block .box iframe {
    width: 100%;
    height: 35vw;
    max-height: 501px;
}

.company .certificate {
    background-color: #E0EBE3;
}

.company .certificate .contents {
    padding-top: 179px;
    padding-bottom: 230px;
}

.company .certificate .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.67vw, 32px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 94px;
}

.company .certificate .contents .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 104px 0;
    margin-bottom: 180px;
}

.company .certificate .contents .list .box {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.company .certificate .contents .list .box img {
    max-width: fit-content;
}

.company .certificate .contents .list .box .description {
    color: #515151;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.company .certificate .contents .title:nth-last-child(1) {
    margin-top: 183px;
    margin-bottom: 76px;
}

.slick-slide {
    transition: transform 0.4s, filter 0.4s, opacity 0.4s;
    opacity: 0.5;
    /* 기본 흐림 */
    filter: blur(2px);
    transform: scale(0.7);
    z-index: 1;
    margin: auto;
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.slick-slide img {
    width: 100%;
}

.slick-track {
    display: flex;
}

/* 중앙 슬라이드 */
.slick-center {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: scale(1.1) !important;
    z-index: 3;
}

.company .contact {
    background-color: #FEFDEB;
}

.company .contact .contents {
    padding-top: 130px;
    padding-bottom: 153px;
}

.company .contact .contents .title {
    color: #6D4712;
    font-size: clamp(20px, 1.88vw, 36px);
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 111.111% */
    margin-bottom: 30px;
}

.company .contact .contents .sub_title {
    color: #515151;
    font-size: clamp(16px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 166.667% */
    margin-bottom: 16px;
}

.company .contact .contents .description {
    color: #515151;
    font-size: clamp(14px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(16.8px, 2.08vw, 40px);
    /* 200% */
}

.company .contact .contents .block {
    display: flex;
    align-items: center;
    gap: 11px;
}

.company .contact .contents .detail_list {
    margin-bottom: 51px;
}


/* company 끝*/

/*footer*/
footer {
    height: 336px;
    background-color: #BFD8DC;
}

footer .bottom {
    height: 100%;
}

footer .bottom .block {
    padding-top: 42px;
    text-align: center;
}

footer .bottom .block .box {
    margin-bottom: 63px;
}

footer .bottom .block .box table {
    text-align: left;
}

footer .bottom .block .box table td {
    vertical-align: top;
}

footer .bottom .block .box .sns_title {
    padding-right: 28px;
}

footer .bottom .block .box .btnIcon {
    padding-left: 29px;
}

footer .bottom .block .box .btnIcon svg {
    cursor: pointer;
}

footer .bottom .block .box span {
    color: #515151;
    font-size: clamp(16px, 1.04vw, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(22px, 2.08vw, 40px);
    /* 200% */
}

footer .bottom .block .copyright {
    text-align: center;
    font-size: clamp(14px, 0.83vw, 16px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (max-width: 1920px) {}

@media (max-width: 1250px) {
    .col-main {
        width: 85%;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box img {
        width: 100%;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(2),
    .intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(4) {
        padding-left: 0;
    }
}

@media (max-width: 900px) {}

@media (max-width: 500px) {
    .col-main {
        width: 88%;
    }

    header {
        /* height: 100px;
        background-image: url(../img/bg_top_m.png);
        background-size: cover;
        background-position-y: top; */
        display: none;
    }

    header .logo-icon {
        display: none;
    }

    .m_menu .list {
        position: absolute;
        width: 90%;
        background-color: #fff;
        top: 0px;
        right: 0px;
        z-index: 999;
        flex-direction: column;
        height: 50%;
        background-color: #FEFDEB;
        line-height: normal;
        max-height: 500px;
        max-width: 500px;
    }

    .m_menu .list a {
        text-decoration: none;
        color: inherit;
    }

    .m_menu .list .top {
        text-align: right;
        padding: 15px;

    }

    .m_menu .list button {
        background-color: transparent;
        border: unset;
    }

    .m_menu .list h4 {
        font-family: Poppins;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .m_menu .list button {
        /* padding-left: 10%; */
    }

    .m_menu .list p {
        /* padding-left: 10%;
        font-family: Poppins Noto Sans KR;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal; */
        display: flex;
        gap: 6px;
    }

    .m_menu .list .active {
        color: #1DA132;
    }

    .m_menu .list .active:before {
        background: url(../img/Ellipse.png) no-repeat;
        content: "";
        display: inline-block;
        width: 8px;
        height: 25px;
        padding: 5px 10px;
        background-position-y: center;
    }

    .m_menu .list p:not(.active) {
        padding-left: calc(5% + 18px);
    }

    .m_menu .list .menuList {
        margin-bottom: 25px !important;
    }

    .m_menu .list .m-language button {
        width: 60%;
        text-align: left;
    }

    .intro_Agarwood .mainTop {
        height: 780px;
        background-image: url(../img/bg_top_m.png);
        background-size: cover;
        background-position-y: top;

        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start !important;
    }

    .intro_Agarwood .mainTop .m_menu {
        display: block !important;
        height: 100px;
        line-height: 100px;
    }

    .intro_Agarwood .mainTop .m_menu .icon {
        text-align: right;
        padding-right: 15px;
    }

    .intro_Agarwood .mainTop .m_menu .icon button {
        border: none;
        background-color: transparent;
    }

    .intro_Agarwood .mainTop .contents {
        width: 90%;
        gap: unset;
    }

    .intro_Agarwood .mainTop .contents .logo {
        display: block;
        margin-bottom: 15px;
    }

    .intro_Agarwood .mainTop .contents .area01 {
        margin-bottom: 105px;
    }


    .intro_Agarwood .aboutProduct .contents {
        padding-top: 71px;
        padding-bottom: 32px;
    }

    .intro_Agarwood .aboutProduct .contents .title {
        margin-bottom: 30px;
    }

    .intro_Agarwood .aboutProduct .contents .description {
        white-space: unset;
    }

    .intro_Agarwood .aboutProduct .contents .imgBox {
        margin: 29px 0 38px 0;
    }

    .intro_Agarwood .aboutProduct .contents #introduction_Description02 {
        margin-bottom: 35px;
    }

    .intro_Agarwood .aboutEffect .contents {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .intro_Agarwood .aboutEffect .contents .title {
        margin-bottom: 30px;
    }

    .intro_Agarwood .aboutEffect .contents .description {
        margin-bottom: 40px;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box .imgArea {
        flex: unset;
        margin: unset;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box .textArea {
        flex: unset;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box .textArea .sub_title {
        position: absolute;
        top: 40px;
        left: 135px;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box .textArea .sub_description {
        white-space: unset;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(2) {
        padding-left: unset;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(3) {
        width: unset;
    }

    .intro_Agarwood .aboutEffect .contents .boxList .box:nth-of-type(4) {
        padding-left: unset;
    }

    .intro_Agarwood .product .contents {
        padding-top: 32px;
        padding-bottom: 146px;
    }

    .intro_Agarwood .product .contents .title {
        margin-bottom: 30px;
    }

    .intro_Agarwood .product .contents .boxList .box {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
    }

    .intro_Agarwood .product .contents .boxList .box .imgArea {
        flex: unset;
        margin: unset;
    }

    .intro_Agarwood .product .contents .boxList .box .textArea {
        flex: unset;
    }

    .intro_Agarwood .product .contents .boxList .box .textArea .sub_title {
        position: absolute;
        top: 20px;
        left: 135px;
    }

    .intro_Agarwood .product .contents .boxList .box .textArea .sub_description {
        white-space: unset;
    }

    /* company 페이지 시작 */

    .company .mainTop {
        height: 780px;
        background-image: url(../img/bg_company_top_m.png);
        background-size: cover;
        background-position-y: top;

        flex-wrap: wrap;
        flex-direction: column;
        justify-content: start !important;
        margin: 0;
    }

    .company .mainTop .m_menu {
        display: block !important;
        height: 100px;
        line-height: 100px;
    }

    .company .mainTop .m_menu .icon {
        text-align: right;
        padding-right: 15px;
    }

    .company .mainTop .m_menu .icon button {
        border: none;
        background-color: transparent;
    }

    .company .mainTop .contents {
        width: 90%;
        gap: unset;
    }

    .company .mainTop .contents .logo {
        display: block;
        margin-bottom: 15px;
    }

    .company .mainTop .contents .area01 {
        margin-bottom: 105px;
    }

    .company .introduction .contents {
        padding-top: 71px;
        padding-bottom: 24px;
    }

    .company .introduction .contents .title {
        margin-bottom: 30px;
    }

    .company .introduction .contents .description {
        white-space: unset;
    }

    .company .singularity .contents {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .company .singularity .contents .title {
        margin-bottom: 30px;
    }

    .company .singularity .contents .title:nth-of-type(3) {
        margin-bottom: 41px;
    }

    .company .singularity .contents .d-flex .flex-2 {
        flex: unset;
    }

    .company .singularity .contents .boxList {
        margin-top: 0;
        margin-bottom: 71px;
        gap: 64px;
    }

    .company .singularity .contents .boxList .box {
        flex-direction: column;
        gap: 25px;
    }

    .company .singularity .contents .boxList .box .imgBox {
        margin: auto;
    }

    .company .singularity .contents .boxList .box .textArea {
        gap: unset;
    }

    .company .singularity .contents .box.reverse {
        flex-direction: column;
        gap: 22px;
    }

    .company .singularity .contents .box.reverse .imgBox {
        margin: auto;
    }

    .company .visionMission_manufacturer .contents {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .company .visionMission_manufacturer .contents .description {
        margin-top: 39px;
        margin-bottom: 40px;
        white-space: unset;
    }

    .company .visionMission_manufacturer .contents .boxList {
        gap: 30px;
        margin-bottom: 50px;
    }

    .company .visionMission_manufacturer .contents .manufacturer_block .title {
        margin-bottom: 40px;
    }

    .company .visionMission_manufacturer .contents .manufacturer_block .box {
        gap: 40px;
    }

    .company .visionMission_manufacturer .contents .manufacturer_block .box iframe {
        height: 50vw;
        max-height: 195px;
    }

    .company .certificate .contents {
        padding-top: 40px;
        padding-bottom: 35px;
    }

    .company .certificate .contents .title {
        margin-bottom: 40px;
    }

    .company .certificate .contents .list {
        margin-bottom: 69px;
        gap: 25px 0;
    }

    .company .certificate .contents .list .box {
        gap: 7px;
    }

    .company .certificate .contents .list .box img {
        width: 100%;
    }

    .company .contact .contents {
        padding-top: 35px;
        padding-bottom: 80px;
    }

    .company .contact .contents .block {
        gap: 9px;
    }

    .company .contact .contents .detail_list {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-bottom: 31px;
    }

    .company .contact .contents .title {
        margin-bottom: 40px;
    }

    .company .contact .contents .sub_title {
        margin-bottom: 14px;
    }

    /* company 페이지 끝 */

    footer {
        height: fit-content;
        padding-bottom: 30px;
    }

    footer .bottom .block .box {
        margin-bottom: 75px;
    }

    footer .bottom .block .box table:nth-last-child(2) {
        margin-bottom: 26px;
    }

    footer .bottom .block .box .sns_title {
        padding-right: 6px;
    }

    footer .bottom .block .box .btnIcon {
        padding-left: 19px;
    }
}