@charset "utf-8";

/* ============== contents ===============*/
.main_section {
    background: url('../images/img/main_imgSlide.png') center center no-repeat;
    background-size: cover;
}
.slideText{
    width: 50%;
    text-align: center;
    position: relative;
    margin: var(--mg-md) auto;
}
.con1_section{
    background: var(--color-navy-1);
    color: var(--color-light-1);
    text-align: center;
    position: relative;
}
.con1_bg_text{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: var(--xl-font-size);
    line-height: 1.2;
    text-align: left;
    position: absolute;
    top: 0;
}
.con2_section {
    height: 700px;
}
.con2_section>.section_inner{
    height: 100%;
}
.con2_section>.section_inner>.container {
    height: 100%;
    background: url('../images/img/main_con2.png') center center no-repeat;
    background-size: contain;
}
.con2_mobile{
    display: none;
}
.main_service {
    max-width: 1200px;
    margin:  0 auto;
}
.main_service>li:nth-child(2) {
    margin-top: 174px;
}
.main_service_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_service_list>div:nth-child(1)>.contents_title_h4 {
    padding: var(--pd-xs) 0;
}
.main_service>li:nth-child(2)>.main_service_list {
    flex-direction: row-reverse;
    text-align: right;
}
.video_box{
    box-sizing: border-box;
    border-radius: 16%;
    font-size: var(--xl-font-size);
    color: #fcfcff;
    width: 460px;
    height: 460px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.video_box>h2{
    width: 100%;
    position: absolute;
    top: 36%;
    text-align: center;
    z-index: 99;
    font-size: 1em;
}
.video_box>video{
    height: 100%;
    position: absolute;
    left: -40%;
}
.section_container_menu {
    max-width: 1200px;
    margin:  0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_menu_list>a{
    width: 100%;
    height: 100%;
}
.quick_menu_box{
    box-sizing: border-box;
    border-radius: 20%;
    width: 280px;
    height: 280px;
    background: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quick_menu_box>img{
    width: 200px;
    border-radius: 50%;
}

@media screen and (max-width: 1023px){
    .main_section {
        background-size: contain;
        background-position: center bottom;
    }
    .slideText{
        margin: var(--mg-lg) auto;
    }
    .con2_section {
        height: fit-content;
    }
    .con2_section>.section_inner>.container{
        background: none;
    }
    .con2_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .con2_mobile>ul {
        width: 100%;
    }
    .con2_mobile>ul>li{
        display: flex;
        justify-content: space-between;
        padding: var(--pd-xxxs) 0;
    }
    .circle{
        width: 62vw;
        height: 62vw;
        box-sizing: border-box;
        border-radius: 50%;
        background: #F53C05;
        color: #fcfcff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: var(--mg-md) 0;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);    
    }
    .circle::before{
        content: '';
        display: block;
        text-align: center;
        position: relative;
        top: -42%;
        width: 10%;
        height: 1px;
        background-color: #1a1a4d;
        transform: rotate(90deg);
    }
    .circle::after{
        content: '';
        display: block;
        text-align: center;
        position: relative;
        top: 42%;
        width: 10%;
        height: 1px;
        background-color: #1a1a4d;
        transform: rotate(90deg);
    }
    .main_service_list{
        flex-direction: column;
    }
    .main_service_list>div:nth-child(1) {
        width: 100%;
    }
    .main_service>li:nth-child(2)>.main_service_list {
        flex-direction: column-reverse;
    }
    .video_box{
        width: 62vw;
        height: 62vw;
        box-sizing: border-box;
        border-radius: 16%;
        font-size: var(--xl-font-size);
        color: #fcfcff;
        position: relative;
        overflow: hidden;
        z-index: 9;
    }
    .section_container_menu {
        flex-direction: column;
    }
    .quick_menu_box{
        width: 62vw;
        height: 62vw;
        margin-bottom: var(--mg-xs);
    }
    .quick_menu_box>img{
        width: 48vw;
    }

}
@media screen and (max-width: 767px){
    .section_inner{
        margin: 0 auto;
        padding: 80px 24px;
    }
    .container {
        max-width: 364px;
    }
    .slideText{
        width: 100%;
    }
    .con1_bg_text {
        font-size: var(--h1-font-size);
    }
    .con2_mobile>ul>li {
        font-size: var(--h4-font-size);
    }
    .con2_mobile>.circle>h3 {
        font-size: var(--h3-font-size);
    }
    .con2_mobile>.circle>p {
        font-size: var(--h4-font-size);
    }
    .con2_mobile>p {
        font-size: var(--h4-font-size);
    }
    .video_box{
        min-width: 327px;
        max-width: 364px;
        max-height: 364px;
        min-height: 327px;
    }
    .main_service>li:nth-child(2) {
        margin-top: var(--mg-md);
    }
    .main_service>li:nth-child(2)>.main_service_list>div:nth-child(1) {
        margin-top: var(--mg-xs);
    }
    .circle{
        min-width: 327px;
        max-width: 364px;
        max-height: 364px;
        min-height: 327px;
    }
    .video_box>h2 {
        top: 40%;
        z-index: 99;
        font-size: var(--p-font-lg);
    }
    .quick_menu_box{
        min-width: 327px;
        max-width: 364px;
        max-height: 364px;
        min-height: 327px;
    }
    .quick_menu_box>img{
        max-width: 240px;
    }
}