@charset "utf-8";

.o2quick_main_inner {
    height: 100%;
}
.o2quick_main_container {
    height: 100%;
    position: relative;
}
.o2quick_main_container>img{
    max-width: 36vw;
    position: absolute;
    right: 0;
    bottom: -6%;
}
.o2_section_container {
    max-width: 1100px;
    margin: 0 auto;
}
.o2_con_title{
    text-align: center;
    color: var(--color-light-1);
}
.o2_con_title>.contents_title_h1>span{
    margin: 0 1vw;
}
.o2_con_title>p {
    margin: var(--mg-xs) 0;
}
.o2_service_con{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--pd-xxxl) 0;
}
.o2_service_con_reverse {
    grid-auto-flow: dense;
    direction: rtl;
}
.o2_service_con_reverse>.o2_service_list>li {
    text-align: left;
}
.o2_service_img{
    background: #000000;
    box-sizing: border-box;
    border-radius: 50%;
    width: 20em;
    height: 20em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.o2_service_img>img{
    max-width: 6em;
}
.o2_service_list {
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    color: var(--color-light-1);
}
.o2_service_list>.contents_title_h3:before{
    content: 'ㅣ';
    color: #F2DD06;
}
.swiper_inner>.section_container {
    display: flex;
    padding-bottom: 0;
}
.swiper_o2 {
    width: 48%;
    padding-bottom: var(--pd-xxl);
}
.swiper_o2_list>li {
    line-height: 2;
}
.o2_img_box {
    width: 52%;
    display: flex;
    align-items: end;
}
.o2_img_box>img {
    width: 100%;
}
.contact_box{
    background-color: var(--color-navy-5);
    border-radius: 32px;
    text-align: center;
    padding: var(--pd-sm) 0;
}
.contact_box>.contents_title_h2 {
    color: var(--color-navy-1);
    padding: 0 var(--pd-xxxs);
}
.view_more_btn {
    font-size: var(--p-font-xs);
    font-weight: 700;
    margin-bottom: 0;
}
.view_more_btn:hover {
    background: var(--color-orange-1);
}
.view_more_btn:after {
    background: var(--color-orange-1);
}

@media screen and (max-width: 1023px){
    .o2quick_main_container>img{
        max-width: 56vw;
        bottom: -14%;
    }
    .o2_con_title>.contents_title_h1>span:nth-child(1){
        display: block;
    }
    .o2_service_con{
        flex-direction: column;
        padding: var(--pd-lg) 0;
        gap: 48px;
        justify-items: center;
    }
    .swiper_inner {
        padding-bottom: 0;
    }
    .swiper_inner>.section_container {
        flex-direction: column;
    }
    .swiper_o2 {
        width: 100%;
        padding-bottom: var(--pd-lg);
    }
    .o2_img_box {
        width: 100%;
        align-items: center;
    }
}
@media screen and (max-width: 767px){
    .contents_title_xxl {
        font-size: var(--h1-font-size);
    }
    .o2quick_main_container>img{
        bottom: -18%;
    }
    .o2_service_con{
        padding: var(--pd-md) 0;
    }
    .o2_service_list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 24px;
        color: var(--color-light-1);
    }
    .o2_service_img {
        width: 18em;
        height: 18em;
    }
    .o2_service_img>img {
        max-width: 5em;
    }
    .swiper_o2 {
        padding-bottom: 0;
    }
}