@charset "UTF-8";
/* 24.11.22 tgkim */
/* 24.12.22 Hyeok */
/* 기존 MRO 컨텐츠-친환경, MRO로 분류됨 */
.ban01 {
    position: absolute;
    top: 0;
    right: calc(50% - 960px);
    z-index: 2;
}
/* newkeep add CSS */
.common_ban.renew {
    background: #f4f4f4;
    position: relative;
    z-index: 3;
    overflow:hidden;
}

.common_ban .inner {
    position: relative;
}

.c_ban_txt01.renew, .c_ban_txt02.renew {
    color: #121212;
}

.c_sec01_add {
    position: relative;
    z-index: 3;
}

/* [newkeep] green section 01 - go green */
.c_sec01_add .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.c_sec01_add .go_green {
    width: 100%;
    margin: 100px 0 0;
}

.c_sec01_add .go_green ul {
    display: flex;
    justify-content: space-between;
    width: 1220px;
    margin: 0 auto;
}

.c_sec01_add .go_green li.goods01 {
    background: url("../../img/newkeep/green/img_package_green_001.png") no-repeat #F8F8F8;
	background-position: 60px calc(100% + 120px);
    background-size: contain;
}

.c_sec01_add .go_green li.goods02 {
	background: url("../../img/newkeep/green/img_package_green_002.png") no-repeat #F8F8F8;
	background-position: center calc(100% + 70px);
	background-size: contain;
}

.c_sec01_add ul li {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 580px;
    height: 600px;
    padding: 40px;
    text-align: left;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: -0.05em;
    transition: box-shadow 0.3s;
    background: #F8F8F8;
}

.c_sec01_add ul li .eco_txt01 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #212121;
}

.c_sec01_add ul li .eco_txt02 {
    margin: 20px 0;
    font-size: 22px;
    color: #212121;
    line-height: 1.4;
    word-break: keep-all;
}

@media all and (max-width: 1024px) {
    .c_sec01_add .inner {
        justify-content: flex-start;
        padding: 50px 5% 20px;
        box-sizing: border-box;
    }

    .c_sec01_add .go_green {
        width: 100%;
        margin: 0 0 0;
    }

    .c_sec01_add .go_green ul {
        flex-direction: column;
        width: 100%;
    }

	.c_sec01_add .go_green li.goods01 {
		background-position: 30px calc(100% + 40px);
	}

	.c_sec01_add .go_green li.goods02 {
		background-position: 10px 100%;
	}

	.c_sec01_add ul li {
        margin-top: 50px;
        flex-direction: column;
        width: 100%;
		height: 400px;
		text-align: center;
		padding: 20px;
    }

    .c_sec01_add {
        display: block;
        width: 100%;
        margin-top: 35px;
        padding-bottom: 60px;
        overflow: visible;
    }

    .c_sec01_add ul li .eco_txt01 {
		width: 100%;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 500;
        color: #212121;
    }

    .c_sec01_add ul li .eco_txt02 {
		width: 100%;
        margin: 10px 0 15px;
        box-sizing: border-box;
        font-size: 15px;
        color: #212121;
        line-height: 1.4;
        word-break: keep-all;
    }
}

/* mro section 01 - eco package */
.c_sec01 .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.eco_package {
    width: 100%;
    margin: 100px 0 0;
}

.eco_package ul {
    display: flex;
    justify-content: space-between;
    width: 1220px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.eco_package ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 580px;
    padding-bottom: 40px;
    text-align: center;
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: -0.05em;
    transition: box-shadow 0.3s;
    margin-bottom: 60px;
}

.eco_package ul li:hover {
    border: 0;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 10%);
    transition: box-shadow 0.3s;
}

.eco_package ul li .img_box { width:100%; height:250px; background: #F4F4F4; }
.eco_package ul li .img_box img { width:100%; }

.eco_package ul li .eco_txt01 {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 500;
    color: #212121;
}

.eco_package ul li .eco_txt02 {
    margin: 20px 0;
    font-size: 22px;
    color: #212121;
    line-height: 1.4;
    word-break: keep-all;
}

.eco_package ul li .eco_txt03 {
    font-size: 22px;
    color: #88AA5A;
}

.eco_mo {
    display: none;
}

/* mro section 02 - next gen */
.c_sec02 {
    background: #FAFAFA;
}

.c_sec02 .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.center_gen {
    width: 100%;
    margin-top: 100px;
    text-align: center;
}

.center_gen > img.pc {
    width: 100%;
}

.center_gen > img.mo {
    display: none;
}

.center_gen p.mark_txt {
    font-size: 20px;
    font-weight: 500;
    color: #88AA5A;
    letter-spacing: -0.05em;
}

.gen_card {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
}

.gen_card li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 305px;
    padding: 53px 46px 37px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    box-sizing: border-box;
    background: #FFF;
}

.gen_card li .gen_txt01 {
    margin-top: 26px;
    font-size: 26px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.05em;
}

.gen_card li .gen_txt02 {
    margin-top: 12px;
    font-size: 20px;
    color: #212121;
    letter-spacing: -0.05em;
    line-height: 1.4;
    word-break: keep-all;
}

/* mro section 03 - package */
.c_sec03 .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.c_sec03 .inner .m_txt02.mo {
    display: none;
}

.package_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 100px 0 0;
}

.package_list li {
    display: flex;
    align-items: center;
    width: 610px;
    height: 230px;
    margin-bottom: 60px;
    border-radius: 20px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    overflow: hidden;
    letter-spacing: -0.05em;
    transition: box-shadow 0.3s;
}

.package_list li:hover {
    border: 1px solid transparent;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 10%);
    transition: box-shadow 0.3s;
}

.package_list li:nth-child(3),
.package_list li:nth-child(4) {
    margin-bottom: 0;
}

.package_list li .img_box {
    width: auto;
    height: 250px;
    position: relative;
}

.package_list li .img_box img {
    width: 100%;
    object-fit: cover;
}

.package_list li .img_box .making_tag {
    display: flex;
    justify-content: center;
    width: 180px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.package_list li .img_box .making_tag span {
    display: inline-block;
    width: 90px;
    height: 36px;
    font-size: 20px;
    color: #FFF;
    letter-spacing: -0.05em;
    line-height: 36px;
    text-align: center;
}

.package_list li .img_box .making_tag .tag01 {
    background: #88AA5A;
}

.package_list li .img_box .making_tag .tag02 {
    background: #052D81;
}

.package_list li .txt_box {
    width: calc(100% - 232px);
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.package_list li .txt_box .package_txt01 {
    font-size: 26px;
    font-weight: 500;
    color: #212121;
}

.package_list li .txt_box .package_txt02 {
    margin-top: 20px;
    font-size: 20px;
    color: #383838;
    line-height: 1.3;
}

.pack_mo {
    display: none;
}

/* mro section 04 - items */
.c_sec04 {
    background: #FAFAFA;
}

.c_sec04 .inner {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.sub_card {
    display: flex;
    justify-content: space-between;
    width: 1220px;
    margin: 90px auto 0;
}

.sub_card li {
    width: 25%;
    padding: 12px 0 0;
    text-align: center;
    border-right: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.sub_card li:last-child {
    border-right: 0;
}

.sub_card li .sub_txt01 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 500;
    color: #212121;
    letter-spacing: -0.05em;
}

.sub_card li .sub_txt02 {
    margin-top: 10px;
    font-size: 20px;
    color: #383838;
    letter-spacing: -0.05em;
    line-height: 1.4;
}

.sub_card li .sub_txt02_m {
    display: none;
}

/* mro section 04_add - mro 추가 파트 */
.c_sec04_add {
    padding: 140px 0;
    align-items: center;
    flex-direction: column;
}

.mro_tab {
    width: 1280px;
    margin: 100px auto 0;
}

.mro_tab .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 8px;
    min-width: fit-content;
    padding: 10px 0;
    border-radius: 24px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.mro_tab .swiper-slide img {
    display: none;
}

.mro_tab .swiper-slide .mro_list {
    font-size: 22px;
    color: #9BA7B9;
    letter-spacing: -0.03em;
}

.mro_tab .swiper-slide-active {
    padding: 10px 15px;
    background: #F2F6ED;
}

.mro_tab .swiper-slide-active img {
    display: inline-block;
}

.mro_tab .swiper-slide-active .mro_list {
    font-size: 26px;
    font-weight: 500;
    color: #88AA5A;
}

.mro_cont {
    max-width: 2560px;
    margin: 40px auto 0;
    padding-bottom: 10px;
}

.mro_cont .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 470px;
    height: 445px;
    text-align: center;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.mro_cont .swiper-slide-active {
    opacity: 1;
    transition: opacity 0.3s;
}

.mro_cont .swiper-slide img {
    max-width: 340px;
    width: 100%;
    transition: all 0.3s;
}

.mro_cont .swiper-slide-active img {
    max-width: 470px;
    transition: all 0.3s;
}

.mro_cont .swiper-slide .mro_cont_txt01 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 500;
    color: #383838;
    letter-spacing: -0.03em;
    opacity: 0;
    transition: all 0.3s;
}

.mro_cont .swiper-slide .mro_cont_txt02 {
    margin-top: 10px;
    font-size: 20px;
    color: #9BA7B9;
    letter-spacing: -0.03em;
    opacity: 0;
    transition: all 0.3s;
    white-space: nowrap;
}

.mro_cont .swiper-slide-active .mro_cont_txt01 {
    opacity: 1;
    transition: all 0.3s;
}

.mro_cont .swiper-slide-active .mro_cont_txt02 {
    opacity: 1;
    transition: all 0.3s;
}

.mro_cont .swiper-button-prev,
.mro_cont .swiper-button-next {
    width: 53px;
    height: 53px;
    outline: none;
}

.mro_cont .swiper-button-prev img,
.mro_cont .swiper-button-next img {
    width: 100%;
}

.mro_cont .swiper-button-prev {
    top: auto;
    bottom: 10px;
    left: calc(50% - 300px);
    right: auto;
}

.mro_cont .swiper-button-next {
    top: auto;
    bottom: 10px;
    left: auto;
    right: calc(50% - 300px);
}

.c_sec04_add .inner {
    padding-top: 100px;
    align-items: center;
    flex-direction: column;
}

.c_sec04_add .inner .store_banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 310px;
    padding: 0 50px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #052D81 url('../../img/mro/mro_banner_pc.png') no-repeat;
}

.c_sec04_add .inner .store_banner .store_ban_txt01 {
    font-size: 28px;
    color: #58B1FD;
    letter-spacing: -0.03em;
    line-height: 1.4;
}

.c_sec04_add .inner .store_banner .store_ban_txt02 {
    margin: 15px 0 20px;
    font-size: 40px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: -0.03em;
}

.c_sec04_add .inner .store_banner .store_box {
    display: flex;
    gap: 0 14px;
}

.c_sec04_add .inner .store_banner .store_btn {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 128px;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #052D81;
    letter-spacing: -0.03em;
    border-radius: 25px;
    background: #FFF;
}

.c_sec04_add .inner .store_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 16px;
    width: 100%;
    margin: 80px auto 0;
}

.c_sec04_add .inner .store_list li {
    width: 243px;
    height: 243px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.c_sec04_add .inner .store_list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.c_sec04_add .inner .store_list li a img {
    width: 100%;
}

.c_sec04_add .inner .store_list li a .hover_bg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.c_sec04_add .inner .store_list li a .hover_bg p {
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    letter-spacing: -0.03em;
    position: absolute;
    bottom: 20px;
    right: 25px;
}

.c_sec04_add .inner .store_list li:hover a .hover_bg {
    opacity: 1;
    transition: all 0.3s;
}

.c_sec04_add .inner .store_items {
    display: none;
}

/* mro section 05 - factory 01 */
.c_sec05 {
    background: #FAFAFA;
}

.c_sec05 .inner {
    padding: 140px 0;
    flex-direction: column;
}

.c_sec05 .inner .factory_name {
    width: fit-content;
    padding: 5px 16px;
    font-size: 20px;
    color: #FFF;
    letter-spacing: -0.05em;
    border-radius: 16px;
    box-sizing: border-box;
    background: #88AA5A;
}

.factory_list {
    display: flex;
    width: 100%;
    margin: 40px 0 45px;
}

.factory_list li {
    display: flex;
    flex-direction: column;
    width: 25%;
    min-height: 96px;
    padding-bottom: 21px;
    box-sizing: border-box;
    border-bottom: 1px solid #D1D1D1;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
    cursor: pointer;
}

.factory_list li.on {
    border-bottom: 3px solid #88AA5A;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_list li .factory_txt01 {
    min-height: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #D1D1D1;
    letter-spacing: -0.05em;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_list li.on .factory_txt01 {
    color: #88AA5A;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_list li .factory_txt02 {
    min-height: 30px;
    margin-top: 12px;
    font-size: 26px;
    font-weight: 500;
    color: #D1D1D1;
    letter-spacing: -0.05em;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_list li.on .factory_txt02 {
    font-size: 30px;
    color: #383838;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_step01 {
    width: 100%;
}

.factory_step01 .swiper-slide {
    opacity: 0.2;
    transition: all 0.3s;
}

.factory_step01 .swiper-slide-active {
    opacity: 1;
    transition: all 0.3s;
}

.factory_step01 .swiper-button-prev,
.factory_step01 .swiper-button-next {
    width: 53px;
    height: 53px;
}

.factory_step01 .swiper-button-prev img,
.factory_step01 .swiper-button-next img {
    width: 100%;
    object-fit: cover;
}

.factory_step01 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
}

.factory_step01 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px;
}


/* mro section 06 - factory 02 */
.c_sec06 .inner {
    padding: 140px 0;
    flex-direction: column;
}

.c_sec06 .inner .factory_name {
    width: fit-content;
    padding: 5px 16px;
    font-size: 20px;
    color: #FFF;
    letter-spacing: -0.05em;
    border-radius: 16px;
    box-sizing: border-box;
    background: #022D81;
}

.c_sec06 .inner .factory_list li.on {
    border-bottom: 3px solid #022D81;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.c_sec06 .inner .factory_list li.on .factory_txt01 {
    color: #022D81;
    transition: all 0.3s cubic-bezier(0.64, 0.03, 0.21, 1);
}

.factory_step02 {
    width: 100%;
}

.factory_step02 .swiper-slide {
    opacity: 0.2;
    transition: all 0.3s;
}

.factory_step02 .swiper-slide-active {
    opacity: 1;
    transition: all 0.3s;
}

.factory_step02 .swiper-button-prev,
.factory_step02 .swiper-button-next {
    width: 53px;
    height: 53px;
}

.factory_step02 .swiper-button-prev img,
.factory_step02 .swiper-button-next img {
    width: 100%;
    object-fit: cover;
}

.factory_step02 .swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
}

.factory_step02 .swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px;
}

@media all and (max-width: 1024px) {
    .common_ban {
        height: 240px;
    }

    .common_ban .inner {
        justify-content: flex-start;
        padding: 50px 5% 20px;
        box-sizing: border-box;
    }

    .ban01 {
        width: 280px;
        top: auto;
        bottom: -50px;
        right: -30px;
        z-index: 0;
    }

    .c_ban_txt01 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 1.2;
        position: relative;
        z-index: 2;
    }

    .c_ban_txt02 {
        padding-right: 30%;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.4;
        word-break: keep-all;
        position: relative;
        z-index: 2;
    }

    .c_ban_txt02 .mo_space { display:block; }

    .m_txt01 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.4;
    }

    .m_txt02 {
        font-size: 15px;
        line-height: 1.4;
        word-break: keep-all;
    }

    .c_sec01 .inner {
        padding: 70px 5%;
        box-sizing: border-box;
    }

    .eco_package {
        display: none;
    }

    .eco_mo {
        display: block;
        width: 100%;
        margin-top: 35px;
        padding-bottom: 60px;
        overflow: visible;
    }

    .eco_mo .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 25px;
        text-align: center;
        border-radius: 20px;
        box-sizing: border-box;
        overflow: hidden;
        letter-spacing: -0.05em;
        box-shadow: 0 0 30px rgba(0, 0, 0, 10%);
    }

    .eco_mo .swiper-slide .img_box {
        width: 100%;
        height: 145px;
    }

    .eco_mo .swiper-slide .img_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
		background: #f4f4f4;
    }

    .eco_mo .swiper-slide .eco_txt01 {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 500;
        color: #212121;
    }

    .eco_mo .swiper-slide .eco_txt02 {
        margin: 10px 0 15px;
        padding: 0 15%;
        box-sizing: border-box;
        font-size: 13px;
        color: #212121;
        line-height: 1.4;
        word-break: keep-all;
    }

    .eco_mo .swiper-slide .eco_txt03 {
        font-size: 13px;
        color: #88AA5A;
    }

    .eco_mo .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .eco_mo .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .eco_mo .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #88AA5A;
    }

    .c_sec02 .inner {
        padding: 70px 5%;
        box-sizing: border-box;
    }

    .center_gen {
        margin-top: 50px;
    }

    .center_gen > img.pc {
        display: none;
    }

    .center_gen > img.mo {
        display: block;
        width: 100%;
    }

    .center_gen p.mark_txt {
        font-size: 12px;
    }

    .gen_card {
        flex-wrap: wrap;
        margin-top: 35px;
    }

    .gen_card li {
        width: calc((100% - 11px) / 2);
        margin-bottom: 10px;
        padding: 30px 12px;
    }

    .gen_card li:nth-child(3),
    .gen_card li:nth-child(4) {
        margin-bottom: 0;
    }

    .gen_card li .img_box {
        height: 45px;
    }

    .gen_card li .img_box img {
        height: 100%;
    }

    .gen_card li .gen_txt01 {
        margin-top: 15px;
        font-size: 18px;
    }

    .gen_card li .gen_txt02 {
        margin-top: 7px;
        font-size: 13px;
    }

    .c_sec03 .inner {
        padding: 70px 5%;
        box-sizing: border-box;
    }

    .c_sec03 .inner .m_txt02 {
        display: none;
    }

    .c_sec03 .inner .m_txt02.mo {
        display: block;
    }

    .package_list {
        display: none;
    }

    .pack_mo {
        display: block;
        width: 100%;
        margin-top: 50px;
        padding-bottom: 30px;
        overflow: visible;
    }

    .pack_mo .swiper-slide .item_box {
        display: flex;
        align-items: center;
        height: 130px;
        margin-bottom: 20px;
        border-radius: 20px;
        box-sizing: border-box;
        overflow: hidden;
        letter-spacing: -0.05em;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 10%);
    }

    .pack_mo .swiper-slide .item_box .img_box {
        width: 130px;
        height: 130px;
        position: relative;
    }

    .pack_mo .swiper-slide .item_box .img_box img {
        width: 100%;
        object-fit: cover;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag {
        display: flex;
        justify-content: center;
        width: 100px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag span {
        display: inline-block;
        width: 50px;
        height: 20px;
        font-size: 11px;
        color: #FFF;
        letter-spacing: -0.05em;
        line-height: 20px;
        text-align: center;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag .tag01 {
        background: #88AA5A;
    }

    .pack_mo .swiper-slide .item_box .img_box .making_tag .tag02 {
        background: #052D81;
    }

    .pack_mo .swiper-slide .item_box .txt_box {
        width: calc(100% - 130px);
        height: 100%;
        padding: 15px;
        box-sizing: border-box;
    }

    .pack_mo .swiper-slide .item_box .txt_box .package_txt01 {
        font-size: 15px;
        font-weight: 500;
        color: #212121;
    }

    .pack_mo .swiper-slide .item_box .txt_box .package_txt02 {
        margin-top: 8px;
        font-size: 13px;
        color: #383838;
        line-height: 1.3;
    }

    .pack_mo .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .pack_mo .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
    }

    .pack_mo .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #022D81;
    }

    .c_sec04 .inner {
        padding: 70px 5%;
        box-sizing: border-box;
    }

    .sub_card {
        flex-wrap: wrap;
        width: 100%;
        margin: 45px auto 0;
        gap: 30px 0;
    }

    .sub_card li {
        width: 50%;
        padding: 6px 0 0;
        text-align: center;
        border-right: 1px solid #E6E6E6;
        box-sizing: border-box;
    }

    .sub_card li:nth-child(2),
    .sub_card li:last-child {
        border-right: 0;
    }

    .sub_card li img {
        height: 35px;
    }

    .sub_card li .sub_txt01 {
        margin-top: 10px;
        font-size: 18px;
    }

    .sub_card li .sub_txt02 {
        display: none;
    }

    .sub_card li .sub_txt02_m {
        display: block;
        margin-top: 5px;
        font-size: 13px;
        color: #383838;
        letter-spacing: -0.05em;
        line-height: 1.4;
    }

    .c_sec04_add {
        padding: 70px 0;
        box-sizing: border-box;
    }

    .mro_tab {
        width: 100%;
        margin: 50px auto 0;
    }

    .mro_tab .swiper-slide {
        gap: 0 4px;
        padding: 7px 0;
    }

    .mro_tab .swiper-slide .mro_list {
        font-size: 14px;
    }

    .mro_tab .swiper-slide-active {
        padding: 7px;
    }

    .mro_tab .swiper-slide-active img {
        height: 15px;
    }

    .mro_cont .swiper-slide {
        width: 235px;
        height: 225px;
    }

    .mro_cont .swiper-slide .mro_cont_txt01 {
        margin-top: 15px;
        font-size: 18px;
    }

    .mro_cont .swiper-slide .mro_cont_txt02 {
        margin-top: 5px;
        font-size: 13px;
    }

    .mro_cont .swiper-button-prev,
    .mro_cont .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .mro_cont .swiper-button-prev {
        bottom: 10px;
        left: 5%;
    }

    .mro_cont .swiper-button-next {
        bottom: 10px;
        right: 5%;
    }

    .c_sec04_add .inner {
        padding: 35px 5% 0;
        box-sizing: border-box;
    }

    .c_sec04_add .inner .store_banner {
        width: 100%;
        height: auto;
        padding: 20px 15px;
        box-sizing: border-box;
        border-radius: 20px;
        background: #052D81 url('../../img/mro/mro_banner_m.png') no-repeat;
        background-position: center right;
        background-size: cover;
    }

    .c_sec04_add .inner .store_banner .store_ban_txt01 {
        font-size: 13px;
    }

    .c_sec04_add .inner .store_banner .store_ban_txt02 {
        margin: 10px 0 20px;
        font-size: 18px;
        line-height: 1.4;
    }

    .c_sec04_add .inner .store_banner .store_ban_txt02 .mo_space {
        display: block;
    }

    .c_sec04_add .inner .store_banner .store_btn {
        width: 110px;
        height: 30px;
        padding: 0 10px;
        font-size: 13px;
        box-sizing: border-box;
    }

    .c_sec04_add .inner .store_list {
        display: none;
    }

    .c_sec04_add .inner .store_items {
        display: block;
        width: 100%;
        padding-bottom: 50px;
        overflow: visible;
    }

    .c_sec04_add .inner .store_items .mo_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px 15px;
        width: 100%;
        margin-top: 30px;
    }

    .c_sec04_add .inner .store_items .mo_list li {
        width: calc((100% - 15px) / 2);
        border-radius: 10px;
        border: 1px solid #E6E6E6;
        box-sizing: border-box;
        overflow: hidden;
    }

    .c_sec04_add .inner .store_items .mo_list li img {
        width: 100%;
    }

    .store_items .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        opacity: 1;
    }

    .store_items .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px;
        background: #9BA7B9;
    }

    .store_items .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #022D81;
    }

    .c_sec05 .inner {
        padding: 70px 5% 35px;
        box-sizing: border-box;
    }

    .c_sec05 .inner .factory_name,
    .c_sec06 .inner .factory_name {
        margin: 0 auto;
        padding: 5px 10px;
        font-size: 14px;
        text-align: center;
    }

    .factory_list {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        margin: 20px auto;
    }

    .factory_list li {
        display: none;
        width: fit-content;
        min-height: auto;
        padding-bottom: 5px;
        text-align: center;
    }

    .factory_list li.on {
        display: flex;
        border-bottom: 2px solid #88AA5A;
    }

    .factory_list li .factory_txt01 {
        min-height: auto;
        font-size: 13px;
    }

    .factory_list li.on .factory_txt02 {
        min-height: auto;
        margin-top: 6px;
        font-size: 18px;
    }

    .factory_step01 .swiper-slide {
        text-align: center;
    }

    .factory_step01 .swiper-slide img {
        width: 80%;
    }

    .factory_step01 .swiper-button-prev,
    .factory_step01 .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .factory_step01 .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0;
    }

    .factory_step01 .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .c_sec06 .inner {
        padding: 35px 5% 70px;
        box-sizing: border-box;
    }

    .c_sec06 .inner .factory_list li.on {
        border-bottom: 2px solid #022D81;
    }

    .factory_step02 .swiper-slide {
        text-align: center;
    }

    .factory_step02 .swiper-slide img {
        width: 80%;
    }

    .factory_step02 .swiper-button-prev,
    .factory_step02 .swiper-button-next {
        width: 34px;
        height: 34px;
    }

    .factory_step02 .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        left: 0;
    }

    .factory_step02 .swiper-button-next,
    .swiper-rtl .swiper-button-prev {
        right: 0;
    }

    .f_ban {
        padding: 0 20%;
        box-sizing: border-box;
    }

    .f_ban a {
        padding: 10px 15px;
    }
}