@charset "utf-8";

/* header S */
header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.header_wrap {
    width:100%;
    position: relative;
    z-index: 999;
    background: #fff;
}
.header_wrap.pc {
    transition: 0.3s var(--ease2);
    margin-top: -120px;
    box-shadow: 10px 0px 30px #90a1b86b;
}
.header_wrap.pc.show {
    margin-top: 0px;
    box-shadow: 0px 0px 0px #679ce76b;
}
.header_wrap.mobile {
    display:none;
}

.header_top {
    width:100%;
    position: relative;
}
.header_top:after {
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:32px;
    background: var(--color-Gray-50);
    z-index: 1;

}
.header_top .fam_site {
    width:100%;
    max-width:1480px;
    padding:0 20px;
    margin:0 auto;
    height:40px;
    position: relative;
    z-index: 2;
}
.header_top .fam_site ul {
    width:100%;
    max-width:320px;
    height:100%;
    background: #143459;
    display:flex;
    align-items: center;
    border-radius: 0 0 20px 20px;
    padding:0 20px;
    gap: 12px;
}
.header_top .fam_site ul .fam_site_list {
    flex:1;
}
.header_top .fam_site ul .fam_site_list a {
    display:flex;
    align-items: center;
    justify-content: center;
}
.header_top .fam_site ul .fam_site_list a span {
    color:var(--color-Gray-200);
    font-size:14px;
}
.header_top .fam_site ul .fam_site_list a:hover span {
    color:var(--color-Gray-50);
    font-weight:600;
}

.header_box.pc {
    width:100%;
    position: relative;
    z-index: 10;
}
.header_box.pc:after {
    content:'';
    position: absolute;
    bottom:-4px;
    left:0;
    width:100%;
    height:4px;
    background: var(--color-Gray-50);
}
.header_box.pc .logo_box {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: var(--hd-height-main);
    width:100%;
    max-width:1480px;
    padding:0 20px;
    margin:0 auto;
}
.header_box.pc .logo_box .left_box {}
.header_box.pc .logo_box .left_box a {}
.header_box.pc .logo_box .left_box a img {}

.header_box.pc .logo_box .right_box {}
.header_box.pc .add_site {
    display:flex;
    gap: 8px;
}
.header_box.pc .add_site .add_list {}
.header_box.pc .add_site .add_list a {
    border-radius: 8px;
    border:1px solid var(--color-Gray-100);
    display: flex;
    align-items: center;
    padding:2px 8px 2px 4px;
    transition: 0.7s var(--ease1);
}
.header_box.pc .add_site .add_list:hover a {
    background: #eef9ff;
    border:1px solid #7eb5d3;
}
.header_box.pc .add_site .add_list a img {
    width: 100%;
    max-width:32px;
}
.header_box.pc .add_site .add_list a span {
    font-size:14px;
    color:var(--color-Gray-600);
}

.header_box.pc .menu_box {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: var(--hd-height-sub);
    width:100%;
    max-width:1480px;
    padding:0 20px;
    margin:0 auto;
}

.header_box.pc .menu_box .left_box {
    width: 100%;
    max-width: 640px;
}
.header_box.pc .menu_box .left_box .menu {
    display:flex;
    height:var(--hd-height-sub);
    width: 100%;
}
.header_box.pc .menu_box .left_box .menu .menu_list {
    display: flex;
    align-items: center;
    height:100%;
    position: relative;
    width: 25%;
}

.header_box.pc .menu_box .left_box .menu .menu_list .deep1_link {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep1_link:after {
    content:'';
    position: absolute;
    bottom: -4px;
    left:0;
    width:0;
    height:4px;
    background: var(--color-main-blue);
    transition: 0.3s ease;
    z-index: 10;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep1_link span {
    font-size:var(--fontSize-subtitle-2);
    font-weight:500;
    color:var(--color-Gray-900);
}
.header_box.pc .menu_box .left_box .menu .menu_list:hover .deep1_link:after {
    content:'';
    width:100%;
}
.header_box.pc .menu_box .left_box .menu .menu_list:hover .deep1_link span {
    font-weight:700;
    color:var(--color-main-blue);
}


.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu {
    position: absolute;
    top: var(--hd-height-sub);
    padding: 32px 0;
    visibility: hidden;
    opacity: 0;
    margin-top: -20px;
}
.header_box.pc .menu_box .left_box .menu.on .menu_list:nth-child(1) .deep_menu {
    transition-delay: 0.03s;
}
.header_box.pc .menu_box .left_box .menu.on .menu_list:nth-child(2) .deep_menu {
    transition-delay: 0.06s;
}
.header_box.pc .menu_box .left_box .menu.on .menu_list:nth-child(3) .deep_menu {
    transition-delay: 0.09s;
}
.header_box.pc .menu_box .left_box .menu.on .menu_list:nth-child(4) .deep_menu {
    transition-delay: 0.12s;
}
.header_box.pc .menu_box .left_box .menu.on .menu_list .deep_menu {
    visibility: visible;
    transition: 0.3s var(--ease1);
    opacity: 1;
    margin-top: 0px;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box {}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list {
    margin-bottom: 16px;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list:nth-last-child(1) {
    margin-bottom:0;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list .deep2_link {
    padding: 4px 0;
    display: block;
}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list .deep2_link span {}
.header_box.pc .menu_box .left_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list .deep2_link:hover span {
    font-weight:700;
}
.header_box.pc .menu_box .right_box {}
.header_box.pc .menu_box .right_box .company {
    display:flex;
    align-items: center;
    gap: 20px;
}
.header_box.pc .menu_box .right_box .company .hd_login_box {
    display:flex;
    font-size:16px;
}
.header_box.pc .menu_box .right_box .company .hd_login_box .hd_login_tit {
    font-weight:700;
    color:var(--color-Gray-900);
    position: relative;
    padding-right:12px;
    margin-right:12px;
}
.header_box.pc .menu_box .right_box .company .hd_login_box .hd_login_tit:after {
    content:'';
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width:2px;
    height:14px;
    background: var(--color-Gray-100);
}
.header_box.pc .menu_box .right_box .company .hd_login_box ul {
    display:flex;
    gap:8px;
}
.header_box.pc .menu_box .right_box .company .hd_login_box ul li {}
.header_box.pc .menu_box .right_box .company .hd_login_box ul li a {}
.header_box.pc .menu_box .right_box .company .hd_login_box ul li:hover a {
    font-weight:600;
    color: var(--color-main-blue);
}

.header_box.pc .menu_box .right_box .company .job_offer_box {
    position: relative;
}
.header_box.pc .menu_box .right_box .company .job_offer_box .more_view_btn {

    background: var(--color-gradient);
    width:120px;
    height:40px;
    border-radius: 8px;
    transition: 0.7s var(--ease1);
    box-shadow: 0px 0px 0px #64758d6b;
    position: relative;
    z-index: 10;
    display:flex;
    align-items: center;
    justify-content: center;
}
.header_box.pc .menu_box .right_box .company .job_offer_box .more_view_btn span {
    display:block;
    font-size:16px;
    font-weight:700;
    color:#fff;
    position: relative;
    padding-left:16px;
    letter-spacing: -0.5px;
    transition: 0.7s var(--ease1);
}
.header_box.pc .menu_box .right_box .company .job_offer_box .more_view_btn span:before {
    content:'+';
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(0deg);
    left:0px;
    font-size:18px;
    transition: 0.7s var(--ease1);
}
.header_box.pc .menu_box .right_box .company .job_offer_box:hover .more_view_btn {
    background: linear-gradient(270deg, #26ADF8, #03CF5D);
    box-shadow: 10px 10px 30px #679ce76b;
}
.header_box.pc .menu_box .right_box .company .job_offer_box:hover .more_view_btn span {
    letter-spacing: 2px;
}
.header_box.pc .menu_box .right_box .company .job_offer_box:hover .more_view_btn span:before {
    transform: translateY(-50%) rotate(360deg);
    left:-8px;
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box {
    position: absolute;
    top: 36px;
    width: 100%;
    background: var(--color-Gray-600);
    z-index: 10;
    border-radius: 12px;
    border: 1px solid var(--color-Gray-400);
    padding: 0 16px;
    box-shadow: 10px 10px 30px #00000036;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s var(--ease1);
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box.on {
    top: 48px;
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box ul {}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box ul .job_category_list {
    border-bottom: 1px solid var(--color-Gray-500);
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box ul .job_category_list:nth-last-child(1) {
    border-bottom:none;
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box ul .job_category_list a {
    padding: 16px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-weight: 700;
    transition: 0.6s var(--ease1);
}
.header_box.pc .menu_box .right_box .company .job_offer_box .job_category_box ul .job_category_list:hover a {
    padding-left:4px;
    color: var(--color-main-blue);
}

.header_bg {
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 0;
    overflow: hidden;
    visibility: hidden;
    margin-top: -20px;
}
.header_bg.on {
    visibility: visible;
    transition: 0.3s var(--ease1);
    opacity: 1;
    margin-top: 0px;
}
.header_bg .bg_contents {
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
}
.header_bg .bg_contents .text_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:40px;
    margin-right:40px;
}
.header_bg .bg_contents .text_box p {
    font-size:var(--fontSize-title);
    text-align: center;
    font-weight:700;
    color:var(--color-Gray-900);
    line-height: var(--line-height12);
    margin-bottom:12px;
}
.header_bg .bg_contents .text_box p bold {
    color:var(--color-main-blue);
}
.header_bg .bg_contents .text_box .name {
    width:196px;
    height:52px;
    display:flex;
    align-items: center;
    justify-content: center;
    font-weight:700;
    color:#fff;
    background: var(--color-gradient);
    border-radius: 20px;

}
.header_bg .bg_contents .text_box img {
    transform: translateX(-20px);
    opacity: 0;
}
.header_bg.on .bg_contents .text_box img {
    transform: translateX(0px);
    opacity: 1;
    transition: 1.5s var(--ease1);
}



@media (max-width:1366px) {
    .header_wrap.pc {
        display:none;
    }
    .header_wrap.mobile {
        display:block;
    }
    .header_box.mobile {
        width:100%;
        padding:0 20px;
        height:var(--hd-height-mo);
        display:flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 4px solid var(--color-Gray-50);
        position: relative;
    }
    .header_box.mobile .logo_box {}
    .header_box.mobile .logo_box a {}
    .header_box.mobile .logo_box a img {}

    /* menu bar S */
    .header_box.mobile .menu_btn {
        width:32px;
        height:20px;
        position: relative;
        cursor: pointer;
    }
    .header_box.mobile .menu_btn:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 150%;
        height: 200%;
    }
    .header_box.mobile .menu_btn .bar {
        width:32px;
        height:2px;
        background:#333;
        position: absolute;
    }
    .header_box.mobile .menu_btn .b1 {
        top:0;
    }
    .header_box.mobile .menu_btn .b2 {
        top:50%;
    }
    .header_box.mobile .menu_btn .b3 {
        top:100%;
    }
    .header_box.mobile .menu_btn.on .b1 {
        animation: menu_bar1 0.7s forwards ease;
    }
    .header_box.mobile .menu_btn.on .b2 {
        top:10px;
        animation: menu_bar2 0.7s forwards ease;
    }
    .header_box.mobile .menu_btn.on .b3 {
        top:20px;
        animation: menu_bar3 0.7s forwards ease;
    }

    @keyframes menu_bar1 {
        0% {top:0px;}
        50% {top:50%; transform: rotate(0deg);}
        100% {top:50%; transform: rotate(45deg);}
    }
    @keyframes menu_bar2 {
        0% {top:50%; opacity: 1;}
        50% {opacity: 0;}
        100% {opacity: 0;}
    }
    @keyframes menu_bar3 {
        0% {top:100%;}
        50% {top:50%; transform: rotate(0deg);}
        100% {top:50%; transform: rotate(-45deg);}
    }

    .header_box.mobile .menu_btn.off .b1 {
        animation: menu_bar4 0.7s forwards ease;
    }
    .header_box.mobile .menu_btn.off .b2 {
        top:50%;
        animation: menu_bar5 0.7s forwards ease;
    }
    .header_box.mobile .menu_btn.off .b3 {
        top:100%;
        animation: menu_bar6 0.7s forwards ease;
    }

    @keyframes menu_bar4 {
        0% {top:50%; transform: rotate(45deg);}
        50% {top:50%; transform: rotate(0deg);}
        100% {top:0px;}
    }
    @keyframes menu_bar5 {
        0% {opacity: 0;}
        50% {opacity: 0;}
        100% {top:50%; opacity: 1;}
    }
    @keyframes menu_bar6 {
        0% {top:50%; transform: rotate(-45deg);}
        50% {top:50%; transform: rotate(0deg);}
        100% {top:100%;}
    }
    /* menu bar E */


    .header_box.mobile .menu_box {
        position: absolute;
        top:var(--hd-height-mo);
        right:-390px;
        width:100%;
        max-width:390px;
        height:calc(var(--vh, 1vh) * 100);
        background: #fff;
        transition: 0.6s var(--ease2);
    }
    .header_box.mobile .menu_box.on {
        right:0;
    }
    .header_box.mobile .menu_box .top_box {}
    .header_box.mobile .menu_box .top_box .company {
        display:flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
        padding: 0px 20px;
        height: 80px;
        border-bottom: 4px solid var(--color-Gray-50);
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box {
        display:flex;
        font-size:16px;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box .hd_login_tit {
        font-weight:700;
        color:var(--color-Gray-900);
        position: relative;
        padding-right:12px;
        margin-right:12px;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box .hd_login_tit:after {
        content:'';
        position: absolute;
        top:50%;
        transform: translateY(-50%);
        right:0;
        width:2px;
        height:14px;
        background: var(--color-Gray-100);
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box ul {
        display:flex;
        gap:8px;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box ul li {}
    .header_box.mobile .menu_box .top_box .company .hd_login_box ul li a {}
    .header_box.mobile .menu_box .top_box .company .hd_login_box ul li:hover a {
        font-weight:600;
        color: var(--color-main-blue);
    }

    .header_box.mobile .menu_box .top_box .company .job_offer_box {
        position: relative;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .more_view_btn {
        background: var(--color-gradient);
        width:120px;
        height:40px;
        display:flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        transition: 0.7s var(--ease1);
        box-shadow: 0px 0px 0px #64758d6b;
        position: relative;
        z-index: 10;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .more_view_btn span {
        display:block;
        font-size:16px;
        font-weight:700;
        color:#fff;
        position: relative;
        padding-left:16px;
        letter-spacing: -0.5px;
        transition: 0.7s var(--ease1);
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .more_view_btn span:before {
        content:'+';
        position: absolute;
        top:50%;
        transform: translateY(-50%) rotate(0deg);
        left:0px;
        font-size:18px;
        transition: 0.7s var(--ease1);
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box:hover .more_view_btn {
        background: linear-gradient(270deg, #26ADF8, #03CF5D);
        box-shadow: 10px 10px 30px #679ce76b;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box:hover .more_view_btn span {
        letter-spacing: 2px;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box:hover .more_view_btn span:before {
        transform: translateY(-50%) rotate(360deg);
        left:-8px;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box {
        position: absolute;
        top: 36px;
        width: 100%;
        background: var(--color-Gray-600);
        z-index: 10;
        border-radius: 12px;
        border: 1px solid var(--color-Gray-400);
        padding: 0 16px;
        box-shadow: 10px 10px 30px #00000036;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: 0.6s var(--ease1);
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box.on {
        top: 48px;
        visibility: visible;
        opacity: 1;
        pointer-events: unset;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box ul {}
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box ul .job_category_list {
        border-bottom: 1px solid var(--color-Gray-500);
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box ul .job_category_list:nth-last-child(1) {
        border-bottom:none;
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box ul .job_category_list a {
        padding: 16px 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        font-weight: 700;
        transition: 0.6s var(--ease1);
    }
    .header_box.mobile .menu_box .top_box .company .job_offer_box .job_category_box ul .job_category_list:hover a {
        padding-left:4px;
        color: var(--color-main-blue);
    }


    .header_box.mobile .menu_box .md_box {
        display: flex;
        height: calc(100% - 180px - var(--hd-height-mo));
        border-bottom: 2px solid var(--color-Gray-50);
    }
    .header_box.mobile .menu_box .md_box .deep1_box {
        width: 40%;
        background: var(--color-Gray-100);
        margin-right: 5%;
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu {}
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list {
        cursor: pointer;
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list .deep1_link {
        width: 100%;
        height: 64px;
        display: flex;
        align-items: center;
        padding: 0 20px;
        position: relative;
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list .deep1_link:after {
        content:'*';
        position: absolute;
        top:50%;
        transform: translateY(-50%) rotate(0deg);
        right:8px;
        height:14px;
        color: transparent;
        font-size: 24px;
        font-weight: 700;
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list.on .deep1_link::after {
        content:'*';
        transform: translateY(-50%) rotate(360deg);
        color: var(--color-main-blue);
        transition: 0.6s var(--ease1);
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list .deep1_link span {
        font-weight:500;
        transition: transform 0.6s var(--ease1);
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list.on .deep1_link {
        background: #fff;
    }
    .header_box.mobile .menu_box .md_box .deep1_box .menu .menu_list.on .deep1_link span {
        font-weight:700;
        color:var(--color-main-blue);
        transform: translateX(8px);
    }

    .header_box.mobile .menu_box .md_box .deep2_box {
        width:55%;
        padding-top: 12px;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu {}
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list {
        display:none;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on {
        display:block;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list .deep_menu {

    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list .deep_menu .deep_menu_box {}
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list {
        margin-bottom: 8px;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list .deep2_link {
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list .deep_menu .deep_menu_box .deep_menu_list span {
        color:var(--color-Gray-900);
        font-weight:500;
        transform: translateX(8px); opacity: 0;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list span {
        animation: deep2_txt 0.6s forwards ease;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(1) span {
        animation-delay: 0.1s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(2) span {
        animation-delay: 0.15s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(3) span {
        animation-delay: 0.2s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(4) span {
        animation-delay: 0.25s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(5) span {
        animation-delay: 0.3s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(6) span {
        animation-delay: 0.35s;
    }
    .header_box.mobile .menu_box .md_box .deep2_box .menu .menu_list.on .deep_menu .deep_menu_box .deep_menu_list:nth-child(7) span {
        animation-delay: 0.4s;
    }
    @keyframes deep2_txt {
        0% {transform: translateX(8px); opacity: 0;}
        100% {transform: translateX(0px); opacity: 1;}
    }

    .header_box.mobile .menu_box .bt_box {
        padding: 0 20px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .header_box.mobile .menu_box .bt_box .add_site {
        display:flex;
        gap: 8px;
    }
    .header_box.mobile .menu_box .bt_box .add_site .add_list {}
    .header_box.mobile .menu_box .bt_box .add_site .add_list a {
        border-radius: 8px;
        border:1px solid var(--color-Gray-100);
        display: flex;
        align-items: center;
        padding:2px 8px 2px 4px;
        transition: 0.7s var(--ease1);
    }
    .header_box.mobile .menu_box .bt_box .add_site .add_list:hover a {
        background: #eef9ff;
        border:1px solid #7eb5d3;
    }
    .header_box.mobile .menu_box .bt_box .add_site .add_list a img {
        width: 100%;
        max-width:32px;
    }
    .header_box.mobile .menu_box .bt_box .add_site .add_list a span {
        font-size:14px;
        color:var(--color-Gray-600);
    }
    .header_box.mobile .menu_box .bt_box .cprt {
        display:block;
        margin-top:12px;
        font-size:12px;
        color:var(--color-Gray-400);
        letter-spacing: 0px;
        word-break: keep-all;
    }

}


@media (max-width:767px) {
    .header_box.mobile .logo_box a img {
        width:100%;
        max-width:120px;
    }
    .header_box.mobile .menu_btn {
        width:28px;
        height:18px;
    }
    .header_box.mobile .menu_btn .bar {
        width:28px;
        height:2px;
    }
    .header_box.mobile .menu_box .top_box .company {
        padding: 0px 16px;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box {
        flex-direction: column;
        align-items: flex-start;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box .hd_login_tit {
        margin-bottom:8px;
        padding-right: 0;
        margin-right: 0;
    }
    .header_box.mobile .menu_box .top_box .company .hd_login_box .hd_login_tit:after {
        display:none;
    }
}

/* header E */



/* footer S */

.footer_wrap {
    margin-top: var(--wrap-margin);
}
.footer_box {
    width: 100%;
    max-width: 1480px;
    padding: 0px var(--wrap-padding);
    margin: 0 auto;
}
.footer_top {
    position: relative;
    background: var(--color-Gray-900);
    border-radius: 64px;
    display:flex;
    justify-content: space-between;
    padding:40px;
}
.footer_top .left_box {
    display: flex;
    width: calc(100% - 284px);
}
.footer_top .left_box .inquiry_tit_box {
    width:164px;
    height:52px;
    margin-right:32px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-gradient);
}
.footer_top .left_box .inquiry_tit_box p {
    color:#fff;
    font-size:20px;
    font-weight:700;
}
.footer_top .left_box .inquiry_cont_box {
    display:flex;
    width:calc(100% - 196px);
}
.inquiry_cont_box .inquiry_cont {}
.inquiry_name {
    display: flex;
    align-items: center;
    margin-bottom:24px;
}
.inquiry_cont_box .inquiry_cont:nth-child(1) {
    padding-right: 5%;
    margin-right: 5%;
    border-right: 1px solid var(--color-Gray-600);
}
.inquiry_name .img_box {
    display: flex;
    margin-right:12px;
}
.inquiry_name .img_box img {}
.inquiry_name .txt_box {}
.inquiry_name .txt_box p {
    font-size:16px;
    font-weight:500;
    color:var(--color-Gray-200);
    line-height: var(--line-height12);
}
.inquiry_name .txt_box p br {}

.inquiry_info {}
.inquiry_info ul {}
.inquiry_info ul .info_list {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.inquiry_info ul .info_list:nth-last-child(1) {
    margin-bottom:0;
}
.inquiry_info ul .info_list .img_box {
    display: flex;
    margin-right:4px;
}
.inquiry_info ul .info_list .img_box img {}
.inquiry_info ul .info_list .txt_box {}
.inquiry_info ul .info_list .txt_box p {
    font-size:14px;
    color: var(--color-Gray-400);
    word-break: keep-all;
    line-height: var(--line-height12);
}

.footer_top .right_box {}
.footer_top .right_box .time_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.footer_top .right_box .time_box .img_box {
    margin-right:8px;
}
.footer_top .right_box .time_box .img_box img {}
.footer_top .right_box .time_box .txt_box {}
.footer_top .right_box .time_box .txt_box p {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-Gray-100);
    margin-bottom: 4px;
}
.footer_top .right_box .time_box .txt_box span {
    color: var(--color-Gray-400);
    font-size:14px;
}
.footer_top .right_box .time_box .txt_box span br {
    display:none;
}
.footer_top .right_box .ft_fam_box {
    position: relative;
}
.footer_top .right_box .ft_fam_box .fam_btn {
    display: flex;
    width: 100%;
    max-width: 264px;
    height: 56px;
    position: relative;
    align-items: center;
    background: var(--color-Gray-600);
    border-radius: 30px;
    padding: 0 20px;
    cursor: pointer;
}
.footer_top .right_box .ft_fam_box .fam_btn p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
}
.footer_top .right_box .ft_fam_box .fam_btn:after {
    content: '';
    position: absolute;
    top: calc(50%);
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-Gray-50);
    border-right: 2px solid var(--color-Gray-50);
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.6s var(--ease1);
}
.footer_top .right_box .ft_fam_box .fam_btn.on:after {
    transform: translateY(-50%) rotate(135deg);
}
.footer_top .right_box .ft_fam_box .fam_list_box {
    position: absolute;
    right:0;
    bottom:52px;
    background: var(--color-Gray-600);
    width: 100%;
    max-height:248px;
    overflow-y: scroll;
    border-radius: 20px;
    box-shadow: 10px 10px 30px #0000006b;
    border: 2px solid var(--color-Gray-500);
    transition: 0.6s var(--ease1);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}
.footer_top .right_box .ft_fam_box .fam_list_box.on {
    bottom: 64px;
    visibility: visible;
    opacity: 1;
    pointer-events: unset;
}
.footer_top .right_box .ft_fam_box .fam_list_box ul {
    padding:0 20px;
}
.footer_top .right_box .ft_fam_box .fam_list_box ul .fam_list {
    border-bottom:1px solid #646d79;
}
.footer_top .right_box .ft_fam_box .fam_list_box ul .fam_list:nth-last-child(1) {
    border-bottom:none;
}
.footer_top .right_box .ft_fam_box .fam_list_box ul .fam_list a {
    padding:20px 0;
    display:block;
    transition: 0.3s var(--ease2);
}
.footer_top .right_box .ft_fam_box .fam_list_box ul .fam_list a span {
    color:var(--color-Gray-50);

}
.footer_top .right_box .ft_fam_box .fam_list_box ul .fam_list:hover a {
    transform: translateX(8px);
}

.footer_bottom {
    padding:28px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_bottom .left_box {
    display:flex;
    align-items: center;
}
.footer_bottom .left_box .logo {
    margin-right: 40px;
}
.footer_bottom .left_box .logo img {}
.footer_bottom .left_box .rule {
    margin-top: 16px;
}
.footer_bottom .left_box .rule ul {
    display: flex;
    gap: 20px;
}
.footer_bottom .left_box .rule ul .rule_list {}
.footer_bottom .left_box .rule ul .rule_list a {}
.footer_bottom .left_box .rule ul .rule_list a span {
    font-weight:500;
    color: var(--color-Gray-600);
}
.footer_bottom .left_box .rule ul .rule_list:hover a span {
    font-weight:700;
    color: var(--color-Gray-900);
}

.footer_bottom .right_box {}
.footer_bottom .right_box .copyright {
    font-size:12px;
    font-weight:500;
    padding-top: 12px;
    display: block;
}

.footer_bottom .left_box .rule ul .rule_list a.fip span {
    color: var(--color-main-blue);
    font-weight: 700;
}


@media (max-width:1480px) {}
@media (max-width:1240px) {
    .footer_top {
        align-items: flex-end;
        border-radius: 40px;
    }
    .footer_top .left_box {
        flex-direction: column;
    }
    .footer_top .left_box .inquiry_tit_box {
        margin-right:0;
        margin-bottom:32px;
    }
    .footer_top .left_box .inquiry_cont_box {
        width:100%;
    }
}
@media (max-width:1024px) {
    .footer_box {
        padding:0;
    }
    .footer_top {
        border-radius: 0;
        flex-direction: column;
        align-items: flex-start;
        padding:0;
    }

    .footer_top .left_box {
        width:100%;
        margin-bottom: 0px;
        flex-wrap: wrap;
        flex-direction: unset;
        padding:32px;
    }
    .footer_top .left_box .inquiry_tit_box {
        margin-right: 32px;
        height: 48px;
        width: 128px;
    }
    .inquiry_cont_box .inquiry_cont {
        width: 47.5%;
        padding-right:0;
    }
    .footer_top .left_box .inquiry_cont_box {
        width: calc(100% - 160px);
    }
    .inquiry_name .img_box img {}

    .footer_top .right_box {
        display:flex;
        width: 100%;
        justify-content: space-between;
        padding:32px;
        background: var(--color-Gray-800);
    }
    .footer_top .right_box .time_box {
        margin-bottom:0;
    }
    .footer_top .right_box .ft_fam_box .fam_btn {
        width:240px;
    }

}
@media (max-width:767px) {
    .footer_top .left_box {
        flex-direction: column;
        padding: 32px 24px;
    }
    .footer_top .left_box .inquiry_cont_box {
        width: 100%;
    }
    .footer_top .right_box {
        padding: 32px 24px;
    }
    .footer_top .right_box .time_box .txt_box span br {
        display:block;
    }
    .footer_bottom {
        flex-direction: column;
    }
}
@media (max-width:564px) {
    .footer_top .left_box .inquiry_cont_box {
        flex-direction: column;
    }
    .inquiry_cont_box .inquiry_cont {
        width:100%;
        padding-right:0;
        margin-right:0;
    }
    .inquiry_cont_box .inquiry_cont:nth-child(1) {
        padding-bottom: 28px;
        margin-bottom: 28px;
        border-right:none;
        border-bottom: 1px solid var(--color-Gray-600);
    }

    .footer_top .right_box {
        flex-direction: column;
    }
    .footer_top .right_box .time_box {
        margin-bottom:28px;
    }
    .footer_top .right_box .time_box .txt_box span br {
        display:none;
    }
    .footer_top .right_box .ft_fam_box .fam_btn {
        width: 100%;
        max-width:100%;
    }

    .footer_bottom .left_box {
        align-items: center;
        flex-direction: column;
    }
    .footer_bottom .left_box .logo {
        margin-right:0;
    }
}
@media (max-width:390px) {}

/* footer E */




