@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}


body {
    color: #333;
    font-family: 'Paperlogy', 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 20px;
    line-height: 1.3;
    box-sizing: border-box;
    font-weight: 400;
}

* {
    font-family: 'Paperlogy', 'Spoqa Han Sans Neo', 'sans-serif' !important
}

img, video {
    max-width: 100%;
}

.container {
    max-width: 1640px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto
}

section {
    overflow: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    transition: 0.5s;
}

header.scroll_down {
    top: -85px;
}

a {
    cursor: pointer;
}

:root {
    --color: #1b9a34;
    --color2: #8bc22f;
}


nav {
    height: 85px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    display: flex;
}

nav ul li a {
    padding: 23px 40px;
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.header_on nav ul li a {
    color: #000;
    text-shadow: none;
}

.nav_right {
    display: flex;
    align-items: center;
}

.nav_right > a.greenBox {
    padding: 10px 16px;
    border-radius: 8px;
    background-color: #1b9a34;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    color: #fff;
}

.nav_right ul {
    margin-right: 40px;
}

nav ul li {
    position: relative;
}

nav ul li:after {
    content: "";
    height: 5px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #93c145;
    transition: 0.5s;
}

nav ul li.on:after, nav ul li:hover:after {
    width: 100%;
}

.flex {
    display: flex;
}

nav a {
    color: #f2f2e8;
}

.section {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
}

#main {
    background: url("/img/section1_bg.jpg") no-repeat center center / cover;
    position: relative;
}

#main video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec01 {
    background: url("/img/section2_bg.jpg") no-repeat center center / cover;
}

#sec02 {
    background: url("/img/section3_bg.jpg") no-repeat center center / cover;
}

#sec03 {
    background: url("/img/section4_bg.jpg") no-repeat center center / cover;
}

#sec04 {
    background: url("/img/section5_bg.jpg") no-repeat center center / cover;
    text-align: center;
}


.tit h3 {
    font-size: 64px;
    font-weight: 500;
    color: #222;
    font-family: 'Paperlogy';
}

.tit h3 b {
    font-weight: 800;
}

.tit p {
    margin-top: 25px;
    font-size: 40px;
    font-weight: 500;
    color: #545454;
}

#main .tit, #main .tit h3 {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#main .tit p {
    color: #eee;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#main .tit h3 b {
    display: block;
    margin-top: 10px;
    font-size: 64px;
}

#sec01 .flex {
    align-items: center;
    justify-content: space-between;
}

#sec01 .tit p {
    color: #fff;
}

#sec01 li + li {
    margin-top: 30px;
}

#sec01 li {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
    width: 700px;
}

.sec0101 {
    flex: 1;
}

.sec01_txt {
    padding: 20px 28px;
    background-color: #fff;
    flex: 1;
}

#sec01 li .sec01_txt b {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #1b9a34;
    margin-bottom: 10px;
    font-family: 'Paperlogy';
}

#sec01 li .sec01_txt p {
    font-size: 20px;
    line-height: 1.6;
    color: #1c1c1c;
}

.sec01_img {
    width: 180px;
}

.sec01_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#sec01 .tit h3 {
    color: #fff;
}

#sec01 .tit h3 b {
    font-weight: 800;
}

#sec01 .tit p {
    color: #fff;
}

#sec02 .tit, #sec02 .tit p {
    color: #222;
}

#sec02 .tit p {
    margin-top: 0;
    margin-bottom: 10px;
}

#sec02 .tit h3 {
    font-size: 54px;
    font-weight: 700;
    color: #222;
}

#sec02 .tit h3 b {
    color: var(--color);
}

#sec02 ul {
    margin-top: 50px;
}

#sec02 ul li {
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

#sec02 ul li img {
    margin-right: 10px;
}

#sec02 ul li + li {
    margin-top: 20px;
}

.sec03_tt {
    text-align: center;
    font-size: 62px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 100px;
}

.sec03_tt h3 {
    font-size: 62px;
    font-weight: 800;
    color: #fff;
}

.review_swiper .swiper-slide div {
    padding: 36px;
    border-radius: 20px;
    border: solid 1px #e7e9ed;
    background-color: #fff;
    height: 400px;
}

.review_swiper .swiper-slide p {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: -0.5px;
    text-align: left;
    color: #353635;
    margin-top: 20px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    width: 56px;
    height: 56px;
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #ededed;
    background-color: rgba(255, 255, 255, 0.8);
}

.swiper-button-prev img {
    transform: rotate(180deg);
}

.swiper-button-prev {
    left: -1.9vw;
}

.review_wrap {
    position: relative;
}

.swiper_btm .swiper-button-prev {
    top: 50%;
    position: absolute;
    left: -13px
}

.swiper_btm .swiper-button-next {
    top: 50%;
    position: absolute;
    right: -13px
}

.sec04_tt h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}

footer.section {
    height: auto;
    padding: 40px 80px;
    background-color: #f5f5f5;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

footer .flex {
    display: flex;
    justify-content: space-between;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

.fnb_left {
    display: flex;
    gap: 80px;
}

.fnb li {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
    font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

.footerLeft li + li {
    margin-top: 5px;
}

.footerLeft {
    margin-bottom: 50px;
}

.fnb_btm {
    padding-top: 25px;
    border-top: 1px solid #e5e7eb;
}

.copyRight {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.82;
    letter-spacing: normal;
    text-align: left;
    color: #545454;

}

.fnb_sns {
    display: flex;
    gap: 20px;
}

.footerRight h3 {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #353635;
    margin-bottom: 10px;
}

.footerRight li {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
}

.footerRight li b {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #353635;
}

.footerRight .pc {
    display: inline;
}

/********************** use info ************************/

#useInfo * {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important
}

#useInfo {
    padding-bottom: 215px;
}

#useInfo_main {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/sub/useInfoMainImg.jpg") no-repeat center center / cover;
    margin-bottom: 80px;
}
#business #useInfo_main {
    background: url("../img/sub/businessMainImg.jpg") no-repeat center center / cover;
}

#useInfo_main h3 {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.8px;
    text-align: center;
    color: #fff;
}

h2.sub-tit {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: -0.8px;
    text-align: center;
    color: #222;
    padding-bottom: 40px;
    position: relative;
}

h2.sub-tit b {
    color: var(--color2)
}

h2.sub-tit:after {
    content: '';
    display: block;
    width: 96px;
    height: 6px;
    background: var(--color2);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

section#content {
    max-width: 1040px;
    padding: 0 20px;
    margin: 120px auto 0;
}

#useInfo h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.8px;
    color: #222;
    margin-bottom: 24px;
}

#useInfo ul {
    display: flex;
    gap: 24px;
}

#useInfo ul li {
    flex: 1
}

#useInfo ul li .sec01_txt {
    padding: 20px 8px;
}

#useInfo ul li small {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.8px;
    color: #222;
    display: block;
}

#useInfo ul li b {
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.5px;
    text-align: left;
    margin: 8px 0 16px;
    display: block;
}

#useInfo ul li b span {
    color: var(--color2);
}

#useInfo ul li p {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: -0.5px;
    text-align: left;
    color: #9b9b9b;
    padding-left: 10px;
    position: relative;
}

#useInfo ul li p:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9b9b9b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*brand story*/

.sub-menu {
    position: sticky;
    text-align: center;
    top: 5%;
    left: 0;
    margin: 0 auto;
    z-index: 5;
    transition: 0.5s;
}
html {
    font-size: 16px;
}
.sub-menu a {
    font-size: 22px;
    color: #9B9B9B;
    font-weight: 500;
    background: #F2F2F2;
    border-radius: 100px;
    padding: 1rem 2rem;
    text-decoration: none;
    margin-left: 10px;
}

.sub-menu a:nth-child(1) {
    margin-left: 0;
}

.sub-menu a.active {
    color: #fff;
    background:var(--color2)
}

#brandStory * {
    font-family: 'Spoqa Han Sans Neo', 'sans-serif' !important;
}
#brandStory #content {
    overflow: visible;
}
.brandStory {
    position: relative;
    margin: 60px auto 0;
}

.brandStory .inner h6 {
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    font-size: 3rem;
    color: #222
}

.brandStory .inner h6 img {
    vertical-align: sub
}

.brandStory .inner h6 em {
    position: relative;
    font-style: normal;
    color: var(--color2);
    font-size:2rem
}
.brandStory .inner h6 + p {
    text-align: center;
    font-size:20px;
    margin: 24px 0 80px;
}
.brandStory .inner h6 + p b {
    font-weight: 400;
    color: var(--color2);
}

.brandStory .subSec01 {
    margin-top: 160px
}
.brandStory h6 span {
    font-size:22px;
    margin-bottom: 8px;
    display: block;
}
.brandStory h6 b {
    color: var(--color2);
}
.brandStory .subSec01 ul {
    display: flex;
    flex-wrap: wrap;
    gap:20px
}

.brandStory .subSec01 ul li {
    width: calc((100% - 20px) / 2);
}
.brandStory .subSec01 ul li .sec01_txt {
    padding: 20px 0 70px;
    font-size:24px
}
.brandStory .subSec01 ul li small {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
}


.brandStory .subSec02 {
    margin-top: 160px
}

.brandStory .subSec02 .pointWrap {
    position: relative;
    display: flex;
    gap: 3rem;
    padding: 60px 0;
}
.brandStory .subSec02 .pointWrap>div {
    flex:1
}
.brandStory .subSec02 .pointWrap>div.txtWrap {
    padding: 2rem 0;
}
.brandStory .subSec02 .pointWrap:nth-of-type(1) {
    padding-top: 80px
}

.brandStory .subSec02 .imgWrap {
    position: relative;
}
.brandStory .subSec02 .txtWrap span {
    color: var(--color2);
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 1rem;
    display: block;
}
.brandStory .subSec02 .txtWrap strong {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-size: 2.5rem;
    color: #020202;
    display: block;
}
.brandStory .subSec02 .txtWrap em {
    font-style: normal;
}

.brandStory .subSec02 .txtWrap p {
    font-weight: 200;
    line-height: 1.3;
    letter-spacing: -0.05em;
    margin-top: 20px;
    font-size: 1.5rem;
    color: #333
}

.brandStory .subSec02 .pointWrap:nth-child(even) {
    flex-direction: row-reverse;
}

.brandStory .subSec03 {
    padding: 120px 0
}

.brandStory .subSec03 h6 {
    margin-bottom: 60px
}

.brandStory .subSec03 ul {
    display: flex;
    gap:1.5rem;
    flex-wrap: wrap;
}

.brandStory .subSec03 ul li {
    width: calc((100% - 3rem) / 3);
}

.brandStory .subSec03 ul li .txtWrap {
    position: relative;
}

.brandStory .subSec03 ul li .txtWrap strong {
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: -0.05em;
    font-size: 22px;
    color: #333;
    margin-bottom: 8px;
    padding-top: 1.5rem;
    display: block;
}

.brandStory .subSec03 ul li .txtWrap p {
    font-weight: 200;
    letter-spacing: -0.05em;
    font-size: 14px;
    color: #333
}

/* business */

#business #useInfo ul li b {
    font-size:19px
}
#business section#content {
    max-width: 100%;
    padding: 0;
}
.inner {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

#business .brandStory .subSec02 .pointWrap:nth-child(even) {
    flex-direction: row;
    text-align: right;
}
#business .brandStory .subSec02 .pointWrap:nth-child(odd) {
    flex-direction: row-reverse;
}
#business .brandStory .subSec02 .pointWrap {
    position: relative;
    display: flex;
    gap: 0;
    padding: 60px 0;
}
#business  .brandStory .subSec02 .txtWrap {
    position: relative;
    z-index: 2;
}
#business  .brandStory .subSec02 .txtWrap p span {
    display: inline;
    font-weight: 400;
}
#business .brandStory .subSec02 .txtWrap > span {
    color: #222;
    font-weight: bold;
    font-size:22px
}
#business .brandStory .subSec02 .txtWrap strong {
    font-size:3rem;
    position: relative;
    display: inline-block;
    z-index: 2;
}
#business .brandStory .subSec02 .txtWrap strong:after {
    content: "";
    position: absolute;
    top:-15px;
    left: 0;
    width: 141%;
    height: 44px;
    z-index: -1;
    background: url("../img/sub/business0201_txt.png") no-repeat center / 100% auto;
}
#business .brandStory .subSec02 .pointWrap:nth-child(2) .txtWrap strong:after {
    top:-15px;
    left: auto;
    right:0;
    width: 67%;
    background: url("../img/sub/business0202_txt .png") no-repeat center / 100% auto;
}
#business .brandStory .subSec02 .imgWrap {
    width: 50vw;
    position: absolute;
    top:0;
    left: 50%;
    z-index: 1;
    overflow: hidden;
}
#business .brandStory .subSec02 .pointWrap:nth-child(2) .imgWrap{
    left: auto;
    right: 50%;
}
#business .brandStory .subSec02 .pointWrap + .pointWrap {
    margin-top: 120px;
}
@media (max-width: 997px) {
    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    nav {
        position: relative;
        padding: 0 20px;
        border-radius: 0;
    }

    .nav_right {
        display: flex;
        align-items: center;
        gap: 30px;
    }

    #bar {
        display: block;
        width: 30px;
        height: 20px;
        position: relative;
    }

    #bar span {
        height: 2px;
        width: 100%;
        position: absolute;
        background: #fff;
        transition: 0.5s;
    }

    #bar span:nth-child(1) {
        top: 0;
    }

    #bar span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    #bar span:nth-child(3) {
        bottom: 0;
    }

    header {
        position: fixed;
    }

    header.active #bar span:nth-child(1) {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    header.active #bar span:nth-child(2) {
        display: none;
    }

    header.active #bar span:nth-child(3) {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }


    header .container {
        padding: 0;
    }

    header.active {
        background: #fff
    }

    nav ul {
        transition: 0.5s;
        padding: 30px 20px;
        height: calc(100vh - 70px);
        position: absolute;
        display: block;
        top: 85.5px;
        right: -120%;
        width: 100%;
        background: #fff
    }

    nav ul li:after {
        display: none;
    }

    nav ul li a {
        padding: 23px 0;
        text-shadow: none;
        color: #333;
    }

    header.active nav ul {
        right: 0;
    }

    header.active #bar span {
        background: var(--color);
    }

    .nav_right ul {
        margin-right: 0;
    }

    .section {
        height: auto;
        padding: 150px 0;
    }

    .tit h3 {
        font-size: 32px;
    }

    .tit p {
        margin-top: 10px;
        font-size: 20px;
    }

    #main .tit h3 b {
        margin-top: 5px;
        font-size: 32px;
    }

    #sec01 .flex {
        display: block;
    }

    #sec01 .tit {
        margin-bottom: 25px;
    }

    #sec01 li {
        display: block;
        overflow: hidden;
        border-radius: 30px;
        box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.2);
        width: 100%;
        background: #fff;
    }

    .sec01_img {
        width: 100%;
        border-radius: 30px;
        overflow: hidden;
    }

    .sec01_img img {
        object-fit: inherit;
    }

    #sec01 li .sec01_txt b {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #sec01 li .sec01_txt p {
        font-size: 14px
    }

    p {
        word-break: keep-all;
    }

    #sec02 .tit h3 {
        font-size: 28px;
    }

    #sec02 ul {
        margin-top: 25px;
    }

    #sec02 ul li {
        font-size: 16px;

    }

    #sec02 ul li img {
        margin-right: 5px;
        width: 15px;
    }

    #sec02 {
        background: url(/img/section3_bg.jpg) no-repeat 30% center / cover;
    }

    .sec03_tt {
        margin-bottom: 50px;
    }

    .review_swiper .swiper-slide {
        padding: 0 25px;
    }

    .review_swiper .swiper-slide div {
        padding: 15px;
        border-radius: 10px;
        height: auto;
    }

    .review_swiper .swiper-slide p {
        font-size: 13px;
        margin-top: 10px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
        padding: 5px;
    }

    .review_wrap {
        padding: 0
    }

    .sec04_tt h3 {
        font-size: 24px
    }

    footer.section {
        padding: 30px 0;
    }

    .footerLeft {
        margin-bottom: 10px
    }

    .fnb.mb {
        margin-top: 30px;
    }

    footer .container > .flex {
        display: block;
    }

    h1, h2 {
        width: 50px;
    }

    nav {
        height: 55px;
    }

    footer .container > .fnb_btm.flex {
        display: flex;
    }

    .fnb_sns {
        gap: 5px;
    }

    /********************** use info ************************/
    #useInfo {
        padding-bottom: 100px;
    }

    #useInfo_main {
        height: 300px;
        margin-bottom: 40px;
    }

    #useInfo_main h3 {
        font-size: 24px;
    }

    h2.sub-tit {
        font-size: 28px;
        padding-bottom: 20px;
        width: 100%;
    }

    h2.sub-tit:after {
        width: 50px;
        height: 3px;
    }

    #useInfo section:not(#useInfo_main) {
        margin: 60px auto 0;
    }

    #useInfo h4 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    #useInfo ul {
        gap: 12px;
    }

    #useInfo ul li .sec01_txt {
        padding: 10px 5px;
    }

    #useInfo ul li small {
        font-size: 12px;
    }

    #useInfo ul li b {
        font-size: 14px;
        margin: 4px 0 8px;
        word-break: keep-all;
    }

    #useInfo ul li p {
        font-size: 10px;
        padding-left: 5px;
    }

    #useInfo ul li p:before {
        width: 2px;
        height: 2px;
    }

    #useInfo_sec02 ul {
        flex-wrap: wrap;
    }

    #useInfo_sec02 ul li {
        width: calc(50% - 6px);
        flex: auto;
    }
    html {
        font-size:10px
    }
    .sub-menu a {
        font-size: 1rem;
        padding: 1rem 1.5rem;
        margin-left: 5px;
    }
    .brandStory .subSec01 , .brandStory .subSec02{
        margin-top: 80px;
    }
    .brandStory .inner h6 {
        word-break: keep-all;
    }
    .brandStory .inner h6 + p {
        text-align: center;
        font-size: 14px;
        margin: 12px 0 40px;
    }
    .brandStory .subSec01 ul li {
        width: 100%
    }
    .brandStory .subSec01 ul li .sec01_txt {
        padding: 10px 0 0;
        font-size:20px
    }
    .brandStory .subSec01 ul li small {
        display: block;
        font-size: 14px;
        margin-bottom: 4px;
    }


    .brandStory .subSec02 .pointWrap {
        position: relative;
        display: flex ;
        flex-direction: column;
        gap: 1.5rem;
        padding: 20px 0;
    }
    .brandStory .subSec02 .pointWrap:nth-of-type(1) {
        padding-top: 40px;
    }
    .brandStory .subSec02 .pointWrap:nth-child(even) {
        flex-direction: column
    }
    .brandStory .subSec03 ul li {
        width: 100%;
    }
    .brandStory .subSec03 h6 {
        margin-bottom: 30px;
    }

    #business .brandStory .subSec01 ul li {
        width: calc(50% - 6px);
        flex:auto
    }
    #business #useInfo ul li b {
        font-size:12px;
    }
    #business #useInfo ul li b br {
        display: none;
    }
    #useInfo ul li small {
        word-break: keep-all;
    }
    #business .brandStory .subSec02 .imgWrap {
        width: 100%;
        position: static;
    }
    #business .brandStory .subSec02 .pointWrap + .pointWrap {
        margin-top: 0;
    }
    #business .brandStory .subSec02 .pointWrap {
        flex-direction: column;
        padding:  0;
    }
    #business .brandStory .subSec02 .pointWrap:nth-child(odd) ,
    #business .brandStory .subSec02 .pointWrap:nth-child(even) {
        flex-direction: column;
        text-align: left;
    }
    #business .brandStory .subSec02 .pointWrap:nth-child(2) .txtWrap strong:after {
        right: auto;
        left: 0;
    }
    .brandStory .subSec02 .txtWrap span , #business .brandStory .subSec02 .txtWrap > span {
        font-size: 1.5rem
    }
    .brandStory .subSec02 .txtWrap p {
        margin-top: 10px;
    }
}