
.glo_order .page_title_box {
    padding-bottom: 5.8rem;
}
.col7 {
    background: #fffade;
}
.strengh_list_box ul {
    display: grid;
    gap: 2.5rem;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, 1fr);
    /* display: flex;
    flex-wrap: wrap; */
}
.strengh_list_box ul li {
    border-radius: 2rem;
    transition: 0.3s;
    position: relative;
}
/* 
.strengh_list_box ul li:nth-child(1),
.strengh_list_box ul li:nth-child(4) {
    margin-right:1.3rem;
}
.strengh_list_box ul li:nth-child(2),
.strengh_list_box ul li:nth-child(5) {
    margin-right:1.3rem;
    margin-left: 1.3rem;
}
.strengh_list_box ul li:nth-child(3),
.strengh_list_box ul li:nth-child(6) {
    margin-left:1.3rem;
}
.strengh_list_box ul li:nth-child(1),
.strengh_list_box ul li:nth-child(2),
.strengh_list_box ul li:nth-child(3) {
    margin-bottom: 1.3rem;
}
.strengh_list_box ul li:nth-child(4),
.strengh_list_box ul li:nth-child(5),
.strengh_list_box ul li:nth-child(6) {
    margin-top: 1.3rem;
} */
.strengh_list_box ul li a {
    display: block;
    height: 100%;
}
.strengh_list_box .img_box {
    border-radius: 2rem;
}
.strengh_list_box .txt_box {
    padding: 2.6rem 3.3rem;
}
.strengh_list_box .txt_box .tit {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1.4rem;
    position: relative;
}
.strengh_list_box .txt_box .txt_desc {
    font-size: 1.7rem;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: -0.1rem;
    font-weight: normal;
}
.strengh .strengh_list::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(100% - 2px);
    height: 100%;
    border: solid 1px #e1e1e1;
    border-radius: 2rem;
    z-index: -1;
}
/* .strengh .strengh_list:hover::after {
    border: none;
}
.strengh_list_box ul li:hover {
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 8%);
} */
.glo_order .order_benefit .sec_tit {
    margin-top: 8.6rem;
}
.sec_tit_box.order_benefit {
    padding-bottom: 5.1rem;
}
.benefit_list_box ul {
    display: grid;
    /* gap: 2.5rem; */
    /* grid-template-rows: repeat(2, 1fr); */
    grid-template-columns: repeat(2, 1fr);
}
.benefit_list_box ul li {
    border-radius: 2rem;
    transition: 0.3s;
    position: relative;
}
.benefit_list_box .benefit_list.n1 {
    width: 100%;
    grid-column: 1 / 3;
    padding: 6.4rem 6rem;
    /*margin-bottom: 1.3rem;*/
}
.benefit_list_box .benefit_list.n2,
.benefit_list_box .benefit_list.n3 {
    height: 44.9rem;
    position: relative;
    padding: 5.1rem 5.3rem 4rem 5.3rem;
    display: flex;
    margin-top: 1.3rem;
}
.benefit_list_box .benefit_list.n2 {
    flex-direction: column-reverse;
    margin-right: 1.3rem;
}
.benefit_list_box .benefit_list.n3 {
    flex-direction: column;
    margin-left: 1.3rem;
}
.benefit_list_box .txt_box .tit {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.13rem;
}
.benefit_list_box .txt_box .txt_desc {
    font-size: 1.7rem;
    line-height: 1.65;
    letter-spacing: -0.1rem;
    color: rgba(0, 0, 0, 0.7);
    margin-top: 2.7rem;
    
}
.benefit_list_box .img_box {
    position: absolute;
}
.benefit_list.n1 .img_box {
    width: 44%;
    bottom: 0; right: 4.7%;
}
.benefit_list.n2 .img_box {
    width: 81%;
    top: 4%; 
}
.benefit_list.n3 .img_box {
    width: 76%;
    bottom: 0; right: 5%;
}


/* ÀÔÁ¡ ½ÅÃ» ¹öÆ° */
.glo_order .btn_ver {
    display: flex;
    width: 24.5rem;
    /* margin: 0 auto; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 5rem;
    align-items: center;
    justify-content: center;
}
/* ÆäÀÌÁö³×ÀÌ¼Ç */
.glo_order .ad_pagination {
    padding-top: 10rem;
    padding-bottom: 2rem;
}
.order_common .sub_container.glo_order {
    padding-bottom: 8.5rem;
}
@media screen and (max-width: 1280px) {
    .strengh_list_box .txt_box {
        padding: 2.6rem 2.7rem;
    }
    .strengh_list_box .txt_box .txt_desc {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 989px) {
    /* .strengh_list_box ul {
        gap: 2rem;
    } */
    /* .strengh_list_box ul li:nth-child(1),
    .strengh_list_box ul li:nth-child(4) {
        margin-right:1.2rem;
    }
    .strengh_list_box ul li:nth-child(2),
    .strengh_list_box ul li:nth-child(5) {
        margin-right:1.2rem;
        margin-left: 1.2rem;
    }
    .strengh_list_box ul li:nth-child(3),
    .strengh_list_box ul li:nth-child(6) {
        margin-left:1.2rem;
    }
    .strengh_list_box ul li:nth-child(1),
    .strengh_list_box ul li:nth-child(2),
    .strengh_list_box ul li:nth-child(3) {
        margin-bottom: 1.2rem;
    }
    .strengh_list_box ul li:nth-child(4),
    .strengh_list_box ul li:nth-child(5),
    .strengh_list_box ul li:nth-child(6) {
        margin-top: 1.2rem;
    } */
    .strengh_list_box .txt_box {
        padding: 2.6rem 2.3rem;
    }
    .strengh_list_box .txt_box .txt_desc {
        font-size: 1.7rem;
    }
    .benefit_list_box .benefit_list.n1 {
        padding: 5.4rem 3.7rem;
        /*margin-bottom: 1.2rem;*/
    }
    .benefit_list.n1 .img_box {
        right: 3.7%;
    }
    .benefit_list_box .benefit_list.n2, 
    .benefit_list_box .benefit_list.n3 {
        height: 41rem;
        padding: 5.1rem 3.7rem 4rem 3.7rem;
        margin-top: 1.2rem;
    }
    .benefit_list_box .benefit_list.n2 {
        margin-right: 1.2rem;
    }
    .benefit_list_box .benefit_list.n3 {
        margin-left: 1.2rem;
    }
    .benefit_list_box .txt_box .txt_desc {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .benefit_list_box .benefit_list.n1 {
        padding: 5.4rem 3.2rem;
    }
    .benefit_list_box .benefit_list.n2, 
    .benefit_list_box .benefit_list.n3 {
        height: 40rem;
    }
    .strengh_list_box .txt_box {
        padding: 2.2rem 1.9rem;
    }
    .strengh_list_box .txt_box .txt_desc {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 700px) {
    .strengh_list_box .txt_box .txt_desc {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 650px) {
    .strengh_list_box ul {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    

    /* .strengh_list_box ul li:nth-child(2) {
        margin-right:0;
    }
    .strengh_list_box ul li:nth-child(5) {
        margin-left: 0;
    }
    .strengh_list_box ul li:nth-child(1),
    .strengh_list_box ul li:nth-child(3),
    .strengh_list_box ul li:nth-child(5) {
        margin-right: 1.3rem;
    }
    .strengh_list_box ul li:nth-child(2),
    .strengh_list_box ul li:nth-child(4),
    .strengh_list_box ul li:nth-child(6) {
        margin-left: 1.3rem;
    }
    .strengh_list_box ul li:nth-child(3) {
        margin-left: 0;
        margin-bottom: 0;
    }
    .strengh_list_box ul li:nth-child(4) {
        margin-top: 0;
        margin-right: 0;
    }
    .strengh_list_box ul li:nth-child(1),
    .strengh_list_box ul li:nth-child(2),
    .strengh_list_box ul li:nth-child(3),
    .strengh_list_box ul li:nth-child(4) {
        margin-bottom: 1.3rem;
    }
    .strengh_list_box ul li:nth-child(3),
    .strengh_list_box ul li:nth-child(4),
    .strengh_list_box ul li:nth-child(5),
    .strengh_list_box ul li:nth-child(6) {
        margin-top: 1.3rem;
    } */


    .benefit_list_box .benefit_list.n1 {
        padding-bottom: 12rem;
    }
    .benefit_list.n1 .img_box {
        width: 53%;
    }
    .benefit_list.n2 .img_box {
        width: 86%;
        top: 7%;
        left: 6.5%;
    }
    .benefit_list.n3 .img_box {
        width: 83%;
        right: 9%;
    }
    .benefit_list_box .txt_box .tit {
        font-size: 2.6rem;
    }
    .benefit_list_box .txt_box .txt_desc {
        margin-top: 2rem;
    }
}
@media screen and (max-width: 500px) {
    .strengh_list_box .img_box,
    .benefit_list_box ul li {
        border-radius: 1rem;
    }
    .strengh_list_box ul {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .strengh_list_box .txt_box .tit {
        font-size: 1.8rem;
        margin-bottom: 1.2rem;
    }
    .sec_tit_box.order_benefit {
        padding-bottom: 2.1rem;
    }
    .benefit_list_box ul {
        grid-template-rows: repeat(1, 1fr);
        grid-template-columns: repeat(1, 1fr);
    }
    .benefit_list_box .benefit_list.n1 {
        grid-column: unset;
        padding-bottom: 13rem;
    }
    .benefit_list_box .txt_box .tit {
        font-size: 2rem;
    }
    .benefit_list_box .txt_box .txt_desc {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
    .benefit_list_box .benefit_list.n2, 
    .benefit_list_box .benefit_list.n3 {
        height: 34rem;
        padding: 5.1rem 3.2rem 4rem 3.2rem;
        margin-left: 0;
        margin-right: 0;
    }
    .benefit_list_box .benefit_list.n2 {
        margin-bottom: 1.2rem;
    }
    .benefit_list.n1 .img_box {
        width: 80%;
    }
    .benefit_list.n2 .img_box {
        width: 80%;
        left: 10.5%;
    }
    .benefit_list.n3 .img_box {
        width: 80%;
    }
    /* .strengh_list_box ul li:nth-child(1),
    .strengh_list_box ul li:nth-child(2),
    .strengh_list_box ul li:nth-child(3),
    .strengh_list_box ul li:nth-child(4),
    .strengh_list_box ul li:nth-child(5),
    .strengh_list_box ul li:nth-child(6) {
        margin-left: 0;
        margin-right: 0;
    }
    .strengh_list_box ul li:nth-child(5) {
        margin-bottom: 1.2rem;
    }
    .strengh_list_box ul li:nth-child(2) {
        margin-top:1.2rem;
    } */
    .strengh .strengh_list::after {
        border-radius: 1rem;
    }
}