section {
    margin-bottom: 0 !important;
}

.tab_menu:after {
    display: none;
}

.tab_menu ul {
    border-right: none;
}

.contents .section {
    margin-top: 80px;
} 

.section_full.bg {
    padding: 160px 0;
    margin-top: 0;
}

.section_full.bg .sec_recruit .r_title_box .tab_menu {
    margin-bottom: 2px;
}

.section_full.bg .sec_recruit .r_title_box .title2 {
    font-weight: normal;
}

.section_full.bg .sec_recruit .r_title_box .title2:not(:last-child) {
    margin-right: 20px;
}

.section_full.bg .sec_recruit .r_title_box .title2.r_end {
    color: rgba(0, 0, 0, 0.5);
}

.section_full.bg .sec_recruit .r_title_box .title2 .sup {
    color: #666;
}

.section_full.bg .sec_recruit .r_cont_box .ul_recruit {
    display: block;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit {
    margin-top: 30px;
    padding: 40px;
    background: #fff;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background: #fff;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit:not(:first-child) .a_padding .r_title {
    margin-bottom: 115px;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    box-sizing: border-box;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .in_box {
    position: relative;
    width: 100%;
    height: 100%;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_status {
    padding: 11px 16px;
    background: #bbb;
    color: #fff;
    font-weight: 500;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_status.r_ing {
    background: #eb912a;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_title {
    line-height: 40px;
    margin: 40px 0 60px;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_dday {
    position: absolute;
    bottom: 10%;
    display: block;
    margin-bottom: 15px;
    font-size: 40px;
    color: #eb912a;
}

.section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_date {
    position: absolute;
    bottom: 0;
    font-size: 16px;
}

.sec_process .dl_process {
    margin-bottom: 85px;
}

.sec_process .dl_process .left_dt {
    display: inline-block;
    float: left;
    width: 13%;
    margin-bottom: 15px;
}

.sec_process .dl_process .right_dd {
    display: inline-block;
    width: 87%;
    margin-bottom: 15px;
	line-height: 2;
}

.sec_process .type_wrap.type_new {
    /* margin-bottom: 160px; */
    margin-bottom: 0;
}

.sec_process .type_wrap > .title2 {
    margin-bottom: 50px;
}

.sec_process .type_wrap .line {
    position: relative;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.16);
}

.sec_process .type_wrap .line .dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    font-size: 0;
    background: #D6862B;
    border-radius: 50%;
}

.sec_process .type_wrap .line .dot:first-child {
    left: 9.3%;
}

.sec_process .type_wrap .line .dot:nth-child(2) {
    left: 29.4%;
}

.sec_process .type_wrap .line .dot:nth-child(3) {
    left: 49.5%;
}

.sec_process .type_wrap .line .dot:nth-child(4) {
    left: 69.6%;
}

.sec_process .type_wrap .line .dot:last-child {
    left: 89.3%;
}

.sec_process .type_wrap .col2 {
    text-align: center;
    margin: 4% 2.91%;
}

.sec_process .type_wrap .col2 .img_box {
    min-height: 3vw;
}

.sec_process .type_wrap .col2 .title2 {
    margin: 25px auto 18px;
    line-height: 1.6;
}

.footer {
    padding-top: 0;
    margin-top: 165px;
    border-top: 1px solid #ccc;
}

.m_none {
    display: blcok;
}

/* 서비스 각 섹션별 배경이미지 영역 */

.bg_area {
    width: 100%;
    height: calc(100% - 1px);
    position: absolute;
    top: 1px;
    left: 0;
    z-index: -1;
    clip-path: inset(0);
}

.bg_visit, .bg_digital, .bg_rental {
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}

.bg_area img {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    opacity: 0;
}

.bg_area.active img {
    animation: fadeInOut 10s linear infinite;
}

.bg_area.active img:nth-child(2) {
    animation-delay: 7s; 
}

.bg_area.active img:nth-child(3) {
    animation-delay: 14s; 
}

.bg_area.active img:nth-child(4) {
    animation-delay: 21s; 
}

.bg_area.active img:nth-child(5) {
    animation-delay: 28s; 
}

.drop-shadow {
    /* filter: drop-shadow(0 0 2px #ffffff55); */
    filter: drop-shadow(0 0 1px #3800ff44);
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1366px) {
    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_title {
        margin-top: 2vw;
        font-size: 22px;
        line-height: 1.6;
        letter-spacing: -.0125em;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_status {
        display: inline-block;
        width: 80px;
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
        line-height: 1;
    }
}

@media screen and (max-width: 1260px) {
    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding {
        padding: 35px;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_title {
        margin-top: 2vw;
        font-size: 20px;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_dday {
        margin-bottom: 7px;
    }
}

@media screen and (max-width: 1023px) {
    .section_full.bg {
        padding: 130px 0 72px;
    }

    .section_full.bg .sec_recruit .r_cont_box {
        margin-right: -23px;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit {
        width: calc(50% - 23px);
        margin: 20px 23px 0 0;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding {
        padding: 36px 30px;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_status {
        display: inline-block;
        padding: 9px 0;
        width: 76px;
        font-size: 12px;
        line-height: 1;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_title {
        font-size: 20px;
        line-height: 1.6;
        margin: 26px 0 0;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .title9.r_dday {
        bottom: 36px;
        margin-bottom: 0;
        font-size: 36px;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit .a_padding .r_date {
        bottom: 0;
        font-size: 12px;
    }

    .paging {
        margin-top: 40px;
    }

    .section {
        margin: 80px auto 0;
    }

    .sec_process .type_wrap > .title4 {
        margin-bottom: 30px;
    }

    .sec_process .type_wrap .line .dot {
        width: 10px;
        height: 10px;
    }

    .sec_process .type_wrap .col2 {
        width: 20%;
        margin: 0;
        padding: 23px 10px 23px 10px;
        box-sizing: border-box;
    }

    .sec_process .type_wrap .col2 .img_box {
        position: relative;
        width: 50px;
        height: 46px;
        vertical-align: top;
    }

    .sec_process .type_wrap .col2 .itm1 {
        width: 46px;
    }

    .sec_process .type_wrap .col2 .itm2 {
        width: 36px;
    }

    .sec_process .type_wrap .col2 .itm3 {
        width: 41px;
    }

    .sec_process .type_wrap .col2 .title2 {
        margin-top: 20px;
        line-height: 1.53;
    }

    .sec_process .type_wrap.type_new {
        margin-bottom: 100px;
    }

    #footer {
        margin-top: 120px;
    }

    .tab_menu {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .m_none {
        display: none;
    }

    .section_full.bg {
        padding-top: 96px;
    }

    .section_full.bg .sec_recruit .r_cont_box {
        margin-right: 0;
    }

    .section_full.bg .sec_recruit .r_cont_box .ul_recruit {
        margin-top: 0;
    }

    .section_full.bg .sec_recruit .r_cont_box .li_recruit {
        width: 100%;
        margin: 20px 0 0 0;
    }

    .sec_process .dl_process .left_dt {
        width: 80px;
    }

    .sec_process .dl_process .right_dd {
        width: calc(100% - 80px);
        margin-left: -4px;
        letter-spacing: -0.025em;
    }

    .sec_process .dl_process .right_dd:last-child {
        margin-bottom: 0;
    }

    .sec_process .type_wrap .line {
        display: none;
    }

    .sec_process .type_wrap .colwrap {
        position: relative;
        margin-left: 5px;
    }

    .sec_process .type_wrap .colwrap::after {
        content: '';
        display: block;
        position: absolute;
        top: 23px;
        left: -1px;
        width: 2px;
        height: calc(100% - 46px);
        background: rgba(0, 0, 0, 0.08);
        z-index: 1;
    }

    .sec_process .type_wrap .col2 {
        display: table;
        float: none;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        padding-bottom: 25px;
        text-align: left;
        box-sizing: border-box;
    }

    .sec_process .type_wrap .col2:last-child {
        padding-bottom: 0;
    }

    .sec_process .type_wrap .col2 .dis_cell_m {
        display: table-cell;
        height: 46px;
        vertical-align: middle;
    }

    .sec_process .type_wrap .col2 .img_box {
        width: 108px;
        height: auto;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .sec_process .type_wrap .col2 .img_box::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: -5px;
        margin-top: -5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #eb912a;
        z-index: 3;
    }

    .sec_process .type_wrap .col2 .img_box img {
        width: 50px;
    }

    .sec_process .type_wrap .col2 .img_box .m_itm1 {
        width: 46px;
    }

    .sec_process .type_wrap .col2 .img_box .m_itm2 {
        width: 36px;
    }

    .sec_process .type_wrap .col2 .img_box .m_itm3 {
        width: 56px;
    }

    .sec_process .type_wrap .col2 .img_box .m_itm4 {
        width: 40px;
    }

    .sec_process .type_wrap .col2 .img_box .m_itm5 {
        width: 54px;
    }

    .sec_process .type_wrap .col2 .title2 {
        margin: 0;
        line-height: 1;
    }

    .sec_process .type_wrap .col2 .text2 {
        display: block;
        margin-top: 10px;
        line-height: 1.6;
        vertical-align: top;
    }

    .sec_process .type_wrap.type_new {
        margin-bottom: 70px;
    }

    #footer {
        margin-top: 97px;
    }

}


.sec_process .text1 {
    margin-bottom: 40px;
}

.sec_process p.text2 {
    margin: 25px auto 18px;
    line-height: 1.6;
}

.black {
	color: #111 !important;
}

.sec_process .btn_area {
	text-align: center;
}

.service_sec_mt {
	padding-top: 160px;
    padding-top: 100px;
}

.mt-35 {
	margin-bottom: 35px;
}

.text1 {
	font-weight: 300;
}

@media screen and (max-width: 1023px) {
	.service_sec_mt {
		padding-top: 80px;
	}
}

@media screen and (max-width: 767px) {
    .btn-area .sub-menu-btn {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 15px;
    }
    
    .btn-area .sub-menu-btn .btn {
        width: 100%;
    }
    
	.flex-content .btn.box.arrow.btn_long {
        width: 97%;
		margin-top: 10px;
	}
}