.work-wrap-box {
    max-width: 1440px;
    margin: 0 auto;
}

.work-title {
    padding-top: 8rem;
    background-color: transparent !important;
}

.work-title .pr-title {
    font-size: clamp(2.5rem, 4vw + 1.25rem, 5.5rem);
    font-weight: 600;
}

.pr-item {
    display: flex;
    flex-direction: row;
    padding-bottom: 5rem;
    font-family: 'pretendard';
    margin-top: 1rem;
}

.pr-list {
    font-size: 20px;
    margin-right: 10px;
    color: #121212;
    z-index: 2;
    font-weight: 600;
}

.pr-item li>div {
    border-radius: 30px;
    border: 1px #444 solid;
    line-height: 1;
    padding: 0.5rem 0.8rem;
}

.pr-item li>div.active {
    background: #111
}

.pr-item li.active>div {
    background: #111;
    color: #fff;
}

.work-wrap .work-list-box {
    display: flex;
    flex-wrap: wrap;
    gap: 72px 4%;
}

.work-list-box .work-content {
    flex-basis: 48%;
}

.work-list-box .work-txt-box {
    float: left;
    width: 49%;
    margin-top: 24px;
}

.work-wrap-box .work-img {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
}

.work-content .work-img img {
    width: 100%;
    height: 550px;
    display: block;
    transition: all 0.2s linear;
}

.work-img a:hover img {
    transform: scale(1.05);
}

.work-txt-box .work-txt-tt {
    font-family: 'pretendard';
    font-size: 30px;
    font-weight: 700;
}

.work-txt-box .work-txt-p {
    font-size: 20px;
    font-family: 'pretendard';
    color: #999;
    font-weight: 500;
}

.work-list-box::after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    visibility: hidden;
}

.work-list-box {
    /* margin-bottom: 150px; */
}

.work-more-box {
    display: flex;
    justify-content: center;
    padding-bottom: 8rem;
}

.more_list:hover {
    border: 1px solid #FFFFFF;
}

.work-more-box .work-more-list {
    width: 9.64vw;
    height: 2.6vw;
    text-align: center;
    border: 1px solid #222222;
    font-family: 'Pretendard';
    font-size: 18px;
    font-weight: 400;
    color: #121212;
}

.work-hover-motion {
    position: relative;
    display: block;
    text-align: center;
    line-height: 3.0;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .work-content .work-img img {
        height: 500px;
    }

    .work-txt-box .work-txt-tt {
        font-size: 28px;
    }

    .work-wrap-box {
        max-width: 92%;
    }
}

@media (max-width: 1024px) {
    .pr-item {
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .work-wrap .work-list-box {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .work-txt-box .work-txt-tt {
        font-size: 26px;
    }

    .work-txt-box .work-txt-p {
        font-size: 19px;
    }

    .pr-item .pr-list {
        font-size: 18px;
    }

    .work-wrap .work-list-box {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .pr-item {
        padding-bottom: 4rem;
    }

    .pr-item .pr-list {
        font-size: 16px;
    }

    .pr-list {
        margin-right: 5px;
    }

    .work-wrap .work-list-box {
        gap: 50px;
    }

    .pr-item li>div {
        padding: 0.3rem 0.5rem;
    }

    .work-list-box {
        /* margin-bottom: 70px; */
    }

    .work-more-box {

        padding-bottom: 5rem;
    }
}

@media (max-width: 640px) {
    .work-content .work-img img {
        height: 400px;
    }

    .work-txt-box .work-txt-tt {
        font-size: 23px;
    }

    .work-txt-box .work-txt-p {
        font-size: 18px;
    }

    .work-list-box .work-txt-box {
        margin-top: 8px;
    }

    .pr-item .pr-list {
        margin-bottom: 5px;
    }

    .work-list-box {
        /* margin-bottom: 50px; */
    }

    .work-more-box {
        padding-bottom: 3rem;
    }
}

@media (max-width: 500px) {
    .work-content .work-img img {
        height: 300px;
    }

    .work-wrap .work-list-box {
        gap: 30px;
    }
}

@media (max-width: 425px) {
    .work-title {
        line-height: 1.2;
    }

    .pr-item .pr-list {
        margin-right: 5px;
    }

    .pr-item {
        padding-bottom: 2.5rem;
    }
}

@media (max-width: 393px) {
    .work-content .work-img img {
        height: 250px;
    }

    .ios-device .pr-item {
        margin-top: 3rem;
    }

    .pr-item {
        margin-top: 1.5rem;
    }

    .work-txt-box .work-txt-tt {
        font-size: 21px;
    }

    .work-txt-box .work-txt-p {
        font-size: 16px;
    }

    .work-wrap .work-list-box {
        gap: 30px;
    }
}

.service_container {
    position: relative;
}

.service_wrap {
    height: 100vh;
    /* height: 1000px;*/
    position: relative
}

.service_wrap .service_wrap_h2 {
    position: absolute;
    /*bottom: calc(50% + 300px);*/
    top: 27%;
    left: 33%;
    transform: translateX(-50%);
    z-index: 5
}

.service_wrap h2 {
    font-size: 70px;
}

.service_white {
    color: #fff;
}

.service_sm_text {
    font-size: 30px;
    margin-top: 100px;
    letter-spacing: 2px;
}

.service_font {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    font-family: 'pretendard';
}


.fw600 {
    font-weight: 60px;
}

.fz80 {
    line-height: 90px
}

.service_font2 {
    line-height: 75px;
    font-size: 70px;
    color: #121212;
}

.fw600 {
    font-weight: 60px;
}

.service_tr {
    display: none !important
}

.service-color {
    color: var(--service-color)
}

.service-color-bg {
    background-color: var(--service-color)
}


.service_wrap .service_video_wrap {
    width: 100%;
    height: 100%;
    background-color: #121212;
}

.service_wrap .service_video_wrap video {
    width: 100%;
    height: 100%;
}

.service_wrap .service_bord {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    width: 1200px;
    height: 260px;
    border-style: solid;
    border-color: #fff;
    border-width: 700px;
    box-sizing: content-box
}

.service_wrap .service_transition {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding: 0 10%;
    text-align: center;
}

.service_wrap .service_scroll {
    position: absolute;
    top: calc(50% + 130px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}



.service_wrap .service_scroll::after {
    content: "scroll down";
    font-family: "pretendard";
    color: var(--service-color);
    font-size: 19px;
    line-height: 20px;
    display: block;
    margin-top: 20px;
}


.service_wrap .service_scroll::before {
    content: "";
    display: block;
    height: 120px;
    width: 1px;
    background-color: #121212;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: service_scroll 1.5s ease infinite;
    animation: service_scroll 1.5s ease infinite;
}


@keyframes service_scroll {
    0% {
        transform: scaleY(0);
        transform-origin: 50% 0%
    }

    49% {
        transform: scaleY(1);
        transform-origin: 50% 0%
    }

    50% {
        transform: scaleY(1);
        transform-origin: 50% 50%
    }

    51% {
        transform: scaleY(1);
        transform-origin: 50% 100%
    }

    100% {
        transform: scaleY(0);
        transform-origin: 50% 100%
    }
}

.service_space {
    padding-top: 250px;
    padding-bottom: 250px;
}

.service_space2 {
    padding-top: 150px;
    padding-bottom: 100px;
}


.service_explanation .service_wrap_box {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.service-color-bg .service_wrap_box2 {
    width: 1200px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
}

.service_explanation h2 {
    position: relative
}

.service_explanation h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% + 300px);
    width: 293px;
    height: 293px;
    background: url(https://gfad01.cafe24.com/img/contents/spring.png) no-repeat center center/contain
}

.service-border-box {
    border: 2px solid #121212;
    border-radius: 30px;
    color: #121212;
    width: 300px;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.service-border-box3 {
    border-radius: 30px;
    color: #121212;
    font-size: 30px;
    text-align:left;
    margin-top: 20px;
    font-weight: bold;
}

.service-border-box2 {
    border: 2px solid #121212;
    border-radius: 30px;
    color: #121212;
    width: 370px;
    font-size: 30px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.service-border-box4 {
    color: #121212;
    font-size: 30px;
    text-align:left;
    margin-top: 20px;
    font-weight: bold;
}
.service-border-box4 ul {padding-bottom:1%;}
.service-border-box4 ul li{padding:80px 20px;background:#121212;color:#fff;border-radius:800px;display:inline-block;text-align:center;width:290px;}

.service_explanation .service_content {
    margin-top: 100px;
}

.service_explanation .service_content .service_content_item {
    margin-left: auto;
    counter-reset: li;
    width: 800px;
    max-width: 100%;
    border-top: 2px solid #121212;
    border-bottom: 2px solid #121212;
    font-family: 'pretendard';
}

.service_explanation .service_content .service_content_item .service_title {
    font-size: 36px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
    padding-left: 20px;
    cursor: pointer;
    color: #121212;
}

.service_explanation .service_content .service_content_item .service_title.on::after {
    transform: translateY(-50%) scaleY(-1)
}

.service_explanation .service_content .service_content_item .service_title::before {
    counter-increment: li;
    content: "0" counter(li);
    font-family: "pretendard";
    font-weight: 700;
    font-size: 44px;
}

.service_explanation .service_content .service_content_item .service_title::after {
    content: "";
    position: absolute;
    width: 3%;
    aspect-ratio: 1/1;
    background: url(https://gfad01.cafe24.com/img/contents/downarrow.png) no-repeat center center/contain;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    transition: .5s ease;
}

.service_explanation .service_content .service_content_item .service_title:not(:first-of-type) {
    border-top: 2px solid #121212;
}


.service_explanation .service_content .service_content_item .service_item {
    padding-left: 96px;
    display: none;
    font-size: 21px;
    line-height: 32px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 40px;
}

.service_explanation .service_content .service_content_item .service_item .service_item_list>li:not(:first-of-type) {
    margin-top: 10px;
}

.service_explanation .service_content .service_content_item .service_item .service_item_list .service_list {
    display: flex;
    gap: 10px 140px;
    flex-wrap: wrap;
    color: #121212;
    font-weight: 700;
}

.service-color-bg .service_slider {
    overflow: hidden;
}

.service-color-bg .mySwiper .swiper-slide {
    width: 13%;
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
    text-align: center;
}

.service-color-bg .mySwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.service-color-bg .swiper-slide img {
    display: block;
    width: 100%;
    max-width: 150px;
    object-fit: cover;
    text-align: center;
}

@media (max-width: 1440px) {
    .service_wrap .service_wrap_h2 {
        top: 26%;
        left: 38%;
    }

    .service_font {
        font-size: 38px;
    }

    .service_sm_text {
        font-size: 19px;
    }

    .service_font2 {
        font-size: 60px;
    }

	.service-border-box4 ul {padding-bottom:1%;}
	.service-border-box4 ul li{padding:7% 2%;background:#121212;color:#fff;border-radius:800px;display:inline-block;text-align:center;width:24%;}


    .service_wrap .service_bord {
        width: 800px;
    }

    .service-border-box {
        width: 280px;
        font-size: 28px;
    }

	.service-border-box3 {
        font-size: 28px;
    }

    .service-border-box2 {
        width: 350px;
        font-size: 28px;
    }

	.service-border-box4 {
        font-size: 28px;
    }

    .service_explanation .service_content .service_content_item {
        width: 780px;
    }

    .service_explanation .service_content .service_content_item .service_item {
        padding-left: 93px;
    }

    .service_explanation .service_content .service_content_item .service_title {
        font-size: 38px;
    }

    .service_wrap .service_scroll::after {
        font-size: 18px;
    }

    .service_explanation .service_content .service_content_item .service_title::before {
        font-size: 40px;
    }

    .service_explanation .service_item .service_list {
        font-size: 20px;
    }

    .service_explanation h2::after {
        width: 280px;
    }

    .mySwiper .swiper-slide {
        width: 10%;
        margin-bottom: 100px;
    }

    .service-color-bg .service_wrap_box2 {
        margin-bottom: 110px;
    }
}

@media (max-width: 1212px) {
    .service_explanation h2:after {
        width: 250px;
    }
}

@media (max-width: 1100px) {
    .service_explanation h2:after {
        width: 200px;
    }
}

@media (max-width: 1024px) {

    .service_space {
        padding-top: 220px;
        padding-bottom: 220px;
    }

	.service_space2 {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .service_wrap .service_wrap_h2 {
        left: 42%;
        top: 27%;
        font-size: 60px;
        white-space: nowrap;
    }

    .service_sm_text {
        font-size: 25px;
    }

    .service-border-box {
        width: 275px;
        font-size: 27px;
    }

	.service-border-box3 {
        font-size: 27px;
    }

    .service_font2 {
        font-size: 50px;
        line-height: 60px;
    }

    .service-border-box2 {
        width: 320px;
        font-size: 25px;
    }

	.service-border-box4 {
        font-size: 25px;
    }

    .service_explanation .service_content .service_content_item {
        width: 550px;
    }

    .service_explanation .service_content .service_content_item .service_item {
        padding-left: 85px;
    }

    .service_explanation .service_content .service_content_item .service_title {
        font-size: 33px;
    }

    .service_wrap .service_scroll::after {
        font-size: 18px;
    }

    .service_explanation .service_content .service_content_item .service_title::before {
        font-size: 33px;
    }

    .service_explanation .service_item .service_list {
        font-size: 20px;
        padding-right: 200px;
    }

    .service_explanation h2::after {
        width: 250px;

    }

    .mySwiper .swiper-slide {
        width: 12%;
        margin-bottom: 80px;
    }

    .service-color-bg .service_wrap_box2 {
        margin-bottom: 90px;
    }

}

@media (max-width: 942px) {
    .service_explanation h2:after {
        display: none;
    }
}

@media (max-width: 768px) {

    .service_space {
        padding-top: 150px;
        padding-bottom: 200px;
    }

	.service_space2 {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .service_wrap .service_wrap_h2 {
        left: 42%;
        top: 29%;
        font-size: 46px;
        white-space: nowrap;
    }

    .service_font {
        font-size: 30px;
        line-height: 55px;
        white-space: nowrap;
    }

    .service-border-box {
        width: 310px;
        font-size: 30px;
    }

	.service-border-box3 {
        font-size: 25px;
    }

	.service-border-box4 ul {padding-bottom:1%;}
	.service-border-box4 ul li{margin:1% 0 ;padding:13% 0%;background:#121212;color:#fff;border-radius:1000px;display:inline-block;text-align:center;width:45%;}


    .service_font2 {
        font-size: 50px;
        line-height: 70px;
    }

    .service-border-box2 {
        width: 375px;
        font-size: 30px;
    }

	.service-border-box4 {
        font-size:25px;
    }

    .service_explanation .service_content .service_content_item {
        width: 690px;
    }

    .service_explanation .service_content .service_content_item .service_item {
        padding-left: 88px;
    }

    .service_explanation .service_content .service_content_item .service_title {
        font-size: 35px;
    }

    .service_wrap .service_scroll::after {
        font-size: 16px;
    }


    .service_explanation .service_content .service_content_item .service_title::before {
        font-size: 35px;
    }

    .service_explanation .service_item .service_list {
        font-size: 23px;

    }

    .service_explanation h2::after {
        display: none;

    }

    .service-color-bg .mySwiper .swiper-slide {
        width: 18%;
        height: 200px;
        margin-bottom: 60px;
    }

    .service-color-bg .service_wrap_box2 {
        margin-bottom: 40px;
    }
}

@media (max-width: 678px) {
    .service-txt-br {
        display: block;
    }
}

@media (max-width: 600px) {
    .service_font {
        font-size: 27px;
        line-height: 50px;
    }
}

@media (max-width: 470px) {
    .service_font {
        font-size: 20px;
        line-height: 30px;
    }

    .service_sm_text {
        font-size: 19px;
    }
}


@media (max-width: 425px) {
    .service_space {
        padding-top: 100px;
    }

	.service_space2 {
        padding-top: 100px;
    }

    .service-color {
        white-space: nowrap;
    }

    .service_wrap .service_wrap_h2 {
        left: 50%;
        top: 31%;
        font-size: 34px;
        white-space: nowrap;
    }

    .ios-device .service_wrap .service_wrap_h2 {
        left: 50%;
        top: 20%;
        font-size: 42px;
        white-space: nowrap;
    }

    .service_font {
        position: absolute;
        top: 30%;
        font-size: 18px;
        text-align: center;

    }

	.service-border-box4 ul {padding-bottom:1%;}
	.service-border-box4 ul li{margin:1% 0 ;padding:13% 0%;background:#121212;color:#fff;border-radius:1000px;display:inline-block;text-align:center;width:48%;font-size:20px;}



    .service_sm_text {
        position: absolute;
        top: 35%;
        font-size: 18px;
    }

    .service-border-box {
        width: 250px;
        font-size: 25px;
        padding-bottom: 5px;
    }

	.service-border-box3 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .ios-device .service-border-box {
        padding-bottom: 7px;
    }

	.ios-device .service-border-box3 {
        padding-bottom: 7px;
    }

    .service_font2 {
        font-size: 32px;
        line-height: 45px;
        font-weight: 500;
    }

    .service-border-box2 {
        width: 330px;
        font-size: 26px;
    }

    .ios-device .service-border-box2 {
        padding-bottom: 7px;
    }

	.service-border-box4 {
        width: 330px;
        font-size: 26px;
    }

    .ios-device .service-border-box4 {
        padding-bottom: 7px;
    }

    .service_explanation .service_content .service_content_item {
        width: 690px;

    }

    .service_explanation .service_content .service_content_item .service_title {
        font-size: 28px;
    }

    .service_explanation .service_content .service_content_item .service_item {
        padding-left: 76px;
    }

    .service_wrap .service_scroll::after {
        font-size: 16px;
    }


    .service_explanation .service_content .service_content_item .service_title::before {
        font-size: 28px;
    }

    .service_explanation .service_item .service_list {
        font-size: 20px;
        padding: 0;

    }

    .service_explanation h2::after {
        opacity: 0.5;

    }

    .service-color-bg .mySwiper .swiper-slide {
        width: 30%;
    }

    .service_wrap .service_scroll {
        top: calc(50% + 118px);
    }

    .service_explanation .service_content .service_content_item .service_title::after {
        width: 6%;
    }
}

@media (max-width: 350px) {
    .service_font {
        font-size: 17px;
    }
}

.weare-container {
    overflow-x: hidden;
}

.weare-container .weare-slider-bg {
    background-color: #121212;
}

.weare-container .weare-slider {
    overflow: hidden;
}

.weare-container .mySwiper .swiper-slide {
    width: 30%;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffff;
    font-size: 26px;
}

.weare-container .mySwiper .swiper-wrapper {
    transition-timing-function: linear;
}

.weare-container .swiper-slid {
    width: 100%;
    max-width: 200px;
    text-align: center;
}

.weare-container .weare-header-white {
    width: 100%;
    height: 117px;
    background-color: #ffff;
    display: inline-block;
    vertical-align: top;
}

.weare-container .weare-header-bg {
    position: relative;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 117px;
    background-color: #ffff;
    z-index: 3;
}

.weare-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding-top: 117px;
}


.weare-sub-bg {
    background-image: url(https://gfad01.cafe24.com/img/contents/weare-sub-visual.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
}

.weare-main-box {
    margin-bottom: 200px;
}

.weare-sub-title {
    color: #ffff;
    text-align: center;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.weare-sub-title .txt100 {
    font-size: 100px;
    white-space: nowrap;
}

.weare-sub-title .txt45 {
    font-size: 45px;
}

.weare-main .weare-flex {
    margin-top: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.weare-box-round h1 {
    font-size: 35px;
    padding-top: 5px;
}

.weare-main .weare-box-round {
    border-radius: 30px;
    border: 2px solid #121212;
    text-align: center;
    margin-bottom: 40px;
}

.weare-main .weare-box-txt {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.7;
}

.weare-main .weare-main-box .weare-box-txt01 {
    width: 355px;
}

.weare-main .weare-box-txt02 {
    width: 345px;
    position: relative;
    left: 47%;
}

.weare-main .weare-box-txt03 {
    width: 530px;
}

.weare-txt-right {
    text-align: right;
}

.weare-title-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.weare-border-line {
    width: 26%;
    border-top: 2px solid #121212;
}

.weare-canvas {
    --size: 260px;
    height: var(--size);
    width: var(--size);
}

.weare-shape {
    animation-name: welcome-wagon;
    position: absolute;
    margin: 0;
    padding: 0;
}

.weare-shape.triangle {
    --size: 50px;
    width: 0;
    height: 0;
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: 60px solid #ff793d;
    top: 20px;
    left: 90px;
}

.weare-shape.circle {
    --size: 75px;
    background-color: #121212;
    border-radius: calc(var(--size) / 2);
    height: var(--size);
    width: var(--size);
    right: 20px;
    top: 120px;
}

.weare-shape.square {
    --size: 70px;
    background-color: #121212;
    height: var(--size);
    width: var(--size);
    left: 30px;
    bottom: 45px;
}

@keyframes welcome-wagon {
    0% {
        opacity: 0;
        margin-top: 20px;
    }

    100% {
        opacity: 1.0;
        margin-top: 0px;
    }
}

@keyframes we-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.weare-canvas {
    animation-name: we-spin;
    animation-duration: 9600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-right: 10%;
}

.weare-shape {
    animation-name: we-spin;
    animation-duration: 9600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.weare-shape.triangle {
    transform-origin: 35px 35px
}

.weare-svg {
    width: 400px;
    height: 400px;
    margin-left: 10%;
}

.weare-canvas02 {
    animation-name: weare-wrapAnime;
    animation-duration: 5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.weare-box {
    fill: #121212;
    transform-origin: 252.4px 297.4px;
    animation-name: weare-boxAnime;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.weare-canvas02 .weare-circle {
    fill: #ffffff;
    transform-origin: 252.4px 174.7px;
    animation-name: weare-circleAnime;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

.rod {
    fill: #5e5e5e;
    transform-origin: 146.7px 249.9px;
    animation-name: rodAnime;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes weare-wrapAnime {
    0% {
        transform: translate(0, 0);
    }

    13% {
        transform: translate(0, 0);
    }

    15% {
        transform: translate(0, 20px);
    }

    18% {
        transform: translate(0, 0px);
    }

    70% {
        transform: translate(0, 0px);
    }

    80% {
        transform: translate(0, 20px);
    }

    90% {
        transform: translate(0, -10px);
    }

    100% {
        transform: translate(0, 0px);
    }
}

@keyframes weare-boxAnime {
    0% {
        transform: scale(1);
    }

    13% {
        fill: #777777;
    }

    14% {
        fill: #2e2e2e;
    }

    15% {
        transform: scale(1);
    }

    30% {
        transform: scale(1) rotate(30deg);
    }

    45% {
        transform: scale(1.5) rotate(-100deg);
    }

    55% {
        transform: scale(1.8);
    }

    65% {
        transform: scale(1.8);
    }

    70% {
        transform: scale(1);
    }

    80% {
        transform: scale(1);
    }

    84% {
        fill: #121212;
    }

    85% {
        fill: #ffffff;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes weare-circleAnime {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(0px, -40px);
    }

    15% {
        transform: translate(0px, 120px);
    }

    30% {
        transform: translate(0px, 120px) scale(1);
    }

    45% {
        transform: translate(0px, 120px) scale(1.5);
    }

    55% {
        transform: translate(0px, 120px) scale(3);
    }

    65% {
        transform: translate(0px, 120px) scale(3);
    }

    70% {
        transform: translate(0px, 120px) scale(1);
    }

    80% {
        transform: translate(0px, 140px);
    }

    90% {
        transform: translate(0px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

.weare-div1 {
    width: 80px;
    height: 80px;
    background-color: #121212;
    position: relative;
    margin: auto;
    animation: square-to-circle 2.5s .5s infinite cubic-bezier(1, .015, .295, 1.225) alternate-reverse;
    right: 50px;
}

.weare-div2 {
    width: 80px;
    height: 80px;
    background-color: #121212;
    position: relative;
    margin: auto;
    animation: square-to-circle2 2.5s .42s infinite cubic-bezier(1, .015, .295, 1.225) alternate-reverse;
    right: 50px;
}

.weare-two02 {
    right: 135px;
}

.weare-four04 {
    top: -155px;
    left: 35px;
}

.weare-canvas03 {
    position: relative;
    right: 10%;
}

@keyframes square-to-circle {
    0% {
        border-radius: 0 0 0 0;
        transform: rotate(45deg);
    }

    25% {
        border-radius: 50% 0 0 0;
        background: rgb(26, 26, 26);
        transform: rotate(135deg);
    }

    50% {
        border-radius: 50% 50% 0 0;
        background: rgb(26, 26, 26);
        transform: rotate(180deg);
    }

    75% {
        border-radius: 50% 50% 50% 0;
        background: rgb(26, 26, 26);
        transform: rotate(315deg);
    }

    100% {
        border-radius: 50%;
        background: rgb(26, 26, 26);
        transform: rotate(404deg);
    }
}

@keyframes square-to-circle2 {
    0% {
        border-radius: 0 0 0 0;
        transform: rotate(45deg);
    }

    25% {
        border-radius: 0 0 50% 0;
        background: rgb(26, 26, 26);
        transform: rotate(135deg);
    }

    50% {
        border-radius: 0 0 50% 50%;
        background: rgb(26, 26, 26);
        transform: rotate(180deg);
    }

    75% {
        border-radius: 50% 0 50% 50%;
        background: rgb(26, 26, 26);
        transform: rotate(315deg);
    }

    100% {
        border-radius: 50%;
        background: rgb(26, 26, 26);
        transform: rotate(404deg);
    }
}

.weare-sub-tit {
    font-size: 85px;
    text-align: center;
    margin: 0px 8% 0 8%;
    line-height: 1.4;
    white-space: nowrap;
}

.weare-company {
    margin-bottom: 150px;
}

.weare-title .weare-sub-text01 {
    font-family: 'pretendard';
    margin: 100px 0 130px 0;
    text-align: center;
    font-size: 33px;
    line-height: 1.8;
    font-weight: 500;
}


.weare-company .weare-combox {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-family: 'pretendard';
    font-size: 22px;
    font-weight: 600;
    line-height: 2.5;
}

.weare-company .border-line-list01 {
    border: 1px solid #121212;
    width: 120%;
    margin-left: -20px;
}

.weare-company .weare-left {
    padding-left: 25px;
}

.weare-company .border-line-list02 {
    border: 1px solid #121212;
    width: 105%;
}

@media (max-width: 2560px) {
    .weare-container .weare-header-bg {
        position: relative;
        top: 0;
        left: 0;
        position: fixed;
        width: 100%;
        height: 143px;
    }

    .weare-fixed {
        padding-top: 147px;
    }

    .weare-sub-title {
        padding-top: 46px;
    }

    .weare-sub-bg {
        height: 630px;
    }
}

@media (max-width: 2520px) {
    .weare-container .mySwiper .swiper-slide {
        height: 48px;
    }

    .weare-fixed {
        padding-top: 140px;
    }

    .weare-container .weare-header-bg {
        height: 139px;
    }

    .weare-sub-title {
        padding-top: 50px;
    }

    .weare-sub-bg {
        height: 600px;
    }
}

@media (max-width: 2162px) {
    .weare-container .weare-header-bg {
        height: 132px;
    }

    .weare-fixed {
        padding-top: 133px;
    }
}

@media (max-width: 2034px) {
    .weare-sub-tit {
        font-size: 80px;
    }
}

@media (max-width: 2000px) {
    .weare-container .weare-header-bg {
        height: 126px;
    }

    .weare-fixed {
        padding-top: 127px;
    }
}

@media (max-width: 1914px) {
    .weare-sub-tit {
        font-size: 75px;
    }

}

@media (max-width: 1804px) {
    .weare-container .weare-header-bg {
        height: 117px;
    }

    .weare-fixed {
        padding-top: 116px;
    }
}

@media (max-width: 1795px) {
    .weare-sub-tit {
        font-size: 70px;
    }
}

@media (max-width: 1753px) {
    .weare-sub-title .txt100 {
        font-size: 99px;
    }
}

@media (max-width: 1736px) {
    .weare-sub-title .txt100 {
        font-size: 95px;
    }
}

@media (max-width: 1675px) {
    .weare-sub-tit {
        margin: 0px 7% 0 7%;
    }
}

@media (max-width: 1682px) {
    .weare-fixed {
        height: 157px;
        padding-top: 102px;
    }

    .weare-container .mySwiper .swiper-slide {
        width: 36%;
        height: 69px;
        font-size: 25px;
    }

    .weare-container .weare-header-bg {
        height: 114px;
    }
}


@media (max-width: 1666px) {
    .weare-sub-title .txt100 {
        font-size: 95px;
    }
}

@media (max-width: 1576px) {
    .weare-fixed {
        height: 149px;
        padding-top: 95px;
    }

    .weare-container .weare-header-bg {
        height: 109px;
    }

    .weare-sub-tit {
        margin: 0px 6% 0 6%;
    }
}

@media (max-width: 1489px) {
    .weare-sub-tit {
        font-size: 65px;
    }

    .weare-sub-title {
        padding-top: 29px;
    }

    .weare-sub-title .txt100 {
        font-size: 80px;
    }

    .weare-sub-bg {
        height: 520px;
    }
}

@media (max-width: 1440px) {
    .weare-container .weare-header-white {
        height: 88px;
    }

    .weare-container .weare-header-bg {
        height: 103px;
    }

    .weare-fixed {
        height: 146px;
        padding-top: 91px;
    }

    .weare-container .mySwiper .swiper-slide {
        width: 36%;
        height: 69px;
        font-size: 25px;
    }

    .weare-sub-bg {
        height: 550px;
    }

    .weare-sub-title .txt100 {
        font-size: 80px;
    }

    .weare-sub-title .txt45 {
        font-size: 40px;
    }

    .weare-two02 {
        right: 125px;
    }

    .weare-main .weare-main-box .weare-box-txt01 {
        width: 310px;
    }

    .weare-box-round h1 {
        font-size: 30px;
    }

    .weare-main .weare-box-txt {
        font-size: 30px;
    }

    .weare-canvas {
        --size: 250px;
    }

    .weare-main .weare-box-txt02 {
        width: 290px;
        left: 51%;
    }

    .weare-main .weare-box-txt03 {
        width: 455px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 29px;
    }

    .weare-svg {
        width: 300px;
        height: 300px;
    }

    .weare-three03 {
        top: 10px
    }

    .weare-four04 {
        top: -133px;
        left: 22px;
    }

    .weare-div1 {
        width: 70px;
        height: 70px;
    }

    .weare-div2 {
        width: 70px;
        height: 70px;
    }

    .weare-sub-tit {
        font-size: 75px;
        line-height: 1.3;
    }

    .weare-sub-tit {
        margin: 0px 5% 0 5%;
    }

    .weare-sub-tit {
        font-size: 65px;
    }

    .weare-sub-bg {
        height: 456px;
    }

}


@media (max-width: 1403px) {
    .weare-sub-title .txt100 {
        font-size: 75px;
    }

}

@media (max-width: 1380px) {
    .weare-fixed {
        height: 140px;
        padding-top: 85px;
    }

    .weare-container .weare-header-bg {
        height: 98px;
    }
}

@media (max-width: 1315px) {
    .weare-sub-title .txt100 {
        font-size: 70px;
    }

    .weare-sub-tit {
        font-size: 60px;
    }
}

@media (max-width: 1010px) {
    .weare-company .weare-combox {
        font-size: 25px;
    }

    .weare-sub-tit {
        font-size: 54px;
    }

    .weare-border-line {
        width: 24%;
    }
}

@media (max-width: 1024px) {
    .weare-container .weare-header-bg {
        height: 97px;
    }

    .weare-fixed {
        height: 133px;
        padding-top: 80px;
    }

    .weare-container .mySwiper .swiper-slide {
        width: 30%;
        height: 69px;
        font-size: 20px;
    }

    .weare-sub-bg {
        height: 380px;
    }

    .weare-sub-title .txt45 {
        font-size: 35px;
    }

    .weare-main .weare-main-box .weare-box-txt01 {
        width: 275px;
    }

    .weare-box-round h1 {
        font-size: 26px;
    }

    .weare-main .weare-box-txt {
        font-size: 28px;
    }

    .weare-canvas {
        --size: 250px;
    }

    .weare-shape.triangle {
        --size: 45px;
    }

    .weare-shape.circle {
        --size: 65px;
    }

    .weare-shape.square {
        --size: 60px;
    }

    .weare-main .weare-box-txt02 {
        width: 265px;
        left: 52%;
    }

    .weare-main .weare-box-txt03 {
        width: 400px;
    }

    .weare-svg {
        width: 300px;
        height: 300px;
    }

    .weare-four04 {
        top: -139px;

    }

    .weare-div1 {
        width: 60px;
        height: 60px;
        top: 10px;
    }

    .weare-two02 {
        top: 18px;
        right: 121px;
    }

    .weare-div2 {
        width: 60px;
        height: 60px;
        top: 26px;
    }

    .weare-four04 {
        left: 18px;
        top: -100px;
    }

    .weare-company {
        margin-bottom: 135px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 25px;
    }

    .weare-company .weare-combox {
        font-size: 18px;
    }

    .weare-company .border-line-list01 {
        width: 125%;
    }
}

@media (max-width: 967px) {
    .weare-container .mySwiper .swiper-slide {
        width: 45%;
    }

    .weare-sub-bg {
        background-attachment: inherit;
    }
}

@media (max-width: 911px) {
    .weare-sub-tit {
        font-size: 54px;
    }

    .weare-border-line {
        width: 20%;
    }
}

@media (max-width: 880px) {
    .weare-div1 {
        width: 50px;
        height: 50px;
        top: 18px;
        right: 28px;
    }

    .weare-two02 {
        top: 21px;
        right: 77px;
    }

    .weare-div2 {
        width: 50px;
        height: 50px;
        top: 21px;
        right: 29px;
    }

    .weare-four04 {
        left: 20px;
        top: -78px;
    }

    .weare-svg {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 817px) {
    .weare-main .weare-box-txt {
        font-size: 26px;
    }

    .weare-svg {
        width: 230px;
        height: 230px;
    }

    .weare-main .weare-box-txt02 {
        width: 250px;
    }

    .weare-canvas {
        --size: 210px;
    }

    .weare-shape.triangle {
        --size: 35px;
    }

    .weare-shape.circle {
        --size: 60px;
    }

    .weare-shape.square {
        --size: 55px;
    }
}

@media (max-width: 783px) {
    .weare-main .weare-box-txt {
        font-size: 21px;
        width: 355px;
    }

    .weare-main .weare-box-txt br {
        display: none;
    }

    .weare-main .weare-box-txt02 {
        left: 26%;
    }

    .weare-svg {
        width: 250px;
        height: 250px;
    }

    .weare-canvas {
        --size: 200px;
    }

    .weare-main .weare-box-txt02 {
        left: 37%;
    }

    .weare-one01 {
        right: 50px;
    }

    .weare-three03 {
        right: 50px;
        top: 12px;
    }

    .weare-shape.triangle {
        --size: 30px;
    }

    .weare-shape.circle {
        --size: 50px;
    }

    .weare-shape.square {
        --size: 50px;
    }

    .weare-div1 {
        width: 50px;
        height: 50px;
        top: 10px;
    }

    .weare-two02 {
        top: 13px;
        right: 100px;
    }

    .weare-four04 {
        left: 2px;
        top: -88px;
    }

    .weare-border-line {
        width: 17%;
    }

    .weare-sub-tit {
        font-size: 53px;
    }

    .weare-main .weare-box-txt03 {
        width: 390px;
    }


    .weare-main-img01 {
        right: 50%;
    }

    .weare-company .weare-combox {
        font-size: 24px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 23px;
    }

    .weare-div1 {
        width: 50px;
        height: 50px;
        top: 10px;
    }

}

@media (max-width: 768px) {
    .weare-container .mySwiper .swiper-slide {
        width: 50%;
    }

    .weare-sub-title .txt100 {
        font-size: 55px;
    }

    .weare-box-txt br {
        display: none;
    }

    .weare-sub-bg {
        background-attachment: inherit;
    }

    .weare-main .weare-box-txt {
        font-size: 22px;
        width: 400px;
    }

    .weare-shape.triangle {
        --size: 30px;
    }

    .weare-shape.circle {
        --size: 55px;
    }

    .weare-shape.square {
        --size: 50px;
    }

    .weare-company .border-line-list02 {
        width: 330px;
    }

    .weare-company .border-line-list01 {
        width: 126px;
    }

    .weare-svg {
        width: 200px;
        height: 200px;
        margin-left: 0%;
    }

    .weare-main .weare-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px 0 20px;
    }

    .weare-div1 {
        width: 50px;
        height: 50px;
        top: 10px;
    }

    .weare-two02 {
        top: 9px;
        right: 100px;
    }

    .weare-div2 {
        width: 50px;
        height: 50px;
        top: 12px;
    }

    .weare-four04 {
        left: 0px;
        top: -87px;
    }

    .weare-sub-tit {
        font-size: 44px;
        line-height: 1.3;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
    }

    .weare-company .border-line-list02 {
        width: 340px;
    }

    .weare-company .border-line-list01 {
        width: 150px;
    }

    .weare-company .weare-combox {
        font-size: 20px;
    }

    .weare-container .weare-header-bg {
        height: 92px;
    }

    .weare-fixed {
        height: 129px;
        padding-top: 76px;
    }

    .weare-container .weare-header-white {
        height: 88px;
    }

}

@media (max-width: 768px) {
    .weare-canvas {
        --size: 180px;
    }

    .weare-shape.triangle {
        --size: 25px;
    }

    .weare-shape.circle {
        --size: 45px;
    }

    .weare-shape.square {
        --size: 40px;
    }

    .weare-shape.triangle {
        border-bottom: 50px solid #ff793d;
    }

    .weare-div1 {
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .weare-two02 {
        top: 9px;
        right: 91px;
    }

    .weare-div2 {
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .weare-four04 {
        left: -10px;
        top: -70px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 21px;
    }
}

@media (max-width: 700px) {

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }

    .weare-title .weare-sub-text01 br {
        display: none;
    }

    .weare-sub-bg {
        height: 327px;
    }
}

@media (max-width: 664px) {
    .weare-main .weare-box-txt {
        font-size: 22px;
        width: 344px;
    }

    .weare-main .weare-box-txt02 {
        left: 27%;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }

    .weare-title .weare-sub-text01 br {
        display: none;
    }
}

@media (max-width: 631px) {
    .weare-main .weare-box-txt {
        font-size: 22px;
        width: 338px;
    }

    .weare-main .weare-box-txt02 {
        left: 26%;
    }

    .weare-canvas03 {
        top: 45px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }

    .weare-title .weare-sub-text01 br {
        display: none;
    }
}

@media (max-width: 601px) {
    .weare-sub-tit {
        font-size: 40px;
    }

    .weare-border-line {
        width: 15%;
    }
}

@media (max-width: 596px) {
    .weare-sub-title .txt100 {
        font-size: 47px;
    }

}

@media (max-width: 589px) {
    .weare-main .weare-box-txt {
        font-size: 22px;
        width: 421px;
    }

    .weare-box-round h1 {
        font-size: 24px;
    }

    .weare-main .weare-main-box .weare-box-txt01 {
        width: 250px;
    }

    .weare-main .weare-box-txt02 {
        width: 231px;
        left: 45%;
    }

    .weare-main .weare-box-txt03 {
        width: 350px;
    }

    .weare-canvas03 {
        position: relative;
        right: -22%;
        top: 32px;
    }

    .weare-canvas {
        --size: 140px;
    }

    .weare-shape.triangle {
        --size: 25px;
    }

    .weare-shape.circle {
        --size: 45px;
    }

    .weare-shape.square {
        --size: 40px;
    }

    .weare-shape.triangle {
        border-bottom: 45px solid #ff793d;
    }

    .weare-div1 {
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .weare-two02 {
        top: 9px;
        right: 92px;
    }

    .weare-div2 {
        width: 40px;
        height: 40px;
        top: 7px;
    }

    .weare-four04 {
        left: -8px;
        top: -71px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }
}

@media (max-width: 585px) {
    .weare-main-img02 {
        order: 2;
    }

    .weare-main .weare-flex {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .weare-main .weare-main-txt02 {
        align-items: flex-end;
    }

    .weare-main-title01 {
        padding-top: 50px;
    }

    .weare-canvas03 {
        position: relative;
        right: -125px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }

    .weare-sub-bg {
        height: 272px;
    }
}

@media (max-width: 580px) {
    .weare-container .mySwiper .swiper-slide {
        width: 60%;
    }

    .weare-main .weare-flex {
        margin-top: 84px;
    }

    .weare-sub-title .txt100 {
        font-size: 45px;
    }
}

@media (max-width: 509px) {
    .weare-main .weare-flex {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .weare-main-img02 {
        order: 2;
    }

    .weare-container .mySwiper .swiper-slide {
        width: 66%;
    }

    .weare-main-title01 {
        padding-top: 50px;
    }

    .weare-main .weare-flex {
        margin-top: 40px;
    }

    .weare-main .weare-main-txt02 {
        align-items: flex-end;
    }

    .weare-canvas03 {
        position: relative;
        right: -125px;
    }

    .weare-sub-title .txt45 {
        font-size: 30px;
    }

    .weare-sub-tit {
        font-size: 35px;
    }

    .weare-main-box {
        margin-bottom: 120px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 30px 0 30px;
    }

    .weare-company .border-line-list01 {
        width: 130px;
    }
}

@media (max-width: 473px) {
    .weare-company .weare-combox {
        font-size: 16px;
    }

    .weare-company .border-line-list02 {
        width: 268px;
    }

}

@media (max-width: 428px) {
    .weare-container .mySwiper .swiper-slide {
        width: 80%;
    }

}

@media (max-width: 456px) {
    .weare-sub-title .txt100 {
        font-size: 37px;
    }

    .weare-container .mySwiper .swiper-slide {
        width: 100%;
    }

    .weare-sub-title .txt45 {
        font-size: 25px;
    }

    .weare-sub-bg {
        height: 240px;
    }
}

@media (max-width: 425px) {
    .ios-device .weare-box-round h1 {
        padding-bottom: 10px;
    }

    .weare-box-round h1 {
        font-size: 22px;
    }

    .weare-main .weare-main-box .weare-box-txt01 {
        width: 229px;
    }

    .weare-main .weare-flex {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
    }

    .weare-flex425 {
        padding-top: 20px;
    }

    .weare-main .weare-box-txt {
        font-size: 22px;
        width: 326px;
    }

    .weare-main .weare-flex {
        margin-top: 50px;
    }

    .weare-main .weare-box-txt02 {
        width: 218px;
        left: 32%;
    }

    .weare-main .weare-box-txt03 {
        width: 335px;
    }

    .weare-canvas03 {
        left: 260%;
    }

    .weare-div1 {
        width: 40px;
        height: 40px;
        top: 10px;
    }

    .weare-two02 {
        top: 9px;
        right: 89px;
    }

    .weare-four04 {
        top: -72px;
        left: -10px;
    }

    .weare-div2 {
        width: 40px;
        height: 40px;
    }

    .weare-margin-bt {
        margin-bottom: -60px;
    }

    .weare-shape.triangle {
        --size: 25px;
        border-bottom: 40px solid #ff793d;
    }

    .weare-shape.circle {
        --size: 40px;
    }

    .weare-shape.square {
        --size: 40px;
    }

    .weare-canvas {
        --size: 170px;
    }

    .weare-border-line {
        width: 11%;
    }

    .weare-sub-tit {
        font-size: 35px;
    }

    .weare-main-box {
        margin-bottom: 130px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 18px;
        padding: 0 20px 0 20px;
    }

    .weare-company .border-line-list01 {
        width: 111px;
        margin-left: -13px;
    }

    .weare-company .weare-combox {
        font-size: 15px;
    }

    .weare-company .border-line-list02 {
        width: 261px;
    }

    .weare-main-img02 {
        order: 2;
    }

    .weare-main .weare-flex {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .weare-main .weare-main-txt02 {
        align-items: flex-end;
    }

    .weare-main-title01 {
        padding-top: 50px;
    }

    .weare-canvas03 {
        position: relative;
        right: -125px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 22px;
        padding: 0 50px 0 50px;
    }
}

@media (max-width: 390px) {
    .weare-fixed {
        height: 122px;
        padding-top: 72px;
    }

    .weare-sub-title {
        padding-top: 25px;
    }

    .ios-device.weare-box-round h1 {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .weare-sub-tit {
        font-size: 33px;
    }

    .weare-title .weare-sub-text01 {
        font-size: 20px;
        padding: 0 15px 0 15px;
    }

    .weare-company .weare-combox {
        font-size: 15px;
    }

    .weare-company .border-line-list02 {
        width: 264px;
    }

    .weare-company {
        margin-bottom: 100px;
    }

    .weare-main-title01 .weare-box-round {
        font-size: 20px;
    }

    .weare-main .weare-box-txt03 {
        width: 320px;
    }

    .weare-main .weare-flex {
        padding: 0 30px 0 30px;
    }

    .weare-border-line {
        width: 9%;
    }
}

@media (max-width: 385px) {
    .weare-company .border-line-list01 {
        width: 88px;
        margin-left: -13px;
    }

    .weare-sub-title .txt100 {
        font-size: 29px;
    }

    .weare-sub-bg {
        height: 200px;
    }

}

@media (max-width: 390px) {
    .weare-sub-tit {
        font-size: 32px;
    }

    .weare-company .border-line-list02 {
        width: 254px;
    }
}

@media (max-width: 324px) {
    .weare-company .border-line-list01 {
        width: 71px;
        margin-left: -12px;
    }

}

@media (max-width: 353px) {
    .weare-company .border-line-list02 {
        width: 215px;
    }

    .weare-company .weare-combox {
        font-size: 12px;
    }

    .weare-main .weare-box-txt {
        font-size: 18px;
        width: 287px;
    }

    .weare-box-round h1 {
        font-size: 20px;
    }

    .weare-main .weare-main-box .weare-box-txt01 {
        width: 216px;
    }

    .weare-main .weare-box-txt02 {
        width: 190px;
        left: 32%;
    }

    .weare-container .mySwiper .swiper-slide {
        font-size: 17px;
    }

    .weare-fixed {
        padding-top: 70px;
    }


    .weare-main .weare-box-txt03 {
        width: 286px;
    }

    .weare-sub-tit {
        font-size: 28px;
    }
}

@media (max-width: 350px) {
    .weare-sub-title .txt45 {
        font-size: 15px;
    }

    .weare-sub-bg {
        height: 200px;
    }
}

@media (max-width: 294px) {
    .weare-fixed {
        padding-top: 81px;
        height: 131px;
    }

    .weare-container .weare-header-bg {
        height: 99px;
    }
}

@media (max-width: 200px) {
    .weare-fixed {
        padding-top: 100px;
        height: 150px;
    }

    .weare-container .weare-header-bg {
        height: 115px;
    }
}