:root {
    --border50 : 50px;
    --color-point: #6034A7;
}
@media (max-width:992px){
    :root {
        --border50 : 30px;
    }
}
@media (max-width:768px){
    :root {
        --border50 : 20px;
    }
}
/* subTop */
#subTop {
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sub2 #subTop {
    background: url(../img/subTop2_bg.jpg) center center no-repeat;
    background-size: cover;
}

@media (max-width:992px){
    #subTop {
        height: 250px;
    }
    #sub2 #subTop {
        background: url(../img/subTop2_bg_m.jpg) center center no-repeat;
        background-size: cover;
    }
}
@media (max-width:768px){
    #subTop {
        height: 150px;
    }
}

/* sub2 */
@media (max-width:768px){
    #sub2 .sec1 .stit .lft {
        width: 100%;
    }
    #sub2 .sec1 .stit .rt {
        width: 100%;
        margin-top: 20px;
    }
}
/* team */
.team .team_item {
    display: block;
    text-decoration: none;;
}
.team .team_item .img {
    border-radius: 20px;
    border: 1px solid #A6A6A6;
}
.team .team_item .txt {
    height: 250px;
}
@media (max-width:768px){
    .team .team_item .txt {
        height: 150px;
    }
}

/* grBox */
.grBox {
    background-color: #F5F5F5;
    border-radius: 20px;
}

/* dvdHr */
.dvdHr {
    height: 1px;
    width: 100%;
    margin: 18rem 0;
    background-color: #E2E2E2;
}
.dvdHr.dvdHrMd {
    margin: 11rem 0;
}
@media (max-width:1200px) and (min-width:992px){
    .dvdHr {
        margin: calc(100vw * (180 / 1200)) 0;
    }
    .dvdHr.dvdHrMd {
        margin: calc(100vw * (110 / 1200)) 0;
    }
}
@media (max-width:991px) and (min-width:767px){
    .dvdHr {
        margin: calc(100vw * (130 / 992)) 0;
    }
    .dvdHr.dvdHrMd {
        margin: calc(100vw * (80 / 992)) 0;
    }
}
@media (max-width:768px) and (min-width:500px){
    .dvdHr {
        margin: calc(100vw * (100 / 768)) 0;
    }
    .dvdHr.dvdHrMd {
        margin: calc(100vw * (80 / 768)) 0;
    }
}
@media (max-width:501px){
    .dvdHr {
        margin: calc(100vw * (100 / 500)) 0;
    }
    .dvdHr.dvdHrMd {
        margin: calc(100vw * (80 / 500)) 0;
    }
}
/* teamSwiper */
.teamSwiper .team_item {
    text-decoration: none;
    display: block;
}
.teamSwiper .team_item .img img {
    border-radius: 20px;
    border: 1px solid #A6A6A6;
}
/* btControls */
.btControls {
    justify-content: center;
}
.btControls [class*="swiper-button-"] {
    font-size: 2em;
    color: #757575;
    font-weight: 300;
}
.btControls .swiper-pagination2 {
    display: inline-block;
    width: auto;
    font-weight: 700;
    padding: 0 50px;
}

/* philosophy */
.philosophy .row {
    margin: 0 -10px;
}
.philosophy .row > div {
    padding: 10px;
}
.philosophy .ph_item {
    background-color: #F8F8F8;
    border-radius: var(--border50);
    padding: 20px 15px 30px;
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.philosophy .ph_item .img img {
    max-height: 25vw;
}
@media (min-width:768px){
    .philosophy .ph_item .txt {
        min-height: 300px;
    }
}
@media (max-width:768px){
    .philosophy .ph_item {
        padding: 20px 15px 40px;
    }
}

/* #su3 */
#sub3 #goRecruit .mtit {
    padding: 0 60px;
}
@media (max-width:768px){
    #sub3 #goRecruit .container {
        width: 100%;
    }
    #sub3 #goRecruit .mtit {
        padding: 0 30px;
    }
}
/* recruitList */
@media (min-width:992px){
    #recruitList {
        display: flex;
        align-items: flex-start;
    }
    #recruitList .filterWrp {
        width: 400px;
        padding-right: 60px;
    }
    #recruitList .boardWrp {
        width: calc(100% - 400px);
    }
}
@media (max-width:992px){
    #recruitList .filterWrp {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        height: 100%;
        width: 100%;
        overflow: auto;
        z-index: -100;
        padding: 80px 15px 100px;
        display: flex;
        flex-direction: column;
        opacity: 0;
    
        transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    #recruitList .filterWrp.act {
        z-index: 1000;
        opacity: 1;
    }
    #recruitList .filterWrp .filterBox {
        order: 2;
    }
    #recruitList .filterWrp .resetFilter {
        order: 1;
        margin-top: 0;
        margin-bottom: 30px;
    }
    #recruitList .filterWrp .btnWrp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px;
    }
    #recruitList .filterWrp .btnWrp .btnItem {
        border-radius: 5px;
        width: 100%;
    }
}
/* resetFilter */
.resetFilter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
}
/* resetBtn */
.resetBtn {
    font-size: 24px;
    width: 160px;
    height: 54px;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
}
@media (max-width:768px){
    .resetBtn {
        font-size: calc(100vw * (20 / 768));
        width: 130px;
        height: 40px;
    }
}
@media (max-width:500px){
    .resetBtn {
        font-size: calc(100vw * (16 / 500));
        width: 80px;
        height: 25px;
        border-radius: 1.5px;
    }
}
/* schItemBox */
.schItemBox {
    position: relative;
}
.schItemBox .form-control {
    border: 0px;
    box-shadow: 0 0 0;
    padding-left: 70px;
    height: 70px;
    font-size: 26px;
    border: 1px solid #A6A6A6;
    border-radius: 5px;
}
.schItemBox button {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #757575;
    font-weight: 600;
    border: 0px;
    background-color: transparent;
}
@media (max-width:992px){
    .schItemBoxWrp {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .schItemBoxWrp .actSchBox .actSchBtn {
        width: 100px;
        border: 1px solid #A6A6A6;
        font-weight: 700;
        color: #000;
        background-color: #fff;
    }
    .schItemBoxWrp .schItemBox {
        width: calc(100% - 110px);
    }
    .schItemBox .form-control {
        padding-left: 60px;
        font-size: 26px;
    }
    .schItemBoxWrp .schItemBox .form-control,
    .schItemBoxWrp .actSchBox .actSchBtn {
        height: 50px;
        font-size: 22px;
        border-radius: 1.5px;
    }
    .schItemBoxWrp .schItemBox button {
        width: 50px;
        font-size: 24px;
    }
}
@media (max-width:768px){
    .schItemBoxWrp {
        gap: 6px;
    }
    .schItemBoxWrp .actSchBox .actSchBtn {
        width: 80px;
    }
    .schItemBoxWrp .schItemBox {
        width: calc(100% - 86px);
    }
    .schItemBox .form-control {
        padding-left: 40px;
        font-size: calc(100vw * (24 / 768));
    }
    .schItemBoxWrp .schItemBox .form-control,
    .schItemBoxWrp .actSchBox .actSchBtn {
        height: 55px;
        font-size: calc(100vw * (20 / 768));
    }
    .schItemBoxWrp .schItemBox button {
        width: 50px;
        font-size: calc(100vw * (22 / 768));
    }
}
@media (max-width:500px){
    .schItemBoxWrp {
        gap: 6px;
    }
    .schItemBoxWrp .actSchBox .actSchBtn {
        width: 80px;
    }
    .schItemBoxWrp .schItemBox {
        width: calc(100% - 86px);
    }
    .schItemBox .form-control {
        padding-left: 30px;
        font-size: calc(100vw * (24 / 500));
    }
    .schItemBoxWrp .schItemBox .form-control,
    .schItemBoxWrp .actSchBox .actSchBtn {
        height: 50px;
        font-size: calc(100vw * (20 / 500));
    }
    .schItemBoxWrp .schItemBox button {
        width: 30px;
        font-size: calc(100vw * (22 / 500));
    }
}

/* filterWrp */
.filterWrp .filterCon > li + li {
    margin-top: 60px;
}
.filterWrp .filterCon > li > h4 {
    position: relative;
}
.filterWrp .filterCon > li > .tagTit {
    display: flex;
    justify-content: space-between;
}
.filterWrp .filterCon > li > .tagTit a {
       text-decoration: none;
}
.filterWrp .filterCon > li > h4 .toggles {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 300;
    cursor: pointer;
}
.filterWrp .filterCon > li > .tagBox,
.filterWrp .filterCon > li > .formBox {
    margin-top: 20px;
}

.filterWrp .filterCon > li > .formBox  a {
	 padding: 6px 15px;
    /* background: #2f6df5; */
    border-radius: 10px;
    color: #777;
	    text-decoration: none;
}
.filterWrp .filterCon > li > .formBox  a.active {
    padding: 6px 15px;
    background: #2f6df5;
    color: #fff;
    border-radius: 10px;
}
.filterWrp .filterCon > li > .formBox .checkbox-custom + .checkbox-custom {
    margin-top: 10px;
}
.filterWrp .filterCon > li > .formBox .checkbox-custom input[type="checkbox"]:checked + label::before {
    background-color: var(--color-point);
    border-color: var(--color-point);
}
.filterWrp .filterCon > li > .formBox .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.filterWrp .filterCon > li .tags {
    font-size: 14px;
    line-height: 1em;
    padding: 5px 12px;
    border-radius: 100px;
    border: 1px solid #889bb5;
    color: #889bb5;
    font-weight: 300;
}
.filterWrp .filterCon > li .tags i {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    padding-bottom: 2px;
    cursor: pointer;
}
.filterWrp .filterCon > li .tags.tag1 {
    background-color: #eff6ff;
    border-color: #eff6ff;
}
.filterWrp .filterCon > li .tags.tag2 {
    margin-right: 4px;
    margin-bottom: 4px;
	display: inline-block;
}

@media (max-width:992px){
    .filterWrp .filterCon > li + li {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #E2E2E2;
    }
}
/* checkbox-custom */
.filterWrp .filterCon .checkbox-custom {
    padding: 0 0 0 45px;
}
.filterWrp .filterCon .checkbox-custom label:before {
    width: 25px;
    height: 25px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    margin-top: 0px;
}
.filterWrp .filterCon .checkbox-custom input[type="checkbox"]:checked + label:after {
    width: 25px;
    height: 25px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#recruitList .filter-toggle-btn {
    padding: 4px 8px !important;
    line-height: 30px !important;
    border-radius: 4px;
    font-weight: 300;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    border: 0px;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    margin-top: 0px !important;
    padding: 0;
    position: absolute;
    top:16px;
    right: 17px;
}
#recruitList .filter-toggle-btn .lines_bar {
    background-color: transparent !important;
}
#recruitList .filter-toggle-btn .lines_bar:before,
#recruitList .filter-toggle-btn .lines_bar:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px;
}
#recruitList .filter-toggle-btn .lines_bar:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
#recruitList .filter-toggle-btn .lines_bar:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}
@media (max-width:992px){
    .filterWrp .filterCon .checkbox-custom {
        padding: 0 0 0 30px;
    }
    .filterWrp .filterCon .checkbox-custom label:before,
    .filterWrp .filterCon .checkbox-custom input[type="checkbox"]:checked + label:after {
        width: 18px;
        height: 18px;
    }
}
/* filterTit */
.filterWrp .filterCon .filterTit {
    position: relative;
}
.filterWrp .filterCon .filterTit .toggles {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    cursor: pointer;
    font-size: 1.2em;
    transform: rotate(0deg);
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.filterWrp .filterCon .act .filterTit .toggles {
    transform: rotate(180deg);
}

/* recruit_list */
.recruit_list .rc_item {
    display: block;
    text-decoration: none;
    padding: 40px 0;
    border-bottom: 1px solid #E2E2E2;
}
.recruit_list .rc_item .detail {
    color: #757575;
    display: flex;
    align-items: center;
    line-height: 1em;
}
.recruit_list .rc_item .detail span {
    display: inline-block;
}
.recruit_list .rc_item .detail span + span {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #757575;
}

/* recruit_view */
.recruit_from,
.recruit_view {
    width: calc(100% - 520px);
    padding-right: 100px;
    position: relative;
}
.recruit_view .recruit_info {
    position: absolute;
    left: 100%;
    top: 0;
    width: 520px;
}
.recruit_view .recruit_info .infos {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 15px 25px;
}
.recruit_view .recruit_info .infos .infoItem {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
}
.recruit_view .recruit_info .infos .infoItem + .infoItem{
    border-top: 1px solid #D8D8D8;
}
.recruit_view .recruit_info .infos .infoItem .hh {
    width: 100px;
}
.recruit_view .recruit_info .infos .infoItem .cc {
    width: calc(100% - 100px);
}
.recruit_view .recruit_info .infos .infoItem .mapbox .cont {
    display: none;
}
.recruit_view .recruit_info .btnWrp .btnItem {
    width: 100%;
}
@media (max-width:1400px){
    .recruit_from,
    .recruit_view {
        width: calc(100% - 400px);
        padding-right: 150px;
    }
    .recruit_view .recruit_info {
        width: 400px;
    }
}
@media (min-width:992px){
    .recruit_view .recruit_info {
        margin-top: 0px;
    }
}
@media (max-width:992px){
    .recruit_from,
    .recruit_view {
        width: 100%;
        padding-right: 0px;
    }
    .recruit_view .recruit_info {
        position: relative;
        left: 0%;
        top: 0;
        width: 100%;
    }
    .recruit_view .recruit_info .btnWrp {
        padding: 15px;
        z-index: 90;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
@media (max-width:768px){
    .recruit_view .recruit_info .infos .infoItem {
        padding: 15px 0;
    }
    .recruit_view .recruit_info .infos .infoItem .hh {
        width: 80px;
    }
    .recruit_view .recruit_info .infos .infoItem .cc {
        width: calc(100% - 80px);
    }
}
/* fromTitWrp */
.fromTitWrp .radios{
    display: flex;
    align-items: center;
    gap: 30px;
}
.fromTitWrp .radios .checkbox-custom,
.fromTitWrp .radios .radio-custom {
    margin: 0px;
    position: relative;
}
.formItems .checkbox-custom input[type="checkbox"]:checked + label::before,
.fromTitWrp .radios .checkbox-custom input[type="checkbox"]:checked + label:before {
    background-color: var(--color-point);
    border-color: var(--color-point);
}
.formItems .checkbox-custom input[type="checkbox"]:checked + label:after,
.fromTitWrp .radios .checkbox-custom input[type="checkbox"]:checked + label:after {
    color: #fff;
}
.formItems .radio-custom input[type="radio"]:checked + label:after,
.fromTitWrp .radios .radio-custom input[type="radio"]:checked + label:after {
    background-color: var(--color-point);
    color: #fff;
}
@media (max-width:768px){
    .fromTitWrp .radios{
        width: 100%;
        margin-top: 15px;
    }
}
/* recruit_from */
.recruit_from .formTit {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}
.recruit_from .formItems .checkbox-custom,
.recruit_from .formItems .radio-custom {
    padding: 0 0 0 40px;
}
.recruit_from .formItems .radio-custom + .radio-custom {
    margin-top: 15px;
}
.recruit_from .formItems .formItem + .formItem {
    margin-top: 20px;
}
.recruit_from .formItems .formItem .form-Item {
    border: 0px;
    border-bottom: 1px solid #A6A6A6;
    border-radius: 0px;
    box-shadow: 0 0 0;
    height: 80px;
    padding: 0px;
    font-size: inherit;
}
.recruit_from .btnWrp .btnItem {
    width: 100%;
}
@media (max-width:992px){
    .recruit_from .formItems .formItem .form-Item {
        height: 70px;
    }
}
@media (max-width:768px){
    .recruit_from .formItems .formItem .form-Item {
        height: 60px;
    }
    .recruit_from .formItems .checkbox-custom,
    .recruit_from .formItems .radio-custom {
        padding: 0 0 0 30px;
    }
}
@media (max-width:500px){
    .recruit_from .formItems .formItem .form-Item {
        height: 50px;
    }
}
/* fileupload */
.recruit_from .formFile .formItems {
    display: none;
}
.recruit_from .formFile .formItems.active {
    display: block;
}
.recruit_from .formItems .fileupload .input-append {
    position: relative;
    background-color: #F5F5F5;
}
.recruit_from .formItems .fileupload .input-append .uneditable-input {
    border: 0px;
    height: 0px;
    width: 0px;
    overflow: hidden;
    padding: 0px;
    display: none;
}
.recruit_from .formItems .fileupload .input-append .btn {
    border: 0px;
    color: #8E8E8E;
    background-color: transparent;
    width: 100%;    
    background-color: #F5F5F5;
    padding: 30px 50px;
    text-align: left;
    margin: 0px;
}
.recruit_from .formItems .fileupload .input-append .btn i {
    position: relative;
}
.recruit_from .formItems .fileupload .input-append .btn-file {
    vertical-align: middle;
}
.recruit_from .formItems .fileupload .input-append .btn-file img {
    margin-right: 12px;
    vertical-align: middle;
}
.recruit_from .formItems .fileupload .input-append .fileupload-exists {
    margin-left: auto;
    width: 30px;
    display: none;
}


.recruit_from .formItems .fileupload.fileupload-exists .input-append .btn-file {
    display: none;
}
.recruit_from .formItems .fileupload.fileupload-exists .input-append .uneditable-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #8E8E8E;
    padding: 30px 50px;
}
.recruit_from .formItems .fileupload.fileupload-exists .input-append .fileupload-exists {
    display: block;
    opacity: .3;
}

@media (max-width:768px){
    .recruit_from .formItems .fileupload .input-append .btn-file img {
        width: 12px;
    }
    .recruit_from .formItems .fileupload .input-append .btn,
    .recruit_from .formItems .fileupload.fileupload-exists .input-append .uneditable-input {
        padding: 15px 30px;
    }
}
/* privacyCons */
.privacyCons .prvItem {
    border: 1px solid #D8D8D8;
}
.privacyCons .prvItem .prvInner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.privacyCons .prvItem .prvInner .dropCons {
    padding: 20px 30px;
    width: 100%;
}
.privacyCons .prvItem .prvInner .dropCons.act {
    border-top: 1px solid #D8D8D8;
}
.privacyCons .prvItem .prvInner .chkCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    width: calc(100% - 90px);
}
.privacyCons .prvItem .prvInner .dropDown {
    width: 90px;
    border-left: 1px solid #D8D8D8;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}
.privacyCons .prvItem .prvInner .dropDown i {
    display: inline-block;
    transform: rotate(0deg);
    
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.privacyCons .prvItem .prvInner .dropDown.act i {
    transform: rotate(180deg);
}
.privacyCons .prvItem:first-child {
    border-radius: 10px 10px 0 0;
}
.privacyCons .prvItem:last-child {
    border-radius: 0 0 10px 10px;
}
.privacyCons .prvItem + .prvItem {
    border-top: 0px;
}
@media (max-width:768px){
    .privacyCons .prvItem .prvInner .chkCon {
        padding: 10px 15px;
        width: calc(100% - 60px);
    }
    .privacyCons .prvItem .prvInner .dropDown {
        width: 60px;
        padding: 10px;
    }
}
@media (max-width:500px){
    .privacyCons .prvItem .prvInner .chkCon {
        padding: 10px 15px;
        width: calc(100% - 30px);
    }
    .privacyCons .prvItem .prvInner .dropDown {
        width: 30px;
        padding: 10px 5px;
    }
}