@charset "UTF-8";
.footer_include {
    margin-top: 50px;
}
/* ----------------------------------------------------------------- */
/* ----------------------------------------------------------------- */
/* box__intro */
.box__intro {
    /* margin-top: 180px; */
    padding: 180px 0 200px 0;
    overflow: hidden;
}

.box__intro .box__container > img:nth-child(1) {
    position: absolute;
    width: 133px;
    height: 135px;
    top: 355px;
    left: calc((100% - 133px)/2);
}

.box__intro .box__container .box__body {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.box__intro .box__container .box__body > li {
    flex: 0 0 auto;
    width: 44%;
}

.box__intro .box__container .box__body > li:first-child > h2 {
    margin-bottom: 50px;
}

/* .box__intro .box__container .box__body > li:first-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 135px;
    background-image: url(../images/about/about-intro-bg-1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
} */

.box__intro .box__container .box__body > li:last-child {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box__intro .box__container .box__body > li:last-child::after {
    content: "";
    position: absolute;
    display: block;
    width: 450px;
    height: 456.75px;
    right: -200px;
    background-image: url(../images/about/about-intro-bg-gray-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* border-radius: 210px;
    background-color: #F0F0F0; */
    z-index: -1;
}

.box__intro .box__container .box__body > li:last-child > img {
    width: 80%;
}

/* box__concept */
.box__concept {
    margin-top: calc(250px - 250px - 150px);
    padding-top: 200px;
    padding-bottom: 300px;
    overflow: hidden;
}

.box__concept .box__bg {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: -1;
}

.box__concept .box__bg > picture > img {
    width: 1600px;
    height: 1625px;
}

.box__concept .box__bg > img:nth-child(2) {
    position: absolute;
    width: 185px;
    height: 363px;
    top: -70px;
    left: calc((100% - 185px)/2 - 700px);
}

.box__concept .box__bg > img:nth-child(3) {
    position: absolute;
    width: 150px;
    height: 153px;
    top: -120px;
    left: calc((100% - 150px)/2 + 465px);
}

.box__concept .box__bg > img:nth-child(4) {
    position: absolute;
    width: 500px;
    height: 508px;
    bottom: -90px;
    left: calc((100% - 500px)/2 - 545px);
}

.box__concept .box__bg > img:nth-child(5) {
    position: absolute;
    width: 150px;
    height: 153px;
    bottom: -170px;
    left: calc((100% - 150px)/2 + 600px);
}

/* 與.box__concept .box__bg 高度相同  */
.box__concept .box__container {
    height: 1625px;
    justify-content: space-between;
    padding: 340px 0 245px 0;
}

/* mobile || PC 不同 */
.box__concept .box__container .box__title {
    position: relative;
    display: flex;
    justify-content: center;
}

.box__concept .box__container .box__title img {
    width: 690px;
    height: 309px;
}


/* box__concept .box__container .box__body */
.box__concept .box__container .box__body-mobile {
    display: none;
}

.box__concept .box__container .box__body {
    position: relative;
    /* width: 600px; */
    width: 940px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;

    margin: 0 auto;
}

.box__concept .box__container .box__body > li {
    flex: 0 0 auto;
    width: 280px;
    height: 280px;
    margin: 0 15px;
}

.box__concept .box__container .box__body > li > img {
    width: 280px;
    height: 280px;
}

.box__concept .box__container .box__body > li:nth-child(1),
.box__concept .box__container .box__body > li:nth-child(2) {
    margin-bottom: 40px;
}

/* box__env */
.box__env {
    margin-top: calc(350px - 300px);
}

.box__env .splide .env__detail__arrow {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;

    margin-bottom: 80px;
}

.box__env .splide .env__detail__arrow .env__title > h2 {
    position: relative;
    display: flex;
    flex-direction: row;
}

.box__env .splide .env__detail__arrow .env__title > h2 > span:first-child {
    margin-right: 10px;
}

.box__env .splide .env__detail__arrow .splide__arrows > button {
    border: none;
    box-sizing: border-box;
    background-color: initial;
    width: 60px;
}

.box__env .splide .env__detail__arrow .splide__arrows > button:first-child {
    margin-right: 20px;
}

.box__env .splide .splide__pagination {
    bottom: -60px;
}

.box__env .splide .splide__pagination > li .is-active {
    background-color: #000000;
}

.box__env .splide .splide__pagination .splide__pagination__page {
    background-color: #CCCCCC;
}

.box__env .splide .splide__track .splide__list .splide__slide > div {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box__env .splide .splide__track .splide__list .splide__slide > p {
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

/* box__journey */
.box__journey {
    overflow: hidden;
    margin-top: 350px;

    /* JS 有所控制 */
    --item-space: 60px;
}

.box__journey .box__container {
    width: 100%;
    max-width: initial;
    padding: 0;
    /* width: calc((100% - 8%));
    max-width: calc(100vw - ((100vw - 1280px)/2 + 40px) * 2);
    padding: 0 min(calc((40/(256)) * (100% - 1024px)), 40px); */
}

.box__journey .box__container .box__sheets {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    display: flex;
    flex-direction: row;
    justify-content: center;

    margin: 0 auto;
}

.box__journey .box__container .box__sheets > li {
    flex: 0 0 auto;
    width: 50%;

    display: flex;
    justify-content: center;

    border-top: 4px solid var(--color-gray);
    box-sizing: border-box;

    /* padding: 30px 0; */

    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.box__journey .box__container .box__sheets > li:hover > label > span {
    color: var(--color-orange);
}

.box__journey .box__container .box__sheets > li > label {
    pointer-events: auto;
    cursor: pointer;

    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.box__journey .box__container .box__sheets > li > label > span {
    color: #C8C8C8;
    /* color: #C8C8C8;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.1rem; */

    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;

    position: relative;
    display: flex;
    flex-direction: row;
}

.box__journey .box__container .box__body {
    position: relative;
    width: 200%;
    /* background-color: var(--bg-color-gray); */
    display: flex;
    flex-direction: row;

    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.box__journey .box__container .box__body > li {
    background-color: var(--bg-color-gray);
    padding: 60px 0;
    position: relative;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;  

    overflow: hidden;
}

.box__journey .box__container .box__body > li > img:nth-child(1) {
    position: absolute;
    width: 600px;
    height: 610px;
    top: 50px;
    left: calc((100% - 600px)/2 + 1000px);
}

.box__journey .box__container .box__body > li > img:nth-child(2) {
    position: absolute;
    width: 600px;
    height: 610px;
    bottom: 0px;
    left: calc((100% - 600px)/2 - 950px);
}

.box__journey .box__container .box__body > li > div {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box__journey .box__container .box__body > li .box__list__con {
    position: relative;
    flex: 1 0 auto;
    width: calc(100% - 60px);
    overflow: hidden;
}

.box__journey .box__container .box__body > li .box__arrows {
    flex: 0 0 auto;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box__journey .box__container .box__body > li .box__arrows > li {
    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.box__journey .box__container .box__body > li .box__arrows .btn__up.is-not-active {
    opacity: 0.5;
}

.box__journey .box__container .box__body > li .box__arrows .btn__down.is-not-active {
    opacity: 0.5;
}

/* --------------------------------------------- */
/* --------------------------------------------- */
.box__journey .box__container .box__body > li .box__list__con .box__list .box__item {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item:not(:last-child) {
    margin-bottom: var(--item-space);
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li {
    position: relative;
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child {
    flex: 0 0 auto;
    width: 230px;
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child {
    flex: 0 0 auto;
    width: calc(100% - 230px - 40px);
    padding: 0 0px 0 0px;
    font-size: 16px;
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child .item__year {
    font-family: Roboto;
    color: var(--color-orange);
    font-size: 70px;
    font-weight: 400;

    position: relative;
    top: 32px
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child .box__subitem:not(:last-child) {
    margin-bottom: 16px;
}

.box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child .box__subitem .item__detail {
    margin-top: 15px;
    padding: 24px 30px;
    position: relative;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    border-radius: 10px;

    font-size: 16px;
    line-height: 1.4rem;
}
/* --------------------------------------------- */
/* --------------------------------------------- */
.box__journey .box__container .box__body > li .box__arrows > li > img {
    width: 60px;
}

/* ----------- */
/* .box__journey .box__container .box__body .box__history,
.box__journey .box__container .box__body .box__event {
    display: none;
} */

/* --checked-- */
#s-history-switch:checked~ .box__sheets > li:nth-child(1) > label > span {
    color: #000000;
}
#s-history-switch:checked~ .box__sheets > li:nth-child(1) {
    border-color: var(--color-orange)
}
#s-history-switch:checked~ .box__body {
    transform: translateX(0%);
}



#s-event-switch:checked~ .box__sheets > li:nth-child(2) > label > span {
    color: #000000;
}

#s-event-switch:checked~ .box__sheets > li:nth-child(2) {
    border-color: var(--color-orange);
}

#s-event-switch:checked~ .box__body {
    transform: translateX(-50%);
}

/* box__brand */
.box__brand {
    margin-top: 200px;
}

.box__brand .box__container {
    width: 100%;
    max-width: initial;
    padding: 0 0;
}

.box__brand .box__container > h2 {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;
    margin-bottom: 50px;
}

.box__brand .box__container .splide {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;
}


/* box__contact */
.box__contact {
    padding-top: 50px;
    margin-top: calc(200px - 50px);
    padding-bottom: 50px;
    overflow: hidden;
}

.box__contact .box__container {
    width: 100%;
    max-width: initial;
    padding: 0 0;

    padding-bottom: 400px;
}

.box__contact .box__container > img:nth-child(1) {
    position: absolute;
    width: 149px;
    height: 394px;
    top: 200px;
    left: calc((100% - 149px)/2 - 690px);
}

.box__contact .box__container > img:nth-child(2) {
    position: absolute;
    width: 600px;
    height: 610px;
    top: 0px;
    left: calc((100% - 600px)/2 + 720px);
}

.box__contact .box__container > img:nth-child(3) {
    position: absolute;
    width: 450px;
    height: 457px;
    top: 750px;
    left: calc((100% - 450px)/2 - 860px);
}

.box__contact .box__container .box__subtitle {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto 50px auto;
}

.box__contact .box__container .box__body {
    position: relative;
}

.box__contact .box__container .box__body .box__map {
    position: relative;

    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;
}

.box__contact .box__container .box__body .box__map img {
    border-radius: 20px;
    overflow: hidden;
}

.box__contact .box__container .box__body .box__list {
    position: relative;
    width: var(--main-width);
    max-width: var(--main-max-width);
    padding: 0 var(--main-padding-side);
    margin: 0 auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.box__contact .box__container .box__body .box__list .box__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    flex: 0 0 auto;
    width: 26%;
}

.box__contact .box__container .box__body .box__list .box__info:not(:last-child) {
    margin-right: 6%;
}

.box__contact .box__container .box__body .box__list .box__info > li:first-child {
    display: flex;
    flex-direction: column;
}

.box__contact .box__container .box__body .box__list .box__info > li:first-child > p:first-child {
    font-size: 24px;
    font-weight: 500;

    margin: 40px 0 20px 0;
}

.box__contact .box__container .box__body .box__list .box__info > li:first-child > p:last-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.box__contact .box__container .box__body .box__list .box__info > li:last-child {
    margin-top: 20px;
}

.box__contact .box__container .box__body .box__list .box__info > li:last-child .btn__map {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;

    background-color: #FFD800;
    border-radius: 30px;

    padding: 18px 0;

    font-size: 22px;
    font-weight: 500;

    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}

.box__contact .box__container .box__body .box__list .box__info > li:last-child .btn__map:hover {
    background-color: #000000;
    color: #fff;
}

.box__contact .box__container .box__body .box__list .box__info > li:last-child .btn__map:hover > img {
    filter: invert(1);
}

.box__contact .box__container .box__body .box__list .box__info > li:last-child .btn__map > img {
    width: 45px;
    position: relative;
    top: 1px;
    margin-left: 10px;

    -webkit-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}


@media only screen and (min-width:360px) {
    .box__intro {
        padding: calc(180px - 20px) 0 200px 0;
    }

    .box__intro .box__container > img:nth-child(1) {
        width: 62px;
        height: 63px;
        top: 700px;
        left: calc((100% - 62px)/2 - 80px);
    }    

    .box__intro .box__container .box__body {
        flex-direction: column-reverse;
        align-items: center;
    }

    .box__intro .box__container .box__body > li {
        width: 100%;
    }

    .box__intro .box__container .box__body > li:first-child {
        margin-top: calc(200px - 20px);
    }

    .box__intro .box__container .box__body > li:first-child::after {
        margin-top: 50px;
    }

    .box__intro .box__container .box__body > li:last-child::after {
        width: 307px;
        height: 312px;
        right: -100px;
    }    

    .box__intro .box__container .box__body > li:last-child > img {
        width: 240px;
    }

    .box__concept {
        margin-top: calc(150px - 200px);
        padding-bottom: 200px;
    }

    .box__concept .box__bg > img:nth-child(3) {
        width: 70px;
        height: 72px;
        top: -80px;
        left: calc((100% - 70px)/2 + 120px);
    }
    
    .box__concept .box__bg > img:nth-child(4) {
        width: 150px;
        height: 153px;
        bottom: 0px;
        left: calc((100% - 150px)/2 - 210px);
    }
    
    .box__concept .box__bg > img:nth-child(5) {
        width: 70px;
        height: 72px;
        bottom: -260px;
        left: calc((100% - 70px)/2 + 120px);
    }

    .box__concept .box__container {
        height: calc(711px + 140px);
        justify-content: space-between;
        padding: 100px 0 0px 0;
    }

    .box__concept .box__bg > picture > img {
        width: 700px;
        height: 711px;
    }

    .box__concept .box__container .box__title img {
        width: 320px;
    }

    .box__concept .box__container .box__body {
        display: none;
    }

    .box__concept .box__container .box__body-mobile {
        position: absolute;
        display: block;
        left: -4%;
        right: -4%;
        bottom: 0px;
    }

    .box__concept .box__body-mobile .splide .splide__track .splide__list .splide__slide {
        display: flex;
        justify-content: center;
    }

    .box__concept .box__body-mobile .splide .splide__track .splide__list .splide__slide > img {
        width: 100%;
        max-width: 400px;
    }

    .box__env {
        padding-bottom: 100px;
    }

    .box__env .splide .env__detail__arrow {
        margin-bottom: 40px;

        flex-direction: column;
        justify-content: initial;
        align-items: flex-start;
    }

    /* .box__env .splide .env__detail__arrow .env__title > h2 {
        flex-direction: column;
    }
    
    .box__env .splide .env__detail__arrow .env__title > h2 > span:first-child {
        margin-right: 0px;
    } */

    .box__env .splide .env__detail__arrow .env__arrows {
        margin-top: 20px;
        align-self: flex-end;
    }

    .box__env .splide .env__detail__arrow .splide__arrows > button {
        width: 48px;
    }

    .box__env .splide .splide__track .splide__list .splide__slide > div {
        border-radius: 0px;
    }

    .box__env .splide .splide__track .splide__list .splide__slide > p {
        font-size: 16px;

        width: var(--main-width);
        max-width: var(--main-max-width);
        padding: 10px var(--main-padding-side);
        margin: 10px auto 0 auto;
    }

    .box__env .splide .splide__pagination {
        bottom: -40px;
    }

    /* box__journey */
    .box__journey {
        margin-top: 150px;
    }

    .box__journey .box__container .box__sheets {
        width: 100%;
    }

    .box__journey .box__container .box__sheets > li > label > span {
        flex-direction: column;
        align-items: center;
    }

    .box__journey .box__container .box__body > li > div {
        flex-direction: column-reverse;
    }

    .box__journey .box__container .box__body > li > img:nth-child(1) {
        top: 170px;
        left: calc((100% - 600px)/2 + 375px);
    }

    .box__journey .box__container .box__body > li .box__arrows {
        height: 45px;
        flex-direction: row;
        justify-content: flex-end;
        margin-bottom: 50px;
    }

    .box__journey .box__container .box__body > li .box__arrows > li > img {
        width: 45px;
    }

    .box__journey .box__container .box__body > li .box__arrows .btn__up {
        margin-right: 15px;
    }

    .box__journey .box__container .box__body > li .box__list__con {
        width: calc(100% - 0px);
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child {
        width: 100%;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child {
        width: 100%;
        padding: 0 0px 0 0px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child {
        /* margin-bottom: 15px; */
        margin-bottom: 10px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child .item__year {
        font-size: 46px;
        top: 0px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child .box__subitem .item__detail {
        padding: 20px 20px;
    }

    /* box__brand */
    .box__brand .box__container .splide {
        width: 100%;
        max-width: initial;
        padding: 0 0;
    }

    /* box__contact */
    .box__contact {
        padding-top: 100px;
        margin-top: calc(200px - 100px);
    }

    .box__contact .box__container {
        padding-bottom: 200px;
    }

    .box__contact .box__container .box__body .box__map {
        width: 100%;
        max-width: initial;
        padding: 0 0;
    }

    .box__contact .box__container .box__body .box__map img {
        border-radius: 0px;
        overflow: hidden;
    }

    .box__contact .box__container > img:nth-child(2) {
        width: 450px;
        height: 457px;
        top: -70px;
        left: calc((100% - 450px)/2 + 285px);
    }

    .box__contact .box__container .box__body .box__list {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .box__contact .box__container .box__body .box__list .box__info {
        width: 100%;
    }

    .box__contact .box__container .box__body .box__list .box__info:not(:last-child) {
        margin-right: 0%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) {
    .box__env .splide .env__detail__arrow {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    /* .box__env .splide .env__detail__arrow .env__title > h2 {
        flex-direction: row;
    }
    
    .box__env .splide .env__detail__arrow .env__title > h2 > span:first-child {
        margin-right: 10px;
    } */

    .box__env .splide .env__detail__arrow .env__arrows {
        margin-top: 0px;
        align-self: initial;
    }


    .box__concept .box__container {
        height: calc(711px + 200px);
    }

    .box__concept .box__container .box__title img {
        width: 690px;
    }

    .box__concept .box__body-mobile .splide .splide__track .splide__list .splide__slide > img {
        width: 90%;
        max-width: 400px;
    }

    .box__contact .box__container .box__body .box__list {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .box__contact .box__container .box__body .box__list .box__info {
        width: 48%;
    }
}

@media only screen and (min-width:1024px) {
    .box__intro {
        padding: 180px 0 200px 0;
    }

    .box__intro .box__container > img:nth-child(1) {
        width: 133px;
        height: 135px;
        top: 355px;
        left: calc((100% - 133px)/2);
    }

    .box__intro .box__container .box__body {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .box__intro .box__container .box__body > li {
        width: 44%;
    }

    .box__intro .box__container .box__body > li:first-child {
        margin-top: 0px;
    }

    .box__intro .box__container .box__body > li:first-child::after {
        margin-top: 0px;
    }

    .box__intro .box__container .box__body > li:last-child::after {
        width: 450px;
        height: 456.75px;
        right: -200px;
    }

    .box__intro .box__container .box__body > li:last-child > img {
        width: 80%;
    }

    .box__concept {
        margin-top: calc(250px - 250px - 150px);
        padding-top: 200px;
        padding-bottom: 300px;
    }
    
    .box__concept .box__bg > img:nth-child(3) {
        width: 150px;
        height: 153px;
        top: -120px;
        left: calc((100% - 150px)/2 + 465px);
    }
    
    .box__concept .box__bg > img:nth-child(4) {
        width: 500px;
        height: 508px;
        bottom: -90px;
        left: calc((100% - 500px)/2 - 545px);
    }
    
    .box__concept .box__bg > img:nth-child(5) {
        width: 150px;
        height: 153px;
        bottom: -170px;
        left: calc((100% - 150px)/2 + 600px);
    }

    .box__concept .box__container .box__body-mobile {
        display: none;
    }

    .box__concept .box__container .box__body {
        display: flex;
    }

    .box__concept .box__container {
        height: 1625px;
        justify-content: space-between;
        padding: 340px 0 245px 0;
    }
    
    .box__concept .box__bg > picture > img {
        width: 1600px;
        height: 1625px;
    }

    .box__concept .box__container .box__title img {
        width: 860px;
        /* height: 309px; */
    }

    .box__env {
        padding-bottom: 0px;
    }

    .box__env .splide .env__detail__arrow {
        margin-bottom: 80px;
    }

    .box__env .splide .env__detail__arrow .splide__arrows > button {
        width: 60px;
    }
    
    .box__env .splide .splide__track .splide__list .splide__slide > div {
        border-radius: 10px;
    }

    .box__env .splide .splide__track .splide__list .splide__slide > p {
        font-size: 16px;

        width: 100%;
        max-width: initial;
        padding: 10px 0;
        margin: 0px auto 0 auto;
    }    

    .box__env .splide .splide__pagination {
        bottom: -60px;
    }

    /* box__journey */
    .box__journey {
        margin-top: 350px;
    }

    .box__journey .box__container .box__sheets {
        width: var(--main-width);
    }

    .box__journey .box__container .box__sheets > li > label > span {
        flex-direction: row;
        align-items: initial;
    }

    .box__journey .box__container .box__sheets > li > label > span > span:first-child {
        margin-right: 10px;
    }

    .box__journey .box__container .box__body > li > div {
        flex-direction: row;
        justify-content: space-between;
    }

    .box__journey .box__container .box__body > li > img:nth-child(1) {
        top: 50px;
        left: calc((100% - 600px)/2 + 1000px);
    }

    .box__journey .box__container .box__body > li .box__arrows {
        height: 140px;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .box__journey .box__container .box__body > li .box__arrows > li > img {
        width: 60px;
    }

    .box__journey .box__container .box__body > li .box__arrows .btn__up {
        margin-right: 0px;
    }

    .box__journey .box__container .box__body > li .box__list__con {
        width: calc(100% - 60px);
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item {
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child {
        width: 230px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child {
        width: calc(100% - 230px - 40px);
        padding: 0 0px 0 0px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child {
        margin-bottom: 0px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:first-child .item__year {
        font-size: 70px;
        top: 32px;
    }

    .box__journey .box__container .box__body > li .box__list__con .box__list .box__item > li:last-child .box__subitem .item__detail {
        padding: 24px 30px;
    }

    /* box__brand */
    .box__brand .box__container .splide {
        width: var(--main-width);
        max-width: var(--main-max-width);
        padding: 0 var(--main-padding-side);
    }

    #brand-slider .splide__list .splide__slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #brand-slider .splide__list .splide__slide > img {
        max-width: 170px;
    }


    /* box__contact */
    .box__contact {
        padding-top: 50px;
        margin-top: calc(200px - 50px);
    }

    .box__contact .box__container {
        padding-bottom: 400px;
    }

    .box__contact .box__container .box__body .box__map {
        width: var(--main-width);
        max-width: var(--main-max-width);
        padding: 0 var(--main-padding-side);
    }

    .box__contact .box__container .box__body .box__map img {
        border-radius: 20px;
        overflow: hidden;
    }

    .box__contact .box__container > img:nth-child(2) {
        width: 600px;
        height: 610px;
        top: 0px;
        left: calc((100% - 600px)/2 + 720px);
    }

    .box__contact .box__container .box__body .box__list {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .box__contact .box__container .box__body .box__list .box__info {
        width: 26%;
    }

    .box__contact .box__container .box__body .box__list .box__info:not(:last-child) {
        margin-right: 6%;
        margin-bottom: 0px;
    }

}

@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 1440px) {

}

@media only screen and (min-width: 1680px) {

}

@media only screen and (min-width: 1920px) {

}
